Commit Graph

1347 Commits (29e3ae0cc4fc22e1a37da669e5f4d2223ee916d4)

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