Commit Graph

17103 Commits (12b49aa11feb8e29713b780950835cd124e2f40c)

Author SHA1 Message Date
Dries bf1ed668d3 - Patch #1479638 by droplet: rename WATCHDOG_CRITICALI constant to WATCHDOG_CRITICAL. 2012-03-23 13:52:49 -06:00
webchick 0eda2c5870 Issue #1395974 by webbykat, Michelle, rdrh555: Clarify field_purge_batch() documentation. 2012-03-23 13:45:06 -06:00
Larry Garfield 849e5bf3b9 Better edge case handling of missing variables. 2012-03-23 14:20:55 -05:00
Larry Garfield ed25afbdbf Move all code to the kernel constructor, not handle method. 2012-03-23 12:58:05 -05:00
Larry Garfield 0876971e2c Refactor DrupalKernel to extend HttpKernel. 2012-03-23 12:49:37 -05:00
Jennifer Hodgdon 824ba69df5 Issue #1350892 by nit3ch: Fix doc for type arg of node_type_form 2012-03-23 10:41:58 -07:00
Larry Garfield d64072f2b2 Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-23 12:11:42 -05:00
catch 1198964079 Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien Tournoud: Fixed Eliminate $user->cache and {session}.cache in favor of $_SESSION['cache_expiration()'][]. 2012-03-23 16:52:50 +09:00
catch 2178d43211 Issue #1491526 by c960657: Fixed Cannot install Drupal on PostgreSQL. 2012-03-23 16:51:01 +09:00
Jennifer Hodgdon 5e0eac1c0f Issue #1471418 by nmudgal: Add note to hook_custom_theme docs about page caching 2012-03-22 16:44:01 -07:00
catch c804c2bc67 Issue #1475666 by filijonka, Devin Carlson, Kevin Morse, tstoeckler, Niklas Fiekas: Fixed PHP error because of typo in form.inc line 3025. 2012-03-22 17:08:05 +09:00
catch 92373806e4 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:19:45 +09:00
catch b402d4b384 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:18:36 +09:00
catch 71296a8075 Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular. 2012-03-21 19:16:58 +09:00
catch a97f440f03 Revert "- Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular."
This reverts commit 854ad21158.
2012-03-21 19:15:16 +09:00
catch 611af51d0a Issue #532512 by Sutharsan: Follow-up for plural string storage upgrade path. 2012-03-21 15:55:44 +09:00
catch efc984dfda Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates. 2012-03-21 14:51:30 +09:00
catch 61705d9ab5 Issue #1439462 by nod_: Drop our custom $.support.positionFixed and use jQuery's $.support.fixedPosition. 2012-03-21 14:49:44 +09:00
catch f1d90a0c65 Issue #1428524 by nod_, katbailey: Replace all $.each() with filtered for loop. 2012-03-21 14:40:42 +09:00
catch 2afd1ed4c4 Issue #1467126 by effulgentsia, Rob Loach, sun, catch, amateescu, yched, EclipseGc: Fixed Provider based PSR-0 Classes that load more than once. 2012-03-21 14:18:52 +09:00
Jennifer Hodgdon f753861539 Issue #1491248 by bowersox: Name change for Accessibilty maintainer 2012-03-20 16:35:18 -07:00
Jennifer Hodgdon d8a485427c Issue #1368872 by kid_icarus: A bit more API cleanup for syslog module 2012-03-19 14:22:01 -07:00
Jennifer Hodgdon ad15b5ad3a Issue #1485810 by nmudgal: Clarify wording for salt variable docs in default.settings.php 2012-03-19 12:48:20 -07:00
Jennifer Hodgdon 5f58ed3d6f Issue #1483664 by nmudgal, chertzog: Fix hook_user_presave example so it actually would work 2012-03-19 06:57:02 -07:00
Jennifer Hodgdon 7083dd109f Issue #1488414 by nmudgal, chertzog: Add comment to user_schema to explain why table name is plural in spite of our usual standards 2012-03-19 06:51:12 -07:00
catch 39b05037b2 Issue #158803 by clemens.tolboom, Sutharsan, Gábor Hojtsy: Hide 'Language' column in content overview table if only one language is enabled. 2012-03-19 15:57:15 +09:00
catch b49fa1b050 Issue #1324058 by isay: Fixed forum-rtl.css does not overide #forum div.indent from margin-left to margin-right. 2012-03-19 12:27:28 +09:00
Jennifer Hodgdon ce2182fa32 Issue #1488668 by chertzog: Add checked property to docs of theme_checkbox 2012-03-18 16:38:31 -07:00
Larry Garfield ad5fd1a16f Merge branch 'kernel' into kernel-real-responses 2012-03-16 20:46:44 -05:00
Larry Garfield d5e0476f9c Whitespace fix. 2012-03-16 20:41:20 -05:00
Larry Garfield cdb2494a36 Remove broken BC shiv. 2012-03-16 20:40:51 -05:00
Larry Garfield a4a7217164 Create a new Request object, don't try to clone the previous one. 2012-03-16 20:11:33 -05:00
Larry Garfield 2e9f36b4f9 Further work on HTML 404 handling. Still untested. 2012-03-16 19:25:25 -05:00
Larry Garfield a2b9b60d76 Send the correct HTTP response for unsupported mimetype. 2012-03-16 18:59:27 -05:00
Larry Garfield d38d298699 Merge remote branch 'upstream/8.x' into kernel 2012-03-16 18:47:52 -05:00
Larry Garfield 1afec3a95e Add */* as a fallback for HTML for the test bot. 2012-03-16 18:45:58 -05:00
Larry Garfield f078c8c38d Copy the old 404 code into the new location. Still need to futz with it. 2012-03-15 23:55:14 -05:00
Dries 20f26110a1 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-03-15 21:32:43 -04:00
Dries 854ad21158 - Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular. 2012-03-15 21:32:34 -04:00
Jennifer Hodgdon ca921c5781 Revert of #1479652 commit b287d6ee1a - there were files missing from the commit 2012-03-15 11:48:21 -07:00
Dries b287d6ee1a - Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular. 2012-03-15 12:45:22 -04:00
Dries e2b2a3e0dd - Patch #1473600 by amateescu, Berdir: Convert archiver.inc to PSR-0. 2012-03-15 12:38:32 -04:00
Dries 50a8bb8523 - Patch #1473600 by amateescu, Berdir: Convert archiver.inc to PSR-0. 2012-03-15 12:37:16 -04:00
Larry Garfield da5fba747f Push HTML listeners even later. 2012-03-14 23:45:24 -05:00
Larry Garfield 6673e6ca0b Merge remote-tracking branch 'upstream/8.x' into kernel 2012-03-14 23:42:15 -05:00
Larry Garfield b32d677292 Make HTML the default output format. That is, make HTML the last format to catch output events and apply it to the catch-all accept header. 2012-03-14 23:37:15 -05:00
catch eab48b5956 Issue #312458 by Heine, sun: Fixed HTML filter is not run first by default, despite default weight. 2012-03-15 13:10:34 +09:00
Jennifer Hodgdon 17269ee9b2 Issue #1480570 by Gaelan: Make default clear in drupal_add_css() args doc 2012-03-14 15:16:58 -07:00
catch f5032a6cff Issue #1180112 by franz, Pedro Lozano, amateescu: Move drupal_*_schema_*() functions into one place. 2012-03-15 00:29:10 +09:00
catch 5ed09e2de9 Issue #1467126: yarisugi. 2012-03-15 00:17:46 +09:00