/[drupal]/contributions/modules/mysite/mysite.js
ViewVC logotype

Log of /contributions/modules/mysite/mysite.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 00:55:56 2008 UTC (19 months, 4 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--3-0, DRUPAL-5--3-0rc2, DRUPAL-5--3-1, DRUPAL-5--3-2, DRUPAL-5--3-3, HEAD
Changes since 1.13: +10 -10 lines
Diff to previous 1.13
  -- Cleans up profile settings form.
  -- #230919 by WiseOZ.  Fixed display error for droplet source links.
  -- Cleans up code style issues.
  -- Cleans up API documentation.

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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 19:38:51 2007 UTC (2 years, 3 months ago) by agentken
Branch: MAIN
Changes since 1.11: +21 -2 lines
Diff to previous 1.11
Adds a jQuery-basd message to confirm movement of drag-and-drop items

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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 01:06:25 2007 UTC (2 years, 3 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-5, DRUPAL-5--2-6, DRUPAL-5--2-7
Changes since 1.9: +2 -5 lines
Diff to previous 1.9
removes blank lines from mysite.js

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 22:14:07 2007 UTC (2 years, 5 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-beta5, DRUPAL-5--2-1, DRUPAL-5--2-2, DRUPAL-5--2-3, DRUPAL-5--2-4
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
#149033 by suchold-it.  Fixes problem where elements inside a MySite content block are not clickable

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 2 15:42:12 2007 UTC (2 years, 5 months ago) by agentken
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Cleans up bugs reported by testing of beta4.  See the CHANGELOG for details

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

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 01:20:35 2007 UTC (2 years, 7 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-beta, DRUPAL-5--2-0-beta1
Changes since 1.2: +2 -91 lines
Diff to previous 1.2
Major version upgrade.  See the CHANGELOG.txt for details.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 21:13:37 2007 UTC (2 years, 9 months ago) by agentken
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
Minor cleanup of code documentation.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 21:04:12 2007 UTC (2 years, 9 months ago) by agentken
Branch: MAIN
Initial commit of drag-and-drop sorting functionality. #101471

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2