/[drupal]/contributions/modules/mysite/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/mysite/CHANGELOG.txt

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


Revision 1.131 - (show annotations) (download)
Wed Oct 1 14:01:37 2008 UTC (13 months, 3 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--3-3, HEAD
Changes since 1.130: +5 -1 lines
File MIME type: text/plain
  -- #309218 fixes error in calculating collection limits.
  -- Creates the 5.x.3.3 release.
1 // $Id: CHANGELOG.txt,v 1.130 2008/04/27 18:47:05 agentken Exp $
2
3 /**
4 * @file
5 * Changelog file for the MySite and MySite Icons modules.
6 */
7
8 MySite
9 -------
10 author: agentrickard
11 version: Drupal 5.x
12
13 CHANGELOG
14 ========
15
16 01-OCT-2008
17 -- #309218 fixes error in calculating collection limits.
18 -- Creates the 5.x.3.3 release.
19
20 27-APR-2008
21 -- #251891 by markhb1. Fixes logic error in mysite_view().
22 -- Creates the 5.x.3.2 release.
23
24 27-APR-2008
25 -- Fixes issue with mysite-default page.
26 -- #248726 by bangpound. Fixes issue with theming mysite_links().
27 -- #250393 by patchak. Adds z-index to mysite-links.css to avoid overlap with other divs.
28 -- Creates the 5.x.3.1 release.
29
30 11-APR-2008
31 -- Creates the 5.x.3.0 release.
32
33 06-APR-2008
34 -- Finishes cleanup up of API and code style.
35 -- Creates 5.x.3rc2
36
37 31-MAR-2008
38 -- Cleans up profile settings form.
39 -- #230919 by WiseOZ. Fixed display error for droplet source links.
40 -- Cleans up code style issues.
41 -- Cleans up API documentation.
42
43 12-FEB-2008
44 -- #220146 by WiSeOz. Default pages could not be removed by the admin.
45 -- Default page names are no inherited when user creates a new collection.
46 -- #219879 by WiSeOz. Custom description text needed when changing
47 default text in the UI.
48 -- Profile include did not respect custom settings.
49
50 08-FEB-2008
51 -- #219450 by kpaul and IceCreamYou. Bug in access denied usage.
52
53 07-FEB-2008
54 -- #219019. Feed include can produce an error if the admin is trying to add a feed.
55 -- #218777 by IceCeamYou. Enabling the MySite cache can cause an empty array
56 to be passed if the user has no MySite page content.
57 -- Changes output message when no content exists. Message is now sensitive
58 to who the user is.
59 -- Corrects an issue where users with the View permission but not the Edit
60 permission are given the wrong error message.
61
62 05-FEB-2008
63 -- #215095 by gustav. Fixes JavaScript failure on IE for mysite_links.
64 -- #217543 fixes bug in generating add/remove content links.
65
66 24-JAN-2008
67 -- #213336. Static variable caching in mysite_get() caused redirect failures
68 for users trying to create new MySite accounts.
69
70 20-JAN-2008
71 -- #210510. Partial change to droplet.inc for killes, to show the originating block or view data.
72 We need to make this a link to the original.
73 -- #208887 by atuyo60. Incorrect use of t() in theme_mysite_submenu() causes
74 errors for non-English translations.
75 -- The following bugs are all related to changes in mysite_get_includes() and improper
76 use of static variables.
77 -- #208895 by atuyo60
78 -- #208276 by relkiman
79 -- #208610 by LouBabe
80 -- Fixes mysite_load_includes() to throw a warning when no includes are active.
81 -- Fixes an issue where content pages for disabled includes could still be loaded.
82
83 09-JAN-2008
84 -- #207524 by ajayg. The function theme_mysite_content_help() had
85 hardcoded the page to be 0, the first page, causing new content to
86 by added to the home page instead of a subpage when linked to from
87 an empty collection page.
88
89 06-JAN-2008
90 -- #206721 by WiSeOz. The profile.inc needs to force user_load() in order
91 to fetch all user profile data from contributed modules.
92 -- Profile.inc does not require the profile module, just the user module.
93 -- Cleans up missing profile element titles on the settings page.
94
95 05-JAN-2008 (2)
96 -- Applies #206480 to the contrib folder as well.
97
98 05-JAN-2008
99 -- Moves the creation of {mysite_page} initial records into an undate function, which
100 is where it belongs.
101 -- #206480 by IceCreamYou. Title checks in blocks may fail because of ndoe access rules.
102 alters the api in mysite_type_hook_block() to account for this.
103 -- #198904 by mariano.barcia. Provides a Views query substitution if the view is called
104 from a MySite page.
105
106 02-JAN-2008
107 -- #205441 by WiSeOz. Profile.inc always links to user/0.
108 -- #205252 by WiSeOz. Profile.inc default settings did not use user 1.
109 -- Profile.inc did not check for module_exists in mysite_type_profile_options.
110 -- Fixes logic errors in mysite_reset sequence.
111 -- Fixes menu handling issue with item configuration screen.
112 -- Allows a user to change settings for all pages at once.
113
114 30-DEC-2007
115 -- #204876. Cleans up duplicate admin account creation.
116 -- Allows for multiple default pages.
117 -- Removes stray print debug statement.
118 -- Fixes logic error in theme_mysite_empty_column().
119 -- Cleans up the page deletion sequence.
120
121 29-DEC-2007 (2)
122 -- Restores theme switching to 5.x.3.
123 -- Changes mysite/all to mysite-all and mysite/default to mysite-default to avoid
124 conflicts with path aliases for specific user names.
125 -- Releases 5.x.3-beta1.
126
127 29-DEC-2007
128 -- Fixes pgSQL installer.
129 -- Corrects item settings page.
130 -- Changes permission from -view all mysites- to -view mysite- for consistency.
131 -- Users must now have the -view mysite- permission to see personal pages.
132 -- Fixes drag-and-drop sorting for multiple pages.
133 -- Fixes menu issues associated with new features.
134 -- Returns the old -move.png- file.
135 -- Removes a stray db_queryd().
136
137 24-DEC-2007
138 -- Multiple pages now function, but need bug testing.
139 -- More database cleanup.
140
141 24-DEC-2007
142 -- Adds page creation and removal logic to support multiple pages.
143 -- Database schema changes discovered during testing.
144
145 22-DEC-2007 (2)
146 -- Uses static variables to eliminate redundant database queries.
147 -- Begins structure of new menu callbacks.
148
149 22-DEC-2007
150 -- Cleans up the install and uninstall functions. Needs pgSQL testing.
151 -- Adds integration with Domain Access.
152 -- Cleans up settings page, placing default items on top and formatting the Content Settings using
153 a proper form theme function.
154 -- Replaces current icon set with new icons, which are more consistent with Drupal standards.
155 -- Fixes error with possible null value passed to load includes.
156
157 21-DEC-2007 (2)
158 -- Adds the update sql functions to create the database schema for mutliple page support.
159
160 21-DEC-2007
161 -- #202816 by New Oceans. teasers.theme prints current time instead of element time.
162 -- #202500 by andreash. Trailing comma in mysite.install causes pgSQL failure.
163
164 28-NOV-2007
165 -- Fixes additional translation string.
166 -- #190588 by ThriLLzadar. Fixes mysite_links.css problem on Windows browsers.
167
168 04-NOV-2007
169 -- #188714 by patchak. Fixes some missing translation strings in mysite.module.
170
171 28-OCT-2007
172 -- #186755 by mikesmullin. Fixes logic error in changing element titles. Fix also edits refine.inc.
173 -- Applies the remainder of the #186751 patch.
174
175 26-OCT-2007
176 -- #186761 patch by mikesmullin. Change to mysite_theme_hook() breaks the element configuration screen.
177
178 24-OCT-2007
179 -- #185863 by roblang. Some host configurations make MySite Icons throw an error by trying to write to a bad directory.
180 This fix makes the downloading of RSS icons to the local server optional and configurable. Small change to feed.inc as well.
181 -- #185988 by sambtaylor. Allows the admin to change the name of the MySite menu item as a module setting.
182
183 23-OCT-2007
184 -- Starts the change to the 5.x.3 release. This commit breaks the MySite menu hook.
185 -- THIS VERSION OF THE MODULE IS NOT STABLE.
186 -- #150654 by jofaglia. Cleans up forms by theming complex elements into tables. Removes CSS errors reported in some browsers.
187 This fix makes some small changes to theme.inc and mysite_theme_hook().
188 -- Cleans up some capitalization inconsistencies in layout files.
189 -- Renames mysite_type_theme_list() to mysite_type_theme_data().
190 -- #185429 by Walt Esquivel and bonobo. Fixes css problem with content elements that extend beyond the size of the container.
191
192 21-OCT-2007 (5)
193 -- Form handling error on mysite_delete_form caused wrong UID to be loaded.
194 -- mysite_create_account() fired too late if the user clicked on the Content tab.
195 -- Fixes form redirect when admin is changing default setting for a content item.
196
197 21-OCT-2007 (4)
198 -- #174674. Logic error adds settings on pages where they should not load.
199
200 21-OCT-2007 (3)
201 -- #174674. Logic error forces some settings pages to disappear.
202
203 21-OCT-2007 (2)
204 -- Moves most of mysite_help into the mysite_help.inc file, for easier reading of the code.
205
206 21-OCT-2007
207 -- Moves mysite_icon module into its own folder.
208
209 17-OCT-2007
210 -- #184159 by drayen. Fixes logic error in mysite_prepare_columns().
211 -- #182742. Clears the mysite cache when turned off.
212
213 07-OCT-2007
214 -- #174673 patch by tdeknich and mdekkers: Adds configuration options for strings used in the MySite UI.
215
216 04-OCT-2007
217 -- #180844. Logic error in displaying the Reset to Defaults link.
218
219 12-SEP-2007
220 -- Linebreaks in post.inc were DOS encoded. Fixed to use Unix-encoding.
221
222 11-SEP-2007
223 -- #168317 by patchak and tsavino. mysite_prepare_columns() does not work correctly for
224 users with limited permissions.
225
226 10-SEP-2007
227 -- #174433 by funana. Feeds not being categorized correctly.
228
229 09-SEP-2007
230 -- Adds remote debugging capabilites for checking versions.
231
232 08-SEP-2007
233 -- Fixes layout separation issue for teaser.theme. Minor change to mysite.css. Adds end-item div.
234 -- Minor update to INSTALL.txt.
235 -- Removed a debug statement from mysite_render().
236 -- #171478 by tsavino. Fixes css issue with layout selection form.
237
238 02-SEP-2007
239 -- hook_link should only be invoked if user can create a MySite collection.
240 -- Creates 5.x.2.11 release.
241 -- Branches the 5.x.2 branch to prepare for pages in 5.x.3.
242
243 01-SEP-2007 (3)
244 -- #172408 was fixed incorrectly. Use http://drupal.org/files/issues/mysite-delete_0.patch to patch.
245 -- I am not rolling a third release tonight after mucking up the last two.
246
247 01-SEP-2007 (2)
248 -- #172408. Error in delete confirmation logic causes failure to delete.
249 -- #172409. hook_link() returns empty for anonymous users.
250 -- Creates 5.x.2.10 release.
251 -- At this point, I will branch the code to start working on 5.x.3, featuring #145423
252
253 01-SEP-2007
254 -- Adds WdigetBox link to Droplet creation page. WidgetBox is a JS service for providing remote applications
255 to your web site, similar to Google Gadgets. http://widgetbox.com/
256 -- Adds implementaton of hook_link() with JavaScript collapsible options. Can be used to replace the MySite Block.
257 Needs documentation and testing on browsers.
258 -- #168317 by patchak and gsadler. Fixes an array collapsing error in mysite_prepare_columns() that could
259 throw an error if a multi-region layout had blank regions and then was set to a layout with fewer regions.
260 -- Adds documentation for #156445.
261 -- Adds mysite-links.css and mysite-links.js
262 -- Creates the 5.x.2.9 release.
263
264 27-AUG-2007
265 -- #156445 by mounte. Admins may now set an option to allow users to confirm deletion of items.
266 Needs documentation and will require running update.php.
267
268 26-AUG-2007
269 -- Related to #156445. Now adds a jQuery message to the user after state change for drag-and-drop.
270
271 22-AUG-2007
272 -- #169610 fixes issue with db_rewrite_sql and table abbreviations in post.inc and comment.inc.
273 -- blog.inc did not use db_rewrite_sql() when searching content lists. It also did not LOWER the search term.
274 -- term.in did not LOWER the search term.
275 -- user.inc did not LOWER the search term.
276 -- Release 5.x.2.8
277
278 20-AUG-2007
279 -- FIxes documentation of mysite_display().
280
281 19-AUG-2007
282 -- #167148 by icefire. Adds delete user page function.
283 -- #165324 by heebiejeebieclub. Adds post.inc to allow the selection of individual nodes.
284 -- #165632 by patchak. Corrects documentation regarding the removal of page regions.
285 When set to TRUE, only the left and right rails are disabled.
286 -- #167364 Fixes error with blog title for user 0. Allows block handler to accept 0 as a valid id.
287 -- Changes the node.inc settings so that no configuration allows all types. Simplifying configuration.
288 -- Changes the term.inc settings so that no configuration allows all terms. Simplifying configuration.
289 -- Allows the forum vocabulary to be included in the terms list.
290 -- Fixes error in mysite_type_term_block(); admin filters were not applied.
291 -- Removes comment as a category class.
292 -- Changes the name of Posts to Post Types in the admin UI.
293 -- Adds type string to data error messages for easier debugging.
294 -- Creates 5.x.2.7 release.
295
296 10-AUG-2007
297 -- #166170 patch by alienator fixes error in pgsql installer.
298
299 07-AUG-2007
300 -- #165262 typo in mysite_type_comment_clear().
301 -- #164918 comment #8, fixes permission check for adding feeds.
302 -- #165260 fixes errors in mysite_type_hook_block_node.
303 -- Creates 5.x.2.6 release.
304
305
306 06-AUG-2007
307 -- #164918 by xeniox. Fixes error in mysite_type_feed_active(). Fixes caching issue related to drag-and-drop sorting.
308 -- #153560 by mounte. Allows users to reset their personal content to the default settings state.
309 -- #152917 by mounte. Allows the administrator to lock certain content so that it appears on all user MySite pages.
310 -- Cleans up handling of mysite_type_hook_block_node.
311 -- Adds comment.inc to handle comments on individual posts.
312 -- Creates 5.x.2.5 release. Requires running update.php and modifications to custom layout files.
313
314 29-JUL-2007
315 -- Adds mysite_render() and mysite_display() to allow the presentation of MySite-generated content in external locations like theme snippets, panels, and blocks.
316 -- Cleaning up API documentation errors and small typos.
317 -- Fixed a permissions check typo in mysite_page().
318 -- Fixed a permissions check typo in book.inc
319
320 22-JUL-2007
321 -- 5.x.2.4 release.
322 -- #160310 patch by mdekkers. Error in menu callback caused autocomplete functions to fail.
323 -- #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.
324 -- #159581. Fixes logic error that allowed profiles to be stored with type_if of both 0 (zero) and UID.
325 -- Prevents alias creation for path mysite/0.
326 -- Cleans up and adds some Doxygen comments.
327
328 07-JUL-2007
329 -- #153570 by kforet and #157164 by Zahor. Passing empty arrays when theme_mysite_*_help() invoked.
330
331 01-JUL-2007
332 -- Fixes CSS class typo in stacks.php.
333
334 30-JUN-2007 (2)
335 -- Opens #155879 to track typos.
336 -- Fixes UI typo in profile.inc.
337
338 30-JUN-2007
339 -- #155172 by greggles. Fixes omission of page region assignment for users without JavaScript.
340 -- #154743 by olio. Cache errors in popular.inc causing display issues.
341 -- Adds install notes for users without JavaScript.
342
343 28-JUN-2007
344 -- #155022 by sos4nt. Fixes error with infinite loop under certain conditions.
345 -- #154764 by kokoyote. Fixes problem when profile categories have spaces in names.
346 -- Fixes typo in API.php
347
348 25-JUN-2007
349 -- #150919 by a great place... fixed by sos4nt, errors in mysite_icon.install.
350 -- Incorporates dww change to remove $Name: $ from .info files.
351 -- Release of 5.x.2.2
352
353 13-JUN-2007
354 -- MySite 5.x.2.1 released
355 -- #151574 by ilera. Personal theme settings fails because theme.inc was not loaded properly.
356 -- #151151 by bloggybusiness. Will now send users to their own page when they try to view a private MySite page.
357 -- Fixes wrong css div call when theming help for users with blank MySite content. See theme_mysite_content_help().
358 -- Corrects format load error when displaying an empty region. Change is in mysite_prepare_columns().
359 -- Use of sort($rows) in mysite_content() reversed the region ordering of the content array. Removed.
360 -- The update query in mysite_content_add() failed to pass the $position value and did not update the sort column correctly.
361
362 12-JUN-2007 (3)
363 -- Cleans up API.php document @mainpage.
364
365 12-JUN-2007 (2)
366 -- #151151 by bloggybusiness. Fixes permission check issues in mysite_page() and mysite_user().
367 -- Also uncovered accidental profile.inc error in checking data to show to anonymous users.
368 -- Edit to theme_mysite_anonymous_help() for clarity.
369
370 12-JUN-2007
371 -- #151249 by mounte. Error in configuration for feed.inc allows empty array to be passed to a foreach loop.
372 -- Cleans up small typos in README.
373
374 09-JUN-2007 (2)
375 -- MySite 5.x.2.0 released.
376 -- Fixes title error in refine.inc.
377 -- Returns storylink.inc plugin to the contrib folder
378 -- Removes empty lines from blog.inc
379 -- Minor change to descriptions in mysite_icon_menu().
380
381 09-JUN-2007
382 -- Returns the refine-by-taxonomy plugin to the contrib folder
383 -- Removes trailing s from settings submenu items.
384 -- Adds INSTALL.txt note about API changes.
385
386 08-JUN-2007
387 -- Removes the deletion options from node.inc under mysite_type_node_settings(). These options were confusing and inconsistent.
388 -- Adds mysite_activate() to let admins activate plugins from type settings pages. Just for yelvington.
389 -- Fixes misuse of callback arguments in mysite_menu().
390
391 05-JUN-2007
392 -- #149514 by suchold-it. Menu permissions issues. Corrects a bug in the menu callbacks that required users to have both the View All MySites and the Edit MySite permission.
393 -- Adds access checking to user help theme functions.
394 -- Fixes the ugly CSS hack for the submenu during MySite settings pages. Now floats properly without the extra padding.
395 -- Missing .= in mysite_type_theme_active().
396 -- Adds theme_mysite_no_options() to present message to users when no content is present.
397
398 04-JUN-2007
399 -- #149033 by suchold-it. Fixes problem where elements inside a MySite content block are not clickable.
400 -- Edits the mysite.js file to use a handler element for dragging items.
401 -- Tightens up the content listing CSS.
402
403 02-JUN-2007 (2)
404 -- Adds the weblinks.inc file to contributions. See #138754 by suchold-it.
405 -- Adds biblio.inc to contributions. See #98029 by csc4.
406
407 02-JUN-2007
408 -- Fixes theme_mysite_icon_default to use absolute URLs since the CSS url() command is invoked by a theme and we don't know which
409 directory the theme is in relative to mysite/plugins/icons.
410 -- Truncates icon text to 32 characters to prevent sloppy default icons.
411 -- Moved mysite_icon_change_form_validate() and mysite_icon_add_form_validate() into their respective _submit() functions because
412 otherwise the new filename created by mysite_validate_icon() does not get passed correctly from _validate() to _submit().
413 -- Adds winter.CSS file to Styles.
414 -- Adds a MySite tab to the user view page.
415 -- Renames menu permissions. Separating $owner from $create and checking $owner status once.
416 -- Finished updating README.txt
417 -- Makes author a link if UID is present in teasers.theme.
418 -- Updating API.php and functions definitions.
419 -- Removes erroneous module_exists('blog') check in popular.inc
420 -- Removes trailing ?> from profile.inc
421 -- Removes useless mysite_load_includes("themes") from mysite_edit_form().
422 -- Moves Doxygen definitions in to API.php from mysite.module
423 -- Fixes array_splice / unset mistake in displaying Content Types in mysite_configure()
424 -- #147926. Changes Interface "axis" setting to "float".
425 -- Edits mysite_type_droplet_active() to require a droplet be created.
426 -- Changes the display name of Droplets from Content to Droplet.
427 -- Edits droplet.inc to use theme_mysite_icon() in add/change form.
428 -- Changes the Special content type to MySite content type for sorting.
429 -- Updates mysite_help() to version 5.x.2.
430
431 22-MAY-2007 (2)
432 -- #145951 fixes CSS alignment issue in mysite-footer div.
433
434 22-MAY-2007
435 -- Makes the MySite Icon folder name required.
436 -- Corrects errors in mysite_type_term_settings_form default values.
437 -- Updates INSTALL.txt to version 5.x.2.0.
438 -- Begins update of README.txt to version 5.x.2.0.
439
440 21-MAY-2007
441 -- Fixes logic error in mysite_type_term_active() in calculating null settings. Switch from array_flip and unset to array_sum().
442 -- Changes user.inc to use array_sum() in hook_active().
443 -- Remove debug print statement from popular.inc
444 -- Slices the options array in popular.inc to return only the top 100 items.
445 -- Improves logic in mysite_edit_form() to avoid loading items not needed.
446 -- Removes the "mysite" element from profile options in profile.inc.
447
448 19-MAY-2007 (2)
449 -- Changes mysite_get() to retrieve layout, style, and format information.
450 -- Makes format setting the default per user and lets the user set format per item in their collection.
451 -- Now users the user stylesheet for displaying format options.
452
453 19-MAY-2007
454 -- Adds forest.CSS file and sunset.css file.
455 -- Renames blue.css to sky.css
456 -- Renames red.css to fire.css
457 -- Adds update sql to rename styles stored in database.
458 -- Adds popular.inc to show the most popular content items added to user MySite pages.
459
460 18-MAY-2007
461 -- Fixes logic error in mysite_content() sorting table. $i == 0 not $ == 1 to start.
462 -- Removes dependency on collapse.js. Since <fieldset> is only XHTML valid for forms, the mysite.js file
463 now handles collapsing elements with <div> tags. Also integrates better with jQuery interface and
464 makes for easier CSS styling of content display.
465 -- Changes to all layout files to follow new CSS/JS syntax.
466 -- Prefixes sortable ids with am _m_ because you cannot use a number for a CSS classname.
467 -- Changes to all css files for new CSS/JS syntax.
468 -- Adds midnight.css file.
469 -- Adds stacks.php layout file and stacks.png image.
470 -- Changes mysite_content() to account for empty regions in the layout.
471 -- Adds individual documentation README files for the plugins directories.
472
473 17-MAY-2007
474 -- #144656 patch by Frando, reported by jamon8888. Fixes Call-time pass-by-reference errors.
475 -- Fixes path error in mysite_type_feed_image().
476
477 16-MAY-2007
478 -- Minor change to mysite.css drag colors.
479 -- CSS changes to make the cursor a pointer only on section headings.
480 -- Rewrites profile.inc so that it always loads the profile of the page owner, regardless of $type_id.
481 Doing so prevents users from showing the profiles of other users on their MySite page.
482 -- Corrects missing $position variable in mysite_content_add() sql.
483 -- Corrected mysite_type_hook_update() to mysite_type_hook_updated() to avoid conflicts with hook_update().
484
485 15-MAY-2007
486 -- #144187 by haimoura. Fixes empty array error when viewing a MySite page with no content.
487 -- Fixes logic error that caused mysite.css to be omitted on admin pages.
488 -- Fixes logic error in mysite_content_settings_form_submit()
489 -- Fixes error in book.inc to include the parent node as part of the data collection.
490 -- Removed redundant module_exists('user') check in user.inc
491 -- Fixes key naming error in mysite_user().
492 -- Adds profile.inc to handle user profiles
493 -- Deprecates the mysite profile link in layout files in favor of profile.inc
494 -- Adds updated to the mysite_get() return
495 -- Fixes typos in lines 213 and 220 of mysite_update_5().
496 -- Adds $settings to mysite_type_hook_data() function
497
498 14-MAY-2007
499 -- #143890 by groovy. Fixes duplicate page output error for users with no MySite page.
500 -- Finished up drag-and-drop elements.
501 -- Moves default.css into mysite.css.
502 -- Adds mysite_layout_hook() for layout data.
503 -- Adds individual settings for content items.
504 -- Adds 'settings' column to {mysite_data}
505 -- Introduces mysite_type_hook_content_form() to add elements to the item configuration form.
506 -- Adds the following to plugins/icons/
507 -- backing.png
508 -- move.png
509 -- settings.png
510 -- Updates the layout icons to look nicer.
511 -- Adds triple.png to layouts folder.
512 -- Removes redundant css calls from blue.css and red.css
513
514 13-MAY-2007
515 -- Returns drag-and-drop sorting to MySite.
516 -- Requires jQuery Update and jQuery Interface modules.
517 -- Adds triple.php layout file.
518 -- Temporary 'mysite-grabber' style to highlight drag-and-drop
519
520 11-MAY-2007 (3)
521 -- Removes redundant call to prefix/suffix in mysite_icon module.
522
523 11-MAY-2007 (2)
524 -- Fixes typo in pgsql routine of mysite_update_5().
525
526 11-MAY-2007
527 -- Fixes typo in mysite.install mysite_update_5().
528 -- Fixes file name error in uploads for MySite Icon module.
529 -- Fixed logic error in mysite_menu() that caused default settings to fail.
530 -- Added the FALSE parameter to check_markup for Droplet contents. All users need to see the assigned format filter.
531 See http://api.drupal.org/api/5/function/check_markup for information.
532 -- mysite_type_book_options() accidentally called mysite_type_blog_title().
533 -- Fixes logic error in mysite_type_node_active().
534 -- Cleans up icon handling to check that the files/mysite directory exists before any icon handling is attempted.
535 -- Cleans up some dirty logic in mysite_menu().
536 -- Fixes logic error in mysite_type_droplet_settings_form_validate(). Title checking not necessary on delete.
537 -- Prints a message to site admins if a content type using mysite_type_hook_settings() is not configured.
538 The new function mysite_check_settings($type) handles this message.
539 -- Updates the icon set used by MySite Icons.
540 -- Minor changes to mysite.css icon classes.
541 -- Corrected MySite Icon module to work with private file downloads.
542
543 09-MAY-2007
544 -- Code cleanup via the coder.module
545 -- Writing API.php for documentation
546 -- #135378 by jenadmin. Adds public/private default setting under MySite settings.
547
548 02-MAY-2007 (2)
549 -- Preparing Doxygen documentation.
550 -- Renamed mysite_form_content() to mysite_content_form().
551
552 02-MAY-2007
553 -- Added a 'category' element to the mysite_type() array. Allows sorting of type plugins by category.
554 -- Changes logic check for loading 'content' submenu to: is_numeric(arg(1)) from arg(1) == $user->uid.
555 -- Adds a user.inc file for tracking specific user posts.
556 -- User selection can be restricted by role in user.inc.
557 -- Adds an 'admin' element to the mysite_type() array. This lets us drop a redundant $options lookup.
558 -- API documentation now will be provided by the API module (http://drupal.org/project/api).
559 The README.txt file will be rewritten as a result.
560 -- API documentation will be stored at http://therickards.com/api
561
562 29-APR-2007 (2)
563 -- #118934 by zaphod280380. Adds node.inc to handle CCK and other generic node types.
564 -- Removes the redundant module_exists('block') check in mysite_type_droplet(). Block is required.
565 -- Corrected a case where an infinite loop can be called during mysite_type_{name}_title. Load options must be FALSE.
566 -- Corrected error where mysite_type_options() didn't use mysite_type_title() consistently.
567
568 29-APR-2007
569 -- Introduces the MySIte Icons module for option icon-based content selection and administrative icon handling. This is an optional module.
570 -- #135378 by jenadmin. Fixes book.inc access restrictions by wrapping the options in db_rewrite_sql().
571 -- Updates the type includes to use the new icon handling API.
572 -- Adds three classes to mysite.css for icon handling.
573 -- Changed name of "Icon Settings" to "Action Buttons" to avoid confusion with new icon handling.
574 -- Set default Action Buttons to '1' instead of '0' -- now used action icons by default.
575 -- Cleaned up user_access checks in mysite_menu() to eliminate redundancy.
576 -- Fixed 'first' and 'last' in the mysite_pager() function.
577 -- Turned submenu nav variables into globals so they don't have to be loaded multiple times.
578 -- Added css to make the action buttons float: right. Standardized the css files.
579 -- Added mysite_teaser() function to generate themeable teasers for CCK nodes.
580 -- Removes the restriction that required feeds to be categorized.
581 -- Fixed a layout issue with the icon panel not breaking groups correctly.
582 -- Adds mysite_type_{name}_active() check for administrators to give configuration warnings.
583 -- Changes the behavior of feed images. These are now handled like other icons.
584
585 18-APR-2007
586 -- Updated INSTALL.txt
587 -- Fixes layout logic error with icon panel.
588 -- Saves aggregator feed icons locally. (Pending testing).
589 -- Removes threshold definitions from type includes.
590 -- Adds icon element to the $options array.
591 -- Cleans up icon theming.
592 -- Fixes some capitalization issues.
593
594 17-APR-2007
595 -- Adds icon-based browsing of content.
596 -- Deprecates the "THRESHOLD" setting for a universal variable, set by the admin
597 -- Minor text correction to blog.inc
598
599 17-APR-2007
600 -- Adds icon upload for custom Droplets.
601 -- Adds generic icons for content types. (color coded)
602 -- Replaces old icon set with new, custom icons created for MySite
603 -- Adds check_plain() to mysite_get_custom title generation.
604 -- Removes translation files. I will no longer maintain these files.
605
606 16-APR-2007
607 -- Finishes code to allow the creation of droplets from blocks and views.
608
609 15-APR-2007 (3)
610 -- Fixes a drupal_goto() error upon deletion of a droplet.
611
612 15-APR-2007 (2)
613 -- Allows the automated creation of droplets from blocks.
614
615 15-APR-2007
616 -- #136520 Prevents the loading of inactive type includes.
617
618 13-APR-2007
619 -- Initial commit of "Droplets" of content.
620 -- Adds droplet.inc plugin.
621
622 06-APR-2007 (5)
623 -- Paves the way for "droplets" of content to be added to MySite.
624 -- Fixes logic error in placing footer on fullscreen views.
625
626 06-APR-2007 (4)
627 -- Updating documentation in README.txt and INSTALL.txt.
628 -- Revising online help text.
629
630 06-APR-2007 (3)
631 -- Removes &nbsp; from output.
632
633 06-APR-2007 (2)
634 -- Fixes some author name errors and layout issues with teasers.theme
635 -- Better sample data for format selection screen.
636 -- Fixes minor display issue for sub title elements.
637
638 06-APR-2007
639 -- Added $header and $footer messages to properly address two issues.
640 1. Messages to anonymous users should not be passed via drupal_set_message(), since this invalidates page cache.
641 2. With MySite pages printed without blocks, the site footer was omitted.
642 Both of these elements are part of the layout files now. They are printed wrapped in default Drupal css to maximize compatibility.
643
644 04-APR-2007
645 -- SQL parameter error in feed.inc corrected.
646
647 03-APR-2007
648 -- #124955. Fix in theme.inc
649
650 03-APR-2007
651 -- Massive code changes. Bad form, I know.
652 -- Created mysite_sitename() function.
653 -- Fixed bad comma in line 45 of blog.inc
654 -- Changes user strings referring to 'MySite' -- users don't care what the name of the module is.
655 -- theme_mysite_block_help incorrectly used $owner instead of $user.
656 -- Added auto-create function for new users hitting /edit or /content for the first time.
657 -- Successfully split the Add Content page into sub-pages -- test if only one option is available.
658 -- Minor change to feed.inc (changed the label to work with new menu).
659 -- Fixes group collapse settings in columns.php
660 -- Adds setting to show MySite pages fullscreen -- eliminating blocks and rails.
661 -- Changed item THRESHOLD to 25. Now paginated.
662 -- Split the user page edit screen into discrete stages! Much easier to use.
663 -- Admins can now set default content for anonymous and new users!
664 -- Fixed a layout issue; only shows profile link when $user->name is present.
665
666 20-MAR-2007
667 -- #129228 by dsp1. Fixes removal of UTF directive in mysite.install. Requires running update.php.
668 -- Corrected syntax for updating to UTF-8.
669 -- #128374. Added permission check for the 'edit own blog' to show blog link in block.
670 -- #129624. Check privacy flag on MySite within hook_user().
671
672 13-MAR-2007
673 -- #125774 by esilou. Tagged forum posts do not appear in term lists
674 -- #127549. Escaped characters in author output.
675 -- #127560. Columns layout not collapsible.
676 -- #127062 by Dan DG. Title element in hook_user should be "My sitename".
677
678 07-MAR-2007
679 -- Fixes error in blog.inc. http://drupal.org/node/125688
680 -- Corrects title of the MySite block to be "My Site_Name"
681 -- NOTE: translation files in HEAD are not current!
682
683 04-MAR-2007
684 -- Adds path.inc and theme.inc to the plugins group
685
686 25-FEB-2007 (2)
687 -- Resets permissions correctly on mysite-sort menu item.
688 -- Adds proper $Id tag to mysite.js
689 -- Removes unused #mysite .buttons call from mysite.css
690
691 25-FEB-2007
692 -- HEAD diverges from 5.x.1-dev.
693 -- Adds drag-and-drop placement of elements on the user's MySite page. See http://drupal.org/node/101471.
694 -- Adds mysite.js file.
695
696 23-FEB-2007
697 -- Fixes numerous errors with pgsql compliance. See http://drupal.org/node/120077.
698 -- Proper {table} format for db_next_id().
699
700 13-FEB-2007
701 -- Fixes cache_set() error. http://drupal.org/node/118337
702
703 12-FEB-2007
704 -- Fixes typo in line 394 of mysite.module. 'user_acces()'.
705
706 11-FEB-2007
707 -- Released 5.x.1.7
708 -- Fixed block error in presenting special characters.
709
710 09-FEB-2007 (2)
711 -- Minor correction to the README.
712
713 09-FEB-2007
714 -- Minor menu change that fixes http://drupal.org/node/117600.
715
716 08-FEB-2007 (4)
717 -- Adds padding to the 'read more' link.
718
719 08-FEB-2007 (3)
720 -- Fixed a minor layout issue by adding proper <p> tags.
721
722 08-FEB-2007 (2)
723 -- Updates the mysite.po file.
724
725 08-FEB-2007
726 -- Allows the mysite_page() function to be accessed externally. See http://drupal.org/node/103206.
727
728 11-JAN-2007
729 -- Fixes a misspelling on the Help page. Very minor.
730
731 02-JAN-2007
732 -- Fixes http://drupal.org/node/106407 bug in menu system.
733
734 20-DEC-2006 (2)
735 -- Fixed an error using drupal_add_js (2nd parameter should be 'module').
736 Addresses http://drupal.org/node/104314
737
738 20-DEC-2006
739 -- Cleaned up references to admin links, due to changes in the admin menu structure.
740 See http://drupal.org/node/104395.
741
742 18-DEC-2006 (2)
743 -- Edits to mysite.po file to reflect recent changes.
744
745 18-DEC-2006
746 -- Corrected form error described in http://drupal.org/node/99958
747
748 15-DEC-2006
749 -- Fixed XSS vulnerability described at http://drupal.org/node/103958
750
751 14-DEC-2006
752 -- Fixed error in feed.inc. See http://drupal.org/node/103288
753
754 1-DEC-2006
755 -- Fixed error in mysite.install.
756 -- Released 5.x.1.1.
757
758 29-NOV-2006 (2)
759 -- Added description to admin/settings/mysite menu item.
760 -- Committed to 5.x.1.dev only.
761
762 29- NOV-2006
763 -- Cleaned up strings in preparation for new translation files.
764
765 28-NOV-2006
766 -- Initial port for Drupal 5.
767 -- Removed contrib elements, as they reference modules with no v5 releases.
768
769 27-NOV-2006
770 -- Released v 4.7.x.3.0
771 -- Corrected the mysite.install file for new release and db update.
772 -- Added storylinks.po file.
773
774 26-NOV-2006 (3)
775 -- Added storylinks.inc and .po files to contrib. http://drupal.org/node/91018
776
777 26-NOV-2006 (2)
778 -- Updated .po files
779 -- Added biblio.inc to the contrib directory. http://drupal.org/node/98029
780
781 26-NOV-2006
782 -- MySite content titles are now editable for individual users.
783 -- Introduced mysite_type_{name}_update hook to enable plugins to act on user changes.
784 -- Enabled the addition of new refine-by-taxo groups through the settings page.
785 -- Fixed error that allowed adding content above the item limit when using block links.
786 -- Fix to mysite.install. See http://drupal.org/node/99457.
787
788 22-NOV-2006 (2)
789 -- Added mysite.css file to handle form-item display.
790 -- Made titles editable for refine.inc
791
792 22-NOV-2006
793 -- Fixed sql error in term.inc
794 -- Revised the refine.inc file
795 -- Changes menu behavior for type settings
796
797 21-NOV-2006 (4)
798 -- Made mysite_type_{name}_options an optional function, for types that don't appear on the /content page.
799 -- Added support for string-based keys to identify content.
800 -- Added refine.inc for testing refine-by-taxo.module.
801
802 21-NOV-2006 (3)
803 -- Enabled a default MySite page.
804 -- Added the mysite_content table in preparation for http://drupal.org/node/93060
805
806 21-NOV-2006 (2)
807 -- Moved settings into type include files.
808
809 21-NOV-2006
810 -- Fixed array error http://drupal.org/node/97185.
811
812 13-NOV-2006
813 -- Added book.inc to the types directory.
814 -- Added translation support for book.inc
815
816 10-NOV-2006
817 -- Moved user_access check into mysite_block from the individual mysite_type_{name}_block() functions.
818
819 10-NOV-2006
820 -- Fixed misuse of check_plain when saving MySite titles
821 -- Changed mysite_user text header to 'MySite'
822
823 09-NOV-2006
824 -- See http://drupal.org/node/92757
825 -- Error handling on missing plugins.
826
827 09-NOV-2006
828 -- See http://drupal.org/node/93012
829 -- Fixed div class for profile link.
830 -- Fixed access control for profile link.
831 -- Made layout themes unique, to allow theme override functions.
832 -- Updated README documentation.
833
834 03-NOV-2006
835 -- Fixed node_load() changes in 4.7
836 -- Fixed theme('page') changes in 4.7
837 -- See http://drupal.org/node/22218
838
839 02-NOV-2006
840 -- Fixed db_queryd() error in forum.inc
841 -- Added mysite_type_{name}_block_node() function handler.
842
843 31-OCT-2006
844 -- Added support for node_access and taxonomy_access rules using db_rewrite_sql.
845 -- Changed default node ordering to ignore 'sticky' and use 'changed'.
846
847 30-OCT-2006
848 -- Better array handling in the columns layout.
849 -- Corrected a missing t() string in mysite.module. Updated po files.
850 -- Added a submissions directory to handle plugins from Drupal.org
851
852 24-OCT-2006
853 -- Changed some strings and page titles due to string parsing error in .po files
854 -- Added default .po translations files
855
856 23-OCT-2006
857 -- Created proper DRUPAL-4-7 branch
858 -- Added this changelog file.
859
860 20-OCT_2006
861 -- Corrected a debug error.
862
863 19-OCT-2006
864 -- Initial release

  ViewVC Help
Powered by ViewVC 1.1.2