- 11 Sep, 2004 5 commits
- 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).
-
- 07 Sep, 2004 3 commits
-
-
Steven Wittens authored
- 06 Sep, 2004 3 commits
-
-
Kjartan authored
-
Steven Wittens authored
(makes excerpt.module possible)
-
Steven Wittens authored
-
- 05 Sep, 2004 3 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
Comment previewing was broken since 1.263, resulting in a double page.
-
Steven Wittens authored
Upload.module: add explicit cast to (array) for $node->files in case it's not set (e.g. nodes that don't take attachments).
-
- 03 Sep, 2004 1 commit
-
-
Steven Wittens authored
-
- 01 Sep, 2004 1 commit
-
-
Steven Wittens authored
-
- 27 Aug, 2004 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
- 25 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 24 Aug, 2004 3 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
Upload.module - Fixing a bug caused by the PHP5 patches. Beware: PHP4's array_merge() will silently accept objects and convert them to arrays. We should not depend on this behaviour in the future. File.inc / file-using modules: - Removing the constant FILE_SEPARATOR: forward slashes work fine on Windows, and it was being used incorrectly as an URL separator sometimes. - Adding @ to mkdir and chmod to supress ugly PHP errors. They are already reported with drupal_set_message(). - Fixing default for variable 'file_directory_temp'. - Clarifying the help tip for 'file_directory_temp' in admin > settings.
-
Steven Wittens authored
-
- 23 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 22 Aug, 2004 3 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-