Commit Graph

819 Commits (4df1036a4ab529664496510239a072c31c573291)

Author SHA1 Message Date
Alex Pott 0c5ebea2f1 Issue #1920822 by tim.plunkett: Decouple ExecutableInterface from Conditions and FormInterface. 2013-05-29 06:00:47 +01:00
Alex Pott 23b59123d1 Issue #1998466 by dawehner, ParisLiakos: Convert filter_xss_admin() and similar function to an Xss component. 2013-05-28 22:48:53 +01:00
Alex Pott 411dc59a17 Issue #2002232 by kim.pepper: Cleanup PluginManagerBase. 2013-05-27 20:42:27 -05:00
Alex Pott 040ff573a2 Issue #1998166 by dawehner: Use the controller resolver to inject parameters into HtmlFormController. 2013-05-27 19:57:28 -05:00
Alex Pott 521e1e5946 Issue #1957158 by abghosh82, JacobSanford: Replace typed_data() with Drupal::typedData(). 2013-05-27 18:00:35 -05:00
Alex Pott 09db04dddd Issue #2004784 by chx, effulgentsia: Move module enable/disable/uninstall implementations into ModuleHandler. 2013-05-27 12:39:38 -07:00
Alex Pott a2f15f28eb Issue #1998250 by patrickd, dww, chx: Move batch to pluggable storage. 2013-05-27 11:12:50 -07:00
Alex Pott ce7ff5cd54 Issue #1634442 by chia, Berdir, amateescu, fago: Fixed DatabaseStorageController can't catch exceptions. 2013-05-26 16:45:42 -07:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07:00
Alex Pott 7961e03aeb Issue #1909418 by tim.plunkett, damiankloip, larowlan, dawehner, kim.pepper: Allow Entity Controllers to have their dependencies injected. 2013-05-25 16:36:57 -07:00
Alex Pott f2d710c607 Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott 7846ad6fb9 Issue #1938184 by Xano, ParisLiakos, franskuipers, clemens.tolboom: Convert Drupal\Core\Utility\Color\ColorTest to PHPUnit. 2013-05-25 12:42:40 -07:00
Alex Pott 94e3e87a4a Issue #2003578 followup by chx: twig_cache() must be FALSE in install.php registerTwig because we don't know if files folder is writable yet. 2013-05-24 15:00:31 -07:00
Dries dc28748c53 Issue #2003578 by Jon Pugh, joelpittet: Fixed twig_cache() must be FALSE in install.php registerTwig because we don't know if files folder is writable yet. 2013-05-24 13:58:57 -07:00
Alex Pott 530a6eda68 Issue #1957888 by ParisLiakos, Berdir: Fixed Exception when a field is empty on programmatic creation. 2013-05-21 16:54:06 -07:00
Alex Pott 80da26f3ff Issue #1893442 by andypost, tim.plunkett, dawehner: Move BlockStorageController::loadByProperties() into ConfigStorageController. 2013-05-20 16:41:23 -07:00
Alex Pott 518c4d10bd Issue #1875992 by amateescu, swentel, yched: Add EntityFormDisplay objects for entity forms. 2013-05-19 13:02:16 -07:00
Alex Pott 750b527318 Issue #1872522 by chx, effulgentsia, sun, aspilicious, desmondmorris, Berdir, jibran, YesCT: Fixed Compiled data in PHP storage is cleared too late in drupal_flush_all_caches(). 2013-05-19 12:32:09 -07:00
Alex Pott 66e6eb8d36 Issue #1994910 by tim.plunkett, twistor: Fixed ConfigEntity listing should only show enable/disable if status is supported. 2013-05-19 12:17:43 -07:00
Nathaniel Catchpole 4eaa775b10 Issue #1890784 by alexpott, YesCT, heyrocker, tim.plunkett, EllaTheHarpy, beejeebus: Refactor configuration import and sync functions. 2013-05-17 15:16:16 +01:00
Nathaniel Catchpole 261b71d29c Issue #1992950 by xjm: Stop use-ing Exception. 2013-05-16 09:15:22 +01:00
Dries bd68a9bfbe Issue #1988666 by Crell, kim.pepper: Cleanup Controllers and Enhancers. 2013-05-15 16:16:25 -04:00
Alex Pott 56653079cc Issue #1953800 by dawehner, amateescu: Fixed Make the database connection serializable. 2013-05-14 22:06:25 +01:00
catch 3ad81ec0a6 Issue #1992834 by alexpott: Fixed Unnecessarily setting up the array of priority formats for content negotiation within a loop. 2013-05-13 22:22:05 +01:00
Alex Pott a858b3473c Issue #1983710 by manarth: Fixed HTTP: Use 406 (Not acceptable) over 415 (Unsupported media type). 2013-05-12 10:00:34 +01:00
Alex Pott dced5e1164 Issue #1979290 by Cottser, soulston: Add static caching to Twig_Environment::getTemplateClass(). 2013-05-08 18:34:54 +01:00
Jennifer Hodgdon 9ec703eb65 Issue #1957042 by Kevin Morse, foopang, xjm, Fabianx, Cottser: Document why a method in CoreBundle is public static 2013-05-08 06:40:31 -07:00
Alex Pott 686c269bae Issue #1938670 by ParisLiakos, Xano, RobLoach, pp, alexpott: Convert unicode.inc to \Drupal\Component\Utility\Unicode. 2013-05-08 00:29:47 +01:00
Alex Pott 19e6c2c0ae Issue #1987298 by tim.plunkett, quicksketch: Shorten directory structure and PSR-0 namespacing for plugins. 2013-05-07 21:34:00 +01:00
Alex Pott a57952c6a4 Issue #1983844 by tim.plunkett, dawehner: Add EntityListController and convert picture.module callbacks to routes/controllers to provide a use-case. 2013-05-07 17:33:50 +01:00
Nathaniel Catchpole 31513883d9 Issue #1712250 by alexpott, n3or, cam8001, vijaycs85, Albert Volkman, jibran, heyrocker, chx: Convert theme settings to configuration system. 2013-05-07 10:47:19 +01:00
Alex Pott cb4782ea13 Issue #1977784 by YesCT, Gábor Hojtsy, EllaTheHarpy: Content language settings configuration page needs to determine what entities and bundles to include. 2013-05-06 11:31:46 +01:00
Nathaniel Catchpole 59244c71d0 Issue #1986690 by fabpot: Fixed Removed double registration of RegisterKernelListenersPass. 2013-05-05 22:19:21 +01:00
Nathaniel Catchpole c268d42baa Issue #1911178 by ParisLiakos, Xano: Change notice: Remove hook_exit(). 2013-05-05 22:09:00 +01:00
Alex Pott 50ae329638 Issue #1982088 by tim.plunkett: Remove hook_entity_bundle_info()'s need for 'real path'. 2013-05-05 01:24:24 +01:00
webchick df8519574a Issue #1828616 follow-up by tstoeckler, Berdir: Allow AnnotatedClassDiscovery to find plugins in Drupal\Component as well. 2013-05-03 22:31:02 -07:00
Alex Pott 0be98498e0 Issue #1974474 by Berdir: Make sure within field_attach_()*() that we are working with a BC entity. 2013-05-04 01:49:43 +01:00
webchick 22df5962a2 Issue #1944472 by larowlan, quicksketch, effulgentsia: Add generic content handler for returning dialogs. 2013-05-03 10:01:32 -07:00
Jennifer Hodgdon a325159de3 Issue #1969970 by dawehner, jhodgdon, webchick, EclipseGc, tim.plunkett: Documentation for translatable plugin properties on annotations 2013-05-03 08:55:49 -07:00
Nathaniel Catchpole 891f4c5d69 Issue #1944636 by alexpott, YesCT: Fixed PECL Intl extension usage in DateTimePlus class broken and untested. 2013-05-03 14:21:32 +01:00
Nathaniel Catchpole 9ae545f754 Issue #1975486 by Berdir: Add a persistent cache in DatabaseStorageController::getFieldDefinitions(). 2013-05-02 11:59:57 +01:00
webchick e775437eb2 Issue #1982984 by larowlan: Create Drupal::entityManager for improved DX. 2013-05-01 23:42:27 -07:00
webchick c35c1cadb4 Issue #1828616 by Berdir, tstoeckler: AnnotatedClassDiscovery is not finding plugins in Drupal\(Core|Component)\COMPONENT_NAME\Plugin directory. 2013-05-01 21:59:28 -07:00
webchick 6de362318d Issue #1929288 by ParisLiakos, Dave Reid: Move cryptographic functions to Crypt component. 2013-05-01 21:46:53 -07:00
webchick 594c849d8d Issue #1938960 by tim.plunkett, dawehner: Fixed _menu_translate() doesn't care about new routes. 2013-05-01 21:09:48 -07:00
webchick 59a54c3e7e Issue #1962130 by dawehner, YesCT, tim.plunkett, CEikermann: Fixed Fatal Error: ViewUI::isTranslatable endless loop. 2013-05-01 19:20:34 -07:00
Alex Pott 620d497915 Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface. 2013-04-30 00:46:14 +01:00
Nathaniel Catchpole 064c81785c Issue #1975462 by thedavidmeister, alexpott, chx, joelpittet: Fixed Allow and test for NULL and integer 0 values in Twig templates. 2013-04-29 12:24:59 +01:00
Alex Pott 6ed57d39c5 Issue #1946404 by tim.plunkett, amateescu, swentel: Convert forms in field_ui().admin.inc to the new form interface. 2013-04-27 00:28:10 +01:00
Alex Pott 47308d2162 Issue #1947892 by Berdir, theduke: Improve DX with EntityAccessControllerInterface. 2013-04-26 23:47:55 +01:00