- 20 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: fixed two problems with adding and deleting access rules. Patch by Moshe. Requires database upgrade.
-
- 16 Oct, 2003 1 commit
-
-
Dries authored
- Fixed bug #3637: made comment module settings translatable. Patch #13 by Moshe. - Fixed bug #3642: removed duplicate settings from user page. Patch #14 by Moshe. - Fixed bug #3503: added 'forum topic' link to the 'create content' menu. Patch by Gobar. I think this might be more intuitive and consistent code-wise; I don't want to introduce small hacks. - Cache improvement: small cache improvement to prevent SQL errors. Patch by Jeremy.
-
- 15 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: added a missing break statement. Patch by Stefan.
-
- 13 Oct, 2003 1 commit
-
-
Dries authored
- Usability improvements to the user module: removed some redundant menu items by taking advantage of the column sorting, added status messages and so on. Patch by Moshe plus some fixes. - Made the profile module use the table() function. Patch by Moshe. - Fixed breadcrumb spacing. Patch by Moshe. - Fixed colspan problem with node overview table. Patch by Stefan. - Fixed inconsistency with table sorting. Patch 0122 by Al.
-
- 12 Oct, 2003 1 commit
-
-
Dries authored
- Fixed translation bugs with statistics module. Patch by Gabor. - Removed 'homepage' field from user table. Patch by Gabor. - Added 'real name' field to the profile module. Patch by Gabor.
-
- 09 Oct, 2003 3 commits
- 07 Oct, 2003 1 commit
-
-
Dries authored
- Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
-
- 04 Oct, 2003 1 commit
-
-
Kjartan authored
- Made sure the chunk sizes always include groupings of 4 bytes. - Added more comments so fixes are not lost in future changes.
-
- 03 Oct, 2003 2 commits
- 30 Sep, 2003 2 commits
-
-
Dries authored
- Moved the locale settings from the user module to the locale module. Patch by Stefan. - Moved the theme settings from the user module to the system module and made the code more intelligent. Patch by Stefan.
-
Dries authored
- Changed 'view my blog' to 'my blog' and 'view recent posts' to 'recent posts'. See mailing list discussion.
-
- 29 Sep, 2003 1 commit
-
-
Dries authored
- Made sure non US-ASCII mails are sent out properly. Patch by Gabor. TODO: rename user_mail() to drupal_mail() and move it to common.inc. Other modules, such as the project module, should use this as well or they risk to send out /invalid/ mails.
-
- 28 Sep, 2003 6 commits
-
-
Dries authored
- Fixed CSS.
-
Dries authored
- Fixed bug with "new user". Reported by Matt.
-
Kjartan authored
- Fixed Navigation block header.
-
Dries authored
- Associate a callback with the menu links! (This callback is not yet being called but will be as soon the remaining links have been transformed to use the menu system.) - Made sure the menu does not render links with no callback and no children. Like this, the 'create content' link is not being shown when the user has no permission to add any content.
-
Dries authored
- Made sure all menu items can be translated. Path by Goba.
-
Dries authored
"create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s.
-
- 27 Sep, 2003 1 commit
-
-
Dries authored
- Committed Al's new admin link texts. Remarks: 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
-
- 26 Sep, 2003 2 commits
-
-
Dries authored
+ Fixed CSS to use the same format as the rest of drupal.css. + Added fallback routine for menu icons. + Fixed anonymous users not seeing the menu. + Added proper access checks for admin and help menu items.
-
Dries authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- 20 Sep, 2003 1 commit
-
-
Dries authored
- Fixed off-by-one error in user admin pages.
-
- 19 Sep, 2003 1 commit
-
-
Dries authored
- Committed a partial administration page integration patch.
-
- 14 Sep, 2003 2 commits
-
-
Dries authored
- Tidied up the usage of module_invoke() and module_invoke_all(). Patch by Jonathan Chaffer.
-
- 13 Sep, 2003 1 commit
-
-
Dries authored
- Added page titles. Modified version of patch 0104 by Kendow; patch updated for HEAD branch. > Modified 4.2.0 code to pass localized title text to theme header so user > pages have meaningful <title> element content.
-
- 10 Sep, 2003 1 commit
-
-
Dries authored
- Patch by Bart Jansen: <quote> This adds session support for anonymous users and fixes a bug/typo. 1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make inner join work. 2. replaced "if ($user .." by "if ($user->uid .." because now $user is always set (my previous change probably caused this). 3. db_next_id("user_uid") -> db_next_id("users_uid"); </quote> I repeat: "This adds session support for anonymous users and fixes a bug/typo."
-
- 09 Sep, 2003 1 commit
-
-
Dries authored
- Gerhard's uid 0 patches. These patches bring various performance improvements. Requires a database update.
-
- 30 Aug, 2003 1 commit
-
-
Dries authored
- Added an "edit account" link.
-
- 23 Aug, 2003 1 commit
-
- 22 Aug, 2003 3 commits
-
-
Dries authored
PostgreSQL and MSSQL database scheme as well. - Made sure the update script updates the correct tables when database prefixing is enabled. Patch by Bart Jansens. - Improved the breadcrumb navigation of the book and the forum module as per Keith Instone's suggestions. - Updated page titles (or block titles) and links to match. Suggested by Keith Instone. - Added missing 'thread' field to the comment table of the MySQL database scheme. Fixes bug #2590.
-
Dries authored
- Added some missing {} to make database prefixing work. Patch by Moshe.
-
Dries authored
- Fixed bug with user sessions. Patch by Jeremy.
-
- 21 Aug, 2003 1 commit
-
-
Dries authored
- Applied Moshe's tablesort patch! Note that I changed the arrow images because those of Moshe where not identical.
-
- 20 Aug, 2003 1 commit
-
-
Dries authored
- Committed Jeremy's session patch: this brings us one step closer to having session for anonymous users.
-
- 19 Aug, 2003 1 commit
-
-
Dries authored
- Updated the user module to use the new help system approach.
-
- 13 Aug, 2003 1 commit
-
-
Dries authored
-