Dries Buytaert
c3c366dcdc
- The statistics module's blocks showed unpublished nodes. Patch by Ax.
2002-12-10 20:03:08 +00:00
Dries Buytaert
296a01f399
- Made sure session.cache_limiter is set to "none" as suggested by Moshe
...
and Ax.
2002-12-08 08:19:29 +00:00
Dries Buytaert
a10cd273d3
- Avoid empty fields to be displayed. Patch by Moshe.
2002-12-08 08:04:58 +00:00
Dries Buytaert
d2d381d7c4
- Removed rating module; it is not being used much and it has a known bug.
...
Will add it to the contributions repository.
2002-12-08 07:54:30 +00:00
Dries Buytaert
7c187f894c
- Added "short_open_tag 1" to the PHP settings.
2002-12-07 21:21:35 +00:00
Dries Buytaert
286871d62c
- Some changes to the update.php script: revised the instructions a bit,
...
added some logic and a link to "upgrade 4.0.x to 4.1.x", etc.
2002-12-07 11:24:16 +00:00
Dries Buytaert
b62025c217
- Removed two a dead table from both the MySQL and the PostgreSQL database
...
scheme.
- Fixed the default settings for both the MySQL and the PostgreSQL database
scheme.
2002-12-07 10:36:44 +00:00
Dries Buytaert
737db302a9
- Changed db_queryd() to db_query().
2002-12-03 07:38:29 +00:00
Dries Buytaert
8a91f1befa
- Added some extra information about PHP settings.
2002-12-02 22:18:37 +00:00
Dries Buytaert
dcbb71f4e5
- Fixed node revisions.
2002-12-02 21:37:08 +00:00
Dries Buytaert
ee9f8987ad
- Applied patch by Gerhard to dissable submission throttle.
2002-12-02 19:22:42 +00:00
Dries Buytaert
5b39f6767e
* Applied slightly modified version of Marco's taxonomy patch:
...
- Fixed a bug with get_tree and multiple parents.
- Fixed 3 wrong caches (this will avoid some queries).
- Extension to taxonomy_term_count_nodes() (feature #159 ): "currently
calling taxonomy_term_count_nodes() returns the amount of nodes in each
term, would it be possible to extend this function so that it would only
return the amount of nodes of a certain type under each term.
- Confirm deleting a vocabulary or a term (requested by Moshe).
- Use form_weight() in vocabulary and term forms.
- After submitting a term, we end up at the term page (requested by Moshe).
- Added status messages when adding, editing and deleting vocabularies and
terms
- Minor clean ups
* Made sure all modules use the same link delimiter; "|" for now.
2002-12-02 19:14:41 +00:00
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