summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Improvement: remove vi left-overs.Dries Buytaert2002-12-31
|
* - Simplified the page module. Patch by Marco.Dries Buytaert2002-12-31
|
* - Bugfix: wrapped an RSS item's description in a check_output() to ensureDries Buytaert2002-12-31
| | | | proper markup.
* - Fixed typo. Patch by Marco.Dries Buytaert2002-12-31
|
* Patch by Michael:Dries Buytaert2002-12-30
| | | | | | | | | | | | | | | | | | | | | | | admin.css: * Removed border-bottom for menu list items. The only work around to retain the border-bottom on lists with nested items is to use divs rather than li tags as far as I know. I think the list items are still readable this way. * Made title of site in sidenav more differentiated from menu. * Made color changes so that all headings are the same hue (navy bluish). * Modified th text-align: left; for better readability. Modified border-bottom: 1px solid #ccc; Black addded visual noise. * Modified tr.dark background-color: #ddd, tr.light background-color: #fff; * Changed all colors to #xxx three number hex shortcuts. * Added hr rule to make horizontal rules have height: 1px; color: #ccc; admin.php: * Added 1 line to admin.php to include <link rel="stylesheet" ...>. The stylesheet refers to a misc/print.css stylesheet which may not exist in your misc/ directory. This fixes the flash of unstyled content that users of Win IE 5+ are experiencing. You can use this to specify print styles if you like. See more about this here: http://www.bluerobot.com/web/css/fouc.asp
* - Fixed small braino in the cloud module table.Dries Buytaert2002-12-30
|
* - Small improvement to the links.Dries Buytaert2002-12-30
|
* - Code improvement: menu_tree() will no longer generate empty "<ul></ul>"Dries Buytaert2002-12-30
| | | | constructs.
* - 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.
* - 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.