summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater.Dries Buytaert2008-12-20
|
* - Patch #330090 by j.somers: avoid duouble escaping.Dries Buytaert2008-12-20
|
* - Patch #309784 by Darren Oh: unordered lists override numbered lists.Dries Buytaert2008-12-19
|
* - Patch #343746 by asimmonds: fixed typo in loading multiple terms at once. ↵Dries Buytaert2008-12-19
| | | | Added a test for it too\!
* - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.Dries Buytaert2008-12-19
|
* - Patch #344361 by Rob Loach, recidive: remove some cruft left from the ↵Dries Buytaert2008-12-18
| | | | de-op nodeapi patch.
* - Patch #331708 by chx: convert poll_choice_js to FAPI2.Dries Buytaert2008-12-18
|
* - Patch #345866 by alexanderplas: remove from hook_block() -- addendum patch.Dries Buytaert2008-12-18
|
* #283246 by Damien Tournoud, Dave Reid, drewish, boombatower: Store original ↵Angie Byron2008-12-18
| | | | user when prior to running tests.
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #169937 by Heine, drumm: user_save should not regenerate the session ↵Dries Buytaert2008-12-16
| | | | even when the current user is not the edited user.
* - Patch #218730 by swentel: removed unused function from forum.module.Dries Buytaert2008-12-13
|
* - Patch #346529 by Dave Reid: fixed bug in assertFieldByXPath.Dries Buytaert2008-12-13
|
* - Patch #229051 by Josh Waihi: made top visitor page work on PostgreSQL.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 #345632 by Dave Reid: fixed a broken test that went unnoticed by the ↵Dries Buytaert2008-12-12
| | | | test bots.
* - 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 #276111 by pwolanin, Gabor et al: validate translation strings on ↵Dries Buytaert2008-12-09
| | | | import.
* - Patch #344661 by Dave Reid: API doc improvements for ↵Dries Buytaert2008-12-09
| | | | hook_translation_link_alter.
* - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and ↵Dries Buytaert2008-12-09
| | | | documentation because of previous node API clean-ups.
* - 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 #343259 by John Morahan: improved taxonomy_get_tree API.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 #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved ↵Dries Buytaert2008-12-05
| | | | usability of the aliased URL admin page.
* - Patch #342493 by mayor: make aggregator.test work on PostgreSQL.Dries Buytaert2008-12-04
|
* - Patch #341872 by mayer, catch: fixed bug in database conversion and added ↵Dries Buytaert2008-12-04
| | | | a missing test for taxonomy_term_save().
* - Patch #341885 by sun: remove absolute argument in theme_filter_tips().Dries Buytaert2008-12-03
|
* - Patch #107824 by Dave Reid, AlexisWilke et al: convert certain URL fields ↵Dries Buytaert2008-12-03
| | | | from VARCHAR to TEXT to avoid errors.
* - 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 #320510 by hswong3i et al: convert menu.inc to new database ↵Dries Buytaert2008-12-03
| | | | abstraction layer.
* - Patch #296624 by Damien Tournoud: made search work on PostgreSQL.Dries Buytaert2008-12-02
|
* - 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.
* - Patch #339960 by Damien Tournoud: updated test explanation.Dries Buytaert2008-11-28
|
* - Patch #248205 by Damien Tournoud: up requirement for PostgreSQL to ↵Dries Buytaert2008-11-28
| | | | PostgreSQL 8.3.
* #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 #314870 by drewish: removed some code that accidentically got ↵Dries Buytaert2008-11-26
| | | | committed with api.php and that broke the tests.
* - Patch #325908 by kbahey: removed redundant cache flusing.Dries Buytaert2008-11-26
|
* - Patch #263445 by Dave Reid, merlinofchaos: replace improper use of ↵Dries Buytaert2008-11-26
| | | | drupal_to_js() with drupal_json().