Commit Graph

1482 Commits (394442e270bce8470eee7804b2bb4717da391a50)

Author SHA1 Message Date
Nathaniel Catchpole ba6591cdd2 Issue #2018319 by yched, swentel, pcambra: Remove field_read_field(s)() and field_read_instance(s) in favor of entity_load() and entity_load_multiple_by_properties(). 2013-12-19 14:10:57 +00:00
Nathaniel Catchpole 8ff4108664 Issue #1912602 by dawehner, damiankloip, dagmar, tim.plunkett, bdone: Changing view access from 'Permission' to 'Role' causes AJAX error message re getRoles(). 2013-12-18 20:51:07 +00:00
Dries c478bf4062 Issue #2150621 by damiankloip: Separate applies and build logic for breadcrumb builders. 2013-12-18 15:22:36 -05:00
Dries 17cc6dab8b Issue #2145041 by tim.plunkett: Allow dynamic routes to be defined via a callback. 2013-12-18 15:09:35 -05:00
Dries 5b6f9d7908 - Issue #2156265 by sun: KeyValueFactory is swappable, add an interface and fix type-hints. 2013-12-18 14:56:51 -05:00
Nathaniel Catchpole 77addbef6e Revert "Issue #1912602 by dawehner, dagmar, tim.plunkett, bdone: Changing view access from 'Permission' to 'Role' causes AJAX error message re getRoles()."
This reverts commit 0f17b0ec75.
2013-12-17 12:29:55 +00:00
Nathaniel Catchpole 0f17b0ec75 Issue #1912602 by dawehner, dagmar, tim.plunkett, bdone: Changing view access from 'Permission' to 'Role' causes AJAX error message re getRoles(). 2013-12-17 11:07:28 +00:00
Nathaniel Catchpole a6cdd740f8 Issue #1954892 by dawehner, David_Rothstein, tim.plunkett: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system. 2013-12-17 11:03:15 +00:00
Nathaniel Catchpole d443c10cc1 Issue #2021779 by amateescu, tim.plunkett: Decouple shortcuts from menu links. 2013-12-15 09:51:10 +00:00
Alex Pott a0fb280d23 Issue #2134079 by fago: Storage-related methods are not invoked for computed fields. 2013-12-14 22:13:24 +00:00
Alex Pott dd663c405e Issue #2031725 by fgm, fago, vladan.me, Nebel54, Berdir: Move all entity display interfaces to the core component. 2013-12-12 23:34:44 +00:00
Alex Pott 94cba6d2d4 Issue #1938390 by andypost, disasm, jibran, dawehner, ygerasimov, pfrenssen: Convert contact_site_page and contact_person_page to a new-style Controller. 2013-12-12 21:03:41 +00:00
Alex Pott c2f76e09d4 Issue #2015687 by smiletrl, amateescu, Berdir, fago: Convert field type to FieldType plugin for taxonomy module. 2013-12-12 15:42:27 +00:00
Alex Pott 65be82a128 Issue #2095283 by Berdir, chx, amateescu, vladan.me: Remove non-storage logic from the storage controllers. 2013-12-12 14:46:24 +00:00
Nathaniel Catchpole 7fa9c2e13f Issue #2144701 by Xano: Copy PluginBase's translation wrappers to ContextAwarePluginBase. 2013-12-12 10:59:29 +00:00
Nathaniel Catchpole 6add3e8a32 Issue #2149233 by TR: Unused / undeclared variable in Config.php. 2013-12-12 10:49:59 +00:00
catch 3e27ebdea5 Issue #1786490 by Berdir, amateescu, damiankloip, Wim Leers, dawehner: Add caching to the state system. 2013-12-12 00:00:09 +00:00
Nathaniel Catchpole 51560a3a04 Revert "Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system."
This reverts commit 8ec847cc7c.
2013-12-11 14:37:58 +00:00
Nathaniel Catchpole 8ec847cc7c Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system. 2013-12-11 12:00:10 +00:00
Nathaniel Catchpole 4b7da9abff Issue #221081 by David_Rothstein, fago, schwern, Berdir: Entity cache out of sync and inconsistent when saving/deleting entities. 2013-12-11 11:52:47 +00:00
webchick 6819e5e0d6 Issue #2098197 by dawehner, vijaycs85, damiankloip, tstoeckler: Add getAllRoutes() method to RouteProvider . 2013-12-10 22:50:17 -08:00
webchick 056f2fe241 Issue #2132711 by dawehner: Add a test for the breadcrumb manager. 2013-12-10 22:01:45 -08:00
webchick 568fef4c33 Issue #2109793 by damiankloip, dawehner, tim.plunkett: Convert element_* methods in common.inc to a class. 2013-12-10 13:23:03 -08:00
Nathaniel Catchpole fed0e7e006 Issue #1879200 by pcambra, swentel, Berdir: Remove uneeded argument from entity type callbacks. 2013-12-10 14:26:35 +00:00
Nathaniel Catchpole 934e93d0f7 Issue #2142603 by yched: DX / efficiency for accessing the 'default langcode' of an entity. 2013-12-10 14:06:47 +00:00
Nathaniel Catchpole 51e320178e Issue #2067551 by lokapujya, Kartagis, sandipmkhairnar, jlindsey15: /core/lib/Drupal/Core/Routing/MatcherDumper.php will never roll back its transaction. 2013-12-10 13:51:55 +00:00
Alex Pott 560e5afd66 Issue #2145007 by tim.plunkett, h3rj4n: Convert form_set_error() in FormBase classes to use FormErrorInterface. 2013-12-10 00:45:01 +00:00
Alex Pott cdac25ee08 Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods. 2013-12-09 19:19:58 -04:00
webchick a16eb5a389 Issue #2147501 by dawehner: Convert most of the left over local tasks. 2013-12-07 15:16:21 -08:00
Alex Pott 6856f73b0f Issue #2031589 by Mark Carver: DrupalKernel.php coder review. 2013-12-07 00:07:30 -04:00
Nathaniel Catchpole e8c263c4a5 Issue #2112239 by amateescu: Convert base field and property definitions. 2013-12-06 10:56:29 +00:00
webchick 3bb5f796f6 Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, alexpott, larowlan, Damien Tournoud: Replace almost all remaining superglobals (, , etc.) with Symfony Request object. 2013-12-05 10:02:36 -08:00
Nathaniel Catchpole 67e93b23ac Issue #2109287 by dawehner, Cottser, tim.plunkett, kim.pepper: Replace list_themes() with a service. 2013-12-05 10:06:32 +00:00
Nathaniel Catchpole 1ceeda436a Issue #2032309 by dawehner, amateescu: Use local tasks derivatives to provide local tasks for views. 2013-12-05 10:05:55 +00:00
webchick dc7a5b27ef Revert of Issue #1998638, since it broke drush si and other command-line scripts. 2013-12-04 21:13:05 -08:00
webchick f0f9fcb522 Issue #2100121 by StephaneQ | Berdir: Documentation about changing cache backend in CacheBackendInterface is outdated. 2013-12-04 00:09:29 -08:00
webchick f493700c3d Issue #2089461 by thedavidmeister, deneo, Alan D., dsdeiz, stpaultim: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in core/lib. 2013-12-03 23:50:12 -08:00
webchick c246b07e56 Issue #2137301 by cayci1, fago: Move entity constraints under the Entity component. 2013-12-03 23:23:15 -08:00
webchick ada9c9da11 Issue #2109303 by damiankloip, ParisLiakos: Convert CSRF checks in controllers to the routing system. 2013-12-03 20:27:53 -08:00
Jennifer Hodgdon a70ccf5a93 Issue #2035007 by speely, YesCT, penyaskito: Add docs to Language class properties 2013-12-03 16:43:32 -08:00
webchick 954f911129 Issue #2147503 by amateescu: Remove stale reference to the EntityWrapper class. 2013-12-03 11:46:21 -08:00
webchick 4b06b8bd32 Issue #2111349 by dawehner, tim.plunkett: Move format_plural to the string translation service and format_interval to the date service. 2013-12-03 11:35:43 -08:00
webchick 6d0ba6bfd7 Issue #2143349 by larowlan: Submitting a form as an anonymous user when $form['#token'] = FALSE results in a notice. 2013-12-03 11:32:57 -08:00
webchick a38172dc20 Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, larowlan, Damien Tournoud: Replace all remaining superglobals (, , etc.) with Symfony Request object. 2013-12-03 10:57:18 -08:00
Jennifer Hodgdon 80fbd33d97 Issue #2145077 by TR, longwave: Fix about a zillion spelling errors, mostly in comments 2013-12-03 07:54:20 -08:00
Nathaniel Catchpole 160e691c08 Issue #1503314 by swentel, amateescu, bojanz: Remove the concept of active / inactive (field types, storage) from Field API. 2013-12-03 13:34:33 +00:00
Nathaniel Catchpole 15fded0c84 Issue #1988612 by effulgentsia, yched, Wim Leers, Berdir, Pancho: Apply formatters and widgets to rendered entity base fields, starting with node.title. 2013-12-03 11:53:16 +00:00
Nathaniel Catchpole b20755f4c8 Issue #2142549 by amateescu, yched: Support multi-column field types in base tables. 2013-12-03 11:48:59 +00:00
Alex Pott 8e729c32fe Issue #2102417 by damiankloip, dawehner: Change Drupal\Core\Routing\RouteBuildEvent::getModule() to getProvider(). 2013-12-01 09:56:50 -04:00
Nathaniel Catchpole e048d17b81 Issue #2108829 by damiankloip, dawehner: Make AccessManager stricter with values returned from access checkers. 2013-12-01 12:42:13 +00:00
Nathaniel Catchpole 4983867b78 Issue #2103155 by claudiu.cristea, chx: Pick up plugins in subdirs. 2013-12-01 12:36:42 +00:00
Nathaniel Catchpole b28f5b817f Issue #2071145 by dawehner: Regression: Allow to change the commands of an ajax response. 2013-11-29 10:07:23 +00:00
webchick aeecb0a4ce Issue #2076445 by plach, andypost, yched, Gábor Hojtsy: Make sure language codes for original field values always match entity language regardless of field translatability. 2013-11-28 00:25:13 -08:00
webchick 405d504752 Issue #2141041 by Heine, klausi, David_Rothstein, amateescu, tim.plunkett, : CsrfTokenGenerator::validate() should do an identical compare. (CORE-SA-2013-003 follow-up) 2013-11-27 23:37:18 -08:00
webchick 9bcaedec15 Issue #2047229 by fago, smiletrl, Berdir, effulgentsia, amateescu: Make use of classes for entity field and data definitions. 2013-11-27 13:55:54 -08:00
Nathaniel Catchpole 66f8fb8253 Issue #2102369 by vijaycs85, JeroenT, ACF, rteijeiro, -enzo-, tim.plunkett: Remove drupal_set_title in custom block module controllers and entitylist controllers. 2013-11-27 20:02:40 +00:00
Nathaniel Catchpole e4db5cd4e2 Issue #576276 by tim.plunkett, larowlan: Abort validation when the token validation fails. 2013-11-27 14:28:02 +00:00
Nathaniel Catchpole d7a9d44e8d Issue #2020895 by yched, pcambra, swentel: Move save() / delete() logic in Field / FieldInstance to [pre|post]Save(), [pre|post]Delete(). 2013-11-26 20:53:41 +00:00
Dries 76fb5cba8f Issue #1712456 by damiankloip, aspilicious, amateescu: How to leverage cache tags in Views. 2013-11-26 15:17:52 -05:00
Nathaniel Catchpole e75ac46431 Issue #2133439 by damiankloip: Dynamically create token value string based on route path. 2013-11-25 12:06:37 +00:00
webchick d6cda5707d Issue #2113319 by Xano: Rename getOriginalID() to getOriginalId() and setOriginalID() to setOriginalId(). 2013-11-23 13:23:55 -08:00
webchick df1a669b77 Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global. 2013-11-23 12:57:04 -08:00
webchick 3043a70e3c Issue #2084665 by Xano, aschiwi, yoroy: Clean up the DB configuration during installation. 2013-11-23 12:22:32 -08:00
webchick a4f033e217 Revert "Rollback of Issue #2138239 by damiankloip, tim.plunkett, amateescu: Use GlobIterator instead of glob. — breaks testbot."
Un-committing the un-commit of the previously committed commit. :P

