summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Check input given to table rendering functions to avoid warning.Dries Buytaert2002-12-30
|
* - 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.
* - Small fix; still using a single CSS file - seems to work reasonbly wellDries Buytaert2002-12-28
| | | | with Netscape.
* - Added taxonomy link.Dries Buytaert2002-12-28
|
* - Oops. We lost all line breaks.Dries Buytaert2002-12-28
|
* Patch by Michael:Dries Buytaert2002-12-28
| | | | | | | - Made a change to use @import directive for layout portion of css. - Changed the druplicon to link to drupal.org since the title of the site in the upper left now link to index.php.
* - Better stylesheet for administration pages. Contributed by Michael.Dries Buytaert2002-12-28
|
* - We don't have to show the main row anymore.Dries Buytaert2002-12-27
|
* - 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
|
* - Made Drupal report an error when magic_quotes are disabled.Dries Buytaert2002-12-26
|
* - Implemented preliminary version of Michael's suggestion.Dries Buytaert2002-12-25
|
* - 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
|
* - Small improvement. Patch by Moshe.Dries Buytaert2002-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.
* - Removed some backslashes. Reported by Adam.Dries Buytaert2002-12-20
|
* - 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
|
* - Fixed bug in cache_clear_all(). Patch by Marco.Dries Buytaert2002-12-16
|
* - Make sure user names are unique.Dries Buytaert2002-12-16
|
* - Forum no longer counts comments from deleted nodes.Kjartan Mannes2002-12-15
|
* - Forgot a tag.Dries Buytaert2002-12-15
|
* - Added DOCTYPE.Dries Buytaert2002-12-15
|
* - Fixed typo in the database scheme. Reported by Ettiene.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