- 12 Sep, 2004 2 commits
-
-
Dries Buytaert authored
- Patch #10668 by drumm: moved the 'first day of week' settings to the system module for other modules to reuse. This is considered to be a usability improvement because it simplifies some pages/workflow.
-
Steven Wittens authored
-
- 11 Sep, 2004 8 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Dries Buytaert authored
- Bugfix: fixed some incorrect colspan's.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Bugfix: comment subject where not always enabled by default because the default value of comment_subject_field varies.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Removed 'aggressive' message.
-
- 10 Sep, 2004 1 commit
-
-
Dries Buytaert authored
- Patch #10718 by drumm: bugfix: it was possible to save a user with no roles assigned when the form clearly said at least one was required. The result of saving that was silently leaving the roles unchanged, which is rather bad.
-
- 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, ...).
-
Dries Buytaert authored
- Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
-
Dries Buytaert authored
- Patch #10669 by Ax: bugfix: getting a post from latest Drupal into latest ecto yields an error "response contains string value where integer expected".
-
Dries Buytaert authored
- Patch #10678 by drumm: usability improvement: one-liner to make the deletion message more consistent with the rest of Drupal. Use <em>-tags instead of single quotes.
-
- 08 Sep, 2004 7 commits
-
-
Dries Buytaert authored
TODO: when 'previewing' an existing node, the breadcrumb trail is incorrect.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Moved some documentation around and fixed a missing translation.
-
Dries Buytaert authored
- Modified patch #10644 by drumm: fixed some broken URLs. Patch modified to use /user/$uid instead of /user/$uid/edit (where possible).
-
Dries Buytaert authored
- Patch #10373 by jabart/killed: performance improvement: caching the variable table improves performance with 20% when serving cached pages.
-
Dries Buytaert authored
-
Dries Buytaert 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
-
-
Dries Buytaert authored
- Patch #6464 by TDobes: don't enforce book revision -- rely on the default setting.
-
Dries Buytaert authored
- Patch #10192 by JonBob: fixed issue with menus not expanding.
-
Steven Wittens authored
-
- 06 Sep, 2004 3 commits
-
-
Kjartan Mannes 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 2 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.
-