- 08 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
- whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
-
- 04 Sep, 2007 1 commit
-
-
Dries authored
-
- 18 Apr, 2007 1 commit
-
- 13 Apr, 2007 1 commit
-
-
Dries authored
-
- 03 Sep, 2006 1 commit
-
-
Dries authored
-
- 13 Jul, 2006 1 commit
-
-
Dries authored
-
- 16 May, 2006 2 commits
- 24 Apr, 2006 1 commit
-
-
Gerhard Killesreiter authored
-
- 20 Apr, 2006 1 commit
-
-
Dries authored
-
- 11 Apr, 2006 1 commit
-
-
Gerhard Killesreiter authored
-
- 27 Dec, 2005 1 commit
-
-
Steven Wittens authored
/me looks down OH MY GOD... I'M MELLLLTTIIINNGG NOOOOOOO.... AAARGHHHHHH. Oh well, don't the people inside the asylum say the outside world is insane, too?
-
- 21 Nov, 2005 1 commit
-
-
Dries authored
-
- 09 Nov, 2005 1 commit
-
-
Dries authored
-
- 28 Oct, 2005 1 commit
-
-
Dries authored
* xmlrpc_value_calculate_type() fails for empty arrays * PHPDoc for xmlrpc_value_calculate_type() * use is_*() instead of gettype() as advised in the PHP manual (and document this) * coding style
-
- 22 Oct, 2005 1 commit
-
-
Dries authored
-
- 10 Oct, 2005 1 commit
-
-
Dries authored
-
- 25 Aug, 2005 1 commit
-
-
Dries authored
-
- 17 Aug, 2005 1 commit
-
- 15 Aug, 2005 1 commit
-
-
Dries authored
-
- 14 Aug, 2005 1 commit
-
-
Dries authored
-
- 11 Aug, 2005 1 commit
-
-
Dries authored
- Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
-
- 08 Aug, 2005 1 commit
-
-
Steven Wittens authored
-
- 13 Jul, 2005 1 commit
-
-
Dries authored
-
- 29 Jun, 2005 1 commit
-
-
Dries authored
-
- 31 Mar, 2005 1 commit
-
-
Dries authored
-
- 09 Jan, 2005 1 commit
-
-
Steven Wittens authored
-
- 15 Nov, 2004 1 commit
-
-
Dries authored
-
- 19 Oct, 2004 1 commit
-
- 06 Jan, 2004 1 commit
-
-
Steven Wittens authored
/** * Wrapper around xml_parser_create() which extracts the encoding from the XML * data first and sets the output encoding to UTF-8. This function should be * used instead of xml_parser_create(), because PHP's XML parser doesn't check * the input encoding itself. * * This is also where unsupported encodings should be converted. * Callers should take this into account: $data might have been changed after * the call. * * @param $data The XML data which will be parsed later. */
-
- 29 Dec, 2003 2 commits
- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 29 Apr, 2003 1 commit
-
-
Dries authored
- Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration when PHP's XML-RPC library is enabled. - Renamed 'xmlrpc_encode' to '_xmlrpc_encode' to avoid redeclaration when PHP's XML-RPC library is enabled. - Removed 'if (funcion_exist("xmlrpc_encode"))' check from common.inc.
-
- 21 Jan, 2003 1 commit
-
-
Dries authored
- Patch by Ulf: XHTML-ified the code.
-
- 17 Feb, 2002 1 commit
-
-
Kjartan authored
http://list.drupal.org/drupal-devel/2002-February/thread.html#6678 http://list.drupal.org/drupal-devel/2002-February/thread.html#6629 - removed references to $this->user() from themes. - removed $BaseTheme->user(). It was deprecated a while back. NOTE: this update will break custom themes, so make sure you update your themes before updating!
-
- 05 Dec, 2001 1 commit
-
-
Dries authored
- Upgraded the XML-RPC libraries to the latest version as suggested by Julian.
-
- 26 Nov, 2001 1 commit
-
-
Kjartan authored
passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php
-
- 27 Sep, 2001 1 commit
-
-
Dries authored
- a batch of updates, including some experimental changes to the moderation of comments and nodes.
-
- 25 Sep, 2001 1 commit
-
-
Dries authored
- Upgraded the XML-RPC libraries to version 1.01: http://groups.yahoo.com/group/xml-rpc/message/3626
-