summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG into ↵Adolfo Fitoria2009-12-1557-653/+3814
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | evgenyfadeev/master Conflicts: INSTALL LICENSE TODO cnprog.wsgi context.py development.log forum/feed.py forum/forms.py forum/management/commands/send_email_alerts.py forum/managers.py forum/models.py forum/templatetags/extra_filters.py forum/templatetags/extra_tags.py forum/urls.py forum/views.py locale/en/LC_MESSAGES/django.mo locale/en/LC_MESSAGES/django.po middleware/__init__.py middleware/anon_user.py settings.py settings_local.py.dist templates/about.html templates/authopenid/complete.html templates/authopenid/external_legacy_login_info.html templates/base.html templates/base_content.html templates/content/js/com.cnprog.admin.js templates/content/js/com.cnprog.i18n.js templates/content/js/com.cnprog.post.js templates/content/js/com.cnprog.utils.js templates/content/js/wmd/wmd.js templates/content/style/style.css templates/question.html templates/questions.html templates/unanswered.html templates/user_email_subscriptions.html templates/user_reputation.html templates/user_stats.html templates/user_votes.html
| * made google sitemap reader ping on every question/answer and comment save ↵Evgeny Fadeev2009-12-092-2/+35
| | | | | | | | and question delete
| * added sitemap at /sitemap.xml and fixed per tag subscription (hopefully)Evgeny Fadeev2009-12-0911-231/+127
| |
| * better selector of ignored questions, split javascript tag_selector into ↵Evgeny Fadeev2009-12-099-556/+732
| | | | | | | | separate file, fixed question counter messages in the english lang file
| * added interesting and ignored tag selectors (works) and per-tag subscription ↵Evgeny Fadeev2009-12-0829-732/+1192
| | | | | | | | (not tested yet)
| * reogranized branchesEvgeny Fadeev2009-11-301-1/+0
| |
| * merged with CNPROG branchEvgeny Fadeev2009-11-2813-747/+698
| |\
| | * update INSTALL_Mike Chen2009-10-152-1/+18
| | |
| | * 1. update var setting in blocktranssailingcai2009-10-141-1/+1
| | |
| | * 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-124-7/+5
| | | | | | | | | | | | | | | | | | 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-232-831/+846
| | |
| | * fix django_authopenid register bugMike Chen2009-08-191-1/+1
| | |
| | * temporary fix for 1.1 aggregation compatible issueMike Chen2009-08-142-12/+25
| | |
| | * update settings.py and settings_local.py.dist suggested by Adolfo FitoriaMike Chen2009-08-122-51/+45
| | |
| | * update .gitignore to exclude settings_local.pyunknown2009-08-121-1/+1
| | |
| | * remove settings_local.pyunknown2009-08-128-43/+44
| | |
| | * 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>
| | * | change on local fileMike Chen2009-08-090-0/+0
| | | |
| | * | merge of Evgenys changes on annoymous postMike Chen2009-08-094-17/+0
| | | |
| * | | fixed some local merge errorsEvgeny Fadeev2009-11-282-9/+0
| | | |
| * | | configuration of javascript base url is no longer neededEvgeny Fadeev2009-11-288-28/+34
| | | |
| * | | trivial changeEvgeny Fadeev2009-11-281-0/+1
| | | |
| * | | fixed user tag selection and count, link points to user authored ↵Evgeny Fadeev2009-11-254-16/+40
| | | | | | | | | | | | | | | | questions/answers, fixed diff_date a little
| * | | added generic email to settings_local.py.distEvgeny Fadeev2009-11-251-1/+1
| | | |
| * | | fixed error in template and removed ADMINS and DEBUG settings from settings.pyroot2009-11-2512-205/+15
| | | |
| * | | tiny fix in javascript language fileEvgeny Fadeev2009-11-231-1/+1
| | | |
| * | | improved email subscription job, some small fixes, users now can change ↵Evgeny Fadeev2009-11-2310-51/+1510
| | | | | | | | | | | | | | | | their screen name any time
| * | | small css fixEvgeny Fadeev2009-11-221-0/+3
| | | |
| * | | fixed broken links in few places, added Arvyd's modification of ↵Evgeny Fadeev2009-11-229-45/+81
| | | | | | | | | | | | | | | | 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-1713-25/+261
| | | | | | | | | | | | | | | | first time visitor
| * | | turned off by default legacy password login through external websiteEvgeny Fadeev2009-11-171-1/+1
| | | |
| * | | added INSTALL file, expanded it with more detailed setup instructions and ↵Evgeny Fadeev2009-11-151-10/+206
| | | | | | | | | | | | | | | | explanation of setting parameters, some walkthrough on how to install cnprog on Apache/WSGI
| * | | better comments, email subscriptions, corrected view counter, some ie7 ↵root2009-11-13120-2734/+6802
| | | | | | | | | | | | | | | | 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-1918-321/+427
| | | |
| * | | fixing question template bug for closed questionsAdolfo Fitoria2009-08-173-117/+94
| | | |
| * | | fixing error on import in forum/views to work with django version < 1.1Adolfo Fitoria2009-08-161-2/+6
| | | |
| * | | Merge branch 'evgenyfadeev/master'Adolfo Fitoria2009-08-1635-936/+1065
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/en/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.po
| | * | | added temp Awards aggregation fix, and fixed url in views.pyEvgeny Fadeev2009-08-131-11/+25
| | | | |
| | * | | Added Adolfo's canonical url link fixEvgeny Fadeev2009-08-122-3/+1
| | | | |
| | * | | merged Bruno url translations, removed his local mods, added ↵Evgeny Fadeev2009-08-1221-618/+580
| | | | | | | | | | | | | | | | | | | | 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-114-7/+8
| | | | | | | | | | | | | | | | | | | | Non-ascii chars in tags bring syntax error for new meta-tags parsing.
| | * | | Fix for analytics to work, testing.Bruno Sarlo2009-08-111-1/+1
| | | | |
| | * | | TypoBruno Sarlo2009-08-111-1/+1
| | | | |