summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Corrected the context-sensitive help of the error messages.Dries Buytaert2003-12-06
|
* - Fixed mission statement.Dries Buytaert2003-12-06
|
* - Fixed bug #4416: added status checks to user_pass() to prevent mailingDries Buytaert2003-12-05
| | | | new passwords to blocked user accounts.
* - Fixed broken status message. Patch by Gerhard.Dries Buytaert2003-12-05
|
* - Fixed bug #4457: make sure to cut of the teaser after the </p> tag, notDries Buytaert2003-12-04
| | | | before the </p> tag.
* - Fixed throttle block problem. Patch by Jeremy.Dries Buytaert2003-12-04
|
* - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with ↵Dries Buytaert2003-12-04
| | | | sf, etc.
* - Patch 180 by Jeremy: made the "Who is online" block respect the "user list ↵Dries Buytaert2003-12-04
| | | | | | length" settings.
* - Removed some dead breadcrumb code identified by Tom Dobes.Dries Buytaert2003-12-03
|
* - Patch 0178 by eafarris: moved the watchdog colors to CSS so they are ↵Dries Buytaert2003-12-03
| | | | themeable.
* - Patch #177 by UnConeD: updated MySQL backend to use 'longtext' instead ofDries Buytaert2003-12-03
| | | | | 'text'. This should depricate 0112.HEAD.killes.fix-unserialize-revision.patch and 0182.HEAD.anarcat.revisions-unserialize-failure-fallback.patch.
* - Fixed incorrect filter usageSteven Wittens2003-12-01
|
* - Introduced a drupal_set_message() and drupal_get_message() function.Dries Buytaert2003-12-01
| | | | | | | 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.
* - Fixed positioning of fieldset elements in IE.Dries Buytaert2003-12-01
|
* - Color-coded static nodes: they'll have a gray background to differentiateDries Buytaert2003-11-30
| | | | | them from non-static nodes and to make the visitor scroll down for fresh content.
* - Color-coded static nodes: they'll have a gray background to differentiateDries Buytaert2003-11-30
| | | | | them from non-static nodes and to make the visitor scroll down for fresh content.
* - Removed duplicated code. Reported by Goba.Dries Buytaert2003-11-30
|
* - Better separation between throttle and statistics module code. Patch by ↵Dries Buytaert2003-11-30
| | | | Jeremy.
* - More throttle improvements. Patch by Jeremy.Dries Buytaert2003-11-29
|
* - Fixed broken usernames in 'Who's new' block.Dries Buytaert2003-11-28
|
* - Bugfix by Jeremy.Dries Buytaert2003-11-28
|
* - Made it possible to auto-throttle blocks. That is, blocks can beDries Buytaert2003-11-28
| | | | configured to be disabled when under excessive load. Patch by Jeremy.
* - Fixed error messages not being shown. Patch by Matt.Dries Buytaert2003-11-28
|
* - Renamed 'Content-length' to 'Content-Length. Fixes bug #4323Dries Buytaert2003-11-28
|
* - Fixed incompatibility between the pager and statistics moduleDries Buytaert2003-11-27
|
* - Fixed incorrect link title.Dries Buytaert2003-11-27
|
* - Small documentation improvementDries Buytaert2003-11-27
|
* - Fixed broken link.Dries Buytaert2003-11-27
|
* - Reorganized the forum module's configuration page for better usability.Dries Buytaert2003-11-27
|
* - Throttle module improvements by Jeremy:Dries Buytaert2003-11-27
| | | | | | | + 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
* - Removed the magic_quotes_gpc requirement. Suggested by Ax.Dries Buytaert2003-11-27
|
* Fixed typo. Patch by Manuel.Dries Buytaert2003-11-27
|
* - Fixed non-ANSI SQL query in path moduleDries Buytaert2003-11-27
|
* Patch by Jeremy:Dries Buytaert2003-11-27
| | | | | | | | - 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
* - Cleaned up user_settings(). Patch by Jeremy.Dries Buytaert2003-11-27
|
* - Doxygen improvements. Patch by Ax.Dries Buytaert2003-11-26
|
* Statistics module patch by Jeremy:Dries Buytaert2003-11-26
| | | | | | | | | | | - 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...)
* - Improved usability of the statistics module's setting page. Patch byDries Buytaert2003-11-25
| | | | Jeremy.
* Statistics module improvements by Jeremy:Dries Buytaert2003-11-25
| | | | | | - 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().
* - Fixed two typos. Reported by Jeremy.Dries Buytaert2003-11-25
|
* - Moved the "Who's online" block from the statistics module to the user moduleDries Buytaert2003-11-25
| | | | | 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.
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* - Rollbacked Ax's theme.inc changes as they failed to apply correctly.Dries Buytaert2003-11-24
|
* Patch by Ax to fixe and improve to the core doxygen PHPdoc:Dries Buytaert2003-11-24
| | | | | | | | | | | | * 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.
* - Made the Xtemplate theme degrade gracefully when CSS is disabled.Dries Buytaert2003-11-24
|
* - Made the help text sharable by removing incorrect use of $base_url. PatchDries Buytaert2003-11-23
| | | | by Goba.
* - Synchronized some page and link titles.Dries Buytaert2003-11-23
|
* - Updated the CHANGELOG fileDries Buytaert2003-11-23
|
* - Performance improvement: avoid copying/cloning arrays. Patch #155 by anarcat.Dries Buytaert2003-11-23
|
* - Committed patch #165 by Moshe.Dries Buytaert2003-11-23
|