Commit Graph

48 Commits (a40399f28b76b3e51815f0996f5457deeb7d6d8e)

Author SHA1 Message Date
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
catch ea25df8570 Issue #1499596 by plach, fago: Introduce a basic entity form controller. 2012-08-16 12:30:43 +01:00
Dries 70f048bbe5 - Patch #1704530 by alexpott: convert contact module variables to configuration system. 2012-07-31 22:20:36 -04:00
webchick 4b6bdbb1dd Issue #1496542 by cosmicdreams, sun, chx, vasi1186, aspilicious, alexpott, nadavoid, Pedro Lozano, disasm, andypost | heyrocker: Convert site information to config system. 2012-07-02 10:20:33 -07:00
Dries a478badbf8 - Patch #602234 by rocket_nova, neochief: contact yourself tab in user profile when you're admin. 2012-06-29 09:55:56 -04:00
Dries 02750689dd - Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
catch 93c20fd054 Issue #1361228 by marcingy, Niklas Fiekas, fago, cosmicdreams, aspilicious et al: Make the user entity a classed object. 2012-04-26 12:51:09 +09:00
catch efc984dfda Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates. 2012-03-21 14:51:30 +09:00
Jennifer Hodgdon 912b5513f0 Issue #1315992 by xjm: Remove path designations from menu callback docs to conform with current 8.x standards 2012-02-29 09:11:01 -08:00
catch f969b391b4 Issue #1227942 by Rob Loach, cweagans, tstoeckler, xjm: Rename format_username() now that it's in user.module. 2012-01-16 11:18:26 +09:00
catch 1878eb1534 Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode. 2012-01-11 00:29:08 +09:00
Dries dd1cc680f6 - Patch #1332636 by sven.lauer: clean up API docs for contact module. 2011-12-05 09:23:20 -05:00
catch 70b8337cdc Issue #1291100 by moshe weitzman, David_Rothstein: Remove category system from user edit and view. 2011-11-03 16:34:18 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00