Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
- Patch #601250 by Dave Reid, VeryMisunderstood: allow anonymous users to use personal contact forms.
- Patch #525504 by Dave Reid, gpk: anonymous user should not have contact form.
- Patch #597540 by Dave Reid: create a default contact category on install.
- Patch #599186 by Dave Reid: code clean-ups
- Patch #597784 by Dave Reid: rename 'administer site-wide contact form' to 'administer contact forms'.
#300993 follow-up by Dave Reid: Remove cruft from tests now that we have a real permissions API.
- Patch #570142 by Dave Reid | Dries: get rid of the admin/structure/contact/settings page.
#564576 by Gábor Hojtsy: Moved contact module settings back to tab.
- Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' section in 'configuration and modules'.
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
#500866 by boombatower: Remove t() from getInfo in tests.
- Patch #391412 by JamesAn et al: move contact form, post, and user settings below Site configuration.
- Patch #299137 by mr.baileys: added tests for the contact form's auto-reply.
- Patch #471070 by stella: millions of code style fixes.
- Patch #453572 by Xano: improve language.
- Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for the review sun.
- Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very exciting.
- Patch #282858 by Dave Reid, Ian Ward: nicer message for the contact form when it has not yet been configured.
- Patch #413060 by pp: added a test for contact module.
- Patch #413852 by Berdir: correctly validate emails on PHP 5.3.
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
#302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module.
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #338403 by drewish: code comments clean-up.
- Patch #276588 by boombatower, jpetso: tests for contact module categories.
- Patch #296496 by McJim, jpetso: added tests for contact form flood control. Yay.
- Patch #308138 by mfer, Dave Reid: replace valid_email_address with filter_var and FILTER_VALIDATE_EMAIL.
#308534 by Dave Reid: Remove stray whitespace core-wide.
- Patch #276581 by andreiashu and cwgordon7: added tests for contact form categories.
- Patch #285184 by Arancaytar: fixing e-mail address in tests.
- Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that. Also removed some whitespace.
- Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach. Great work.
- Patch #247423 by boombatower: code style fixes for the tests.
- Patch #260882 by boombatower: refresh variables after install and page requests. This actually fixes one failure.
- 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 |