summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
...
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* - Patch #367508 by lyricnz: returned help screen when running test groups.Dries Buytaert2009-02-01
|
* - Patch #358006 by gcopenhaver: fixed spelling errors.Dries Buytaert2009-01-13
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Modified patch #348408 by boombatower: clariy run-test.sh script and ↵Dries Buytaert2008-12-18
| | | | provide some better help.
* - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.Dries Buytaert2008-11-26
|
* - Patch #338516 by Damien Tournoud: convert run-tests.sh to the new database ↵Dries Buytaert2008-11-24
| | | | API.
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* - Patch #322843 by Damien Tournoud: fixed --php option.Dries Buytaert2008-10-29
|
* - Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in ↵Dries Buytaert2008-10-19
| | | | run-tests.sh
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #312883 by moshe weitzman: Fix REQUEST_METHOD notice in run-tests.sh.Angie Byron2008-09-24
|
* #312847 by moshe weitzman: Fix end time reporting in run-tests.sh.Angie Byron2008-09-24
|
* - Patch #311160 by moshe weitzman and Damien Tournoud: enhance run-tests.sh ↵Dries Buytaert2008-09-23
| | | | by automatically picking up the PHP interpreter.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #291670 by dhubler, Dries: run tests by file.Dries Buytaert2008-08-18
|
* - Patch #254166 by Damien Tournoud: improved error handling of concurrency mode.Dries Buytaert2008-07-24
|
* - Patch #254166 by boombatower: improve and clean-up the test script. Added ↵Dries Buytaert2008-07-07
| | | | color coding and allow people to control the verbosity.
* - Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again.Dries Buytaert2008-06-29
|
* - Patch #243773 by chx, catch, boombatower, cwgordon7, yched, dmitrig01, et ↵Dries Buytaert2008-06-24
| | | | al: small revert of batch API patch. Also forgot to mention cwgordon7 in the previous commit.
* - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵Dries Buytaert2008-06-24
| | | | batch API for running the tests instead of an all-in-one approach. Great work.
* - Renaming the test script from run-functional-tests.php to run-tests.php.Dries Buytaert2008-06-09
|
* - Patch #254166 by boombatower and pwlonin: added --list feature to list all ↵Dries Buytaert2008-05-28
| | | | available test groups and fixed some indentation issues.
* - Patch #254166 by pwolanin: script improvements.Dries Buytaert2008-05-26
|
* - Renaming to .sh file.Dries Buytaert2008-04-23
|
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing.Dries Buytaert2008-03-31
| | | | | | | | | | | | | | | | | | | This is a big and important patch for Drupal's security. We are switching to much stronger password hashes that are also compatible with the Portable PHP password hashing framework. The new password hashes defeat a number of attacks, including: - The ability to try candidate passwords against multiple hashes at once. - The ability to use pre-hashed lists of candidate passwords. - The ability to determine whether two users have the same (or different) password without actually having to guess one of the passwords. Also implemented a pluggable password hashing API (similar to how an alternate cache mechanism can be used) to allow developers to readily substitute an alternative hashing and authentication scheme. Thanks all!
* - Patch #222236 by Rob Loach: drupal.sh with no arguments now prints the ↵Dries Buytaert2008-02-17
| | | | help text instead of giving an error.
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* - Patch #59863 by sun: clarified how to use drupal.sh.Dries Buytaert2007-03-05
|
* - Stripping whitespace.Dries Buytaert2007-03-01
|
* - Patch #59863 by sun et al: added a scripts/drupal.sh to execute Drupal ↵Dries Buytaert2007-03-01
| | | | code from the command line. This is great for using Drupal as a scripting framework, or to write backup or migration scripts.
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #118891 by tanifa: added PerlDoc comments / user generated ↵Dries Buytaert2007-02-15
| | | | documentation. Tres cool.
* - Small correction to code style checker.Dries Buytaert2006-10-14
|
* - Patch #79922 by chx: use example.com rather than yoursite.come.Dries Buytaert2006-08-22
|
* - Removed prefix.sh script. No longer needed thanks to the installer.Dries Buytaert2006-08-14
|
* #58113, error on install with postgresql7.3.10, patch by CvbgeGerhard Killesreiter2006-04-13
|
* #24749, Prefix UPDATE & DROP TABLE IF EXISTS statements, patch by AxelGerhard Killesreiter2006-03-27
|
* - 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 #39462 by Cvgbe:Dries Buytaert2005-12-12
| | | | | | | | | 1. fixed problem with long URLs being truncated (and causing errors) 2. added CREATE UNIQUE INDEX to prefix.sh 3. changed totalcount from int to bigint to prevent overflow 4. unifies index names, syncs with database.mysql Updated changelog.
* - Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices ↵Dries Buytaert2005-11-14
| | | | properly.
* - Patch by Uwe: tidied up the CVS IDs.Dries Buytaert2005-08-11
|
* - Patch #21246 by patryk: made the prefix.sh script work with PostgreSQL.Dries Buytaert2005-04-25
|
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments
* - Patch #16298 by budda: added a curl-based script for grabbing cron.php.Dries Buytaert2005-01-27
|
* - Patch #6166 by Moshe: node preview should not display links. Push the ↵Dries Buytaert2004-11-23
| | | | | | | | links to the theme instead of the theme having to pull them in using node_link(). TODO: 1. Update theme upgrade instructions in the handbook: node_link() is gone. 2. Remove page_link() just like we removed node_link().