Ray Schamp
|
ec9568d6ba
|
Avoid killing the test database teardown.
Inserting a MB into the test database kills the _fixture_teardown method when it tries to roll back transactions.
|
2014-12-30 11:34:58 -05:00 |
|
Ray Schamp
|
56fe401721
|
Add a self argument to the instance method.
Thanks @mewtaylor.
|
2014-12-30 10:38:55 -05:00 |
|
Ray Schamp
|
c28d8ca6f2
|
Cap content size sent to Akismet.
|
2014-12-23 11:53:39 -05:00 |
|
Ray Schamp
|
9b0a827f75
|
Index PostStatus.state.
Closes LLK/scratchr2#1319
|
2014-10-31 12:59:58 -04:00 |
|
Matthew Taylor
|
4acd4f14bb
|
Added back in extra exception check
in case there are other exceptions that are non-AkismetError ones
|
2014-09-05 16:07:59 -04:00 |
|
Matthew Taylor
|
71bf1e66cc
|
Added akismet retry on _comment_check
Meant to fix #1746 in scratchr2
|
2014-09-05 16:00:55 -04:00 |
|
Sayamindu Dasgupta
|
18ad1f00b8
|
Don't try to verify the API key during import.
(Every import of the models.py causes a HTTP request, which is
sub-optimal).
|
2014-06-28 20:20:01 -04:00 |
|
Ray Schamp
|
8e82a41f33
|
Use a saner setting for toggling Akismet.
|
2014-05-24 12:19:00 -04:00 |
|
Ray Schamp
|
d372328a16
|
Add missing AkismetError exception.
|
2014-05-22 12:43:17 -04:00 |
|
Ray Schamp
|
ff10922611
|
Of course, that would break the tests, so dev only.
|
2014-04-24 16:36:48 -04:00 |
|
Ray Schamp
|
a67fe5a44b
|
Don't initialize akismet in local dev and testing for speed.
|
2014-04-24 16:33:39 -04:00 |
|
Ray Schamp
|
494ed96c11
|
Fix refactoring mistake.
|
2014-03-20 11:50:39 -04:00 |
|
Ray Schamp
|
e247a4bd50
|
Use Python!
|
2014-03-18 13:54:23 -04:00 |
|
Ray Schamp
|
03cb7b86e0
|
Avoid moving the spam topic to the main dustbin.
If the only post gets marked as ham, the topic it belonged to would be deleted.
|
2014-03-18 13:41:47 -04:00 |
|
Ray Schamp
|
1d93a7b59f
|
Use a variable that exists...
|
2014-03-18 13:40:49 -04:00 |
|
Ray Schamp
|
ba1e2c905e
|
Set up manager to review any posts.
Move review logic into the model itself.
|
2014-03-13 19:38:53 -04:00 |
|
Ray Schamp
|
052c5ba7ba
|
Add post reviewer command.
|
2014-03-12 20:18:44 -04:00 |
|
Ray Schamp
|
883e8e2f72
|
Add tests and fixes for them.
Actually create PostStatus objects for new posts. Temporarily only run these new tests so we can add djangobb to the full test suite.
|
2014-03-12 10:39:39 -04:00 |
|
Ray Schamp
|
81b5a685c3
|
Refactor to use move_to rather than delete.
|
2014-03-10 13:29:16 -04:00 |
|
Ray Schamp
|
1aa4015840
|
Refactor some model methods to be more reusable.
|
2014-03-04 17:24:30 -05:00 |
|
Ray Schamp
|
0db7fbe715
|
Add stubbed model for post status transitions.
|
2014-02-26 17:54:17 -05:00 |
|
Ray Schamp
|
fa6ea8011a
|
Only try to update topics if you haven't just set them to None.
|
2014-02-05 09:45:49 -05: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 |
|
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
|
0ac73293e2
|
Added feature #572
|
2013-02-20 17:27:44 -05:00 |
|
Nathan Dinsmore
|
820cf54a4e
|
Added tracker feature #118
|
2013-02-19 15:15:06 -05:00 |
|
Nathan Dinsmore
|
e36029993f
|
fixed a bug in post deletion
|
2013-02-03 23:00:40 -05:00 |
|
Nathan Dinsmore
|
14ece0a8f2
|
fixes bug #448
|
2013-02-03 22:50:59 -05:00 |
|
Nathan Dinsmore
|
3845646d2f
|
adds tracker feature #408
|
2013-01-30 19:15:52 -05:00 |
|
Nathan Dinsmore
|
71b839d70c
|
Revert "Revert "added "New topics by moderators only" option for forums""
This reverts commit 1208adad4b .
|
2013-01-27 17:24:14 -05:00 |
|
Nathan Dinsmore
|
1208adad4b
|
Revert "added "New topics by moderators only" option for forums"
This reverts commit ed14c36cfc .
|
2013-01-27 17:16:36 -05:00 |
|
Nathan Dinsmore
|
ed14c36cfc
|
added "New topics by moderators only" option for forums
|
2013-01-27 16:38:54 -05:00 |
|
Nathan Dinsmore
|
dd070e0408
|
adds tracker feature #117
|
2013-01-17 22:09:37 -05:00 |
|
Nathan Dinsmore
|
655a3b15ec
|
adds tracker feature #333
|
2013-01-17 20:28:40 -05:00 |
|
Chinua Shaw
|
d24d40539e
|
add post flood
|
2012-12-10 11:07:15 -05:00 |
|
Chinua Shaw
|
4e9945fc8f
|
Soft delete topics
|
2012-11-19 11:55:36 -05:00 |
|
Chinua Shaw
|
5412e344ca
|
Soft delete posts
also max report length and shorter max subject length
|
2012-11-13 17:57:39 -05:00 |
|
JensDiemer
|
b93392594a
|
don't filter category groups for superusers
---
|
2012-09-24 14:18:16 +03:00 |
|
JensDiemer
|
6b7ed2ea9b
|
code cleanup
---
|
2012-09-24 14:18:16 +03:00 |
|
JensDiemer
|
d8e45a3809
|
Add PostTrackingAdmin
---
|
2012-09-24 14:18:16 +03:00 |
|
JensDiemer
|
c67ed01f3b
|
add poll feature ref #13 as squash commit see also http://support.djangobb.org/topic/333/ (This is a combination of 9 commits.)
|
2012-08-10 11:12:52 +03:00 |
|
JensDiemer
|
35bdd7816b
|
add auto subscribe topic feature: http://djangobb.org/ticket/175
---
djangobb_forum/forms.py | 7 +-
.../0004_auto__add_field_profile_auto_subscribe.py | 180 ++++++++++++++++++++
djangobb_forum/models.py | 1 +
.../templates/djangobb_forum/add_post.html | 35 +---
.../djangobb_forum/includes/post_form.html | 38 +++++
.../djangobb_forum/profile/profile_essentials.html | 10 +-
djangobb_forum/templates/djangobb_forum/topic.html | 32 +---
djangobb_forum/views.py | 10 +-
8 files changed, 244 insertions(+), 69 deletions(-)
create mode 100644 djangobb_forum/migrations/0004_auto__add_field_profile_auto_subscribe.py
create mode 100644 djangobb_forum/templates/djangobb_forum/includes/post_form.html
|
2012-08-07 16:44:16 +03:00 |
|
slav0nic
|
bb030e3262
|
fix DeprecationWarning for django 1.4; update projects
|
2012-04-23 14:28:40 +03:00 |
|
slav0nic
|
30dcb164ec
|
backout permissions commit; removed for better times :) (django bug #5915)
--HG--
branch : stable
|
2012-03-20 09:54:31 +02:00 |
|
Igor Yanchenko
|
4f10b21944
|
pep8 fix and sql query upercase fix
|
2012-03-04 22:10:32 +02:00 |
|
Igor Yanchenko
|
0132c87535
|
moved reply_count_minus and reply_count_plus to manager and use_for_related_fields set True
|
2012-03-04 13:35:02 +02:00 |
|
Igor Yanchenko
|
808ab6a193
|
stupid error fix
|
2012-03-03 23:52:35 +02:00 |
|
Igor Yanchenko
|
3d9d4d739e
|
logic with reputation moved from view to profile manager
|
2012-03-03 23:24:39 +02:00 |
|