summaryrefslogtreecommitdiffstats
path: root/forum/models
Commit message (Collapse)AuthorAgeFilesLines
* Started implementing cache.hrcerqueira2010-03-041-9/+19
| | | | Added placeholders in log folder, and the new cache folder so git wont ignore them.
* added postgres specific management commands for the badges cron jobs.hrcerqueira2010-03-041-1/+1
| | | | some extra small fixes
* fixed rss feed and a couple more bugs in templateshrcerqueira2010-03-042-3/+12
|
* couple of fixeshrcerqueira2010-03-041-1/+1
|
* Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-032-10/+69
| | | | | | Utilities to send html emails, a base html email template and template tags to build full urls with domain name and protocol (for html email images and styles) Email validation now uses an improved algorithm Fixed a bug in the user message system
* Fixed the new question bug, removed some old stuff from settings files, and ↵hrcerqueira2010-03-023-7/+4
| | | | fixed the errors introduced by the "staticmethod" decorator removal.
* finally merged Josephs and Adolfos branches, basic on-scree new post ↵Evgeny Fadeev2010-03-013-2/+42
|\ | | | | | | notification now works
| * re-introduced Josephs new message notification and a few newly found bugsEvgeny Fadeev2010-02-283-4/+44
| |
| * merged adolfos branch, dos2unixd everythingEvgeny Fadeev2010-02-228-1293/+1293
| |
* | merged again after a minor fixEvgeny Fadeev2010-03-012-2/+0
|\ \
| * | fixed some bugs, still cant post question anonymouslyEvgeny Fadeev2010-03-013-4/+2
| | |
* | | merged authentication work by Hernani into my local copy of masterEvgeny Fadeev2010-03-014-4/+15
|\| |
| * | dos2unixEvgeny Fadeev2010-03-018-1307/+1307
| | |
| * | New auth system, see the wiki for details.hrcerqueira2010-03-014-3/+17
| | |
* | | dos2unixEvgeny Fadeev2010-02-288-1294/+1294
|/ /
* / two bugfixesEvgeny Fadeev2010-02-271-2/+2
|/
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-223-6/+22
| | | | | | | 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.
* Fixed some errors and moved some folders to inside the forum folder.hrcerqueira2010-02-183-22/+18
|
* under models moved contents of file q_and_a to --> question, answer and ↵Evgeny Fadeev2010-02-174-101/+96
| | | | removed q_and_a
* Complete reorganization of models and managers, and removal of some raw sql ↵hrcerqueira2010-02-1710-949/+1291
| | | | queries.
* split forum/views.py, fixed defect in skins on the javascript side and ↵Evgeny Fadeev2010-02-141-0/+949
blockmedia template tag