Dries Buytaert
a32836f20f
- Updated CHANGELOG.
2004-01-01 11:23:30 +00:00
Dries Buytaert
fa207bd2b6
- Backported UnConeD's encoding fix.
2003-12-31 09:57:06 +00:00
Dries Buytaert
5147fb3f65
- Fixed bug #4771 : variable_get(site_name, ...) -> variable_get('site_name', ...);
2003-12-22 22:55:25 +00:00
Dries Buytaert
40cd56b033
- Translation fixes: fixed three usages of format_interval(). Patch by Goba.
2003-12-22 21:56:13 +00:00
Dries Buytaert
dcb310031b
- Fixed bug 4667: users with the deleted role are put back in the authenticated
...
users pool.
2003-12-18 21:32:20 +00:00
Dries Buytaert
f39332d18c
- Fixed bug 4652: node loses its terms after getting promoted, declined or expired.
2003-12-18 21:05:25 +00:00
Dries Buytaert
9e50ae8223
- Added some Apache 2 specific instructions.
2003-12-15 23:38:23 +00:00
Dries Buytaert
37fb23bc8d
*** empty log message ***
2003-12-15 20:28:37 +00:00
Dries Buytaert
af35f24000
- Bugfix: don't show any links in case of a container. Patch by Bart.
2003-12-09 18:57:48 +00:00
Dries Buytaert
d6498bc700
- Fixed bug #4416 : added status checks to user_pass() to prevent mailing
...
new passwords to blocked user accounts.
2003-12-05 08:21:45 +00:00
Dries Buytaert
7818980734
- Fixed bug #4457 : make sure to cut of the teaser after the </p> tag, not
...
before the </p> tag.
2003-12-04 22:47:52 +00:00
Dries Buytaert
1105bc5cb4
- Patch 181 by Jeremy: made the "Who is online" block respect the "user list length"
...
settings.
2003-12-04 06:18:52 +00:00
Dries Buytaert
a0ff8d51b1
- Updated CHANGELOG
2003-12-02 18:23:05 +00:00
Steven Wittens
47eddb8898
- Fixed incorrect filter usage.
2003-12-01 22:55:04 +00:00
Kjartan Mannes
134901f34b
- Adding fixes in Drupal 4.3.1.
2003-12-01 21:56:13 +00:00
Dries Buytaert
443cc4eed4
- Fixed broken usernames in 'Who's new' block.
2003-11-28 20:59:34 +00:00
Dries Buytaert
5729a8c53f
- Fixed error messages not being shown. Patch by Matt.
2003-11-28 19:23:19 +00:00
Dries Buytaert
2a88a88748
- Renamed 'Content-length' to 'Content-Length. Fixes bug #4323
2003-11-28 11:41:35 +00:00
Dries Buytaert
8cd3abc273
- Fixed incorrect link title.
2003-11-27 18:27:11 +00:00
Dries Buytaert
c2a8c0be49
- Fixed broken link.
2003-11-27 18:18:56 +00:00
Dries Buytaert
9515706b18
- Fixed non-ANSI SQL query in path module
2003-11-27 13:33:45 +00:00
Dries Buytaert
00d9f5dcb1
- Fixed bug #4080 : comments shown against wrong node. Reported by chrish.
2003-11-12 12:23:46 +00:00
Dries Buytaert
5b572b5718
- Added missing break statements. Patch by Chris. Fixes bug 4055.
2003-11-11 08:14:02 +00:00
Dries Buytaert
9ae5c1ae4a
- Removed debug statement. Patch by Bart.
2003-11-09 17:03:30 +00:00
Dries Buytaert
82d5d64f62
- Translation fix: the date in the calendar block could not be translated. Patch by Goba.
...
- Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba.
- Translation fix: the ping module's help text was translated twice. Patch by Goba.
2003-11-09 01:22:16 +00:00
Dries Buytaert
5b456f25f6
- Bugfix: PostgreSQL problem with locale module. Fixed bug #3900 . Patch #139
...
by Gerhard.
2003-11-05 17:40:57 +00:00
Dries Buytaert
88cd3dcbfc
- Bugfix: fixed typo in cloud module. Patch by Marky.
...
- Bugfix: fixed menu glitch in book module. Patch by Kjartan.
2003-11-03 08:58:48 +00:00
Kjartan Mannes
877cc93e5f
- Updating release info.
2003-11-01 22:23:27 +00:00
Steven Wittens
62a3532fd8
poll.module: Fixed invalid XHTML (Patch by Gabor Hojtsy)
2003-11-01 15:21:19 +00:00
Kjartan Mannes
be21013aa8
- Set update_start date to latest update in update.php.
2003-10-31 20:58:39 +00:00
Dries Buytaert
15abc8ec60
- Fixed bug #2617 : editing user information does not work. Patch by Kjartan.
2003-10-31 19:26:28 +00:00
The Great Git Migration
b36f7878a9
This commit was manufactured as part of Drupal's Great Git Migration to
...
create branch 'DRUPAL-4-3'.
Sprout from master 2003-10-30 19:16:44 UTC Dries Buytaert <dries@buytaert.net> ''
Delete:
modules/aggregator.module
modules/aggregator/aggregator.module
modules/archive/archive.module
modules/block/block.module
modules/blog/blog.module
modules/book/book.module
modules/comment/comment.module
modules/drupal/drupal.module
modules/forum/forum.module
modules/help/help.module
modules/locale/locale.module
modules/node/node.module
modules/page/page.module
modules/path/path.module
modules/ping/ping.module
modules/poll/poll.module
modules/profile/profile.module
modules/search/search.module
modules/statistics/statistics.module
modules/story/story.module
modules/system/system.module
modules/taxonomy/taxonomy.module
modules/throttle/throttle.module
modules/tracker/tracker.module
modules/user/user.module
modules/watchdog/watchdog.module
2003-10-30 19:16:45 +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