Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵ | Dries Buytaert | 2009-12-04 |
| | | | | compliance with standards. | ||
* | - Patch #634234 by jhodgdon, arianek, lisarex: better help for system ↵ | Dries Buytaert | 2009-12-01 |
| | | | | module, syslog module, and simpletest module. | ||
* | - Patch #620446 by Xano: rewrite permission titles and descriptions. | Dries Buytaert | 2009-12-01 |
| | |||
* | #608870 by c960657: Fixed notice in simpletest_clean_database(). | Angie Byron | 2009-10-24 |
| | |||
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵ | Angie Byron | 2009-10-23 |
| | | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). | ||
* | - Patch #611990 by c960657: the “Clean environment” button did not flush ↵ | Dries Buytaert | 2009-10-23 |
| | | | | all caches. | ||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | - Patch #343502 by Dave Reid, sun | dbabbage, Dries, boombatower: allow ↵ | Dries Buytaert | 2009-10-08 |
| | | | | tests to require and test existence of modules. Required to make testing contributed modules possible. | ||
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 |
| | |||
* | - Patch #249553 by sun: started to rename SimpleTest to Testing, at least in ↵ | Dries Buytaert | 2009-09-21 |
| | | | | user output. | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #556534 by xmacinfo: Fixed SimpleTest help text. | Angie Byron | 2009-09-17 |
| | |||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 |
| | | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. | ||
* | Of all the patches to accidentally commit without a message. :( Rolling back ↵ | Angie Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵ | Angie Byron | 2009-08-17 |
| | | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. | ||
* | - Patch #550768 by boombatower: correct clear result message. | Dries Buytaert | 2009-08-16 |
| | |||
* | #529126 by boombatower: Split up SimpleTest verbose output into separate files. | Angie Byron | 2009-08-15 |
| | |||
* | #296574 by boombatower and chx: Provide debug function for debugging during ↵ | Angie Byron | 2009-08-15 |
| | | | | tests and elsewhere. | ||
* | - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA. | Dries Buytaert | 2009-08-13 |
| | |||
* | - Patch #443154 by boombatower, pwolanin: properly report fatal errors as ↵ | Dries Buytaert | 2009-07-30 |
| | | | | failures. | ||
* | - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵ | Dries Buytaert | 2009-07-28 |
| | | | | to Berdir for this humongous effort. | ||
* | - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵ | Dries Buytaert | 2009-07-20 |
| | | | | admin/structure. | ||
* | - Patch #500292 by Boombatower: provide a settings pagea for hidden ↵ | Dries Buytaert | 2009-07-07 |
| | | | | SimpleTest variables. | ||
* | - Patch #512108 by boombatower: added a warning to educate people about the ↵ | Dries Buytaert | 2009-07-07 |
| | | | | 'Clean environment' button when test run fails. | ||
* | - Patch #512104 by boombatower: simpletest breaks high volume sites. | Dries Buytaert | 2009-07-07 |
| | |||
* | - Patch #443154 by boombatower: make sure fatal errors are reported as test ↵ | Dries Buytaert | 2009-07-07 |
| | | | | failures. | ||
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
| | |||
* | - Patch #490574 by dww: avoid notices when you don't have files declared in ↵ | Dries Buytaert | 2009-06-13 |
| | | | | your .info file. | ||
* | - Patch #449198 by boombatower: cealn up test loading and related API. | Dries Buytaert | 2009-06-08 |
| | |||
* | - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵ | Dries Buytaert | 2009-06-06 |
| | | | | system_theme_data(). | ||
* | - Patch #394524 by Berdir, Damien Tournoud: converted to the new database ↵ | Dries Buytaert | 2009-05-30 |
| | | | | abstraction layer. | ||
* | - Patch #335067 by JamesAn: improved singular/plural strings in the ↵ | Dries Buytaert | 2009-05-29 |
| | | | | simpletest UI. | ||
* | #475348 by boombatower: Move admin/development to system.module so it's ↵ | Angie Byron | 2009-05-29 |
| | | | | available to other modules. | ||
* | - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵ | Dries Buytaert | 2009-05-27 |
| | | | | nominalizations from Docblocks. | ||
* | #296693 by Damien Tournoud, boombatower, sun, and Xano: Hide parent ↵ | Angie Byron | 2009-05-27 |
| | | | | administrative menu items when user has no access to any of their children. | ||
* | - Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests ↵ | Dries Buytaert | 2009-05-25 |
| | | | | backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible. | ||
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | Roll-back of #310467: Breaks installer requirements check and update.php. | Angie Byron | 2009-05-21 |
| | |||
* | - Patch #407294 by Litrik: provide hooks to allow other modules to listen to ↵ | Dries Buytaert | 2009-05-17 |
| | | | | SimpleTest results. Java-lamp, here I come! | ||
* | - Patch #464732 by deviantintegral: fixed variable name. | Dries Buytaert | 2009-05-17 |
| | |||
* | - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer. | Dries Buytaert | 2009-05-14 |
| | |||
* | - Patch #445950 by boombatower: interface improvements for SimpleTest. | Dries Buytaert | 2009-05-01 |
| | |||
* | - Patch #368067 by catch: move testing to a 'Development' menu. | Dries Buytaert | 2009-04-27 |
| | |||
* | #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵ | Angie Byron | 2009-03-31 |
| | | | | static method to reduce memory footprint of SimpleTest. | ||
* | - Patch #380064 by c960657: make file_scan_directory() use save property ↵ | Dries Buytaert | 2009-02-22 |
| | | | | names as file_load(). | ||
* | #377564 by boombatower: Make run-tests.sh respect the ↵ | Angie Byron | 2009-02-20 |
| | | | | 'simpletest_clear_results' variable. | ||
* | #373502 by drewish and sun: Add function to delete unmanaged files ↵ | Angie Byron | 2009-02-13 |
| | | | | recurisevely (with tests). | ||
* | #363687 by chx: Simplify DBTNG codeflow. | Angie Byron | 2009-01-25 |
| | |||
* | - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵ | Dries Buytaert | 2009-01-19 |
| | | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module. |