Commit Graph

2691 Commits (32fc8d74a0adecae45ffd96ba053549bf4138c6a)

Author SHA1 Message Date
Dries Buytaert 32fc8d74a0 - Corrected the context-sensitive help of the error messages. 2003-12-06 15:06:20 +00:00
Dries Buytaert 8a50107bf7 - Fixed mission statement. 2003-12-06 13:11:17 +00:00
Dries Buytaert 237124c814 - Fixed bug #4416: added status checks to user_pass() to prevent mailing
new passwords to blocked user accounts.
2003-12-05 08:20:28 +00:00
Dries Buytaert c91fff3dd3 - Fixed broken status message. Patch by Gerhard. 2003-12-05 06:32:48 +00:00
Dries Buytaert dcc3e24188 - Fixed bug #4457: make sure to cut of the teaser after the </p> tag, not
before the </p> tag.
2003-12-04 22:48:06 +00:00
Dries Buytaert 451a90645b - Fixed throttle block problem. Patch by Jeremy. 2003-12-04 22:42:19 +00:00
Dries Buytaert d45bf0f1e7 - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf, etc. 2003-12-04 20:53:19 +00:00
Dries Buytaert a5f76cd53e - Patch 180 by Jeremy: made the "Who is online" block respect the "user list length"
settings.
2003-12-04 06:16:07 +00:00
Dries Buytaert a1227f69d6 - Removed some dead breadcrumb code identified by Tom Dobes. 2003-12-03 18:43:41 +00:00
Dries Buytaert 17519d3ea0 - Patch 0178 by eafarris: moved the watchdog colors to CSS so they are themeable. 2003-12-03 15:00:02 +00:00
Dries Buytaert 4fc259d78d - Patch #177 by UnConeD: updated MySQL backend to use 'longtext' instead of
'text'.  This should depricate 0112.HEAD.killes.fix-unserialize-revision.patch
  and 0182.HEAD.anarcat.revisions-unserialize-failure-fallback.patch.
2003-12-03 14:35:03 +00:00
Steven Wittens a7e205d294 - Fixed incorrect filter usage 2003-12-01 22:23:02 +00:00
Dries Buytaert 4e2c0b250e - Introduced a drupal_set_message() and drupal_get_message() function.
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.
2003-12-01 13:45:33 +00:00
Dries Buytaert 4a5dc7e43a - Fixed positioning of fieldset elements in IE. 2003-12-01 06:28:18 +00:00
Dries Buytaert acf2a34694 - 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.
2003-11-30 15:46:09 +00:00
Dries Buytaert 9e623571fe - 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.
2003-11-30 15:19:23 +00:00
Dries Buytaert 800a58f571 - Removed duplicated code. Reported by Goba. 2003-11-30 10:39:15 +00:00
Dries Buytaert f10cf4756e - Better separation between throttle and statistics module code. Patch by Jeremy. 2003-11-30 10:37:07 +00:00
Dries Buytaert 4201e07670 - More throttle improvements. Patch by Jeremy. 2003-11-29 06:53:03 +00:00
Dries Buytaert acf572473b - Fixed broken usernames in 'Who's new' block. 2003-11-28 20:58:20 +00:00
Dries Buytaert ece42b6c93 - Bugfix by Jeremy. 2003-11-28 20:53:23 +00:00
Dries Buytaert 733d286b89 - Made it possible to auto-throttle blocks. That is, blocks can be
configured to be disabled when under excessive load.  Patch by Jeremy.
2003-11-28 20:03:00 +00:00
Dries Buytaert fa5aca1ef7 - Fixed error messages not being shown. Patch by Matt. 2003-11-28 19:22:23 +00:00
Dries Buytaert 8f00019551 - Renamed 'Content-length' to 'Content-Length. Fixes bug #4323 2003-11-28 11:41:11 +00:00
Dries Buytaert d5c607041a - Fixed incompatibility between the pager and statistics module 2003-11-27 22:01:56 +00:00
Dries Buytaert ed5b4555d2 - Fixed incorrect link title. 2003-11-27 18:26:57 +00:00
Dries Buytaert 61232242f3 - Small documentation improvement 2003-11-27 18:23:10 +00:00
Dries Buytaert fa8bfee46c - Fixed broken link. 2003-11-27 18:17:23 +00:00
Dries Buytaert 9e59cd890d - Reorganized the forum module's configuration page for better usability. 2003-11-27 18:12:57 +00:00
Dries Buytaert ff137e3569 - 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
2003-11-27 17:37:06 +00:00
Dries Buytaert e2254a7a31 - Removed the magic_quotes_gpc requirement. Suggested by Ax. 2003-11-27 14:42:49 +00:00
Dries Buytaert 70fe2520bc Fixed typo. Patch by Manuel. 2003-11-27 13:31:13 +00:00
Dries Buytaert a068d81a9d - Fixed non-ANSI SQL query in path module 2003-11-27 13:24:58 +00:00
Dries Buytaert 1fb206d958 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
2003-11-27 06:32:42 +00:00
Dries Buytaert eff70f1751 - Cleaned up user_settings(). Patch by Jeremy. 2003-11-27 06:30:22 +00:00
Dries Buytaert b55975d61c - Doxygen improvements. Patch by Ax. 2003-11-26 16:17:13 +00:00
Dries Buytaert 53cc5ba870 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...)
2003-11-26 16:11:47 +00:00
Dries Buytaert 35e92aa733 - Improved usability of the statistics module's setting page. Patch by
Jeremy.
2003-11-25 23:54:08 +00:00
Dries Buytaert 6135c14c44 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().
2003-11-25 21:12:26 +00:00
Dries Buytaert 18d81e5ed3 - Fixed two typos. Reported by Jeremy. 2003-11-25 20:45:05 +00:00
Dries Buytaert 506fe741ec - 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.
2003-11-25 19:54:00 +00:00
Dries Buytaert c0494c0a2b - Committed phase 4 of JonBob's menu system changes. 2003-11-25 19:26:21 +00:00
Dries Buytaert 2df7214a09 - Rollbacked Ax's theme.inc changes as they failed to apply correctly. 2003-11-24 22:54:49 +00:00
Dries Buytaert 06045ff7fc Patch by Ax to fixe and improve to the core doxygen PHPdoc:
* 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.
2003-11-24 22:46:03 +00:00
Dries Buytaert af5bc7cdef - Made the Xtemplate theme degrade gracefully when CSS is disabled. 2003-11-24 22:39:48 +00:00
Dries Buytaert c2a4a5ec15 - Made the help text sharable by removing incorrect use of $base_url. Patch
by Goba.
2003-11-23 20:03:20 +00:00
Dries Buytaert f505fb9c97 - Synchronized some page and link titles. 2003-11-23 14:02:35 +00:00
Dries Buytaert 112db2b0d0 - Updated the CHANGELOG file 2003-11-23 12:29:49 +00:00
Dries Buytaert 875c6e3f77 - Performance improvement: avoid copying/cloning arrays. Patch #155 by anarcat. 2003-11-23 12:13:08 +00:00
Dries Buytaert 2fa2497744 - Committed patch #165 by Moshe. 2003-11-23 11:19:36 +00:00