Commit Graph

6053 Commits (6b7bdcdd8ca4ad6d3b3ffe5da1e1613ee54e5100)

Author SHA1 Message Date
Nathaniel Catchpole e8263cf75e Issue #2068135 by rhm50: Remove Unused local variable () from /core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php. 2013-08-26 22:09:51 +01:00
Nathaniel Catchpole 16633608f7 Issue #2071429 by tim.plunkett: Do not inject request via factory method in ForumFormController. 2013-08-26 11:40:41 +01:00
Nathaniel Catchpole 292f51a7a4 Issue #2071473 by tim.plunkett: Modernize image.module forms. 2013-08-26 11:32:36 +01:00
Nathaniel Catchpole 5ab08474d5 Issue #2071493 by tim.plunkett: Modernize field_ui().module forms. 2013-08-26 11:30:37 +01:00
Nathaniel Catchpole 7e1dbf11fa Issue #2071439 by tim.plunkett: Modernize config.module forms. 2013-08-26 11:28:24 +01:00
Nathaniel Catchpole 68edb410f4 Issue #2070791 by tstoeckler: Remove unnecessary request context futzing in \Drupal\system\Tests\Routing\RouterTest::testUrlGeneratorFront(). 2013-08-26 11:25:57 +01:00
Nathaniel Catchpole 43ba1e0a8b Issue #2060721 by legolasbo: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Plugin/Block/SystemMenuBlock.php. 2013-08-26 11:22:38 +01:00
Nathaniel Catchpole a1fe2608bc Issue #2044841 by chx, Berdir: Fixed EFQ relationships broken for entity types with bundles. 2013-08-26 11:20:53 +01:00
Nathaniel Catchpole 67df21d74a Issue #2064611 by dawehner: Fixed You can't create a shortcut to a route entry without hook_menu(). 2013-08-25 21:25:10 +01:00
Nathaniel Catchpole 8af9f50ed4 Issue #2071655 by Berdir: Fixed AliasWhitelist implements CacheCollector incorrectly, resulting in cache write on every request. 2013-08-25 21:23:22 +01:00
Alex Pott 0489b631a8 Issue #2065721 by tim.plunkett: Add a dedicated @Block plugin annotation. 2013-08-25 19:57:31 +01:00
Alex Pott 703e9e476c Issue #2021063 by Berdir, kiamlaluno, YesCT: Use hook_entity_operation_alter() for manage fields and manage display links. 2013-08-25 11:41:10 +01:00
Alex Pott 6aa975ca5f Issue #2015701 by klausi, pfrenssen, amateescu: Convert field type to typed data plugin for entity reference module. 2013-08-25 11:02:51 +01:00
Alex Pott 3c2bee1d4a Issue #2067881 by ZenDoodles, mradcliffe: Fixed Search is missing from block admin UI after installation. 2013-08-25 10:56:12 +01:00
Alex Pott 499080f36c Issue #1987858 by oenie, jibran, tim.plunkett: Convert taxonomy_autocomplete() to a new style controller. 2013-08-25 10:38:07 +01:00
Alex Pott e2e8b97551 Issue #2071997 by yched: Fixed Race condition in caching of field & instance definitions. 2013-08-25 09:48:46 +01:00
Nathaniel Catchpole 2db966381a Issue #2062151 by dawehner: Create a current user service to ensure that current account is always available. 2013-08-25 07:44:25 +01:00
Alex Pott 8c23138311 Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'. 2013-08-24 11:27:40 +01:00
Alex Pott 85963a7892 Issue #2061835 by thedavidmeister, Cottser: Fixed theme() doesn't enforce that what it returns is a string or FALSE. 2013-08-24 11:25:44 +01:00
Alex Pott 06ca120b3e Issue #2068269 by dawehner: Use _content where possible in views_ui().routing.yml. 2013-08-24 09:56:39 +01:00
Alex Pott 4d783b7369 Issue #1889644 by Berdir: Convert drupal_mail_system() to a MailFactory service to allow more flexible replacements. 2013-08-24 09:52:50 +01:00
Alex Pott f37f7a1e9c Issue #1978932 by laurentchardin, kbentham: Convert overlay_ajax_render_region() to a Controller. 2013-08-24 09:48:10 +01:00
Alex Pott 5fc01a83e8 Issue #2072181 by dawehner, tim.plunkett: Change title in blocks form for items_per_page(). 2013-08-24 01:51:29 +01:00
webchick 094a9e16b5 Issue #2067427 by Wim Leers: Fixed Drupal.editors.ckeditor.attachInlineEditor() should pass Drupal-specific settings like Drupal.editors.ckeditor.attach() does. 2013-08-23 07:17:00 -07:00
Nathaniel Catchpole 2824506d4d Issue #2063191 by larowlan, marthinal: Fixed Menu items do not save if the menu path is an alias. 2013-08-23 13:23:49 +01:00
Alex Pott 6cb659a97e Issue #2039521 by Berdir, tim.plunkett: Convert FilterPluginManager to extend DefaultPluginManager. 2013-08-23 02:53:08 +01:00
Alex Pott e21eae47ea Issue #2068069 by Xano: Fixed Outdated @todo in TypedDataManager. 2013-08-23 02:46:31 +01:00
Alex Pott 5f0fc08ba7 Issue #2029167 by oadaeh, mandarmbhagwat78: Fixed Global text textarea is hidden due a CSS problem in Firefox. 2013-08-23 02:44:46 +01:00
Alex Pott 818d962ef8 Issue #2009654 by Cottser, InternetDevels, jesse.d, Carolyn, jenlampton: Replace theme() with drupal_render() in locale module. 2013-08-23 02:36:59 +01:00
Alex Pott 3f97e8ceee Issue #2009580 by pplantinga, Samvel, hussainweb, andypost, siccababes: Replace theme() with drupal_render() in image module. 2013-08-23 02:17:12 +01:00
Alex Pott 6fa0fe8a6f Issue #2047593 by damiankloip: Inject dependencies into EntityDerivative derivative class. 2013-08-23 01:56:33 +01:00
webchick 2132c17948 Issue #2057155 by pwolanin, dawehner: Add a generateFromRoute() method on the url generator to accept options like url(). 2013-08-22 10:28:40 -07:00
webchick fa967340e3 Revert "git commit -m Issue"
Stupid commit message. :P Fixing. :P

