- 18 Aug, 2006 2 commits
-
-
Steven Wittens authored
See: http://drupal.org/node/64279#t-placeholders
- 14 Aug, 2006 1 commit
-
-
drumm authored
-
- 07 Aug, 2006 1 commit
-
-
Dries authored
-
- 05 Aug, 2006 1 commit
-
-
drumm authored
-
- 31 Jul, 2006 1 commit
-
-
Dries authored
-
- 19 Jul, 2006 1 commit
-
-
drumm authored
-
- 07 May, 2006 1 commit
-
-
drumm authored
-
- 17 Mar, 2006 1 commit
-
-
Gerhard Killesreiter authored
-
- 06 Mar, 2006 1 commit
-
-
Dries authored
-
- 21 Feb, 2006 1 commit
-
-
Dries authored
-
- 01 Feb, 2006 1 commit
-
-
Dries authored
-
- 17 Jan, 2006 1 commit
-
-
Dries authored
-
- 05 Jan, 2006 1 commit
-
-
Steven Wittens authored
- #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage) - #43491: Missing drupal_goto() after saving settings
-
- 01 Nov, 2005 1 commit
-
-
Dries authored
-
- 13 Oct, 2005 1 commit
-
-
Steven Wittens authored
-
- 11 Oct, 2005 1 commit
-
-
Dries authored
-
- 07 Oct, 2005 1 commit
-
-
Dries authored
TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
-
- 08 Sep, 2005 1 commit
-
-
Dries authored
for performance's sake.
-
- 25 Aug, 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()! .
-
- 03 May, 2005 1 commit
-
-
Dries authored
-
- 24 Apr, 2005 1 commit
-
-
Dries authored
- Patch 20910 by chx: centralize print theme page.
-
- 31 Mar, 2005 1 commit
-
-
Steven Wittens authored
-
- 03 Mar, 2005 1 commit
-
-
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.
-
- 27 Nov, 2004 1 commit
-
-
Dries authored
- Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
-
- 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
-
- 14 Oct, 2004 1 commit
-
-
Steven Wittens authored
-
- 08 Oct, 2004 1 commit
-
- 16 Sep, 2004 1 commit
-
- 08 Sep, 2004 1 commit
-
-
Dries authored
- Moved some documentation around and fixed a missing translation.
-
- 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.
-
- 18 Aug, 2004 1 commit
-
-
Dries authored
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
-
- 16 Aug, 2004 1 commit
-
-
Dries authored
-
- 12 Aug, 2004 1 commit
-
- 11 Aug, 2004 1 commit
-
-
Dries authored
- New locale module thanks to Gerhard, Goba, Marco, Kristjan and others. The new locale module provides every functionality on the web interface, so you don't need to edit the configuration files or add columns, when you add a new language. This module is an integration of the old locale and localegettext modules, plus a bunch of logic to parse Gettext Portable Object files (opposed to Machine Object files, as supported by localegettext). Note: I made some minor changes to the context-sensitive help texts and to some of the status messages.
-