Commit graph

728 commits

Author SHA1 Message Date
Glen Chiacchieri
ee4447b6a0 fix dumb notifications import 2013-08-19 21:55:11 +00:00
Glen Chiacchieri
a8245e2e75 move bad import to inline import and add debugging line for notifcations
debugging line is so I can test that the subscribe function is working without
having to worry about the task getting caught up in celery
2013-08-19 21:40:22 +00:00
Glen Chiacchieri
cd2f4ee643 remove import exception causing django app to quit
need to figure out how to get this import to work
2013-08-19 21:38:53 +00:00
Glen Chiacchieri
41324fc28f remove unused imports, fix post_save function 2013-08-19 20:43:09 +00:00
Glen Chiacchieri
6bd13c4f9f add logic for notifying users of new posts with new notifications system
also move old function for notifying into its own function
2013-08-19 20:32:45 +00:00
Glen Chiacchieri
a6b8f672bd remove duplicate model 2013-08-19 19:17:48 +00:00
Glen Chiacchieri
32b890a218 add model for following topics 2013-08-19 17:35:49 +00:00
Glen Chiacchieri
6fe210d4c5 show modal on post submission on forums if IP mute banned 2013-08-15 16:03:09 +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
9758febe84 changed to show local timezone on reports 2013-07-08 17:20:22 +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
e5f9d160af Fixed another soft deletion bug 2013-07-05 22:03:51 +00:00
Nathan Dinsmore
369a0e997d Fixed a soft deletion bug 2013-07-05 21:52:44 +00:00
Nathan Dinsmore
08d8b43d6c Added "Dustbin all posts and topics" link in forums search form 2013-07-05 21:52:20 +00:00
Glen Chiacchieri
868ffd5678 Merge branch 'new_branch_name' 2013-06-27 15:14:11 +00:00
Shane M. Clements
8438d353dc fixed avatar url 2013-06-25 14:22:11 -06:00
Glen Chiacchieri
934103c33e muted users can't post on forums 2013-06-25 16:37:17 +00:00
Nathan Dinsmore
49b895a8a0 Added bookmarkable new post URLs 2013-05-13 19:35:33 -04:00
Nathan Dinsmore
5539f83783 Fixed mobile mode 2013-05-13 19:12:53 -04:00
Nathan Dinsmore
54913338be Cleaned up djangobb_forum/static/djangobb_forum/js/markup/bbcode/board.js 2013-05-11 17:38:01 -04:00
Nathan Dinsmore
35859d652f Fixed #908
Usernames in posts are now profile links
2013-05-11 17:23:02 -04:00
Nathan Dinsmore
63a74b56a8 Fixed forums CSS interacting with main site CSS 2013-05-11 17:12:36 -04:00
Glen Chiacchieri
1746568526 remove link to mobile site because it's broken 2013-05-10 00:41:04 +00:00
Amos Blanton
2b0b135119 Testing deploy scripts. Meaningless readme change. 2013-05-08 19:01:46 +00:00
Glen Chiacchieri
67d3b412cb fix forums exception 2013-05-02 14:30:23 +00:00
Glen Chiacchieri
d6d58265a6 fix exception with not being able to find url for user 2013-05-02 14:27:17 +00:00
Glen Chiacchieri
c665193c23 remove refs to files that don't exist 2013-04-30 21:53:10 +00:00
Glen Chiacchieri
65de1a96d0 do forum post indexing async 2013-04-24 14:15:45 +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
956be9ad3d whitespace 2013-04-08 22:46:33 +00:00
Glen Chiacchieri
1d144ab6f1 rel #713, remove more queries from search results page 2013-04-05 13:13:39 +00:00
Glen Chiacchieri
7e38d90ba0 whitespace 2013-04-05 13:10:56 +00:00
Glen Chiacchieri
4cd59ea5de rel #713, knock down queries on search page, last 24 hours filter 2013-04-05 12:59:07 +00:00
Glen Chiacchieri
1796198e41 rel #713, 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
cbd9c1158d whitespace 2013-04-04 18:55:41 +00:00
Glen Chiacchieri
0f3568466f rel #713, 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
330e107f05 whitespace 2013-04-04 16:10:09 +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
Glen Chiacchieri
96559365b7 tabs to spaces in forum.html 2013-04-04 15:23:22 +00:00
Nathan Dinsmore
51e71bc790 Fixed disclosure buttons on forums index 2013-03-25 19:19:13 +00:00
Nathan Dinsmore
f1525ce8b5 Merge branch 'master' of https://github.com/LLK/s2forums
Conflicts:
	djangobb_forum/templates/djangobb_forum/index.html
	djangobb_forum/templates/djangobb_forum/lofi/add_topic.html
	djangobb_forum/templates/djangobb_forum/lofi/reply.html
	djangobb_forum/templates/djangobb_forum/mobile/forum.html
	djangobb_forum/templates/djangobb_forum/mobile/search_form.html
	djangobb_forum/templates/djangobb_forum/mobile/search_posts.html
	djangobb_forum/templates/djangobb_forum/mobile/search_topics.html
	djangobb_forum/templates/djangobb_forum/mobile/sign_in.html
	djangobb_forum/templates/djangobb_forum/mobile/topic.html
2013-03-25 18:17:25 +00:00
Nathan Dinsmore
546f836f82 Changed "Scratch Forums" to "Discuss Scratch" in preparation for changing /forums/ to /discuss/ on scratchr2 2013-03-25 18:00:43 +00:00
Paddle2See
829d7d20cc Changed the readme to see if a push works 2013-03-12 15:17:39 +00:00