Commit Graph

24 Commits

Author SHA1 Message Date
Sebastiaan Janssen e3426fe80a Move uForum and adjust uForum namespaces to be correct 2015-07-26 12:31:15 +02:00
Sebastiaan Janssen 2dd6cc61bd Improve handling of deleted topic and add information about the member that's being
flagged when flagging as spam so we can actually delete the member too
2015-07-20 18:08:25 +02:00
Sebastiaan Janssen bc705f126d Oops, flagging and deleting got confused 2015-07-13 13:26:36 +02:00
Sebastiaan Janssen be5657622a Allow for people to flag spam, make spam notifications show up and make actions consistent in order 2015-07-11 14:58:50 +02:00
Sebastiaan Janssen 03a10a4052 Make login link work on threads 2015-06-17 23:15:52 +02:00
Rune Hem Strand 3781dde0d5 OUR-143 "Copy direct link" option is missing on narrow screens
Fixed
2015-06-17 11:35:11 +02:00
Shannon 6ad3c76e0a Fixes the Thread.cshtml for comment lookup - all comments are already available even sub comments, we don't need to query them again! The comment member was already looked up at the top. 2015-03-04 10:42:16 +11:00
Sebastiaan Janssen 2f47af7e2b Temp fix for The model item passed into the dictionary is of type 'uForum.Models.Comment', but this dictionary requires a model item of type 'uForum.Models.ReadOnlyComment' error 2015-03-03 12:56:37 +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 20eb62eddd Cleans up the 'Services' - they should not be idisposable unless they exist as a global lifespan, but they are not being used that way so therefore should not dispose and should def not dispose the global DatabaseContext since they are being used as a transient instance. Renames more Utills with less L's. Fixes more event handlers to be ApplicationEventHandler instead of the legacy ones. Fixes the Forum data service to actually index ALL form items, not just 1000 of them (no idea why this was occuring?) Fixes Latest.cshtml to iterate of an iteratable collection. Fixes more null ref checks. 2015-03-02 13:52:07 +11:00
TimGeyssens 57b43feabb Updates links when not logged in on thread page 2015-02-27 16:23:33 +01:00
Rune Hem Strand e8e6020e9a Draft object, post animation 2015-02-12 11:32:38 +01:00
Rune Hem Strand 342c5a6944 Various updates 2015-02-10 08:28:09 +01:00
Rune Hem Strand f8f476e64b Delete comment/thread 2015-02-09 09:24:06 +01:00
TimGeyssens 72cb7a5f1f Forum: hide actions when not logged in 2015-02-05 11:10:44 +01:00
Rune Hem Strand 8c7c91e964 reply button update 2015-02-05 09:56:16 +01:00
Rune Hem Strand 50a0a38248 Reply button placement 2015-02-04 15:59:30 +01:00
TimGeyssens 8f696c3980 Make sure the big reply button works to actually write a comment 2015-02-04 13:14:33 +01:00
TimGeyssens 6c1d55df33 Data attributes on big reply button 2015-02-04 13:07:35 +01:00
Rune Hem Strand dfdafd397a Various forum markup
Create topic button
Reply to topic button
2015-02-03 14:58:36 +01:00
Rune Hem Strand b795544c9f Category select, copy-link 2015-02-02 14:22:49 +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