Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | page size selector works again - some changes in templates | Evgeny Fadeev | 2010-04-25 | 1 | -3/+3 |
| | |||||
* | merged newer ui branch to master | Evgeny Fadeev | 2010-04-25 | 11 | -0/+0 |
|\ | |||||
| * | small python 2.4 compat fix and documentation | Evgeny Fadeev | 2010-04-18 | 1 | -5/+6 |
| | | |||||
| * | intermediate broken commit | Evgeny Fadeev | 2010-04-06 | 11 | -0/+0 |
| | | |||||
* | | manual and python 2.4 issue | Evgeny Fadeev | 2010-04-19 | 1 | -5/+6 |
| | | |||||
* | | created more automatic django.wsgi file and fixed an error that I made when ↵ | Evgeny Fadeev | 2010-04-10 | 2 | -0/+147 |
| | | | | | | | | removing the authetication module again | ||||
* | | fixed up INSTALL, settings_local.py.dist and replaced strings osqa->askbot ↵ | Evgeny Fadeev | 2010-04-10 | 1 | -1/+1 |
|/ | | | | everywhere, except main README file | ||||
* | added color blending for counters, fixed questions and user questions views, ↵ | Evgeny Fadeev | 2010-04-03 | 1 | -0/+1973 |
| | | | | better humanization of counters | ||||
* | removed authentication module to be replaced with a dedicated app, also ↵ | Evgeny Fadeev | 2010-03-27 | 26 | -1479/+0 |
| | | | | switched to table layout for openid signin template temporarily so that it works on IE7 and maybe earlier | ||||
* | dos2unix | Evgeny Fadeev | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | dos2unix | Evgeny Fadeev | 2010-03-14 | 2 | -7/+7 |
| | |||||
* | Lots of small fixes, including the missing comments problem. | hrcerqueira | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | Started implementing cache. | hrcerqueira | 2010-03-04 | 1 | -0/+0 |
| | | | | Added placeholders in log folder, and the new cache folder so git wont ignore them. | ||||
* | Very simple robots.txt module. | hrcerqueira | 2010-03-04 | 3 | -0/+8 |
| | | | | A couple of typos on templates. | ||||
* | Fix in the email url tags. | hrcerqueira | 2010-03-03 | 1 | -1/+2 |
| | |||||
* | Temp login token request (for password recovery and google openid problems) | hrcerqueira | 2010-03-03 | 2 | -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 ↵ | hrcerqueira | 2010-03-02 | 1 | -0/+1 |
| | | | | fixed the errors introduced by the "staticmethod" decorator removal. | ||||
* | dos2unix | Evgeny Fadeev | 2010-03-01 | 28 | -1657/+1657 |
| | |||||
* | New auth system, see the wiki for details. | hrcerqueira | 2010-03-01 | 27 | -0/+1478 |
| | |||||
* | "Reversed" some m2m relations with the user model. | hrcerqueira | 2010-02-22 | 15 | -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. |