summaryrefslogtreecommitdiffstats
path: root/forum/views/readers.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed a few pluralization bugs in translationsEvgeny Fadeev2010-05-091-1/+0
|
* added beginning of Serbian translation by Aleksandar, Pekkas German, fixed ↵Evgeny Fadeev2010-05-031-11/+22
| | | | allowing html tags in the question title
* added faces to front pageEvgeny Fadeev2010-04-251-2/+2
|
* page size selector works again - some changes in templatesEvgeny Fadeev2010-04-251-1/+1
|
* first pass on mysql full text and relaxed search stickinessEvgeny Fadeev2010-04-241-2/+14
|
* question views merged, changed UI a bit, full text search brokenEvgeny Fadeev2010-04-111-2/+2
|
* intermediate broken commitEvgeny Fadeev2010-04-101-19/+13
|
* kind of merged question views, still have debugging to toEvgeny Fadeev2010-04-081-142/+60
|
* another intermediate commit (still broken)Evgeny Fadeev2010-04-061-139/+69
|
* intermediate broken commitEvgeny Fadeev2010-04-061-97/+68
|
* ROADMAP, TODO, restored posts per page selectorEvgeny Fadeev2010-04-041-2/+2
|
* Started implementing cache.hrcerqueira2010-03-041-0/+1
| | | | Added placeholders in log folder, and the new cache folder so git wont ignore them.
* temp fix for the questions page size, the value is coming from some strange ↵hrcerqueira2010-03-011-2/+2
| | | | unspotted place, but the default of 10 is incompatible with our current looks
* New auth system, see the wiki for details.hrcerqueira2010-03-011-0/+0
|
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-221-25/+35
| | | | | | | 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.
* moved some more stuff and removed a couple of unused files.hrcerqueira2010-02-181-1/+1
|
* Added some missing import in view files. Removed forum/views/content.py.hrcerqueira2010-02-181-0/+1
|
* Fixed some errors and moved some folders to inside the forum folder.hrcerqueira2010-02-181-2/+2
|
* finished splitting views/content.py, some new bugs: html wont validate, ↵Evgeny Fadeev2010-02-161-0/+577
image upload broken