- 12 Nov, 2005 2 commits
- 21 Oct, 2005 1 commit
-
-
Steven Wittens authored
-
- 13 Oct, 2005 1 commit
-
-
Steven Wittens authored
-
- 11 Oct, 2005 1 commit
-
-
Dries authored
-
- 07 Oct, 2005 2 commits
- 24 Sep, 2005 1 commit
-
-
Dries authored
-
- 25 Aug, 2005 1 commit
-
-
Dries authored
-
- 29 Jul, 2005 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
- (#15121) Improve string cut-off for locale table
-
- 23 Jul, 2005 1 commit
-
-
Dries authored
-
- 27 Jun, 2005 1 commit
-
-
Dries authored
TODO: document the defaults in the PHPdoc comments.
-
- 10 May, 2005 1 commit
-
-
Dries authored
-
- 05 May, 2005 1 commit
-
-
Dries authored
TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
-
- 25 Apr, 2005 1 commit
-
-
Dries authored
-
- 02 Apr, 2005 1 commit
-
-
Steven Wittens authored
-
- 31 Mar, 2005 2 commits
-
-
Dries authored
-
Steven Wittens authored
-
- 09 Jan, 2005 1 commit
-
-
Dries authored
We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide.
-
- 21 Nov, 2004 1 commit
-
-
Dries authored
- Patch 13180 by chx: renamed check_query() to db_escape_string() and implemtented it properly per database backend. Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
-
- 26 Oct, 2004 1 commit
-
-
Steven Wittens authored
-
- 19 Oct, 2004 1 commit
-
- 16 Oct, 2004 1 commit
-
-
Steven Wittens authored
-
- 11 Oct, 2004 1 commit
-
- 06 Oct, 2004 1 commit
-
-
Dries authored
-
- 05 Oct, 2004 1 commit
-
- 20 Sep, 2004 1 commit
-
- 19 Sep, 2004 1 commit
-
-
Steven Wittens authored
-
- 16 Sep, 2004 1 commit
-
- 15 Sep, 2004 1 commit
-
- 09 Sep, 2004 1 commit
-
-
Steven Wittens authored
-
- 08 Sep, 2004 2 commits
-
-
Dries authored
- Moved some documentation around and fixed a missing translation.
-
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).
-
- 27 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 21 Aug, 2004 2 commits
-
-
Steven Wittens authored
- Fixing broken .po import (due to file.inc changes). - Do not show error notice on import page when no languages have been added (no longer necessary due to ability to add-and-import in one step). - Added a notice about importing possibly taking a while. - Raised the PHP execution time limit for importing (if not in safe mode, similar to cron.php).
-
Dries authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-
- 20 Aug, 2004 1 commit
-
-
Dries authored
- Usability improvement: capitalize all header titles.
-
- 19 Aug, 2004 1 commit
-
-
Dries authored
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
-
- 18 Aug, 2004 1 commit
-
-
Dries authored
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
-