Commit Graph

6026 Commits (9fe9144ae7804e3b80c0ffd8444b0448261f4436)

Author SHA1 Message Date
Dries Buytaert 9fe9144ae7 - Patch #169937 by Heine, drumm: user_save should not regenerate the session even when the current user is not the edited user. 2008-12-16 21:09:55 +00:00
Dries Buytaert 0cf64bcaa7 - Patch #218730 by swentel: removed unused function from forum.module. 2008-12-13 14:05:11 +00:00
Dries Buytaert 0f99a1fb2d - Patch #346529 by Dave Reid: fixed bug in assertFieldByXPath. 2008-12-13 14:03:21 +00:00
Dries Buytaert fee3ce3020 - Patch #229051 by Josh Waihi: made top visitor page work on PostgreSQL. 2008-12-13 13:52:40 +00:00
Dries Buytaert 4c5221a939 - Patch #299178 by Crell et al: add support for subqueries in FROM and JOIN clauses in dynamic query. Cool feature/syntax. 2008-12-12 16:21:58 +00:00
Dries Buytaert 096b7b15b2 - Patch #345632 by Dave Reid: fixed a broken test that went unnoticed by the test bots. 2008-12-12 16:18:31 +00:00
Dries Buytaert 01ed110a6b - Patch #345838 by Dave Reid: remove user creation from drupalLogin(). drupalLogin() should only do one thing, and do it well. :) 2008-12-11 20:35:37 +00:00
Dries Buytaert 60524be44b - Patch #345632 by boombatower: corrected assertTitle logic and added assertNoTitle for completeness. 2008-12-11 20:11:40 +00:00
Dries Buytaert 8802e0d3af - Patch #276111 by pwolanin, Gabor et al: validate translation strings on import. 2008-12-09 19:53:36 +00:00
Dries Buytaert 8ad5cba994 - Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter. 2008-12-09 11:36:04 +00:00
Dries Buytaert c0cb68abcc - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
Dries Buytaert 6f859fdd8f - Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error reporting. 2008-12-09 11:09:26 +00:00
Dries Buytaert c50651f7fb - Patch #340557 by Dave Reid: use static caching in drupal_is_front_page(). 2008-12-09 07:16:10 +00:00
Dries Buytaert 1ffa4fe38b - Patch #343631 by Dave Reid: cleaned up the database tests. 2008-12-08 22:02:45 +00:00
Dries Buytaert 09b49acb67 - Patch #343259 by John Morahan: improved taxonomy_get_tree API. 2008-12-08 21:54:33 +00:00
Dries Buytaert 55382d04a7 - Patch #318016 by Dave Reid: step one to standardizing type-hinting. 2008-12-08 21:41:54 +00:00
Angie Byron baa9c7e2b0 #343765 by Dave Reid: Initialize SimpleTest with a value for required site_mail variable. 2008-12-07 07:55:24 +00:00
Angie Byron 6d84974ff5 #343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with test). 2008-12-07 07:51:55 +00:00
Dries Buytaert 58b0235a72 - Patch #324313 by catch et al: load multiple nodes and terms at once. 2008-12-05 22:18:46 +00:00
Dries Buytaert 0b06c68b98 - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page. 2008-12-05 12:50:28 +00:00
Dries Buytaert 36bcedc486 - Patch #342493 by mayor: make aggregator.test work on PostgreSQL. 2008-12-04 11:11:59 +00:00
Dries Buytaert dc82bc5ab0 - Patch #341872 by mayer, catch: fixed bug in database conversion and added a missing test for taxonomy_term_save(). 2008-12-04 10:57:17 +00:00
Dries Buytaert 424aaef46c - Patch #341885 by sun: remove absolute argument in theme_filter_tips(). 2008-12-03 19:43:21 +00:00
Dries Buytaert 939df0b3cd - Patch #107824 by Dave Reid, AlexisWilke et al: convert certain URL fields from VARCHAR to TEXT to avoid errors. 2008-12-03 19:22:09 +00:00
Dries Buytaert cadd9bd54c - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
Dries Buytaert 5c72eb294a - Patch #327269 by c960657: when drupal_page_cache_header() compares the 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. 2008-12-03 14:51:53 +00:00
Dries Buytaert 3aaffd3364 - Patch #320510 by hswong3i et al: convert menu.inc to new database abstraction layer. 2008-12-03 14:38:59 +00:00
Dries Buytaert 20295998e7 - Patch #296624 by Damien Tournoud: made search work on PostgreSQL. 2008-12-02 21:24:34 +00:00
Dries Buytaert 99afbc53a7 - Patch #330582 by Darren Oh, c960657 et al: better API for retrieving HTTP headers and working with HTTP headers in tests. 2008-12-02 20:03:57 +00:00
Angie Byron f3ad4d9568 #340052 by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude by pre-loading the registry. 2008-11-30 07:04:45 +00:00
Dries Buytaert bc719d0c55 - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now. 2008-11-29 09:33:51 +00:00
Dries Buytaert 1bbafcc967 - Patch #339960 by Damien Tournoud: updated test explanation. 2008-11-28 09:34:42 +00:00
Dries Buytaert 77c5b369da - Patch #248205 by Damien Tournoud: up requirement for PostgreSQL to PostgreSQL 8.3. 2008-11-28 09:25:59 +00:00
Angie Byron 5657765d63 #338239 follow-up by c960657: Fix file test failure. 2008-11-27 08:41:45 +00:00
Angie Byron d7f706f291 Reverting #337820 once more, as it causes mysterious test failures. 2008-11-27 07:07:01 +00:00
Dries Buytaert 74f2efd561 - Patch #314870 by drewish: removed some code that accidentically got committed with api.php and that broke the tests. 2008-11-26 18:56:16 +00:00
Dries Buytaert fd67735fa2 - Patch #325908 by kbahey: removed redundant cache flusing. 2008-11-26 13:54:05 +00:00
Dries Buytaert b4534e89a5 - Patch #263445 by Dave Reid, merlinofchaos: replace improper use of drupal_to_js() with drupal_json(). 2008-11-26 13:52:13 +00:00
Dries Buytaert 63e195eb30 - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase. 2008-11-26 13:48:50 +00:00
Dries Buytaert c01f85bc37 - Patch #337820 by Dave Reid: rename menu path logout to user/logout. 2008-11-25 13:16:39 +00:00
Dries Buytaert eda100b83d - Patch #338403 by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
Angie Byron 66df602593 #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core. 2008-11-25 02:37:33 +00:00
Dries Buytaert b5e0a12fa9 - Patch #332980 by scor: RDF namespace registry clean-ups. 2008-11-24 22:10:46 +00:00
Dries Buytaert 7324f967a5 - Patch #321283 by drewish: upload module needs to inform uid 1 about allowed extensions. 2008-11-24 12:08:45 +00:00
Dries Buytaert 5083e13522 - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table. 2008-11-24 10:41:40 +00:00
Dries Buytaert 96dc47665e - Patch #280934 by pwolanin, swentel, et al: harden session regeneration. It took a while, but it comes with tests and extra features now. 2008-11-24 06:12:46 +00:00
Angie Byron bd9554952c Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm... 2008-11-24 04:22:02 +00:00
Angie Byron 3d1dcb4966 Removing #137932 which was committed prematurely. 2008-11-24 00:40:45 +00:00
Angie Byron 251a761eaa #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency. 2008-11-23 21:17:48 +00:00
Angie Byron c30376a50b #337820 follow-up: Reverting conflict cruft that somehow got introduced the last commit. 2008-11-23 20:29:36 +00:00