- 26 May, 2004 1 commit
-
-
Dries authored
-
- 25 May, 2004 1 commit
-
-
Dries authored
-
- 24 May, 2004 7 commits
-
-
Dries authored
-
Dries authored
-
Dries authored
- Patch 7444 (#35) by Pablo. This patch addresses some issues with showing anonymous usernames in comments. It does not solve all my problems, but others claim it works as advertised. I'm committing this because it does fix some pending issues (even though that might not be the end of it).
-
Dries authored
-
Dries authored
-
Dries authored
- Patch #7966 by Goba: The box has it's content wrapped in a paragraph now, which is not suitable for the purposes the box is used in. Boxes are used to wrap tables or forms with titles. The comment module uses theme(box, ...) to wrap forms into boxes for example. Therefore using a paragraph does not make the output valid XHTML and a div is needed.
-
- 22 May, 2004 3 commits
- 21 May, 2004 1 commit
-
- 20 May, 2004 2 commits
-
-
Dries authored
- Usability improvement: simplified the administration menu of the aggregator module.
-
Dries authored
- Simplified the 'anonymous poster settings' of the comment module and made it possible to enforce a username/e-mail address. Based on James Seng's work there are now 3 radio buttons: ( ) Anonymous users may not enter contact information ( ) Anonymous users may leave contact information ( ) Anonymous users must leave contact information - Fixed a bug in the default theme_comment_view() function. - Added permalinks for comments. Requested by Michael and Christina. Maintainers of contributed themes might want to add permalinks too. TODO: - Fix the interaction design of the submission form: the page you are directed to and the validation of the contact information. - Changing the comment viewing options appears to be broken?
-
- 19 May, 2004 1 commit
-
-
Dries authored
-
- 18 May, 2004 2 commits
- 17 May, 2004 5 commits
- 15 May, 2004 2 commits
-
-
Dries authored
- 13 May, 2004 5 commits
-
-
Kjartan authored
-
Kjartan authored
-
Kjartan authored
- Fixed categorize not working under sources and category views.
-
Dries authored
- Made the recent news items page, the source pages and the categorization pages use pagers. Removed the 'Items per page' setting and made Drupal remember news items much longer.
-
Dries authored
-
- 11 May, 2004 2 commits
- 10 May, 2004 2 commits
- 09 May, 2004 1 commit
-
-
Dries authored
-
- 08 May, 2004 1 commit
-
-
Dries authored
- Menu and code improvements by JonBob.
-
- 07 May, 2004 1 commit
-
-
Dries authored
-
- 06 May, 2004 1 commit
-
-
Dries authored
-
- 05 May, 2004 2 commits
-
-
Dries authored
- Patch #7577 by JonBob: various code style improvements to the statistics module. + Usages of to print titles have been replaced by proper drupal_set_title() calls. + Many arg() usages dropped in favor of meaningful parameters. + Doxygen comments standardized and expanded. + Some grammatical corrections to help text. + Broken /statistics page linked from page navigation restored. + Fixed small bug in menu.inc pertaining to menu callbacks without arguments.