Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
25 Feb 2014 at 21:32 UTC
Updated:
29 Jul 2014 at 23:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
larowlan/me takes out crazy stick
Comment #2
larowlanTagging as API change because new method on ForumManagerInterface.
Updated issue summary as such.
Comment #3
larowlanComment #4
damien tournoud commentedAny way to not replace a global by a more convoluted global?
Why isn't this passed to the template directly?
Comment #5
andypostIt looks that form manager need split like #2188287: Split CommentManager in two to separate query and render code
Comment #7
larowlanoh and forum.manager -> forum_manager idiot
Comment #8
larowlanagreed, this would make sense to move the other SQL queries out of forum.module too
yes that is better again
Comment #9
larowlanAdded #2205185: Split up ForumManager to create ForumIndexStorage and added to #2068325: [META] Convert entity SQL queries to the Entity Query API
Comment #10
andypostother fun thing here is table sort for repository...
Comment #11
larowlanChanges as per #4
Comment #13
larowlanYeah I need to start looking at views again for /forum /forum/x now that we have #1867642: Expose forum tables to views
Comment #14
larowlanpatch is green - chance of more reviews?
Comment #15
andypostthis var used in preprocess only, so template do not need adjustments.
Comment #16
catchCommitted/pushed to 8.x, thanks!