Log of /contributions/modules/mysite/mysite.install
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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 -
(
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.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.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
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.