summaryrefslogtreecommitdiffstats
path: root/askbot/startup_procedures.py
Commit message (Expand)AuthorAgeFilesLines
* added an optional service url prefix to later support namespacesEvgeny Fadeev2013-05-191-0/+9
* seems to work on django 1.5Evgeny Fadeev2013-04-261-1/+2
* added utf8 encoding to stdout writesEvgeny Fadeev2013-04-211-11/+0
* forced utf8 encoding on all stderr printingEvgeny Fadeev2013-04-211-1/+1
* typo fixEvgeny Fadeev2013-04-161-1/+1
* updated the setup template filesEvgeny Fadeev2013-04-041-13/+15
* merged with the master branchEvgeny Fadeev2013-03-231-15/+9
|\
| * display error messages via exceptions on livesettingsAdolfo Fitoria2013-03-201-0/+5
| * commented out the unnecessary settingEvgeny Fadeev2013-03-191-11/+0
| * updated settings template and startup procedures to make tinymce workAdolfo Fitoria2013-02-141-8/+8
* | better compress support on the main and question pagesEvgeny Fadeev2013-03-231-1/+8
* | some additional work on the compressor branchEvgeny Fadeev2013-03-231-15/+85
|/
* reordered startup testsEvgeny Fadeev2013-02-061-4/+4
* added language selector to the user profiles and to the ask question forEvgeny Fadeev2013-01-141-2/+0
* small change in the startup procedureEvgeny Fadeev2013-01-141-7/+18
* brokenEvgeny Fadeev2013-01-091-1/+1
* added tests for multilingual site to the startup proceduresEvgeny Fadeev2013-01-061-0/+18
* added mandatory generation of secret key to askbot-setupEvgeny Fadeev2012-11-191-0/+12
* improved configuration parameters for the group_messaging appEvgeny Fadeev2012-11-181-5/+5
* merged with the group-messaging branchEvgeny Fadeev2012-11-181-0/+33
|\
| * merged the master branch and fixed issues when you visit a thread by url and ...Evgeny Fadeev2012-10-161-1/+20
| |\
| * | added url to the personal message notification, sidebar message counter to th...Evgeny Fadeev2012-10-091-0/+32
* | | added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-8/+21
* | | added cache backend startup testsEvgeny Fadeev2012-11-111-1/+28
* | | added template context processors tests to the startup_testsEvgeny Fadeev2012-11-111-4/+47
| |/ |/|
* | merged the haystack support branchEvgeny Fadeev2012-10-121-9/+10
* | Merge branch 'haystack'Evgeny Fadeev2012-10-111-1/+19
|\ \ | |/ |/|
| * Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-8/+171
| |\
| * | added setup_procedures for haystack and setup_templatesAdolfo Fitoria2012-06-201-1/+19
* | | re-enabled mistakenly turned off tinymce startup testsEvgeny Fadeev2012-10-081-1/+1
| |/ |/|
* | restored the file attachment function to tinymceEvgeny Fadeev2012-09-281-2/+3
* | one more fix to tinymce setup error checkerEvgeny Fadeev2012-09-261-5/+7
* | hopefully fixed the uploaded image urls for tinymceEvgeny Fadeev2012-09-261-0/+22
* | added a startup test for the NOTIFICATION_DELAY_TIME settingEvgeny Fadeev2012-09-261-0/+19
* | added startup tests to reflect merge of common to default skin for tinymce ed...Evgeny Fadeev2012-09-231-6/+14
* | improved tag validation messages and fixed bug where tags were lost in the in...Evgeny Fadeev2012-09-221-0/+14
* | combined all dev branches for kpEvgeny Fadeev2012-09-201-8/+24
* | merged with adolfos master branchEvgeny Fadeev2012-09-061-0/+19
|\ \
| * | added js patch for the noscript tag to hide red margin on IE and disabled Lam...Evgeny Fadeev2012-08-251-0/+19
| |/
* / added tinymce config checker for the settings.pyEvgeny Fadeev2012-08-231-0/+62
|/
* a possibility to add a custom user profile tabEvgeny Fadeev2012-05-271-0/+32
* error in mergeAdolfo Fitoria2012-05-021-4/+0
* Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-04-231-22/+19
|\
| * added test for django-avatar, if avatar is in the INSTALLED_APPSEvgeny Fadeev2012-04-211-4/+19
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-04-161-0/+4
|\|
| * added required setting RECAPTCHA_USE_SSL = TrueEvgeny Fadeev2012-04-151-0/+4
* | added South mysql test to startup proceduresAdolfo Fitoria2012-04-091-7/+28
|/
* Merge branch 'dan'Evgeny Fadeev2012-03-111-21/+31
|\
| * Add test of middleware order on startup. Feature #143.dmican2012-01-251-21/+31
* | Adjust startup check to handle tuples in STATICFILES_DIRS.David Ormsbee2012-02-151-2/+6
|/