summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
...
* - Patch #320363 by mikey_p: renaming module for consistency.Dries Buytaert2008-12-28
|
* - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s ↵Dries Buytaert2008-12-26
| | | | parameters.
* - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there ↵Dries Buytaert2008-12-26
| | | | are no key fields. With tests.
* - Patch #314464 by Crell: fixing up the db_placeholder() patch that I ↵Dries Buytaert2008-12-26
| | | | committed incompletely.
* - Patch #344575 by cdale: made the ANSI compatibility mode less strict to ↵Dries Buytaert2008-12-24
| | | | work around a MySQL 5 bug.
* - Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the ↵Dries Buytaert2008-12-24
| | | | new DB layer.
* - Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility ↵Dries Buytaert2008-12-23
| | | | mode. Comes with tests.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* #283246 by Damien Tournoud, Dave Reid, drewish, boombatower: Store original ↵Angie Byron2008-12-18
| | | | user when prior to running tests.
* - Patch #346529 by Dave Reid: fixed bug in assertFieldByXPath.Dries Buytaert2008-12-13
|
* - Patch #299178 by Crell et al: add support for subqueries in FROM and JOIN ↵Dries Buytaert2008-12-12
| | | | clauses in dynamic query. Cool feature/syntax.
* - 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 #345632 by boombatower: corrected assertTitle logic and added ↵Dries Buytaert2008-12-11
| | | | assertNoTitle for completeness.
* - Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error ↵Dries Buytaert2008-12-09
| | | | reporting.
* - Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().Dries Buytaert2008-12-09
|
* - Patch #343631 by Dave Reid: cleaned up the database tests.Dries Buytaert2008-12-08
|
* - Patch #318016 by Dave Reid: step one to standardizing type-hinting.Dries Buytaert2008-12-08
|
* #343765 by Dave Reid: Initialize SimpleTest with a value for required ↵Angie Byron2008-12-07
| | | | site_mail variable.
* #343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with ↵Angie Byron2008-12-07
| | | | test).
* - Patch #324313 by catch et al: load multiple nodes and terms at once.Dries Buytaert2008-12-05
|
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* - Patch #327269 by c960657: when drupal_page_cache_header() compares the ↵Dries Buytaert2008-12-03
| | | | client's If-Modified-Since header to $cache->created, it assumed a certain date format. However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response. Also added a good amount of tests for the drupal_page_cache_header() code.
* - Patch #330582 by Darren Oh, c960657 et al: better API for retrieving HTTP ↵Dries Buytaert2008-12-02
| | | | headers and working with HTTP headers in tests.
* #340052 by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude ↵Angie Byron2008-11-30
| | | | by pre-loading the registry.
* - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path ↵Dries Buytaert2008-11-29
| | | | 'logout' to 'user/logout'. For real now.
* #338239 follow-up by c960657: Fix file test failure.Angie Byron2008-11-27
|
* Reverting #337820 once more, as it causes mysterious test failures.Angie Byron2008-11-27
|
* - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.Dries Buytaert2008-11-26
|
* - Patch #337820 by Dave Reid: rename menu path logout to user/logout.Dries Buytaert2008-11-25
|
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #280934 by pwolanin, swentel, et al: harden session regeneration. ↵Dries Buytaert2008-11-24
| | | | It took a while, but it comes with tests and extra features now.
* Reverting #337820 which causes menu tests to fail, unbeknownst to testing ↵Angie Byron2008-11-24
| | | | bot. Hrm...
* #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for ↵Angie Byron2008-11-23
| | | | consistency.
* - Patch #336043 by c960657: skip calls to curlExec() in curlConnect(). Nice ↵Dries Buytaert2008-11-23
| | | | find, c960657\!
* #315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to ↵Angie Byron2008-11-23
| | | | modify JavaScript being printed to the page.
* #323474 follow-up by gpk: Some comment improvements to hook_boot/exit ↵Angie Byron2008-11-22
| | | | simpletests.
* - Patch #335614 by Damien Tournoud: getActiveConnection() and ↵Dries Buytaert2008-11-22
| | | | getConnection() were broken when was not found. Now with tests\!
* - Patch #323474 by Dave Reid and catch: hook_boot() was not invoked on ↵Dries Buytaert2008-11-22
| | | | uncached page views if cache mode is aggressive.
* - Patch #310607 by mfb: added tests for db_column_exists() and ↵Dries Buytaert2008-11-21
| | | | db_table_exists(). Yay\!
* #293514 by mikey_p: Add tests for menu_rebuild_needed.Angie Byron2008-11-20
|
* #335214 by quicksketch: Speed up simpletest.js and make it more ↵Angie Byron2008-11-20
| | | | cross-browser compliant.
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* - Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do ↵Dries Buytaert2008-11-16
| | | | not use the same kilo standard.
* #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch.Angie Byron2008-11-16
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #302399 by Damien Tournoud: fixing the schema api tests.Dries Buytaert2008-11-13
|
* - Patch #321100 by hswong3i: empty insert statements are better handled now. ↵Dries Buytaert2008-11-13
| | | | Comes with tests.
* - Patch #322458 by hswong3i: tests for queryRange().Dries Buytaert2008-11-13
|
* - Patch #302399 by chx, Damien Tournoud: tests for schema API.Dries Buytaert2008-11-13
|
* - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.Dries Buytaert2008-11-11
|