summaryrefslogtreecommitdiffstats
path: root/forum
Commit message (Collapse)AuthorAgeFilesLines
* added interesting and ignored tag selectors (works) and per-tag subscription ↵Evgeny Fadeev2009-12-088-671/+846
| | | | (not tested yet)
* merged with CNPROG branchEvgeny Fadeev2009-11-283-632/+655
|\
| * 1. Optimize get votes in answerssailingcai2009-10-142-6/+15
| |
| * 1. refactor get_answers_from_questionsailingcai2009-10-132-11/+12
| | | | | | | | 2. refactor order_by for answers
| * 1. trim question titlesailingcai2009-10-121-1/+1
| |
| * 1. adjust logo css, remove margin-bottomsailingcai2009-10-122-5/+4
| | | | | | | | | | | | 2. add urlquote in get_absolute_url 3. enable QuestionsPageSizeMiddleware middleware 4. remove unused code
| * 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-093-0/+3335
| |
| * Merge branch 'master' of git@github.com:cnprog/CNPROGMike Chen2009-08-093-3335/+0
| |\ | | | | | | | | | | | | | | | | | | Conflicts: forum/auth.py forum/models.py forum/views.py
| | * fixing if and elses that have issues with python 2.4Adolfo Fitoria2009-08-093-5/+22
| | | | | | | | | Signed-off-by: Mike Chen <chagel@gmail.com>
* | | fixed user tag selection and count, link points to user authored ↵Evgeny Fadeev2009-11-253-12/+35
| | | | | | | | | | | | questions/answers, fixed diff_date a little
* | | improved email subscription job, some small fixes, users now can change ↵Evgeny Fadeev2009-11-234-43/+100
| | | | | | | | | | | | their screen name any time
* | | fixed broken links in few places, added Arvyd's modification of ↵Evgeny Fadeev2009-11-222-22/+33
| | | | | | | | | | | | user_reputation view, email sender cron job, some edits in INSTALL file
* | | full text search with Sphinx, added session-based greeting message for the ↵Evgeny Fadeev2009-11-173-5/+22
| | | | | | | | | | | | first time visitor
* | | better comments, email subscriptions, corrected view counter, some ie7 ↵root2009-11-1313-244/+1299
| | | | | | | | | | | | issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes
* | | added Adolfos mods, django_authopeid bug, unified traditional and OpenID loginEvgeny Fadeev2009-08-192-7/+3
| | |
* | | 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 ↵Evgeny Fadeev2009-08-122-6/+6
| | | | | | | | | | | | settings.BOOKS_ON, validated more templates
* | | Added unicode encoding for tags.Bruno Sarlo2009-08-111-1/+1
| | |
* | | Fixed voting problem. Should still work on i18n for JS voting and some urls.Bruno Sarlo2009-08-111-1/+1
| | | | | | | | | | | | Non-ascii chars in tags bring syntax error for new meta-tags parsing.
* | | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROGBruno Sarlo2009-08-115-18/+42
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: forum/views.py locale/es/LC_MESSAGES/django.mo settings_local.py templates/answer_edit_tips.html templates/book.html templates/header.html templates/index.html templates/question_edit_tips.html templates/user_stats.html templates/user_tabs.html templates/users_questions.html
| * | | untested commit. merged Adolfos mods, validated most of html, slugify urls, ↵Evgeny Fadeev2009-08-103-13/+22
| | | | | | | | | | | | | | | | fixed IE issues in openid signin
| * | | adding meta keywords to questions and canonical tagAdolfo Fitoria2009-08-091-0/+3
| | | |
| * | | fixing more python 2.4 compat issues (hope it will be the last ones)Adolfo Fitoria2009-08-092-2/+8
| | | |
| * | | 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 ↵Evgeny Fadeev2009-08-073-3081/+11
| | | | | | | | change, removed site-specific staff from english .po file
* | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG into ↵Adolfo Fitoria2009-08-0612-1241/+4634
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | evgenyfadeev/master Conflicts: forum/auth.py forum/models.py forum/views.py
| * | added some more filesEvgeny Fadeev2009-08-051-0/+41
| | |
| * | added anonymous posting, per-question subscription and fixes by Pothers and ↵Evgeny Fadeev2009-08-058-96/+391
| | | | | | | | | | | | some more, see development.log
| * | included changes by Adolfo and Chaitanya and found temporary fix for languagesEvgeny Fadeev2009-08-0410-2337/+2337
| | |
| * | Merged Mikes changes again and phoenix24 fix of python2.5 problemEvgeny Fadeev2009-08-032-1984/+1982
| |\|
| * | merged in latest Mikes changesEvgeny Fadeev2009-07-266-88/+160
| | |
| * | adding all files againEvgeny Fadeev2009-07-1021-0/+4897
| | |
| * | deleted allEvgeny Fadeev2009-07-1021-4897/+0
| | |
| * | english translationEvgeny Fadeev2009-07-109-299/+236
| | |
* | | fixing a stupid bug now Python 2.4 compatible 100%Adolfo Fitoria2009-08-051-1/+1
| | |
* | | fixing if and elses that have issues with python 2.4Adolfo Fitoria2009-08-053-5/+22
| | |
* | | adding - to the answers urls, better SEOAdolfo Fitoria2009-08-041-1/+1
| |/ |/|
* | fix command error for awarding badgesMike Chen2009-08-021-26/+24
| |
* | Revert "fixing the little bug" There was no bug just a missingAdolfo Fitoria2009-07-301-5/+1
| | | | | | | | | | | | __init__.py file This reverts commit 30202c88eadc4d64a9bac00d7c241d2d20158d82.
* | fixing the little bugAdolfo Fitoria2009-07-291-1/+5
| |
* | merge Evgeny's English and Botum's Spanish translationsMike Chen2009-07-297-139/+148
|/
* add Chinese message files to move out localiztionMike Chen2009-07-053-93/+106
|
* initiliaze git repMike Chen2009-07-0521-0/+4947