Commit Graph

117 Commits (7e5119cd454d0c5a396b5568ae42edfab9941fe6)

Author SHA1 Message Date
Alex Pott 48ddeb48db Issue #2024963 by Berdir: Move baseFieldDefinitions from storage to entity classes. 2013-08-27 17:04:17 +01:00
Alex Pott 703e9e476c Issue #2021063 by Berdir, kiamlaluno, YesCT: Use hook_entity_operation_alter() for manage fields and manage display links. 2013-08-25 11:41:10 +01:00
Alex Pott d663924e93 Issue #2064557 by tim.plunkett: Improve strange coupling in EntityListControllers by improving buildRow() and buildHeader(). 2013-08-19 21:30:34 +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
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
webchick 6bec9b2f79 Issue #2056943 by alexpott, damiankloip: Convert render_link() to renderLink. 2013-08-03 23:00:11 -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
Alex Pott 08aeb8717f Issue #2034947 by damiankloip: Change view results to use a classed object. 2013-07-21 08:46:30 +01:00
Dries c02ba60087 Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
Alex Pott 45a9e859d6 Issue #2026347 by Berdir: Adding methods to UserInterface/AccountInterface. 2013-07-09 15:39:11 +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
Dries 000d51e7fd Issue #2031211 by a_c_m: Check for URL's absence will always pass due to wrong var name. 2013-06-29 17:45:26 -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 4f8b8a5087 Issue #1995048 by twistor, tim.plunkett, damiankloip, Berdir: EntityListController::getOperations() should respect access checks. 2013-06-27 07:13:06 +01:00
Alex Pott 1d3e064d9d Issue #1853526 by dawehner, damiankloip, jibran, xjm: Reintroduce Views integration for contact.module. 2013-06-24 14:35:28 +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 2de46154c9 Issue #1981306 by aspilicious, andypost, pcambra, swentel, amateescu: Drop procedural usage of fields in [a-e] modules. 2013-06-18 12:38:11 +02: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
Alex Pott 5bf89a4573 Issue #2008356 by dawehner, tim.plunkett: Provide a _entity_list() route default to replace Controller\EntityListController and mimic _entity_form(). 2013-06-17 00:06:21 +02: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
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 4d85fa44a3 Issue #1825332 by Berdir, ParisLiakos, andypost, dawehner, jrglasgow, aspilicious: Introduce an AccountInterface to represent the current user. 2013-06-11 15:04:34 +01: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
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 88e6a760b7 Issue #1818570 by Berdir, effulgentsia, das-peter, andypost: Convert users to the new Entity Field API. 2013-06-06 11:20:38 +01:00
Alex Pott 99861e89d4 Issue #1856556 by Berdir, andypost, das-peter: Convert user contact form into a contact category/bundle. 2013-06-05 10:18:02 +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 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 79ea2f38f8 Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01: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
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
Alex Pott b92c56b164 Issue #1964254 by vijaycs85, YesCT | Gábor Hojtsy: Fixed Configuration schemas missing langcode and uuid at places. 2013-04-10 09:40:30 +01:00
Alex Pott e97a786c05 Issue #1947814 by vijaycs85, Gábor Hojtsy, tim.plunkett: Fixed New config entities often save as langcode: und incorrectly. 2013-04-09 13:04:07 +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
webchick d5847d3f94 Issue #1374116 by amateescu, swentel, Berdir, yched: Move bundle CRUD API out of Field API. 2013-04-05 09:53:22 -07:00
catch 31bd200679 Issue #1944674 by damiankloip, dawehner: Improve performance of ViewsDataCache. 2013-04-03 11:52:26 +01:00
Dries 4ee575400b Issue #1947810 by vijaycs85: some string/label types improperly assigned in configuration schemas. 2013-03-22 13:58:11 -04:00
webchick dd57be8cd1 Issue #1942120 by sandipmkhairnar: Fixed Make Contact module active config save format match the default yml file. 2013-03-17 01:16:14 -07:00
Dries 0a82a3fc14 Issue #1922178 by vijaycs85, Gábor Hojtsy: Fixed issues in contact module configuration schema. 2013-03-13 17:34:36 -04:00
Dries 9ce08a3a2b Issue #1938030 by dawehner: Replace View's usage of drupal_container()->get() with Drupal::service(). 2013-03-13 17:29:08 -04:00
webchick f9a068e55e Issue #1875086 by Crell, plach, effulgentsia, sun, msonnabaum, Rob Loach, quicksketch, David_Rothstein: Change notice: Improve DX of drupal_container()->get(). 2013-03-08 20:15:31 -08:00
Dries 6bf13bd87b Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00