This reverts commit 40e903f897.
2013-11-22 21:40:50 -08:00
webchick b91c1a9e55 Issue #2120841 by tim.plunkett: Convert form_options_flatten() to a method on FormBuilder. 2013-11-22 21:13:32 -08:00
webchick f17dcbf86c Issue #2137947 by tim.plunkett, damiankloip: Finish unit tests for PluginBag and subclasses. 2013-11-22 21:12:11 -08:00
webchick 402e468594 Issue #2120863 by tim.plunkett, Gaelan: Add docs to core/lib/Drupal/Core/Form/FormBuilder.php. 2013-11-22 19:40:01 -08:00
webchick 8ca99a1c29 Issue #2112635 by tim.plunkett: Convert update_script_selection_form to FormInterface. 2013-11-22 18:58:43 -08:00
catch e5b98c30fa Issue #2103635 by claudiu.cristea | fietserwin: Remove effects from ImageInterface. 2013-11-22 20:45:11 +00:00
Nathaniel Catchpole 172cd2652a Revert "Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system."
This reverts commit fc04601c35.
2013-11-22 13:56:50 +00:00
webchick 40e903f897 Rollback of Issue #2138239 by damiankloip, tim.plunkett, amateescu: Use GlobIterator instead of glob. — breaks testbot. 2013-11-20 12:52:58 -08:00
webchick 76e6e2a920 Revert "Issue #2138239 by damiankloip, tim.plunkett, amateescu: Use GlobIterator instead of glob."
Bah. Wrong commit message.

