Nathan Dinsmore
b1d65bd4d6
fixes tracker issue #137
2013-01-14 21:13:32 -05:00
Chinua Shaw
3af7559024
New Scratchers can only edit for 1 minute after post.
2013-01-14 12:10:05 -05:00
Nathan Dinsmore
7e3e64470c
fixes tracker issue #102
2013-01-12 13:00:55 -05:00
Nathan Dinsmore
45d28133da
fixes report zapping/unzapping
2012-12-20 14:18:29 -05:00
Amos Blanton
72630c23e6
Merge pull request #3 from queryselector/master
...
Fixes + Icons
2012-12-20 07:27:03 -08:00
Nathan Dinsmore
68ca6e9a39
fixes the redirect from a user's own user page to his/her settings page
2012-12-17 17:10:33 -05:00
Chinua Shaw
e424166dc5
consolidated error messages for post flood with img sit errors.
2012-12-17 06:00:01 -05:00
Nathan Dinsmore
98c370306b
fixes internal server error when a user adds unapproved images to his/her signature
2012-12-14 17:45:20 -05:00
Nathan Dinsmore
382e0497a0
fixes a translation bug in the post flood error messages
2012-12-12 17:54:16 -05:00
Nathan Dinsmore
4514951656
Merge remote-tracking branch 'upstream/master'
2012-12-12 17:46:43 -05:00
Nathan Dinsmore
92fb10f06b
fixes tracker issue #203
2012-12-10 16:23:26 -05:00
Amos Blanton
e84d21aa51
Merge remote-tracking branch 'queryselector/master'
2012-12-10 11:57:13 -05:00
Chinua Shaw
d24d40539e
add post flood
2012-12-10 11:07:15 -05:00
Nathan Dinsmore
5178e3a56a
adds tracker feature #103
2012-12-05 22:06:54 -05:00
Nathan Dinsmore
3c560bac4a
fixes tracker issue #47
2012-12-04 18:39:22 -05:00
Chinua Shaw
c8b4acb452
Moving multiple posts at once functionality. Follows delete pattern.
...
Also can be used to merge two threads.
2012-11-19 11:39:59 -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
Chinua Shaw
86119766a7
Fix bug that blocks creating a new topic
2012-11-08 13:31:54 -05:00
Chinua Shaw
0daeb8f21e
Allow users to change their sig, and 404 upon improper access to the personality page.
2012-11-08 13:18:07 -05:00
Chinua Shaw
fb6fdf6d8d
Made the link on the header point to the new reports page, and made it show up on the index page.
2012-11-05 15:46:47 -05:00
Chinua Shaw
66571b4f30
Reports page
2012-11-05 14:39:08 -05:00
Chinua Shaw
1776157d68
Fix to userlist and user page bug.
2012-10-26 13:34:16 -04:00
Chinua Shaw
4831c0c372
Make polls an option
2012-10-23 06:27:09 -04:00
JensDiemer
b93392594a
don't filter category groups for superusers
...
---
2012-09-24 14:18:16 +03:00
JensDiemer
d27719803d
* Security fix: filter search by category groups * use pre-filtered querysets in all search types * don't filter by category groups for superusers * display hit count as success message
...
---
2012-09-24 14:18:16 +03:00
JensDiemer
5a462351c6
Security Fix: * Deny 'show_user' search for anonymous user. * allow only staff members to change the user ID via URL. * Add message, if user_id changed by GET parameter
...
---
2012-09-24 14:18:16 +03:00
JensDiemer
e8da8f6667
code cleanup: use user object everywhere
...
---
2012-09-24 14:18:16 +03:00
JensDiemer
8f3abd5701
Better queryset in "show your topics" search view.
...
---
djangobb_forum/views.py | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
2012-09-24 14:18:16 +03:00
JensDiemer
e48dfed509
Bugfix if anonymous user request "search/?action=show_new" See also: http://support.djangobb.org/topic/345/?page=1#post-1396
...
---
2012-09-24 14:18:16 +03:00
JensDiemer
c4db20dba5
Display only new posts and not all poste from "new topics"
...
---
2012-09-24 14:18:16 +03:00
JensDiemer
34a06a86db
Use also "create" date in "show new", too.
...
---
2012-09-24 14:18:16 +03:00
JensDiemer
14230548b1
change 24h query, see: #234
...
---
2012-09-24 14:18:16 +03:00
Edward "Hades" Toroshchin
e29073695b
Handle error in sending an email to a user.
2012-08-30 23:35:09 +02:00
Edward "Hades" Toroshchin
526a3b35d3
Fix UnicodeError in email sending.
2012-08-30 23:33:19 +02: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
48ed192424
* Bugfix for double results in "show own posts" * Don't put user_id in GET -> use request.user * remove {% if results %} with {% for %}...{% empty %} * Refactor search()
...
Fixed topic search results which returned nothing.
Return a list instead of a generator in TopicFromPostResult.__getitem__() so that the pagination can work correctly.
from: https://bitbucket.org/hsoft/djangobb/changeset/1b2f31c54c516c699a7b11a1d43b170742157df5
use the slow, but correct solution for display the result as topics
used fast solution with a work-a-round for double topics
respect sort order
count only one time
better solution, but slow with woosh and many hits
change info
make it DRY
remove debug imports
remove not needed tuple()
* add "show your topics/posts" search
* add link to switch between topics/posts search
* merge {% block controls %}
* make search_posts.html useable with queryset and SearchQuerySet
Add topic <-> post switch links to other type of search, too.
not really in GET needed.
* Use PostSearchForm() in normal search
* add switch links to normal search, too.
better docstring
better text?
2012-08-08 11:00:28 +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
JensDiemer
b24ee8c74c
remove tests
...
---
djangobb_forum/views.py | 6 ------
1 file changed, 6 deletions(-)
2012-08-06 11:47:39 +03:00
JensDiemer
f089e88011
Use django.contrib.messages for feedback
...
---
.../static/djangobb_forum/themes/default/style.css | 37 +++++++++++
djangobb_forum/templates/djangobb_forum/base.html | 20 +++++-
djangobb_forum/views.py | 64 ++++++++++++++------
3 files changed, 102 insertions(+), 19 deletions(-)
2012-08-06 11:47:39 +03:00
slav0nic
f1fc579732
merge for #182
2012-06-05 11:59:41 +03:00
Alex Buck
6e441f7672
fix #182 : do not check access permissions for every searched topic. patch#2
2012-06-05 11:54:31 +03:00
slav0nic
dd85f88606
remove delete_avatar (unneeded)
2012-05-16 12:40:37 +03:00
slav0nic
079aab7c29
fix #224 : Exception when using show_as=posts
2012-05-15 14:26:24 +03:00
slav0nic
d5ec131634
fix UnicodeDecodeError
2012-04-26 17:04:08 +03:00
slav0nic
4ffde71697
make cache keys unique with djangobb_ prefix
2012-04-26 14:27:49 +03:00
slav0nic
30199706e7
ref #218 : ops, change default profile template (read only)
2012-04-26 10:35:09 +03:00
slav0nic
5c243deb0d
fix mail_to action
2012-04-23 11:43:01 +03:00
Andi Albrecht
1d2eb6ce38
Avoid PostTracking.DoesNotExist exception when no Posts exist.
...
This happens on a fresh install when a users clicks on "Show new posts
since last visit".
2012-04-02 13:59:35 +02:00
Igor Yanchenko
5c93e3db48
lofi fix error and pager
2012-03-18 23:57:18 +02:00
Igor Yanchenko
13b06a2740
delete avatar using only post method
2012-03-05 13:32:17 +02:00