This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
OurUmbraco
Watch
1
Star
0
Fork
0
You've already forked OurUmbraco
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f8920fea8ee5df8774e58ba67ab9d66dbef8b646
OurUmbraco
/
uForum
/
Models
T
History
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
..
Comment.cs
Adds mustache to the mix for ajax page manipulation
2015-02-04 15:36:17 +01:00
CommentSaveModel.cs
Renames "view" models to have correct names with what they are used for
2015-03-04 10:55:36 +11:00
Forum.cs
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
ReadOnlyComment.cs
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
ReadOnlyTopic.cs
Saves even more queries.
2015-03-02 16:58:14 +11:00
Topic.cs
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
TopicCommentRelator.cs
Saves more N+1 query in the forum.
2015-03-02 16:39:05 +11:00
TopicSaveModel.cs
Renames "view" models to have correct names with what they are used for
2015-03-04 10:55:36 +11:00