Commit graph

136 commits

Author SHA1 Message Date
Ray Schamp
d4227df805 Output simple-user-agent on edit form. Fixes 2015-02-23 16:55:40 -05:00
Ray Schamp
6c09b30abd Merge pull request from LLK/feature/US68
Email confirmation
2015-02-05 18:02:01 -05:00
Matthew Taylor
ac9bca8ad2 Changed social permissions to use one perm only
Instead of having a group that has a number of permissions, there is not one permission that is checked in a couple different places, and is placed on users themselves.
2014-12-22 12:17:52 -05:00
Ray Schamp
20694f5a81 Add permission checks for the forum. 2014-12-22 10:38:25 -05:00
Matthew Taylor
585d94f35a task-ify read/view updates on show_topic
Fixes 
2014-12-05 14:21:55 -05:00
Ray Schamp
e9195b7244 Get rid of the "Users Online" section.
It's not very useful and we spend 8.9% of our time on it.
2014-11-24 14:22:22 -05:00
Ray Schamp
952da39200 Show nothing if no action query string passed to search. 2014-07-23 15:26:01 -04:00
Ray Schamp
f9b229a1b5 Cache the users online queryset. 2014-07-10 11:02:37 -04:00
Sayamindu Dasgupta
5fc28ec77c Selectively comment out the search view 2014-05-31 03:09:24 -04:00
Sayamindu Dasgupta
09770e3eb2 Comment out all HayStack related code (we use Google CSE now) 2014-05-31 01:50:21 -04:00
Ray Schamp
afb4167887 Add a logger. Why not?
Left over from a refactor, may as well leave it.
2014-03-13 19:39:27 -04:00
Ray Schamp
5f9acb2df4 Fix marking posts as spam/ham. 2014-03-13 18:22:23 -04:00
Ray Schamp
7727cf39c7 Add "Mark as Spam/Ham" views for posts. 2014-03-12 22:37:46 -04:00
Nathan Dinsmore
4c195b57c0 Fixed 2014-02-16 16:14:38 -05:00
Ray Schamp
f163edceb1 Send more data. 2014-02-14 15:08:16 -05:00
Ray Schamp
e4d0e3bcab Supply Akismet with everything it needs to work. 2014-02-14 13:22:53 -05:00
Glen Chiacchieri
d2a06bed15 fix syntax error 2013-10-15 17:50:49 +00:00
Glen Chiacchieri
d2ca88ed43 fix exceptions when no user agent 2013-10-15 17:36:32 +00:00
Glen Chiacchieri
cecd11eb9c fix getting group query on topic page 2013-09-26 15:05:33 +00:00
Glen Chiacchieri
cc4a038a27 fix exception when bad page number given 2013-09-25 15:57:18 +00:00
Glen Chiacchieri
42693dd8d3 speed up group lookup (remove hundreds of queries) on topic page 2013-09-19 13:13:09 +00:00
Glen Chiacchieri
eeb4db9843 button for adding browser/os/flash details to forum post 2013-09-18 19:35:31 +00:00
Glen Chiacchieri
2e1214161a don't follow threads automatically when replying to thread 2013-09-10 16:15:49 +00:00
Glen Chiacchieri
b5ccb15c5a add subscribe UI 2013-08-20 20:05:19 +00:00
Glen Chiacchieri
c2859fb0eb backend for ip muting on forums 2013-08-14 23:28:13 +00:00
Glen Chiacchieri
2db792eec1 try and fail to reduce queries on homepage 2013-07-24 19:01:26 +00:00
Glen Chiacchieri
98ad2a4dc9 tabs to spaces 2013-07-11 20:47:17 +00:00
taranir
8bc91a78ec Merge branch 'new_branch_name' 2013-07-08 21:16:00 +00:00
Tian Mi UROP
612cbd88f1 added group membership and post count display to topics 2013-07-08 16:08:50 +00:00
Nathan Dinsmore
08d8b43d6c Added "Dustbin all posts and topics" link in forums search form 2013-07-05 21:52:20 +00:00
Nathan Dinsmore
49b895a8a0 Added bookmarkable new post URLs 2013-05-13 19:35:33 -04:00
Glen Chiacchieri
67d3b412cb fix forums exception 2013-05-02 14:30:23 +00:00
Glen Chiacchieri
2dffaaea88 remove forum attachment query because we don't allow uploads 2013-04-10 14:19:41 +00:00
Glen Chiacchieri
1d144ab6f1 rel , remove more queries from search results page 2013-04-05 13:13:39 +00:00
Glen Chiacchieri
4cd59ea5de rel , knock down queries on search page, last 24 hours filter 2013-04-05 12:59:07 +00:00
Glen Chiacchieri
1796198e41 rel , remove unneeded queries from homepage 2013-04-05 12:22:00 +00:00
Glen Chiacchieri
3c591af3ff whitespace and remove unused last_user variable on forum homepage 2013-04-04 22:07:15 +00:00
Glen Chiacchieri
dd60f43182 remove query per row on search page 2013-04-04 19:01:57 +00:00
Glen Chiacchieri
0f3568466f rel , knock down query count on topic pages 2013-04-04 18:45:43 +00:00
Glen Chiacchieri
066d22cfbb knock down query count on topic page 2013-04-04 18:03:37 +00:00
Glen Chiacchieri
31f376ff2d remove whitespace 2013-04-04 17:25:02 +00:00
Glen Chiacchieri
f1c9a94816 prevent querying user/last_topic per row
on every forum, we were doing a query for every topic displayed, to get
the user that authored the post and also a query to get the last post in
the topic. this checkin knocks down the query count per page from 50 to
7
2013-04-04 15:48:33 +00:00
Nathan Dinsmore
5e30505372 Fixed user count when online list is limited 2013-02-21 17:38:49 -05:00
Nathan Dinsmore
241f8725c3 Fixed online limit 2013-02-21 17:35:21 -05:00
Nathan Dinsmore
04a6fa6c78 Fixed security hole in mobile reply page 2013-02-20 17:54:29 -05:00
Nathan Dinsmore
85e205418b Fixed security hole in mobile reply page 2013-02-20 17:54:09 -05:00
Nathan Dinsmore
3207a7bb93 Fixed security hole in mobile reply page 2013-02-20 17:52:53 -05:00
Nathan Dinsmore
0ac73293e2 Added feature 2013-02-20 17:27:44 -05:00
Nathan Dinsmore
8d803fc7b6 Added feature 2013-02-20 16:45:13 -05:00
Nathan Dinsmore
9cf7eb2871 adds feature 2013-02-19 01:05:40 -05:00