- Dec 30, 2002
-
-
Dries Buytaert authored
- Bugfix: user_save() should not be called for anonymous users. Patch by Marco.
-
Dries Buytaert authored
- Check input given to table rendering functions to avoid warning.
-
- Dec 29, 2002
-
-
Dries Buytaert authored
- Fixed a typo in the documentation, as well as extended the documentation while I was at it.
-
Dries Buytaert authored
- Added pager support to watchdog. Based on modified patch from Moshe.
-
Dries Buytaert authored
- Usability improvement: made the locale module tables use the new table rendering functions. - Usability improvement: a couple of strings could not be translated.
-
Dries Buytaert authored
- Usability improvement: made the cloud module table use the new table rendering functions. - Usability improvement: a couple of strings could not be translated. - Bugfix: removed redundant links.
-
Dries Buytaert authored
- Usability improvement: made the access log, referrer logs and popular post tables use the new table rendering functions. - Usability improvement: a couple of strings could not be translated.
-
Dries Buytaert authored
- Usability improvement: made the access log, referrer logs and popular post tables use the new table rendering functions. - Usability improvement: a couple of strings could not be translated.
-
Dries Buytaert authored
- Removed table markup from watchdog module; should be done in admin.css.
-
Dries Buytaert authored
- Usability improvement: made the theme selector and module selector pages use the new table rendering functions.
-
Dries Buytaert authored
CHANGES: - 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?
-
Dries Buytaert authored
- Usability improvements: made the taxonomy administration pages use 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.
-
Dries Buytaert authored
- Usability improvement: made the remaining user administration pages use 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.
-
Dries Buytaert authored
CHANGES: - 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.
-
Dries Buytaert authored
CHANGES: - 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.
-
Dries Buytaert authored
- Put back the node table paging.
-
Dries Buytaert authored
- Added table rendering functions. As an example, I changed the node module to take advantage of it.
-
- Dec 28, 2002
-
-
Dries Buytaert authored
- Small fix; still using a single CSS file - seems to work reasonbly well with Netscape.
-
Dries Buytaert authored
- Added taxonomy link.
-
Dries Buytaert authored
-
Dries Buytaert authored
Patch by Michael: - 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.
-
Dries Buytaert authored
- Better stylesheet for administration pages. Contributed by Michael.
-
- Dec 27, 2002
-
-
Dries Buytaert authored
- We don't have to show the main row anymore.
-
Dries Buytaert authored
- Added a "submit new content" link to the admin page. Suggested by Amy. (Temporary solution only - probably needs better integration?)
-
- Dec 26, 2002
-
-
Dries Buytaert authored
- Some small cosmetic changes.
-
Dries Buytaert authored
- Made Drupal report an error when magic_quotes are disabled.
-
- Dec 25, 2002
-
-
Dries Buytaert authored
- Implemented preliminary version of Michael's suggestion.
-
- Dec 24, 2002
-
-
Dries Buytaert authored
- Refactored the administration pages.
-
Dries Buytaert authored
- Fixed typo: "Allow users comments" -> "Allow user comments" - By default, "Allow user comments" is set to "read-write".
-
Dries Buytaert authored
- Fixed typo: "authomatically" -> "automatically".
-
Dries Buytaert authored
- Fixed some typos: "filesize" -> "file size"
-
- Dec 22, 2002
-
-
Dries Buytaert authored
- Fixed rendering bug in book module. Reported by vmole at http://drupal.org/node.php?id=923.
-
Dries Buytaert authored
order.
-
- Dec 21, 2002
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Small improvement. Patch by Moshe.
-
Dries Buytaert authored
- Switched the "short version" and the "long version" on the preview page. - 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.
-
Dries Buytaert authored
- Fixed glitch with the "leave shadow" option.
-
Dries Buytaert authored
- Applied modified version of Tran's documentation patch for the jabber module.
-
- Dec 20, 2002
-
-
Dries Buytaert authored
- Removed some backslashes. Reported by Adam.
-
- Dec 18, 2002
-
-
Dries Buytaert authored
- Made sure the taxonomy module doesn't display warning/error messages 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.
-