Commit Graph

10 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 3a59883eee OUR-151 Names in e-mails from our are mixed up
Find member by memberId not by topicId
2015-06-14 14:30:53 +02:00
Sebastiaan Janssen 491ac68f92 Grab member from cache instead of database for notifications 2015-06-03 00:53:15 +02: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 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
Shannon 36fad21dde Fixes startup handlers to listen to the correct event 2015-02-23 19:54:15 +01:00
TimGeyssens e290afbba6 More WIP on notifications refactor into service 2015-02-17 11:51:06 +01:00
TimGeyssens b8d1e01f24 Notifications should be back up and using smtp and db settings from web.config 2015-02-05 15:31:01 +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
Sebastiaan Janssen 810cbd267f Initial commit 2012-12-17 09:41:11 +01:00