- Oct 05, 2006
-
-
Dries Buytaert authored
- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
-
- Oct 04, 2006
-
-
Neil Drumm authored
-
- Sep 01, 2006
-
-
Neil Drumm authored
-
- Aug 31, 2006
-
-
Dries Buytaert authored
-
- Aug 30, 2006
-
-
Dries Buytaert authored
-
- Aug 27, 2006
-
-
Dries Buytaert authored
-
- Aug 20, 2006
-
-
Dries Buytaert authored
- Patch #79428 by Chris Johnson: remove int display width declarations from MySQL create table statements.
-
- Aug 18, 2006
-
-
Dries Buytaert authored
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
-
Steven Wittens authored
See: http://drupal.org/node/64279#t-placeholders
-
- Aug 14, 2006
-
-
Neil Drumm authored
-
- Aug 07, 2006
-
-
Dries Buytaert authored
-
- Aug 05, 2006
-
-
Neil Drumm authored
-
- Aug 04, 2006
-
-
Dries Buytaert authored
-
- Jul 31, 2006
-
-
Dries Buytaert authored
-
- Jul 19, 2006
-
-
Neil Drumm authored
-
- Jul 14, 2006
-
-
Neil Drumm authored
-
- Jul 13, 2006
-
-
Dries Buytaert authored
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.
-
- May 07, 2006
-
-
Neil Drumm authored
-
- Mar 17, 2006
-
-
Gerhard Killesreiter authored
-
- Mar 06, 2006
-
-
Dries Buytaert authored
-
- Feb 21, 2006
-
-
Dries Buytaert authored
-
- Feb 01, 2006
-
-
Dries Buytaert authored
-
- Jan 17, 2006
-
-
Dries Buytaert authored
-
- Jan 05, 2006
-
-
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
-
- Nov 01, 2005
-
-
Dries Buytaert authored
-
- Oct 13, 2005
-
-
Steven Wittens authored
-
- Oct 11, 2005
-
-
Dries Buytaert authored
-
- Oct 07, 2005
-
-
Dries Buytaert 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.
-
- Sep 08, 2005
-
-
Dries Buytaert authored
for performance's sake.
-
- Aug 25, 2005
-
-
Dries Buytaert authored
-
- May 05, 2005
-
-
Dries Buytaert authored
TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
-
- May 03, 2005
-
-
Dries Buytaert authored
-
- Apr 24, 2005
-
-
Dries Buytaert authored
- Patch 20910 by chx: centralize print theme page.
-
- Mar 31, 2005
-
-
Steven Wittens authored
-
- Mar 03, 2005
-
-
Steven Wittens authored
-
- Jan 09, 2005
-
-
Dries Buytaert 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.
-
- Nov 27, 2004
-
-
Dries Buytaert authored
- Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
-
- Nov 21, 2004
-
-
Dries Buytaert 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."
-
- Oct 26, 2004
-
-
Steven Wittens authored
-
- Oct 19, 2004
-
-
Dries Buytaert authored
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
-