Commit Graph

726 Commits (ebdb310c3efff1f0dc3730da2e44957321fbb20d)

Author SHA1 Message Date
webchick f0bed14de3 Issue #2233787 by alexpott, xjm | tim.plunkett: Move default configuration into extension/config/install to clarify its purpose. 2014-04-16 15:00:30 -07:00
Alex Pott 12b53d008f Issue #2229183 by martin107, dawehner: Use ContainerAwareTrait instead of extending ContainerAware. 2014-04-16 21:55:58 +01:00
Alex Pott 7ad0c57207 Issue #2182239 by Berdir, andypost: Improve ContentEntityBase::id() for better DX. 2014-04-16 10:11:41 +01:00
Nathaniel Catchpole 5e642cfb27 Issue #2196067 by mondrake, fietserwin: Remove setWidth and setHeight from ImageInterface. 2014-04-16 09:54:36 +01:00
Nathaniel Catchpole ef650e7272 Issue #2147689 by Xano: [regression] Support route parameters for *info.yml files' configure route name. 2014-04-15 20:19:00 +01:00
Alex Pott e562ca4dd3 Issue #2085243 by dawehner: Rename Menu module into Menu UI module. 2014-04-13 15:04:02 -04:00
Alex Pott 62ba47d26a Revert "Issue #2085243 by dawehner: Rename Menu module into Menu UI module."
This reverts commit 07f63fe6f3.
2014-04-13 15:03:35 -04:00
Alex Pott f122f87451 Issue #2227869 by joelpittet: Remove magic printing from Attribute class to make Twig 'without' filter work for attributes. 2014-04-13 14:56:00 -04:00
webchick f9f3e7f2cf Issue #2237963 by Wim Leers: Remove dead menu system code: menu_get_active_trail() and friends. 2014-04-13 14:18:38 -04:00
Alex Pott 07f63fe6f3 Issue #2085243 by dawehner: Rename Menu module into Menu UI module. 2014-04-13 11:58:17 -04:00
Alex Pott 455840f75d Issue #2206909 by jhodgdon, dawehner: Regression: Form submit redirects from 403/404 pages are no longer possible. 2014-04-12 14:23:29 -04:00
Alex Pott b1eb0a2931 Issue #2228291 by damiankloip: Move all plugin and other discovery data into a cache_discovery bin. 2014-04-11 10:40:11 -04:00
Alex Pott 12abe621e1 Issue #2228341 by sun, znerol, skipyT, ParisLiakos: Objectify session management functions + remove session.inc. 2014-04-10 13:30:54 -04:00
Alex Pott 7f00c591b0 Issue #2218655 by sun, effulgentsia, jessebeach: Core expects $theme.settings default config file to exist. 2014-04-09 04:49:22 -04:00
webchick 64b838adc5 Issue #2187477 by lokapujya, vaibhavjain, visabhishek: Remove Unused use statements from system module. 2014-04-08 13:58:56 -07:00
webchick fc6b814e02 Issue #2170775 by tim.plunkett, martin107, Xano: Remove array typehint from . 2014-04-08 13:56:43 -07:00
Alex Pott 3b3ba27598 Issue #2227973 by pfrenssen, Berdir: Rename ContentTranslationController to ContentTranslationHandler. 2014-04-07 13:26:47 +01:00
Alex Pott 2176bfda8c Issue #2217783 by mondrake: Remove $extension and $mimeType from Image, use image_type_to_xxx function in the getters instead. 2014-04-06 21:02:56 +01:00
Nathaniel Catchpole a83352a1b4 Issue #2174443 by mr.baileys, David_Rothstein: Add security hardening protection option for programmatic form submissions to Drupal 8 (and backport to Drupal 6?). 2014-04-01 12:40:27 +01:00
webchick 7a91c2e8ed Issue #2121175 by Codenator, tim.plunkett, cosmicdreams, jayeshanandani, grom358, ianthomas_uk, Xano: Remove usage of drupal_get_form(). 2014-03-31 10:26:19 -07:00
Nathaniel Catchpole 3a5e997452 Issue #2221065 by damiankloip, Wim Leers, Berdir: Rename default 'cache' cache bin to 'default'. 2014-03-31 10:49:28 +01:00
catch cf0549dbd2 Issue #2177799 by tstoeckler, jsbalsera, mauzeh: Allow IntegerItem's to be unsigned. 2014-03-30 12:56:53 +02:00
webchick 4ac79a1366 Issue #2226903 by pwolanin, dawehner, tvn, martin107, jessebeach: Step 1: Move static menu links to yml files. 2014-03-28 16:27:34 -07:00
Alex Pott fee6ae0e0f Issue #2225629 by Xano: Move hook_field_extra_fields() to the entity API. 2014-03-28 11:30:44 +01:00
catch d026a1c363 Issue #2180109 by damiankloip, dawehner, ParisLiakos, joelpittet, MartijnBraam, Xano: Change the current_user service to a proxy. 2014-03-27 16:25:24 +01:00
catch 2f959b9693 Issue #2188613 by Berdir, Xen, andypost: Rename EntityStorageController to EntityStorage. 2014-03-27 12:54:40 +01:00
catch 4a57034dd9 Issue #2207893 by dawehner, pwolanin, jessebeach, Boobaa: Convert menu tree building to a service. 2014-03-26 20:56:01 +01:00
catch 64cd12115e Issue #2225699 by czigor, jessebeach: Set all revisionable fields to revisionable. 2014-03-26 15:46:36 +01:00
catch c0b1b69873 Issue #2180425 by dawehner, klausi: PathBasedBreadcrumbBuilder should catch all exceptions from routing. 2014-03-26 12:52:47 +01:00
catch 83b797dfce Issue #2095195 by yched, fago, Berdir, amateescu, swentel, pfrenssen, Xano: Remove deprecated field_attach_form_*(). 2014-03-25 19:26:29 +01:00
webchick bbe2af1a28 Issue #2095919 by Berdir: Kill ContentEntityBase::init() . 2014-03-24 22:14:20 -07:00
Alex Pott 1370edf99f Issue #2134857 by Xano, Wim Leers, Berdir, damiankloip: PHPUnit test the entity base classes. 2014-03-24 13:34:01 +01:00
Alex Pott fa51d2e5bd Issue #2178725 by pwolanin, crowdcg, effulgentsia, Sutharsan: Make all core menu link machine names and the corresponding route names match. 2014-03-24 11:34:32 +01:00
Alex Pott 5abaa5f957 Issue #2120871 by andypost, Berdir, amateescu, vladan.me, Xano: Rename EntityListController to EntityListBuilder. 2014-03-23 22:25:46 +00:00
Nathaniel Catchpole 8cbab1493b Issue #2080823 by alexpott, swentel, Wim Leers: Create API to discover content or config entities' soft dependencies and use this to present a confirm form on module uninstall. 2014-03-21 11:53:32 +00:00
webchick 726f41bf4c Issue #2221535 by Cottser, joelpittet: TwigNodeVisitor's priority is too early and breaks some filters and macros. 2014-03-20 14:13:45 -07:00
Nathaniel Catchpole 2ca54697b3 Issue #2215719 by Wim Leers: Cache tags set by #pre_render callbacks are lost in page cache. 2014-03-18 10:17:33 +00:00
webchick ca104f64db Issue #2219457 by Wim Leers: SystemControllerTest::setLinkActiveClass() unit test has wrong namespace and lives in wrong location. 2014-03-17 08:10:20 -07:00
webchick 77123f3f1b Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, alexpott, tstoeckler, Xano, tim.plunkett, BassistJimmyJam | beejeebus: Make modules and installation profiles only require .info.yml files. 2014-03-17 07:43:29 -07:00
Alex Pott eba0b71872 Revert "Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files."
This reverts commit b4c561d0d5.
2014-03-17 13:02:04 +00:00
Nathaniel Catchpole b4c561d0d5 Issue #340723 by ParisLiakos, sun, Berdir, glennpratt, Cottser, swentel, tstoeckler, Xano, tim.plunkett, BassistJimmyJam: Make modules and installation profiles only require .info.yml files. 2014-03-17 11:57:35 +00:00
Nathaniel Catchpole bd732ee75e Issue #2188565 by Wim Leers, Berdir: Test coverage for Comment, Custom Block, Node, Taxonomy Term and User entity cache tags. 2014-03-14 13:06:46 +00:00
webchick 9c66858942 Issue #2216701 by alexpott, sun, longwave: Random test failure in ToolbarAdminMenuTest. 2014-03-13 15:15:35 -07:00
Alex Pott 9a2cb6ad5b Issue #2134857 by Xano: PHPUnit test the entity base classes. 2014-03-12 11:29:12 +00:00
Alex Pott 28d0b8efa5 Issue #2210197 by sun, longwave, Sutharsan: Remove public access to Extension::$type, ::$name, ::$filename. 2014-03-11 17:19:24 +00:00
Alex Pott 48025f9261 Issue #2168159 by dawehner: Plugin Derivatives don't work with Objects returned from Annotations. 2014-03-11 09:41:30 +00:00
Alex Pott f437807590 Issue #2103621 by mondrake | fietserwin: Move GD logic from ImageInterface to toolkit, tie toolkit instance to Image instance, toolkits should no longer be instantiated separately. 2014-03-11 01:00:44 +00:00
Nathaniel Catchpole b07fb6b076 Issue #1774104 by sun: Replace all trivial drupal_write_record() calls with db_merge(). 2014-03-10 11:17:13 +00:00
Alex Pott 01a3e1902f Issue #2203407 by nod_, sun: Replace #attached library array values with provider-namespaced strings. 2014-03-09 19:59:45 +00:00
Nathaniel Catchpole 7eda0ecba5 Issue #2114563 by joelpittet, martin107, Cottser: Remove TwigReference with the help of 'without' filter replacing 'show'/'hide' functions. 2014-03-07 18:29:14 +00:00