summaryrefslogtreecommitdiffstats
path: root/settings.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'evgenyfadeev/master'Adolfo Fitoria2010-02-091-22/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore INSTALL TODO cnprog.wsgi django_authopenid/urls.py django_authopenid/views.py drop-all-tables.sh forum/auth.py forum/managers.py forum/models.py forum/templatetags/extra_tags.py forum/views.py locale/es/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.po settings.py settings_local.py.dist sql_scripts/update_2009_01_25_001.sql sql_scripts/update_2009_02_26_001.sql sql_scripts/update_2009_04_10_001.sql templates/authopenid/confirm_email.txt templates/authopenid/sendpw_email.txt templates/content/js/compress.bat templates/content/js/flot-build.bat templates/content/style/style.css templates/footer.html templates/question.html templates/user_reputation.html templates/user_stats.html templates/user_votes.html templates/users_questions.html urls.py
| * Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG into ↵Adolfo Fitoria2009-12-151-13/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * added sitemap at /sitemap.xml and fixed per tag subscription (hopefully)Evgeny Fadeev2009-12-091-0/+1
| | |
| | * added interesting and ignored tag selectors (works) and per-tag subscription ↵Evgeny Fadeev2009-12-081-2/+2
| | | | | | | | | | | | (not tested yet)
| | * fixed error in template and removed ADMINS and DEBUG settings from settings.pyroot2009-11-251-12/+0
| | |
| | * full text search with Sphinx, added session-based greeting message for the ↵Evgeny Fadeev2009-11-171-0/+1
| | | | | | | | | | | | first time visitor
| | * better comments, email subscriptions, corrected view counter, some ie7 ↵root2009-11-131-12/+13
| | | | | | | | | | | | 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
| | * modified settings.py and settings_local.py.dist to be more organizedAdolfo Fitoria2009-08-091-29/+0
| | |
| | * moving settings values from settings.py to settings_local.py for betterAdolfo Fitoria2009-08-091-25/+26
| | | | | | | | | | | | organization
| | * fixing error in settings.py (missing template stuff for admin)Adolfo Fitoria2009-08-081-0/+1
| | |
| | * added anonymous posting, per-question subscription and fixes by Pothers and ↵Evgeny Fadeev2009-08-051-4/+11
| | | | | | | | | | | | some more, see development.log
| | * included changes by Adolfo and Chaitanya and found temporary fix for languagesEvgeny Fadeev2009-08-041-99/+100
| | |
| | * merged in latest Mikes changesEvgeny Fadeev2009-07-261-70/+25
| | |
| * | better comments, email subscriptions, corrected view counter, some ie7 ↵root2009-11-131-12/+13
| | | | | | | | | | | | 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
* | | Merge branch 'master' of git://github.com/cnprog/CNPROG into chinito/masterAdolfo Fitoria2009-10-131-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: forum/models.py forum/views.py settings.py settings_local.py.dist
| * | | 1. adjust logo css, remove margin-bottomsailingcai2009-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2. add urlquote in get_absolute_url 3. enable QuestionsPageSizeMiddleware middleware 4. remove unused code
| * | | update user_reputation for Django aggregation changesMike Chen2009-08-231-2/+2
| | | |
| * | | temporary fix for 1.1 aggregation compatible issueMike Chen2009-08-141-3/+4
| | | |
| * | | update settings.py and settings_local.py.dist suggested by Adolfo FitoriaMike Chen2009-08-121-29/+2
| | | |
| * | | remove settings_local.pyunknown2009-08-121-1/+1
| | | |
* | | | fixing some stuffAdolfo Fitoria2009-09-131-1/+4
| |/ / |/| |
* | | modified settings.py and settings_local.py.dist to be more organizedAdolfo Fitoria2009-08-091-29/+0
| | |
* | | moving settings values from settings.py to settings_local.py for betterAdolfo Fitoria2009-08-091-25/+26
| | | | | | | | | | | | organization
* | | fixing error in settings.py (missing template stuff for admin)Adolfo Fitoria2009-08-081-0/+1
|/ /
* | added anonymous posting, per-question subscription and fixes by Pothers and ↵Evgeny Fadeev2009-08-051-4/+11
| | | | | | | | some more, see development.log
* | included changes by Adolfo and Chaitanya and found temporary fix for languagesEvgeny Fadeev2009-08-041-99/+100
| |
* | merged in latest Mikes changesEvgeny Fadeev2009-07-261-70/+25
|/
* configured local settings file as CNPROGBruno Sarlo2009-07-201-6/+4
|
* adding all files againEvgeny Fadeev2009-07-101-0/+146
|
* deleted allEvgeny Fadeev2009-07-101-146/+0
|
* english translationEvgeny Fadeev2009-07-101-25/+72
|
* translate header, index and footer pagesMike Chen2009-07-091-28/+14
|
* add Chinese message files to move out localiztionMike Chen2009-07-051-14/+2
|
* initiliaze git repMike Chen2009-07-051-0/+125