Commit Graph

2460 Commits (7ba018f611e13ab9ffe173eebe106918a40bcb0f)

Author SHA1 Message Date
Jennifer Hodgdon 122c9b4696 Issue #2263047 by martin107, sachin_s: Move hook_help to system.api.php, remove now-empty help.api.php, and add explanation of all that hook_help does and update it so it fits d8 behavior 2014-06-06 12:57:38 -07:00
Alex Pott acb97e876b Issue #1921544 by kim.pepper, EclipseGc, xjm, katbailey, arnested, dawehner, neclimdul: Create a Current Path Condition. 2014-06-06 14:50:27 -05:00
Alex Pott 5004fa8fc3 Issue #1921540 by tim.plunkett, EclipseGc, larowlan: Create a User Role Condition. 2014-06-06 14:44:42 -05:00
Alex Pott 6d2ce628bc Revert "Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel."
This reverts commit cda051c425.
2014-06-05 12:53:24 -05:00
Nathaniel Catchpole 2405d1028f Issue #2274791 by Wim Leers: Fixed Rendered entities should be cached by time zone. 2014-06-05 11:35:59 +01:00
Nathaniel Catchpole cda051c425 Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-05 11:30:04 +01:00
Nathaniel Catchpole 3bbaaa9b39 Issue #2116341 by fago, tim.plunkett: Apply defaults to definition objects. 2014-06-05 11:27:09 +01:00
Nathaniel Catchpole 0f1af0ad59 Issue #1848266 by alexpott: Convert Diff into a proper, PSR-0-compatible PHP component. 2014-06-04 11:05:31 +01:00
Alex Pott 0ad74d11f5 Issue #2274175 by tim.plunkett, vijaycs85: Block plugin schema should be defined separately from the entity. 2014-06-03 17:52:38 -05:00
Jennifer Hodgdon eaa62b5b3b Issue #2278453 by sun, ParisLiakos: Remove t() from a few test getInfo() methods 2014-06-02 12:06:25 -07:00
Jennifer Hodgdon 85b6537962 Issue #2248799 by amitgoyal, Wim Leers, c31ck, joachim: Fix docs for system_sort_themes(). 2014-06-02 10:19:28 -07:00
webchick 67c7e45896 Issue #2262483 by sun: Fixed Some more PHPUnit tests that do not exist. 2014-06-01 23:07:36 -05:00
Alex Pott 65b30c0486 Issue #2247287 by donquixote: Drop automatic PSR-0 support for modules. 2014-06-01 16:20:56 -05:00
Alex Pott 1ab2651755 Issue #2183231 by tstoeckler, plach, jessebeach, fago, Berdir, xjm, mauzeh: Make ContentEntityDatabaseStorage generate static database schemas for content entities. 2014-06-01 15:53:43 -05:00
Nathaniel Catchpole 2abc33aa0a Issue #2273489 by olli: Fixed Random test failure 'Created time is correct.' in GenericCacheBackendUnitTestBase/ApcuBackendUnitTest. 2014-06-01 11:42:13 +01:00
Alex Pott 7a98471c44 Issue #2273631 by vijaycs85: Unify config entity schemas with a base schema type. 2014-05-31 06:55:13 -05:00
Nathaniel Catchpole 49be3541fe Issue #2275679 by Dave Reid, Wim Leers: Clean up render cache placeholder. 2014-05-30 18:36:06 +01:00
Nathaniel Catchpole 949e7fe611 Issue #2276183 by alexpott: Fixed Date intl support is broken, remove it. 2014-05-30 10:59:48 +01:00
Nathaniel Catchpole f584be9822 Issue #2209293 by sun, xjm: Remove core compatibility check in ExtensionDiscovery; obsolete with Migrate in core. 2014-05-29 14:41:26 +01:00
Dries 6665d2eb7b Issue #2254785 by LewisNyman, Dragan Eror: Fixed Progress bar 0% or over 100% visual BUG. 2014-05-28 15:21:54 -04:00
Nathaniel Catchpole 34c6f66988 Issue #2214209 by dawehner, ParisLiakos, xjm: Move _menu_site_is_offine() into the Maintainance subscriber. 2014-05-28 10:56:47 +01:00
Nathaniel Catchpole 1187a68197 Issue #788900 by ParisLiakos, dawehner, effulgentsia, xjm, et al: Deprecate and remove usages of arg(). 2014-05-28 10:55:05 +01:00
Nathaniel Catchpole 09702f8413 Issue #2233623 by Berdir, slashrsm, xjm: Fixed Merge AliasManagerCacheDecorator into AliasManager. 2014-05-28 10:44:50 +01:00
webchick d0d3e53361 Issue #2247991 by xjm, typhonius, donquixote: [May 27] Move all module code to PSR-4. 2014-05-27 19:43:20 -07:00
Alex Pott 00339b3d36 Issue #2167167 by Berdir: Remove field_info_*(). 2014-05-27 09:34:19 +01:00
Alex Pott 59fee1922b Issue #2264241 by _nod: Fix ESLint errors and fix js bugs. 2014-05-24 14:59:54 +01:00
Nathaniel Catchpole 68d6316ba1 Issue #2224887 by alexpott, Berdir, Gábor Hojtsy, Jalandhar: Language configuration overrides should have their own storage. 2014-05-24 08:52:35 +01:00
Alex Pott eed52b4d82 Issue #2003800 by jhedstrom, filijonka, YesCT, ParisLiakos, steeloctopus, damiankloip, sun, LinL, amateescu: Move drupal_check_memory_limit() and parse_size() functionality to components. 2014-05-23 20:25:52 +01:00
Alex Pott 082bf59e86 Issue #1524550 by superspring, joachim, David Hernández, marthinal, socketwench, subson | jfinkel: Fixed queue cron workers can't signal a broken queue. 2014-05-23 14:46:49 +01:00
webchick 6eec619abc Revert "Issue #2239969 by znerol, sun: Session of (UI) test runner leaks into web tests."
Broke HEAD. Temporary rollback.

