Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Patch #225880 by pwolanin, webchick, keith.smith, et al: fixed ↵ | Dries Buytaert | 2008-07-18 | |
| | | | | non-writability of settings.php. | |||
* | - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. | Dries Buytaert | 2008-07-17 | |
| | ||||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 | |
| | | | | printes #markup, not #value. | |||
* | - Patch #276774 by Moshe, Susurrus: remove crufty settings. | Dries Buytaert | 2008-07-05 | |
| | ||||
* | - Patch #253506 by Damien Tournoud, catch, et al: fixed contact.text. | Dries Buytaert | 2008-07-05 | |
| | ||||
* | - Patch #276581 by catch: wrote missing tests for contact module and ↵ | Dries Buytaert | 2008-07-02 | |
| | | | | simplified contact module thanks to that. Also removed some whitespace. | |||
* | - Patch #277586 by chx: call setUp for each test method. | Dries Buytaert | 2008-07-02 | |
| | ||||
* | - Patch #277621 by Damien Tournoud: drupalGet was not working correctly. | Dries Buytaert | 2008-07-02 | |
| | ||||
* | - Patch #274994 by R.Muilwijk, boombatower: bring back the includes-tests. | Dries Buytaert | 2008-06-26 | |
| | ||||
* | - Patch #275396 by Moshe: removed some dead code, and added url() options to ↵ | Dries Buytaert | 2008-06-26 | |
| | | | | drupalPost(). | |||
* | - Patch #275094 by boombatower: lean, lean, mean simpletest. | Dries Buytaert | 2008-06-26 | |
| | ||||
* | - Patch #274589 by dmitrig01: forgot to remove simpletest library from core. | Dries Buytaert | 2008-06-25 | |
| | ||||
* | - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵ | Dries Buytaert | 2008-06-24 | |
| | | | | batch API for running the tests instead of an all-in-one approach. Great work. | |||
* | - Patch #270053 by pwolanin: fixed undefined index. | Dries Buytaert | 2008-06-17 | |
| | ||||
* | - Patch #266178 by boombatower: SimpleTest internal browser no longer ↵ | Dries Buytaert | 2008-06-10 | |
| | | | | handles element ids. | |||
* | - Patch #151902 by MadHarold et al: a better format_size() (and removed some ↵ | Dries Buytaert | 2008-06-09 | |
| | | | | excessive white space). | |||
* | - Patch #267813 by alpritt: fixed some user module tests. | Dries Buytaert | 2008-06-08 | |
| | ||||
* | - Patch #267308 by boombatower: check permissions to make sure they are avlid. | Dries Buytaert | 2008-06-08 | |
| | ||||
* | - Patch #253506 by Daniel, flobruit and catch: made the upload tests work. | Dries Buytaert | 2008-06-06 | |
| | ||||
* | - Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest. | Dries Buytaert | 2008-06-05 | |
| | ||||
* | - Patch #265498 by boombatower et al: tearDown() doesn't reset the module list. | Dries Buytaert | 2008-06-03 | |
| | ||||
* | - Patch #265809 by dropcube: fixed some typos. | Dries Buytaert | 2008-06-03 | |
| | ||||
* | - Patch #260501 by cwgordon7: made the trigger module tests pass. | Dries Buytaert | 2008-06-02 | |
| | ||||
* | - Patch #260882 by boombatower: added simpletests for simpletest. :-) | Dries Buytaert | 2008-05-28 | |
| | ||||
* | - Patch #260882 by boombatower: refresh variables after install and page ↵ | Dries Buytaert | 2008-05-28 | |
| | | | | requests. This actually fixes one failure. | |||
* | - Patch #261843 by dropcube: tests fail when a response of zero bytes is ↵ | Dries Buytaert | 2008-05-26 | |
| | | | | received. | |||
* | - Patch #260812 by boombatower: add failure message to ↵ | Dries Buytaert | 2008-05-22 | |
| | | | | DrupalWebTestCase->parse(). | |||
* | - Patch #260383 by webchick: better debugging for form errors in simpletest. | Dries Buytaert | 2008-05-20 | |
| | ||||
* | - Patch #246259 by boombatower and saxofaan: enabling/disabling modules ↵ | Dries Buytaert | 2008-05-16 | |
| | | | | doesn't check for failures. | |||
* | - Patch #254758 by flobruit and me: remove inline CSS style from simpletest. | Dries Buytaert | 2008-05-10 | |
| | ||||
* | - Patch by boombatower: fixed code style of simpletests. | Dries Buytaert | 2008-05-10 | |
| | ||||
* | - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵ | Dries Buytaert | 2008-05-07 | |
| | | | | simpletests for the (new) permission handling. At last. | |||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 | |
| | | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code. | |||
* | - Patch #251473 by webchick, chx, et al: one step closer to running tests in ↵ | Dries Buytaert | 2008-05-06 | |
| | | | | the includes directory. Not working yet. | |||
* | - Patch #252365 by boombatower: clean up the temporary directory that gets ↵ | Dries Buytaert | 2008-04-30 | |
| | | | | creating during the test runs. | |||
* | - Patch #251550 by ksenzee: simpletest requires curl so make sure to add a ↵ | Dries Buytaert | 2008-04-28 | |
| | | | | requirements check. | |||
* | - Patch #251631 by chx: fixed behavior of the Drupal web test case with ↵ | Dries Buytaert | 2008-04-28 | |
| | | | | regard to POST and GET operations. | |||
* | - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 | |
| | | | | committed to D6. | |||
* | - Patch #250056 by dmitrig01: if all the checkboxes in a checkbox group are ↵ | Dries Buytaert | 2008-04-23 | |
| | | | | checked on page load, the check all box isn't checked, which is should be (because all sub-boxes are checked). | |||
* | - Patch #249629 by chx, flobruit: made drupal_test_case() reusable and ↵ | Dries Buytaert | 2008-04-23 | |
| | | | | improve the SimpleTest documentation. | |||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-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 ... | |||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-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 ... |