Dries Buytaert
b8389ebd54
- Patch #367508 by lyricnz: returned help screen when running test groups.
2009-02-01 16:42:26 +00:00
Dries Buytaert
be36b9205e
- Patch #358006 by gcopenhaver: fixed spelling errors.
2009-01-13 22:39:11 +00:00
Dries Buytaert
92a8adea65
- Patch #352470 by scor: fixed typos and grammar in comments.
2008-12-30 16:43:20 +00:00
Dries Buytaert
0c63d9e24f
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
2008-12-20 18:24:41 +00:00
Dries Buytaert
8d7eeb0df6
- Modified patch #348408 by boombatower: clariy run-test.sh script and provide some better help.
2008-12-18 03:55:02 +00:00
Dries Buytaert
63e195eb30
- Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.
2008-11-26 13:48:50 +00:00
Dries Buytaert
2c11339a0e
- Patch #338516 by Damien Tournoud: convert run-tests.sh to the new database API.
2008-11-24 20:17:07 +00:00
Dries Buytaert
bd108c7f10
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.
2008-11-11 16:49:38 +00:00
Dries Buytaert
90ca93c9bc
- Patch #322843 by Damien Tournoud: fixed --php option.
2008-10-29 03:00:38 +00:00
Dries Buytaert
16fa74fde7
- Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in run-tests.sh
2008-10-19 20:12:55 +00:00
Angie Byron
f76acb2d9d
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
2008-10-12 04:30:09 +00:00
Angie Byron
120ce90f90
#312883 by moshe weitzman: Fix REQUEST_METHOD notice in run-tests.sh.
2008-09-24 19:00:31 +00:00
Angie Byron
b43010c5bd
#312847 by moshe weitzman: Fix end time reporting in run-tests.sh.
2008-09-24 15:48:56 +00:00
Dries Buytaert
abbfc3341b
- Patch #311160 by moshe weitzman and Damien Tournoud: enhance run-tests.sh by automatically picking up the PHP interpreter.
2008-09-23 10:55:27 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Dries Buytaert
e5b0e5f76c
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
2008-09-06 08:36:22 +00:00
Dries Buytaert
ba6aa9f515
- Patch #291670 by dhubler, Dries: run tests by file.
2008-08-18 18:52:31 +00:00
Dries Buytaert
43a70352e6
- Patch #254166 by Damien Tournoud: improved error handling of concurrency mode.
2008-07-24 06:46:28 +00:00
Dries Buytaert
a4883506e3
- Patch #254166 by boombatower: improve and clean-up the test script. Added color coding and allow people to control the verbosity.
2008-07-07 06:22:18 +00:00
Dries Buytaert
0d76c733e7
- Patch #274794 by Damien Tournoud et al: make scripts/run-tests.php work again.
2008-06-29 12:22:28 +00:00
Dries Buytaert
5efec92ac3
- Patch #243773 by chx, catch, boombatower, cwgordon7, yched, dmitrig01, et al: small revert of batch API patch. Also forgot to mention cwgordon7 in the previous commit.
2008-06-24 21:59:20 +00:00
Dries Buytaert
9b82787b22
- Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work.
2008-06-24 21:51:03 +00:00
Dries Buytaert
5a9b7c5b71
- Renaming the test script from run-functional-tests.php to run-tests.php.
2008-06-09 07:37:05 +00:00
Dries Buytaert
d952784de6
- Patch #254166 by boombatower and pwlonin: added --list feature to list all available test groups and fixed some indentation issues.
2008-05-28 12:35:32 +00:00
Dries Buytaert
493a9ac6a5
- Patch #254166 by pwolanin: script improvements.
2008-05-26 19:43:46 +00:00
Dries Buytaert
d4a5a2be65
- Renaming to .sh file.
2008-04-23 18:07:46 +00:00
Dries Buytaert
af474609e3
- Added a test framework to Drupal along with a first batch of tests for
...
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 ...
2008-04-20 18:24:07 +00:00
Dries Buytaert
ed59911f9e
- Patch #29706 by pwolanin, solardiz, et al: more secure password hashing.
...
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!
2008-03-31 20:50:05 +00:00
Dries Buytaert
455e18c686
- Patch #222236 by Rob Loach: drupal.sh with no arguments now prints the help text instead of giving an error.
2008-02-17 20:09:52 +00:00
Dries Buytaert
ee701b3336
- Patch #155986 by Uwe: fixed typos.
2007-07-02 14:41:37 +00:00
Dries Buytaert
498ad0970d
- Patch #59863 by sun: clarified how to use drupal.sh.
2007-03-05 16:13:28 +00:00
Dries Buytaert
614e03b7ce
- Stripping whitespace.
2007-03-01 19:53:26 +00:00
Dries Buytaert
be6c0be443
- Patch #59863 by sun et al: added a scripts/drupal.sh to execute Drupal code from the command line. This is great for using Drupal as a scripting framework, or to write backup or migration scripts.
2007-03-01 09:15:42 +00:00
Dries Buytaert
dc5843bd30
- Patch #111347 by Steven: refactor url() and l().
2007-02-15 11:40:19 +00:00
Dries Buytaert
d4fb507ee4
- Patch #118891 by tanifa: added PerlDoc comments / user generated documentation. Tres cool.
2007-02-15 07:15:53 +00:00
Dries Buytaert
8fd797dfc7
- Small correction to code style checker.
2006-10-14 10:03:27 +00:00
Dries Buytaert
16866480a5
- Patch #79922 by chx: use example.com rather than yoursite.come.
2006-08-22 07:38:24 +00:00
Dries Buytaert
4b65446fb6
- Removed prefix.sh script. No longer needed thanks to the installer.
2006-08-14 07:13:46 +00:00
Gerhard Killesreiter
8a0a50d317
#58113 , error on install with postgresql7.3.10, patch by Cvbge
2006-04-13 10:42:01 +00:00
Gerhard Killesreiter
ec945c2895
#24749 , Prefix UPDATE & DROP TABLE IF EXISTS statements, patch by Axel
2006-03-27 10:28:34 +00:00
Dries Buytaert
3603fe1bd8
- Patch #49912 : www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
2006-02-21 18:46:54 +00:00
Dries Buytaert
18a5374781
- Patch #167 (!) by killes: made the code style script work with ++ and -- operators.
...
(The oldest issue of the year award goes to killes.)
2005-12-28 12:04:14 +00:00
Dries Buytaert
ccb3fa0219
- Patch #39462 by Cvgbe:
...
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.
2005-12-12 22:08:35 +00:00
Dries Buytaert
46fee741b5
- Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices properly.
2005-11-14 21:57:49 +00:00
Dries Buytaert
7c6a21aedd
- Patch by Uwe: tidied up the CVS IDs.
2005-08-11 13:02:08 +00:00
Dries Buytaert
5d70aa892c
- Patch #21246 by patryk: made the prefix.sh script work with PostgreSQL.
2005-04-25 17:51:40 +00:00
Dries Buytaert
7bdcba1720
- Patch #19739 by Uwe: corrected many typo's in the documentation and code comments
2005-03-31 21:18:08 +00:00
Dries Buytaert
ba27785210
- Patch #16298 by budda: added a curl-based script for grabbing cron.php.
2005-01-27 21:25:13 +00:00
Dries Buytaert
30110a8770
- Patch #6166 by Moshe: node preview should not display links. Push the 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().
2004-11-23 23:11:59 +00:00
Dries Buytaert
256a0466cb
- Patch #13334 by Axel: added a simple script to prefix a database scheme.
2004-11-23 06:43:21 +00:00