summaryrefslogtreecommitdiffstats
path: root/forum/views/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* created more automatic django.wsgi file and fixed an error that I made when ↵Evgeny Fadeev2010-04-101-1/+0
| | | | removing the authetication module again
* New auth system, see the wiki for details.hrcerqueira2010-03-011-0/+1
|
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-221-1/+0
| | | | | | | Fixed and improved most of modules functionality. Definitevly moved books to a separate module. Fixed some missing imports in views. Adapted some of the interface changes Rick did on robofaqs to osqa.
* merged with Hernanis model refactoring, ran out of time to fix an issueEvgeny Fadeev2010-02-171-1/+1
|\
| * Complete reorganization of models and managers, and removal of some raw sql ↵hrcerqueira2010-02-171-1/+1
| | | | | | | | queries.
* | finished splitting views/content.py, some new bugs: html wont validate, ↵Evgeny Fadeev2010-02-161-1/+2
| | | | | | | | image upload broken
* | split out views/commands.pyEvgeny Fadeev2010-02-161-0/+1
|/
* Changed views _init.py_ to not import everything, but just the packages, and ↵hrcerqueira2010-02-151-4/+4
| | | | | | changed urls.py to include the full python path for each view. Also changed some "reverses" on templates that were using view p
* split forum/views.py, fixed defect in skins on the javascript side and ↵Evgeny Fadeev2010-02-141-0/+4
blockmedia template tag