Commit Graph

22010 Commits (a7e6424537ea9824dac3733eee48e96967a6a5d7)

Author SHA1 Message Date
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