Commit Graph

201 Commits (1939de98eeaa7c8a59efd0ce306bf4976edbdc5e)

Author SHA1 Message Date
Nathaniel Catchpole 2d6f7e74e1 Issue #2187653 by ianthomas_uk: Remove comment_alphadecimal_to_int and comment_int_to_alphadecimal. 2014-02-06 17:21:36 +00:00
Nathaniel Catchpole 4b4ef377be Issue #2078387 by Xano, andypost, twistor, splatio, InternetDevels, amateescu, Berdir, larowlan, vladan.me: Add an EntityOwnerInterface. 2014-02-03 16:02:31 +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 20315e1de7 Issue #2164827 by Berdir, Xano, tim.plunkett: Rename the entityInfo() and entityType() methods on EntityInterface and EntityStorageControllerInterface. 2014-01-30 12:14:58 +00:00
Nathaniel Catchpole e9a044b3e5 Issue #829464 by Berdir, Github sync, sepgil: Orderby() should escape fields and verify direction. 2014-01-29 12:04:12 +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 854c8661ba Issue #2172123 by larowlan, chx, andypost: Fix various issues with comment_field_instance_create(). 2014-01-24 19:45:20 +01: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
Nathaniel Catchpole eb4a2a974d Issue #1987396 by joelpittet, andypost, jenlampton, Hydra, larowlan, Cottser, brunodbo: Refactor & Clean-up comment.module theme functions. 2014-01-24 12:17:57 +00: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
Nathaniel Catchpole eaaa8d8612 Issue #2073535 by Wim Leers: Node history markers require an HTTP request . 2014-01-16 13:18:41 +00:00
webchick 672295bbc0 Issue #2054993 by andypost: Remove (untested, unused, broken) comment_get_recent(). 2014-01-13 23:09:25 -08:00
Nathaniel Catchpole 1ace239de3 Issue #2157703 by andypost: Deprecate comment_int_to_alphadecimal() & comment_alphadecimal_to_int() in favour of methods in Number component. 2014-01-07 10:55:59 +00:00
Nathaniel Catchpole 2026f92d45 Issue #1027936 by webflo, nicholasThompson: Comment Preprocess sets a links class as a string, should be an array. 2014-01-06 12:30:43 +00:00
webchick a1a98382bc Issue #2157153 by yched, Berdir: Remove field_attach_preprocess(). 2014-01-04 11:00:14 -08:00
webchick 8074921569 Issue #2083895 follow-up: Re-correct comment module docblock. 2014-01-02 23:44:23 -08:00
Nathaniel Catchpole 0146bc72a8 Issue #2157695 by andypost: Remove unused _comment_get_modes(). 2014-01-01 20:51:33 +00:00
webchick 76114ccffe Issue #2083895 follow-up by larowlan: Fix case on return statement. 2013-12-31 22:20:49 -08:00
webchick 2e764efb55 Issue #2083895 by andypost, jibran, David Hernández, larowlan: Clean-up comment module doc blocks. 2013-12-22 13:11:36 -08:00
Nathaniel Catchpole e16798a856 Issue #2151457 by Wim Leers, amateescu, msonnabaum: Comment pager breaks the render cache. 2013-12-20 12:07:20 +00:00
Nathaniel Catchpole fdba1d6320 Issue #2155387 by larowlan: Multiple comment fields per entity are supported, but break horribly when they need pagers. 2013-12-15 09:55:14 +00:00
webchick 4462e2046f Issue #1938062 by dawehner, tstoeckler, slashrsm, tim.plunkett, olli, pcambra, YesCT, damiankloip: Convert the recent_comments block to a view. 2013-12-13 22:14:48 -08:00
Alex Pott be70033ea1 Issue #2151427 by andypost, TR: Convert COMMENT_NOT_PUBLISHED & COMMENT_PUBLISHED to a constant on the comment interface. 2013-12-13 13:45:37 +00:00
Alex Pott dd663c405e Issue #2031725 by fgm, fago, vladan.me, Nebel54, Berdir: Move all entity display interfaces to the core component. 2013-12-12 23:34:44 +00:00
Alex Pott 4a808340cb Issue #1966448 by marthinal, larowlan, codeyourdream: comment_entity_load() breaks after disabling the Forum module. 2013-12-11 10:59:20 +00:00
webchick 2d1adba498 Issue #2061899 by joelpittet, m1r1k: Remove references to global in Comment module. 2013-12-10 22:58:02 -08:00
Alex Pott cdac25ee08 Issue #2143263 by plopesc | yched: Remove "Field" prefix from FieldDefinitionInterface methods. 2013-12-09 19:19:58 -04:00
webchick d12aa8ce42 Issue #2131997 by larowlan, wesleydv: Disabling a form field on comments does not work. 2013-12-08 14:43:41 -08:00
Alex Pott d2478e96d2 Revert "Issue #2020395 by dawehner, oadaeh, mr.baileys, jibran, Andi-D: Convert 'Who's new' block to a View."
This reverts commit f7e75db703.
2013-12-08 06:28:36 -04:00
webchick f7e75db703 Issue #2020395 by dawehner, oadaeh, mr.baileys, jibran, Andi-D: Convert 'Who's new' block to a View. 2013-12-07 22:23:00 -08:00
Nathaniel Catchpole 1ceeda436a Issue #2032309 by dawehner, amateescu: Use local tasks derivatives to provide local tasks for views. 2013-12-05 10:05:55 +00:00
webchick 9835380994 Issue #2148211 by alexpott: Use isSyncing flag to prevent creation of configuration entities on synchronisation. 2013-12-04 01:00:26 -08:00
Nathaniel Catchpole 5ca372cb40 Issue #2099133 by Wim Leers Comment form on same page as comments forces node render caching to be per user. 2013-11-26 10:07:46 +00:00
webchick df1a669b77 Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global. 2013-11-23 12:57:04 -08:00
Nathaniel Catchpole 4ae91a1d34 Issue #2099133 by Wim Leers: Comment form on same page as comments forces node render caching to be per user. 2013-11-21 10:03:38 +00:00
catch 241348d510 Issue #2073531 by tim.plunkett, dawehner, Berdir, catch, plach: Use current user service instead of _account, remove _account from the request object. 2013-11-16 21:26:50 +00:00
Nathaniel Catchpole c543ca71ff Issue #2019055 by plach, fago, berdir, yched, Gábor Hojtsy, kfritsche, jibran: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:44:42 +00:00
Nathaniel Catchpole 38fdf67298 Revert "Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback."
This reverts commit 46942cd373.
2013-11-06 14:44:17 +00:00
Nathaniel Catchpole 46942cd373 Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:39:07 +00:00
Nathaniel Catchpole 4361e6795b Issue #2120117 by Wim Leers, nod_: Fixed drupalSettings.user.uid added to page even if there is no other JS; drupal.node-new-comments-link lib added for anon users. 2013-10-28 16:58:04 +00:00
Alex Pott 4b7bbecbc3 Issue #2097903 by Berdir, amateescu: Rename EntityRenderController to EntityViewBuilder. 2013-10-25 13:54:18 -07:00
Nathaniel Catchpole 00fbdd6b21 Issue #1975962 by Wim Leers, jibran, c4rl, amateescu: Move comment_links() into CommentRenderController. 2013-10-24 16:41:21 +01:00
Alex Pott 3ded2216b0 Issue #2115145 by Berdir | effulgentsia: Move field type plugins to Plugin/Field/FieldType. 2013-10-19 09:12:13 +01:00
webchick d0d5f6be9b Issue #2112759 by effulgentsia: Add ContentEntityInterface::hasField(). 2013-10-17 23:16:26 -07:00
Alex Pott 8caad964ef Issue #2098011 by larowlan: Support dynamic route parameters to enhance comment admin paths with entity type and field name from comment bundle. 2013-10-17 12:51:51 +01:00
webchick f31fbaa21a Issue #2111163 by larowlan, geerlingguy: Fixed Can't Preview comments: Call to a member function id() on a non-object in comment.module, line 1371. 2013-10-14 21:56:14 -07:00
Nathaniel Catchpole 42ea242a63 Issue #2003498 by DmitryDrozdik, kgoel, ebeyrent, pwieck, travis-echidna, Gaelan, disasm, LinL, herom: Replace drupal_container() with Drupal::service() in the comment module. 2013-10-13 13:21:03 +01:00
Nathaniel Catchpole db6985bae4 Issue #2106349 by plach, dawehner, Gábor Hojtsy: Fixed Comment translation overview has broken local tasks. 2013-10-09 11:55:15 +01:00
webchick e09eb5ea1b Issue #2054213 by StephaneQ, andypost: Deprecate comment_load_multiple() in favour of entity_load_multiple(). 2013-10-08 22:43:02 -07:00
Alex Pott bcc5763239 Issue #1953408 by swentel, aspilicious, andypost, yched: Remove ArrayAccess BC layer from field config entities. 2013-10-04 08:55:32 +01:00