Commit Graph

16582 Commits (270dcd2e8826a06834a1f7c0e9680789213d8fe3)

Author SHA1 Message Date
Larry Garfield 270dcd2e88 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-05-10 00:14:31 -05:00
cosmicdreams b77faa14dd Correct typo in unit test. 2012-05-09 21:13:04 -05:00
effulgentsia 87979eaad8 Improve system path handling and use the system path to determine if we need to show a custom theme. 2012-05-09 21:11:33 -05:00
Niklas Fiekas 7bf2a1ae4c Add FinishResponseSubscriber to set extra headers.
Handle finished responses to set the X-UA-Compatible and the Content-language
headers.

This fixes CommonDrupalHTTPRequestTestCase.
2012-05-09 20:53:48 -05:00
Pierre Rineau 60ebceebf9 Fixes #1567438 - Wrong transaction type was being catched in a MySQL transaction specific loop when releasing transactions 2012-05-09 22:26:52 +02:00
Bram Goffings 037ac94025 trim trailing slashes in pathListener 2012-05-09 17:52:53 +02:00
Larry Garfield cc36b421d0 Remove redundant front page handling code. 2012-05-09 01:21:37 -05:00
Larry Garfield bf41cd2e15 Rename PathListenerAbstract to PathListenerBase to conform to what is likely to soon be the coding standard. 2012-05-09 01:21:37 -05:00
Larry Garfield e70d9ac810 Improve documentation. 2012-05-09 01:21:37 -05:00
effulgentsia 6275cc5949 #1536844: Moved language, path, theme, and module initialization from bootstrap to request listeners. 2012-05-09 01:21:37 -05:00
catch 352645e4a6 mlhess, coltrane, xjm, and jhodgdon, penyaskito: forward port DRUPAL-SA-CORE-2012-002 - Access bypass - forum listing. 2012-05-09 13:43:25 +09:00
catch f263e898da Issue #1551626 by moshe weitzman: follow-up to disable page caching in cron callback 2012-05-09 13:38:47 +09:00
Pierre Rineau 90d204574e Switched catch statement from DatabaseException to DatabaseExceptionWrapper for better granularity 2012-05-08 22:21:31 +02:00
Pierre Rineau 1bcdb02891 Fixes #1567444 - Wrong exception (PDOException) was in a catch statement instead of DatabaseException - thanks for aspilicious's help 2012-05-08 20:31:28 +02:00
Jennifer Hodgdon eb745338f7 Issue #1513580 by matt2000: Update hook_init and hook_boot docs to say whether themes are loaded when they run 2012-05-08 11:20:05 -07:00
catch 7c5214c714 Issue #617562 by sun, matt2000: Remove underscore-to-dash conversion in path arguments for content types. 2012-05-08 14:12:18 +09:00
catch d390816023 Issue #1444620 by dawehner, sun, heyrocker: Remove file signing from configuration system. 2012-05-08 14:04:54 +09:00
catch 263c6802b9 Issue #86461 by ergonlogic, davidjdagino, marcingy, emclaughlin, Bakus: Truncate long paths and path aliases on admin/build/path. 2012-05-08 14:03:01 +09:00
catch 4beaeab9fe Issue #1552236 by duellj: Move user language tests to user module. 2012-05-08 13:59:45 +09:00
catch 9be8c892ff Issue #1541958 by sun, alexpott: Split setUp() into specific sub-methods. 2012-05-08 13:53:51 +09:00
catch a82955bfd5 Issue #1174766 by Niklas Fiekas, ericduran: Added Support the #pattern FAPI property for native HTML5 pattern attribute. 2012-05-08 12:00:06 +09:00
catch bd30dbfc09 Issue #1481560 by nod_: Add 'use strict' to all core JavaScript to enforce clean code. 2012-05-08 11:57:33 +09:00
catch 3e8861682a Issue #1540174 by Niklas Fiekas, attiks: Fixed Some attributes not allowed for the new HTML5 input elements. 2012-05-08 11:53:23 +09:00
Larry Garfield 12e53f92a3 Merge remote-tracking branch 'upstream/8.x' into kernel
Resolve conflicts in cron improvements.

