Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #353207 by CitizenKane and drewish: cleaned up the ↵ | Dries Buytaert | 2009-01-02 |
| | | | | FILE_STATUS_TEMPORARY field. | ||
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah. | Dries Buytaert | 2008-12-28 |
| | |||
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵ | Dries Buytaert | 2008-12-16 |
| | | | | hook_block(). | ||
* | - Patch #340557 by Dave Reid: use static caching in drupal_is_front_page(). | Dries Buytaert | 2008-12-09 |
| | |||
* | - Patch #318016 by Dave Reid: step one to standardizing type-hinting. | Dries Buytaert | 2008-12-08 |
| | |||
* | - Patch #324313 by catch et al: load multiple nodes and terms at once. | Dries Buytaert | 2008-12-05 |
| | |||
* | - Patch #314870 by drewish: removed some code that accidentically got ↵ | Dries Buytaert | 2008-11-26 |
| | | | | committed with api.php and that broke the tests. | ||
* | #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵ | Angie Byron | 2008-11-25 |
| | | | | Drupal core. | ||
* | - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵ | Dries Buytaert | 2008-11-24 |
| | | | | removing bootstrap flag in system table. | ||
* | #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵ | Angie Byron | 2008-11-20 |
| | | | | Time? I bet you didn't think Drupal ever would! :) | ||
* | - Patch #328719 by c960657: make the module list tests succeed again. | Dries Buytaert | 2008-11-01 |
| | |||
* | - Patch #327480 by chx: remove DB specific code from simpletest. | Dries Buytaert | 2008-10-31 |
| | |||
* | - Patch #296321 by pwolanin, swentel: link to cron.php broken when clean ↵ | Dries Buytaert | 2008-10-13 |
| | | | | URLs are disabled. | ||
* | Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵ | Angie Byron | 2008-10-13 |
| | | | | check_plain() by default. | ||
* | Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵ | Angie Byron | 2008-10-12 |
| | | | | some configurations. | ||
* | #253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow ↵ | Angie Byron | 2008-10-11 |
| | | | | modules to react when other modules are enabled, disabled, installed, or uninstalled. | ||
* | #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵ | Angie Byron | 2008-10-11 |
| | | | | default. | ||
* | #296306 by swentel: Test for custom 403 page. | Angie Byron | 2008-10-11 |
| | |||
* | #319699 follow-up by Dave Reid: Simplify required module hiding in ↵ | Angie Byron | 2008-10-11 |
| | | | | admin/build/modules. | ||
* | #319699 by Dave Reid: Simplify logic for hiding required modules. | Angie Byron | 2008-10-11 |
| | |||
* | #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. | Angie Byron | 2008-10-11 |
| | |||
* | #308534 by Dave Reid: Remove stray whitespace core-wide. | Angie Byron | 2008-09-15 |
| | |||
* | - Patch #296305 by Damien Tournoud, recidive, cwgordon7, chx: 404 page needs ↵ | Dries Buytaert | 2008-08-28 |
| | | | | a test -- testing party | ||
* | - Patch #297869 by boombatower: add xpath method to simpletest and refactor ↵ | Dries Buytaert | 2008-08-22 |
| | | | | existing tests. | ||
* | - Patch #229129 by dmitrig01: clean up system modules page. | Dries Buytaert | 2008-07-23 |
| | |||
* | - Patch #256886 by catch et al: comment out a test that fails due to a bug ↵ | Dries Buytaert | 2008-06-29 |
| | | | | in cURL. | ||
* | - Patch #275092 by kbahey: added test for meta-tag generator patch. | Dries Buytaert | 2008-06-28 |
| | |||
* | - Patch #268449 by catch: fixed some tests that failed due to invalid ↵ | Dries Buytaert | 2008-06-09 |
| | | | | permissions. | ||
* | - Patch #250918 by boombatower: cleaned up some tests and added some tests ↵ | Dries Buytaert | 2008-06-02 |
| | | | | for the administration panels. | ||
* | - Patch #261836 by dropcube: tests for cron. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #259871 by pwolanin: clean up system.test. | Dries Buytaert | 2008-05-19 |
| | |||
* | - Patch #256152 by catch: added additional tests for the IP address blocking ↵ | Dries Buytaert | 2008-05-10 |
| | | | | and added a small usability improvement. | ||
* | - 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 ... |