summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Refactored the administration pages.Dries Buytaert2002-12-24
|
* - Fixed typo: "Allow users comments" -> "Allow user comments"Dries Buytaert2002-12-24
| | | | - By default, "Allow user comments" is set to "read-write".
* - Fixed typo: "authomatically" -> "automatically".Dries Buytaert2002-12-24
|
* - Fixed some typos: "filesize" -> "file size"Dries Buytaert2002-12-24
|
* - Fixed rendering bug in book module. Reported by vmole atDries Buytaert2002-12-22
| | | | http://drupal.org/node.php?id=923.
* - Bugfix: printer-friendly book pages were not being displayed in the properDries Buytaert2002-12-22
| | | | order.
* - fixing doctype in rss feeds.Kjartan Mannes2002-12-21
|
* - Switched the "short version" and the "long version" on the preview page.Dries Buytaert2002-12-21
| | | | | | | | | - Removed a broken filter which caused some line breaks to be stripped. - It is now possible to create short teasers and the '---' delimiter can be outside the allowed range but not more than a factor two. - Fine-tuned teaser extraction in absence of the '---' delimiter.
* - Fixed glitch with the "leave shadow" option.Dries Buytaert2002-12-21
|
* - Applied modified version of Tran's documentation patch for the jabberDries Buytaert2002-12-21
| | | | module.
* - Made sure the taxonomy module doesn't display warning/error messagesDries Buytaert2002-12-18
| | | | | | | | | | | | | | when the taxonomy module is disabled. Reported by kyvinh. - Improved forum documentation. Modified version of Kjartan's patch. TODO: - Updating a forum topic through the admin interface, results in a duplicate (and incomplete) forum topic. Also note that "Leave shadow?" function is annoying; the status of the checkbox is lost when clicking preview. Also, I think it should be disabled be default.
* - Fixed warning in import module. Reported by Pete.Dries Buytaert2002-12-16
|
* - Forum no longer counts comments from deleted nodes.Kjartan Mannes2002-12-15
|
* - Added DOCTYPE.Dries Buytaert2002-12-15
|
* - Fixed bug related to recent cache changes.Dries Buytaert2002-12-14
|
* - Committed Marco's pager improvements.Dries Buytaert2002-12-14
| | | | - Fixed another annoyance with editing content.
* - Bugfixes by Marco.Dries Buytaert2002-12-12
| | | | - Attempt to fix linebreak handling.
* Patch by Marco:Dries Buytaert2002-12-12
| | | | | | | | | - consistency in return order (http://list.drupal.org/drupal-devel/2002-December/009522.html) - new functions: taxonomy_get_term_by_name() and taxonomy_get_vocabulary_by_name() - caches are flushed after vocabulary and term edit/delete; this should avoid problems like forums not up to date
* Applied patch by Natrak:Dries Buytaert2002-12-11
| | | | | | | | | | | | | - page_header() now adds Last-Modified and ETag http headers. - When running PHP as an Apache module page_header() will check the HTTP headers for conditional gets, and will only push the content when it fails. (Works for html and xml pages as they are all cached). Note: this is a PHP limitation, so until PHP makes it work for other web servers this won't work for them. - Added created field to cache database to hold the timestamp when the cache was created. - Changed cache_get() to return an object with ->data and ->created. - Update forum and locale modules.
* - Avoid empty synonyms being inserted. Patch by Marco.Dries Buytaert2002-12-11
|
* - Small usability change.Dries Buytaert2002-12-10
|
* o Permission improvements:Dries Buytaert2002-12-10
| | | | | | | | | | | | | | | | | | | | | | + Removed the "post content" permission and replaced it by more fine-grained permissions such as "maintain static pages", "maintain personal blog", "maintain stories", etc. o Usability improvements to teasers: + Teaser forms are no more. Teasers are extracted automatically but can also be instructed using a delimiter "---". Furthermore, when a post it too short for a teaser, the user won't be bother with teaser stuff anymore. + Added an option to set the teaser length, or to disable teasers all together. + When previewing a post, both the short (if any) and the full version of a post are shown. This addresses a common complaint; for example, when writing a book page there was no way you could preview the short version of your post. + Forum posts can be teasered now. This is particularly helpful in the context of drupal.org where we promote forum topics. o Bugfix: replaced all PHP short tags (<?) with long tags (<?php). o Bugfix: removed hard-coded dependence on comment module. o Bugfix: when the queue module was disabled, it was not possible to approve updated book pages. o Bugfix: applied modified version of Marco's node_teaser() fix.
* - Removed the "comment anchors" in the themes; the anchor is emittedDries Buytaert2002-12-10
| | | | by the comment module. Patch by Ax.
* - The statistics module's blocks showed unpublished nodes. Patch by Ax.Dries Buytaert2002-12-10
|
* - Avoid empty fields to be displayed. Patch by Moshe.Dries Buytaert2002-12-08
|
* - Removed rating module; it is not being used much and it has a known bug.Dries Buytaert2002-12-08
| | | | Will add it to the contributions repository.
* - Changed db_queryd() to db_query().Dries Buytaert2002-12-03
|
* - Fixed node revisions.Dries Buytaert2002-12-02
|
* - Applied patch by Gerhard to dissable submission throttle.Dries Buytaert2002-12-02
|
* * Applied slightly modified version of Marco's taxonomy patch:Dries Buytaert2002-12-02
| | | | | | | | | | | | | | | | | - 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.
* - Fixed "Allow user comments: disabled" no longer works and so on. Patch byDries Buytaert2002-12-02
| | | | Marco.
* - 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()
* - 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().
* - 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
|
* - Search configuration settings are now a part of the standardDries Buytaert2002-11-21
| | | | configuration page. Patch by Kjartan.
* - 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
|