summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/browser_test.module
Commit message (Collapse)AuthorAge
* #600032 by c960657: Removed browser.inc. Please see ↵Angie Byron2009-11-07
| | | | http://drupal.org/project/browser if you'd like to help with a more fleshed-out abstract browser for possible inclusion in D8.
* #552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and ↵Angie Byron2009-11-03
| | | | support on node/comment pages rel=canonical and rel=shortlink standards.
* - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().Dries Buytaert2009-09-30
|
* - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵Dries Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* - Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest ↵Dries Buytaert2009-08-17
broswer in its own class/object.