Dries Buytaert
ab143d6870
- Fixed "Allow user comments: disabled" no longer works and so on. Patch by
...
Marco.
2002-12-02 18:47:12 +00:00
Dries Buytaert
f42bfcac31
- Fixed small glitch in the database schemes; the block table has changed but
...
the queries that insert some default block values were not updated.
2002-11-30 15:21:36 +00:00
Dries Buytaert
060810841b
- Patch by Jeremy to fix a module loading bug:
...
- module.inc:
+ added call to _init for all modules
- statistics.module:
+ added statistics_init()
+ moved all global actions into statistics_init()
2002-11-29 05:53:40 +00:00
Dries Buytaert
6c862208d8
- Fixed small glitch in drupal_goto(): somethimes a "&" got appended. Patch
...
by Marco.
2002-11-29 05:45:57 +00:00
Dries Buytaert
e2869ecafe
- Applied Jeremy's statistics module patch: made most (if not all) of the
...
strings translatable.
2002-11-28 22:13:46 +00:00
Dries Buytaert
1cb8f3b2c6
- Made the search module use implicit AND'ing instead of OR'ing. Patch by
...
Gerhard. Also updated the documentation a little.
2002-11-27 19:55:14 +00:00
Dries Buytaert
0f5a7b6151
- Made the page description optional. Reported by Ax.
2002-11-27 18:49:05 +00:00
Dries Buytaert
1b733dc98a
- Fix blocks of throttle and queue module. Patch by Gerhard.
2002-11-27 18:43:49 +00:00
Dries Buytaert
1d63fec89b
- Applied Stefan's forum module patch: changed the default settings to ease
...
configuration.
2002-11-26 20:51:36 +00:00
Dries Buytaert
cc83f673f7
- Fixed the statistics block titles such that the username is displayed correctly.
...
Reported by Jeremy.
2002-11-26 19:54:54 +00:00
Dries Buytaert
3d05bf4948
- Fixed the forum block titles such that the username is displayed correctly.
...
Reported by Jeremy.
2002-11-26 19:54:23 +00:00
Dries Buytaert
8fa5440bb4
- Applied Jeremy's statistics module patches:
...
+ Fixed "recent users" title/timestamps.
+ Added statistics_node_delete() function.
- Applied Jeremy's node module patches:
+ Added call to statistics_node_delete().
+ Fixed call to taxonomy_node_delete().
2002-11-26 19:39:07 +00:00
Dries Buytaert
51778ef1b3
- Applied Ax's pager patch: includes documentation (rewrote it somewhat) and two
...
bugfixes; one that makes taxanomy based paging work (eg. index.php?and=2,3)
and one that kills a warning when the query returns no records.
2002-11-26 19:24:20 +00:00
Dries Buytaert
4a723b9095
- Added some comments/explanation wrt to the "$db_url" settings; this seemed
...
to cause problems/confusion.
2002-11-26 18:38:01 +00:00
Dries Buytaert
8fa7e354a7
- Fixed a caching bug.
2002-11-25 18:01:56 +00:00
Dries Buytaert
61b76fa2c1
- Fixed the "affiliate" text when all distributed authententication modules
...
are disabled. Patch by Gerhard.
2002-11-25 17:56:38 +00:00
Dries Buytaert
aab82c0aeb
- Fixed bug in search module. Patch by Gerhard.
2002-11-25 15:52:04 +00:00
Dries Buytaert
062e7d7cbf
- Added missing query to change the session field from VARCHAR(32) to TEXT.
...
Reported by Bert Garcia.
2002-11-24 13:04:28 +00:00
Dries Buytaert
4f94488b55
- SID will now only be appended when session.use_trans_sid is set. Patch
...
by Kjartan.
2002-11-21 18:25:38 +00:00
Dries Buytaert
15aed817ad
- Search configuration settings are now a part of the standard
...
configuration page. Patch by Kjartan.
2002-11-21 18:18:19 +00:00
Dries Buytaert
697dde0fe5
- Updated PostgreSQL scheme. Patch by Stefan.
2002-11-21 17:43:37 +00:00
Kjartan Mannes
5ffda1a4d6
- removing some obsolete code.
2002-11-20 21:56:03 +00:00
Dries Buytaert
0afe52df9b
- Updated the query to put $score in the parameter list.
2002-11-20 21:01:45 +00:00
Dries Buytaert
d259cc1973
- Commited Moshe's comment moderation improvements.
2002-11-20 20:59:54 +00:00
Dries Buytaert
56d72a918f
- Added Stefan's page module improvements.
...
[NOTE: the PostgreSQL database scheme needs updating.]
2002-11-20 20:54:56 +00:00
Kjartan Mannes
f18697b8d2
- changing case for consistency.
2002-11-20 10:13:42 +00:00
Dries Buytaert
b3b3fd9a0a
- Applied the correct search module patch (I hope). Thanks Gerhard.
2002-11-18 22:27:52 +00:00
Dries Buytaert
5c0558b503
- Applied Natrak's "create PHP content" patch.
2002-11-18 22:19:17 +00:00
Dries Buytaert
36cb350ef1
- Don't display "1" when there is only one page.
2002-11-18 19:21:09 +00:00
Dries Buytaert
57a9590a44
- Committed Gerhard's search module improvements.
2002-11-18 19:10:44 +00:00
Kjartan Mannes
15f1a61197
- changing theme patch. Now Drupal will init the $this->path automatically.
2002-11-17 16:32:03 +00:00
Kjartan Mannes
4d45f0c777
- changing the sorting algorithm in module_list so it is case insensitive.
2002-11-17 16:26:06 +00:00
Dries Buytaert
dbbfc7415b
- Added form descriptions. Patch by Kjartan.
2002-11-17 06:58:13 +00:00
Dries Buytaert
d4c005acca
- Make sure empty fields are not being displayed. Patch by Kjartan.
2002-11-17 06:50:25 +00:00
Dries Buytaert
9e32c2e960
Patch based on work of Kjartan:
...
- Changed cache API.
- Fixed caching bug in comment.module. Odd this hasn't been reported yet.
- Fixed caching bug in forum.module.
- Fixed caching bug in system.module.
- Fixed caching bug in block.module.
- Simplified caching support in forum.module thanks to improved cache API.
2002-11-17 06:42:52 +00:00
Kjartan Mannes
64f8781f78
- made the themes path aware. If your theme creates a constructor function it
...
will now be passed the filename as the first parameter.
2002-11-16 18:06:32 +00:00
Dries Buytaert
02f0dce5cb
- Fixed bug in block module: "Array" was displayed on the user information
...
page.
2002-11-16 14:28:22 +00:00
Dries Buytaert
033c3fe7f2
- Started updating the CHANGELOG.
2002-11-16 13:51:29 +00:00
Dries Buytaert
9a352343b2
- Made "<root>" translatable. Patch by Stefan.
2002-11-15 18:58:34 +00:00
Dries Buytaert
a6c8b10d8e
Applied Moshe's patches:
...
- Adds more title info to each line in the block: now showing author and number of comments in a unified way accross all modules.
- Added pager support to blog module.
- Blog module now uses standard node view, not its own hack which is more theme friendly (http://www.drupal.org/node.php?id=133 ).
- Blog module now uses node_feed() function for making RSS feeds. since all feeds are now consolidated, a couple tweaks to node_feed() and format_rss_* would lead us to support new RSS formats easily.
- Fixed bugs where unpublished entries were displayed.
2002-11-11 20:59:28 +00:00
Dries Buytaert
b372053cf8
- Strip all tags from the watchdog message.
2002-11-11 07:18:21 +00:00
Dries Buytaert
99fd26db08
- Small cosmetic change. Patch by Natrak.
2002-11-10 21:16:58 +00:00
Dries Buytaert
908cb55470
- Applied Stefan's t()-function patches.
2002-11-10 20:51:46 +00:00
Kjartan Mannes
211d65b94f
- Fixing read more link showing when teaser is empty.
2002-11-10 17:41:15 +00:00
Dries Buytaert
cc7a6b5017
- Some improvements to streamline book maintanance: weights and titles can
...
now be changed on the book overview page in the admin page. Editing the
"Drupal handbook" (100+ pages?) on drupal.org became a time-consuming
process, hence these improvements ...
2002-11-10 10:36:22 +00:00
Dries Buytaert
51f4b91e51
* User patch by Natrak:
...
- Moved the Drupal login XML-RPC API to drupal.module.
- DA logins are now assigned the proper role.
2002-11-09 21:46:54 +00:00
Dries Buytaert
6ba38a7eeb
- Fixed db_query_range() in PEAR database abstraction layer. Patch by James.
2002-11-09 20:58:16 +00:00
Dries Buytaert
554299dfa7
- Small clean-up.
2002-11-09 20:51:23 +00:00
Dries Buytaert
2fc257a076
- Oops. Braino.
2002-11-09 20:50:50 +00:00
Dries Buytaert
3dd7d9b47d
- Oops. The db_query_range() query got added twice.
2002-11-09 20:47:52 +00:00