summaryrefslogtreecommitdiff
path: root/scripts/code-style.pl
Commit message (Collapse)AuthorAge
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #167 (!) by killes: made the code style script work with ++ and -- ↵Dries Buytaert2005-12-28
| | | | | | operators. (The oldest issue of the year award goes to killes.)
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments
* - Some fixes to the code-style.sh script.Dries Buytaert2003-12-28
|
* - Improvment: detect wrong mixed case variables, be more strict about XHTML.Dries Buytaert2003-10-30
|
* - Dropped check_input(); use check_query() instead.Dries Buytaert2003-06-06
| | | | - Made the statistics module use referer_uri() for security's sake.
* - adding $Id$ (and testing loginfo script).Kjartan Mannes2002-11-06
|
* code-style.plKjartan Mannes2001-11-17
| | | | | | | - allow $var++ and $var-- syntax. update.php / block.module - cleaned up coding style, and trailing spaces.
* - Updated the coding style checker. (patch by Alex)Dries Buytaert2001-10-23
|
* - fixed a SQL typo in node.php: user --> usersDries Buytaert2001-10-17
| | | | - added SQL table keys for the node types
* - Added a *cool* new Perl script by Alexander. You can use this scriptDries Buytaert2001-10-16
to check your code against the Drupal coding style: "This program tries to show as many improvements as possible with no false positives."