Commit Graph

46 Commits (7625696dba833902affb92715649b82732deb701)

Author SHA1 Message Date
Alex Pott 28f1ad6ad0 Issue #2051889 by dawehner, pwolanin, tstoeckler: Add route parameters property to menu links. 2013-08-27 17:39:23 +01:00
Nathaniel Catchpole 2824506d4d Issue #2063191 by larowlan, marthinal: Fixed Menu items do not save if the menu path is an alias. 2013-08-23 13:23:49 +01:00
Alex Pott 410d56a7ba Issue #2059245 by tim.plunkett, msonnabaum: Add a FormBase class containing useful methods. 2013-08-22 03:02:00 +01: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
Alex Pott 972406d591 Issue #2012916 by andypost, Berdir, pwieck: Implement access controller for the menu and menu link entity. 2013-08-13 09:32:25 -05:00
webchick 0d31d44dd5 Issue #2052389 by pwolanin: Fixed All elements added to the Request attributes should have a _ prepended unless they come from the path. 2013-07-31 13:50:39 -07:00
Nathaniel Catchpole 62551a8e37 Issue #2033413 by catch: fix file permissions, whoops. 2013-07-19 12:28:59 +01:00
Nathaniel Catchpole 71afb6cad2 Issue #2033413 by batigolix, amateescu: Create hook_help() for Menu link module. 2013-07-16 16:27:22 +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
Alex Pott 91c32e3da9 Issue #2010024 by damiankloip, dawehner, ParisLiakos: Move url related functions to a new Url component. 2013-06-30 00:09:39 +01:00
Alex Pott f74d2981ef Issue #2025991 by plach, David Hernández: Introduce hook_entity_prepare() to generalize hook_node_prepare(). 2013-06-28 09:41:01 +01:00
Alex Pott 272c5c6bd9 Issue #2027335 by YesCT: If EntityFormController implements EntityControllerInterface it can ignore in createInstance()/__construct(). 2013-06-26 15:02:29 +01:00
Alex Pott a2c2367bf8 Issue #1969728 by yched, effulgentsia, swentel, fago, plach: Implement Field API 'field types' as TypedData Plugins. 2013-06-25 11:27:47 +01:00
Alex Pott 0a0942a060 Issue #1945226 by YesCT, tstoeckler, kfritsche, babruix, IshaDakota, helenkim: Add language selector on menus. 2013-06-24 17:40:46 +01:00
Nathaniel Catchpole 270db4a504 Issue #1852454 by patrickd, xjm, YesCT, Berdir, amateescu, Pancho, djroshi, dealancer, Wim Leers, jessebeach: Restrict module and theme name lengths to 50 characters. 2013-06-19 10:14:55 +01:00
Alex Pott 4d08d57418 Issue #1947536 by andypost, donquixote, larowlan, splatio, kim.pepper, alexpott, Crell, tim.plunkett: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service. 2013-06-18 07:22:49 +02:00
webchick fada89f3c8 Issue #2011104 by tidrif | DmitryDrozdik: Replace drupal_container() with Drupal::service() in the menu & menu_link() modules. 2013-06-17 01:06:38 -05:00
Alex Pott 1648a479c4 Issue #1893772 by chx, fubhy, slashrsm: Move entity-type specific storage logic into entity classes. 2013-06-16 11:40:11 +02:00
Nathaniel Catchpole e952a2115d Revert "Issue #2012916 by andypost: Implement access controller for the menu and menu link entity."
This reverts commit 0f480b9e06.
2013-06-12 17:45:28 +01:00
Nathaniel Catchpole 57384c7b09 Revert "Issue 2102916: follow up by Berdir, HEAD Broken."
This reverts commit 2db9d595dd.
2013-06-12 17:45:12 +01:00
Nathaniel Catchpole 2db9d595dd Issue 2102916: follow up by Berdir, HEAD Broken. 2013-06-12 17:44:17 +01:00
Nathaniel Catchpole 0f480b9e06 Issue #2012916 by andypost: Implement access controller for the menu and menu link entity. 2013-06-12 12:16:55 +01:00
Alex Pott 136112c954 Issue #2014617 by kfritsche, YesCT, tstoeckler: Fixed Unsaved menu links have the wrong bundle (always 'tools'). 2013-06-12 10:14:55 +01:00
Alex Pott 5165b47b10 Issue #1966298 by das-peter, andypost, Gábor Hojtsy, amateescu, YesCT: Introduce menu link bundles per menus. 2013-05-26 20:38:53 -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 7002e6baaa Issue #1800998 by dawehner, swentel: Use route system instead of hook_menu() in Views. 2013-05-25 10:34:58 -07: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
webchick e775437eb2 Issue #1982984 by larowlan: Create Drupal::entityManager for improved DX. 2013-05-01 23:42:27 -07:00
Alex Pott 620d497915 Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface. 2013-04-30 00:46:14 +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
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
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
webchick 7f621ed0ee Issue #1937384 by amateescu: Remove 'bundles' key from the MenuLink class annotation. 2013-04-11 23:55:51 -07:00
Alex Pott bea3588b22 Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
webchick 30ea03aaf7 Issue #1926958 by amateescu, maciej.zgadzaj, dawehner: Fixed (Regression) menu_link_save() no longer returns success/failure to calling functions. 2013-03-17 12:17:33 -07:00
webchick c9a273af25 Issue #1845402 by Crell, amateescu, dawehner, klausi, g.oechsler: Change notice: Update menu link access checks for new router. 2013-03-08 21:46:28 -08: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 e1fa73eaf4 Issue #1903750 by benjy: Convert menu_link() hooks to use Type-Hinting. 2013-03-04 15:28:39 +00:00
webchick 7e1a0ca0bb Issue #1919022 by Berdir: Remove translatable tag. 2013-02-27 21:58:46 -05:00
catch 4ad272c1c1 Issue #1882240 by dawehner, tim.plunkett: Remove default assignment of render_controller_class() in EntityManager. 2013-02-18 11:11:46 +00:00
Dries 8edd4427fe Issue #1918920 by swentel: Fixed Remove bunnies from menu_links(). 2013-02-16 18:01:19 -05:00
catch 8895f5cd55 Issue #916388 by Berdir: Follow-up, improve menu_rebuild() performance. 2013-02-12 11:18:06 +00:00
webchick e72ff70409 Issue #916388 by disasm, podarok, dawehner, andypost, amateescu, Dave Reid: Convert menu links into entities. 2013-02-08 15:55:25 -08:00