This reverts commit 5a3ef30631.
2014-05-22 10:54:36 -07:00
Jennifer Hodgdon e19e644daf Issue #2141221 by thedavidmeister, joachim, anemes: Add docs to hook_update_N to explain the sandbox usage 2014-05-22 09:13:34 -07:00
Jennifer Hodgdon 7f2dfdee62 Issue #2266527 by andypost: Fix hook_library_alter doc block to remove nonexistent parameter 2014-05-22 09:10:33 -07:00
Jennifer Hodgdon fbe1786602 Issue #2265851 by mrjmd: Add links to Batch and Queue API to api landing page 2014-05-22 09:00:37 -07:00
Jennifer Hodgdon b78effb9b3 Issue #2015849 by mrjmd, yaworsk, YesCT: Comment standards fixes in entity tests 2014-05-22 08:58:49 -07:00
Alex Pott 5a3ef30631 Issue #2239969 by znerol, sun: Session of (UI) test runner leaks into web tests. 2014-05-22 14:28:28 +01:00
Nathaniel Catchpole e44d15a76d Issue #1289536 by ParisLiakos, RobLoach, Crell, larowlan, fgm, pounard, Pancho, dawehner, scor, tim.plunkett, alexpott, socketwench: Switch Watchdog to a PSR-3 logging framework. 2014-05-22 10:38:46 +01:00
Alex Pott 52a11d6ac3 Revert "Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework."
This reverts commit ef250ba2cb.
2014-05-21 14:59:11 +01:00
webchick 62613774e6 Issue #2178795 by tim.plunkett, jlbellido, YesCT, Berdir, Xano: Allow DiscoveryInterface::getDefinition() to throw an exception for an invalid plugin. 2014-05-20 23:28:08 -07:00
webchick a0f1611a0b Issue #2270339 by YesCT, martin107: is a misleading variable name in TokenReplaceUnitTestBase. 2014-05-20 22:58:28 -07:00
Alex Pott 2ae7accf86 Issue #2259275 by filijonka, sun, Xano: Rename "DrupalUnitTestBase" to KernelTestBase. 2014-05-21 00:40:03 +01:00
Alex Pott 3cc312e2d2 Issue #2228215 by znerol, Berdir: Remove module check in DrupalKernel. 2014-05-21 00:39:18 +01:00
Alex Pott 486e276f65 Revert "Issue #2228215 by znerol, Berdir: Remove module check in DrupalKernel."
This reverts commit 341b903d05.
2014-05-21 00:37:52 +01:00
webchick 783bc94834 Issue #2226871 by tim.plunkett: ConfirmFormInterface::getCancelRoute() should always return Drupal\Core\Url. 2014-05-20 14:48:51 -07:00
webchick e27542b49e Issue #2268801 by tim.plunkett: Update ConditionInterface to use recently added plugin interfaces. 2014-05-20 14:12:47 -07:00
webchick 85f243e204 Issue #2267329 by tim.plunkett | joachim: Move EntityWithPluginBagInterface out of Drupal\Core\Config\Entity and make it useful for more than one bag. 2014-05-20 14:04:40 -07:00
Nathaniel Catchpole ef250ba2cb Issue #1289536 by RobLoach, Crell, Pancho, pounard, socketwench, fgm, dawehner, scor, tim.plunkett, larowlan, ParisLiakos: Switch Watchdog to a PSR-3 logging framework. 2014-05-20 17:40:34 +01:00
Nathaniel Catchpole 21fbb5ddaf Issue #2259823 by beejeebus, Wim Leers: Make cache->created be to the millisecond. 2014-05-20 10:21:54 +01:00
Nathaniel Catchpole 341b903d05 Issue #2228215 by znerol, Berdir: Remove module check in DrupalKernel. 2014-05-20 10:14:33 +01:00
Alex Pott 3a699a6a16 Issue #1503464 by plopesc, larowlan, joelpittet, svenaas: Automatically add theme hook suggestion for node view mode. 2014-05-20 09:59:40 +01:00
Dries 50cd0871e0 Issue #1807662 by sun, beejeebus, damiankloip, Wim Leers, Mixologic: Built-in APCu support in core (PHP 5.5 only). 2014-05-16 14:05:39 -04:00
Dries 3ee31d1761 Issue #2265977 by olli: fixed php backend serialization. 2014-05-16 13:48:10 -04:00
Dries 809b361f20 Issue #2222719 by effulgentsia, tim.plunkett, xjm, dawehner: Use parameter matching via reflection for access checks instead of pulling variables from request attributes. 2014-05-16 12:45:50 -04:00
Nathaniel Catchpole 7fd3e0f92d Issue #375062 by cs_shadow, juampy, theunraveler, mondrake, hswong3i, smk-ka: Imagecolorsforindex() Color index nnn out of range in GDToolkit. 2014-05-16 10:54:36 +01:00
webchick 5cbb82bb0a Issue #2267763 by pwolanin, tim.plunkett: Page titles with %placeholders are broken when used as breadcrumbs. 2014-05-15 21:49:20 -07:00
Alex Pott 50197bc867 Issue #2258299 by juampy: Dblog_menu_link_defaults_alter() must set 'machine_name' to avoid duplicates. 2014-05-15 14:41:58 -05:00
Alex Pott da026cf53c Issue #2116363 by Berdir, jessebeach | fago: Unified repository of field definitions (cache + API). 2014-05-15 12:26:18 -05:00
Nathaniel Catchpole 8723cb9686 Revert "Revert "Issue #2241633 by sun: Simplify site-specific service overrides.""
This reverts commit ecf2fa7296.
2014-05-15 11:12:06 +01:00
Nathaniel Catchpole ecf2fa7296 Revert "Issue #2241633 by sun: Simplify site-specific service overrides."
This reverts commit c5c075dfd8.
2014-05-15 10:49:31 +01:00
Nathaniel Catchpole bf3ba52fa0 Issue #2209337 by tstoeckler: Remove hidden property from test extensions. 2014-05-13 17:55:52 +01:00
Nathaniel Catchpole c5c075dfd8 Issue #2241633 by sun: Simplify site-specific service overrides. 2014-05-13 13:29:49 +01:00
Nathaniel Catchpole 7a8d0cd2b7 Issue #2218117 by dawehner, EclipseGc: Bring back metatag support for the HtmlPage object. 2014-05-13 10:34:54 +01:00
Alex Pott 8494b0632a Issue #2262195 by sun: Various test classes are missing phpDoc. 2014-05-12 14:31:16 -05:00
Alex Pott 3d31d12b0e Issue #2262147 by sun: Various base test classes are not abstract. 2014-05-12 14:27:10 -05:00
Nathaniel Catchpole a78a106319 Issue #2241235 by Wim Leers: Shortcut/ShortcutSet entity types should use cache tags. 2014-05-12 10:58:30 +01:00
Nathaniel Catchpole 7bc792063e Issue #2263273 by alexpott: Config_snapshot table can be created by the storage class itself. 2014-05-12 10:58:09 +01:00
webchick cf7e2dbed4 Issue #2122761 by znerol, heddn: SessionHttpsTest only runs half the tests. 2014-05-11 11:57:20 -07:00
Dries 8f7c8644b6 Issue #2012468 by blueminds, plach: Add trusted roles recommendation to 'access site reports'. 2014-05-10 10:00:22 -05:00
webchick af56f3c37e Issue #2259525 by alexpott: System.action.user_add_role_action.ROLE_ID does not match any config schema. 2014-05-09 09:29:22 -07:00
Nathaniel Catchpole f9f3695d08 Issue #2228261 by beejeebus, kim.pepper, alexpott, Wim Leers | catch: Add a local, PhpStorage-based cache backend. 2014-05-09 16:51:24 +01:00
Nathaniel Catchpole fd0dcf9410 Issue #2256877 by znerol: Remove the API function to check if a cache bin is empty. 2014-05-09 14:57:55 +01:00
Nathaniel Catchpole 5a01a26f15 Issue #2257709 by znerol, Wim Leers: Remove the interdependence between the internal page cache and management of the Cache-Control header for external caches. 2014-05-09 10:52:16 +01:00
Nathaniel Catchpole 4b68f9afe4 Issue #2255369 by larowlan, Xano: DialogController does not respect ['#title'] for the page title. 2014-05-09 10:50:39 +01:00
Nathaniel Catchpole 209ef5e8c7 Issue #2216437 by Wim Leers: Entity labels are not in-place editable on 'full entity page' (prime example: node title). 2014-05-08 20:35:06 +01:00
Nathaniel Catchpole d633c8574b Issue #2257395 by marcingy: URL helper functions were converted in an inconsient manner. 2014-05-08 20:33:48 +01:00
Jennifer Hodgdon d6725d94ec Issue #2261459 by tim.plunkett: Expand deprecated comment for system_rebuild_theme_data 2014-05-08 07:25:11 -07:00
Nathaniel Catchpole 82aaa8af0a Issue #2152217 by joelpittet, mgifford, vijaycs85, jjcarrion, sun: Remove theme_form_required_marker() from the theme system - use CSS instead. 2014-05-08 14:40:44 +01:00
Nathaniel Catchpole 240056969a Issue #2257807 by znerol: Remove 'Forever' from the Page cache maximum age options. 2014-05-08 14:28:06 +01:00
Nathaniel Catchpole 8e342b8457 Issue #2241291 by Wim Leers: Regression: menu link-specific cache tags. 2014-05-08 13:29:15 +01:00
webchick eef067b5a5 Issue #2183113 by jhodgdon, effulgentsia, tim.plunkett, herom, larowlan: Update hook_help signature to use route_name instead of path. 2014-05-06 19:04:53 -07:00
webchick 9cdac07de5 Issue #2258831 by sun | Wim Leers: Stream wrappers of test runner are not restored after test completion. 2014-05-06 11:58:42 -07:00
webchick a2a6f6cdea Issue #2259167 by sun: Disable CSS/JS aggregation and caching in tests by default. 2014-05-06 11:56:45 -07:00
webchick 39edc2708e Issue #1871762 by eojthebrave, jibran, xjm: Add detailed documentation explaining the block system's architecture. 2014-05-06 11:24:18 -07:00
Dries 3a8dd52c67 Issue #2226761 by Wim Leers: Change all default settings and config to fast/safe production values. 2014-05-05 12:38:12 -04:00
Alex Pott 1299c3afcf Issue #2233619 by slashrsm, Jalandhar: Merge lookup functions in AliasManager. 2014-05-05 16:14:38 +01:00
Dries 2b9cec6dbe Issue #2176621 by sun, alexpott: Remove global . 2014-05-05 07:30:43 -04:00
Dries ed6861bca5 Issue #2248985 by sun: ScriptTest fails on Windows, runs against parent site. 2014-05-04 21:14:23 -04:00
webchick ace0879436 Issue #2240007 by sun, YesCT, mr.baileys | Gábor Hojtsy: Regression: early installer is not in RTL after selecting RTL language. 2014-05-04 09:52:12 -07:00
webchick 2250c09add Issue #1939008 by sun, joelpittet, gnuget, Gokul N K, sphism, drupalninja99, c4rl, Cottser, mdrummond, long wave, steveoliver, andypost, Fabianx | jenlampton: Convert theme_table() to Twig. 2014-05-04 00:07:44 -07:00
Dries 99b367da46 Issue #2099131 by jessebeach, Wim Leers, catch, Berdir, benjifisher, martin107, andypost: Use #pre_render pattern for entity render caching. 2014-05-02 17:43:59 -04:00
Alex Pott b0821d885e Issue #2079797 by ParisLiakos, Xano, amateescu, tim.plunkett: Provide a trait for $this->t() and $this->formatPlural(). 2014-05-02 08:29:56 +01:00
Nathaniel Catchpole 44b38852b8 Issue #2158571 by tstoeckler, dawehner, kgoel, tim.plunkett, catch, effulgentsia: Routes added in RouteSubscribers cannot be altered. 2014-05-01 10:46:02 +01:00
webchick 02a5887d4a Follow-up to Issue #2151105 : Helps if I commit the template file doesn't it? ;) 2014-04-30 13:11:23 -07:00
webchick e8f1ce1148 Issue #2151105 by Cottser, longwave, joelpittet: Convert theme_system_admin_index() to Twig. 2014-04-30 11:37:39 -07:00
webchick a1ca5f6eea Issue #2216529 by jhodgdon: Fill in topic/@defgroup docs for Config and State System. 2014-04-30 11:35:07 -07:00
webchick 633dd952f7 Issue #2216561 by jhodgdon: Fill in @defgroup/topic docs for Extending Drupal. 2014-04-30 11:33:22 -07:00
Nathaniel Catchpole 95c69f5b9b Issue #2208617 by tim.plunkett: Add key value entity storage. 2014-04-30 11:08:22 +01:00
Nathaniel Catchpole 773a992920 Issue #2241431 by anavarre: _content in routing files should always have a leading backslash. 2014-04-30 11:07:21 +01:00
Nathaniel Catchpole b73b86b8aa Issue #2245003 by znerol, YesCT, sun, damiankloip: Use a random seed instead of the session_id for CSRF token generation. 2014-04-30 10:47:49 +01:00
Alex Pott def57073bc Issue #2239065 by tim.plunkett | webchick: Overridden config bleeding through to configuration forms. 2014-04-30 08:00:07 +01:00
Nathaniel Catchpole 5c814d168d Issue #323926 by porchlight, Tor Arne Thune, mr.baileys, rszrama: Settings for non-existent theme. 2014-04-29 14:32:02 +01:00
Nathaniel Catchpole 2ea43def72 Issue #2228261 by beejeebus, kim.pepper, alexpott, Wim Leers: Add a local, PhpStorage-based cache backend. 2014-04-29 10:18:31 +01:00
Nathaniel Catchpole a0f81c79a3 Issue #2250381 by mortendk: Remove the inner div wrapper from forms. 2014-04-28 16:11:19 +01:00
webchick cf902f2547 Issue #2147009 by tim.plunkett, RoSk0 | vijaycs85: Convert all forms in ajax_forms_test module to FormInterface. 2014-04-25 22:54:43 -07:00
webchick c16288dcf0 Issue #2245989 by juampy: Wrong class docblock in TableSortExtenderUnitTest.php. 2014-04-25 22:45:52 -07:00
webchick 7a8d22e9c3 Issue #2235099 by ParisLiakos, catch: Move Archiver to Drupal/Core. 2014-04-25 22:38:40 -07:00
Alex Pott c79ac2f741 Issue #2238077 by Berdir, alexpott, tim.plunkett: Rename EntityFormController to EntityForm. 2014-04-26 00:12:39 +01:00
Alex Pott 3937bda8e6 Issue #2243549 by agerson, cs_shadow | jhodgdon: Text changes needed as follow-up to Menu UI module rename. 2014-04-25 23:26:53 +01:00
Alex Pott d196e8fb57 Issue #2207743 by dawehner, Xano: Convert element_info() to a service. 2014-04-25 23:14:29 +01:00
Alex Pott 750a1d8465 Issue #216064 by Xano, idflood, drifter, Artusamak, ygerasimov, sun, ParisLiakos, Cottser, TravisCarden, marcingy, floretan, catch, tedbow: Entity form "Delete" button triggers server-side + HTML5 form validation; change "Delete" button to a link. 2014-04-25 20:31:57 +01:00
Alex Pott 8a56782390 Issue #2208475 by sun, Xano, Jalandhar, andrei.dincu: Move Settings into Drupal\Core\Site\Settings. 2014-04-25 20:13:44 +01:00
Nathaniel Catchpole 9aeaf29f0f Issue #2247281 by sun, pwolanin: Installer checks wrong config storage to verify installation state. 2014-04-25 14:41:12 +01:00
Nathaniel Catchpole 4c83e77675 Issue #2248151 by tim.plunkett, xjm, alexpott: Configurable plugins can not control instance-specific config dependencies. 2014-04-25 11:37:37 +01:00
Dries 82f25bf143 Issue #2168321 by longwave, martin107: Several files have incorrect indentation. 2014-04-24 15:06:35 +02:00
Nathaniel Catchpole 25991e9918 Issue #1842326 by c4rl, sun, joelpittet, pakmanlh, jjcarrion | jenlampton: Merge _theme_table_cell() into theme_table(). 2014-04-23 11:53:03 +01:00
webchick 43ff331ebb Issue #2246637 by ivanjaros: Status-report.html.twig is missing @file tag. 2014-04-22 21:01:59 -07:00
webchick a839132084 Issue #2245783 by tim.plunkett: Regression: Help blocks display on 403/404 page. 2014-04-22 20:58:34 -07:00
webchick 2867e69af6 Issue #2228721 by amateescu, drunken monkey: TypedData doesn't support config entity types; flag errors if you try. 2014-04-22 20:40:16 -07:00
webchick ed38d9eb44 Issue #2194823 by znerol, YesCT, dawehner: Ensure that all content/page routes have an _title. 2014-04-22 20:05:46 -07:00
Andreas Hennings 940e0dffb8 Issue #2083547 by donquixote: Implement PSR-4 for module-provided class files.
This affects class loading, plugin discovery and test discovery.

