- 30 Nov, 2003 4 commits
-
-
Dries Buytaert authored
them from non-static nodes and to make the visitor scroll down for fresh content.
-
Dries Buytaert authored
- Color-coded static nodes: they'll have a gray background to differentiate them from non-static nodes and to make the visitor scroll down for fresh content.
-
Dries Buytaert authored
- Removed duplicated code. Reported by Goba.
-
Dries Buytaert authored
- Better separation between throttle and statistics module code. Patch by Jeremy.
-
- 29 Nov, 2003 1 commit
-
-
Dries Buytaert authored
-
- 28 Nov, 2003 5 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Bugfix by Jeremy.
-
Dries Buytaert authored
- Made it possible to auto-throttle blocks. That is, blocks can be configured to be disabled when under excessive load. Patch by Jeremy.
-
Dries Buytaert authored
- Fixed error messages not being shown. Patch by Matt.
-
Dries Buytaert authored
-
- 27 Nov, 2003 11 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Throttle module improvements by Jeremy: + Fix modules help to read better and be accurate + Add groups to throttle_settings() + Provide much more detailed information in all _settings options + Fix links in module's "Throttle status" block
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
Patch by Jeremy: - removed statistics_init() -- auto-throttle logic moved to statistics_exit() - renamed internal-only update_throttle() to _update_throttle() - removed some odd white spaces - fixed 'Popular content' block's subtitles to actually display
-
Dries Buytaert authored
- Cleaned up user_settings(). Patch by Jeremy.
-
- 26 Nov, 2003 2 commits
-
-
Dries Buytaert authored
- Doxygen improvements. Patch by Ax.
-
Dries Buytaert authored
Statistics module patch by Jeremy: - removed custom user-page configuration - added user-page configuration as group into statistics_settings() - inlined logic to display user-page within statistics_page() - changed references of "top content" to "most popular content" - updated help to reflect recent changes - removed references to title/subtitle text configuration - properly load _settings data for popular content block - fix admin pages to display referrers and top nodes (don't return...)
-
- 25 Nov, 2003 5 commits
-
-
Dries Buytaert authored
- Improved usability of the statistics module's setting page. Patch by Jeremy.
-
Dries Buytaert authored
Statistics module improvements by Jeremy: - Remove custom configuration of "admin/system/block/top nodes block". - Three remaining configuration options moved to "admin/system/modules/statistics". - Move simple logic to display block within statistics_block().
-
Dries Buytaert authored
- Fixed two typos. Reported by Jeremy.
-
Dries Buytaert 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 Buytaert authored
- Committed phase 4 of JonBob's menu system changes.
-
- 24 Nov, 2003 3 commits
-
-
Dries Buytaert authored
- Rollbacked Ax's theme.inc changes as they failed to apply correctly.
-
Dries Buytaert 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 Buytaert authored
- Made the Xtemplate theme degrade gracefully when CSS is disabled.
-
- 23 Nov, 2003 6 commits
-
-
Dries Buytaert authored
- Made the help text sharable by removing incorrect use of $base_url. Patch by Goba.
-
Dries Buytaert authored
- Synchronized some page and link titles.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Performance improvement: avoid copying/cloning arrays. Patch #155 by anarcat.
-
Dries Buytaert authored
- Committed patch #165 by Moshe.
-
Dries Buytaert 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
-
-
Dries Buytaert authored
- Menu fix by Jonathan.
-
Dries Buytaert authored
- Fixed menu problem so users can log in. Patch by Jonathan.
-
- 20 Nov, 2003 1 commit
-
-
Dries Buytaert authored
- Improved theme configuration page. Modified version of Adrian.
-