Commit Graph

51 Commits

Author SHA1 Message Date
Antoine Bartuccio ebee8c34e1
forum: fix ForumTopicSubscribeView error 500 with anonymous user 2019-12-16 15:00:33 +01:00
Antoine Bartuccio 2616e8b24c
django2.2: relpace django.core.urlresolvers by django.urls 2019-10-08 22:46:01 +02:00
Antoine Bartuccio 321e5e3ff5
forum: enhance performances on toggle_favorite 2019-09-15 16:12:24 +02:00
Cyl 355a51d2ce core: fix special caracter in user and forum search 2019-05-09 19:51:55 +02:00
Cyl bf06aea680 core: fix whitespaces in user and forum search 2019-05-06 20:11:49 +02:00
Skia 835782fd7e forum/views: reduce number of queries with some 'prefetch_related' 2018-12-13 20:36:21 +01:00
Antoine Bartuccio 068a80519c forum: fix order by date 2018-12-13 20:33:34 +01:00
Antoine Bartuccio 6891174935 forum: implement order by date for search 2018-12-13 20:33:34 +01:00
Antoine Bartuccio e421a2b4cd forum: increase search speed by optimizing permission filter 2018-12-13 20:33:34 +01:00
Antoine Bartuccio 347caa3b6a forum and core: fix error 500 when query is empty on search 2018-12-13 20:33:34 +01:00
Antoine Bartuccio 107c6c196f forum: limit results and improve search engine speed 2018-12-13 20:33:34 +01:00
Antoine Bartuccio 884855c178 forum and core: remove CanViewSearchMixin and use specialized view instead 2018-12-13 20:33:34 +01:00
Antoine Bartuccio 076b10e325 forum and core: add a dedicated mixin to exclude unauthorized search results 2018-12-13 20:33:34 +01:00
Antoine Bartuccio 3fdb83c1c2 forum and core: add access rights on search query 2018-12-13 20:33:34 +01:00
Antoine Bartuccio 404b825de4 forum: make search fuzzy 2018-12-13 20:33:34 +01:00
Antoine Bartuccio 286ba91c75 Adapt forum search to xapian and improve query 2018-12-13 20:33:34 +01:00
Grégoire Duvauchelle 9b8a881914 Add haystack index, and a view for forum search (WIP) 2018-12-13 20:33:34 +01:00
Antoine Bartuccio cb58b00b6e
All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
Antoine Bartuccio 443616a762
Forum permission fix and form display 2018-04-26 15:20:45 +02:00
Skia 606f1af4d5 forum: add favorite topics
Signed-off-by: Skia <skia@libskia.so>
2018-02-22 22:28:28 +01:00
Pierre Brunet 6a43c2cef6 Format forum 2017-06-13 10:04:13 +02:00
Skia 58beb551e8 Fix unread messages in topic
Signed-off-by: Skia <skia@libskia.so>
2017-06-10 21:05:36 +02:00
Skia ce46a9d9da Some small clean up and refactoring
Signed-off-by: Skia <skia@libskia.so>
2017-06-10 19:56:47 +02:00
Skia 2925cde8ab Add a MarkdownInput widget, and make use of it
Signed-off-by: Skia <skia@libskia.so>
2017-06-10 19:40:47 +02:00
Skia 457fc36e16 Fix markdown rendering on some pages, and add a link to the syntax help
Signed-off-by: Skia <skia@libskia.so>
2017-06-10 16:54:19 +02:00
Pierre Brunet 1ebfcdedec fix topic creation 2017-06-02 10:55:50 +02:00
Skia 463e0b7055 Again some small forum improvements
Signed-off-by: Skia <skia@libskia.so>
2017-05-31 00:41:39 +02:00
Skia 06b67f1d27 Still reducing the number of queries on the Forum
Signed-off-by: Skia <skia@libskia.so>
2017-05-30 23:37:06 +02:00
Skia 97a39b0652 Make **a lot** of Forum improvements in reducing the number of queries per page 2017-05-30 19:33:09 +02:00
Skia d7135e4d27 Make a lot of pimp in the Forum 2017-05-30 19:33:09 +02:00
Skia 83deae5964 Apply GPLv3 to Sith, and add header to every concerned file 2017-04-24 17:51:12 +02:00
Skia 3aa5070a38 Add preview button in the Forum 2017-04-12 19:26:27 +02:00
Skia f400be3a79 Refactor topic to use paginator instead of custom paging 2017-03-15 18:34:22 +01:00
Skia 729a3608ba Add some pagination on forum topics 2017-03-12 20:40:37 +01:00
Skia 73cbfd3e82 Add Forum ordering number 2017-03-12 18:06:01 +01:00
Skia 7d99f02a4d forum: reply page, CSS, and first_unread fix 2017-02-25 14:38:10 +01:00
Skia 777fdd7bd5 Again, lot of forum improvements 2017-02-24 17:22:13 +01:00
Skia fe07ee0963 Still lot of forum improvements, both rights and cosmetic 2017-02-24 15:55:50 +01:00
Skia f262014f9b Some various forum fixes and improvements 2017-02-24 04:37:01 +01:00
Skia 801f6ec786 Translations and small fix in the forum 2017-02-24 03:28:44 +01:00
Skia c66b9b0512 Lot of small improvement in the forum 2017-02-24 01:50:09 +01:00
Skia 3b16704227 Add basic moderation to forum 2017-02-24 01:50:05 +01:00
Skia 138711c70c Some tiny fixes in the forum 2017-02-24 01:50:00 +01:00
Skia 6764224856 Fix quote answer and unread messages display 2017-02-24 01:49:48 +01:00
Skia 254126fd79 Add last unread function 2017-02-06 20:20:39 +01:00
Skia 4cc57c183e Add some better right management to forum 2017-01-28 20:58:54 +01:00
Skia 653d9d4707 Some other great forum improvements 2017-01-21 22:47:30 +01:00
Skia 93f5096140 Improve forum style and templates 2017-01-21 12:28:32 +01:00
Skia ff77df3646 Add basic right management to forum. Need to test it! 2017-01-21 04:51:37 +01:00
Skia 4dd6f01e60 Add Ariadne's thread 2017-01-21 04:19:15 +01:00