summaryrefslogtreecommitdiffstats
path: root/forum/views.py
Commit message (Expand)AuthorAgeFilesLines
* split forum/views.py, fixed defect in skins on the javascript side and blockm...Evgeny Fadeev2010-02-141-2412/+0
* added full text search support for postgresql, database setup is done as a re...unknown2010-02-021-2/+12
* various minor fixesHernani Cerqueira2010-02-011-18/+18
* recaptcha for conventional registration\n\Evgeny Fadeev2010-01-241-1/+16
* dos2unix everything, added dos2unix.sh scriptEvgeny Fadeev2010-01-241-2387/+2387
* Users no long are allowed to change their username, and the email address is ...hrcerqueira2010-01-201-1/+1
* Made sorting tabs work in question searchhrcerqueira2010-01-201-2382/+2387
* fixes a bug that caused an exception when you clicked a badge to see who has itRick Ross2010-01-161-1/+1
* added sitemap at /sitemap.xml and fixed per tag subscription (hopefully)Evgeny Fadeev2009-12-091-8/+13
* better selector of ignored questions, split javascript tag_selector into sepa...Evgeny Fadeev2009-12-091-71/+13
* added interesting and ignored tag selectors (works) and per-tag subscription ...Evgeny Fadeev2009-12-081-561/+715
* merged with CNPROG branchEvgeny Fadeev2009-11-281-623/+630
|\
| * 1. Optimize get votes in answerssailingcai2009-10-141-5/+4
| * 1. refactor get_answers_from_questionsailingcai2009-10-131-5/+1
| * 1. trim question titlesailingcai2009-10-121-1/+1
| * 1. adjust logo css, remove margin-bottomsailingcai2009-10-121-2/+0
| * fix tags sort bugMike Chen2009-08-241-5/+5
| * update user_reputation for Django aggregation changesMike Chen2009-08-231-829/+844
| * temporary fix for 1.1 aggregation compatible issueMike Chen2009-08-141-9/+21
| * changes to unix modeMike Chen2009-08-091-0/+2084
| * Merge branch 'master' of git@github.com:cnprog/CNPROGMike Chen2009-08-091-2084/+0
| |\
| | * fixing if and elses that have issues with python 2.4Adolfo Fitoria2009-08-091-2/+8
* | | fixed user tag selection and count, link points to user authored questions/an...Evgeny Fadeev2009-11-251-10/+33
* | | improved email subscription job, some small fixes, users now can change their...Evgeny Fadeev2009-11-231-1/+2
* | | fixed broken links in few places, added Arvyd's modification of user_reputati...Evgeny Fadeev2009-11-221-20/+31
* | | full text search with Sphinx, added session-based greeting message for the fi...Evgeny Fadeev2009-11-171-3/+9
* | | better comments, email subscriptions, corrected view counter, some ie7 issues...root2009-11-131-117/+245
* | | added Adolfos mods, django_authopeid bug, unified traditional and OpenID loginEvgeny Fadeev2009-08-191-6/+2
* | | fixing error on import in forum/views to work with django version < 1.1Adolfo Fitoria2009-08-161-2/+6
* | | added temp Awards aggregation fix, and fixed url in views.pyEvgeny Fadeev2009-08-131-11/+25
* | | merged Bruno url translations, removed his local mods, added settings.BOOKS_O...Evgeny Fadeev2009-08-121-1/+1
* | | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROGBruno Sarlo2009-08-111-3/+9
|\ \ \
| * | | fixing python2.4 compat in viewsAdolfo Fitoria2009-08-091-2/+5
| * | | fixing a bug in question viewAdolfo Fitoria2009-08-081-1/+4
| |/ /
* / / Included i18n for links site-wide. Hope there is no bit left.Bruno Sarlo2009-08-091-12/+13
|/ /
* | added spanish mods by Adolfo, fix in email notification and minor template ch...Evgeny Fadeev2009-08-071-1965/+0
* | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG into evgenyfade...Adolfo Fitoria2009-08-061-0/+2085
|\ \
| * | added anonymous posting, per-question subscription and fixes by Pothers and s...Evgeny Fadeev2009-08-051-67/+194
| * | included changes by Adolfo and Chaitanya and found temporary fix for languagesEvgeny Fadeev2009-08-041-1/+1
| * | Merged Mikes changes again and phoenix24 fix of python2.5 problemEvgeny Fadeev2009-08-031-1958/+1958
| |\|
| * | merged in latest Mikes changesEvgeny Fadeev2009-07-261-68/+64
| * | adding all files againEvgeny Fadeev2009-07-101-0/+1962
| * | deleted allEvgeny Fadeev2009-07-101-1962/+0
| * | english translationEvgeny Fadeev2009-07-101-69/+74
* | | fixing if and elses that have issues with python 2.4Adolfo Fitoria2009-08-051-2/+8
| |/ |/|
* | Revert "fixing the little bug" There was no bug just a missingAdolfo Fitoria2009-07-301-5/+1
* | fixing the little bugAdolfo Fitoria2009-07-291-1/+5
* | merge Evgeny's English and Botum's Spanish translationsMike Chen2009-07-291-5/+6
|/
* add Chinese message files to move out localiztionMike Chen2009-07-051-40/+52
* initiliaze git repMike Chen2009-07-051-0/+1945