- 18 Oct, 2004 7 commits
-
-
Steven Wittens authored
-
Dries authored
- Updating the date.
-
Dries authored
-
Dries authored
-
Dries authored
- Patch by James: made the blogapi module work again.
-
- 17 Oct, 2004 2 commits
-
-
Dries authored
- Patch #11670 by TDobes: comment.module did not properly set a breadcrumb for creating/previewing new comments. The node on which your commenting and its location within the menu is not displayed. Instead, there is only a "Home" link. This is especially apparent when the "add new comment" form is set up to display on a separate page.
-
Dries authored
- Patch by Gerhard: small update to INSTALL.txt.
-
- 16 Oct, 2004 6 commits
-
-
Steven Wittens authored
#11449: Adding a failsafe check for an improperly prefixed menu sequence. This is a temporary fix, awaiting a proper install system to end manual prefixing ;).
-
Dries authored
+ Drupal 4.4 stored profile data in the serialized user->data column. Drupal 4.5 stores profile data in tables (but user->data is still available and used for other stuff, like locale or themes). The update from 4.4 to 4.5 didn't remove the old data from the user->data column properly, because there is no mechanism in user_save to do so (it did try to unset the fields, but this has no effect). + On registration, hook_user('insert') is invoked after saving the data column. This means that any module-specific data is put into the data field. We cannot move hook_user('insert') higher up, because before that point, we do not have a complete $user object yet.
-
Steven Wittens authored
-
- 15 Oct, 2004 7 commits
-
-
Steven Wittens authored
Tablesort used to output class=" active" for active columns with other properties (align="right"). Now it correctly uses class="foo active" if a class 'foo' was specified, and class="active" otherwise.
-
Steven Wittens authored
search: Removing iso-8859-1 characters from update_index() and adding the same stripping to do_search(). This fixes the embarrasing bug of not being able to search for "4.5.0" because it is indexed as "450".
-
Dries authored
-
Dries authored
- Patch #11600 by jhriggs: the module_load_all() function will currently behave unexpectedly if a module cannot be found (has been removed, renamed, etc). Once one module fails to load, all subsequent modules will not be loaded due to a short circuit condition when performing a boolean AND.
-
- 14 Oct, 2004 7 commits
-
-
Dries authored
-
Dries authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
- 13 Oct, 2004 7 commits
-
-
Steven Wittens authored
Bug: the default filter setup had the wrong filter delta for the linebreak filter. Now it matches updates.inc.
-
Steven Wittens authored
-
Steven Wittens authored
-
Dries authored
I rewrote this patch for simplicity.
-
Steven Wittens authored
-
Dries authored
-
- 12 Oct, 2004 4 commits
-
-
Steven Wittens authored
-