- Dec 02, 2002
-
-
Dries Buytaert authored
- Applied patch by Gerhard to dissable submission throttle.
-
Dries Buytaert authored
* 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.
-
Dries Buytaert authored
- Fixed "Allow user comments: disabled" no longer works and so on. Patch by Marco.
-
- Nov 30, 2002
-
-
Dries Buytaert authored
- Fixed small glitch in the database schemes; the block table has changed but the queries that insert some default block values were not updated.
-
- Nov 29, 2002
-
-
Dries Buytaert authored
- 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()
-
Dries Buytaert authored
- Fixed small glitch in drupal_goto(): somethimes a "&" got appended. Patch by Marco.
-
- Nov 28, 2002
-
-
Dries Buytaert authored
- Applied Jeremy's statistics module patch: made most (if not all) of the strings translatable.
-
- Nov 27, 2002
-
-
Dries Buytaert authored
- Made the search module use implicit AND'ing instead of OR'ing. Patch by Gerhard. Also updated the documentation a little.
-
Dries Buytaert authored
- Made the page description optional. Reported by Ax.
-
Dries Buytaert authored
- Fix blocks of throttle and queue module. Patch by Gerhard.
-
- Nov 26, 2002
-
-
Dries Buytaert authored
- Applied Stefan's forum module patch: changed the default settings to ease configuration.
-
Dries Buytaert authored
- Fixed the statistics block titles such that the username is displayed correctly. Reported by Jeremy.
-
Dries Buytaert authored
- Fixed the forum block titles such that the username is displayed correctly. Reported by Jeremy.
-
Dries Buytaert authored
- 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().
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Added some comments/explanation wrt to the "$db_url" settings; this seemed to cause problems/confusion.
-
- Nov 25, 2002
-
-
Dries Buytaert authored
- Fixed a caching bug.
-
Dries Buytaert authored
- Fixed the "affiliate" text when all distributed authententication modules are disabled. Patch by Gerhard.
-
Dries Buytaert authored
- Fixed bug in search module. Patch by Gerhard.
-
- Nov 24, 2002
-
-
Dries Buytaert authored
- Added missing query to change the session field from VARCHAR(32) to TEXT. Reported by Bert Garcia.
-
- Nov 21, 2002
-
-
Dries Buytaert authored
- SID will now only be appended when session.use_trans_sid is set. Patch by Kjartan.
-
Dries Buytaert authored
- Search configuration settings are now a part of the standard configuration page. Patch by Kjartan.
-
Dries Buytaert authored
- Updated PostgreSQL scheme. Patch by Stefan.
-
- Nov 20, 2002
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Updated the query to put $score in the parameter list.
-
Dries Buytaert authored
- Commited Moshe's comment moderation improvements.
-
Dries Buytaert authored
- Added Stefan's page module improvements. [NOTE: the PostgreSQL database scheme needs updating.]
-
Kjartan Mannes authored
-
- Nov 18, 2002
-
-
Dries Buytaert authored
- Applied the correct search module patch (I hope). Thanks Gerhard.
-
Dries Buytaert authored
- Applied Natrak's "create PHP content" patch.
-
Dries Buytaert authored
- Don't display "1" when there is only one page.
-
Dries Buytaert authored
- Committed Gerhard's search module improvements.
-
- Nov 17, 2002
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Added form descriptions. Patch by Kjartan.
-
Dries Buytaert authored
- Make sure empty fields are not being displayed. Patch by Kjartan.
-
Dries Buytaert authored
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.
-
- Nov 16, 2002
-
-
Kjartan Mannes authored
will now be passed the filename as the first parameter.
-
Dries Buytaert authored
- Fixed bug in block module: "Array" was displayed on the user information page.
-
Dries Buytaert authored
- Started updating the CHANGELOG.
-