Commit Graph

119 Commits (da1234fb74994f34bc3795451b4deb43c131f4a1)

Author SHA1 Message Date
Alex Pott de3558c214 Issue #2024867 by vijaycs85: Rename translation_entity() to content_translation(). 2013-06-25 20:16:20 +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
Alex Pott c4b665859a Issue #1982980 by ParisLiakos, larowlan, dawehner, tim.plunkett: Move entity_get_form() to Drupal\Core\Entity\EntityManager::getForm(). 2013-06-18 07:21:35 +02:00
Alex Pott 73fbcf8072 Issue #2011018 by tim.plunkett: Reconcile entity forms and confirm forms. 2013-06-17 23:26:42 +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 096b8c5a58 Issue #2010290 by tim.plunkett, larowlan, alexpott, ParisLiakos: Editing a config entity from a listing page results in a 'page not found'. 2013-06-16 10:24:30 +02:00
Alex Pott b6eb3d4c94 Issue #2009658 by chrisjlee, helga.chb: Replace theme() with drupal_render() in menu module. 2013-06-15 00:56:38 +02:00
Alex Pott b90377b32b Issue #1999398 by chertzog: Use Symfony Request for menu module. 2013-06-15 00:44:04 +02:00
Jennifer Hodgdon 7d7f337655 Issue #2018575 by longwave: Fix class descriptions in doc blocks of list controllers 2013-06-14 05:55:36 -07:00
Alex Pott fd9804d886 Issue #2014215 by sdboyer: Shift render array defaults back out onto BlockRenderController . 2013-06-14 02:18:37 +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 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
Nathaniel Catchpole ffaabb7cfa Issue #1998576 by beejeebus, alexpott, swentel: Make the config import process use full config trees again. 2013-06-08 21:10:53 +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
Alex Pott ace3459c4b Issue #2006636 by tim.plunkett: Fixed menu_contextual_links() will always return a link to the MENU_DEFAULT_LOCAL_TASK, never the parent. 2013-06-03 20:52:29 +01:00
Alex Pott 687af78488 Revert "Issue #1892182 by nod_: #type details: Rename #collapsed to #open."
This reverts commit c4e52bb6b4.
2013-05-29 22:08:39 +01:00
Alex Pott c4e52bb6b4 Issue #1892182 by nod_: #type details: Rename #collapsed to #open. 2013-05-29 12:31:25 +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 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 bd5769d9fd Issue #1898034 by Cottser, jenlampton, joelpittet, Shawn DeArmond, idflood, Hydra, artofeclipse, rich.yumul, chrisjlee, gnuget, c4rl, thund3rbox: block.module - Convert PHPTemplate templates to Twig. 2013-05-24 10:14:30 -07:00
Nathaniel Catchpole eea18a4869 Issue #914382 by Wim Leers, Cottser, Gábor Hojtsy, franz, droplet, sun, Niklas Fiekas, catch, dawehner, effulgentsia: Fixed Contextual links incompatible with render cache. 2013-05-20 09:35:41 +01:00
Alex Pott f630b510aa Issue #1927608 by EclipseGc, tim.plunkett, effulgentsia: Remove the tight coupling between Block Plugins and Block Entities. 2013-05-11 11:01:25 +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 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 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 2212a5fed8 Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
Alex Pott e52e0fc463 Issue #1946428 by foopang | mtift: Convert all of confirm_form() in menu.admin.inc to the new form interface. 2013-04-13 00:06:25 +01:00
Alex Pott bea3588b22 Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
Alex Pott 7ba4db06c8 Issue #1829328 by Christian Biggins, larowlan | falcon03: Fixed Adding a new content type, 'default parent item' is shown even if no menu is selected. 2013-04-11 08:51:49 +01:00
Alex Pott 130a554713 Issue #1942152 by vijaycs85, rajneeshb: Fixed Make Menu module active config save format match the default yml file. 2013-04-10 23:59:28 +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 a95db96e49 Issue #1919184 by nikhilasrani, vijaycs85: Create configuration schemas for menu module. 2013-03-17 09:40:17 -07:00
webchick 76ca183141 Issue #1938008 by bxtaylor, floretan: Convert menu.module's system_config_form() to SystemConfigFormBase. 2013-03-17 00:54:50 -07:00
webchick 37afef0004 Issue #1818556 by das-peter, plach, fago, Berdir, vijaycs85: Change notice: Convert nodes to the new Entity Field API. 2013-03-10 12:05:24 -07:00
webchick b08fe47ad3 Issue #945654 by Gábor Hojtsy, sun, VVVi, David_Rothstein: Fixed Default menus have hardcoded titles which cannot be edited. 2013-03-08 21:46:58 -08: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
webchick 29146a41de Issue #1806334 by dawehner, xjm, tim.plunkett, rootatwc: Convert the node listing at /node to Views. 2013-03-08 21:20:26 -08:00
Dries 9d25c64834 Issue #1935000 by Gábor Hojtsy, vijaycs85: Fixed Some configuration entities are created as in language unknown. 2013-03-08 11:05:05 -05: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
webchick 79bfd24138 Issue #1926692 by Gábor Hojtsy: Fixed Menu description is misleading to allow for multiline input. 2013-03-04 21:38:10 -05:00
webchick c6b2c725e7 Issue #1591806 by tim.plunkett, ryanissamson, jenlampton, Risse, psynaptic, Gábor Hojtsy, kmcculloch, pakmanlh, Rob Loach: Change block 'subject' so that it's called (admin_)label like everything else on the theme layer. 2013-03-04 21:25:53 -05:00
catch f8899fb67b Issue #1829224 by alexpott, pfrenssen, vijaycs85, lirantal: Convert the 'theme_default()' variable to CMI. 2013-03-04 14:04:05 +00:00
webchick 29c8454426 Issue #1920686 by swentel: Fixed Deleting a menu gives fatal error + the delete button is shown on system menu's. 2013-02-27 21:14:38 -05:00
webchick cadfb8419a Issue #1919184 by nikhilasrani, vijaycs85: Create configuration schemas for menu module. 2013-02-27 17:34:16 -05:00
Dries a96697c7d5 Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
Dries ffd448b51d Issue #1785006 by beltofte: Standardize capitalization on actions for menu operations: 'add link', 'edit menu', 'delete menu', 'edit', 'delete', 'reset'. 2013-02-16 17:47:28 -05:00