summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates/settings.py
Commit message (Expand)AuthorAgeFilesLines
* prevent south migrate during testsRobert Martin2013-05-221-1/+5
* added parser explicitly to the asset compressorEvgeny Fadeev2013-04-281-0/+1
* added message middleware to the settings.py templatesEvgeny Fadeev2013-04-131-0/+1
* enabled spellchecker automatically if used in tinymceEvgeny Fadeev2013-04-111-1/+1
* and one moreEvgeny Fadeev2013-04-041-0/+1
* one more tweakEvgeny Fadeev2013-04-041-0/+1
* one more tweakEvgeny Fadeev2013-04-041-0/+2
* a tweak to the setup templatesEvgeny Fadeev2013-04-041-1/+1
* updated the setup template filesEvgeny Fadeev2013-04-041-0/+6
* merged with the master branchEvgeny Fadeev2013-03-231-1/+10
|\
| * display error messages via exceptions on livesettingsAdolfo Fitoria2013-03-201-0/+1
| * commented out the unnecessary settingEvgeny Fadeev2013-03-191-1/+1
| * fixed django-tinymce versionAdolfo Fitoria2013-02-141-1/+1
| * updated settings template and startup procedures to make tinymce workAdolfo Fitoria2013-02-141-2/+3
| * added ASKBOT_MULTILINGUAL to settings.py template, tests fails if this is not...Adolfo Fitoria2013-01-151-0/+7
* | Add django_compressor to compress CSS, JS and automatically compile LESSTyler Mandry2013-03-161-0/+15
|/
* merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-101-3/+3
|\
| * Merge branch 'master' into django1.4Adolfo Fitoria2012-10-221-2/+4
| |\
| | * added tinymce to INSTALLED_APPS in setup_templatesAdolfo Fitoria2012-10-161-0/+1
| | * fixed setup_templates settings.py filesAdolfo Fitoria2012-10-161-2/+3
| * | Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-101-2/+2
| * | fixed feed url issue and template context middleware issue more info here: ht...Adolfo Fitoria2012-10-091-1/+1
| |/
* | made more changes to the setup templates filesEvgeny Fadeev2012-10-231-3/+3
* | added missing settings to the setup templatesEvgeny Fadeev2012-10-231-0/+2
|/
* Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-1/+35
|\
| * Added initial work for limit edit notificationAdolfo Fitoria2012-09-251-0/+3
| * fixed a syntax error in the settings.py templatesEvgeny Fadeev2012-09-231-1/+1
| * combined all dev branches for kpEvgeny Fadeev2012-09-201-1/+3
| * merged with adolfos master branchEvgeny Fadeev2012-09-061-0/+1
| |\
| | * added js patch for the noscript tag to hide red margin on IE and disabled Lam...Evgeny Fadeev2012-08-251-0/+1
| | * Merge branch 'master' into livesettings_fixAdolfo Fitoria2012-05-151-1/+1
| | |\
| | * | Added LIVESETTINGS_CACHE_TIMEOUT settings to set a different timeout forAdolfo Fitoria2012-05-091-0/+3
| * | | made tinymce work on the widgetsAdolfo Fitoria2012-08-291-1/+0
| * | | added tinymce config checker for the settings.pyEvgeny Fadeev2012-08-231-1/+1
| * | | merged with the user-groups branchEvgeny Fadeev2012-08-101-0/+2
| * | | added django-tinymce module to enable the script compressionEvgeny Fadeev2012-08-061-0/+27
| | |/ | |/|
* / | added setup_procedures for haystack and setup_templatesAdolfo Fitoria2012-06-201-0/+8
|/ /
* / temporarily disabled the language selector featureEvgeny Fadeev2012-05-091-1/+1
|/
* Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-04-301-1/+1
|\
| * fixed the cached_db setting for the SESSION_ENGINE setting that is commented outEvgeny Fadeev2012-04-291-1/+1
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-04-161-0/+2
|\|
| * added required setting RECAPTCHA_USE_SSL = TrueEvgeny Fadeev2012-04-151-0/+2
* | added language selection into livesettings, needs more testingAdolfo Fitoria2012-04-031-0/+1
|/
* removed CSRF_COOKIE_DOMAIN setting from the settings.py templateEvgeny Fadeev2012-03-171-1/+2
* merged the master branchEvgeny Fadeev2012-01-161-4/+11
|\
| * made deployer omit staticfiles app with django < 1.3 so that users are forced...Evgeny Fadeev2012-01-151-1/+0
| * fixed bugs in the settings.py templatesEvgeny Fadeev2012-01-151-1/+1
| * staticfiles app seems to work with askbot for django 1.2 and 1.3Evgeny Fadeev2012-01-151-1/+1
| * collectstatic management command works with askbot on first passEvgeny Fadeev2012-01-141-26/+10
| |\
| * | added the staticfiles app itself =)piskvorky2011-12-071-0/+2