Log of /contributions/modules/mysite/mysite.js
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 1 21:18:33 2007 UTC
(2 years, 2 months ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-10,
DRUPAL-5--2-11,
DRUPAL-5--2-12,
DRUPAL-5--2-13,
DRUPAL-5--2-14,
DRUPAL-5--2-15,
DRUPAL-5--2-16,
DRUPAL-5--2-17,
DRUPAL-5--2-18,
DRUPAL-5--2-19,
DRUPAL-5--2-9,
DRUPAL-5--3-0beta1,
DRUPAL-5--3-0beta2,
DRUPAL-5--3-0beta3,
DRUPAL-5--3-0rc1
Branch point for:
DRUPAL-5--2
Changes since
1.12: +2 -2 lines
Diff to
previous 1.12
-- Adds WdigetBox link to Droplet creation page. WidgetBox is a JS service for providing remote applications
to your web site, similar to Google Gadgets. http://widgetbox.com/
-- Adds implementaton of hook_link() with JavaScript collapsible options. Can be used to replace the MySite Block.
Needs documentation and testing on browsers.
-- #168317 by patchak and gsadler. Fixes an array collapsing error in mysite_prepare_columns() that could
throw an error if a multi-region layout had blank regions and then was set to a layout with fewer regions.
-- Adds documentation for #156445.
-- Adds mysite-links.css and mysite-links.js
-- Creates the 5.x.2.9 release.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 23 00:39:06 2007 UTC
(2 years, 3 months ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-8
Changes since
1.10: +2 -2 lines
Diff to
previous 1.10
#169610 fixes issue with db_rewrite_sql and table abbreviations in post.inc and comment.inc.
-- blog.inc did not use db_rewrite_sql() when searching content lists. It also did not LOWER the search term.
-- term.in did not LOWER the search term.
-- user.inc did not LOWER the search term.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 23 01:25:26 2007 UTC
(2 years, 6 months ago)
by
agentken
Branch:
MAIN
Changes since
1.6: +13 -3 lines
Diff to
previous 1.6
-- Makes the MySite Icon folder name required.
-- Corrects errors in mysite_type_term_settings_form default values.
-- Updates INSTALL.txt to version 5.x.2.0.
-- Begins update of README.txt to version 5.x.2.0.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 18 21:59:27 2007 UTC
(2 years, 6 months ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-0-beta4
Changes since
1.5: +90 -2 lines
Diff to
previous 1.5
-- Fixes logic error in mysite_content() sorting table. $i == 0 not $ == 1 to start.
-- Removes dependncy on collapse.js. Since <fieldset> is only XHTML valid for forms, the mysite.js file
now handles collapsing elements with <div> tags. Also integrates better with jQuery interface and
makes for easier CSS styling of content display.
-- Changes to all layout files to follow new CSS/JS syntax.
-- Prefixes sortable ids with am _m_ because you cannot use a number for a css classname.
-- Changes to all css files for new CSS/JS syntax.
-- Adds midnight.css file.
-- Adds stacks.php layoput file and stacks.png image.
-- Changes mysite_content() to account for empty regions in the layout.
-- Adds individual documentation README files for the plugins directories.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 15 00:44:28 2007 UTC
(2 years, 6 months ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-0-beta2,
DRUPAL-5--2-0-beta3
Changes since
1.4: +2 -2 lines
Diff to
previous 1.4
-- #143890 by groovy. Fixes duplicate page output error for users with no MySite page.
-- Finished up drag-and-drop elements.
-- Moves default.css into mysite.css.
-- Adds mysite_layout_hook() for layout data.
-- Adds individual settings for content items.
-- Adds settings coloumn to {mysite_data}
-- Introduces mysite_type_hook_content_form() to add elements to the item configuration form.
-- Adds the following to plugins/icons/
-- backing.png
-- move.png
-- settings.png
-- Updates the layout icons to look nicer.
-- Adds triple.png to layouts folder.
-- Removes redundant css calls from blue.css and red.css
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 13 20:26:11 2007 UTC
(2 years, 6 months ago)
by
agentken
Branch:
MAIN
Changes since
1.3: +31 -2 lines
Diff to
previous 1.3
Adds drag-and-drop sorting to MySite. Using the jQuery Update and jQuery Interface modules. Thanks to jjeff
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.