summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Fixed a typo in the documentation, as well as extended the documentationDries Buytaert2002-12-29
| | | | while I was at it.
* - Added pager support to watchdog. Based on modified patch from Moshe.Dries Buytaert2002-12-29
|
* - Usability improvement: made the locale module tables use the new tableDries Buytaert2002-12-29
| | | | | | rendering functions. - Usability improvement: a couple of strings could not be translated.
* - Usability improvement: made the cloud module table use the new tableDries Buytaert2002-12-29
| | | | | | | | rendering functions. - Usability improvement: a couple of strings could not be translated. - Bugfix: removed redundant links.
* - Usability improvement: made the access log, referrer logs and popular postDries Buytaert2002-12-29
| | | | | | tables use the new table rendering functions. - Usability improvement: a couple of strings could not be translated.
* - Usability improvement: made the access log, referrer logs and popular postDries Buytaert2002-12-29
| | | | | | tables use the new table rendering functions. - Usability improvement: a couple of strings could not be translated.
* - Removed table markup from watchdog module; should be done in admin.css.Dries Buytaert2002-12-29
|
* - Usability improvement: made the theme selector and module selector pagesDries Buytaert2002-12-29
| | | | use the new table rendering functions.
* CHANGES:Dries Buytaert2002-12-29
| | | | | | | | | | | | | | | | - Usability improvement: made the block administration pages use the new table rendering functions. By the way, the old code rendered invalid HTML code. - Usability improvement: saving block changes will now show a status message. - Usability improvement: quite a few strings could not be translated. TODO: - I think the "enabled" and "custom" field are somewhat confusing. Suggestions?
* - Usability improvements: made the taxonomy administration pages useDries Buytaert2002-12-29
| | | | | | the new table rendering functions, made the overview table's HTML code a lot simpler, tidied up the status messages, and removed some redundant check_output()s.
* - Usability improvement: made the remaining user administration pages useDries Buytaert2002-12-29
| | | | | | | | | | the new table rendering functions; access rule table, permission table, role table, etc. - Usability improvement: made the permission table translatable. Requested by Stefan. - Code improvement: removed some redundant check_output()s.
* CHANGES:Dries Buytaert2002-12-29
| | | | | | | | | | - Usability improvement: made the user administration pages use the new table rendering functions. - Usability improvement: added pager support to the user administration pages. - Code improvement: fixed code indentation.
* CHANGES:Dries Buytaert2002-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | - Usability improvement: made the comment administration pages use the new table rendering functions. - Usability improvement: new comments will also be marked as new in the administration pages. - Code improvement: changed the comment administration pages to use the default pager instead of a custom pager. - Bugfix: "yes" and "no" were not translatable. - $ diffstat comment.patch comment.module | 45 +++++++-------------------------------------- 1 files changed, 7 insertions, 38 deletions TODO: - Comment module: remove other custom pagers in the comment module. - Pager/database: it would be nice if the functions db_query_range() and pager_query() would have the same semantic as db_query(); that is, using a variable number of arguments that are automatically escaped/checked.
* - Put back the node table paging.Dries Buytaert2002-12-29
|
* - Added table rendering functions. As an example, I changed the node moduleDries Buytaert2002-12-29
| | | | to take advantage of it.
* - Added taxonomy link.Dries Buytaert2002-12-28
|
* - Added a "submit new content" link to the admin page. Suggested by Amy.Dries Buytaert2002-12-27
| | | | (Temporary solution only - probably needs better integration?)
* - Some small cosmetic changes.Dries Buytaert2002-12-26
|
* - 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()