Conflicts:
	core/INSTALL.txt
	core/includes/bootstrap.inc
	core/modules/simpletest/drupal_web_test_case.php
	core/modules/system/system.install
	core/modules/system/system.module
	core/modules/system/system.test
	core/scripts/cron-curl.sh
	core/scripts/cron-lynx.sh
2012-05-06 23:03:57 -05:00
Larry Garfield 71cf6406ad Automatically urldecode() paths to allow for useful data in path fragments. 2012-05-06 22:48:08 -05:00
Larry Garfield 2ceb9c02a6 Refactor path manipulation code to make it easier to extend. 2012-05-06 22:16:21 -05:00
catch fe01ab6e16 Issue #1542682 by Berdir: Convert exception classes in field.module to PSR-0. 2012-05-07 11:56:49 +09:00
catch 1bd03e00bf Issue #1453984 by xjm, naxoc, underq, davidjdagino, Heine: Fixed Color module doesn't test for unlimited memory. 2012-05-07 11:55:11 +09:00
catch d13fd18f1e Issue #1551626 by sun, Crell: Convert cron.php into a regular menu router page callback. 2012-05-07 11:50:05 +09:00
webchick 00e99a41cb Issue #1558464 by Berdir, chx, fago, greggles: Fixed SA-CORE-2012-002 - Unvalidated form redirect. 2012-05-05 10:01:11 -07:00
Jennifer Hodgdon 845d9839fd Issue #1552412 by duellj: Make API links point to D8 version, and where possible make them future-proof 2012-05-04 13:07:43 -07:00
Jennifer Hodgdon 638e8cb0b8 Issue #/1536750 by perusio: Fix drupal_goto documentation of status codes 2012-05-04 13:02:19 -07:00
Jennifer Hodgdon a440f52c71 Issue #1443202 by TravisCarden, tim.plunkett, xjm: Make sure hook_preprocess documentation points to real funcions 2012-05-04 12:53:43 -07:00
Larry Garfield a390ba77a9 Clean up the UrlMatcher now that we don't need to do as much hackery with the path. It's handled elsewhere. 2012-05-04 01:09:46 -05:00
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
catch 3b5711466b Issue #1352000 by BTMash: Forward-port upgrade test clean-ups from 7.x to 8.x. 2012-05-04 11:33:29 +09:00
webchick 252e84ec59 Issue #1558548 by tim.plunkett, sun: Fixed Notice: Undefined index: default_image() in image_field_prepare_view(). 2012-05-03 10:37:15 -07:00
Dries b332a85b3c - Patch #1552744 by Rob Loach, effulgentsia, sun: Fixed Bootstrap for the Dependency Injection Container and make sure SimpleTest abides to it. 2012-05-03 11:13:18 -04:00
Dries e971776ba4 - Patch #1552744 by Rob Loach, effulgentsia, sun: Fixed Bootstrap for the Dependency Injection Container and make sure SimpleTest abides to it. 2012-05-03 11:12:19 -04:00
Dries f72f814f7b - Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding. 2012-05-03 11:09:39 -04:00
catch cfc84e3afe Issue #1533020 by duellj: Convert comment.module entity classes to PSR-0. 2012-05-03 14:49:41 +09:00
berdir e10c72aef9 Issue #1558268 by Berdir: Fixed Database tests are not available. 2012-05-02 17:22:30 -07:00
catch 5506f8f23b Issue #1541958 by sun: Split setUp() into specific sub-methods. 2012-05-01 16:41:11 +09: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
catch 83a6b9f19c Issue #1550454 by tim.plunkett, xjm: Fixed Regression: Following taxonomy entity conversion, Taxonomy EFQ causes warnings and notices. 2012-05-01 12:45:50 +09:00
catch 9111e803b1 Issue #822128 by roborn, JamesK, nod_: Fixed 'Textarea + summary' widget broken when field allows multiple values. 2012-05-01 12:43:16 +09:00