Kjartan Mannes
d8d2d69b82
- Fixed missing pager_display -> theme('pager').
2003-12-08 19:32:06 +00:00
Dries Buytaert
712a30b520
- Improvements by Goba:
...
+ removes the lots of pagers and indirect pager themeing
+ add the theme_pager() function, which should be called as
theme("pager", ...) to get a pager.
2003-12-08 18:30:20 +00:00
Dries Buytaert
ea1acde1d5
- Usability improvement: just print a status message after a node
...
submission/update instead of using a separate page. Patch 186 by Moshe.
2003-12-08 18:01:41 +00:00
Dries Buytaert
7c791a7c86
- Updated the database schemes: the default rows that are inserted into
...
the database did not have the throttle column. Patches by Matt and
Goba.
2003-12-08 17:57:03 +00:00
Dries Buytaert
427364a5f5
- Fixed visual glitch in "Who's online" block. Patch by Jeremy.
2003-12-08 17:46:21 +00:00
Dries Buytaert
8a3e9224da
- Update changelog
2003-12-08 10:01:40 +00:00
Dries Buytaert
3904790e03
- Tidied up the DoxyGen comments. Patch by Kjartan.
2003-12-08 06:32:19 +00:00
Dries Buytaert
bea3dbb775
- Patch 0185 by Jeremy: made it possible to automatically disable modules when
...
under heave load.
2003-12-07 18:25:09 +00:00
Dries Buytaert
71eac6dddc
- Made the who's online block adhere better to the max user setting.
2003-12-07 18:09:28 +00:00
Dries Buytaert
2ea6ad44a5
- Fixed the taxonomy title of taxonomy pages. Patch by Moshe.
2003-12-07 10:29:43 +00:00
Dries Buytaert
223d1bad9b
- Fixed title problem with title module. Patch by Moshe.
2003-12-07 10:28:20 +00:00
Kjartan Mannes
0c80c55e91
- Fixed node_form() so it doesn't re-run node_validate() when there are no
...
errors and it has already been checked.
2003-12-06 19:15:38 +00:00
Dries Buytaert
1c45f07e57
- Only pad the table elements of certain tables.
2003-12-06 16:55:08 +00:00
Dries Buytaert
8c73699dfc
- Slightly increased padding of table elements.
2003-12-06 16:49:32 +00:00
Dries Buytaert
6f72a6bcae
- Small improvement to the watchdog table.
2003-12-06 16:39:40 +00:00
Dries Buytaert
3621d83fda
- Small improvement to the padding of static nodes.
2003-12-06 16:39:17 +00:00
Dries Buytaert
02f436b6cb
- Improved the way the "Who's online" block is visualized when the list of
...
online users is truncated by to maximum user list length setting.
2003-12-06 16:36:17 +00:00
Dries Buytaert
8e476307e8
- Fixed typo.
2003-12-06 15:08:16 +00:00
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