summaryrefslogtreecommitdiffstats
path: root/forum_modules
Commit message (Collapse)AuthorAgeFilesLines
* manual and python 2.4 issueEvgeny Fadeev2010-04-191-5/+6
|
* created more automatic django.wsgi file and fixed an error that I made when ↵Evgeny Fadeev2010-04-102-0/+147
| | | | removing the authetication module again
* fixed up INSTALL, settings_local.py.dist and replaced strings osqa->askbot ↵Evgeny Fadeev2010-04-101-1/+1
| | | | everywhere, except main README file
* added color blending for counters, fixed questions and user questions views, ↵Evgeny Fadeev2010-04-031-0/+1973
| | | | better humanization of counters
* removed authentication module to be replaced with a dedicated app, also ↵Evgeny Fadeev2010-03-2726-1479/+0
| | | | switched to table layout for openid signin template temporarily so that it works on IE7 and maybe earlier
* dos2unixEvgeny Fadeev2010-03-271-1/+1
|
* dos2unixEvgeny Fadeev2010-03-142-7/+7
|
* Lots of small fixes, including the missing comments problem.hrcerqueira2010-03-071-1/+1
|
* Started implementing cache.hrcerqueira2010-03-041-0/+0
| | | | Added placeholders in log folder, and the new cache folder so git wont ignore them.
* Very simple robots.txt module.hrcerqueira2010-03-043-0/+8
| | | | A couple of typos on templates.
* Fix in the email url tags.hrcerqueira2010-03-031-1/+2
|
* Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-032-3/+3
| | | | | | 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-021-0/+1
| | | | fixed the errors introduced by the "staticmethod" decorator removal.
* dos2unixEvgeny Fadeev2010-03-0128-1657/+1657
|
* New auth system, see the wiki for details.hrcerqueira2010-03-0127-0/+1478
|
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-2215-0/+326
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.