Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #642734 by nod_, tim.plunkett, yhahn: Fixed Simpletest behaviors ↵ | David Rothstein | 2012-06-23 |
| | | | | should process the elements only once. | ||
* | Issue #1400310 by nod_, sun, m.stenta: Fixed Use of .parents() is really ↵ | webchick | 2012-03-28 |
| | | | | .closest(). | ||
* | Issue #1346914 by droplet: Use .length instead of jQuery.size(). | webchick | 2012-02-14 |
| | |||
* | Stripping CVS keywords | The Great Git Migration | 2011-02-25 |
| | |||
* | #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵ | Angie Byron | 2009-04-27 |
| | | | | anonymous JS functions. | ||
* | #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵ | Angie Byron | 2009-04-26 |
| | | | | JavaScript. | ||
* | #360081 by quicksketch: Stop using global variables for JavaScript settings. | Angie Byron | 2009-03-13 |
| | |||
* | #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵ | Angie Byron | 2009-02-18 |
| | | | | compatibility with other JavaScript libraries. | ||
* | - Patch #308719 by jpetso, boombatower, et al: sanitze simpletest.js ↵ | Dries Buytaert | 2009-01-19 |
| | | | | checkbox code. | ||
* | #335214 by quicksketch: Speed up simpletest.js and make it more ↵ | Angie Byron | 2008-11-20 |
| | | | | cross-browser compliant. | ||
* | - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX. | Dries Buytaert | 2008-10-29 |
| | |||
* | - Patch #308668 by jpetso, boombatower: make test selection page work when ↵ | Dries Buytaert | 2008-10-06 |
| | | | | Javascript is disabled. | ||
* | #308262 by boombatower, flobruit, and Damien Tournoud: Clean-up of ↵ | Angie Byron | 2008-09-14 |
| | | | | simpletest.js. | ||
* | - 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). | ||
* | - 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 ... |