summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - The statistics module would sometimes mistake a non-node ID with thatDries Buytaert2003-01-04
| | | | of a node. Thanks David and Jeremy.
* - Added an extra parameter to watchdog() which lets you specifiy an "action"Dries Buytaert2003-01-04
| | | | | | | | | or "operation" link. - Made the main page of the administration section show an overview of all watchdog entries with such action link. - Fixed typo in PostgreSQL database scheme.
* - Usability improvement; the drop-down menu showed the first vocabulary inDries Buytaert2003-01-02
| | | | the list even though it has not been selected. Reported by Adam Shand.
* Bugfix: when we have to extract a comment's title from the comment's body,Dries Buytaert2003-01-02
| | | | first strip the body's HTML tags or we might get an empty title after all.
* - Bugfix: some variables were not being reset causing wrong links to beDries Buytaert2003-01-02
| | | | displayed. Patch by Ax.
* - Fixed bug that prevented results containing multiple occurences of theDries Buytaert2003-01-01
| | | | search word(s). Patch by Ax.
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
| | | | snappier (performance improvement).
* - Simplified the page module. Patch by Marco.Dries Buytaert2002-12-31
|
* - Fixed small braino in the cloud module table.Dries Buytaert2002-12-30
|
* - Small improvement to the links.Dries Buytaert2002-12-30
|
* - Some small improvements/fixes to the node system. Suggested by Marco.Dries Buytaert2002-12-30
|
* Patch by Marco:Dries Buytaert2002-12-30
| | | | | | | | - rewrote taxonomy_get_tree() for improved performance and cleaner code - fixed a bug in _taxonomy_term_select() with multiple parents - added hooks in vocabulary and term insert, update and delete - fixed a bug in taxonomy_save_vocabulary() (cache_clear_all() was never called)
* - Bugfix: user_save() should not be called for anonymous users. Patch byDries Buytaert2002-12-30
| | | | Marco.
* - 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.