Commit Graph

1847 Commits (73d46a64c3ce9b893bceaa79c1ed5a77e64485f3)

Author SHA1 Message Date
Dries Buytaert de95001c92 - Tidied up the use of check_output(). Might make rendering pages a bit
snappier (performance improvement).
2002-12-31 12:34:07 +00:00
Dries Buytaert 8cb66b212e - Improvement: remove vi left-overs. 2002-12-31 12:11:34 +00:00
Dries Buytaert c97e36fb06 - Simplified the page module. Patch by Marco. 2002-12-31 11:37:29 +00:00
Dries Buytaert 92758279fa - Bugfix: wrapped an RSS item's description in a check_output() to ensure
proper markup.
2002-12-31 10:58:47 +00:00
Dries Buytaert 3c7d0f9575 - Fixed typo. Patch by Marco. 2002-12-31 10:40:26 +00:00
Dries Buytaert 84ad17f73b Patch by Michael:
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
2002-12-30 23:30:55 +00:00
Dries Buytaert 927cb12ffb - Fixed small braino in the cloud module table. 2002-12-30 16:31:55 +00:00
Dries Buytaert 105eef9896 - Small improvement to the links. 2002-12-30 16:30:16 +00:00
Dries Buytaert e97c6a73d6 - Code improvement: menu_tree() will no longer generate empty "<ul></ul>"
constructs.
2002-12-30 15:54:06 +00:00
Dries Buytaert 5598417c3f - Some small improvements/fixes to the node system. Suggested by Marco. 2002-12-30 13:02:47 +00:00
Dries Buytaert 0475d4fbc4 Patch by Marco:
- 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)
2002-12-30 12:03:53 +00:00
Dries Buytaert cc01e61388 - Bugfix: user_save() should not be called for anonymous users. Patch by
Marco.
2002-12-30 09:26:05 +00:00
Dries Buytaert 769ebb666c - Check input given to table rendering functions to avoid warning. 2002-12-30 08:33:02 +00:00
Dries Buytaert f281f0a7e3 - Fixed a typo in the documentation, as well as extended the documentation
while I was at it.
2002-12-29 21:46:13 +00:00
Dries Buytaert 62fa5541dd - Added pager support to watchdog. Based on modified patch from Moshe. 2002-12-29 18:31:46 +00:00
Dries Buytaert c9ca1c6c80 - Usability improvement: made the locale module tables use the new table
rendering functions.

- Usability improvement: a couple of strings could not be translated.
2002-12-29 17:46:29 +00:00
Dries Buytaert df650e54a1 - 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.
2002-12-29 16:59:45 +00:00
Dries Buytaert 3a43fdd414 - 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.
2002-12-29 16:54:31 +00:00
Dries Buytaert e9148b9180 - 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.
2002-12-29 16:40:08 +00:00
Dries Buytaert 50cac553d5 - Removed table markup from watchdog module; should be done in admin.css. 2002-12-29 16:14:37 +00:00
Dries Buytaert bef0244c9a - Usability improvement: made the theme selector and module selector pages
use the new table rendering functions.
2002-12-29 16:08:05 +00:00
Dries Buytaert d626a6cfda 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?
2002-12-29 16:03:01 +00:00
Dries Buytaert 2020853524 - 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.
2002-12-29 15:37:36 +00:00
Dries Buytaert 74d315b34a - 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.
2002-12-29 13:46:30 +00:00
Dries Buytaert d9919f50c5 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.
2002-12-29 13:14:38 +00:00
Dries Buytaert 1011e87411 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.
2002-12-29 12:44:33 +00:00
Dries Buytaert 24af61ede4 - Put back the node table paging. 2002-12-29 12:20:08 +00:00
Dries Buytaert 14158fbc6b - Added table rendering functions. As an example, I changed the node module
to take advantage of it.
2002-12-29 12:03:08 +00:00
Dries Buytaert be431bd983 - Small fix; still using a single CSS file - seems to work reasonbly well
with Netscape.
2002-12-28 23:21:31 +00:00
Dries Buytaert 991914e699 - Added taxonomy link. 2002-12-28 19:20:03 +00:00
Dries Buytaert 808d60f460 - Oops. We lost all line breaks. 2002-12-28 19:19:02 +00:00
Dries Buytaert c72096d64b 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.
2002-12-28 19:15:06 +00:00
Dries Buytaert 52a2338e87 - Better stylesheet for administration pages. Contributed by Michael. 2002-12-28 17:08:06 +00:00
Dries Buytaert a3ad12a9b6 - We don't have to show the main row anymore. 2002-12-27 14:58:57 +00:00
Dries Buytaert 2254160642 - Added a "submit new content" link to the admin page. Suggested by Amy.
(Temporary solution only - probably needs better integration?)
2002-12-27 14:21:53 +00:00
Dries Buytaert a4a8535a9e - Some small cosmetic changes. 2002-12-26 12:22:00 +00:00
Dries Buytaert 26e0b9b75c - Made Drupal report an error when magic_quotes are disabled. 2002-12-26 12:16:09 +00:00
Dries Buytaert 728125035c - Implemented preliminary version of Michael's suggestion. 2002-12-25 02:23:19 +00:00
Dries Buytaert 22fa9ed70a - Refactored the administration pages. 2002-12-24 15:40:32 +00:00
Dries Buytaert ca07ff36d6 - Fixed typo: "Allow users comments" -> "Allow user comments"
- By default, "Allow user comments" is set to "read-write".
2002-12-24 14:39:08 +00:00
Dries Buytaert 8f5860ab47 - Fixed typo: "authomatically" -> "automatically". 2002-12-24 14:18:47 +00:00
Dries Buytaert 774688135c - Fixed some typos: "filesize" -> "file size" 2002-12-24 14:15:53 +00:00
Dries Buytaert 5a3d3bfb22 - Fixed rendering bug in book module. Reported by vmole at
http://drupal.org/node.php?id=923.
2002-12-22 11:25:50 +00:00
Dries Buytaert 259f17c573 - Bugfix: printer-friendly book pages were not being displayed in the proper
order.
2002-12-22 11:06:33 +00:00
Kjartan Mannes ca743aa6fd - fixing doctype in rss feeds. 2002-12-21 19:36:27 +00:00
Dries Buytaert 8f673be382 - Small improvement. Patch by Moshe. 2002-12-21 19:10:47 +00:00
Dries Buytaert c10ce14d1e - 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.
2002-12-21 18:53:39 +00:00
Dries Buytaert d21ba6b0f1 - Fixed glitch with the "leave shadow" option. 2002-12-21 15:53:30 +00:00
Dries Buytaert e0241df67f - Applied modified version of Tran's documentation patch for the jabber
module.
2002-12-21 12:21:21 +00:00
Dries Buytaert 20e22ad292 - Removed some backslashes. Reported by Adam. 2002-12-20 22:08:17 +00:00