This reverts commit 843d7d6614.
2013-11-20 12:52:18 -08:00
webchick 843d7d6614 Issue #2138239 by damiankloip, tim.plunkett, amateescu: Use GlobIterator instead of glob. 2013-11-20 12:50:56 -08:00
Jennifer Hodgdon e2ae6f71e3 Issue #213887 by Xano: Fix up PluginBag documentation 2013-11-20 10:35:09 -08:00
Nathaniel Catchpole fbe932254f Issue #2111823 by amateescu, dawehner: Convert field_ui / Entity local tasks to YAML definitions. 2013-11-20 11:37:29 +00:00
webchick e86305a061 Issue #2139407 by amateescu: HEAD broken on Windows. 2013-11-20 00:35:51 -08:00
Nathaniel Catchpole 92f93a1cbc Issue #2004086 by dawehner, pwolanin, katbailey, tim.plunkett, vijaycs85, fabpot: The Request service must be synthetic. 2013-11-19 16:21:35 +00:00
Nathaniel Catchpole fc04601c35 Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system. 2013-11-19 12:24:14 +00:00
Alex Pott 14336d94b8 Issue #2138239 by damiankloip: Use GlobIterator instead of glob. 2013-11-18 21:15:00 -04:00
webchick 4f00351eed Issue #2129039 by plach, jthorson, pfrenssen, nyirocsaba, Gábor Hojtsy: Integrity constraint violation when translating body field. 2013-11-18 11:24:48 -08:00
Dries 9c306c1cb6 Issue #2122019 by damiankloip: Remove include_file() logic and getMenuItem() from FormBuilder. 2013-11-17 20:27:35 -05:00
Alex Pott 3cda8309b0 Issue #1886448 by dawehner, sun, Berdir, ParisLiakos: Rewrite the theme registry into a proper service. 2013-11-16 17:35:23 -04:00
catch 241348d510 Issue #2073531 by tim.plunkett, dawehner, Berdir, catch, plach: Use current user service instead of _account, remove _account from the request object. 2013-11-16 21:26:50 +00:00
Alex Pott 7b8e204118 Issue #2133469 by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names. 2013-11-15 09:31:24 -04:00
Alex Pott c4b089f5d9 Issue #2102777 by damiankloip, dawehner: Allow theme_links() to use routes as well as href. 2013-11-15 09:09:50 -04:00
webchick f614976af5 Issue #2101427 by David_Rothstein, evilehk, nod_: Follow-up: Browser validation error with Chrome on hidden required fields, even on forms that don't allow client-side validation. 2013-11-14 12:38:08 -08:00
webchick 744309f9f2 Issue #2125253 by tim.plunkett: Convert ()['redirect'] to ()['redirect_route()']. 2013-11-13 21:31:49 -08:00
Alex Pott 021452d617 Issue #2121461 by Xano: \Drupal\Core\EventSubscriber\ViewSubscriber::onHtml() does not allow controllers to return string content. 2013-11-12 21:57:05 +00:00
webchick 4664d8af10 Issue #2113621 by catch, ParisLiakos: Convert PhpStorageFactory from global to settings. 2013-11-11 10:56:57 -08:00
webchick 1c3b92bea7 Issue #2132795 by tstoeckler: Remove \Drupal\Core\Routing\RouteCompiler::MAX_PARTS. 2013-11-11 10:34:01 -08:00
webchick 99fc3faa39 Issue #2120505 by tstoeckler, dawehner: Remove MatcherDumper::MAX_PARTS. 2013-11-11 10:32:35 -08:00
Jennifer Hodgdon 4009f8f723 Issue #1793990 by vladan.me, chx, socketwench, -enzo-: Fix up docs on Config class 2013-11-11 09:53:55 -08:00
Jennifer Hodgdon 8ffc33b02f Issue #2103163 by pfrenssen: Fix up docs for ControllerBase::redirect 2013-11-11 09:45:48 -08:00
Jennifer Hodgdon cce0976413 Issue #2112045 by Wim Leers, Berdir: Fix up documentation for cache tags 2013-11-11 09:44:46 -08:00
Nathaniel Catchpole acc31be4bc Issue #1798296 by damiankloip, Xano, David_Rothstein, Crell, dawehner: Integrate CSRF link token directly into routing system. 2013-11-11 11:38:41 +00:00
Alex Pott ad0a71a7ad Issue #1643362 by swentel: Remove 'entity_type()' from Entity::uri()'s return. 2013-11-07 22:45:16 +00:00
Nathaniel Catchpole 3c3eb990fd Issue #1810350 by plach, kfritsche, boran, YesCT: Remove menu_* entity keys and replace them with entity links. 2013-11-07 10:55:26 +00:00
Nathaniel Catchpole 72c63698c8 Issue #2090541 by plopesc, yched: Avoid storing numeric target_id()'s for default values in field instance CMI files. 2013-11-07 10:49:51 +00:00
Nathaniel Catchpole b469334d39 Issue #2100073 by dawehner: Convert local_actions() to the new local action plugins. 2013-11-07 10:47:30 +00:00
Nathaniel Catchpole b15aed5760 Issue #1859684 by dawehner, effulgentsia: Expand routeBuilder unit test. 2013-11-06 19:58:22 +00:00
Nathaniel Catchpole 0d263c64e9 Issue #2084463 by dawehner, pwolanin, David_Rothstein, tim.plunkett, Xano: Convert contextual links to a plugin system similar to local tasks/actions. 2013-11-06 19:45:37 +00:00
Nathaniel Catchpole c543ca71ff Issue #2019055 by plach, fago, berdir, yched, Gábor Hojtsy, kfritsche, jibran: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:44:42 +00:00
Nathaniel Catchpole 38fdf67298 Revert "Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback."
This reverts commit 46942cd373.
2013-11-06 14:44:17 +00:00
Nathaniel Catchpole 46942cd373 Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:39:07 +00:00
Dries cc9f617356 Issue #2120059 by jhedstrom: Cleanup temporary t() functions in phpunit tests. 2013-11-05 21:15:32 -05:00
Alex Pott bf3e9cfaaa Issue #2112705 by mikey_p: Replace EntityType::$module with provider. 2013-11-02 22:11:53 -07:00
Alex Pott 97fc3d3160 Issue #2124537 by chx: Nuke the Eldritch Abomination EntityManager::addNamespaces. 2013-11-01 09:06:53 -07:00
Nathaniel Catchpole 3fc8919e3c Issue #2113337 by Xano: Fixed Rename \Drupal\Component\Plugin\PluginBag::*ID(s)() to *Id(s)(). 2013-10-31 11:32:24 +00:00
webchick a7f28c1203 Issue #2105661 by dawehner, tim.plunkett, chx: Add support for $form_state()['redirect_route()']. 2013-10-30 21:31:39 -07:00
webchick 9e72283378 Issue #2069373 by swentel, yched: Race conditions on import if CUD on ConfigEntity A triggers changes in ConfigEntity B. 2013-10-30 21:30:41 -07:00
webchick 4399709181 Issue #2066535 by tim.plunkett, jsst, Berdir: Add EntityManagerInterface and stop typehinting with EntityManager. 2013-10-30 16:09:40 -07:00
Nathaniel Catchpole 9d5aefb739 Issue #2048223 by dawehner, ParisLiakos, herom, fubhy, damiankloip, vijaycs85, joelpittet, tim.plunkett: Add $account argument to AccessCheckInterface::access() method and use the current_user() service. 2013-10-30 17:31:44 +00:00
webchick 662bd3934b Issue #2120847 by tim.plunkett: Add test coverage for FormBuilder::sendResponse(). 2013-10-29 15:09:34 -07:00
webchick a145652886 Issue #2098089 by penyaskito, Schnitzel, tim.plunkett, YesCT, EllaTheHarpy, Gábor Hojtsy: Fixed Date formats cannot be translated (the core UIs are useless). 2013-10-29 14:29:39 -07:00
Alex Pott 5ab1bfcb9f Issue #2101427 by evilehk: Fixed Browser validation error with chrome on hidden required fields. 2013-10-28 16:20:43 -07:00
Alex Pott b376379368 Issue #2114069 by dawehner, Gábor Hojtsy, ursula: Fixed Routing / tabs / actions lack way to attach context to UI strings. 2013-10-28 15:45:33 -07:00
catch dfd537fe1a Issue #2095489 by tayzlor, beejeebus: Separate out module install config code from import code. 2013-10-28 11:51:33 +00:00
Alex Pott 840e20aec6 Issue #2097691 by plopesc, amateescu: Move FIELD_CARDINALITY_UNLIMITED constant to FieldDefinitionInterface. 2013-10-26 09:26:00 -07:00
Alex Pott a6efca1da2 Issue #2109065 by ianthomas_uk, jhodgdon: Fixed Remove variable_get() and variable_set() calls from API documentation. 2013-10-25 21:53:38 -07:00
Alex Pott 82eb2924cf Issue #2112807 by tim.plunkett: Move the form builder functions in form.inc to a form service. 2013-10-25 15:54:34 -07:00
Alex Pott 4b7bbecbc3 Issue #2097903 by Berdir, amateescu: Rename EntityRenderController to EntityViewBuilder. 2013-10-25 13:54:18 -07:00
webchick 08c1599c7f Issue #2057259 by alexpott, cweagans, swentel: Fixed Malformed modulename.info.yml file causes fatal error. 2013-10-25 13:19:15 -07:00
catch 744c96462e Issue #2078879 by pwolanin, dawehner, Xano: Fixed DerivativeDiscoveryDecorator doesn't check/enforce the proposed derivative fetchers implement interface DerivativeInterface. 2013-10-25 21:23:40 +02:00
Nathaniel Catchpole 4347a45177 Issue #1988508 by katbailey, aspilicious, dawehner: Stop pretending we support Symfony bundles when we really just have service providers. 2013-10-25 11:32:24 +01:00
Nathaniel Catchpole 516affdf43 Issue #2102125 by dawehner, tim.plunkett, neclimdul, pwolanin, YesCT, damiankloip, Tim Bozeman: Big Local Task Conversion. 2013-10-24 13:04:38 +01:00
Nathaniel Catchpole 50979d219f Issue #2107137 by dawehner, damiankloip, tim.plunkett: Fix the DX for declaring custom access checkers. 2013-10-21 21:29:17 +01:00
Alex Pott 3ded2216b0 Issue #2115145 by Berdir | effulgentsia: Move field type plugins to Plugin/Field/FieldType. 2013-10-19 09:12:13 +01:00
Alex Pott c1027b9d1a Issue #2050835 by Berdir | yched: Move Widget, Formatter, and FieldType plugin types to the Core\Field system. 2013-10-18 12:57:37 +01:00
Nathaniel Catchpole 784cebbe5a Issue #2098795 by tim.plunkett, Sean Charles, tstoeckler, dawehner, larowlan, damiankloip: Create Base Class for RouteSubscriber Class. 2013-10-18 09:54:56 +01:00
webchick d0d5f6be9b Issue #2112759 by effulgentsia: Add ContentEntityInterface::hasField(). 2013-10-17 23:16:26 -07:00
webchick 14d3ae9ede Issue #2095125 follow-up by dawehner: Further refine access checking. 2013-10-17 22:04:48 -07:00
Alex Pott 83e1359edc Issue #2107483 by StephaneQ: Make basic_auth() module and http_basic() auth setting consistent. 2013-10-17 23:41:58 +01:00
Nathaniel Catchpole ac235ef89d Issue #2043757 by dawehner, Alan D.: Remove drupal_(string) methods out of diffengine. 2013-10-17 12:20:07 +01:00
Alex Pott d3d34a5eee Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language. 2013-10-17 00:00:50 +01:00
Alex Pott 1c67615a0f Revert "Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language."
This reverts commit 7b08fd6398.
2013-10-16 23:59:52 +01:00
Alex Pott 7b08fd6398 Issue #1914070 by Sutharsan, pp, YesCT: Improve version fallback for install language. 2013-10-16 23:37:38 +01:00
Nathaniel Catchpole 8e0865020e Issue #2112237 by vijaycs85, neclimdul, damiankloip: Fixed Regression: Remove EntityFormControllerNG from book module. 2013-10-16 20:04:31 +01:00
Alex Pott b201c0546c Issue #2111209 by Xano: Fixed Rename FormInterface::getFormID() to FormInterface::getFormId(). 2013-10-16 13:37:27 +01:00
Alex Pott a6d19bf7a7 Issue #2063403 by claudiu.cristea: Fixed Fatal when editing a nonexistent image effect. 2013-10-16 13:27:42 +01:00
Alex Pott 5085cb35c7 Issue #2095125 by Xano: Use access constants in every access control context. 2013-10-16 13:10:57 +01:00
Nathaniel Catchpole 5ba91c7155 Issue #2105555 by Bladedu: Plugins cache prefix names not consistent between plugin managers. 2013-10-16 12:22:58 +01:00
Nathaniel Catchpole 7e532bf25d Issue #2030173 by jhedstrom: Convert system module's ValidNumberStepUnitTest to phpunit. 2013-10-16 12:04:31 +01:00
Jennifer Hodgdon 19aeaa740b Issue #2105803 by StephaneQ: Fix up docs for Subscriber classes 2013-10-15 10:09:32 -07:00
Jennifer Hodgdon f2cdb7bb16 Issue #2110311 by cosmicdreams, Berdir: Fix return type in QueueDatabaseFactory class method docs 2013-10-15 09:52:46 -07:00
Jennifer Hodgdon fa841b8092 Issue #2105065 by tim.plunkett, dawehner: Standards cleanup for null and other types in API docs 2013-10-15 09:48:37 -07:00
Alex Pott 4a3ee315a2 Issue #2085867 by damiankloip: Add a default parameter to keyvalue get() method. 2013-10-15 13:27:28 +01:00
Nathaniel Catchpole 536319a8d0 Issue #1757452 by amateescu, Xano, chx: Support config entities in entity reference fields. 2013-10-15 10:06:01 +01:00
webchick bcc4a59c0a Issue #2100407 by smiletrl, Berdir: Fixed Wrong doc of returned value for TypedData::getParent(). 2013-10-14 22:20:19 -07:00
webchick d76d9e2791 Issue #2105833 by herom: Fixed documentation fix in ContentEntityBase. 2013-10-14 21:59:16 -07:00
Alex Pott 0f8b4e794e Issue #2023563 by Berdir, smiletrl, fago: Convert entity field types to the field_type plugin. 2013-10-14 16:53:22 +01:00