summaryrefslogtreecommitdiffstats
path: root/settings.py
Commit message (Collapse)AuthorAgeFilesLines
* two tiny changesEvgeny Fadeev2010-04-101-1/+1
|
* created more automatic django.wsgi file and fixed an error that I made when ↵Evgeny Fadeev2010-04-101-1/+1
| | | | removing the authetication module again
* fixed up INSTALL, settings_local.py.dist and replaced strings osqa->askbot ↵Evgeny Fadeev2010-04-101-1/+1
| | | | everywhere, except main README file
* old login system restored, merge doneEvgeny Fadeev2010-03-271-1/+1
|
* intermediate commit after mergeEvgeny Fadeev2010-03-271-4/+8
|\
| * fixed email sender job so it works as advertisedEvgeny Fadeev2010-03-211-1/+1
| |
| * merged with master branchEvgeny Fadeev2010-03-141-15/+7
| |\
| | * Lots of small fixes, including the missing comments problem.hrcerqueira2010-03-071-1/+2
| | |
| | * fixed rss feed and a couple more bugs in templateshrcerqueira2010-03-041-0/+2
| | |
| | * couple of fixeshrcerqueira2010-03-041-2/+6
| | |
| | * Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-031-3/+3
| | | | | | | | | | | | | | | | | | Utilities to send html emails, a base html email template and template tags to build full urls with domain name and protocol (for html email images and styles) Email validation now uses an improved algorithm Fixed a bug in the user message system
| | * Fixed the new question bug, removed some old stuff from settings files, and ↵hrcerqueira2010-03-021-21/+0
| | | | | | | | | | | | fixed the errors introduced by the "staticmethod" decorator removal.
| * | removed old external password login hooksEvgeny Fadeev2010-03-141-13/+0
| | |
| * | created model parser and initial models for stackexchange importerEvgeny Fadeev2010-03-031-1/+2
| |/
| * finally merged Josephs and Adolfos branches, basic on-scree new post ↵Evgeny Fadeev2010-03-011-1/+1
| |\ | | | | | | | | | notification now works
| | * merged joseph's branchEvgeny Fadeev2010-02-221-1/+2
| | |\
| | | * Moved apps back into base dirJoseph Turian2010-02-071-6/+6
| | | |
| | | * Moved applications into apps/ directoryJoseph Turian2010-02-071-6/+6
| | | |
| | | * remove experimental and unused files, small cleanupsEvgeny Fadeev2010-02-021-3/+0
| | | |
| | | * added full text search support for postgresql, database setup is done as a ↵unknown2010-02-021-0/+9
| | | | | | | | | | | | | | | | response to the post_syncdb signal. search is done against question summary, title and tags with crescent weight respectively. everything works but is still in a early stage of development
| | | * fixed fbconnect and sphinx settings not being properly verifiedHernani Cerqueira2010-02-011-2/+2
| | | |
| | | * recaptcha for conventional registration\n\Evgeny Fadeev2010-01-241-10/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simpler email subscription form at registration\n\ fixed urls in rss feed\n\ added experimental remote password login api (cleartext password for remote site entered locally)\n\ included example for Mediawiki Authentication plugin\n\ very simple message to everyone management command
| | | * Handled the returning user case, and the proper redirects in the case of an ↵hrcerqueira2010-01-221-0/+0
| | | | | | | | | | | | | | | | anonymous question or answer.
| | | * Handle the case were user logs in with facebook for the first time.hrcerqueira2010-01-221-71/+72
| | | |
| | | * On enabling/full text search, users should add/remove djangosphinx from the ↵hrcerqueira2010-01-201-71/+71
| | | | | | | | | | | | | | | | INSTALLED_APPS setting.
| | | * 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
| | | |
| | | * 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
| | |
| | * merged adolfos branch, dos2unixd everythingEvgeny Fadeev2010-02-221-1/+0
| | |\
| | | * Merge commit 'osqa/master'Adolfo Fitoria2010-02-151-1/+2
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: forum/skins/default/media/js/wmd/wmd.js forum/skins/default/templates/base.html forum/skins/default/templates/base_content.html forum/views.py locale/en/LC_MESSAGES/django.mo locale/en/LC_MESSAGES/django.po settings_local.py.dist
| | | * \ Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG into ↵Adolfo Fitoria2010-02-091-11/+40
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | evgenyfadeev/master Conflicts: forum/management/commands/send_email_alerts.py locale/en/LC_MESSAGES/django.mo settings.py templates/about.html templates/authopenid/complete.html templates/authopenid/external_legacy_login_info.html templates/content/js/com.cnprog.post.js templates/content/js/com.cnprog.utils.js templates/content/style/style.css templates/question.html templates/questions.html
| | | * \ \ 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
| | | * | | | 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