summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Fixed "Allow user comments: disabled" no longer works and so on. Patch byDries Buytaert2002-12-02
| | | | Marco.
* - Fixed small glitch in the database schemes; the block table has changed butDries Buytaert2002-11-30
| | | | the queries that insert some default block values were not updated.
* - Patch by Jeremy to fix a module loading bug:Dries Buytaert2002-11-29
| | | | | | | | | - module.inc: + added call to _init for all modules - statistics.module: + added statistics_init() + moved all global actions into statistics_init()
* - Fixed small glitch in drupal_goto(): somethimes a "&" got appended. PatchDries Buytaert2002-11-29
| | | | by Marco.
* - Applied Jeremy's statistics module patch: made most (if not all) of theDries Buytaert2002-11-28
| | | | strings translatable.
* - Made the search module use implicit AND'ing instead of OR'ing. Patch byDries Buytaert2002-11-27
| | | | Gerhard. Also updated the documentation a little.
* - Made the page description optional. Reported by Ax.Dries Buytaert2002-11-27
|
* - Fix blocks of throttle and queue module. Patch by Gerhard.Dries Buytaert2002-11-27
|
* - Applied Stefan's forum module patch: changed the default settings to easeDries Buytaert2002-11-26
| | | | configuration.
* - Fixed the statistics block titles such that the username is displayed ↵Dries Buytaert2002-11-26
| | | | | | correctly. Reported by Jeremy.
* - Fixed the forum block titles such that the username is displayed correctly.Dries Buytaert2002-11-26
| | | | Reported by Jeremy.
* - Applied Jeremy's statistics module patches:Dries Buytaert2002-11-26
| | | | | | | | | + 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().
* - Applied Ax's pager patch: includes documentation (rewrote it somewhat) and twoDries Buytaert2002-11-26
| | | | | 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.
* - Added some comments/explanation wrt to the "$db_url" settings; this seemedDries Buytaert2002-11-26
| | | | to cause problems/confusion.
* - Fixed a caching bug.Dries Buytaert2002-11-25
|
* - Fixed the "affiliate" text when all distributed authententication modulesDries Buytaert2002-11-25
| | | | are disabled. Patch by Gerhard.
* - Fixed bug in search module. Patch by Gerhard.Dries Buytaert2002-11-25
|
* - Added missing query to change the session field from VARCHAR(32) to TEXT.Dries Buytaert2002-11-24
| | | | Reported by Bert Garcia.
* - SID will now only be appended when session.use_trans_sid is set. PatchDries Buytaert2002-11-21
| | | | by Kjartan.
* - Search configuration settings are now a part of the standardDries Buytaert2002-11-21
| | | | configuration page. Patch by Kjartan.
* - Updated PostgreSQL scheme. Patch by Stefan.Dries Buytaert2002-11-21
|
* - removing some obsolete code.Kjartan Mannes2002-11-20
|
* - Updated the query to put $score in the parameter list.Dries Buytaert2002-11-20
|
* - Commited Moshe's comment moderation improvements.Dries Buytaert2002-11-20
|
* - Added Stefan's page module improvements.Dries Buytaert2002-11-20
| | | | [NOTE: the PostgreSQL database scheme needs updating.]
* - changing case for consistency.Kjartan Mannes2002-11-20
|
* - Applied the correct search module patch (I hope). Thanks Gerhard.Dries Buytaert2002-11-18
|
* - Applied Natrak's "create PHP content" patch.Dries Buytaert2002-11-18
|
* - Don't display "1" when there is only one page.Dries Buytaert2002-11-18
|
* - Committed Gerhard's search module improvements.Dries Buytaert2002-11-18
|
* - changing theme patch. Now Drupal will init the $this->path automatically.Kjartan Mannes2002-11-17
|
* - changing the sorting algorithm in module_list so it is case insensitive.Kjartan Mannes2002-11-17
|
* - Added form descriptions. Patch by Kjartan.Dries Buytaert2002-11-17
|
* - Make sure empty fields are not being displayed. Patch by Kjartan.Dries Buytaert2002-11-17
|
* Patch based on work of Kjartan:Dries Buytaert2002-11-17
| | | | | | | | | | | | | | - 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.
* - made the themes path aware. If your theme creates a constructor function itKjartan Mannes2002-11-16
| | | | will now be passed the filename as the first parameter.
* - Fixed bug in block module: "Array" was displayed on the user informationDries Buytaert2002-11-16
| | | | page.
* - Started updating the CHANGELOG.Dries Buytaert2002-11-16
|
* - Made "<root>" translatable. Patch by Stefan.Dries Buytaert2002-11-15
|
* Applied Moshe's patches:Dries Buytaert2002-11-11
| | | | | | | | | | | | - 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.
* - Strip all tags from the watchdog message.Dries Buytaert2002-11-11
|
* - Small cosmetic change. Patch by Natrak.Dries Buytaert2002-11-10
|
* - Applied Stefan's t()-function patches.Dries Buytaert2002-11-10
|
* - Fixing read more link showing when teaser is empty.Kjartan Mannes2002-11-10
|
* - Some improvements to streamline book maintanance: weights and titles canDries Buytaert2002-11-10
| | | | | | 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 ...
* * User patch by Natrak:Dries Buytaert2002-11-09
| | | | | - Moved the Drupal login XML-RPC API to drupal.module. - DA logins are now assigned the proper role.
* - Fixed db_query_range() in PEAR database abstraction layer. Patch by James.Dries Buytaert2002-11-09
|
* - Small clean-up.Dries Buytaert2002-11-09
|
* - Oops. Braino.Dries Buytaert2002-11-09
|
* - Oops. The db_query_range() query got added twice.Dries Buytaert2002-11-09
|