Kjartan Mannes
9369dccc04
- Updating release info.
2003-11-01 22:24:47 +00:00
Steven Wittens
9eeb24f6fc
poll.module: Fixed invalid XHTML (Patch by Gabor Hojtsy)
2003-11-01 15:11:51 +00:00
Dries Buytaert
4b4da3fbb1
- Set the update_start variable for the Drupal 4.4.0 release.
2003-10-31 19:42:08 +00:00
Dries Buytaert
ec33266795
- Improvement: made it possible to disable the comment controls and reworded some of the configuration settings.
...
- Improvement: removed a left-over from Drupal 4.2.0 (dead code).
- Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon".
- Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now).
- Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings().
- Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX.
- Fixed bug #2617 : editing user information does not work. Patch by Kjartan.
2003-10-31 19:34:03 +00:00
Dries Buytaert
f35eb37673
- Improvment: detect wrong mixed case variables, be more strict about XHTML.
2003-10-30 20:56:17 +00:00
Dries Buytaert
3c17d392f2
- Added support for "special timezones". Patch by Steven/UnConeD.
2003-10-30 19:16:44 +00:00
Dries Buytaert
8f9a19b340
- Bugfix: fixed problem with queue module. Fixes bug #3839 .
2003-10-29 17:42:11 +00:00
Dries Buytaert
dedb08a540
- Small corrections to the punctuation.
2003-10-28 19:42:10 +00:00
Dries Buytaert
cf92958f3c
- Bugfix: fixed usernames being shown in the "Who is online" block after
...
you logged out. Patch by Jeremy.
- Bugfix: fixed the authmap table in the MSSQL scheme. Patch by Moshe.
- Bugfix: properly themes some error messages in the user module. Patch
by Moshe.
2003-10-28 19:27:52 +00:00
Kjartan Mannes
fa37f47d0b
- Fixing typo that Dries didn't notice I told him about.
2003-10-27 21:50:16 +00:00
Dries Buytaert
7b0ddafc38
- Bugfix: fixed SQL errors with tablesort when 'order' is invalid.
...
Patch by Kjartan. Fixes bug #2613 .
2003-10-27 21:45:55 +00:00
Dries Buytaert
43ba8cf99c
- Added an update to grow the 'name' field of the variables table. Patch
...
by Gerhard.
2003-10-27 21:25:55 +00:00
Dries Buytaert
1621ecdb9c
- Bugfix: fixed bug #3807 .
2003-10-27 21:21:23 +00:00
Dries Buytaert
777c2129b6
- Bugfix: made the bloggerapi respect the default promote setting. Patch by
...
Remco.
TODO: the same should be done for the fields "comment", "moderate" and so
on.
- Improvement: made posts/updates through the Blogger API show up on the admin
main page. Modified patch from Remco.
2003-10-27 21:13:40 +00:00
Dries Buytaert
43fb74b910
- Bugfix: 'path' -> {url_alias}. Patch by Mark Coady.
2003-10-27 20:54:08 +00:00
Dries Buytaert
c3ede753cf
- Properly initialized $contents and removed dead code. Patch/suggestion by ax.
2003-10-26 21:50:42 +00:00
Dries Buytaert
48fd8bfade
- Bugfix: increased the size of variable's tables the 'name' field. Patch
...
by Gerhard.
2003-10-26 21:39:20 +00:00
Dries Buytaert
98a17718f7
- Fixed typos in the throttle module documentation. Patch by marky.
2003-10-25 06:31:17 +00:00
Dries Buytaert
a7e20bcd93
- Fixed typo in comment module documentation. Patch by Mark Coady.
2003-10-24 21:32:51 +00:00
Dries Buytaert
14d3b45d02
- Usability improvement: removed the cron setting. It was dead code.
2003-10-24 18:01:58 +00:00
Dries Buytaert
bfc5157357
- Small usability improvement: add title to administration pages. Patch by Ax.
2003-10-24 12:26:03 +00:00
Dries Buytaert
b3d192fc28
- Documentation fix: updated context-sensitive help to match menu item changes.
...
Fixes critical bug #3453 .
2003-10-24 09:47:22 +00:00
Dries Buytaert
609ae6f5e7
- Documentation fix: updated context-sensitive help to match menu item changes.
...
Fixes critical bug #3453 . (In the end someone has to do it ...)
2003-10-24 09:34:05 +00:00
Dries Buytaert
c6b70a7472
- Documentation improvement: updated documentation to match menu item changes.
...
Fixes critical bug #3453 . (In the end, someone has to do it ...)
2003-10-24 09:27:58 +00:00
Dries Buytaert
42e6309fd0
- Small documentation improvements.
2003-10-24 09:25:46 +00:00
Dries Buytaert
5463e162a3
- Bugfix: user->id --> user->uid. Patch by Gabor.
2003-10-23 21:25:15 +00:00
Steven Wittens
e739f3a662
Typoes.
2003-10-23 16:41:07 +00:00
Dries Buytaert
f2fe2f0255
- Bugfix: don't set a name and e-mail address for the anonymous user. Fixes
...
bug #3740 .
2003-10-23 15:31:10 +00:00
Dries Buytaert
c54b68c8da
- Bugfix: removed depricated documentation.
2003-10-23 15:09:12 +00:00
Dries Buytaert
0a59c41f8c
- Bugfix: corrected broken HTML in the documentation.
2003-10-23 15:04:13 +00:00
Dries Buytaert
4a381ea652
- Small documentation improvements.
2003-10-23 14:57:15 +00:00
Dries Buytaert
6ec1718963
- Bugfix: corrected the context sensitive help of the main admin page. Fixes bug
...
#3756 .
2003-10-23 14:53:18 +00:00
Dries Buytaert
8806f4c564
- Bugfix: fixed problem with book outlines. Reported by Mark Cheverton.
2003-10-23 12:13:51 +00:00
Dries Buytaert
162432a7eb
- Bugfix: set the timestamp of the node counters. Patch by Moshe.
2003-10-23 06:58:29 +00:00
Dries Buytaert
72ae2d3995
- Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is
...
a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by
Adrian.
- Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL
keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian.
2003-10-22 20:20:35 +00:00
Dries Buytaert
742410aafd
- Bugfix: prefix not prepended to sequences. Fixes bug #3639 .
...
Make sure to write:
db_next_id({table}_field);
instead of:
db_next_id(table_field);
2003-10-22 13:03:32 +00:00
Dries Buytaert
90e5e355cb
- Bugfix: fixed problem with search key replacement. Patch by Kjartan.
2003-10-21 20:55:33 +00:00
Dries Buytaert
752c0eb70e
- Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emitted
...
twice. Patch by Jim Riggs.
2003-10-21 19:32:31 +00:00
Dries Buytaert
1fb82a6ebc
- Bugfix/improvement: the revision table was not using table(). Fixes bug
...
#3635 .
2003-10-21 18:34:54 +00:00
Dries Buytaert
71db4f261a
- Bugfix: don't list the anonymous user on the account overview pages. Fixes
...
bug #3688 .
2003-10-21 17:58:05 +00:00
Dries Buytaert
d5920c6278
- Bugfix: fixed book module links. Fixed bug #3621 . Patch #132 by eafarris.
2003-10-21 16:11:12 +00:00
Dries Buytaert
6e85171649
- Some clarifications to the upgrade script's guidelines/documentation based
...
on observing upgrade questions.
2003-10-21 07:59:04 +00:00
Dries Buytaert
93add5ad77
- Simplified comment counter caches a bit: removed some redundant SQL code.
...
Maybe this will fix Jeremy's "phantom comments".
2003-10-20 21:35:35 +00:00
Dries Buytaert
f54c384381
- Bugfix: fixed form() being called incorrectly. Fixed bug #3699 reported
...
by Julian.
2003-10-20 20:14:46 +00:00
Dries Buytaert
4fdad7aa07
- Bugfix: fixed a duplicate and broken link to drupal.org. Patch by Matt.
2003-10-20 19:21:17 +00:00
Dries Buytaert
bd64bc1f45
- Improvement: reintroduced forum containers as promised. Should work as the
...
changes are taken from Drupal 4.2.0. Patch by Jeremy.
2003-10-20 17:32:48 +00:00
Dries Buytaert
ad4e4ccb2b
- Bugfix: made theme UnConeD call theme_footer(). Patch by Gordon.
2003-10-20 17:13:07 +00:00
Dries Buytaert
6958037da6
- Bugfix: made the "Default front page" setting work with URL aliases. Patch
...
by Matt.
2003-10-20 07:47:18 +00:00
Dries Buytaert
7f09419564
- Bugfix: fixed two problems with adding and deleting access rules. Patch by
...
Moshe. Requires database upgrade.
2003-10-20 07:12:00 +00:00
Dries Buytaert
17e92817c5
- Bugfix: added missing . which stopped the Example theme's DOCTYPE from being
...
emitted. Reported by Robert Castelo.
2003-10-19 20:38:58 +00:00