summaryrefslogtreecommitdiffstats
path: root/askbot/startup_procedures.py
Commit message (Expand)AuthorAgeFilesLines
...
* allow not using CSRF_COOKIE_DOMAIN setting, that was a mistake to force itEvgeny Fadeev2012-01-201-1/+1
* removed potentially costly calls from non-askbot urls - works only when askbo...Evgeny Fadeev2012-01-181-0/+18
* added test for STATIC_ROOT settingEvgeny Fadeev2012-01-171-1/+14
* added test on presence of CSRF_COOKIE_DOMAIN settingEvgeny Fadeev2012-01-171-12/+21
* removed direct references to DATABASE_ENGINE settings parameterEvgeny Fadeev2012-01-171-19/+10
* startup procedures work with STATIC_URL = NoneEvgeny Fadeev2012-01-161-1/+1
* merged the master branchEvgeny Fadeev2012-01-161-17/+173
|\
| * added test on wrong staticfiles app usedEvgeny Fadeev2012-01-151-0/+7
| * merged the staticfiles branchEvgeny Fadeev2012-01-151-17/+137
| |\
| | * added default value requirement for STATICFILES_STORAGE settingEvgeny Fadeev2012-01-151-0/+6
| | * 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-8/+36
| | * collectstatic management command works with askbot on first passEvgeny Fadeev2012-01-141-21/+140
| | |\
| * | | added test for CSRF_COOKIE_DOMAIN setting in the startup_proceduresEvgeny Fadeev2012-01-151-0/+29
| | |/ | |/|
* / | Page_size removed for questionsTomasz Zielinski2012-01-141-1/+0
|/ /
* | small bug fixes and allowed media url to start with httpEvgeny Fadeev2012-01-081-2/+4
* | replaced ASKBOT_UPLOADED_FILES_URL with django setting MEDIA_URLEvgeny Fadeev2012-01-081-1/+16
* | replaced ASKBOT_FILE_UPLOAD_DIR setting with MEDIA_ROOTEvgeny Fadeev2012-01-071-5/+21
|/
* made dependency checking more complete and incremented revisionEvgeny Fadeev2011-12-061-6/+14
* removed test for requiring psycopg2 of lower versionEvgeny Fadeev2011-11-271-1/+1
* added support for LOGIN_REDIRECT_URL to django_authopenid submoduleEvgeny Fadeev2011-11-251-21/+57
* made some changes in the setup templates, startup scripts and test cases - st...Evgeny Fadeev2011-11-221-0/+1
* one more fix to the startup procedure for celery and incremented revision againEvgeny Fadeev2011-11-091-1/+16
* modified the startup_procedures messageEvgeny Fadeev2011-11-091-2/+4
* merded Adolfos branchEvgeny Fadeev2011-11-091-8/+17
|\
| * fixed celery startup_procedure testAdolfo Fitoria2011-11-091-8/+18
* | added CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting and test, renamed BROKER_BACKEN...Evgeny Fadeev2011-11-091-0/+10
|/
* added test for the celery setupEvgeny Fadeev2011-10-221-0/+9
* changed a message in startup procedures and .tx configurationEvgeny Fadeev2011-10-121-6/+6
* added startup testAdolfo Fitoria2011-10-031-0/+13
* maintenance edits - moved more external urls to consts and pylinted a number ...Evgeny Fadeev2011-09-141-0/+1
* finished the auto-incrementation of media revisionsEvgeny Fadeev2011-08-311-3/+2
* made pylint happierEvgeny Fadeev2011-08-301-6/+16
* Automated update of MEDIA_RESOURCE_REVISIONAdolfo Fitoria2011-08-301-0/+2
* added attribute check so that test_encoding does not cause error with mod_wsgiEvgeny Fadeev2011-08-271-7/+8
* added test on stdout encoding and fixed an issue with stackexchange import wh...Evgeny Fadeev2011-08-191-0/+13
* admin can add administrators too, added test cases, added postgres startup pr...Adolfo Fitoria2011-08-091-0/+22
* added test for removed middleware in the startup procedures and formatted the...Evgeny Fadeev2011-08-041-15/+41
* improved installation tip messageEvgeny Fadeev2011-07-311-3/+3
* django-recaptcha-works module works indeed, also added a simple framework to ...Evgeny Fadeev2011-07-311-0/+15
* removed recaptcha_django module from bundled dependencies, now need to get th...Evgeny Fadeev2011-07-271-1/+0
* added a startup check for USE_I18N = TrueEvgeny Fadeev2011-06-181-6/+14
* expanded range of supported versions of django and added patches for csrf_tokenEvgeny Fadeev2011-03-281-0/+2
* made the enthusiast badge work and added version display to the footer templateEvgeny Fadeev2011-01-051-6/+46
* new badge system fully works but a few badges from SE are not yet implementedEvgeny Fadeev2010-12-051-1/+7
* new badges system works, implemented & tested 4 badges, ~30 to go...Evgeny Fadeev2010-12-021-0/+53