Commit Graph

65 Commits (dad0245d7dbf6813c5ff649915391b6399a6c516)

Author SHA1 Message Date
webchick 02417da643 Issue #1892182 by sun, nod_, jibran: #type details: Rename #collapsed to #open. 2014-02-26 10:38:09 -08:00
Nathaniel Catchpole b9a978d202 Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu. 2014-02-26 10:53:29 +00:00
Alex Pott c210e8681c Issue #1981858 by Berdir, tim.plunkett, longwave, Les Lim: Rename hook_entity_info/alter() to hook_entity_type_build/alter(). 2014-02-20 10:04:54 +00:00
Alex Pott 76bcb27b13 Issue #2167641 by tim.plunkett: EntityInterface::uri() should use route name and not path. 2014-01-31 15:08:43 +00:00
Alex Pott acd3a59ea8 Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit. 2014-01-29 08:25:00 +00:00
Alex Pott 42e2c36937 Revert "Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit."
This reverts commit 531fd59314.
2014-01-24 19:01:38 +01:00
Alex Pott 531fd59314 Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit. 2014-01-23 23:14:32 +01:00
Alex Pott 94cba6d2d4 Issue #1938390 by andypost, disasm, jibran, dawehner, ygerasimov, pfrenssen: Convert contact_site_page and contact_person_page to a new-style Controller. 2013-12-12 21:03:41 +00:00
webchick a16eb5a389 Issue #2147501 by dawehner: Convert most of the left over local tasks. 2013-12-07 15:16:21 -08:00
Nathaniel Catchpole fbe932254f Issue #2111823 by amateescu, dawehner: Convert field_ui / Entity local tasks to YAML definitions. 2013-11-20 11:37:29 +00:00
Nathaniel Catchpole b469334d39 Issue #2100073 by dawehner: Convert local_actions() to the new local action plugins. 2013-11-07 10:47:30 +00:00
Nathaniel Catchpole 9d5aefb739 Issue #2048223 by dawehner, ParisLiakos, herom, fubhy, damiankloip, vijaycs85, joelpittet, tim.plunkett: Add $account argument to AccessCheckInterface::access() method and use the current_user() service. 2013-10-30 17:31:44 +00:00
webchick ef2e45b0e8 Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers. 2013-09-18 11:30:30 -07:00
Alex Pott 24e3c5d154 Issue #2083615 by Gábor Hojtsy, YesCT: Use links annotation for config entity URI like for content entities. 2013-09-18 14:10:04 +01:00
Alex Pott 1f9a488b92 Issue #1834002 by Gábor Hojtsy: Fixed Delete operations are all over the place. Remove tabs, provide title in routing. 2013-09-17 15:49:45 +01:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 99670f0847 Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention. 2013-09-15 12:59:49 -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 57dc876717 Issue #2017207 by Berdir, marcingy: Complete conversion of users to Entity Field API. 2013-07-29 09:52:14 +02:00
Alex Pott 8e23b465a6 Issue #2045275 by Berdir: Convert user properties to methods. 2013-07-24 21:40:03 +02:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04: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 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott 4586ea128d Issue #2014821 by amateescu, swentel: Introduce form modes UI and their configuration entity. 2013-06-27 22:24:39 +01:00
Alex Pott 4756994e09 Issue #1983548 by Berdir, LukyLuke_ch, giammi, effulgentsia: Convert contact message entities to the new Entity Field API. 2013-06-19 01:42:10 +02:00
Alex Pott b96a2640b9 Issue #2003596 by ebeyrent, DmitryDrozdik: Replace drupal_container() with Drupal::service() in the contact module. 2013-06-09 18:56:28 +01:00
Alex Pott 1d26631741 Issue #1938386 by andypost, mkadin, tim.plunkett: Convert contact_category_()* pages to a new-style Controller. 2013-05-26 13:00:21 -07: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
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
catch 1aa842c18e Issue #1946366 by kim.pepper: Convert confirm_form() in contact.admin.inc to the new form interface. 2013-04-06 22:26:02 +01:00
Dries dc3466b514 Issue #967566 by Letharion, mariusz.slonina, indytechcook, adnasa, joestewart, oriol_e9g, Fabianx, tim.plunkett, valthebald, tsvenson, rbayliss, sun, xjm | DocuAnt: Several important Core User settings need to implement hook_field_extra_fields(). 2013-02-18 16:21:42 -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 1f5e126d29 Issue #1852104 by sun, nod_, Cottser, swentel: #type details: Remove #collapsible property. 2013-02-01 16:48:05 -05:00
Dries 2fa3ffe132 Issue #1822458 by tim.plunkett, effulgentsia: Move dynamic parts (view modes, bundles) out of entity_info(). 2013-01-23 12:46:47 -05:00
webchick 31d4f1b018 Issue #1806178 by tim.plunkett, beejeebus: Remove code duplication for hook_config_import_()*() implementations of config entities. 2013-01-02 17:17:20 -08:00
catch e933d81555 Issue #1845728 by sun, ry5n: Refactor and introduce generic button CSS styles for forms and links. 2013-01-02 12:00:25 +00:00
Dries f03337ade5 Issue #1825044 by sun: turn contact form submissions into full-blown Contact Message entities, without storage. 2012-12-14 11:16:41 -05:00
catch 4d0d5c5712 Issue #347988 by sun, Berdir, dawehner, Damien Tournoud, moshe weitzman: Move $user->data into own table. 2012-11-27 22:26:22 +00:00
webchick d26e8a7d57 Issue #1168246 by sun, mgifford, Manuel Garcia, mbrett5062, ry5n, Everett Zufelt, nod_, aspilicious, deviantintegral, tim.plunkett: Freedom For Fieldsets! Long Live The DETAILS. 2012-11-26 23:07:37 -08:00
catch d3069f0e61 Issue #891670 by sun, bleen18: Added a Footer menu to the built-in system menus. 2012-11-20 11:36:51 +00:00
catch e482865e4e Issue #345541 by Dave Reid, gisle, kiamlaluno: Link to contact form in user account and e-mails leads to 403. 2012-11-19 11:49:04 +00:00
Jennifer Hodgdon 8870347cb2 Issue #1811628 by mbrett5062, Lars Toomre: a few contact module API docs cleanups 2012-11-07 07:35:36 -08:00
catch d7db017490 Issue #1588422 by andypost, sun, disasm, dawehner, vasi1186, alexpott, tim.plunkett, larowlan: Convert contact categories to configuration system. 2012-11-06 14:03:05 +00:00
webchick 76a157fe32 Issue #1763974 by tim.plunkett, EclipseGC, berdir, xjm, neclimdul, FabianX: Convert entity type info into plugins. 2012-10-30 13:37:18 -07:00
Dries 9fa172532b Issue #594660 by sun, jenlampton, dagmar, yoroy, no_commit_credit: rename default menu names. 2012-10-25 11:53:18 -04:00
Jennifer Hodgdon 623621ff7e Issue #1811628 by Lars Toomre: More API docs cleanup for Contact module 2012-10-18 16:06:48 -07:00
webchick f63cdc388b Issue #1588422 by andypost, disasm, sun, dawehner, vasi1186, alexpott, tim.plunkett, larowlan, Gábor Hojtsy: Convert contact categories to configuration system. 2012-10-18 01:55:55 -07:00
webchick 4efc71cf20 Issue #1754208 by PrabhuG, webflo, savithac, Gábor Hojtsy: Convert hook_mail() and hook_mail_alter() to langcode. 2012-09-13 01:48:24 -07:00