Commit Graph

16805 Commits (82f095ad2e19b701667e97c426f2de28151551a6)

Author SHA1 Message Date
catch 9e2223c534 Issue #1377468 by droplet: Fixed remove unnecessary user join in forum_forum_load(). 2012-05-14 12:29:49 +09:00
catch 1f3142df75 Issue #1539622 by cosmicdreams: Modify locale module to use dependency injection for language. 2012-05-14 12:25:46 +09:00
catch f54e6e3823 Issue #1564996 by greggles: Added Make one-time login link watchdog more useful for auditing. 2012-05-14 12:22:49 +09:00
catch 439e27cc10 Issue #20446 by dead_arm: Added Cursor focus on user login page. 2012-05-14 12:20:18 +09:00
catch c74aa1ecd0 Issue #1009982 by klaasvw: Fixed node/add page misses content types when menu links are moved or disabled. 2012-05-14 11:50:42 +09:00
Larry Garfield 8b66fe6a7c Restore output buffering of the page to support the legacy page cache system. 2012-05-13 15:38:31 -05:00
Larry Garfield 0993e73bf9 More logically organize methods in the exception controller class. 2012-05-13 12:42:03 -05:00
Larry Garfield a64f61b7e5 Minor code simplification. 2012-05-13 12:40:25 -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 926cbd6694 Issue #1500268 by heyrocker: Add CHANGELOG entry for configuration system. 2012-05-12 12:12:07 +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 c01dafd61e Issue #1361234 by Berdir: Make the node entity a classed object - followup for node revision timestamps. 2012-05-11 13:26:13 +09:00
catch 1fa5a5b12b Issue #1556502 by mrfelton: Fixed Inconsistency in wording in validation error when requesting new password ('Username' vs 'User name'). 2012-05-11 13:08:23 +09:00
catch f272a6b7e9 Issue #1038356 by jensimmons, rjgoldsborough, droplet: Fixed labels in tables need some left padding. 2012-05-11 13:06:53 +09:00
catch bb691f62d7 Issue #1567812 by sun: Remove 'Verified' from configuration class names. 2012-05-10 23:54:04 +09:00
catch db79496ae9 Issue #1558468 by chx, jwineinger, linclark, Berdir: Fixed SA-CORE-2012-002 - Denial of Service, forward port from 7.x 2012-05-10 15:26:50 +09:00
catch 0e0e6b3df4 Issue #1541676 by Berdir, tstoeckler, Rob Loach: Convert Simpletest base test classes to PSR-0. 2012-05-10 15:01:48 +09:00
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