Commit Graph

783 Commits (d56b70cffa31cf95b6722eff3e474f9d4dff1cc5)

Author SHA1 Message Date
catch 2c6cd92958 Issue #2340123 by Wim Leers: Setting cache tags can be tricky: use strings instead of nested arrays to improve DX. 2014-09-25 08:30:31 +01:00
Nathaniel Catchpole 6398a19744 Issue #2254181 by Wim Leers, Arla, blueminds, cbr: Fixed Comment indentation is incorrect for comments following a replying-comment: don't render cache comments for which threading is enabled. 2014-09-24 15:35:51 +01:00
Alex Pott 81e675a570 Issue #2341313 by dawehner: Convert all t() calls to $this->t() in views. 2014-09-24 00:05:54 +01:00
Alex Pott ff035fc4fa Issue #2340507 by chx, Wim Leers: Make the new AccessResult API and implementation even better. 2014-09-22 22:08:27 +01:00
Alex Pott ee083e0e6a Issue #2098419 by larowlan | fago: Fixed Missing default access for all comment fields. 2014-09-22 09:47:16 +01:00
webchick 1476c56c62 Issue #2312093 by alexpott, yched, andypost, swentel | xjm: Rename FieldInstanceConfig to FieldConfig. 2014-09-19 19:45:52 -07:00
Nathaniel Catchpole 2a0254f973 Issue #2232605 by alexpott, dawehner, martin107, Cottser, sun: Fixed Themes cannot be uninstalled. 2014-09-19 10:25:26 +01:00
Alex Pott f27fd1f598 Issue #2337927 by effulgentsia, plach, fago: Fixed SqlContentEntityStorage::onFieldStorageDefinition(Create|Update|Delete)() is broken for base fields. 2014-09-19 07:57:48 +01:00
Alex Pott 52a101bc1d Issue #2328411 by dawehner, geerlingguy, herom: Convert all permissions to yml files and permission callbacks. 2014-09-18 08:41:29 +01:00
Alex Pott 57926bf527 Issue #2313757 by Berdir, Wim Leers, dawehner: Remove text_processing option from text fields, expose existing string field types as plain text in UI. 2014-09-17 21:59:08 +01:00
Nathaniel Catchpole 0f28b515f8 Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks. 2014-09-17 15:39:29 +01:00
catch 21a11cf58f Issue #2336177 by alexpott, YesCT: Fixed ConfigurableLanguage cannot be created/removed directly, integrate language_save() and language_delete(). 2014-09-14 15:27:33 +01:00
Alex Pott d76697cd33 Issue #1182850 by xjm, Stefan Lehmann, jmcintyre, Bojhan: Remove full stops at the end of checkbox options. 2014-09-12 12:32:10 +01:00
webchick dbed0b48cd Issue #2335659 by tim.plunkett, dawehner, effulgentsia, sun: Remove FormState ArrayAccess usage from core. 2014-09-11 23:41:27 -07:00
Alex Pott e32a11e76b Issue #2110345 by mr.york, effulgentsia, Désiré, fgm, fago, pfrenssen, stefan.r, Berdir, Rajendar Reddy: Simplify validation constraint implementations for fields. 2014-09-09 19:37:40 +01:00
Nathaniel Catchpole 4c8576c3f0 Issue #2022875 by Berdir, alexpott, Xano, swentel, tim.plunkett, vladan.me: Resolve difference between submitForm(), submit(), and save() in EntityFormController. 2014-09-09 14:01:03 +01:00
Alex Pott 8d594b5540 Issue #2068331 by roderik, slashrsm, pcambra, Sharique, piyuesh23, vijaycs85 | plach: Convert comment SQL queries to the Entity Query API. 2014-09-08 23:56:50 +01:00
webchick a2facd2f1b Issue #2333353 by ashutoshsngh: Remove usage of form_get_errors(). 2014-09-08 09:01:19 -07:00
Nathaniel Catchpole 71d247919f Issue #2330091 by plach: Rename ContentEntityDatabaseStorage to SqlContentEntityStorage. 2014-09-08 13:12:45 +01:00
Dries ca85441da2 Issue #2260121 by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests). 2014-09-05 12:40:22 -04:00
Dries 05212a9727 Issue #2271349 by Berdir, Arla, blueminds, larowlan, Dave Reid: Node and Comment ops links should be display components (which can be disabled). 2014-09-05 12:31:15 -04:00
webchick 5289c3e3ce Issue #2326949 by plach, effulgentsia: Move entity-type-specific schema information from the storage class to a schema handler. 2014-09-02 14:58:04 -07:00
Nathaniel Catchpole 30cad25c71 Issue #2031717 by Berdir, swentel, fago: Make entity module not required. 2014-09-02 10:36:57 +01:00
webchick 6f9fc447bb Issue #2037979 by Gábor Hojtsy, Sweetchuck, jhodgdon, dawehner: Fixed 'Current user's language' views filter label is named very misleading. 2014-08-29 22:17:55 -07:00
webchick 8c68491896 Issue #2273277 by Wim Leers, effulgentsia, Fabianx: Fixed Figure out a solution for the problematic interaction between the render system and the theme system when using #pre_render. 2014-08-29 16:37:14 -07:00
webchick c16c1c7153 Issue #2328629 by Berdir: Fixed Comment::hasParentComment() tries to load comment with ID 0. 2014-08-28 23:51:32 -07:00
webchick 9db4af56da Issue #2326891 by tim.plunkett, jhodgdon: Convert system_element_info() to Element classes. 2014-08-28 14:35:24 -07:00
webchick 2d3c7f1642 Issue #2303521 by swentel, larowlan | alexpott: Fixed CommentTypeForm allows the entity type to be changed. 2014-08-25 23:06:23 -07:00
webchick 584911aee7 Issue #2326707 by tim.plunkett: Use dynamic entity type upcasting for comment.reply. 2014-08-25 21:31:26 -07:00
webchick fb5579178b Issue #2314889 by andypost, Temoor: Standardize entity_test entity route names. 2014-08-25 20:46:37 -07:00
webchick 7ad7909500 Issue #2314599 by Crell, Cottser, dawehner: Use title/url instead of l() for building breadcrumb. 2014-08-23 15:00:26 -07:00
webchick 37709d66f5 Issue #2309715 by Gábor Hojtsy: Fixed Several views still say they depend on block module but not anymore. 2014-08-23 14:23:47 -07:00
webchick 6a6e601d4a Issue #2309323 by Berdir, tim.plunkett: Allow #submit and #validate to be specified as methods of the form object. 2014-08-23 14:18:18 -07:00
webchick de5fe262f2 Issue #2318087 by tim.plunkett: Replace ['input'] with FormState::getUserInput(). 2014-08-23 12:18:55 -07:00
Alex Pott 629ebca291 Issue #1976158 by Berdir | msonnabaum: Rename entity storage/list/form/render "controllers" to handlers. 2014-08-22 12:59:25 +01:00
Alex Pott 50dfcc705a Issue #2324783 by JayeshSolanki | andypost: Fixed CommentLinkBuilderTest::setUp() should be protected. 2014-08-21 18:03:14 +01:00
Alex Pott b6ba35f006 Issue #2318251 by larowlan: Fixed Make comment links functionality testable and convert CommentLinkTest to PHPUnit. 2014-08-19 10:52:51 +01:00
Alex Pott 62bb5c4d53 Issue #2218065 by jhodgdon, dawehner: Fixed Need to join fields to the entity field data tables, not entity tables, or filtering increases number of results. 2014-08-18 17:41:42 +01:00
Alex Pott 0463b81a08 Issue #2322889 by sun: Fixed Various setUp() and tearDown() methods are not protected. 2014-08-18 16:50:50 +01:00
Alex Pott f1713d5754 Issue #2309187 by andypost | Crell: Fixed double-link-entry between Entity and Entity Type classes. 2014-08-18 16:30:22 +01:00
Alex Pott 17fcc16482 Issue #2319671 by dawehner, jhodgdon, xjm, alexpott: ViewsDataController: Step1: Move entity views data into controllers. 2014-08-14 12:06:59 -07:00
Alex Pott b3695e87b3 Issue #1498664 by andypost, plach, penyaskito | dawehner: Refactor user entity properties to multilingual. 2014-08-13 22:21:28 -07:00
Alex Pott 95019fa616 Issue #2318827 by larowlan, thehong | mgifford: Fixed Can't unpublish a comment. 2014-08-12 17:49:31 -07:00
Alex Pott 36675eaafc Issue #2280861 by roderik, pcambra: CommentStatistics service followup. 2014-08-12 17:40:09 -07:00
Alex Pott f9c1ff235b Issue #2314123 by sun: Fixed various tests. 2014-08-12 00:40:02 -07:00
Alex Pott 8fe81428b7 Issue #2315237 by andypost, daggerhart | yched: Rename FieldDefinition to BaseFieldDefinition. 2014-08-10 15:43:04 -05:00
Alex Pott 8196034a57 Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05:00
Alex Pott 0fe89b3737 Issue #1870866 by wiifm, magunz | jfarry: Fixed "Please insert the items per page (**) from above." doesn't make much sense. 2014-08-08 07:39:34 -05:00
Alex Pott 258856aee9 Issue #2154435 by andypost, Berdir, mparker17: Rename EntityAccessController to EntityAccessControlHandler. 2014-08-07 23:27:28 +01:00
Nathaniel Catchpole 381b05e5f1 Issue #2269025 by penyaskito, andypost, grom358, Berdir, mikeegoulding, larowlan: Fixed CommentManager::getAllFields() should have a static cache. 2014-08-07 11:53:05 +01:00