This reverts commit 838bf21e31.
2013-08-22 10:25:55 -07:00
webchick 838bf21e31 git commit -m Issue 2013-08-22 10:21:03 -07:00
webchick 4165a693c9 Issue #2069191 by aspilicious, dawehner: Fixed PageTitle tests aren't run. 2013-08-22 09:46:38 -07:00
webchick 93bdc95dd0 Issue #2068207 by hron84: Fixed Mistyped error message in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php. 2013-08-22 09:45:11 -07:00
webchick 99dba0a3fc Issue #2070579 by killes@www.drop.org: Remove killes from MAINTAINERS.txt. 2013-08-22 07:51:23 -07:00
Alex Pott 88b192cd8d Issue #1912604 by joelpittet, mondrake, damiankloip, gollyg, Cottser: Convert theme_views_mini_pager() to twig. 2013-08-22 12:07:26 +01:00
Alex Pott 0e47ce3293 Revert "Issue #2060405 by Wim Leers: Fixed Impossible to uninstall any module using the file usage service, because it is impossible to delete all file usages by a module."
This reverts commit 858674f0d1.
2013-08-22 11:19:04 +01:00
Alex Pott 410d56a7ba Issue #2059245 by tim.plunkett, msonnabaum: Add a FormBase class containing useful methods. 2013-08-22 03:02:00 +01:00
Alex Pott 5460c03e89 Issue #1856766 by chx, Berdir, heyrocker, kim.pepper: Convert file_public_path() to the new settings system (make it not configurable via UI or YAML). 2013-08-22 02:11:07 +01:00
Alex Pott 5778af9115 Issue #2011918 by Liam Morland, jesse.d, scor: Fixed Titles are often double-escaped (including in the content attribute of the dc:title meta element for nodes). 2013-08-22 01:21:58 +01:00
Nathaniel Catchpole 120bbc9701 Issue #1911492 by jibran, Manuel Garcia, derhasi, damiankloip, pcambra, dawehner, tstoeckler: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-21 11:35:55 +01:00
Nathaniel Catchpole 876a1b180a Issue #2056293 by sauravshrestha: Remove empty test Drupal\node\Tests\NodeEntityFieldQueryAlterTest. 2013-08-21 08:49:03 +01:00
Nathaniel Catchpole ab69f178b6 Issue #2022931 by tim.plunkett, ParisLiakos: Move drupal_var_export() to \Drupal\Component\Utility. 2013-08-21 08:45:23 +01:00
Nathaniel Catchpole b761f76a65 Issue #2056627 by dawehner, tim.plunkett: Fixed Regression, Form API autocomplete is broken for routes. 2013-08-21 08:34:21 +01:00
Nathaniel Catchpole 350c73f1eb Issue #1987884 by dawehner: Convert update_callback_service_unavailable() to a new style controller. 2013-08-21 08:10:19 +01:00
webchick 4406bee55b Issue #2067495 by xjm: Add mtift to MAINTAINERS.txt for the configuration system. 2013-08-20 23:53:27 -07:00
Nathaniel Catchpole c679b5dbb2 Issue #2068217 by thedavidmeister: Fixed array('hook') syntax for suggestions is broken for #theme_wrappers(). 2013-08-21 06:55:44 +01:00
Nathaniel Catchpole de9f13c1b8 Issue #2062131 by danylevskyi, NonProfit: In MachineName Class Rename Views properties to core standards. 2013-08-21 06:50:33 +01:00
Nathaniel Catchpole 928a366d16 Issue #2067891 by dawehner: Remove override of check_plain(). 2013-08-21 06:45:35 +01:00
Nathaniel Catchpole ae52fa173a Issue #2065949 by idflood, larowlan: Fixed REST export view add requirement to all paths, leading to 'Method Not Allowed' on most forms. 2013-08-21 05:26:43 +01:00
Nathaniel Catchpole a911c113a9 Issue #1961542 by mtift, ParisLiakos: Added Drupal::transliteration() and replace calls to transliteration service with it. 2013-08-21 02:49:29 +01:00
Nathaniel Catchpole 9ed73eabae Issue #1987686 by daffodil_naveen, stella, marcingy, sidharthap, vijaycs85, kmoll, dawehner: Convert dblog_event() to a new style controller. 2013-08-21 02:47:29 +01:00
Nathaniel Catchpole b4a88eddb8 Issue #2052995 by dawehner: Add a route to the frontpage. 2013-08-21 02:26:31 +01:00
Nathaniel Catchpole 193c713344 Issue #2067531 by mtift: Deprecate variable_* functions. 2013-08-21 02:23:14 +01:00
Nathaniel Catchpole a2d86efbd6 Issue #2050801 by yched, amateescu: Unify handling of default values between base and configurable fields. 2013-08-21 02:04:06 +01:00
Nathaniel Catchpole 7dc6bbf011 Issue #2014043 by kgoel, nathangervais: Replace drupal_container() with \Drupal in the views module. 2013-08-21 02:01:19 +01:00
Alex Pott 3e8393446c Issue #2049709 by plopesc: TranslationManager::translate() should be on an interface. 2013-08-21 00:05:40 +01:00
Alex Pott 265940c82a Issue #2038707 by chx, rlmumford, yanniboi, andrewbelcher: Entity query sql backend limits storage controllers changes in contrib. 2013-08-20 18:18:33 +01:00
Nathaniel Catchpole 55092dc758 Issue #2059313 by StephaneQ, giammi: Cache simpletest_phpunit_get_available_tests(). 2013-08-20 13:51:51 +01:00
Alex Pott 375a708147 Issue #2067127 by yched: Reorganize the contents of field.* files. 2013-08-20 11:58:32 +01:00
Nathaniel Catchpole 9ef3a52fe7 Issue #1911492 by jibran, Manuel Garcia, derhasi, pcambra, dawehner, damiankloip, tstoeckler: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-20 03:24:48 +01:00
Alex Pott d663924e93 Issue #2064557 by tim.plunkett: Improve strange coupling in EntityListControllers by improving buildRow() and buildHeader(). 2013-08-19 21:30:34 +01:00
webchick 5b001b81da Issue #2031385 by Wim Leers, Thomas Brekelmans: Fixed Editor's in-place editing AJAX endpoint broken because of #1043198 and routing system bug. 2013-08-19 08:45:11 -07:00
Nathaniel Catchpole 979f8348b6 Issue #1999376 by chertzog, chrisjlee: Use Symfony Request for filter module. 2013-08-19 15:38:31 +01:00
Nathaniel Catchpole 0de8bea702 Issue #2067007 by andypost: Replace \Drupal:: with ->container->get() in test classes of aggregator module. 2013-08-19 15:34:20 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
Nathaniel Catchpole 7ed961472b Issue #1691394 by pwolanin, nod_, tim.plunkett: Fixed Drupal settings gets broken by AJAX requests. 2013-08-18 14:37:03 +01:00
webchick 75644c155f Issue #1965650 by Pancho, mradcliffe, manningpete, rabbit_media, DeeLay: Fixed Comment rendering broken: comment body rendered outside of the bubble. 2013-08-18 00:17:51 -07:00
webchick bb7404d3d2 Issue #2067541 by jlindsey15: Fixed Remove Unused local variable from /core/modules/views/lib/Drupal/views/ViewStorageController.php. 2013-08-17 23:52:43 -07:00
Alex Pott 4784baff4f Issue #1969708 by dawehner, tim.plunkett: Add a dedicated annotation for @ImageToolkit plugins. 2013-08-17 04:35:02 -05:00
Alex Pott 58d8e35c38 Issue #2003058 by ashwinikumar, ebeyrent, DmitryDrozdik, benjy: Replace drupal_container() with Drupal::service() in the block module. 2013-08-16 18:26:53 -05:00
Alex Pott f325f63c56 Issue #1987808 by h3rj4n, vijaycs85, Dave.Ingram, tim.plunkett: Convert system_admin_compact_page() to a new style controller. 2013-08-16 18:18:07 -05:00
webchick 0dff05dac7 Issue #2011578 by follow-up by soulston, eatings: Restore missing <head> tag. 2013-08-16 14:56:59 -07:00
Dries 8c5f572b69 Issue #2032535 by dawehner, katbailey, pwolanin, Crell: Resolve 'title/title callback' by adding a _title propery on the route and allow a title be part of the render array. 2013-08-16 15:36:55 -05:00
Dries 52676a7bf6 Issue #2028535 by nick_schuch, clemens.tolboom: Provide a TourTestBase class for use by core and contrib modules. 2013-08-16 15:16:15 -05:00
Dries 07298d66e4 Issue #1911492 by jibran, Manuel Garcia, derhasi, pcambra, dawehner, damiankloip: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-16 14:49:18 -05:00
Dries 6633dfd9c7 Issue #2062745 by dawehner: Automatically set the request context on the url generator. 2013-08-16 12:50:38 -05:00
Dries 994b3c31aa Issue #2061275 by StephaneQ: Page falsely states that hook_cron() is required to use hook_cron_queue_info(). 2013-08-16 12:49:11 -05:00
Dries 3868033249 Issue #2046303 by kim.pepper: Convert aggregator_form_category() to FormInterface. 2013-08-16 12:32:24 -05:00
Dries dd95e4bae3 Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
webchick 21226ab1b1 Issue #2001044 by alexander.ilivanov, ebeyrent, DmitryDrozdik, jlbellido, aitiba, alexpott, alvar0hurtad0, ayelet_Cr: Replace drupal_container() with Drupal::service() in the user module. 2013-08-16 08:05:02 -07:00
webchick 58bcfb7148 Issue #2067087 by Dave Reid: Remove Dave Reid from most of MAINTAINERS.txt. 2013-08-16 07:44:49 -07:00
webchick 71609c2310 Issue #2066783 by quicksketch: Remove quicksketch from MAINTAINERS.txt. 2013-08-16 07:32:41 -07:00
Nathaniel Catchpole bddf97821e Issue #2065149 by damiankloip: Fixed Cache local action plugin definitions. 2013-08-16 15:22:05 +01:00
Alex Pott f5544cd6fb Issue #2065125 by sergeypavlenko: Remove Unused local variable () from /core/modules/views/lib/Drupal/views/DisplayBag.php. 2013-08-15 17:31:42 -05:00
Dries a18a231ea4 Issue #2056721 by Berdir, effulgentsia: Remove or rename TypedDataInterface::getType(). 2013-08-15 15:23:43 -05:00
webchick c3be1f10ee Issue #2057227 by vijaycs85, YesCT, Gábor Hojtsy: Fixed Field instance needs uri() method different from the default. 2013-08-15 10:59:35 -07:00
webchick 552ed3b356 Issue #2064641 by jlindsey15: Fixed Remove Unused local variable from /core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php. 2013-08-15 10:40:46 -07:00
webchick 8741478544 Issue #2062245 by duozersk: Fixed Remove Unused local variable () from /core/lib/Drupal/Core/Path/AliasManager.php. 2013-08-15 10:35:33 -07:00
webchick 983d07be2d Issue #2056513 follow-up by tim.plunkett: REALLY remove PluginUI subsystem. 2013-08-15 10:28:36 -07:00
Dries 4e71065321 Issue #2058321 by tim.plunkett, pameeela: Move the 'place block' UI into the block listing. 2013-08-15 10:29:30 -05:00
Dries d6ba81b6d5 Issue #2058321 by tim.plunkett, pameeela: Move the 'place block' UI into the block listing. 2013-08-15 10:28:57 -05:00
Nathaniel Catchpole cd15b235db Issue #2046737 by dawehner, pwolanin, tim.plunkett: Add a method to the AccessManager that only needs a route name and parameters. 2013-08-15 08:44:05 +01:00
Nathaniel Catchpole d789fcbfdf Issue #2064591 by larowlan: Missing test coverage for multiple custom block types. 2013-08-15 08:20:15 +01:00
webchick c3ee96567e Issue #1957142 follow-up by dawehner, jibran: Fix a few more config() => Drupal::config() stragglers. 2013-08-14 21:13:48 -07:00
Nathaniel Catchpole faca27de72 Issue #2015313 by tim.plunkett, Berdir, chx, niko-: Fixed Missing filters result in Exception when the format is used. 2013-08-15 03:23:34 +01:00
Nathaniel Catchpole 8abed81318 Issue #2036351 by damiankloip, dawehner, Xano: Convert CSRF tokens to a service is broken for skip_anonymous(). 2013-08-15 02:55:07 +01:00
webchick 129031e49d Issue #1995046 by pfrenssen, andypost, tim.plunkett: BlockListController doesn't call parent::getOperations() and so 'delete' is the default dropbutton operation. 2013-08-14 13:08:24 -07:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott 858674f0d1 Issue #2060405 by Wim Leers: Fixed Impossible to uninstall any module using the file usage service, because it is impossible to delete all file usages by a module. 2013-08-14 07:54:05 -05:00
Alex Pott f64687a2be Issue #2060813 by legolasbo: Remove Unused local variable $info from /core/lib/Drupal/Core/Database/Driver/mysql/Schema.php. 2013-08-14 07:24:01 -05:00
Alex Pott a45c88fa3e Issue #2064277 by sergeypavlenko: Remove Unused local variable $html from /core/modules/node/lib/Drupal/node/Tests/PageViewTest.php. 2013-08-14 07:22:24 -05:00
Alex Pott 0bbd2b0ee3 Issue #2064289 by sergeypavlenko: Remove Unused local variables from /core/modules/views/views.theme.inc. 2013-08-14 07:21:01 -05:00
Alex Pott 525145995d Issue #2062191 by duozersk: Remove Unused local variables from EntityNG, DatabaseStorageControllerNG, and DatabaseStorageController. 2013-08-14 07:16:31 -05:00
Alex Pott d0210a98d7 Issue #2062589 by sergeypavlenko: Remove Unused local variable $key from /core/modules/node/lib/Drupal/node/NodeRenderController.php. 2013-08-14 07:08:17 -05:00
Alex Pott 6a604e04f6 Issue #2062585 by sergeypavlenko: Remove Unused local variables from /core/modules/node/node.module. 2013-08-14 07:06:54 -05:00
Alex Pott 56f9e47f37 Issue #2064271 by sergeypavlenko: Remove Unused local variable $node from /core/modules/node/lib/Drupal/node/Tests/NodePostSettingsTest.php. 2013-08-14 07:03:16 -05:00
Alex Pott b80e91bb33 Issue #2062519 by sergeypavlenko: Remove Unused local variable $return from /core/lib/Drupal/Core/Routing/RouteProvider.php. 2013-08-14 06:59:27 -05:00
Alex Pott 31a6897123 Issue #2062753 by sergeypavlenko: Remove Unused local variable $id from /core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php. 2013-08-14 06:57:10 -05:00
Alex Pott 311e02ed02 Issue #2062241 by duozersk: Remove Unused local variable $data from /core/lib/Drupal/Core/Utility/ThemeRegistry.php. 2013-08-14 06:48:40 -05:00
Alex Pott 1bfd5a4cfc Issue #2062237 by duozersk: Remove Unused local variable $request_method from /core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php. 2013-08-14 06:47:19 -05:00
Alex Pott 84279dadad Issue #2062233 by duozersk: Remove Unused local variable $name from /core/lib/Drupal/Core/Extension/ModuleHandler.php. 2013-08-14 06:45:14 -05:00
Alex Pott bcbc4a031b Issue #2062225 by duozersk: Remove Unused local variable $candidates from /core/lib/Drupal/Core/Config/Entity/Query/Condition.php. 2013-08-14 06:43:54 -05:00
Alex Pott ac77a52e26 Issue #2062221 by duozersk: Fixed Remove Unused local variable $id from /core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php. 2013-08-14 06:40:20 -05:00
Alex Pott 7af8f4b45c Issue #2062187 by duozersk: Remove Unused local variable from /core/lib/Drupal/Core/SystemListing.php. 2013-08-13 16:25:09 -05:00
Alex Pott 808100c663 Issue #2062179 by duozersk: Remove Unused local variable from /core/modules/views_ui()/lib/Drupal/views_ui()/Tests/StyleUITest.php. 2013-08-13 16:23:50 -05:00
Alex Pott 0ed5ac5a63 Issue #2062161 by duozersk: Remove Unused local variable from /core/themes/seven/seven.theme. 2013-08-13 16:22:20 -05:00
Alex Pott 56c0c3ca4b Issue #2062133 by duozersk: Remove Unused local variable from /core/themes/engines/twig/twig.engine. 2013-08-13 16:20:54 -05:00
Alex Pott 2cfbc1835d Issue #2054187 by juampy: Restrict authentication provider for REST resources. 2013-08-13 16:12:48 -05:00
Alex Pott 4ca797aa8c Revert "Issue #2054187 by juampy: Restrict authentication provider for REST resources."
This reverts commit a567be3ee0.
2013-08-13 16:12:07 -05:00
Alex Pott a0d303072f Issue #2062439 by tim.plunkett, larowlan: Provide listing of custom block entities. 2013-08-13 15:25:21 -05:00
Dries 953b021eec Issue #2062359 by juampy: Allow access to the list of Authentication Providers. 2013-08-13 15:06:27 -04:00
Dries 233ac18f81 Issue #2034977 by linclark: Create a base class for formatter RDFa tests. 2013-08-13 15:03:57 -04:00
Dries c8dec31b3e Issue #1999448 by chertzog, aaronott, chrisjlee, daffodil_naveen, kim.pepper: Use Symfony Request for user module. 2013-08-13 14:59:28 -04:00
Dries a567be3ee0 Issue #2054187 by juampy: Restrict authentication provider for REST resources. 2013-08-13 14:57:21 -04:00
Dries 76aecc5d92 Issue #2064261 by StephaneQ: Correct the @var, @throws and @see statements on dbtng. 2013-08-13 14:41:40 -04:00
Dries 7dc219539d Issue #2061387 by manu4543: Remove unused local variable () from /core/modules/php/lib/Drupal/php/Plugin/Filter/Php.php. 2013-08-13 14:39:18 -04:00
Jennifer Hodgdon ef200672ad Issue #2059785 by kiamlaluno, longwave: Fix punctuation in field_view_field() docs 2013-08-13 08:09:27 -07:00
Jennifer Hodgdon 98822f7003 Issue #2062127 by jlindsey15, joachim: Document system_requirements as implementation of hook_requirements 2013-08-13 08:01:10 -07:00
Jennifer Hodgdon 82a7664580 Issue #2061843 by TravisCarden: Clean up the docs for hook_schema 2013-08-13 07:55:29 -07:00
Jennifer Hodgdon 5028880dfc Issue #2058157 by kiamlaluno: Fix example in docs for SystemListing 2013-08-13 07:46:40 -07:00
Jennifer Hodgdon 05d5168a5c Issue #2060037 by sphism, longwave: Fix example for db_insert docs 2013-08-13 07:43:59 -07:00
Jennifer Hodgdon 56817e5f2d Issue #2057809 by StephaneQ, Berdir, chx, dawehner: Fix up param/return documentation in database API 2013-08-13 07:39:22 -07:00
Alex Pott 972406d591 Issue #2012916 by andypost, Berdir, pwieck: Implement access controller for the menu and menu link entity. 2013-08-13 09:32:25 -05:00
Alex Pott 7833e61c45 Issue #2051157 by yched, swentel: Fixed pass () as a param to ConfigFieldItem::settingsForm(). 2013-08-13 06:34:01 -05:00
Alex Pott 53731f9ecf Issue #2048933 by plopesc, cconrad, pplantinga: Replace theme() with drupal_render() in update module. 2013-08-13 05:53:04 -05:00
Alex Pott cb5397f26e Issue #2046993 by damiankloip: Inject dependencies into ViewsExposedFilterBlock derivative class. 2013-08-13 05:49:19 -05:00
webchick 0285ab1522 Issue #2062817 by xjm: Fixed Custom block edit path is incorrect in hook_admin_paths() and the configure path is missing from the .info. 2013-08-13 01:58:06 -07:00
webchick 9fb3b72f18 Issue #2049241 by Mark Carver, penyaskito, Gábor Hojtsy: Change notice: Add support for language options to the Twig {% trans %} tag extension. 2013-08-13 01:53:11 -07:00
webchick a6b26016ad Issue #2062755 by sergeypavlenko: Remove Unused local variable from /core/modules/views_ui()/lib/Drupal/views_ui()/Tests/RowUITest.php. 2013-08-13 01:47:04 -07:00
webchick cd37575656 Issue #2060823 by legolasbo: Remove Unused local variable from /core/lib/Drupal/Core/Database/Query/Update.php. 2013-08-13 01:45:40 -07:00
webchick 69adaade7e Issue #2060817 by legolasbo: Remove Unused local variable () from /core/lib/Drupal/Core/Database/Driver/pgsql/Update.php. 2013-08-13 01:44:51 -07:00
webchick 5269faa65f Issue #2062581 by sergeypavlenko: Remove Unused local variable from /core/modules/node/node.pages.inc. 2013-08-13 01:43:48 -07:00
webchick dc7330fb82 Issue #2060811 by legolasbo: Remove Unused local variable from /core/lib/Drupal/Core/Database/StatementPrefetch.php. 2013-08-13 01:42:52 -07:00
webchick 240982325a Issue #2060715 by legolasbo: Remove Unused local variable () from /core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php. 2013-08-13 01:40:41 -07:00
webchick 30202e3f0f Issue #2060819 by legolasbo: Remove Unused local variable from /core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php. 2013-08-13 01:39:51 -07:00
webchick e57e17db54 Issue #2060821 by legolasbo: Remove Unused local variable from /core/lib/Drupal/Core/Database/Query/Select.php. 2013-08-13 01:38:57 -07:00
webchick 76218456e5 Issue #2057149 by legolasbo: Remove Unused local variable () from /core/modules/block/block.module. 2013-08-13 01:37:51 -07:00
webchick 2303e6169c Issue #2057157 by legolasbo: Remove Unused local variable from /core/modules/views/views.module. 2013-08-13 01:36:56 -07:00
webchick 486748c46a Issue #2060815 by legolasbo: Remove Unused local variable () from /core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php. 2013-08-13 01:35:24 -07:00
webchick cb869a007c Issue #2063055 by Gábor Hojtsy: Sync language list with translations (add fy, ga, hy, km, ms and sw). 2013-08-13 01:18:46 -07:00
Nathaniel Catchpole 882ef344ed Issue #2036351 by damiankloip, Xano, dawehner: Convert CSRF tokens to a service. 2013-08-13 07:47:07 +01:00
Nathaniel Catchpole fcb24f94c6 Issue #1618458 by Cottser, Jody Lynn, grndlvl: Fixed help_menu() creates unnecessary router items. 2013-08-13 07:33:54 +01:00
Nathaniel Catchpole 21d59b5009 Issue #1476810 by Spleshka, franz: Fixed drupal_serve_page_from_cache() can serve uncompressed data with Content-Encoding gzip header with page_cache_without_database = 1. 2013-08-13 07:29:32 +01:00
Nathaniel Catchpole 7827f1d7dd Issue #2050227 by damiankloip, pwolanin: Add local action plugin deriver to use YAML discovery for static definitions. 2013-08-13 06:01:50 +01:00
Nathaniel Catchpole 6cfcb25b78 Issue #2046385 by dawehner, pwolanin: Fixed _menu_navigation_links_rebuild() fails when menu_link module is not enabled. 2013-08-12 14:28:56 +01:00
webchick 6400bf8b21 Issue #2012142 follow-up by tstoeckler: Update CHANGELOG.txt's entry to jQuery 2.0.3. 2013-08-12 01:32:52 -07:00
webchick 31a50d5be5 Issue #1918648 by mr.baileys, chrisjlee, steveoliver, joelpittet, jenlampton, Cottser: Convert theme_views_ui_style_plugin_table() to Twig . 2013-08-12 00:22:49 -07:00
webchick 509c2b2d8b Issue #2059699 by tim-e, Cottser: Remove t() from test assertion messages in file.module. 2013-08-12 00:09:01 -07:00
webchick 092fb4f5c1 Issue #2041625 by vineet.osscube, tim.plunkett, tkoleary: Fixed Add space between file upload and button. 2013-08-12 00:03:07 -07:00
webchick 4f555afc5e Issue #2049681 by alexpott: Fixed User permissions table header is no longer sticky. 2013-08-12 00:01:03 -07:00
webchick c4131e2924 Issue #2009632 by tim.plunkett, dawehner, giammi: Switch CommentPreviewTest from standard profile to testing. 2013-08-11 23:59:56 -07:00
webchick 2a4e466139 Issue #2026037 by Crell: Check for legacy controllers based on the legacy flag, not the callable type. 2013-08-11 23:42:02 -07:00
webchick 859642ea2e Issue #1888734 by catch, katbailey: Get rid of all 'bootstrap' hooks. 2013-08-11 23:05:34 -07:00
webchick af411e00da Issue #2062487 by oadaeh: Fixed Remove excess space above Views' fieldset titles. 2013-08-11 21:15:29 -07:00
webchick 0e5b91ae9d Issue #2012142 by nod_: Update to jQuery 2.0.3. 2013-08-11 21:10:37 -07:00
Nathaniel Catchpole 9479e664d4 Issue #2048309 by mondrake: Fixed Views UI Preview - navigation is broken. 2013-08-12 04:39:02 +01:00
Nathaniel Catchpole 4343ef88f2 Issue #1164682 by mgifford, thedavidmeister, good_man, mvc, clemens.tolboom, sxnc, lazysoundsystem: Fixed links with a known language need language identifier. 2013-08-12 03:51:23 +01:00
Nathaniel Catchpole 772849f021 Issue #2060003 by claudiu.cristea, yched: Fixed Wrong precedence in Field::getFieldSetting[s]() when setting appears in both field and instance. 2013-08-12 03:40:21 +01:00
Nathaniel Catchpole 66178e047a Issue #1941288 by larowlan, effulgentsia, dawehner, nod_: Fixed Regression: ajaxPageState not being updated with AjaxResponse, assets (js/css) being added twice. 2013-08-12 03:10:59 +01:00
Nathaniel Catchpole 1a0616faa1 Issue #1855260 by beejeebus, msonnabaum, larowlan: Fixed Page caching broken by accept header-based routing. 2013-08-12 02:58:00 +01:00
Alex Pott fd76691cca Issue #2059479 by damiankloip: Typehint Drupal\views\ResultRow in field handler render methods. 2013-08-11 23:24:02 +01:00
webchick 30f230476f Issue #2062315 by k4v, Cottser: Remove unnecessary 'pattern' lines in views_theme(). 2013-08-11 11:54:29 -07:00
Alex Pott 4431c7e13a Issue #2014851 by hlieberman, Wim Leers: Fixed Drupal CSS preprocessing breaks protocol-relative paths. 2013-08-11 01:15:30 +01:00
Alex Pott 8cfc089e26 Issue #2033669 by tim.plunkett, larowlan: Image file objects should be classed. 2013-08-11 00:57:37 +01:00
webchick b1624c5694 Issue #1912600 by joelpittet, bzitzow, dawehner: Remove theme_views_form_views_form() in favour of a prerender callback. 2013-08-10 08:13:17 -07:00
webchick 64171682f1 Issue #2057981 by Wim Leers: Remove tiny remnant of CKEditor image and link plugins. 2013-08-10 08:09:04 -07:00
Nathaniel Catchpole 0e129e5817 Issue #2056133 by chx, dawehner, plach, alexpott: Add db_copy_table(). 2013-08-10 11:51:38 +01:00
Nathaniel Catchpole ccc7822c4d Issue #1198904 by jox, das-peter: Fixed drupal_load_stylsheet() does not comply with standards when using @import. 2013-08-10 11:49:54 +01:00
webchick 6f1e25234b Issue #1886390 by zuuperman, benjy: Unnecessary if state in block_page_build(). 2013-08-10 02:03:40 -07:00
webchick 6bf5aec91e Issue #2031437 by fgm, benjy: Fixed Blocks no longer use 'delta'. Remove it from derivative plugins. 2013-08-10 02:02:12 -07:00
webchick 7a82f32a6f Issue #2049817 by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\Timer. 2013-08-10 01:59:24 -07:00
webchick 5e30494edb Issue #2047075 by Caecus, mgifford, jessebeach, larowlan: Mark invalid form field with [aria-invalid=true]. 2013-08-10 01:46:10 -07:00
webchick aac3160d50 Issue #2003430 by Wim Leers, ebeyrent, DmitryDrozdik, pwieck: Convert CKEditor tests to use ->container instead of drupal_container(). 2013-08-10 00:55:58 -07:00
webchick c8a5c8e364 Issue #2052923 by Berdir: Update Guzzle to latest version. 2013-08-10 00:53:20 -07:00
webchick edcc75602f Issue #1998658 by larowlan: Fixed Creating Custom Block with same name as existing block throws SQL error. 2013-08-10 00:43:37 -07:00
webchick 757dbd794d Issue #1574560 by andypost, nod_: Update jQuery Form Plugin to the latest in the git repository. 2013-08-10 00:29:48 -07:00
Nathaniel Catchpole e2a81db3c6 Issue #1844956 by msonnabaum, beejeebus: Fixed Optimize date formatting performance. 2013-08-10 08:00:02 +01:00
webchick 18a03b1f13 Issue #2031467 by tim.plunkett: Fixed The Place blocks button shows on the Configure block page. 2013-08-09 23:52:52 -07:00
Alex Pott bc0570c864 Issue #2051877 by dawehner: Log error when people use invalid route parameters. 2013-08-10 03:11:12 +01:00
Alex Pott d238a401e5 Issue #2047533 by damiankloip: Inject dependencies into FieldItemDeriver derivative class. 2013-08-10 02:41:18 +01:00
Alex Pott b6f16486d6 Issue #1679660 by rhm50, valthebald, billk2: Add link to cron tutorial on drupal.org. 2013-08-10 02:38:43 +01:00
Alex Pott 0a5c7863cb Issue #2049479 by tim.plunkett: File usage views should be combined. 2013-08-10 02:25:58 +01:00
Alex Pott 7a83e59b9e Issue #2059637 by ekes: Fixed ContainerDerivativeInterface should extend DerivativeInterface. 2013-08-10 02:23:29 +01:00
Alex Pott 84cd084ebd Issue #2037613 by droplet: Fixed Use formatPlural to format plural strings. 2013-08-10 02:17:47 +01:00
Alex Pott b397954edc Issue #2052325 by yanniboi, YesCT: Move search block form to new drupal 8 standard. 2013-08-10 01:06:52 +01:00
webchick 895bdf2294 Issue #2049387 by mdrummond: Fixed Locale string change styles applied too excessively. 2013-08-09 15:39:42 -07:00
webchick de2c020cb5 Issue #2059719 by mdrummond: Fixed Content translation admin CSS file not renamed from translation_entity().admin.css. 2013-08-09 15:38:49 -07:00
Alex Pott 593bafb0f7 Issue #2061315 by StephaneQ: Remove system.cron.js and libraries definition. 2013-08-09 23:36:29 +01:00
Alex Pott 0d9a413e07 Issue #2056837 by longwave: Fixed Modules can no longer alter page_bottom(). 2013-08-09 22:53:48 +01:00
Alex Pott fedfd496b0 Issue #2029451 by R.Hendel: Fixed to general css in the views UI. 2013-08-09 09:44:19 +01:00
Nathaniel Catchpole 917cd10a20 Issue #2057831 by damiankloip: Fixed Exposed filter blocks do not work anymore. 2013-08-08 13:59:18 +01:00
Alex Pott 503103058f Issue #2011122 by hussainweb, kgoel, chrisjlee: Replace drupal_container() with injected services in the rest module. 2013-08-08 01:57:58 +02:00
webchick 033273b62d Issue #2057725 by tim.plunkett, quicksketch: Fixed Regular forms cannot be submitted when used as modal forms. 2013-08-07 12:52:15 -07:00
webchick b435b703d6 Issue #2056513 by tim.plunkett: Remove PluginUI subsystem, provide block plugins UI as one-off. 2013-08-07 12:49:26 -07:00
Jennifer Hodgdon c5f524fa61 Issue #1862390 by oriol_e9g, billk2, ACF, LinL: Coding standards - trailing comments in taxonomy.admin.inc 2013-08-07 08:24:44 -07:00
Nathaniel Catchpole 7e209672f3 Issue #1939086 by chrisjlee, joelpittet, tim.plunkett: Convert theme_dropbutton_wrapper() to Twig. 2013-08-07 09:43:30 +01:00
Nathaniel Catchpole 423f1d653b Issue #2020979 by dawehner, bojanz: Fixed Bulk action form no longer allows actions to be selected. 2013-08-07 09:37:10 +01:00
Nathaniel Catchpole fca3051719 Issue #2019071 by tsphethean: Fixed EntityListController::buildRow() should return secure label. 2013-08-07 09:31:10 +01:00
webchick ab2cd35225 Issue #1905018 by Wim Leers, effulgentsia: Improve method names or return values of CKEditorPluginManager::getEnabledPlugins() and getButtonsPlugins(). 2013-08-06 23:55:08 -07:00
webchick 1e11b96427 Issue #2056845 by StephaneQ | tstoeckler: Fixed Stale documentation in drupal_bootstrap() regarding DRUPAL_ROOT. 2013-08-06 23:53:16 -07:00
webchick 1039d1de6d Issue #1970900 by jhodgdon: Update standards doc on plugin annotations; add @defgroup annotation. 2013-08-06 23:52:10 -07:00
webchick 4621e01d93 Issue #2010982 by somepal, andypost, pplantinga | Samvel: Replace theme() with drupal_render() in system module for system_status(). 2013-08-06 23:50:28 -07:00
webchick 5bcf733848 Issue #2058257 by effulgentsia: Fix ConfigFieldItemInterface's method signatures to typehint interfaces instead of classes. 2013-08-06 23:48:46 -07:00
webchick 10f684b9a6 Issue #2009574 by e2tha_e, adamcowboy, Samvel, jenlampton: Replace theme() with drupal_render() in forum module. 2013-08-06 23:46:15 -07:00
webchick e7106ee391 Issue #2057247 by alexpott: Fixed On really quick testbots LocaleUpdateCronTest can fail. 2013-08-06 23:43:36 -07:00
webchick b7d3774c6e Issue #1933426 follow-up by dawehner: Fixed documentation around drupal_add_js -> drupal_add_library change. 2013-08-06 23:41:55 -07:00
webchick 193f1f5c38 Issue #2008970 by markie, StephaneQ, adamcowboy | thedavidmeister: Replace theme() with drupal_render() in aggregator module. 2013-08-06 23:35:04 -07:00
webchick c379479e29 Issue #2003260 by ebeyrent, DmitryDrozdik, kgoel: Replace drupal_container() with Drupal::service() in the breakpoint module. 2013-08-06 23:31:05 -07:00
webchick 9a77b82151 Issue #1839130 by rballou, nod_, droplet: Refactor modules/views_ui()/js/views-admin.js. 2013-08-06 23:27:16 -07:00
webchick 69422425d5 Issue #1815886 follow-up by slashrsm: Upgrade path for Drupal core cannot manage files larger than 4 GB 2013-08-06 23:23:54 -07:00
webchick 0adcf47245 Issue #2031529 by Wim Leers, oadaeh: Fixed JavaScript error when submitting a form that has a text_format() selector set to a text format without associated text editor. 2013-08-06 23:21:26 -07:00
webchick 2055c7ed4e Issue #2026089 by Manuel Garcia: Change the documentation page link in content_translation() module. 2013-08-06 23:12:15 -07:00
webchick 2f0aeaae5c Issue #2058435 by David_Rothstein: Fixed Drupal 8 lost support for the 'tel' protocol in URL filtering functions. 2013-08-06 23:10:07 -07:00
Alex Pott 7412e6f58b Issue #2049159 by amateescu, Crell: Create a ControllerBase class to stop the boilerplate code madness. 2013-08-07 01:32:39 +02:00
Alex Pott 17c92fbf00 Issue #1939100 by chrisjlee, oriol_e9g, jenlampton: Convert theme_progress_bar() to Twig. 2013-08-06 08:29:27 +02:00
Nathaniel Catchpole 0698191e66 Revert "Issue #1273968 - did not cover js."
This reverts commit 8ce27f2279.
2013-08-06 07:16:41 +01:00
Alex Pott 49623698ff Issue #1968398 follow-up by joelpittet: Convert Views () to ['attributes'] . 2013-08-06 07:34:34 +02:00
Alex Pott cc7c70e9af Issue #2011578 by mortendk, tlattimore, Cottser, soulston: Markup for Stark's page.html.twig + maintenance-page.html.twig. 2013-08-06 00:52:22 +02:00
Alex Pott 40bc8bced4 Issue #2028499 by tsphethean, damiankloip, dawehner: Drupal_sort_weight() should be converted to a class. 2013-08-06 00:24:38 +02:00
Alex Pott 9f69e0094e Issue #1684792 by droplet, nod_: JSHint autocomplete.js. 2013-08-06 00:20:46 +02:00
Alex Pott c5b9bb0bc5 Issue #2006560 by dawehner, jhodgdon: Fixed The boolean string filter doesn't result in correct where clause. 2013-08-05 18:05:53 +02:00
Alex Pott 0e100f3c4c Issue #2013258 by pplantinga, daffodil_naveen: Simplify render for theme_status_report(). 2013-08-05 17:59:11 +02:00
Alex Pott 362e5f82c4 Issue #2017139 by amateescu, swentel: Convert field type to typed data plugin for datetime module . 2013-08-05 17:38:37 +02:00
webchick e47a081920 Issue #2056991 by alexpott: Use getFieldSetting() instead of getDefinition()->getFieldSetting() in LinkItem. 2013-08-05 08:33:12 -07:00
Alex Pott dc5e334993 Issue #2042285 by thedavidmeister, jenlampton, Mark Carver: #theme_wrappers() should be able to have a unique set of variables per wrapper hook. 2013-08-05 15:40:57 +02:00
Alex Pott faaaaae67c Issue #2045043 by bechtold, vijaycs85, YesCT, Gábor Hojtsy: Fixed Field listings operations cannot be altered. 2013-08-05 11:15:40 +02:00
Dries 1d2de46266 Issue #1323830 by scor: Place title RDFa metadata inside entity HTML element. 2013-08-05 08:57:19 +02:00
Dries b2dc8aa53e Issue #2056363 by yched, chx: Fixed INSERT INTO table SELECT * FROM ... not supported. 2013-08-05 08:55:18 +02:00
Dries 439d53aa41 Issue #2056737 by Berdir: Illegal string offset test exceptions in PHP 5.4 in drupal_add_library(). 2013-08-05 08:53:07 +02:00
Dries 394b9d158f Issue #2053731 by StephaneQ: Replace theme() with drupal_render() in editor. 2013-08-05 08:45:10 +02:00
Dries 656b3422e3 Issue #2057317 by echoz: Cleanup recently patched qualified selector css. 2013-08-05 08:44:25 +02:00
Alex Pott 8b7bc0c7b1 Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module. 2013-08-04 21:30:57 +02:00
Alex Pott 9614f73399 Revert "Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module."
This reverts commit f4aead7805.
2013-08-04 21:26:52 +02:00
webchick 09e5b2907e Issue #2057445 by alexpott: Fixed file wrong file perms introduced by 2056415 and 2056417. 2013-08-04 11:52:01 -07:00
Alex Pott d4fba77fdb Issue #2010126 follow-up by Eric_A: Replace theme() with drupal_render() in image module for theme_image_formatter(). 2013-08-04 15:39:37 +02:00
Alex Pott 4e0d7b51ec Issue #2056895 by tim.plunkett, xjm: Fixed Routes with optional placeholders can fatal when placed in a menu. 2013-08-04 11:25:14 +02:00
webchick 9561d88081 Issue #2027131 by drupalrv: Block type operations should be listed in the same order as Content type operations. 2013-08-03 23:33:01 -07:00
webchick f4aead7805 Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module. 2013-08-03 23:25:44 -07:00
webchick f28513b375 Issue #2056893 by pwolanin: Fixed Typo in doxygen for module_exists(). 2013-08-03 23:18:38 -07:00
webchick 0a788a2e95 Issue #2009018 follow-up by StephaneQ: One more replace theme() with drupal_render() in filter module. 2013-08-03 23:16:13 -07:00
webchick 6bec9b2f79 Issue #2056943 by alexpott, damiankloip: Convert render_link() to renderLink. 2013-08-03 23:00:11 -07:00
webchick 6b9e9ff27d Issue #2039091 by ghazlewood: Fixed drupal_bootstrap() docs are missing phases. 2013-08-03 22:29:53 -07:00
Alex Pott 8c384bc415 Issue #2022897 by dawehner, sdboyer, tim.plunkett: Shift responsibility for creating unique config id/machine name off of (views) block plugins and onto BlockFormController. 2013-08-03 23:28:28 +02:00
Alex Pott 1b5434a252 Issue #2057019 by janstoeckler: Remove Unused local variable $string from /core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php. 2013-08-03 23:25:58 +02:00
Alex Pott 251c8d8573 Issue #2057137 by legolasbo: Remove Unused local variable $user from /core/modules/user/user.module. 2013-08-03 23:06:57 +02:00
Alex Pott b44b584d79 Issue #2054699 by pcambra: Ensure config entity id is set for computed composite ids. 2013-08-03 23:05:02 +02:00
Alex Pott e9035a51a9 Issue #2057173 by xjm: Add Mark Carver to MAINTAINERS.txt for the Color module. 2013-08-03 22:38:53 +02:00
Alex Pott 637e6fb8d2 Issue #2035315 follow-up by swentel: [Follow up] Add a dedicated @FieldWidget annotation. 2013-08-03 16:53:39 +02:00
Alex Pott 587d6adb5f Issue #2050815 by xjm: Update XML-RPC entry for 8.x in MAINTAINERS.txt. 2013-08-03 16:52:06 +02:00
Alex Pott 5600df497c Issue #2037675 by legolasbo: Clean-up user_admin_account(). 2013-08-03 13:22:48 +02:00
Alex Pott 91bd01a852 Issue #2043581 by larowlan, kim.pepper: Move aggregator_load_feed_items() to the ItemStorageController, retain procedural wrapper. 2013-08-03 13:15:55 +02:00
Alex Pott 28cf8aa9f0 Issue #2056685 by janstoeckler: Remove Unused local variable $plugin_id from /core/modules/language/lib/Drupal/language/Plugin/Block/LanguageBlock.php. 2013-08-03 12:36:30 +02:00
Alex Pott 353dcd9344 Issue #2056761 by janstoeckler: Remove Unused local variable from /core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php. 2013-08-03 12:35:03 +02:00
Alex Pott 299682efda Issue #2056827 by janstoeckler: Remove Unused local variable $module_handler() from /core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php. 2013-08-03 12:31:47 +02:00
Alex Pott 29907b0610 Issue #1976296 by jibran, andypost, pcambra, dawehner, tim.plunkett, Gaelan: Convert taxonomy_vocabulary_confirm_reset_alphabetical() to FormInterface/Controller. 2013-08-03 12:28:20 +02:00
Alex Pott dc3ba2b18b Issue #1910658 by klausi: Implement entity validation API for REST entity resources. 2013-08-03 12:22:35 +02:00
Alex Pott bb654e169b Issue #2056417 by Marcus Maihoff: Remove Unused local variable $person_uri from /core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php. 2013-08-03 12:06:08 +02:00
Alex Pott 1ffcf57234 Issue #2056415 by janstoeckler: Remove Unused local variable $function from /core/update.php. 2013-08-03 12:05:03 +02:00
Alex Pott db0daa06f6 Issue #1892270 by damiankloip, linclark: Add serialization system to Maintainers.txt. 2013-08-03 12:03:41 +02:00
Alex Pott 8bed4698c6 Issue #2051177 by yched: Make existing ConfigFieldItem subclasses usable by base fields. 2013-08-03 11:57:45 +02:00
Alex Pott 0e14311c1c Issue #1987952 by brantwynn, oriol_e9g, Freemantus, vuzzbox: Fixed Blocks are not rendered in order by weight. 2013-08-03 11:47:26 +02:00
Alex Pott 2c02cd828d Issue #2056713 by olli: Fixed Random test failure in Drupal\rest\Tests\NodeTest. 2013-08-03 07:52:20 +02:00
webchick bf96d2bb76 Issue #1823042 by xjm, sun: Add maintainers and d.o components for all field type modules. 2013-08-02 14:42:24 -07:00
webchick 7a2e17f7a5 Issue #2056625 by pwolanin, jhodgdon: Recruit pwolanin and jhodgdon as official search.module maintainers. 2013-08-02 13:36:29 -07:00
Alex Pott 5dba5f608c Issue #1849356 by dawehner: Added a HTTP response code area handler. 2013-08-02 15:26:16 +02:00
Alex Pott c5f81fb076 Issue #1984702 by tim.plunkett, dawehner: Convert menu.module's page callbacks to Controllers. 2013-08-02 15:12:19 +02:00
Alex Pott 7f0254402c Issue #2054205 by Berdir: Fixed Broken Tests on PHP 5.5. 2013-08-02 13:03:32 +02:00
Alex Pott 1deffa8312 Issue #2040265 by larowlan: Add a _entity_view() routing default for viewing an entity. 2013-08-02 12:51:08 +02:00
Alex Pott 0643e0a6f1 Issue #1973498 by vijaycs85, yched, saki007ster: Provide config schema to field types and storage in taxonomy module. 2013-08-02 01:32:21 +02:00
Alex Pott 651393699d Issue #2049079 by damiankloip: Inject database dependency into AggregatorCategoryBlock derivative class. 2013-08-02 01:30:08 +02:00
Alex Pott 2e29f25661 Issue #2046983 by damiankloip: Inject dependencies into ViewsEntityRow derivative class. 2013-08-02 01:29:08 +02:00
Alex Pott c7a95535e7 Issue #2046987 by damiankloip: Inject dependencies into EntityDeriver derivative class. 2013-08-02 01:09:43 +02:00
Alex Pott b0c8255cba Issue #2050535 follow-up by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\NestedArray. 2013-08-02 01:07:58 +02:00
Alex Pott b4dd6690c8 Issue #2041321 by Unitoch, oriol_e9g, droplet: Unnecessary translate strings. 2013-08-02 01:04:27 +02:00
Alex Pott a2f9a60724 Issue #2033383 by tim.plunkett: Provide a default plugin bag. 2013-08-01 17:42:57 +02:00
Nathaniel Catchpole 1d4d6ed2f9 Issue #2053285 by tim.plunkett: Fixed Module listing doesn't hide empty packages when filtering. 2013-08-01 14:48:52 +01:00
Nathaniel Catchpole c427330807 Issue #2045453 by pwolanin, tim.plunkett, dawehner: Fixed menu_item_route_access() does not catch ResourceNotFoundException. 2013-08-01 14:47:06 +01:00
Nathaniel Catchpole 42fcb35676 Issue #1934712 by dlu, alexpott, pplantinga, rbayliss, s_leu, Gaelan: Fixed Merge system.timezone config object into system.date. 2013-08-01 14:46:05 +01:00
Nathaniel Catchpole b05019fdd8 Issue #2006024 by kgoel, rbayliss, wesleydv: Fixed drupal_container() is deprecated, don't use it in bootstrap.php. 2013-08-01 14:44:10 +01:00
Nathaniel Catchpole f9ec71dfcc Issue #2045935 by benjy: Replace all module_hook() deprecated function calls. 2013-08-01 14:42:18 +01:00
Nathaniel Catchpole dbcb65bd47 Issue #2032369 by yched: Fixed _update_8003_field_create_field() relies on field schemas never changing and plugins being available. 2013-08-01 14:40:18 +01:00
Nathaniel Catchpole 6daeb3c7f2 Issue #2042745 by jhedstrom: Convert system module's RouteTest to phpunit. 2013-08-01 14:36:08 +01:00
Nathaniel Catchpole 1c1774112c Issue #2047993 by plopesc: Remove current uses of field_info_*_types() / field_info_*_settings(). 2013-08-01 14:35:00 +01:00
Nathaniel Catchpole 63d299d9d2 Issue #2051721 by yched: Get rid of field_get_items(). 2013-08-01 13:46:59 +01:00
Alex Pott e33ddd1b74 Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code. 2013-08-01 10:10:33 +02:00
webchick 89f62691f5 Issue #2055019 by colan: Fixed Syslog configure link missing on Extend/Modules page. 2013-08-01 00:28:32 -07:00
webchick 94143f223a Issue #1717090 by BarisW, barraponto: Fixed Remove the http-equiv='cleartype' meta tag. 2013-07-31 23:58:49 -07:00
webchick 10223bee21 Issue #2054485 by timmillwood: Fixed The status report table is missing a right and bottom border. 2013-07-31 23:50:48 -07:00
webchick 06e1dd8b0f Issue #1987602 by glennpratt, juampy, pwieck, vijaycs85, dawehner, tim.plunkett, effulgentsia: Convert ajax_form_callback() to a new style controller. 2013-07-31 22:21:45 -07:00
Alex Pott 74cbf95634 Issue #2046603 by DuaelFr: Improve 'use_more_always()' understandability. 2013-08-01 00:28:45 +02:00
Alex Pott 1ecce0b327 Issue #2054181 by tim-e: Add andypost as a component maintainer for history.module. 2013-07-31 22:54:37 +02:00
Alex Pott cde3c7de42 Issue #1972116 by klausi: Add REST test coverage for nodes. 2013-07-31 22:51:41 +02:00
webchick 0d31d44dd5 Issue #2052389 by pwolanin: Fixed All elements added to the Request attributes should have a _ prepended unless they come from the path. 2013-07-31 13:50:39 -07:00
Alex Pott 391755e4c1 Issue #2049723 by dawehner, tim.plunkett: Fixed Mini pager shows 'Page 1' if there is non item at all available. 2013-07-31 22:22:21 +02:00
webchick 1e5f2f7d54 Issue #2032553 by pwolanin, Xano: Fixed The _account attribute on the Request is not available during web tests. 2013-07-31 13:13:45 -07:00
webchick 1f21964617 Issue #1919658 by seanr: Fixed Footer link styling overrides contextual links. 2013-07-31 13:03:44 -07:00
Alex Pott cd62f0bc02 Issue #2015703 by plopesc, mordonez, yched: Convert field type to typed data plugin for email module . 2013-07-31 07:54:36 +02:00
Alex Pott a7dbbd58bd Issue #2015693 by mordonez, yched: Convert field type to typed data plugin for link module . 2013-07-31 07:51:51 +02:00
Alex Pott 67a8014745 Issue #1942130 by sandipmkhairnar, xtfer: Fixed Make Forum module active config save format match the default yml file. 2013-07-31 07:49:06 +02:00
Alex Pott 8cb7ab835a Issue #1986528 by Berdir: Fixed Fatal error: Call to undefined method PHPUnit_Framework_Warning::getInfo() when there is an error in tests. 2013-07-31 07:47:48 +02:00
Alex Pott 0e6c03df64 Issue #1968398 by joelpittet, Mark Carver, Les Lim, brunodbo: Convert Views () to ['attributes'] . 2013-07-31 00:28:34 +02:00
Alex Pott 102b8e40fe Issue #1942576 by nick_schuch, clemens.tolboom: Tour tips to be able to link to other pages and start tour's automatically. 2013-07-31 00:26:35 +02:00
Alex Pott 420f38c5b8 Issue #2043771 by jbrown, joachim: Fixed drupal_mkdir() can't create an absolute path recursively. 2013-07-30 21:01:34 +02:00
webchick dc93cfdcb1 Issue #2052973 by Mark Carver, nod_, hass: Fixed Improve translatability of strings in toolbar.js. 2013-07-30 09:54:40 -07:00
Jennifer Hodgdon 99575b2beb Issue #2050883 by Cottser, tstoeckler, dawehner: Fix references to obsolete functions in code comments in views module 2013-07-30 06:08:25 -07:00
Jennifer Hodgdon 9143ca3000 Issue #2031319 by jlindsey15, pplantinga, thedavidmeister, Kingdutch, Kiphaas7: Document that theme() should really be called via drupal_render(). 2013-07-30 06:04:30 -07:00
Jennifer Hodgdon 9f75c68768 Issue #2050777 by nick_schuch, larowlan: Fix reference to incorrect class in docs 2013-07-30 06:01:04 -07:00
Alex Pott e21ba43855 Issue #2009662 by jlbellido, pplantinga, InternetDevels, pwieck, jenlampton: Replace theme() with drupal_render() in picture module. 2013-07-30 14:31:05 +02:00
Alex Pott 03e535ca7c Issue #2050289 by damiankloip, msonnabaum: Add class to make yaml discovery reusable. 2013-07-29 18:59:01 +02:00
Alex Pott 230432ad0b Issue #2041313 by vineet.osscube: Fixed Caching issue causes 'theme not found' error when enabling theme. 2013-07-29 15:59:19 +02:00
Alex Pott 2ea2cf68ca Issue #2002156 by klausi: Create validation constraints on nodes to entity validation. 2013-07-29 15:57:31 +02:00
Alex Pott 3454b3440b Issue #2015691 follow-up by amateescu: Convert field type to typed data plugin for number module. 2013-07-29 15:02:23 +02:00
Alex Pott 5f317ad606 Issue #1788542 by claudiu.cristea, andypost, tim-e, fubhy, speely, heyrocker: Use EntityFormController and EntityListController for image styles. 2013-07-29 14:55:32 +02:00
Alex Pott 42ebadcac2 Issue #2017851 by pcambra, amateescu, Pancho: Move entity_reference_get_selection_handler() to a method on SelectionPluginManager. 2013-07-29 13:57:27 +02:00
Nathaniel Catchpole e1ce0ace11 Issue #1815886 by bojanz: Fixed Drupal core cannot manage files larger than 4 GB. 2013-07-29 10:38:48 +01:00
Nathaniel Catchpole c595d95475 Issue #2022509 by Soul88, StephaneQ, hussainweb, lslinnet, andypost, penyaskito, effulgentsia: Deprecate taxonomy_vocabulary_load_multiple() and taxonomy_term_load_multiple() in favour of entity_load_multiple(). 2013-07-29 10:34:33 +01:00
Alex Pott ddaeac5318 Issue #2047475 by plopesc, yched: Fixed viewElements method contains references to which does not exist. 2013-07-29 10:15:10 +02:00
Alex Pott e30e80c560 Issue #2015691 by plopesc, swentel: Convert field type to typed data plugin for number module. 2013-07-29 10:12:22 +02:00
Alex Pott 57dc876717 Issue #2017207 by Berdir, marcingy: Complete conversion of users to Entity Field API. 2013-07-29 09:52:14 +02:00
Alex Pott 8242143eca Issue #2051847 by dawehner: Fixed AnnotatedClassDiscovery::getDefinitions is critically slow when viewing nodes with comments. 2013-07-29 01:19:12 +02:00
Alex Pott 9637e099fe Issue #2050821 by xjm: Add larowlan as a component maintainer for comment.module. 2013-07-29 01:17:46 +02:00
Alex Pott f6ac79e2a1 Issue #1860434 by jessebeach, Mark Carver, Wim Leers, droplet: Refactor the Toolbar JavaScript to use Backbone; fix several poorly functioning behaviors. 2013-07-29 01:10:43 +02:00
Alex Pott b6c78d35f2 Issue #2044355 by dawehner: Move the link display to the middle column. 2013-07-28 23:53:19 +02:00
Alex Pott 0adc91af5c Issue #1987660 by dougvann, ygerasimov, vijaycs85, marcingy: Convert config_sync() to a new style controller. 2013-07-28 23:47:43 +02:00
Alex Pott 11495979d0 Issue #2041423 by yched: Rely on 'provider' instead of 'module' for Field plugin types. 2013-07-28 23:29:26 +02:00
Alex Pott 9dd98eaa6f Issue #1957346 by dawehner, olli, damiankloip, jibran, ParisLiakos: Add some settings on the block display to allow overrides on the block instance configuration. 2013-07-28 23:09:59 +02:00
Alex Pott 7ec526e957 Issue #2050535 by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\NestedArray. 2013-07-28 11:40:59 +02:00
Alex Pott 94cf43e98f Issue #2050367 by amateescu: FieldInstanceFormBase is useless. 2013-07-28 10:48:30 +02:00
Alex Pott 7aae5d35ca Issue #2036253 by Wim Leers: Update CKEditor library to 4.2. 2013-07-28 00:11:55 +02:00
Alex Pott c35607f3a8 Issue #2047753 by yched: LinkFormatter::prepareView() is useless. 2013-07-27 23:38:47 +02:00
Alex Pott 926a067758 Issue #2043781 by pwolanin: Fixed Drupal::request()->attributes->get('account') may conflict with an account object loaded from the path. 2013-07-27 23:11:14 +02:00
Nathaniel Catchpole 67b5d792a7 Issue #2035863 by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\Settings. 2013-07-27 18:27:45 +01:00
Nathaniel Catchpole a956eb44e7 Issue #1201024 by pillarsdotnet, jbrown, tim.plunket: drupal_realpath() should describe when it should be used. 2013-07-27 15:41:48 +01:00
Nathaniel Catchpole 58afd192b8 Issue #2031487 by fubhy, dawehner, pwolanin: When replacing the upcasted values in the request attributes array, retain the original raw value too. 2013-07-27 15:35:36 +01:00
Nathaniel Catchpole d3c5919d17 Issue #2045919 by drupalrv: Replace all module_implements() deprecated function calls. 2013-07-27 15:30:10 +01:00
Nathaniel Catchpole 29c09effc3 Issue #1843650 by Mark Carver, jenlampton, Cottser: Remove the process layer (hook_process() and hook_process_HOOK). 2013-07-27 15:26:33 +01:00
Alex Pott 0932270aec Issue #2048897 by Les Lim: Fixed Views Grid style: tokens not replaced in custom row/column classes. 2013-07-26 18:42:05 +02:00
Alex Pott 1aebdc7390 Issue #2048833 by larowlan, andypost: Fixed Prepare cache called on field items without checking if PrepareCacheInterface is implemented. 2013-07-26 17:58:50 +02:00
Alex Pott 8043b9aa34 Issue #1888698 by nagwani, hussainweb: Figure out the most used html tags and let people use it in views. 2013-07-26 17:57:08 +02:00
Alex Pott 5a66f5d152 Issue #2029033 by narragansett, EllaTheHarpy, deekayen: Fix spacing and section order in Simpletest docblocks. 2013-07-26 17:56:32 +02:00
Alex Pott 4ac8645745 Issue #2049485 by yched: Remove traces of the 'user_register_form()' field setting. 2013-07-26 16:12:36 +02:00
Alex Pott fc7cd79a17 Issue #1973450 by AjitS, vijaycs85, yched: Provide config schema to field types and storage in number module. 2013-07-26 16:10:46 +02:00
Alex Pott f1ce57ce4a Issue #2047983 follow-up by plopesc: Mark field_info_()*_types() / field_info_()*_settings() functions as deprecated. 2013-07-26 16:05:20 +02:00
Alex Pott 12eba5629f Issue #1980464 by Xano: EntityManager::getControllerClass() throws confusing exceptions. 2013-07-26 11:14:54 +02:00
Alex Pott 34aaed601c Issue #2046541 by e0ipso: Fixed Unable to activate content translation in the content type edit form. 2013-07-26 11:05:26 +02:00
Alex Pott bc65847d68 Issue #2009014 by c4rl, hussainweb, Samvel, jenlampton, benjifisher: Replace theme() with drupal_render() in file module. 2013-07-26 07:44:30 +02:00
Alex Pott 637beb94d0 Issue #1915026 by steveoliver, 2ndmile, damiankloip, echeese, eromero1, joelpittet, rvilar, waynethayer, Hydra, drupalninja99, dsdeiz: Convert theme_views_ui_container() to Twig. 2013-07-25 16:08:22 +02:00
Alex Pott 337b3709b1 Issue #2046809 by larowlan, quicksketch: Fixed UUIDs not added when file uploaded using managed_file() FAPI element. 2013-07-25 16:05:21 +02:00
Alex Pott d88a2be443 Issue #2043379 by tim.plunkett: Allow plugins to be discovered in any directory. 2013-07-25 00:57:30 +02:00
Alex Pott 45014004ad Issue #2046415 by DuaelFr: Replace unsafe translated strings from Aggregator module. 2013-07-25 00:50:13 +02:00
Alex Pott d3d54f170b Issue #1938888 by tim.plunkett, ayelet_Cr, amateescu: Convert user_admin_permissions() to a new-style Form object. 2013-07-24 22:56:59 +02:00
Alex Pott 6a9d9d5027 Issue #2030817 by mondrake: Fixed Wrong link_type() passed in link's pager_context() in views.theme.inc. 2013-07-24 22:56:59 +02:00
Alex Pott 251499736b Issue #1875344 by aaronott, damiankloip: Add back removed test coverage in Views' OverrideDisplaysTest. 2013-07-24 22:56:59 +02:00
Alex Pott 41f6e35eb7 Issue #864006 by mgifford, dawehner, AjitS: Improve table semantics by adding scope or headers/id attributes. 2013-07-24 22:56:59 +02:00
Dries 948fbd8372 Issue #2036629 by amateescu: Fixed 'shortcut' entity type is very confusing and should be renamed to 'shortcut_set()'. 2013-07-24 16:45:10 -04:00
Dries 38bf424dfd Issue #2021817 by effulgentsia, yched: Make widgets / formatters work on EntityNG Field value objects. 2013-07-24 16:38:18 -04:00
Dries f5cc9308c9 Issue #1943846 by fubhy, effulgentsia, tim.plunkett: Improve ParamConverterManager and developer experience for ParamConverters. 2013-07-24 16:23:42 -04:00
Nathaniel Catchpole 95d856d749 Issue #1937926 by richardj, Mandakini_Kumari, Pix, jessehs, alexpott: Fixed Shortcuts toolbar tray does not properly float the 'Edit shortcuts' link in Bartik. 2013-07-24 21:12:11 +01:00
Alex Pott d8b5e11d95 Issue #2047657 by amateescu: Add pwolanin as a maintainer for the menu_link() module. 2013-07-24 22:08:41 +02:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Jennifer Hodgdon 4c52a6e3e9 Issue #2046951 by drunken monkey, Damien Tournoud: Correct error in UUID docs 2013-07-24 10:30:55 -07:00
Jennifer Hodgdon 3a0e78e8bd Issue #2049091 by jibran, larowlan: Fix reference to TranslationManager class to right namespace in Drupal class docs. 2013-07-24 10:28:09 -07:00
Jennifer Hodgdon 6c02873443 Issue #1797364 by dcam, lazysoundsystem, Lars Toomre, neetu morwani, izus, boran, xjm: Remove t() from test asserts in locale module 2013-07-24 10:17:35 -07:00
Alex Pott a09093be77 Issue #2042941 by mondrake: Full pager plugin: reference the 'pager' theme in the annotations. 2013-07-24 17:47:47 +02:00
Alex Pott 812318d5d1 Issue #2048925 by xjm: Add JohnAlbin as a component maintainer for CSS. 2013-07-24 16:58:41 +02:00
Nathaniel Catchpole 988abc27f8 Issue #2045189 by jlindsey15: Move file entity dependent code in includes/file.inc and system.module to file.module. 2013-07-24 13:00:06 +01:00
Nathaniel Catchpole bab8bdd98e Issue #2033433 by Wim Leers: Clean up edit controller. 2013-07-24 09:50:06 +01:00
Nathaniel Catchpole 197ad58ca8 Issue #2046445 by FMB: Replace inappropriate translatatable string in core/modules/field/field.views.inc. 2013-07-24 09:47:01 +01:00
Alex Pott 075b60271c Issue #2028965 by jessebeach, ekl1773: Fixed Overlay overflows the viewport in Firefox; missing vendor prefixes for box-sizing. 2013-07-24 03:13:29 +02:00
Alex Pott 4dfc5e34c3 Issue #2044521 by bowersox, DuaelFr: Fixed Label used for markup, not associated with input form. 2013-07-24 02:46:37 +02:00
Alex Pott 94b394600f Issue #2047983 by yched: Mark field_info_()*_types() / field_info_()*_settings() functions as deprecated. 2013-07-24 02:42:16 +02:00
Alex Pott 5b847ead57 Issue #2045151 by falcon03, bowersox: Fixed width:1px in visually-hidden class causing problems for screen readers in Firefox. 2013-07-24 02:34:24 +02:00
Alex Pott fcf2c9d4f5 Issue #2030411 follow-up by ifrik: Update hook_help() for action module. 2013-07-24 02:30:02 +02:00
Alex Pott 972ad35072 Issue #2045709 by damiankloip, fubhy: Remove tempStore dependency from ViewsUIController. 2013-07-24 02:04:48 +02:00
Alex Pott 51efbbfc20 Issue #2047061 by jessebeach: Fixed Remove redundant [role=navigation] in the header around the breadcrumbs in the Seven theme page template. 2013-07-24 01:53:33 +02:00
Alex Pott cab25677f8 Issue #2046845 by bdone: Remove space after $this-> testHelperPlugin. 2013-07-24 01:43:56 +02:00
Alex Pott 7272a7119f Issue #1986400 by echoz, ironkiat, oresh, ideogram_nl, ry5n: Table style update. 2013-07-24 01:31:40 +02:00
Alex Pott 2a1e1472c1 Issue #2009008 by pplantinga, InternetDevels, duckx, benjifisher: Replace theme() with drupal_render() in field and field_ui() modules. 2013-07-24 00:21:55 +02:00
Alex Pott 96868e967e Issue #2046301 by bowersox: Fixed CSS regression on admin/modules: overlapping 'Enabled' table header not properly invisible. 2013-07-24 00:17:35 +02:00
Alex Pott a48f0d889c Issue #1821854 by tim.plunkett, effulgentsia, larowlan: Convert image effects into plugins. 2013-07-23 18:14:41 +02:00
Alex Pott 88cbedb8e8 Issue #2046537 by DuaelFr: End with 'any' label configuration to improve consistency and localization. 2013-07-23 09:48:19 +01:00
Alex Pott 186312d68a Issue #2044825 by Gábor Hojtsy: Fixed Language entity missing uri() method implementation. 2013-07-23 09:39:34 +01:00
Alex Pott c1f73e6600 Issue #2026319 by pplantinga: Fixed Mis-named variables in picture_theme(). 2013-07-23 00:28:12 +01:00
Alex Pott 1d6edbb944 Issue #2024811 by tim.plunkett: Remove hardcoding of ConfigEntityBase in RoleStorageController::attachLoad(). 2013-07-23 00:11:55 +01:00
Alex Pott 03649a3441 Issue #2043403 by bdone: Fixed admin/content View does not have 'new'/'update' indicators. 2013-07-23 00:00:05 +01:00
Alex Pott c2e0cda721 Issue #1983682 by tim.plunkett, h3rj4n, larowlan: Convert applicable custom_block_menu() entries to use _entity_form() in routing.yml. 2013-07-22 23:58:13 +01:00
Nathaniel Catchpole c6157d8fae Issue #2006484 by tim.plunkett, Pancho, dawehner, amateescu, drunken monkey: Fixed Remove dependency on datetime from node. 2013-07-22 11:21:34 +01:00