PSR-0 is still supported, and no module class files are moved yet.
2014-04-22 16:50:40 -07:00
webchick 5e4b8a1111 Issue #2198429 by alexpott: Make deleted fields work with config synch. 2014-04-22 12:50:19 -07:00
webchick 2c90c67c4e Issue #1067408 by alexpott, Jalandhar, jessebeach, Désiré, neetu morwani, dawehner, sun: Themes do not have an installation status. 2014-04-22 11:37:12 -07:00
webchick 13c930f9ec Issue #2216527 by sun: Inject a serialization format into database key/value storage. 2014-04-18 14:21:17 -07:00
webchick b390475f1a Issue #2208633 by sun: Add a Yaml class to Drupal\Component\Serialization. 2014-04-18 09:45:14 -07:00
webchick 2681750501 Issue #2208609 by sun, Jalandhar, damiankloip: Move Json utility class into Drupal\Component\Serialization. 2014-04-18 08:32:47 -07:00
Nathaniel Catchpole c8f6aceba4 Issue #2231419 by sun, jibran, Rajendar Reddy, Jalandhar, damiankloip: Merge obsolete CachedModuleHandler into ModuleHandler. 2014-04-18 14:35:05 +01:00
Alex Pott b4dba2ba6f Issue #2236207 by znerol: Use router request context instead of request service in system breadcrumb builder. 2014-04-18 14:25:07 +01:00
Nathaniel Catchpole 0b807696d5 Issue #2241461 by Berdir, juampy: Locale + basic_auth results in current_user circular reference. 2014-04-18 13:27:27 +01:00
Alex Pott 1e15efd7d2 Issue #2202629 by sun: Move Drupal\Core\KeyValueStore\State* into Drupal\Core\State\State*. 2014-04-18 11:53:27 +01:00
webchick 1521f98cd9 Issue #2218039 by dawehner, sun: Render the maintenance/install page like any other HTML page. 2014-04-17 13:12:22 -07:00
webchick f0bed14de3 Issue #2233787 by alexpott, xjm | tim.plunkett: Move default configuration into extension/config/install to clarify its purpose. 2014-04-16 15:00:30 -07:00
Alex Pott 12b53d008f Issue #2229183 by martin107, dawehner: Use ContainerAwareTrait instead of extending ContainerAware. 2014-04-16 21:55:58 +01:00
Nathaniel Catchpole 17561142cb Issue #2221695 by brantwynn, ianthomas_uk, grom358, ParisLiakos, Jalandhar: Remove uses of deprecated URL functions. 2014-04-16 16:05:41 +01:00
Alex Pott 0231d3538b Issue #2232425 by danblack: Database Schema field/column default value is not properly quoted via PDO::quote(). 2014-04-16 15:08:13 +01:00
Alex Pott e601933f6f Issue #2086463 by Jalandhar, cr0ss, jdanthinne: No colon needed for options labels. 2014-04-16 10:18:06 +01:00
Alex Pott 7ad0c57207 Issue #2182239 by Berdir, andypost: Improve ContentEntityBase::id() for better DX. 2014-04-16 10:11:41 +01:00
Nathaniel Catchpole 5e642cfb27 Issue #2196067 by mondrake, fietserwin: Remove setWidth and setHeight from ImageInterface. 2014-04-16 09:54:36 +01:00
webchick c6e469e9db Issue #2152201 by Salah Messaoud, Manuel Garcia, steveoliver, joelpittet, burgerboydaddy, katy5289, hussainweb, shanethehat, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, Cottser, dsdeiz, hanpersand: Convert theme_checkboxes() to Twig 2014-04-15 20:52:59 -07:00
webchick 63d545ed79 Issue #2239255 by cs_shadow, ivanjaros: Action variable is defined twice in BulkForm::viewsFormSubmit. 2014-04-15 20:23:25 -07:00
Alex Pott 972b532d90 Issue #1987848 by disasm, ocsilalala, kim.pepper, pwieck, Cottser, pratik60, h3rj4n, pfrenssen, InternetDevels, ParisLiakos, rgoodine, tlyngej, vijaycs85, robeano: Convert system_theme_default() to a new style controller. 2014-04-15 22:30:01 +01:00
Nathaniel Catchpole 5639ae2d7b Issue #1167248 by Berdir, damiankloip, Alan Evans, beejeebus, catch: Add CacheBackendInterface::setMultiple(). 2014-04-15 20:48:35 +01:00
Nathaniel Catchpole ef650e7272 Issue #2147689 by Xano: [regression] Support route parameters for *info.yml files' configure route name. 2014-04-15 20:19:00 +01:00
Nathaniel Catchpole 26d253c768 Issue #2239299 by tim.plunkett: Form errors should only be set during validation. 2014-04-15 20:12:58 +01:00
webchick 95e6d3a549 Issue #2236553 by xjm, dags, Gaelan, alexpott: Config import validation needs to be able to list multiple issues and the messages should be translatable. 2014-04-14 13:45:42 -07:00
webchick ea22b21949 Issue #2238069 by alexpott, xjm: Create a way to add steps to configuration sync. 2014-04-13 15:27:54 -04:00
webchick 59dc3c3b13 Revert "Issue #2238069 by alexpott: Create a way to add steps to configuration sync."
Wrong commit credit.

This reverts commit 0a93d9a16b.
2014-04-13 15:27:27 -04:00
webchick 0a93d9a16b Issue #2238069 by alexpott: Create a way to add steps to configuration sync. 2014-04-13 15:23:42 -04:00
Alex Pott e562ca4dd3 Issue #2085243 by dawehner: Rename Menu module into Menu UI module. 2014-04-13 15:04:02 -04:00
Alex Pott 62ba47d26a Revert "Issue #2085243 by dawehner: Rename Menu module into Menu UI module."
This reverts commit 07f63fe6f3.
2014-04-13 15:03:35 -04:00
Alex Pott f122f87451 Issue #2227869 by joelpittet: Remove magic printing from Attribute class to make Twig 'without' filter work for attributes. 2014-04-13 14:56:00 -04:00
webchick f9f3e7f2cf Issue #2237963 by Wim Leers: Remove dead menu system code: menu_get_active_trail() and friends. 2014-04-13 14:18:38 -04:00