summaryrefslogtreecommitdiffstats
path: root/forum/views/users.py
Commit message (Collapse)AuthorAgeFilesLines
* added russian js translation, fixed url translations in javascript for ↵Evgeny Fadeev2010-06-111-0/+1
| | | | Turkish, Spanish, Russian and German
* added beginning of Serbian translation by Aleksandar, Pekkas German, fixed ↵Evgeny Fadeev2010-05-031-1/+11
| | | | allowing html tags in the question title
* fixed second bug in edit user profileEvgeny Fadeev2010-04-231-1/+4
|
* fixed bug on completion of user profileEvgeny Fadeev2010-04-171-0/+1
|
* question views merged, changed UI a bit, full text search brokenEvgeny Fadeev2010-04-111-2/+1
|
* intermediate broken commitEvgeny Fadeev2010-04-101-5/+6
|
* added color blending for counters, fixed questions and user questions views, ↵Evgeny Fadeev2010-04-031-11/+11
| | | | better humanization of counters
* fixed some html, karma graph in IE7 and 8 and favorites view, removed ↵Evgeny Fadeev2010-04-011-1/+5
| | | | executable mode from some files, fixed an error in question faving
* Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-031-32/+1
| | | | | | 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
* New auth system, see the wiki for details.hrcerqueira2010-03-011-3/+65
|
* cleaning up small errors, commit in the middle of linting wmd.jsEvgeny Fadeev2010-02-221-0/+2
|
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-221-0/+1
| | | | | | | 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.
* Added some missing import in view files. Removed forum/views/content.py.hrcerqueira2010-02-181-0/+1
|
* merged with Hernanis model refactoring, ran out of time to fix an issueEvgeny Fadeev2010-02-171-0/+1
|\
| * Complete reorganization of models and managers, and removal of some raw sql ↵hrcerqueira2010-02-171-2/+3
| | | | | | | | queries.
* | fixed import bugEvgeny Fadeev2010-02-171-0/+1
| |
* | finished splitting views/content.py, some new bugs: html wont validate, ↵Evgeny Fadeev2010-02-161-0/+1
| | | | | | | | image upload broken
* | fixed a little refactoring artifact in forum/views/users.pyEvgeny Fadeev2010-02-151-82/+79
|/
* split forum/views.py, fixed defect in skins on the javascript side and ↵Evgeny Fadeev2010-02-141-0/+943
blockmedia template tag