Commit Graph

16768 Commits (ace802ec5b44c1f52dbb5e9ff5941220ec511b76)

Author SHA1 Message Date
Dries 39195776b1 Patch #1552984 by Niklas Fiekas: Added Make 'File displayed by default' depend on 'Enable display field' with #states. 2012-05-16 21:12:19 -04:00
catch 747e01ca53 Issue #1493098 by jcisio, pcambra, Pol, wamilton, Rok Žlender, beejeebus: Convert cron settings to configuration system. 2012-05-16 12:41:18 +09:00
catch 74c409f134 Issue #1495024 by Berdir, Rob Loach, fago: Convert the entity system to PSR-0. 2012-05-16 12:38:40 +09:00
catch 6616910f9d Issue #1541676 by Berdir, tstoeckler, Rob Loach, tim.plunkett: Convert Simpletest base test classes to PSR-0. 2012-05-16 12:04:41 +09: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
catch 14fbd55791 Issue #1574484 by tim.plunkett, nod_: Replace authorize.js with states. 2012-05-16 11:58:58 +09:00
catch 777a7b9164 Issue #1089300 by nod_, mfer, JohnAlbin, ksenzee: Clean up drupal.js. 2012-05-16 11:55:55 +09:00
catch ccde359a97 Issue #1573082 by grendzy: Fixed watchdog 'Deleted content type' uses wrong type. 2012-05-15 21:49:41 +09:00
catch 9dee6f6128 Issue #1539626 by cosmicdreams: Modify node module to use dependency injection for language. 2012-05-15 21:37:07 +09:00
Dries 8780ba2509 - Patch #1503804 by iamEAP: defer attribute should not be added to inline scripts or settings. 2012-05-14 22:15:00 -04:00
Dries f9e44fc40a - Patch #967566 by mariusz.slonina, rbayliss, joestewart, xjm, tim.plunkett, indytechcook, tsvenson, adnasa, oriol_e9g | DocuAnt: Several important Core User settings lack support for hook_field_extra_fields(). 2012-05-14 22:11:31 -04: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
catch 969e670eae Issue #1546752 by Gábor Hojtsy, erno, xjm: Move negotiation tests to language module. 2012-05-14 18:16:42 +09:00
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