/[drupal]/contributions/modules/mysite/API.php
ViewVC logotype

Log of /contributions/modules/mysite/API.php

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.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 6 23:08:25 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.22: +12 -31 lines
Diff to previous 1.22
  -- Finishes cleanup up of API and code style.
  -- Creates 5.x.3rc2

Revision 1.22 - (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
Changes since 1.21: +55 -95 lines
Diff to previous 1.21
  -- 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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 20:42:24 2008 UTC (21 months, 2 weeks ago) by ax
Branch: MAIN
Changes since 1.20: +22 -30 lines
Diff to previous 1.20
Doxygen comments: don't use @mainpage (this is reserved for a index page for *all* contrib modules), but @defgroup/@ingroup grouping.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 17:43:44 2008 UTC (22 months, 3 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--3-0beta3, DRUPAL-5--3-0rc1
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
#206721 by WiSeOz.  The profile.inc needs to force user_load() in order
      to fetch all user profile data from contributed modules.
  -- Profile.inc does not require the profile module, just the user module.
  -- Cleans up missing profile element titles on the settings page.

Revision 1.14.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 17:42:12 2008 UTC (22 months, 3 weeks 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.14.2.2: +6 -1 lines
Diff to previous 1.14.2.2 , to branch point 1.14 , to next main 1.23
Bugfix release 5.x.2.16
  -- Cleans up missing profile element titles on the settings page.
  -- Backports the following issues from the HEAD development track:
    -- 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.
    -- Fixes error with possible null value passed to load includes.
    -- Uses static variables to eliminate redundant database queries.
    -- Corrects item settings page.
    -- Fixes logic error in theme_mysite_empty_column().
    -- #205441 by WiSeOz.  Profile.inc always links to user/0.
    -- #205252 by WiSeOz.  Profile.inc default settings did not use user 1.
    -- Fixes logic errors in mysite_reset sequence.
    -- #206721 by WiSeOz.  The profile.inc needs to force user_load() in order
      to fetch all user profile data from contributed modules.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 20:45:38 2008 UTC (22 months, 3 weeks ago) by agentken
Branch: MAIN
Changes since 1.18: +4 -6 lines
Diff to previous 1.18
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.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 18:04:09 2007 UTC (23 months, 1 week ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--3-0beta1, DRUPAL-5--3-0beta2
Changes since 1.17: +6 -1 lines
Diff to previous 1.17
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.14.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 27 00:21:11 2007 UTC (2 years, 1 month ago) by agentken
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-15
Changes since 1.14.2.1: +2 -2 lines
Diff to previous 1.14.2.1 , to branch point 1.14
#186761 patch by mikesmullin.  Change to mysite_theme_hook() breaks the element configuration screen.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 27 00:19:50 2007 UTC (2 years, 1 month ago) by agentken
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#186761 patch by mikesmullin.  Change to mysite_theme_hook() breaks the element configuration screen.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 01:39:39 2007 UTC (2 years, 1 month ago) by agentken
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
First 5.x.3 commit.  Break the menu hook.

Revision 1.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 01:33:33 2007 UTC (2 years, 1 month ago) by agentken
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-14
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
#150654 by jofaglia. Cleans up forms by theming complex elements into tables.  Removes CSS errors reported in some browsers.
      This fix makes some small changes to theme.inc and mysite_theme_hook().
  -- Cleans up some capitalization inconsistencies in layout files.
  -- Renames mysite_type_theme_list() to mysite_type_theme_data().

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 19:09:50 2007 UTC (2 years, 1 month ago) by agentken
Branch: MAIN
Changes since 1.14: +8 -2 lines
Diff to previous 1.14
#174673 patch by tdeknich and mdekkers: Adds configuration options for strings used in the MySite UI.

Revision 1.14 - (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
CVS Tags: DRUPAL-5--2-10, DRUPAL-5--2-11, DRUPAL-5--2-12, DRUPAL-5--2-13, DRUPAL-5--2-9
Branch point for: DRUPAL-5--2
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
Adds a jQuery-basd message to confirm movement of drag-and-drop items

Revision 1.13 - (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.12: +3 -4 lines
Diff to previous 1.12
  -- #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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 00:16:07 2007 UTC (2 years, 3 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-6
Changes since 1.11: +15 -11 lines
Diff to previous 1.11
#165262 typo in mysite_type_comment_clear().
  -- #164918 comment #8, fixes permission check for adding feeds.
  -- #165260 fixes errors in mysite_type_hook_block_node.
  -- Creates 5.x.2.6 release.

Revision 1.11 - (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
CVS Tags: DRUPAL-5--2-5
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
#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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 16:13:25 2007 UTC (2 years, 4 months ago) by agentken
Branch: MAIN
Changes since 1.9: +13 -11 lines
Diff to previous 1.9
Adds mysite_render() and mysite_display() to allow the presentation of MySite-generated content in external locations like theme snippets, panels, and blocks.
  -- Cleaning up API documentation errors and small typos.
  -- Fixed a permissions check typo in mysite_page().
  -- Fixed a permissions check typo in book.inc

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 12:22:28 2007 UTC (2 years, 4 months ago) by agentken
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Adds mysite_render() and mysite_display() to allow the presentatin of MySite-generated content in external locations like theme snippets, panels, and blocks.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 22 22:59:35 2007 UTC (2 years, 4 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-4
Changes since 1.7: +16 -15 lines
Diff to previous 1.7
 5.x.2.4 release.
  -- #160310 patch by mdekkers.  Error in menu callback caused autocpmplete functions to fail.
  -- #158378 by kforet. MySite cache mechanism requires all format files to be preloaded.  Also needs to check expiry in case garbage collection has not run.
  -- #159581. Fixes logic error that allowed profiles to be stored with type_if of both 0 (zero) and UID.
  -- Prevents alias creation for path mysite/0.
  -- Cleans up and adds some doxygen comments.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 02:11:54 2007 UTC (2 years, 5 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#155022 by sos4nt. Fixes error with infinite loop under certain conditions.
  -- #154764 by kokoyote.  Fixes problem when profile categories have spaces in names.
  -- Fixes typo in API.php

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 01:14:23 2007 UTC (2 years, 5 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-1, DRUPAL-5--2-2
Changes since 1.5: +15 -2 lines
Diff to previous 1.5
Cleans up API.php document @mainpage.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 2 15:42:11 2007 UTC (2 years, 5 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-beta5
Changes since 1.4: +239 -4 lines
Diff to previous 1.4
Cleans up bugs reported by testing of beta4.  See the CHANGELOG for details

Revision 1.4 - (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
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
  -- 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 17 00:32:54 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.2: +95 -4 lines
Diff to previous 1.2
  -- Minor change to mysite.css drag colors.
  -- CSS changes to make the cursor a pointer only on section headings.
  -- Rewrites profile.inc so that it always loads the profile of the page owner, regardless of $type_id.
      Doing so prevents users from showing the profiles of other users on their MySite page.
  -- Corrects missing $position variable in mysite_content_add() sql.
  -- Corrected mysite_type_hook_update() to mysite_type_hook_updated() to avoid conflicts with hook_update().

Revision 1.2 - (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, DRUPAL-5--2-0-beta2
Changes since 1.1: +65 -1 lines
Diff to previous 1.1
Fixes knwon issues with the 5.x.2.0-beta release.  See the CHANGELOG for full detail.

Revision 1.1 - (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
Code cleanup using coder.module.  Adds API.php for documentation.

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