summaryrefslogtreecommitdiff
path: root/modules/help/help.test
Commit message (Collapse)AuthorAge
* Issue #1797330 by xjm, Lars Toomre, dcam, lazysoundsystem: Remove t() from ↵Jennifer Hodgdon2013-06-10
| | | | test assertions in help module
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1319904 by rc_100, xjm, jhodgdon: Clean up API docs for help module.webchick2011-12-22
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #742114 by fgm: test methods should be protected, not private.Dries Buytaert2010-04-01
|
* #678628 follow-up by jhodgdon: Remove buggy and incorrect 'More Help' ↵Angie Byron2010-01-12
| | | | functionality from Help module.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* #678628 by bdragon and matt2000: Fixed 'More help' links missing from interface.Angie Byron2010-01-08
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-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 Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #295982 by kscheirer, jhedstrom, Senpai, et al: Added tests for the main ↵Angie Byron2009-08-15
| | | | help page.
* - Patch #536784 by deekayen: fixed spelling of the word 'permission'.Dries Buytaert2009-07-31
|
* - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye ↵Dries Buytaert2009-07-31
| | | | bye comments as nodes?
* #295983 by naxoc and lilou: Add test for modules that do not implement ↵Angie Byron2009-07-21
| | | | hook_help().
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #394460 by Crell: DBTNGify Help module.Angie Byron2009-03-08
|
* - Patch #345838 by Dave Reid: remove user creation from drupalLogin(). ↵Dries Buytaert2008-12-11
| | | | drupalLogin() should only do one thing, and do it well. :)
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-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 ...