- 20 Nov, 2003 3 commits
-
-
Dries Buytaert 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 Buytaert authored
- Flush cache after changing user permissions. Patch by Gerhard.
-
Dries Buytaert authored
- Removed duplicate call to drupal_page_header(). Patch by Moshe.
-
- 19 Nov, 2003 5 commits
-
-
Dries Buytaert authored
- Updated the INSERT statements at the bottom of the database schemes to reflect the bootstrap changes. Patch #152 by Tom Dobes.
-
Dries Buytaert authored
- Performance improvement: changed a LEFT JOIN to an INNER JOIN. Patch #157 by Gerhard.
-
Dries Buytaert 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.
-
Dries Buytaert authored
Xtemplate improvements. Patch #154 by CodeMonkeyX. * Made all theme functions return their output. * Removed sidebar configuration options. (Sidebar placement is not configured through the block configuration screen.)
-
Dries Buytaert authored
* Made all functions return their output. * Made theme compatible with three column layouts. * Fixed problem where blocks were not being rendered properly.
-
- 18 Nov, 2003 3 commits
-
-
Kjartan Mannes authored
- Fixed sess_write(). - Removed dead code in index.php.
-
Dries Buytaert authored
- Admin module clean-up. Patch by Kjartan. (The status function should be a theme_ function really.)
-
Dries Buytaert authored
- Improved module loading when serving cached pages. Moshe's bootstrap patch. - Used legend and fieldset tags for the configuration page.
-
- 17 Nov, 2003 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert 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.
-
- 16 Nov, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed FOUC problem using link tag. Patch by Eric Scouten.
-
Dries Buytaert authored
-
- 15 Nov, 2003 4 commits
-
-
Dries Buytaert authored
- Move the jabber module to the contributions repository.
-
Dries Buytaert authored
- Replaced the bloggerapi module by the blogapi module writen by James.
-
Dries Buytaert authored
- Moving the cloud module to the contributions repository.
-
Dries Buytaert authored
- Made the comment module themable. Patch by CodeMonkeyX.
-
- 14 Nov, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed theme glitch.
-
Dries Buytaert authored
- Fixed typo in theme Marvin. Patch by Goba.
-
- 13 Nov, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed theme problem.
-
Dries Buytaert authored
- table(...) -> theme("table", ...)
-
- 12 Nov, 2003 2 commits
-
-
Dries Buytaert authored
- Added missing print statements. Patch #144 by CodeMonkeyX.
-
Dries Buytaert authored
- Fixed bug #4080: comments shown against wrong node. Reported by chrish.
-
- 11 Nov, 2003 3 commits
-
-
Dries Buytaert authored
- Made the revisions a separate page/tab.
-
Dries Buytaert authored
- Removed the output buffering from the Xtemplate theme.
-
Dries Buytaert authored
- Added missing break statements. Patch by Chris. Fixes bug 4055.
-
- 10 Nov, 2003 4 commits
-
-
Dries Buytaert 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().
-
Dries Buytaert authored
- Updated the CHANGELOG to document recent changes.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Improvement: made sure that the example theme uses the misc/drupal.css stylesheet.
-
- 09 Nov, 2003 5 commits
-
-
Dries Buytaert authored
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
-
Dries Buytaert authored
- Removed the "return" link from the node submission confirmation page.
-
Dries Buytaert authored
- Bugfix: made theme_footer() call theme_closure() instead of itself. Patch by Bart.
-
Dries Buytaert authored
- Removed debug statement. Patch by Bart.
-
Dries Buytaert 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 2 commits
-
-
Dries Buytaert authored
- Committed stage 1 of the theme system improvements. Some TODO's: * The sidebars of theme Marvin and theme UnConeD look unstyled. * CSS-ify theme UnConeD so we can remove the class around the functions. * Rewrite theme_init() not to use a class and simplify theme() accordingly.
-
Dries Buytaert authored
- Committed stage 1 of the menu callbacks improvements. Patch by Jonathan.
-
- 07 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- Bugfix: added missing t() function. Patch by Goba.
-