Commit Graph

6275 Commits (8a0d326a8e134ad4261b9575ce073f9e44b72f60)

Author SHA1 Message Date
Dries Buytaert 634379299f - Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries. 2009-01-04 19:56:51 +00:00
Dries Buytaert 27e01ade23 - Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'. 2009-01-04 16:19:39 +00:00
Dries Buytaert 6690a4ec4c - Patch #353480 by dereine, justinrandell: remove from hook_comment(). 2009-01-04 16:10:48 +00:00
Dries Buytaert 76138ea8a6 - Patch #275796 by Gribnif, Damien Tournoud and Dave Reid: module_list() tried to reset a static using unset(). Added tests too. 2009-01-03 08:45:28 +00:00
Dries Buytaert 45f34467fb - Patch #212130 by Damien Tournoud, grendzy: decode_entities() should support all (X)HTML entities. 2009-01-02 22:09:53 +00:00
Dries Buytaert 86aa636c8b - Patch #353207 by CitizenKane and drewish: cleaned up the FILE_STATUS_TEMPORARY field. 2009-01-02 21:45:11 +00:00
Dries Buytaert b3649703d5 - Patch #352911 by swentel: the comment status field was reversed. 2009-01-02 21:17:35 +00:00
Dries Buytaert 46249457d2 - Patch #295283 by Damien Tournoud: created a better index for the default front page. 2009-01-02 21:12:31 +00:00
Dries Buytaert 37c6f50bcd - Patch #353019 by agentrickard: remove underscores from time zone display names. 2009-01-02 20:28:09 +00:00
Dries Buytaert 9440e26269 - Patch #352728 by j.somers: fixed broken link. 2009-01-01 21:59:05 +00:00
Dries Buytaert 4e9116ca34 - Rollback of #352337. 2008-12-31 12:04:36 +00:00
Dries Buytaert 5ba50b3fe8 - Patch #350984 by Moshe: kick comment rendering out of node module. 2008-12-31 12:02:24 +00:00
Dries Buytaert d813e3679c - Patch #348201 by catch: make it possible to load multiple files with fewer queries. 2008-12-31 11:08:47 +00:00
Dries Buytaert 82727ed8aa - Patch #352359 by Damien Tournoud: provided unit tests for the unicode library and fixed some bugs. 2008-12-31 11:01:49 +00:00
Dries Buytaert a77601f669 - Patch #352337 by catch: avoid unnecessary query in comment render. 2008-12-30 20:15:43 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Dries Buytaert cac5dd8a66 - Patch #352236 by CitizenKane: finished converting upload module to the new database layer. 2008-12-30 15:52:59 +00:00
Angie Byron 0f3d0f2693 #229051 follow-up by anigma32: Committing rest of fix for statistics under pgsql. 2008-12-30 03:53:35 +00:00
Dries Buytaert 5339dccdaa - Patch #299176 by Moshe et al: replace db_rewrite_sql() with hook_query_alter(). 2008-12-29 22:29:44 +00:00
Dries Buytaert 44c0672806 - Patch #352093 by catch: avoid unnecessary SQL query on front page when no node access modules are enabled. 2008-12-29 21:51:26 +00:00
Dries Buytaert a04728577f - Patch #352054 by catch: convert calls to db_placeholders() in static queries. 2008-12-29 16:03:57 +00:00
Dries Buytaert 5bbad8a4dc - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64. 2008-12-28 20:41:19 +00:00
Dries Buytaert 1d14b0f894 - Patch #212236 by wrwrwr: automatic line breaking sometimes results in an unpaired end of paragraph tag. 2008-12-28 19:30:36 +00:00
Dries Buytaert 53b83cdcb9 - Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah. 2008-12-28 19:11:31 +00:00
Dries Buytaert 48673b7506 - Patch #320363 by mikey_p: renaming module for consistency. 2008-12-28 18:27:14 +00:00
Dries Buytaert 445823f6bb - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters. 2008-12-26 21:01:57 +00:00
Dries Buytaert 0d100b57dc - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there are no key fields. With tests. 2008-12-26 14:23:38 +00:00
Dries Buytaert fc063806de - Patch #314464 by Crell: fixing up the db_placeholder() patch that I committed incompletely. 2008-12-26 11:48:18 +00:00
Dries Buytaert 9120540d19 - Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and rework their sizes. Fixes exception on PostgreSQL. 2008-12-26 11:04:39 +00:00
Dries Buytaert 15837026bd - Patch #49333 by j.somers: add a 'Clear all logs' button. 2008-12-24 10:38:41 +00:00
Dries Buytaert 779a70a0d4 - Patch #344575 by cdale: made the ANSI compatibility mode less strict to work around a MySQL 5 bug. 2008-12-24 10:21:32 +00:00
Dries Buytaert 821ad24bc1 - Patch #245990 by kellyllek, chx, dww: improved the HTTP request test to be more robust. 2008-12-24 09:59:22 +00:00
Dries Buytaert e5ddb46d12 - Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the new DB layer. 2008-12-24 09:53:40 +00:00
Dries Buytaert 0bac8dad8d - Patch #302207 by John Morahan et al: updated book module to new DB layer. 2008-12-23 14:32:08 +00:00
Dries Buytaert 31e791b9a4 - Patch #109588 by fago, cdale: make hook_user use instead of arg(1). 2008-12-23 14:18:31 +00:00
Dries Buytaert 1c0f4ac3aa - Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility mode. Comes with tests. 2008-12-23 07:48:24 +00:00
Dries Buytaert 6303ecb8c8 - Patch #303930 by Aron Novak, alex_b, et al: introduced pluggable architecture for aggregator 2008-12-22 19:38:31 +00:00
Dries Buytaert 0c63d9e24f - Patch #349504 by keith.smith: clean up sentence spacing in code comments. 2008-12-20 18:24:41 +00:00
Dries Buytaert ee700371ac - Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater. 2008-12-20 05:20:21 +00:00
Dries Buytaert 1415f6b743 - Patch #330090 by j.somers: avoid duouble escaping. 2008-12-20 03:53:18 +00:00
Dries Buytaert c43e4639d7 - Patch #309784 by Darren Oh: unordered lists override numbered lists. 2008-12-19 15:42:26 +00:00
Dries Buytaert da4cd3cc8c - Patch #343746 by asimmonds: fixed typo in loading multiple terms at once. Added a test for it too\! 2008-12-19 15:34:27 +00:00
Dries Buytaert ec4eba68d7 - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL. 2008-12-19 03:55:23 +00:00
Dries Buytaert eb9aefe8b5 - Patch #344361 by Rob Loach, recidive: remove some cruft left from the de-op nodeapi patch. 2008-12-18 23:07:50 +00:00
Dries Buytaert 8a48acb0b2 - Patch #331708 by chx: convert poll_choice_js to FAPI2. 2008-12-18 14:38:37 +00:00
Dries Buytaert 22570fd6f5 - Patch #345866 by alexanderplas: remove from hook_block() -- addendum patch. 2008-12-18 03:58:24 +00:00
Angie Byron a7d66871bd #283246 by Damien Tournoud, Dave Reid, drewish, boombatower: Store original user when prior to running tests. 2008-12-18 00:42:55 +00:00
Dries Buytaert 574a2e47ee - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block(). 2008-12-16 23:57:33 +00:00
Dries Buytaert 18d22419f3 - Patch #339929 by Moshe et al: move node links into ->content. 2008-12-16 22:05:51 +00:00
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
Dries Buytaert 6a93b9d4c4 - Patch #336043 by c960657: skip calls to curlExec() in curlConnect(). Nice find, c960657\! 2008-11-23 18:12:08 +00:00
Dries Buytaert a7b2b9dfd1 - Patch #332980 by scor and keith.smith: documentation improvements + typo fixed. 2008-11-23 16:54:49 +00:00
Angie Byron f91cfba34f #302438 by maartenvg and cwgordon7: Only show the 'queued for approval' message for non-administrators. 2008-11-23 16:04:41 +00:00
Angie Byron 1b4dd805ca #315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to modify JavaScript being printed to the page. 2008-11-23 16:00:08 +00:00
Angie Byron 25f63a8965 #336596 by Dave Reid: Tests for who's online block so it continues to stay fixed. :) 2008-11-23 15:55:43 +00:00
Angie Byron 842a0fae20 #332123 follow-up by lilou: Removing t() from schema descriptions in the block tables. 2008-11-22 21:21:34 +00:00
Angie Byron 3a5f422cc5 #323474 follow-up by gpk: Some comment improvements to hook_boot/exit simpletests. 2008-11-22 15:29:50 +00:00
Dries Buytaert 8e0a22e47a - Patch #305345 by catch: making all terminology consistent. 2008-11-22 14:09:41 +00:00
Dries Buytaert 6e0b06ce3c - Patch #324319 by catch: cleaned up the translation tests a bit. 2008-11-22 14:00:50 +00:00
Dries Buytaert 151ed27786 - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-) 2008-11-22 13:55:27 +00:00
Dries Buytaert 33cf35a6e8 - Patch #335614 by Damien Tournoud: getActiveConnection() and getConnection() were broken when was not found. Now with tests\! 2008-11-22 13:51:38 +00:00
Dries Buytaert eb68540da3 - Patch #336746 by justinrandell: fixed broken t() function call. 2008-11-22 13:43:13 +00:00
Dries Buytaert 653e63bd05 - Patch #323474 by Dave Reid and catch: hook_boot() was not invoked on uncached page views if cache mode is aggressive. 2008-11-22 13:33:00 +00:00
Dries Buytaert f8d3bf9798 - Patch #330674 by catch: we can eliminate one database query because we have the parent node cached anyway. 2008-11-22 13:11:05 +00:00
Dries Buytaert 3dbf9c1e15 - Patch #293506 by catch, pwolanin, foripepe: added missing tests for the taxonomy module. New tests include tests for empty vocabulary overview, deleting a vocabulary, weights, etc. Also refactored some of the existing test to make them more crisp and readable. 2008-11-22 12:05:02 +00:00
Dries Buytaert b366ea6acb - Patch #337660 by dmitrig01: usability improvement - show a preview for the Powered By Drupal block. 2008-11-22 11:54:40 +00:00
Dries Buytaert b547567e85 - Patch #335621 by Dave Reid: fixed warning. 2008-11-22 11:14:48 +00:00
Dries Buytaert 3e0e9c6f87 - Patch #245504 by David Rothstein: throttle module is gone now. For real. 2008-11-22 10:59:49 +00:00
Dries Buytaert d7b65beea9 - Patch #293370 by maartenvg, swentel, et al: block sorting fails if more than 20 blocks are present. 2008-11-22 10:53:20 +00:00
Dries Buytaert bbb38296e0 - Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be consistent with the database. 2008-11-22 10:49:01 +00:00
Dries Buytaert f6727ce9f0 - Patch #280625 by catch, pwolanin, swentel, et al: added an OpenID delete confirm form. 2008-11-22 10:32:42 +00:00
Dries Buytaert e53859bcea - Patch #202183 by maartenvg: usability - shorten block configuration page. 2008-11-22 10:27:25 +00:00
Dries Buytaert 5377cb5ac5 - Patch #319831 by keith.smitch, Workfflow et al: remove redundant help text. 2008-11-21 15:14:17 +00:00
Dries Buytaert 738b58ec5e - Patch #310607 by mfb: added tests for db_column_exists() and db_table_exists(). Yay\! 2008-11-21 15:04:21 +00:00
Dries Buytaert 9c72e9209a - Patch #334826 by maartenvg: editing of anonymous comments was broken. Bugfix with test\! 2008-11-21 14:48:59 +00:00
Angie Byron 328982747d #293514 by mikey_p: Add tests for menu_rebuild_needed. 2008-11-20 07:18:59 +00:00
Angie Byron 53f53b6db5 #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :) 2008-11-20 06:56:17 +00:00
Angie Byron 07211d4019 #335214 by quicksketch: Speed up simpletest.js and make it more cross-browser compliant. 2008-11-20 05:51:58 +00:00
Angie Byron b4e9d52b3b #107051 by Dave Reid, gdevlugt, and vladimir.dolgopolov: Remove duplicate names from Who's Online block. 2008-11-19 15:10:56 +00:00
Dries Buytaert 0056cf3abb - Rollback of patch #334671 by Steve Dondley: still tests failing. 2008-11-18 15:06:47 +00:00
Dries Buytaert 3390569295 - Patch #334671 by Steve Dondley: users cannot be assigned to roles or removed from them -- comes with tests. Yay. 2008-11-18 14:59:16 +00:00
Dries Buytaert b22a3c026d - Added missing file from #302054 2008-11-16 19:51:15 +00:00
Dries Buytaert dc65b62ace - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up). 2008-11-16 19:41:14 +00:00
Dries Buytaert fff06eca38 - Patch #302054 by dmitrig01: usability improvement - hide machine readable name of node type by default. 2008-11-16 18:19:46 +00:00
Dries Buytaert 5fbdca023f - Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do not use the same kilo standard. 2008-11-16 15:19:34 +00:00
Dries Buytaert daf5005c23 - Patch #334746 by Xano: display human readable module names on permission administration page. 2008-11-16 15:10:49 +00:00
Dries Buytaert b55ff2da24 - Patch #302207 by John Morahan: converted book module to the new database abstraction layer. 2008-11-16 15:02:45 +00:00
Dries Buytaert 036a026433 - Patch #334271 by catch: clean up of taxonomy module tests. 2008-11-16 14:59:33 +00:00
Angie Byron abcebbfee2 #333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch. 2008-11-16 04:38:15 +00:00
Dries Buytaert 15671f471b - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
Dries Buytaert 97fdc49191 - Patch #334030 by justinrandell: replace module_list with module_implements when calling a hook. 2008-11-15 11:45:04 +00:00
Dries Buytaert 10104ba94a - Patch #331570 by recidive: rename block module tables to singular. Requires you to run update.php. 2008-11-15 08:23:07 +00:00
Dries Buytaert 4595edbfc8 - Patch #334238 by justinrandell: fixed update_get_project_name. 2008-11-15 07:43:06 +00:00
Dries Buytaert 8fb1fc5c90 - Patch #302399 by Damien Tournoud: fixing the schema api tests. 2008-11-13 21:25:05 +00:00
Dries Buytaert 44c8391d32 - Patch #321100 by hswong3i: empty insert statements are better handled now. Comes with tests. 2008-11-13 21:08:16 +00:00
Dries Buytaert a269b9cc1d - Patch #322458 by hswong3i: tests for queryRange(). 2008-11-13 21:02:10 +00:00
Dries Buytaert a56f3a8773 - Patch #302399 by chx, Damien Tournoud: tests for schema API. 2008-11-13 20:49:17 +00:00
Dries Buytaert bfc650573c - Patch #297225 by keith.smith: massaged the text on the modules page a bit. 2008-11-13 20:27:30 +00:00
Angie Byron 939a1f01a1 #332145 by catch and Arancaytar: Fix regression on term submit form. 2008-11-13 08:13:56 +00:00
Angie Byron d8aafce20d #328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on admin/build/menu, and robustify the test so we catch stuff like this in the future. 2008-11-13 05:54:35 +00:00
Dries Buytaert 59ece2e39d - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups. 2008-11-11 22:39:59 +00:00
Dries Buytaert 9d631d22f9 - Patch #314532 by jsaints, Crell, Arancaytar, CorniI, Rob Loach, et al: convert comment module to new DB layer. Doesn't break any additional tests so if we discover a regression, please submit a test with it. 2008-11-11 21:44:01 +00:00
Dries Buytaert a56f520fad - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers. 2008-11-11 20:37:46 +00:00
Dries Buytaert a80672230f - Patch #332623 by Damien Tournoud: fixed importing translations and added a test. 2008-11-11 20:22:17 +00:00
Angie Byron 5d85d16a75 Oops. Roll-back of #328110. Apologies 2008-11-11 18:15:01 +00:00
Angie Byron f2ecddea98 #328110 by Damien Tournoud: Remove recoverable fatal error from menu system. 2008-11-11 16:56:48 +00:00
Dries Buytaert bd108c7f10 - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Angie Byron 0762f60073 #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). 2008-11-10 05:23:01 +00:00
Angie Byron 9020a9a201 #331719 follow-up by chx: Remove ambiguity from search score queries. 2008-11-10 05:19:50 +00:00
Angie Byron 0aeda0f143 Roll-back of #304936; broke because #74645 patch was rolled back. 2008-11-09 05:50:48 +00:00
Angie Byron 8f8cdb6197 Further rollback of patch #74645 - hunk got skipped for some reason. 2008-11-09 05:38:50 +00:00
Angie Byron 2ea70d6507 #304940 by drewish: Stop SimpleTest from trying to upload non-files. 2008-11-09 03:07:54 +00:00
Angie Byron cccc620603 #304936 by drewish and boombatower: Fix SimpleTest copying/deletion. 2008-11-09 03:02:03 +00:00
Angie Byron 6da33f2055 #314147 follow-up by catch: Fixed typos with previous patch, and added tests. 2008-11-09 00:58:03 +00:00
Angie Byron 88a6e82db1 #329998 by pwolanin: Remove unescaped <> chars from t() strings. 2008-11-08 23:03:39 +00:00
Dries Buytaert a7f6efc8a1 - Patch #329080 by chx, Damien Tournoud, pwolanin: statics in objects are not per-instance. 2008-11-08 22:52:24 +00:00
Dries Buytaert ceaf8a0c74 - Patch #74645 by drewish, Robin Monks, tayknight: clean up file_scan_directory API to use regex. 2008-11-08 21:49:47 +00:00
Dries Buytaert 4447e45ac4 - Patch #331013 by drewish: remove file_set_status in favor of file_save(). 2008-11-08 21:35:10 +00:00
Dries Buytaert 0290031d45 - Patch #319788 by stella, nedjo et al: pass language code to filters when available. 2008-11-08 20:43:54 +00:00
Angie Byron d2331ebdf7 #324880: SA-2008-067 (#324824): Fix XSS vulberability in book administration page. 2008-11-08 19:33:53 +00:00
Angie Byron 3cbbd0577e #329227 by chx: Fix notices in OPML tests. 2008-11-08 07:12:18 +00:00
Angie Byron b0e2635675 #331737 by Crell: Fix nested conditions (plus test) 2008-11-08 07:06:03 +00:00
Angie Byron 7aea369db5 #331719 by chx: Fix search query that had a field aliased to one of its column names, causing problems in certain databases. 2008-11-08 04:55:13 +00:00
Angie Byron 1632855a9f #325895 by chx and hswong3i: Fix queryTemporary and add test case. 2008-11-08 04:45:36 +00:00
Angie Byron ee6ca83959 #329226 by drewish and c960657: Remove ugly GLOBALS from file tests to fix file tests. 2008-11-08 04:02:56 +00:00
Dries Buytaert 2aabcb6aaf - Patch #173826 by Jody Lynn, catch, roychri, arcX: trim taxonomy term names upon save. 2008-11-07 18:52:18 +00:00
Angie Byron 9852b3a70c Oops. Reverting aggregator stuff that I didn't mean to commit. 2008-11-07 07:12:52 +00:00
Angie Byron a8576b12f3 #321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: Correct registration of maintenance page in hook_theme(). 2008-11-07 07:11:22 +00:00
Angie Byron d2719c2a89 #329224 by boombatower and sun: November Make-All-Tests-Pass-Again-Extravaganza: Fix notices in block tests. 2008-11-07 05:58:51 +00:00
Dries Buytaert 57d35b7fb1 - Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal errors during testing. Woop, woop. 2008-11-05 17:06:18 +00:00
Dries Buytaert dc1af5e290 - Patch #321161 by Damien Tournoud: properly flush cache between tests. 2008-11-05 15:54:56 +00:00
Dries Buytaert 9a0618b98f - Patch #93509 by catch: automatically run cron after installation, improve the cron notifications. 2008-11-05 14:28:04 +00:00
Dries Buytaert 54a03ca95d - Patch #329646 by Damien Tournoud: properly reset user_access(). 2008-11-05 14:12:34 +00:00
Dries Buytaert 2bc3b99bc7 - Patch #314147 by catch: more taxonomy standardization. 2008-11-05 14:08:11 +00:00
Dries Buytaert d31c77513b - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API. 2008-11-05 12:47:23 +00:00
Angie Byron ad96ff71c1 #329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button. 2008-11-03 22:43:56 +00:00
Angie Byron a28f1ad9d2 #257910 follow-up by Damien Tournoud: Fix location of search.install update code and remove redundant index. 2008-11-03 06:33:21 +00:00
Angie Byron d0f8f90a36 #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 -> D7. 2008-11-03 05:55:57 +00:00
Dries Buytaert 0f956d4202 - Patch #321166 by gpk, drewish, Damien Tournoud: removed redundant function upload_menu_alter(). 2008-11-02 20:24:46 +00:00
Dries Buytaert 2cea471b5d - Patch #257910 by Damien Tournoud: use primary key instead. 2008-11-02 17:56:20 +00:00
Dries Buytaert ba1af44375 - Patch #306224 by catch, sun: add proper taxonomy term hooks. 2008-11-02 17:46:47 +00:00
Dries Buytaert ad41b6dd93 - Patch #326607 by Ozeuss: fixed undefined property. 2008-11-02 16:11:31 +00:00
Dries Buytaert b65907b89c - Patch #257910 by douggreen et al: Performance Issue during Indexing - search_dataset.sid_type unique key should be an Index. 2008-11-02 14:56:15 +00:00
Dries Buytaert bd22265b45 - Patch #306224 by catch et al: improving the taxonomy hook system. 2008-11-02 14:42:45 +00:00
Dries Buytaert aeaeb17c73 - Patch #312316 by Aron Novak: extend aggregator module tests. 2008-11-02 11:17:56 +00:00
Dries Buytaert 72e81af12d - Patch #324875 by pwolanin, Damien Tournoud, goba: improved conf_path() header injection checking. 2008-11-02 10:56:35 +00:00
Dries Buytaert 05420fde76 - Patch #302120 by dmitrig01: usability improvement - make the content type admin screen prettier. 2008-11-02 10:52:53 +00:00
Dries Buytaert fa94c66c92 - Patch #328719 by c960657: make the module list tests succeed again. 2008-11-01 21:21:35 +00:00
Dries Buytaert 424250196a - Patch #279516 by c960657: removed many PHP4-isms. Great patch. 2008-11-01 19:51:06 +00:00
Dries Buytaert 4a6243aff2 - Patch #314401 by boombatower et al: batch API screen improvements. 2008-11-01 18:32:22 +00:00
Dries Buytaert 39f4e0ebcd - Patch #233407 by R.Muilwijk, catch, flobruit, et al: remove hardcoded references to blog module. 2008-11-01 18:23:12 +00:00
Dries Buytaert 47361fc44a - Patch #328440 by hswong3i: improved aggregator test query. 2008-11-01 17:01:23 +00:00
Dries Buytaert 35c7673cae - Patch #327480 by chx: remove DB specific code from simpletest. 2008-10-31 11:13:31 +00:00
Dries Buytaert e2a6a3ed61 - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase. 2008-10-31 02:18:22 +00:00
Dries Buytaert e6a5746969 - Patch #319401 b Crell, hswong3i: converted one query to the new database abstraction layer. 2008-10-30 09:16:01 +00:00
Dries Buytaert 838b433110 - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals. 2008-10-29 10:08:52 +00:00
Dries Buytaert 5371104a2d - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX. 2008-10-29 10:01:28 +00:00
Dries Buytaert 7142e3fe78 - Patch #298047 by keith.smith et al: make description correct. 2008-10-29 03:02:42 +00:00
Dries Buytaert 6654861003 - Patch #305150 by jpetso et al: keep running tests checked. 2008-10-27 15:46:26 +00:00
Dries Buytaert df2cf40d2c - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). 2008-10-26 18:06:39 +00:00
Angie Byron 617fe51e62 #315739 by sun: Fix logic of block form action. 2008-10-25 21:16:52 +00:00
Angie Byron a406555460 #318440 by Crell: Make it easier to add multiple fields in a dynamic SELECT statement. 2008-10-25 04:26:30 +00:00
Angie Byron 5101fd24a5 #325876 by pwolanin: Fix doxygen for node_get_types() to reflect recent module -> base change. 2008-10-25 00:23:03 +00:00
Angie Byron 994cc4a8e4 #325869 by pwolanin: Restore missing hidden property in test module .info file. 2008-10-24 23:32:44 +00:00
Dries Buytaert b71cc6f837 - Patch #324443 by dww: update XML parsing of project information to take advantage of PHP5 XML parser. 2008-10-24 19:23:59 +00:00
Dries Buytaert 75b32a382a - Patch #324118 by winterheart: fixed invalid XHTML being generated for forum topic listings. 2008-10-24 19:03:12 +00:00
Dries Buytaert d1d3ce0be7 - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of drupal_add_js. 2008-10-22 19:39:36 +00:00
Dries Buytaert e83bf94b5b - Patch #324110 by killes: added an index on uid to make deleting watchdog entries faster. 2008-10-22 18:32:31 +00:00
Dries Buytaert 8b6777a3bf - Patch #323751 by keith.smith: fixed typo in form field description. 2008-10-22 18:29:28 +00:00
Dries Buytaert 0adaec35bd - Patch #324080 by winterheart: missing </td>-tag. 2008-10-22 18:22:22 +00:00
Angie Byron f4315766fe #316868 by Crell: Make addField() alias to the field name, rather than the table and field name when there are no conflicts. 2008-10-22 04:01:03 +00:00
Dries Buytaert 458f8f7882 - Patch #323137 by Crell: clean-up of database tests. 2008-10-20 17:56:52 +00:00
Dries Buytaert 5c3db6511b - Patch #322779 by Damein Tournoud, cha0s: simpletest calls file_check_directory incorrectly. 2008-10-20 13:06:15 +00:00
Dries Buytaert a9e37e299c - Patch #323458 by Jody Lynn: fixed typo in class name. 2008-10-20 13:04:27 +00:00
Dries Buytaert a4c679df7a - Patch #302518 by AlexisWilke: fixed problem with PostgreSQL users not being able to delete blocks. 2008-10-20 13:00:24 +00:00
Dries Buytaert 3111676cf4 - Patch #302936 by Aron Novak, Crell et al: convert aggregator module to the new DB abstraction layer. 2008-10-20 12:57:35 +00:00
Dries Buytaert d6d7125272 - Patch #322781 by Damien Tournoud: incorrect call to file_check_directory. 2008-10-19 21:19:02 +00:00
Dries Buytaert b4ab2ac2ce - Patch #199870 by alpritt et al: beter password strength checker. Really cool. 2008-10-19 20:55:07 +00:00
Dries Buytaert f1fda0f036 - Patch #320793 by hass: fixed translation issue. 2008-10-16 20:23:08 +00:00
Dries Buytaert cbec05812d - Patch #298669 by Crell, moshe et al: add query logging per connection. 2008-10-16 14:58:48 +00:00
Dries Buytaert 967d8f67ac - Patch #304924 by Damien Tournoud: extend error handler to manage exceptions. I have one exception and one fail. 2008-10-15 16:05:51 +00:00
Dries Buytaert e85187d948 - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a max_allowed_packet size issue with the simpletests. 2008-10-15 14:17:27 +00:00
Dries Buytaert 305d14412c - Patch #321165 by Dave Reid: fixed exceptions in XML-RPC library and its tests. 2008-10-15 13:56:08 +00:00
Dries Buytaert a461097c28 - Patch #293078 by lilou: correction for user-profile.tpl.php documentation. 2008-10-15 13:51:53 +00:00
Dries Buytaert c14b03b6ca - Patch #320747 by lilou, UltimateBoy: removed double semicolons. 2008-10-14 20:44:57 +00:00
Dries Buytaert 63d0ea9914 - Patch #296485 by johnskulski, catch: fixed problem with comment threading. 2008-10-14 20:39:42 +00:00
Dries Buytaert 126a5e3c88 - Patch #320784 by johnskulski: added test for comment threading. This test currently fails. 2008-10-14 20:34:56 +00:00
Dries Buytaert 75d5f0cd91 - Patch #204106 by catch, Damien Tournoud: added test for translation of path aliases. 2008-10-13 20:57:19 +00:00
Dries Buytaert f7e61d77e9 - Patch #296321 by pwolanin, swentel: link to cron.php broken when clean URLs are disabled. 2008-10-13 20:29:42 +00:00
Dries Buytaert 0ff80347a0 - Patch #232095 by birdmanx35, keith.smith: improve book module description. 2008-10-13 19:59:41 +00:00
Dries Buytaert 32ba32df76 - Patch #296442 by Damien Tournoud: made upload and blog API tests pass without clean URLs enabled. 2008-10-13 12:43:30 +00:00
Dries Buytaert 12393a4d12 - Patch #320000 by lilou: unify doxygen @file documentation in tpl. 2008-10-13 12:31:43 +00:00
Angie Byron 8292bdd40a Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default. 2008-10-13 00:33:05 +00:00
Angie Byron 94d859b3b1 #320173 by Dave Reid: Two-word operations in hook_nodeapi no longer being called. 2008-10-12 19:00:56 +00:00
Angie Byron f95f58cc05 #320161 by Dave Reid: Fix problems with drupalGetTestFiles() that causes upload.test to break on some systems. 2008-10-12 08:30:05 +00:00
Angie Byron bc22653541 #320155 by Dave Reid: Fix silly exceptions in file.test. 2008-10-12 06:37:40 +00:00
Angie Byron a3a420c3e6 Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. 2008-10-12 06:27:06 +00:00
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron a765e882eb #320127 by matt2000: Fix bug with file_check_directory() being passed a function by-reference. 2008-10-12 03:46:08 +00:00
Angie Byron 145e1ced25 #319467: SA-2008-47 (#295053): Arbitrary file uploads in Blog API. 2008-10-12 02:58:23 +00:00
Angie Byron acd5e95200 #320009 by Dave Reid: Remove notice about missing files[] array and prevent incompatible modules from being enabled. 2008-10-12 02:52:52 +00:00