- 23 Nov, 2003 2 commits
- 21 Nov, 2003 1 commit
-
-
Dries authored
- Fixed menu problem so users can log in. Patch by Jonathan.
-
- 20 Nov, 2003 2 commits
-
-
Dries authored
- Patch by JonBob: Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme.
-
Dries authored
- Flush cache after changing user permissions. Patch by Gerhard.
-
- 18 Nov, 2003 2 commits
- 13 Nov, 2003 1 commit
-
-
Dries authored
- table(...) -> theme("table", ...)
-
- 10 Nov, 2003 1 commit
-
-
Dries authored
User module patch by Kjartan: - Optimized user_external_load(), only need to fetch the data once. - Removed unused functions: user_get() user_set() theme_menu_list() - Fixed user_validate_name() to not accept \. - Modified user_validate_name() to use alnum, which varies depending on the system locale. - Optimized user_validate_name() to not use unnecessary regular expressions. - Optimized user_access() by using less logic to fetch permissions and cache. - Removed uncessary logic from user_deny(). - Fixed user_fields() to properly cache $fields. - Optimized user_set_authmaps() to not perform unnecessary queries. - Removed return value from user_set_authmaps().
-
- 09 Nov, 2003 1 commit
-
-
Dries authored
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
-
- 08 Nov, 2003 1 commit
-
-
Dries authored
- Committed stage 1 of the menu callbacks improvements. Patch by Jonathan.
-
- 07 Nov, 2003 1 commit
-
-
Dries authored
- Usability improvement: replaced many selection boxes by radio buttons. Patch by Stefan.
-
- 31 Oct, 2003 1 commit
-
-
Dries authored
- Improvement: made it possible to disable the comment controls and reworded some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
-
- 28 Oct, 2003 2 commits
-
-
Dries authored
- Small corrections to the punctuation.
-
Dries authored
- Bugfix: fixed usernames being shown in the "Who is online" block after you logged out. Patch by Jeremy. - Bugfix: fixed the authmap table in the MSSQL scheme. Patch by Moshe. - Bugfix: properly themes some error messages in the user module. Patch by Moshe.
-
- 23 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: removed depricated documentation.
-
- 22 Oct, 2003 1 commit
-
- 21 Oct, 2003 2 commits
-
-
Dries authored
- Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emitted twice. Patch by Jim Riggs.
-
- 20 Oct, 2003 2 commits
-
-
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 5 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.
-