- 14 Sep, 2004 9 commits
-
-
Steven Wittens authored
-
Dries authored
-
Dries authored
- Fixed SQL problem in _comment_update_node_statistics().
-
Dries authored
-
Steven Wittens authored
#10648: Fix watchdog-related tablesort coloring bug in IE, add support for <tr> attributes to theme_table() and reduce specificy of watchdog coloring CSS rules.
-
Dries authored
- Patch #10308 by Bart Jansens/ccourtne: fixed shadow copies. - Patch #10308 by ccourtne: performance improvements: comment statistics are now cached in a new SQL table which significantly improves performance of the forum block and the forum pages. These pages are about 3 times faster now!
-
Steven Wittens authored
-
Steven Wittens authored
Aggregator.module: code comments say items older than 3 months get discarded automatically, but the limit in the code is in fact set for 2 weeks. Changing to 3 months (caught by drumm).
-
- 13 Sep, 2004 6 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
Filter.module usability: the default format is implicitly accessible to everyone (prevents misconfigurations). The role checkboxes are disabled in the admin interface for the default format.
-
Steven Wittens authored
- removing file checks for uid #1 to be consistent with the roles/permissions. - renaming script files to .txt's to prevent accidental execution (we don't allow them by default, but you never know)
-
Dries authored
- Fixed stupid 'SELECT u.* FROM users u WHERE LOWER(u.uid) = 'S' AND u.status < N LIMIT N, N' query.
-
- 12 Sep, 2004 3 commits
-
-
Dries authored
-
Steven Wittens authored
-
- 11 Sep, 2004 8 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Dries authored
- Bugfix: fixed some incorrect colspan's.
-
Dries authored
-
Dries authored
- Bugfix: comment subject where not always enabled by default because the default value of comment_subject_field varies.
-
Kjartan authored
-
Dries authored
- Removed 'aggressive' message.
-
- 10 Sep, 2004 1 commit
-
- 09 Sep, 2004 6 commits
-
-
Steven Wittens authored
Replace hardcoded <html lang="en"> with a locale dependant one. This is especially important for asian sites where this has an effect on font selection.
-
Steven Wittens authored
-
Steven Wittens authored
Tiny change to drupal_directory_page() in drupal.module to allow the site list to be sorted on any column (alphabetical is prone to abuse by prefixing the site name with quotes, dashes, hash, ...).
-
- 08 Sep, 2004 7 commits
-
-
Dries authored
TODO: when 'previewing' an existing node, the breadcrumb trail is incorrect.
-
Dries authored
-
Dries authored
- Moved some documentation around and fixed a missing translation.
-
Dries authored
-
Dries authored
- Patch #10622 by Adrian: fixes various PostgreSQL related problems. 1) Menu problems with Postgres (this is a highly critical 1 line fix) 2) Archive module fails with Postgres 3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch) 4) Book module fails with Postgres 5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug. 6) Creating accregator_item_table in PostgreSQL 7) Postgres - Polls not displayed on Poll Page 8) Blog module has sql errors with postgres This should not affect MySQL users (hopefully).
-