Commit graph

50 commits

Author SHA1 Message Date
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
Igor Yanchenko
c804bd2f7b added request to form init argumets, use it instead of request.user 2012-03-05 12:07:15 +02:00
Igor Yanchenko
d2699a3d87 profile editor splited into three separate view 2012-03-05 11:07:29 +02:00
Igor Yanchenko
39ae9fb98e profile editor refactored 2012-03-05 01:51:00 +02:00
Igor Yanchenko
3d9d4d739e logic with reputation moved from view to profile manager 2012-03-03 23:24:39 +02:00
Igor Yanchenko
b85f49f40b removed optimization for move pagination in template logic 2012-02-21 08:26:30 +02:00
Igor Yanchenko
9383a2b542 pagination using django-pagination 2012-02-18 01:17:32 +02:00
Igor Yanchenko
64a658965b render_to changed to render 2012-02-18 00:10:44 +02:00
slav0nic
5ae337d9a0 fix wrong search param 2011-10-23 12:45:14 +04:00
slav0nic
332ffae28c fix search ordering by author. Tnx scrapper 2011-10-20 14:46:21 +03:00
slav0nic
f46fce38d7 fix haystack search 2011-10-11 13:35:07 +03:00
slav0nic
8f6985ddb6 fix #205: Bug with attachments whose filename contains a space. Tnx sjrd. 2011-08-23 12:50:55 +03:00
slav0nic
998f9d4bc4 fix #179 open/close action worked incorrect 2011-08-19 22:30:03 +03:00
slav0nic
cd930f4dc4 forum -> djangobb_forum 2011-08-18 11:41:59 +03:00
slav0nic
fbc0ea2ed5 mv templates/forum templates/djangobb_forum
--HG--
rename : djangobb_forum/templates/forum/add_post.html => djangobb_forum/templates/djangobb_forum/add_post.html
rename : djangobb_forum/templates/forum/base.html => djangobb_forum/templates/djangobb_forum/base.html
rename : djangobb_forum/templates/forum/delete_posts.html => djangobb_forum/templates/djangobb_forum/delete_posts.html
rename : djangobb_forum/templates/forum/edit_post.html => djangobb_forum/templates/djangobb_forum/edit_post.html
rename : djangobb_forum/templates/forum/feeds/posts_description.html => djangobb_forum/templates/djangobb_forum/feeds/posts_description.html
rename : djangobb_forum/templates/forum/feeds/posts_title.html => djangobb_forum/templates/djangobb_forum/feeds/posts_title.html
rename : djangobb_forum/templates/forum/feeds/topics_description.html => djangobb_forum/templates/djangobb_forum/feeds/topics_description.html
rename : djangobb_forum/templates/forum/feeds/topics_title.html => djangobb_forum/templates/djangobb_forum/feeds/topics_title.html
rename : djangobb_forum/templates/forum/forum.html => djangobb_forum/templates/djangobb_forum/forum.html
rename : djangobb_forum/templates/forum/forum_row.html => djangobb_forum/templates/djangobb_forum/forum_row.html
rename : djangobb_forum/templates/forum/header.html => djangobb_forum/templates/djangobb_forum/header.html
rename : djangobb_forum/templates/forum/index.html => djangobb_forum/templates/djangobb_forum/index.html
rename : djangobb_forum/templates/forum/lofi/base.html => djangobb_forum/templates/djangobb_forum/lofi/base.html
rename : djangobb_forum/templates/forum/lofi/footer.html => djangobb_forum/templates/djangobb_forum/lofi/footer.html
rename : djangobb_forum/templates/forum/lofi/forum.html => djangobb_forum/templates/djangobb_forum/lofi/forum.html
rename : djangobb_forum/templates/forum/lofi/header.html => djangobb_forum/templates/djangobb_forum/lofi/header.html
rename : djangobb_forum/templates/forum/lofi/index.html => djangobb_forum/templates/djangobb_forum/lofi/index.html
rename : djangobb_forum/templates/forum/lofi/pagination.html => djangobb_forum/templates/djangobb_forum/lofi/pagination.html
rename : djangobb_forum/templates/forum/lofi/topic.html => djangobb_forum/templates/djangobb_forum/lofi/topic.html
rename : djangobb_forum/templates/forum/mail_to.html => djangobb_forum/templates/djangobb_forum/mail_to.html
rename : djangobb_forum/templates/forum/moderate.html => djangobb_forum/templates/djangobb_forum/moderate.html
rename : djangobb_forum/templates/forum/moderators.html => djangobb_forum/templates/djangobb_forum/moderators.html
rename : djangobb_forum/templates/forum/move_topic.html => djangobb_forum/templates/djangobb_forum/move_topic.html
rename : djangobb_forum/templates/forum/pagination.html => djangobb_forum/templates/djangobb_forum/pagination.html
rename : djangobb_forum/templates/forum/post_preview.html => djangobb_forum/templates/djangobb_forum/post_preview.html
rename : djangobb_forum/templates/forum/profile/profile_admin.html => djangobb_forum/templates/djangobb_forum/profile/profile_admin.html
rename : djangobb_forum/templates/forum/profile/profile_display.html => djangobb_forum/templates/djangobb_forum/profile/profile_display.html
rename : djangobb_forum/templates/forum/profile/profile_essentials.html => djangobb_forum/templates/djangobb_forum/profile/profile_essentials.html
rename : djangobb_forum/templates/forum/profile/profile_menu.html => djangobb_forum/templates/djangobb_forum/profile/profile_menu.html
rename : djangobb_forum/templates/forum/profile/profile_messaging.html => djangobb_forum/templates/djangobb_forum/profile/profile_messaging.html
rename : djangobb_forum/templates/forum/profile/profile_personal.html => djangobb_forum/templates/djangobb_forum/profile/profile_personal.html
rename : djangobb_forum/templates/forum/profile/profile_personality.html => djangobb_forum/templates/djangobb_forum/profile/profile_personality.html
rename : djangobb_forum/templates/forum/profile/profile_privacy.html => djangobb_forum/templates/djangobb_forum/profile/profile_privacy.html
rename : djangobb_forum/templates/forum/report.html => djangobb_forum/templates/djangobb_forum/report.html
rename : djangobb_forum/templates/forum/reputation.html => djangobb_forum/templates/djangobb_forum/reputation.html
rename : djangobb_forum/templates/forum/reputation_form.html => djangobb_forum/templates/djangobb_forum/reputation_form.html
rename : djangobb_forum/templates/forum/search_form.html => djangobb_forum/templates/djangobb_forum/search_form.html
rename : djangobb_forum/templates/forum/search_posts.html => djangobb_forum/templates/djangobb_forum/search_posts.html
rename : djangobb_forum/templates/forum/search_topics.html => djangobb_forum/templates/djangobb_forum/search_topics.html
rename : djangobb_forum/templates/forum/topic.html => djangobb_forum/templates/djangobb_forum/topic.html
rename : djangobb_forum/templates/forum/upload_avatar.html => djangobb_forum/templates/djangobb_forum/upload_avatar.html
rename : djangobb_forum/templates/forum/user.html => djangobb_forum/templates/djangobb_forum/user.html
rename : djangobb_forum/templates/forum/users.html => djangobb_forum/templates/djangobb_forum/users.html
2011-08-18 11:11:17 +03:00
slav0nic
24bba12e07 remove project files, now hosted at single app http://bitbucket.org/slav0nic/djangobb_project. This repo contains only app files
--HG--
rename : djangobb/djangobb_forum/__init__.py => djangobb_forum/__init__.py
rename : djangobb/djangobb_forum/admin.py => djangobb_forum/admin.py
rename : djangobb/djangobb_forum/context_processors.py => djangobb_forum/context_processors.py
rename : djangobb/djangobb_forum/feeds.py => djangobb_forum/feeds.py
rename : djangobb/djangobb_forum/fields.py => djangobb_forum/fields.py
rename : djangobb/djangobb_forum/fixtures/test_forum.json => djangobb_forum/fixtures/test_forum.json
rename : djangobb/djangobb_forum/forms.py => djangobb_forum/forms.py
rename : djangobb/djangobb_forum/locale/ca/LC_MESSAGES/django.mo => djangobb_forum/locale/ca/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/ca/LC_MESSAGES/django.po => djangobb_forum/locale/ca/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/cs/LC_MESSAGES/django.mo => djangobb_forum/locale/cs/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/cs/LC_MESSAGES/django.po => djangobb_forum/locale/cs/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/de/LC_MESSAGES/django.mo => djangobb_forum/locale/de/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/de/LC_MESSAGES/django.po => djangobb_forum/locale/de/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/en/LC_MESSAGES/django.mo => djangobb_forum/locale/en/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/en/LC_MESSAGES/django.po => djangobb_forum/locale/en/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/es/LC_MESSAGES/django.mo => djangobb_forum/locale/es/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/es/LC_MESSAGES/django.po => djangobb_forum/locale/es/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/fo/LC_MESSAGES/django.mo => djangobb_forum/locale/fo/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/fo/LC_MESSAGES/django.po => djangobb_forum/locale/fo/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/fr/LC_MESSAGES/django.mo => djangobb_forum/locale/fr/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/fr/LC_MESSAGES/django.po => djangobb_forum/locale/fr/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/hi/LC_MESSAGES/django.mo => djangobb_forum/locale/hi/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/hi/LC_MESSAGES/django.po => djangobb_forum/locale/hi/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/it/LC_MESSAGES/django.mo => djangobb_forum/locale/it/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/it/LC_MESSAGES/django.po => djangobb_forum/locale/it/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/lt/LC_MESSAGES/django.mo => djangobb_forum/locale/lt/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/lt/LC_MESSAGES/django.po => djangobb_forum/locale/lt/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/mn/LC_MESSAGES/django.mo => djangobb_forum/locale/mn/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/mn/LC_MESSAGES/django.po => djangobb_forum/locale/mn/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/pl/LC_MESSAGES/django.mo => djangobb_forum/locale/pl/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/pl/LC_MESSAGES/django.po => djangobb_forum/locale/pl/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/pt_BR/LC_MESSAGES/django.mo => djangobb_forum/locale/pt_BR/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/pt_BR/LC_MESSAGES/django.po => djangobb_forum/locale/pt_BR/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/ru/LC_MESSAGES/django.mo => djangobb_forum/locale/ru/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/ru/LC_MESSAGES/django.po => djangobb_forum/locale/ru/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/uk_UA/LC_MESSAGES/django.mo => djangobb_forum/locale/uk_UA/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/uk_UA/LC_MESSAGES/django.po => djangobb_forum/locale/uk_UA/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/vi/LC_MESSAGES/django.mo => djangobb_forum/locale/vi/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/vi/LC_MESSAGES/django.po => djangobb_forum/locale/vi/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/locale/zh_CN/LC_MESSAGES/django.mo => djangobb_forum/locale/zh_CN/LC_MESSAGES/django.mo
rename : djangobb/djangobb_forum/locale/zh_CN/LC_MESSAGES/django.po => djangobb_forum/locale/zh_CN/LC_MESSAGES/django.po
rename : djangobb/djangobb_forum/management/__init__.py => djangobb_forum/management/__init__.py
rename : djangobb/djangobb_forum/management/commands/__init__.py => djangobb_forum/management/commands/__init__.py
rename : djangobb/djangobb_forum/management/commands/djangobb_unban.py => djangobb_forum/management/commands/djangobb_unban.py
rename : djangobb/djangobb_forum/markups/__init__.py => djangobb_forum/markups/__init__.py
rename : djangobb/djangobb_forum/middleware.py => djangobb_forum/middleware.py
rename : djangobb/djangobb_forum/migrations/0001_initial.py => djangobb_forum/migrations/0001_initial.py
rename : djangobb/djangobb_forum/migrations/0002_auto__add_field_profile_show_smilies.py => djangobb_forum/migrations/0002_auto__add_field_profile_show_smilies.py
rename : djangobb/djangobb_forum/migrations/__init__.py => djangobb_forum/migrations/__init__.py
rename : djangobb/djangobb_forum/models.py => djangobb_forum/models.py
rename : djangobb/djangobb_forum/search_indexes.py => djangobb_forum/search_indexes.py
rename : djangobb/djangobb_forum/settings.py => djangobb_forum/settings.py
rename : djangobb/djangobb_forum/signals.py => djangobb_forum/signals.py
rename : djangobb/djangobb_forum/subscription.py => djangobb_forum/subscription.py
rename : djangobb/djangobb_forum/templates/forum/add_post.html => djangobb_forum/templates/forum/add_post.html
rename : djangobb/djangobb_forum/templates/forum/base.html => djangobb_forum/templates/forum/base.html
rename : djangobb/djangobb_forum/templates/forum/delete_posts.html => djangobb_forum/templates/forum/delete_posts.html
rename : djangobb/djangobb_forum/templates/forum/edit_post.html => djangobb_forum/templates/forum/edit_post.html
rename : djangobb/djangobb_forum/templates/forum/feeds/posts_description.html => djangobb_forum/templates/forum/feeds/posts_description.html
rename : djangobb/djangobb_forum/templates/forum/feeds/posts_title.html => djangobb_forum/templates/forum/feeds/posts_title.html
rename : djangobb/djangobb_forum/templates/forum/feeds/topics_description.html => djangobb_forum/templates/forum/feeds/topics_description.html
rename : djangobb/djangobb_forum/templates/forum/feeds/topics_title.html => djangobb_forum/templates/forum/feeds/topics_title.html
rename : djangobb/djangobb_forum/templates/forum/forum.html => djangobb_forum/templates/forum/forum.html
rename : djangobb/djangobb_forum/templates/forum/forum_row.html => djangobb_forum/templates/forum/forum_row.html
rename : djangobb/djangobb_forum/templates/forum/header.html => djangobb_forum/templates/forum/header.html
rename : djangobb/djangobb_forum/templates/forum/index.html => djangobb_forum/templates/forum/index.html
rename : djangobb/djangobb_forum/templates/forum/lofi/base.html => djangobb_forum/templates/forum/lofi/base.html
rename : djangobb/djangobb_forum/templates/forum/lofi/footer.html => djangobb_forum/templates/forum/lofi/footer.html
rename : djangobb/djangobb_forum/templates/forum/lofi/forum.html => djangobb_forum/templates/forum/lofi/forum.html
rename : djangobb/djangobb_forum/templates/forum/lofi/header.html => djangobb_forum/templates/forum/lofi/header.html
rename : djangobb/djangobb_forum/templates/forum/lofi/index.html => djangobb_forum/templates/forum/lofi/index.html
rename : djangobb/djangobb_forum/templates/forum/lofi/pagination.html => djangobb_forum/templates/forum/lofi/pagination.html
rename : djangobb/djangobb_forum/templates/forum/lofi/topic.html => djangobb_forum/templates/forum/lofi/topic.html
rename : djangobb/djangobb_forum/templates/forum/mail_to.html => djangobb_forum/templates/forum/mail_to.html
rename : djangobb/djangobb_forum/templates/forum/moderate.html => djangobb_forum/templates/forum/moderate.html
rename : djangobb/djangobb_forum/templates/forum/moderators.html => djangobb_forum/templates/forum/moderators.html
rename : djangobb/djangobb_forum/templates/forum/move_topic.html => djangobb_forum/templates/forum/move_topic.html
rename : djangobb/djangobb_forum/templates/forum/pagination.html => djangobb_forum/templates/forum/pagination.html
rename : djangobb/djangobb_forum/templates/forum/post_preview.html => djangobb_forum/templates/forum/post_preview.html
rename : djangobb/djangobb_forum/templates/forum/profile/profile_admin.html => djangobb_forum/templates/forum/profile/profile_admin.html
rename : djangobb/djangobb_forum/templates/forum/profile/profile_display.html => djangobb_forum/templates/forum/profile/profile_display.html
rename : djangobb/djangobb_forum/templates/forum/profile/profile_essentials.html => djangobb_forum/templates/forum/profile/profile_essentials.html
rename : djangobb/djangobb_forum/templates/forum/profile/profile_menu.html => djangobb_forum/templates/forum/profile/profile_menu.html
rename : djangobb/djangobb_forum/templates/forum/profile/profile_messaging.html => djangobb_forum/templates/forum/profile/profile_messaging.html
rename : djangobb/djangobb_forum/templates/forum/profile/profile_personal.html => djangobb_forum/templates/forum/profile/profile_personal.html
rename : djangobb/djangobb_forum/templates/forum/profile/profile_personality.html => djangobb_forum/templates/forum/profile/profile_personality.html
rename : djangobb/djangobb_forum/templates/forum/profile/profile_privacy.html => djangobb_forum/templates/forum/profile/profile_privacy.html
rename : djangobb/djangobb_forum/templates/forum/report.html => djangobb_forum/templates/forum/report.html
rename : djangobb/djangobb_forum/templates/forum/reputation.html => djangobb_forum/templates/forum/reputation.html
rename : djangobb/djangobb_forum/templates/forum/reputation_form.html => djangobb_forum/templates/forum/reputation_form.html
rename : djangobb/djangobb_forum/templates/forum/search_form.html => djangobb_forum/templates/forum/search_form.html
rename : djangobb/djangobb_forum/templates/forum/search_posts.html => djangobb_forum/templates/forum/search_posts.html
rename : djangobb/djangobb_forum/templates/forum/search_topics.html => djangobb_forum/templates/forum/search_topics.html
rename : djangobb/djangobb_forum/templates/forum/topic.html => djangobb_forum/templates/forum/topic.html
rename : djangobb/djangobb_forum/templates/forum/upload_avatar.html => djangobb_forum/templates/forum/upload_avatar.html
rename : djangobb/djangobb_forum/templates/forum/user.html => djangobb_forum/templates/forum/user.html
rename : djangobb/djangobb_forum/templates/forum/users.html => djangobb_forum/templates/forum/users.html
rename : djangobb/djangobb_forum/templates/search/indexes/djangobb_forum/post_text.txt => djangobb_forum/templates/search/indexes/djangobb_forum/post_text.txt
rename : djangobb/djangobb_forum/templatetags/__init__.py => djangobb_forum/templatetags/__init__.py
rename : djangobb/djangobb_forum/templatetags/forum_extras.py => djangobb_forum/templatetags/forum_extras.py
rename : djangobb/djangobb_forum/tests/__init__.py => djangobb_forum/tests/__init__.py
rename : djangobb/djangobb_forum/tests/test_forum.py => djangobb_forum/tests/test_forum.py
rename : djangobb/djangobb_forum/tests/test_profile.py => djangobb_forum/tests/test_profile.py
rename : djangobb/djangobb_forum/tests/test_reputation.py => djangobb_forum/tests/test_reputation.py
rename : djangobb/djangobb_forum/tests/test_templatetags.py => djangobb_forum/tests/test_templatetags.py
rename : djangobb/djangobb_forum/tests/test_utils.py => djangobb_forum/tests/test_utils.py
rename : djangobb/djangobb_forum/urls.py => djangobb_forum/urls.py
rename : djangobb/djangobb_forum/util.py => djangobb_forum/util.py
rename : djangobb/djangobb_forum/views.py => djangobb_forum/views.py
2011-08-17 15:11:14 +03:00
Renamed from djangobb/djangobb_forum/views.py (Browse further)