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

Log of /contributions/modules/mysite/mysite.install

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.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 00:55:56 2008 UTC (19 months, 3 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.27: +35 -35 lines
Diff to previous 1.27
  -- 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.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 20:45:38 2008 UTC (22 months, 2 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--3-0beta3, DRUPAL-5--3-0rc1
Changes since 1.26: +18 -2 lines
Diff to previous 1.26
Moves the creation of {mysite_page} initial records into an undate function, which
      is where it belongs.
  -- #206480 by IceCreamYou.  Title checks in blocks may fail because of ndoe access rules.
      alters the api in mysite_type_hook_block() to account for this.
  -- #198904 by mariano.barcia.  Provides a Views query substitution if the view is called
      from a MySite page.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 29 21:46:25 2007 UTC (22 months, 3 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--3-0beta1, DRUPAL-5--3-0beta2
Changes since 1.25: +3 -6 lines
Diff to previous 1.25
Fixes pgSQL installer.
  -- Corrects item settings page.
  -- Changes permission from -view all mysites- to -view mysite- for consistency.
  -- Users must now have the -view mysite- permission to see personal pages.
  -- Fixes drag-and-drop sorting for multiple pages.
  -- Fixes menu issues associated with new features.
  -- Returns the old -move.png- file.
  -- Removes a stray db_queryd().

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 25 04:31:06 2007 UTC (23 months ago) by agentken
Branch: MAIN
Changes since 1.24: +19 -23 lines
Diff to previous 1.24
Multiple pages now function, but need bug testing.
  -- More database cleanup.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 24 17:39:39 2007 UTC (23 months ago) by agentken
Branch: MAIN
Changes since 1.23: +13 -11 lines
Diff to previous 1.23
Adds page creation and removal logic to support multiple pages.
  -- Database schema changes discovered during testing.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 18:04:09 2007 UTC (23 months ago) by agentken
Branch: MAIN
Changes since 1.22: +97 -63 lines
Diff to previous 1.22
Cleans up the install and uninstall functions.  Needs pgSQL testing.\
  -- Adds integration with Domain Access.
  -- Cleans up settings page, placing default items on top and formatting the Content Settings using
      a proper form theme function.
  -- Replaces current icon set with new icons, which are more consistent with Drupal standards.
  -- Fixes error with possible null value passed to load includes.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 02:59:21 2007 UTC (23 months ago) by agentken
Branch: MAIN
Changes since 1.21: +122 -6 lines
Diff to previous 1.21
fixing merge issue

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 02:07:18 2007 UTC (23 months ago) by agentken
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
#202816 by New Oceans.  teasers.theme prints current time instead of element time.
  -- #202500 by andreash.  Trailing comma in mysite.install causes pgSQL failure.

Revision 1.20.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 02:04:54 2007 UTC (23 months ago) by agentken
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-16, DRUPAL-5--2-17, DRUPAL-5--2-18, DRUPAL-5--2-19
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 , to next main 1.28
fixes changelog merge issue

Revision 1.20 - (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-9
Branch point for: DRUPAL-5--2
Changes since 1.19: +12 -2 lines
Diff to previous 1.19
  -- 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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 20:02:56 2007 UTC (2 years, 3 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-7, DRUPAL-5--2-8
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
  -- #167148 by icefire. Adds delete user page function.
  -- #165324 by heebiejeebieclub. Adds post.inc to allow the selection of individual nodes.
  -- #165632 by patchak.  Corrects documentation regarding the removal of page regions.
      When set to TRUE, only the left and right rails are disabled.
  -- #167364 Fixes error with blog title for user 0.  Allows block handler to accept 0 as a valid id.
  -- Changes the node.inc settings so that no configuration allows all types. Simplifying configuration.
  -- Changes the term.inc settings so that no configuration allows all terms.  Simplifying configuration.
  -- Allows the forum vocabulary to be included in the terms list.
  -- Fixes error in mysite_type_term_block(); admin filters were not applied.
  -- Removes comment as a category class.
  -- Changes the name of Posts to Post Types in the admin UI.
  -- Adds type string to data error messages for easier debugging.
  -- Creates 5.x.2.7 release.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 01:11:37 2007 UTC (2 years, 3 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-5, DRUPAL-5--2-6
Changes since 1.17: +4 -2 lines
Diff to previous 1.17
adds sql update to the installer

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 01:04:33 2007 UTC (2 years, 3 months ago) by agentken
Branch: MAIN
Changes since 1.16: +18 -1 lines
Diff to previous 1.16
#164918 by xeniox.  Fixes error in mysite_type_feed_active().  Fixes caching issue related to drag-and-drop sorting.
  -- #153560 by mounte.  Allows users to reset their personal content to the default settings state.
  -- #152917 by mounte.  Allows the administrator to lock certain content so that it appears on all user MySite pages.
  -- Cleans up handling of mysite_type_hook_block_node.
  -- Adds comment.inc to handle comments on individual posts.
  -- Creates 5.x.2.5 release.  Requires running update.php and modifications to custom layout files.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 18:06:25 2007 UTC (2 years, 6 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.15: +4 -1 lines
Diff to previous 1.15
  -- Addds forest.css file and sunset.css file.
  -- Renames blue.css to sky.css
  -- Renames red.css to fire.css
  -- Adds update sql to rename styles stored in database.
  -- Adds popular.inc to show the most popular content items added to user MySite pages.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 16 01:24:42 2007 UTC (2 years, 6 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-beta3, DRUPAL-5--2-0-beta4
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
  -- #144187 by haimoura. Fixes empty array error when viewing a MySite page with no content.
  -- Fixes logic error that caused mysite.css to be omitted on admin pages.
  -- Fixes logic error in mysite_content_settings_form_submit()
  -- Fixes error in book.inc to include the parent node as part of the data collection.
  -- Fixes key naming error in mysite_user().
  -- Adds profile.inc to handle user profiles
  -- Deprecates the mysite profile link in layout files in favor of profile.inc
  -- Adds updated to the mysite_get() return
  -- Fixes typos in lines 213 and 220 of mysite_update_5().
  -- Adds $settings to mysite_type_hook_data() function
  -- Removed redundant module_exists(user) check in user.inc

Revision 1.14 - (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
Changes since 1.13: +27 -23 lines
Diff to previous 1.13
  -- #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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 22:35:53 2007 UTC (2 years, 6 months ago) by agentken
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Fixes typo in pgsql routine of mysite_update_5().

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 22:26:21 2007 UTC (2 years, 6 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-beta1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Fixes knwon issues with the 5.x.2.0-beta release.  See the CHANGELOG for full detail.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 21:29:47 2007 UTC (2 years, 6 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-beta
Changes since 1.10: +44 -44 lines
Diff to previous 1.10
Code cleanup using coder.module.  Adds API.php for documentation.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 29 21:07:06 2007 UTC (2 years, 6 months ago) by agentken
Branch: MAIN
Changes since 1.9: +28 -14 lines
Diff to previous 1.9
Adds the mysite_icon module to handle image-based borwsing of content.

Revision 1.1.2.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 16:58:02 2007 UTC (2 years, 7 months ago) by agentken
Branch: DRUPAL-4-7--3
CVS Tags: DRUPAL-4-7--3-10
Changes since 1.1.2.3.2.2: +28 -20 lines
Diff to previous 1.1.2.3.2.2 , to branch point 1.1.2.3 , to next main 1.1.2.7
Corrects a mistake with cvs where I had been committing to 4-7--1 instead of 4-7--3.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 01:42:45 2007 UTC (2 years, 7 months ago) by agentken
Branch: MAIN
Changes since 1.8: +30 -3 lines
Diff to previous 1.8
Initial commit of the Droplet system

Revision 1.8 - (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
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Major version upgrade.  See the CHANGELOG.txt for details.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:33:42 2007 UTC (2 years, 8 months ago) by agentken
Branch: MAIN
Changes since 1.6: +2 -14 lines
Diff to previous 1.6
corrects utf8 update syntax, #22218

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:32:38 2007 UTC (2 years, 8 months ago) by agentken
Branch: DRUPAL-4-7
Changes since 1.1.2.6: +3 -15 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.28
corrects utf8 update syntax, #22218

Revision 1.1.2.3.2.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:31:40 2007 UTC (2 years, 8 months ago) by agentken
Branch: DRUPAL-5
Changes since 1.1.2.3.2.1.2.8: +2 -14 lines
Diff to previous 1.1.2.3.2.1.2.8 , to branch point 1.1.2.3.2.1 , to next main 1.1.2.3.2.3
corrects utf8 update syntax, #22218

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:09:26 2007 UTC (2 years, 8 months ago) by agentken
Branch: DRUPAL-4-7
Changes since 1.1.2.5: +25 -4 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#129228 by dsp1.  Fixes removal of UTF directive in mysite.install.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:06:58 2007 UTC (2 years, 8 months ago) by agentken
Branch: MAIN
Changes since 1.5: +23 -4 lines
Diff to previous 1.5
#129228 by dsp1.  Fixes removal of UTF directive in mysite.install.

Revision 1.1.2.3.2.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:05:26 2007 UTC (2 years, 8 months ago) by agentken
Branch: DRUPAL-5
Changes since 1.1.2.3.2.1.2.7: +24 -5 lines
Diff to previous 1.1.2.3.2.1.2.7 , to branch point 1.1.2.3.2.1
#129228 by dsp1.  Fixes removal of UTF directive in mysite.install.

Revision 1.1.2.3.2.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 01:18:10 2007 UTC (2 years, 8 months ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10
Changes since 1.1.2.3.2.1.2.6: +23 -3 lines
Diff to previous 1.1.2.3.2.1.2.6 , to branch point 1.1.2.3.2.1
Adds path and theme support to MySite

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 01:10:30 2007 UTC (2 years, 8 months ago) by agentken
Branch: MAIN
Changes since 1.4: +25 -5 lines
Diff to previous 1.4
Adding path and theme support.  Minor changes to other functions.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 21:04:12 2007 UTC (2 years, 8 months ago) by agentken
Branch: MAIN
Changes since 1.3: +23 -2 lines
Diff to previous 1.3
Initial commit of drag-and-drop sorting functionality. #101471

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 24 03:11:46 2007 UTC (2 years, 9 months ago) by agentken
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--3-9
Changes since 1.1.2.4: +49 -11 lines
Diff to previous 1.1.2.4 , to branch point 1.1
fixes pgsql support. #120077

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 24 02:08:40 2007 UTC (2 years, 9 months ago) by agentken
Branch: MAIN
Changes since 1.2: +15 -16 lines
Diff to previous 1.2
fixes pgsql errors.  #120077

Revision 1.1.2.3.2.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 24 02:00:10 2007 UTC (2 years, 9 months ago) by agentken
Branch: DRUPAL-5
Changes since 1.1.2.3.2.1.2.5: +15 -16 lines
Diff to previous 1.1.2.3.2.1.2.5 , to branch point 1.1.2.3.2.1
fixes pgsql errors.  #120077

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 23 21:50:58 2007 UTC (2 years, 10 months ago) by agentken
Branch: MAIN
Changes since 1.1: +78 -5 lines
Diff to previous 1.1
merging DRUPAL-5 branch back to HEAD

Revision 1.1.2.3.2.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 14:29:13 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.1.2.3.2.1.2.4: +5 -5 lines
Diff to previous 1.1.2.3.2.1.2.4 , to branch point 1.1.2.3.2.1
fix for #104072

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 14:27:20 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--3-5, DRUPAL-4-7--3-6, DRUPAL-4-7--3-7, DRUPAL-4-7--3-8
Changes since 1.1.2.3: +6 -6 lines
Diff to previous 1.1.2.3 , to branch point 1.1
fix for #104072

Revision 1.1.2.3.2.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 14:26:16 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.1.2.3.2.1.2.3: +2 -2 lines
Diff to previous 1.1.2.3.2.1.2.3 , to branch point 1.1.2.3.2.1
Fixed bug in mysite.install #100722

Revision 1.1.2.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 16:29:21 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-4-7--3
CVS Tags: DRUPAL-4-7--3-1
Changes since 1.1.2.3.2.1: +7 -7 lines
Diff to previous 1.1.2.3.2.1 , to branch point 1.1.2.3
fixing error in mysite.install mysite_update_1.  Needed to use update_sql()

Revision 1.1.2.3.2.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 16:15:50 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1.2.3.2.1.2.2: +6 -6 lines
Diff to previous 1.1.2.3.2.1.2.2 , to branch point 1.1.2.3.2.1
adding updated translation files.  Fix to mysite_update_1() in mysite.install.

Revision 1.1.2.3.2.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 16:04:34 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-5
Changes since 1.1.2.3.2.1.2.1: +2 -2 lines
Diff to previous 1.1.2.3.2.1.2.1 , to branch point 1.1.2.3.2.1
Updating t() strings and documentation files for 5.x

Revision 1.1.2.3.2.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 28 21:27:21 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-5
Changes since 1.1.2.3.2.1: +12 -1 lines
Diff to previous 1.1.2.3.2.1
initial port to Drupal 5

Revision 1.1.2.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 15:21:02 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-4-7--3
CVS Tags: DRUPAL-4-7--3-0
Branch point for: DRUPAL-5
Changes since 1.1.2.3: +43 -4 lines
Diff to previous 1.1.2.3
adding updater functions and revised documentation for new release.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 26 19:25:19 2006 UTC (2 years, 11 months ago) by agentken
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--3-2, DRUPAL-4-7--3-3, DRUPAL-4-7--3-4
Branch point for: DRUPAL-4-7--3
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
editable titles for content.  3 bugfixes.  See CHANGELOG.txt.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 20:21:35 2006 UTC (3 years ago) by agentken
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +4 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Adding string-based key support per #93060.  Adding contrib folder for non-core files

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 18:57:25 2006 UTC (3 years ago) by agentken
Branch: DRUPAL-4-7
Changes since 1.1: +24 -3 lines
Diff to previous 1.1
Enabled default MySite page. Add table defined in #93060

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 19 17:27:27 2006 UTC (3 years, 1 month ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-2
Branch point for: DRUPAL-4-7, DRUPAL-4-7--2
Initial commit of the MySite module

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