Go to file
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
database - Refactored the administration pages. 2002-12-24 15:40:32 +00:00
includes - Added table rendering functions. As an example, I changed the node module 2002-12-29 12:03:08 +00:00
misc - Added table rendering functions. As an example, I changed the node module 2002-12-29 12:03:08 +00:00
modules CHANGES: 2002-12-29 12:44:33 +00:00
scripts - adding $Id$ (and testing loginfo script). 2002-11-06 13:54:08 +00:00
themes - Refactored the administration pages. 2002-12-24 15:40:32 +00:00
.htaccess - Made sure session.cache_limiter is set to "none" as suggested by Moshe 2002-12-08 08:19:29 +00:00
CHANGELOG - Refactored the administration pages. 2002-12-24 15:40:32 +00:00
INSTALL - Updated the URL with installation instructions. 2002-08-15 07:16:06 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
MAINTAINERS - Started updating the CHANGELOG. 2002-11-16 13:51:29 +00:00
admin.php - Small fix; still using a single CSS file - seems to work reasonbly well 2002-12-28 23:21:31 +00:00
cron.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
error.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
favicon.ico I whipped up a favicon to please our IE using users... 2001-01-04 15:21:43 +00:00
index.php - Made Drupal report an error when magic_quotes are disabled. 2002-12-26 12:16:09 +00:00
module.php - specifying an invalid module will redirect you to the index page instead of 2002-03-05 22:53:51 +00:00
node.php - Sometimes nodes where being displayed when they shouldn't. Patch by 2002-11-03 20:56:16 +00:00
update.php - Refactored the administration pages. 2002-12-24 15:40:32 +00:00
xmlrpc.php - missed a file in my last large $id$ commit. 2001-10-20 20:45:05 +00:00