Commit Graph

13 Commits

Author SHA1 Message Date
Sebastiaan Janssen fa5c53a4f7 OUR-118 Why is "Mark as solution" link available when I am not the creator of the thread 2015-06-15 12:05:38 +02:00
Shannon 80a5074bef Fixes TopicService - no auto-incremental ID, so deals with that and updates the model to reflect that. Removes all raiseEvent flags - events should always be raised. 2015-03-04 12:39:20 +11:00
Shannon 4cb0e94972 Renames "view" models to have correct names with what they are used for 2015-03-04 10:55:36 +11:00
TimGeyssens 6b77dcc9fc Trying to fix failing insert of entries in the forumForums table 2015-03-02 16:18:11 +01:00
Shannon 7501c1c323 Removes Url from the forum index since Url generation requires a db lookup which will be slow to re-index and we cannot have 2 readers open at once while reading. Changes the Url property of Topic to be a method called GetUrl. Udpates the logic in the SearchResultExtensions to lookup the forum URL based on the result. Changed the other examine data services to yield return for max performance and less memory. The Forum can now be fully indexed... before was only 1000 incomplete records. Still needs more work though. 2015-03-02 18:19:58 +11:00
Shannon 74c36ab5c8 Saves even more queries. 2015-03-02 16:58:14 +11:00
Shannon 1ca80f1249 Saves more N+1 query in the forum. 2015-03-02 16:39:05 +11:00
Shannon 940de49576 Fixing up the insane N+1 queries that exist for the forum. Removing extension methods to look up member names - these should just be part of the main query otherwise we have N+1 everywhere. Created new readonly entities for querying and result columns so we can get the Comments + all author names in a single query. 2015-03-02 16:15:15 +11:00
TimGeyssens 771477813d Got topic creation working 2015-02-05 21:05:04 +01:00
TimGeyssens c30b7438ef Adds mustache to the mix for ajax page manipulation 2015-02-04 15:36:17 +01:00
ploug@umbraco.dk 56a2ace7d2 Initial commit of our WIP
This is very likely break the dev site
2015-01-26 13:13:06 +01:00
ploug@umbraco.dk 12f9dd9da6 WIP on new topics/comments service 2015-01-19 22:01:06 +01:00
Niels Hartvig 7050b629ca Refactored forum and added tagging
Remember to install the latest table from the bottom of the
setuptables.sql file (in the uForum project).
2013-06-10 12:47:11 +02:00