This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
s2forums/djangobb/djangobb_forum
2011-08-11 13:02:41 +03:00
..
fixtures added utils test; test fixture changed; coverage 11% :| 2011-05-17 14:12:45 +03:00
locale updatete translations from transifex; added Ukrainian, Mongolian and Faroese langs 2011-04-04 14:22:38 +03:00
management added crontab example; unban command renamed to djangobb_unban 2010-11-06 17:33:44 +02:00
markups replaced bbmarkup by postmarkup; pygments optional required (highlight.js was removed); Postmarkup required! Hope that it safe and stable now. 2011-04-04 12:56:16 +03:00
migrations remove unneeded datamigration 2010-11-08 19:52:11 +02:00
templates code cleaned; removed old pm_unreads tag; dont forget add messages.context_processors.inbox to TEMPLATE_CONTEXT_PROCESSORS 2011-06-15 15:32:58 +03:00
templatetags code cleaned; removed old pm_unreads tag; dont forget add messages.context_processors.inbox to TEMPLATE_CONTEXT_PROCESSORS 2011-06-15 15:32:58 +03:00
tests added __version__ with hg revision number compatible with PEP386 2011-08-11 12:30:49 +03:00
__init__.py added __version__ with hg revision number compatible with PEP386 2011-08-11 12:30:49 +03:00
admin.py closed #50, #61: Now user can't set reputation to youself and can vote for post only once. WARNING: Reputation model was changed, pls migrate it youself. 2010-02-23 14:19:20 +02:00
context_processors.py main app moved from apps/forum to djangobb_forum. Warning: you must renaming DB tables prefix! 2009-12-23 17:06:48 +02:00
feeds.py fix: feeds expect to recive array, but they passed id. Tnx Igor Yanchenko 2011-04-05 10:58:06 +03:00
fields.py fix DeprecateWarning about get_db_prep_save 2011-08-11 13:02:41 +03:00
forms.py fix AddPostForm.clean method 2011-05-17 10:37:25 +03:00
middleware.py main app moved from apps/forum to djangobb_forum. Warning: you must renaming DB tables prefix! 2009-12-23 17:06:48 +02:00
models.py fix single post deleting 2011-07-05 16:37:00 +03:00
search_indexes.py dded haystack replacing djapian. 2010-11-01 13:42:18 -03:00
settings.py imported patch html_w3c.patch 2011-02-25 14:17:20 +02:00
signals.py implement #29 add tests 2010-11-28 09:56:40 +02:00
subscription.py implement #76 Sending notification email asynchronously 2010-10-30 12:50:26 +03:00
urls.py fix: feeds expect to recive array, but they passed id. Tnx Igor Yanchenko 2011-04-05 10:58:06 +03:00
util.py added utils test; test fixture changed; coverage 11% :| 2011-05-17 14:12:45 +03:00
views.py fix 500 error in delete_subscription called via url from mail (topic #184 and support.djangobb.org) 2011-05-16 10:50:57 +03:00