Commit Graph

41 Commits (7e5119cd454d0c5a396b5568ae42edfab9941fe6)

Author SHA1 Message Date
webchick e6b87efa9c Issue #1978910 by kgoel, tim.plunkett, vijaycs85, dawehner: Fixed Convert layout_page_view() to a Controller. 2013-08-27 23:49:18 -07: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
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07: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 d88a2be443 Issue #2043379 by tim.plunkett: Allow plugins to be discovered in any directory. 2013-07-25 00:57:30 +02:00
Alex Pott 0059c7f01d Issue #2011094 by kgoel: Replace drupal_container() with Drupal::service() in the layout module. 2013-07-11 10:39:07 +01:00
Nathaniel Catchpole 2c11efed11 Issue #352951 by Wim Leers, mfer, mcjim, larowlan, RobLoach, sdboyer, Owen Barton, JohnAlbin: Make JS & CSS Preprocessing Pluggable. 2013-07-04 09:38:19 +01:00
Alex Pott b48f8fda69 Issue #2030925 by echoz: Quote rtl attribute selector. 2013-07-02 13:40:19 +01:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
catch 4e9792633c Issue #2026769 by fgm: Fixed Simplify DerivativeInterface implementations by refactoring duplicated code to a base class. 2013-06-28 22:17:30 +01:00
Alex Pott bfba7b8de9 Issue #2015789 by fubhy, echoz, rteijeiro, LewisNyman, penyaskito: Remove language_css_alter() (RTL stylesheets) in favor of HTML 'dir' attribute. 2013-06-28 09:47:08 +01:00
Alex Pott 9873c74069 Issue #2012818 by thedavidmeister: Remove #type 'markup'. 2013-06-24 10:46:21 +01:00
Alex Pott 202fe604b4 Issue #1986802 by yched: Rename PluginInspectionInterface::getDefinition() to getPluginDefinition(). 2013-06-12 17:14:59 +01:00
Alex Pott 07bf168bd6 Issue #1998140 by dawehner, ParisLiakos, tim.plunkett: Remove backward compatible ControllerInterface. 2013-06-11 23:16:25 +01:00
Alex Pott 2432c02138 Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention. 2013-06-07 11:48:55 +01:00
webchick 30d3671c03 Issue #1957154 by joates, ayelet_Cr, xjm | Berdir: Replace calls to drupal_container()->get('module_handler()') service with Drupal::moduleHandler(). 2013-06-04 20:58:17 -05:00
Alex Pott 8e7ead4c05 Issue #1985570 by plopesc: Convert layout_test_page() to a Controller. 2013-05-27 18:11:03 -05:00
Alex Pott 43934a326d Issue #1898424 by joelpittet, duellj, Cottser, mr.baileys: layout.module - Convert PHPTemplate templates to Twig. 2013-05-24 09:59:07 -07:00
Dries 8e57fb5263 Issue #1938430 by shanethehat, steveoliver, Fabianx: Don't add a default theme hook class in template_preprocess(). 2013-05-15 14:59:43 -04: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 79ea2f38f8 Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01:00
Alex Pott 005117618a Issue #1978908 by plopesc: Convert layout_page_list() to a Controller. 2013-05-01 11:23:12 +01:00
webchick d77275ff1f Issue #1391694 by tim.plunkett, aspilicious, fago, pounard, plach, Crell, msonnabaum, tstoeckler: Use type-hinting for entity-parameters. 2013-04-26 15:34:02 -07:00
Nathaniel Catchpole 1eb9af15f9 Issue #1930020 by dawehner, Berdir, olli: Inject a class into the Core annotated discovery implementation so that namespaces can be updated. 2013-04-25 09:38:49 +01:00
Alex Pott bc3a902fbc Issue #1807042 by tim.plunkett, effulgentsia: Rename entity storage/list/form/render controllers to handlers, part 1: organize existing annotation keys. 2013-04-23 08:38:30 +01:00
webchick b77715c307 Issue #1967294 by tim.plunkett: Add a dedicated @EntityType annotation. 2013-04-13 15:15:20 -07:00
Alex Pott 34e630950a Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
webchick e6f953db92 Issue #1875182 by yched: Pass plugin definition to plugin instances instead of discovery object. 2013-03-19 17:28:35 -04:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
catch 13bd2b25ec Issue #1849752 by effulgentsia, Berdir, jibran, neclimdul: Abstract non-Drupal-specific parts of AnnotatedClassDiscovery into a Drupal\Component base class. 2013-03-06 22:02:58 +00:00
catch 780b439297 Issue #1836008 by dawehner, Berdir, alexpott, katbailey, effulgentsia, EclipseGc: Fixed Remove drupal_classloader() use in Drupal\Core\AnnotatedClassDiscovery. 2013-02-28 11:24:13 +00:00
webchick 38e9b30c2b Issue #1851706 by yched, effulgentsia, tim.plunkett: Fixed Make all core plugin managers be consistent as to whether or ->discovery is passed to the factory. 2013-01-30 14:28:45 -08:00
catch 10ab47224d Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. 2013-01-21 19:21:34 +00:00
catch 2cf9e49ebc Revert "Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. Broke core tests after commit."
This reverts commit c80c3e18f1.
2013-01-21 13:53:28 +00:00
catch c80c3e18f1 Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. 2013-01-21 11:02:01 +00:00
webchick 3f9edaa32c Issue #1839278 by Gábor Hojtsy, bdone: Added layout template demonstration. 2012-11-28 23:18:01 -08:00
catch 3ee3f5ad54 Issue #1764278 by tstoeckler, tim.plunkett, yched: Fixed Run PluginManagerBase::processDefinition() in a ProcessDecorator. 2012-11-26 10:34:46 +00:00
webchick 75b5ee1258 Issue #1817044 by sdboyer, effulgentsia, tim.plunkett, Gábor Hojtsy, yched: Implement Display, a type of config for use by layouts, et. all. 2012-11-14 08:08:01 -08:00
webchick eb599cd5dc Issue #1814520 follow-up by seutje: Remove reference to RTL. 2012-11-03 19:36:06 -07:00
webchick 99e6cef6d1 Issue #1814520 by seutje, DesignDolphin, Stalski, JohnAlbin, jenlampton, swentel: Create 2 basic sample layouts: 1-col and 2-col. 2012-11-02 18:25:55 -07:00
webchick f4debbf54a Issue #1787846 by Gábor Hojtsy, EclipseGc, effulgentsia, fubhy: Added Themes should declare their layouts. 2012-10-15 08:02:05 -07:00