Dries
9b29a0dad0
- Patch #1361226 by Berdir, aspilicious, cosmicdreams, fago: make the file entity a classed object.
2012-06-03 07:25:35 -04:00
Dries
c677a96ff7
- Patch #1589174 by sun, marcingy: Fixed Configuration upgrade path is broken.
2012-06-02 15:45:56 -04:00
Larry Garfield
94d877eb94
Merge remote-tracking branch 'upstream/8.x' into remerge
2012-05-31 23:13:29 -05:00
catch
cc8147dde2
Issue #1597888 by Niklas Fiekas, sun: Fixed Cache NullBackend is entirely broken, does not implement CacheBackendInterface.
2012-05-31 13:53:42 +09:00
Jennifer Hodgdon
ca334de861
Issue #1602112 by bgano: Add return docs for Connection::startTransaction()
2012-05-29 13:10:40 -07:00
Mark Sonnabaum
1c442e85f2
Removed unnecessary "use" statements.
2012-05-28 16:25:30 -05:00
Larry Garfield
ab5e316659
Document a follow-up todo.
2012-05-24 01:03:53 -05:00
Larry Garfield
848c134d65
Merge remote-tracking branch 'upstream/8.x' into kernel
2012-05-23 23:55:54 -05:00
effulgentsia
35ef2c97ea
refs #1536844 Clean up bootstrap shivs.
2012-05-23 23:52:03 -05:00
Larry Garfield
f5079ffb1b
Rename UrlMatcher to LegacyUrlMatcher.
...
The current matcher is a temporary legacy shiv to support the old routing system.
Label it as such so that we can reserve the class name for the new and imroved
router.
2012-05-23 23:31:42 -05:00
catch
9e8d1e85dc
Issue #1470824 by alexpott, sun: Fixed XML encoder can only handle a small subset of PHP arrays, so switch to YAML.
2012-05-23 12:48:37 +09:00
effulgentsia
37e72619c1
refs #1593702 Roll back comment tweaks that have already been made in core.
2012-05-22 11:55:29 -05:00
Jennifer Hodgdon
dc151c10ff
Issue #1593696 by effulgentsia: Clean up @todo formatting
2012-05-22 08:18:17 -07:00
catch
abb86f9828
Issue #1394648 by David_Rothstein: Fixed The installer's cache backend no longer overrides all cache-clearing methods, which can lead to fatal errors.
2012-05-21 11:13:13 +09:00
Larry Garfield
807947c9fe
Clean up and document private property overrides.
2012-05-20 18:13:14 -05:00
Larry Garfield
9fdd40f8c9
Merge remote-tracking branch 'upstream/8.x' into kernel
2012-05-19 00:04:26 -05:00
Niklas Fiekas
a069734c04
Remove $response_body parameter from drupal_page_set_cache().
...
b99d11fac6
introduced a $response_body parameter on drupal_page_set_cache(),
but that is no longer used. Remove it.
2012-05-19 00:01:08 -05:00
Niklas Fiekas
3a10d518e3
Clean-up UrlMatcher.php.
2012-05-19 00:01:08 -05:00
Niklas Fiekas
b5d1b095a4
Documentation improvements and cleanup.
2012-05-19 00:01:08 -05:00
Jennifer Hodgdon
467a825239
Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax
2012-05-17 05:58:49 -07:00
catch
e0ba373d6e
Issue #1500238 by alexpott, sun, chx: Encode/decode data via PHP serialize()/unserialize() for DatabaseStorage (storage controller specific data formats).
2012-05-16 12:02:24 +09:00
Dries
b551b666de
- Patch #1506630 by Alan Evans, David_Rothstein: Fixed Namedspaced code throws and catches 'Exceptions' which don't exist (causing the DB settings form validation to break on install).
2012-05-14 21:31:16 -04:00
Larry Garfield
0993e73bf9
More logically organize methods in the exception controller class.
2012-05-13 12:42:03 -05:00
Larry Garfield
eb8fe490da
Merge remote-tracking branch 'upstream/8.x' into kernel
2012-05-13 12:21:10 -05:00
Larry Garfield
28c6dffaaa
Reset the static menu systme variables before a 404 subrequest, too.
2012-05-13 12:20:28 -05:00
Larry Garfield
3edf21c28f
Reset the static menu system variables before a subrequest.
2012-05-12 00:47:05 -05:00
Larry Garfield
71e0447b50
Only call our legacy init routines for a master request, to avoid it getting called twice.
2012-05-11 22:32:00 -05:00
catch
2a3251a829
Issue #1565972 by c960657: Clean-up of mapConditionOperator().
2012-05-12 12:15:33 +09:00
catch
44c07e9b26
Issue #1545068 by Berdir: Convert Exception in update.inc to PSR-0.
2012-05-12 12:10:23 +09:00
Larry Garfield
d44e497bb0
Port Drupal's default HTTP headers to a response listener.
2012-05-11 21:45:05 -05:00
Niklas Fiekas
171fdb4410
Detailed cleanup of documentation blocks for spacing, language, placement, etc.
2012-05-11 20:54:55 -05:00
catch
bb691f62d7
Issue #1567812 by sun: Remove 'Verified' from configuration class names.
2012-05-10 23:54:04 +09:00
Larry Garfield
270dcd2e88
Merge remote-tracking branch 'upstream/8.x' into kernel
2012-05-10 00:14:31 -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
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
catch
d390816023
Issue #1444620 by dawehner, sun, heyrocker: Remove file signing from configuration system.
2012-05-08 14:04:54 +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
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