- 23 Nov, 2003 1 commit
-
-
Dries authored
- Committed phase 3 of JonBob's menu changes. Adds an API for modules to define titles and breadcrumbs for their pages, and updates the theme system to display them.
-
- 21 Nov, 2003 1 commit
-
-
Dries authored
- Fixed menu problem so users can log in. Patch by Jonathan.
-
- 20 Nov, 2003 3 commits
-
-
Dries authored
- Improved theme configuration page. Modified version of Adrian.
-
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.
-
- 19 Nov, 2003 2 commits
-
-
Dries authored
+ block_list() (in block.module): returns an array of block objects for $region. + theme_blocks() (in theme.inc): uses block_list() and theme("block") to actually render them. Advantages: + Decouples blocks content and layout, allows block_list() to be used for non-output purposes (think "pull"). + Unifies naming in theme.inc: render_blocks()) didn't really fit there. + Puts block_list() in blocks.module where it logically belongs. - Removed some cruft from the Xtemplate theme. Patch by Ax.
- 18 Nov, 2003 3 commits
-
-
Kjartan authored
- Fixed sess_write(). - Removed dead code in index.php.
-
Dries authored
- Admin module clean-up. Patch by Kjartan. (The status function should be a theme_ function really.)
-
Dries authored
- Improved module loading when serving cached pages. Moshe's bootstrap patch. - Used legend and fieldset tags for the configuration page.
-
- 17 Nov, 2003 1 commit
-
-
Dries authored
- Improved form items: added <label> tags to improve accessibility and added theme_form_element() function to improve themeability. I left form_item() and the calls to form_item() intact for now.
-
- 15 Nov, 2003 4 commits
-
-
Dries authored
- Move the jabber module to the contributions repository.
-
Dries authored
- Replaced the bloggerapi module by the blogapi module writen by James.
-
Dries authored
- Moving the cloud module to the contributions repository.
-
Dries authored
- Made the comment module themable. Patch by CodeMonkeyX.
-
- 14 Nov, 2003 1 commit
-
-
Dries authored
- Fixed theme glitch.
-
- 13 Nov, 2003 2 commits
- 12 Nov, 2003 1 commit
-
- 11 Nov, 2003 2 commits
- 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 4 commits
-
-
Dries authored
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
-
Dries authored
- Removed the "return" link from the node submission confirmation page.
-
Dries authored
- Removed debug statement. Patch by Bart.
-
Dries authored
- Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba. - Translation fix: the ping module's help text was translated twice. Patch by Goba.
-
- 08 Nov, 2003 1 commit
-
-
Dries authored
- Committed stage 1 of the menu callbacks improvements. Patch by Jonathan.
-
- 07 Nov, 2003 2 commits
- 06 Nov, 2003 1 commit
-
- 05 Nov, 2003 1 commit
-
- 03 Nov, 2003 1 commit
-
-
Dries authored
- Bugfix: fixed typo in cloud module. Patch by Marky. - Bugfix: fixed menu glitch in book module. Patch by Kjartan.
-
- 01 Nov, 2003 1 commit
-
-
Steven Wittens authored
-
- 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.
-
- 30 Oct, 2003 1 commit
-
-
Dries authored
- Added support for "special timezones". Patch by Steven/UnConeD.
-
- 29 Oct, 2003 1 commit
-
- 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.
-
- 27 Oct, 2003 2 commits
-
-
Dries authored
- Bugfix: made the bloggerapi respect the default promote setting. Patch by Remco. TODO: the same should be done for the fields "comment", "moderate" and so on. - Improvement: made posts/updates through the Blogger API show up on the admin main page. Modified patch from Remco.