- 26 Jan, 2004 1 commit
-
-
Dries authored
- Patch #5393 by Goba: changes the search hook return value, and requires an array containing two elements, the first being the requested title, and the second being the result list. Advantages: * Cleaner search code in common.inc * Po extraction is possible and works fine * No hardcoded exceptions for node and comment modules, since any module can return results in order of relevance (or another order)
-
- 24 Jan, 2004 1 commit
-
-
Dries authored
- Removed the 'Page not found' message after the initial install and removed some old user module logic to install the initial role IDs.
-
- 23 Jan, 2004 1 commit
-
-
Dries authored
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
-
- 21 Jan, 2004 1 commit
-
-
Dries authored
- Bug 5285: fixed broken URLs in user module. Patch by Stefan.
-
- 13 Jan, 2004 1 commit
-
-
Dries authored
- Patch 4859: new drupal_unpack() consolidates duplicate code and makes it easy to show avatars next to nodes and comments. Patch by Moshe. As a showcase, maybe Xtemplate should have an option to enable/disable avatars?
-
- 11 Jan, 2004 2 commits
-
-
Dries authored
-
- 05 Jan, 2004 1 commit
-
-
Dries authored
- Changed some boxes to fieldsets/lengeds.
-
- 29 Dec, 2003 2 commits
-
-
Dries authored
-
Dries authored
- Updated the user login block to validate as XHTML strict: the <div class="user-login-block"> is now inside the <form> instead of the other way around. - Simplified the user login block by removing some CSS that was no longer needed. The block module already emits block-related classes and an id.
-
- 28 Dec, 2003 1 commit
-
-
Dries authored
-
- 26 Dec, 2003 1 commit
-
-
Dries authored
- First take at improving the user module's code: replaced the custom error printing with calls to drupal_set_message().
-
- 24 Dec, 2003 1 commit
-
-
Dries authored
- Tiny change for sake of consistency: Blocked -> blocked, Active -> active.
-
- 22 Dec, 2003 2 commits
-
-
Dries authored
- Updated documentation, small bug fix and small improvements to the <label> tags. To be discussed and investigated: when a form element has no title an empty <label> tag will be emitted (eg. "remember me" checkbox). This doesn't make sense but is our best option for now.
-
Dries authored
- Fixed password field.
-
- 18 Dec, 2003 1 commit
-
-
Dries authored
- Fixed bug 4667: users with the deleted role are put back in the authenticated users pool.
-
- 17 Dec, 2003 1 commit
-
-
Dries authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
- 13 Dec, 2003 2 commits
- 08 Dec, 2003 2 commits
- 07 Dec, 2003 1 commit
-
-
Dries authored
- Made the who's online block adhere better to the max user setting.
-
- 06 Dec, 2003 1 commit
-
-
Dries authored
- Improved the way the "Who's online" block is visualized when the list of online users is truncated by to maximum user list length setting.
-
- 05 Dec, 2003 1 commit
-
- 04 Dec, 2003 2 commits
- 01 Dec, 2003 1 commit
-
-
Dries authored
- Introduced a drupal_set_message() and drupal_get_message() function. Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them.
-
- 28 Nov, 2003 3 commits
- 27 Nov, 2003 1 commit
-
-
Dries authored
- Cleaned up user_settings(). Patch by Jeremy.
-
- 25 Nov, 2003 3 commits
-
-
Dries authored
- Fixed two typos. Reported by Jeremy.
-
Dries authored
- Moved the "Who's online" block from the statistics module to the user module as the code no longer relies on the statistics module. In addition, some code has been simplified and other bits have been removed. Patch by Jeremy.
-
Dries authored
- Committed phase 4 of JonBob's menu system changes.
-
- 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 1 commit
-
-
Kjartan authored
- Fixed sess_write(). - Removed dead code in index.php.
-