Commit Graph

10 Commits (6387508d23dfcee98813ed8ec3b90ebebda96500)

Author SHA1 Message Date
Dries Buytaert 52c4240600 - Added PostgreSQL support to the update script. Patch by Adrian.
- Making Adrian the new PostgreSQL maintainer.
2003-09-30 08:55:03 +00:00
Dries Buytaert de3b0796d2 - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please.
- Bugfix: made the "moderate" field behave.  Patch 0030.queue.module.help.and.settings.form.patch by Al.

- Documentation: revised a large part of the help texts / documentation!  Al's 0024.* patches.

- Documentation: added a glossary to the help module.  Patch 0025.help.module.glossary.patch by Al and Michael.

- Usability: first step towards unifying the terminology used in the cloud module.  Patch by 0028.site.cloud.rationalize.name.patch Al.

- Usability + CSS improvements: revamped the node form and removed all tables.  Patch 0027.node.form.rewrite.patch by Al.

- CSS improvements: patch 0026.admin.css.small.improvement.patch by Al.

- Updated the MAINTAINERS file.
2003-06-05 18:09:39 +00:00
Dries Buytaert 170b674a09 - All LIMIT queries must go through the pager or through db_query_range().
The syntax for db_query_range() was enhanced so it matches db_query(). So
  you may pass extra arguments of the SQL statement which are checked via
  check_query() and then substituted into the SQL statement. After these
  optional arguments, you always pass $from and $count parameters which
  define your range.  Most often, the $from is 0 and the count is the max
  number of records you want returned.  Patch by Moshe.

- The pager_query() function for PEAR was enhanced so that it adds  proper
  GROUP BY statement counting the number of records to be paged. Patch by
  James Arthur.

- MSSQL database scheme by Moshe.
2003-03-16 07:02:20 +00:00
Dries Buytaert 58190e494f - Added Hugo Espuny as the Debian maintainer. 2003-01-09 20:09:54 +00:00
Dries Buytaert 033c3fe7f2 - Started updating the CHANGELOG. 2002-11-16 13:51:29 +00:00
Dries Buytaert a430d5de03 - Added Jeremy. 2002-10-29 19:22:41 +00:00
Dries Buytaert 9c0cfb859c - Made James the new PostgreSQL maintainer and marked the PostgreSQL
port as being maintained.
2002-08-18 12:20:41 +00:00
Dries Buytaert ab551f8c47 - Fixed some typos. 2002-04-19 11:36:33 +00:00
Dries Buytaert 27bad26041 - Updated the MAINTAINERS file a lil'. 2002-04-18 20:48:31 +00:00
Dries Buytaert deaf027103 - Added the MAINTAINERS file to CVS. 2001-11-14 20:26:34 +00:00