Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister function to drupal_js_encode().
#606640 by eojthebrave and sun: Use proper menu router paths for the block module.
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
#500866 by boombatower: Remove t() from getInfo in tests.
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
- Patch #474308 by stella: new tests for poll module. New tests:
* that the Recent Poll block outputs the block layout rather than page layout.
* that users can vote on polls via the block
* that the 'older polls' link in the recent poll block works.
* that node is output correctly, including 'Cancel your vote' button appearing
* that only users with appropriate permission can cancel their votes
* that the 'poll' page contains the correct data.
* that polls can be edited
* the opening / closing of polls - ensuring block doesn't appear when poll is closed, and neither do the 'Vote' / 'Cancel your vote' buttons, and that the poll status is updated correctly on 'poll' page.
- Patch #440894 by brianV: code style and documentation clean-up.
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
#360128 by quicksketch: Create centralized ahah callback to reduce duplicate code.
- Patch #331708 by chx: convert poll_choice_js to FAPI2.
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
- Patch #324313 by catch et al: load multiple nodes and terms at once.
- Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now.
Reverting #337820 once more, as it causes mysterious test failures.
- Patch #337820 by Dave Reid: rename menu path logout to user/logout.
- Patch #338403 by drewish: code comments clean-up.
Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm...
#337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.
- Patch #276200 by catch, Damien, cwgordon7 et al: fixed problem with poll module tests.
- Patch #101543 by webchick: document all constants.
- Patch #260492 by Damien: fixed/improved poll module tests.
- Patch #251263 by catch: fixing up many code style issues in the tests.
- 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 ...
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |