Commit Graph

16532 Commits (ccae6645b6d9a43ed143cc60337e66d2443a710e)

Author SHA1 Message Date
Larry Garfield ccae6645b6 Documentation improvements. 2012-05-04 00:27:17 -05:00
Larry Garfield da3a3dec5e Specify additional classes used in this file. 2012-05-03 23:44:21 -05:00
Larry Garfield a8a7cabbf8 Pass in the system path to the UrlMatcher rather than pathInfo(). 2012-04-30 23:39:26 -05:00
Larry Garfield fccf65babc Move frontpage handling to the PathSubscriber. 2012-04-30 23:39:26 -05:00
Larry Garfield 47e0233492 Switch to a new UrlMatcher and RouterListener so that we can use a full Request object for routing purposes, and look to the attributes for our main routing information. 2012-04-30 23:39:25 -05:00
Larry Garfield fb620e79b2 Catch DatabaseExceptions in MySQL's sequence emulation rather than PDOException, since we're now always wrapping the latter. 2012-04-30 23:38:39 -05:00
Larry Garfield 57fab3b0c2 Remove last vestiges of ['q'] from the kernel branch. 2012-04-30 22:11:50 -05:00
Larry Garfield 29ec5c929b Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/includes/common.inc
	core/includes/menu.inc
	core/modules/image/image.test
	core/modules/system/tests/file.test
2012-04-30 21:29:48 -05:00
Dries f356dc2178 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-04-29 22:31:00 -04:00
Dries ae015c91d0 - Patch by bas.hr, damiankloip: wrong count assertion in taxonomy.test. 2012-04-29 12:28:03 -04:00
Dries 4b6355ff9d - Patch by msonnabaum: Fixed php path detection in run-tests.sh. 2012-04-29 12:21:57 -04:00
Dries 9dd0e7bebf - Patch by c960657: DrupalLogout() should only do one request, not two. 2012-04-29 12:19:35 -04:00
Dries 02750689dd - Patch by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
webchick 56ded311cb Issue follow-up by sun: Fixed SimpleTest UI failure after dependency injection patch. 2012-04-28 23:06:18 -07:00
Larry Garfield 40817bb3cd Adjust error handling to account for the new DatabaseWrapperException. 2012-04-28 22:12:09 -05:00
Larry Garfield 7ac8d9ac6e Add a database wrapping exception for PDOExceptions to carry additional debug information. 2012-04-28 22:12:09 -05:00
Larry Garfield acf9151af7 Port Drupal's legacy exception handling into the ExceptionController. 2012-04-28 22:12:09 -05:00
Larry Garfield 434a84a16a Merge remote-tracking branch 'upstream/8.x' into kernel 2012-04-28 22:00:51 -05:00
Niklas Fiekas 6d12bff490 More Response objects for openid_test.
Converts openid_test.module to use Response and RedirectResponse instead of
manually setting headers.
OpenID account registration tests are now green.
2012-04-28 21:57:03 -05:00
Niklas Fiekas f492b98bd1 Use Response object in openid_test_yadis_xrds(). 2012-04-28 21:57:03 -05:00
Katherine Bailey 3f67d56abb Return xml data for update status checks as streamed response 2012-04-28 21:25:36 -05:00
Dries 34ef955ae5 - Patch by BTMash, Crell: update to latest Symfony 2.1 code. 2012-04-28 18:07:40 -04:00
webchick 4c24974c24 Issue follow-up by xjm: Text fixes. 2012-04-28 13:24:13 -07:00
Niklas Fiekas c37ad75c3a Fix XML-RPC tests.
url() will put /index.php/ in the URL. Use $base_url instead, to get to the
XML-RPC front controller.
2012-04-28 14:23:46 -05:00
Niklas Fiekas 11255cdbc1 Fix testNodeFeedExtraChannelElements(). 2012-04-28 21:04:09 +02:00
Larry Garfield 4899a97a21 Remove cron.php entirely, as it is no longer necessary. 2012-04-28 01:14:57 -05:00
Larry Garfield 88be740cdb Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
	core/modules/node/node.module
	core/modules/overlay/overlay.module
2012-04-27 21:59:33 -05:00
Katherine Bailey d4517669ae Adding a request object to update.php and fixing how it deals with the response from batch api 2012-04-27 21:13:17 -05:00
catch 9b88eeac14 Issue by Berdir, beejeebus: Fixed Race condition in _update_create_fetch_task() (PDO Exceptions). 2012-04-28 10:12:05 +09:00
catch c7c6b79d31 Issue by duellj, catch: Fixed EntityFieldQuery::pager(0) generates PHP error 'divide by zero'. 2012-04-28 10:09:31 +09:00
catch 3d4d950555 Issue by bas.hr, bellesmanieres, NROTC_Webmaster: Fixed The block X was assigned to the invalid region Y and has been disabled. 2012-04-28 10:08:33 +09:00
Jennifer Hodgdon 9f59cdf937 Issue by Rob Loach: Fix typo in CacheArray.php documentation 2012-04-27 09:42:28 -07:00
catch 7846509737 Revert "Issue by sun: Split setUp() into specific sub-methods."
This reverts commit 4079eb2d78.
2012-04-27 17:58:34 +09:00
catch 4079eb2d78 Issue by sun: Split setUp() into specific sub-methods. 2012-04-27 13:13:57 +09:00
catch 78e0de2758 Issue by drewish: Fixed Add an index to {users}.picture so user_file_delete() isn't insanely slow. 2012-04-27 13:02:56 +09:00
webchick db8913a7c3 Issue follow-up by Berdir: Fix random test failures. 2012-04-26 16:33:58 -07:00
webchick d822b8dd26 Issue follow-up by chx, Berdir, xjm: Fix for random test values occasionally failing. 2012-04-26 10:42:27 -07:00
catch 51c004aba9 Issue by duellj, loganfsmyth, aspilicious, cosmicdreams, fago, amateescu, sun: Added Make the node entity a classed object. 2012-04-27 01:44:37 +09:00
catch 4daf1c6345 Issue by Dave Reid, bdlangton, aspilicious, fago, cosmicdreams, tstoeckler, tim.plunkett, Berdir, sun: Entity_load() is actually entity_load_multiple(). 2012-04-26 13:07:55 +09:00
catch 52d7970bad Issue by timmillwood: Count node views via AJAX in the statistics module. 2012-04-26 13:05:27 +09:00
catch efd9012f3a Issue by sun: test cleanup for generic field/property getters/setters (with optional language support) for entities. 2012-04-26 12:58:09 +09:00
catch 93c20fd054 Issue by marcingy, Niklas Fiekas, fago, cosmicdreams, aspilicious et al: Make the user entity a classed object. 2012-04-26 12:51:09 +09:00
catch 0594b0148a Issue by tim.plunkett, chx: follow-up to remove random test failures. 2012-04-26 12:13:31 +09:00
catch bc913ac714 Issue by Berdir: Fixed Update module creates duplicate queue items. 2012-04-26 11:41:39 +09:00
Dries bf6a8a1a8e - Patch by Schnitzel, lewisnyman, dcmouyard, alanburke, tstoeckler, edward_or, janusman: Add mobile friendly meta tags to the html.tpl.php. 2012-04-25 17:02:24 -07:00
Dries d4cf91211f - Patch by Gábor Hojtsy, Sutharsan, dww: Extend update data collection to support localization update. 2012-04-25 16:51:09 -07:00
Dries bac3ed7764 - Patch by Gábor Hojtsy: Fixed Support for disabled languages broken, drop it. 2012-04-25 16:44:20 -07:00
webchick 4ef74ecd98 Issue by tim.plunkett, chx, Amitaibu: Enable dynamic allowed list values function with additional context 2012-04-25 15:00:46 -07:00
catch 74d3fc229f Issue by jeff.maes: Fixed Disable autocompletion for email/password field when editing user profile. 2012-04-25 13:33:09 +09:00
Jennifer Hodgdon 80189e786e Issue by cosmicdreams, klausi: Use elseif not else if 2012-04-24 15:51:38 -07:00