Commit Graph

22201 Commits (8b80b47c832c7d4d4896525ec2e09204d1cea989)

Author SHA1 Message Date
webchick 8b80b47c83 Issue #2083947 by Outi, ry5n: System.module: Update use of icons to new standards. 2013-09-24 22:29:34 +02:00
webchick 674460423e Issue #2094817 by mcjim: Fixed Vertical toolbar down icons are stretched. 2013-09-24 22:13:14 +02:00
webchick d05b3d3311 Issue #2016875 by echoz, LewisNyman, rteijeiro, ry5n: Admin navigation list style update. 2013-09-24 21:52:43 +02:00
catch 013669a29d Issue #2091523 by yched, pfrenssen: Fixed Install in foreign language fails with integrity constraint violation on user_picture_target_id. 2013-09-24 12:52:31 +01:00
webchick 683b300a7d Issue #2094445 by Outi, eigentor: Fixed installer right padding - make it look balanced. 2013-09-23 17:48:55 +02:00
webchick 54fa43e0a9 Issue #2055843 by dmoore: Fixed Installation fatal error: Cannot redeclare standard_form_install_configure_form_alter() in case-insensitive filesystems. 2013-09-23 17:31:42 +02:00
webchick 5a7f9301d8 Issue #2090353 by dawehner: Don't require to put the use statement into plugin classes. 2013-09-23 17:23:40 +02:00
webchick f384cbdcef Issue #2087327 by damiankloip: Add text search functionality to views listing page. 2013-09-23 17:21:40 +02:00
webchick 6fd72a2c6e Issue #2095115 by beejeebus: Delete ViewTestConfigInstaller and have ViewTestData create views, not 'import' them. 2013-09-23 17:11:18 +02:00
webchick a4f9d8e33a Issue #2041885 by BTMash, cweagans, klausi: Move HTTP basic authentication provider to a separate module. 2013-09-23 16:44:41 +02:00
Alex Pott e40eb19722 Issue #2086095 by yched, swentel, Hydra: Fixed Remove remaining references to field_sql_storage(). 2013-09-23 15:04:08 +02:00
Alex Pott 47ec9cf0be Issue #2076085 by dawehner, damiankloip, Letharion, pwolanin: Resolve the need for a 'title callback' using the route . 2013-09-22 17:01:56 +02:00
Alex Pott 983bdabca9 Issue #2062157 by Garbar, undertext: In ViewsBlock Rename Views properties to core standards. 2013-09-22 15:12:53 +02:00
Alex Pott 2891848ce4 Issue #2057377 by Xano: Added Implement hook_entity_access() and hook_entity_create_access(). 2013-09-22 15:09:58 +02:00
Nathaniel Catchpole d7fa47b49b Issue #1605290 by amateescu, msonnabaum, Caseledde, damiankloip, beejeebus, catch, Berdir, Wim Leers: Enable entity render caching with cache tag support. 2013-09-22 09:31:05 +01:00
webchick bb29548d19 Issue #1793648 by nod_, kmox83, droplet, rteijeiro: Follow-up: replace all occurence of Drupal.settings with drupalSettings. 2013-09-22 01:39:42 +02:00
webchick ee74914b50 Issue #2040021 by Wim Leers, tim.plunkett: Fixed In-place editing of nodes does not create new revisions (when the content type is configured to create new revisions by default). 2013-09-22 01:10:04 +02:00
webchick 34078b7291 Issue #2058843 by rteijeiro, jessebeach: Be consistent with respect to which strings within JS code should be overriddable via drupalSettings. 2013-09-22 01:05:50 +02:00
webchick 79b57a95d4 Issue #2093077 by Wim Leers: Fixed target attribute is set to '0' when creating a link without checking the 'Open in new window' checkbox. 2013-09-22 00:35:18 +02:00
webchick 7b5109dd72 Issue #2092871 by Wim Leers: Fixed width and height attributes are empty when inserting an image. 2013-09-22 00:28:11 +02:00
webchick bb92523035 Issue #2094797 by dawehner, Gábor Hojtsy, webflo: Fixed Config entities upcast from the request always get default language context. 2013-09-22 00:03:20 +02:00
Alex Pott b3b073ea57 Issue #2039677 by lokapujya: Fixed 'provider' keys for comment wizard default filter definitions. 2013-09-21 18:47:41 +02:00
Alex Pott d200436055 Issue #2083615 followup by Gábor Hojtsy: Use links annotation for config entity URI like for content entities. 2013-09-21 18:27:34 +02:00
Alex Pott 9c15199f33 Issue #1823454 by jhodgdon: Verify transliteration data sources and their quality, and potentially eliminate maintenance. 2013-09-21 18:08:16 +02:00
Alex Pott 477cb6ee97 Issue #2041225 by swentel: Fixed FieldInstance::delete() doesn't clean up all form modes. 2013-09-21 18:00:22 +02:00
Alex Pott 29dd37a213 Issue #2083983 by damiankloip: Unit test Drupal\serialization\Encoder\XmlEncoder class. 2013-09-21 17:55:13 +02:00
Alex Pott 4be4a98352 Issue #2078917 by sun: Fixed E-mails contain double spaces in soft-wrapped sentences. 2013-09-21 17:42:10 +02:00
Alex Pott 8ebd5dc985 Issue #2063461 by damiankloip, oadaeh, dawehner: Fixed Automatically fetch the count of items, if there is @total part of the result area. 2013-09-21 17:27:52 +02:00
Alex Pott 37422573a3 Issue #2053489 followup by tim.plunkett, klausi: Standardize on \Drupal throughout core. 2013-09-21 17:23:51 +02:00
Alex Pott 4351d67f7b Issue #2045685 by amontero: Fixed Broken 'Visit your new site' link at install process finish page if web path contains '/core'. 2013-09-21 13:59:33 +02:00
Alex Pott 523c8b6cb0 Issue #2089671 by disasm, tim.plunkett: Convert non-test form callbacks to new form controller. 2013-09-21 13:42:43 +02:00
webchick b13a82c2bb Issue #1778122 follow-up by beejeebus: Added missing = sign. 2013-09-21 06:29:43 +02:00
Nathaniel Catchpole dd841bafef Issue #2093027 by Gábor Hojtsy: Fixed Regression: contact category titles not used for page title anymore. 2013-09-20 15:39:18 +01:00
Nathaniel Catchpole 61e5755092 Issue #2078753 by andypost: history_read() should take an array of node IDs. 2013-09-20 15:36:29 +01:00
Nathaniel Catchpole 2e19b481ae Issue #1831846 by katbailey, maciej.zgadzaj, dawehner, RobLoach, moe4715, Hydra, larowlan, andypost: Fixed Help block is broken with language path prefixes. 2013-09-20 14:44:12 +01:00
Nathaniel Catchpole 4432bb7e1b Issue #2062023 by rhm50, InternetDevels: Replace user_access() calls with $account->hasPermission() in statistics module. 2013-09-20 14:29:09 +01:00
Nathaniel Catchpole 2eccba71b6 Issue #2062005 by InternetDevels: Replace user_access() calls with $account->hasPermission() in menu module. 2013-09-20 14:12:46 +01:00
Nathaniel Catchpole e8623ae707 Issue #2044505 by bowersox: Fixed Remove empty headers in Views UI <h2 id="views-ajax-title"></h2>. 2013-09-20 14:11:19 +01:00
Nathaniel Catchpole cec07cb18d Issue #1778122 by scor, linclark, effulgentsia, tim.plunkett: Fixed HEAD broken: Enable modules to inject attributes into field formatters, so that RDF attributes get output. 2013-09-20 12:42:54 +01:00
Nathaniel Catchpole f0ef79ce8c Issue #1888702 by Berdir: Fixed Use configuration selection instead of derivatives for some blocks. 2013-09-20 11:21:32 +01:00
Nathaniel Catchpole 5c88ea314d Issue #2064181 by klausi: Fixed Filter format access bypass on POST/PATCH. 2013-09-20 11:18:48 +01:00
Nathaniel Catchpole 9e5def44b7 Issue #1778122 by scor, linclark, effulgentsia: Fixed Enable modules to inject attributes into field formatters, so that RDF attributes get output on the appropriate elements. 2013-09-20 10:59:23 +01:00
Nathaniel Catchpole 8980243b8f Issue #2076283 by dawehner, pwolanin, neclimdul: Allow local task plugins on paths with a dynamic value (like a node). 2013-09-20 10:53:46 +01:00
webchick a1346c8e82 Issue #1199946 follow-up by dawehner: Fix broken HEAD. 2013-09-19 18:01:16 -07:00
Dries 65b155d9c2 Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed. 2013-09-19 18:22:53 +02:00
webchick 6b7bdcdd8c Issue #2076033 by juampy: Fixed PHP warning when looking if a REST resource defines authentication providers. 2013-09-19 00:19:58 -07:00
webchick bc79673848 Issue #2090973 by tstoeckler: Minor comment typo in EntityNG. 2013-09-18 23:14:57 -07:00
webchick deebed44b2 Issue #2087231 by tim.plunkett, pwolanin: Add a PluginBase in the Core namespace with t() as a helper method. 2013-09-18 18:48:18 -07:00
webchick ef2e45b0e8 Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers. 2013-09-18 11:30:30 -07:00
Nathaniel Catchpole 61fcb6fc01 Issue #1927174 by jessebeach, Wim Leers, nod_, Gábor Hojtsy: Complete the work to make the Toolbar administration menu sub tree rendering more efficient. 2013-09-18 14:24:42 +01:00