- 25 Nov, 2003 2 commits
-
-
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.
-
- 24 Nov, 2003 3 commits
-
-
Dries authored
- Rollbacked Ax's theme.inc changes as they failed to apply correctly.
-
Dries authored
* fixes all doxygen warnings [#]_ in the current code base + changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc) + documents all undocumented parameters + escapes / fixes html warnings + fixes @defgroup in theme.inc * adds more groupings [#]_ + drupal_{set|get}_title, drupal_{set|get}_breadcrumb + pager.inc: pager_api (pager_query(), pager_display()), pager pieces * adds a new group "themeable" which contains all themeable functions.
-
Dries authored
- Made the Xtemplate theme degrade gracefully when CSS is disabled.
-
- 23 Nov, 2003 6 commits
-
-
Dries authored
- Made the help text sharable by removing incorrect use of $base_url. Patch by Goba.
-
Dries authored
- Synchronized some page and link titles.
-
Dries authored
-
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 2 commits
- 20 Nov, 2003 4 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.
-
Dries authored
- Removed duplicate call to drupal_page_header(). Patch by Moshe.
-
- 19 Nov, 2003 5 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.
-
Dries 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 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 2 commits
- 16 Nov, 2003 2 commits
- 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 2 commits
- 13 Nov, 2003 2 commits
- 12 Nov, 2003 2 commits
-
- 11 Nov, 2003 1 commit
-
-
Dries authored
- Made the revisions a separate page/tab.
-