summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates
Commit message (Collapse)AuthorAgeFilesLines
* removed livesettings url from urls.py setup templateEvgeny Fadeev2013-05-011-1/+1
|
* added parser explicitly to the asset compressorEvgeny Fadeev2013-04-282-0/+2
|
* added message middleware to the settings.py templatesEvgeny Fadeev2013-04-132-0/+2
|
* enabled spellchecker automatically if used in tinymceEvgeny Fadeev2013-04-112-2/+2
|
* and one moreEvgeny Fadeev2013-04-042-0/+2
|
* and one moreEvgeny Fadeev2013-04-041-0/+5
|
* one more tweakEvgeny Fadeev2013-04-042-0/+2
|
* one more tweakEvgeny Fadeev2013-04-042-0/+4
|
* a tweak to the setup templatesEvgeny Fadeev2013-04-042-2/+2
|
* updated the setup template filesEvgeny Fadeev2013-04-042-0/+12
|
* merged with the master branchEvgeny Fadeev2013-03-233-5/+17
|\
| * display error messages via exceptions on livesettingsAdolfo Fitoria2013-03-202-0/+2
| |
| * commented out the unnecessary settingEvgeny Fadeev2013-03-192-2/+2
| |
| * fixed django-tinymce versionAdolfo Fitoria2013-02-142-2/+2
| |
| * updated settings template and startup procedures to make tinymce workAdolfo Fitoria2013-02-143-6/+7
| |
| * added ASKBOT_MULTILINGUAL to settings.py template, tests fails if this is ↵Adolfo Fitoria2013-01-152-0/+9
| | | | | | | | not present
* | Add django_compressor to compress CSS, JS and automatically compile LESSTyler Mandry2013-03-161-0/+15
|/
* made vote url work with the multilingual setupEvgeny Fadeev2013-01-031-4/+19
|
* added mandatory generation of secret key to askbot-setupEvgeny Fadeev2012-11-191-1/+1
|
* improved askbot-setup scriptEvgeny Fadeev2012-11-181-1/+1
|
* improved configuration parameters for the group_messaging appEvgeny Fadeev2012-11-181-0/+6
|
* added django-style template loader class and replaced render_into_skin with ↵Evgeny Fadeev2012-11-171-3/+2
| | | | render
* removed table deletion in backwards migration 156 and fixed up the ↵Evgeny Fadeev2012-11-101-1/+1
| | | | askbot-setup command to hopefully work with django 1.3 and 1.4 simultaneously
* merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-102-12/+16
|\
| * Merge branch 'master' into django1.4Adolfo Fitoria2012-10-222-4/+8
| |\
| | * added tinymce to INSTALLED_APPS in setup_templatesAdolfo Fitoria2012-10-162-0/+2
| | |
| | * fixed setup_templates settings.py filesAdolfo Fitoria2012-10-162-4/+6
| | |
| * | Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | skin loader, fixed urls.py for feeds fixed bug in messages hack with django 1.4.1 all test pass in 1.3.1, haystack and email parsing tests fails on 1.4.1
| * | fixed feed url issue and template context middleware issue more info here: ↵Adolfo Fitoria2012-10-092-2/+2
| | | | | | | | | | | | http://stackoverflow.com/questions/7470179/module-django-core-context-processors-does-not-define-a-auth-callable-reques
| * | Merge branch 'master' into django1.4Adolfo Fitoria2012-10-093-2/+110
| |\|
| * | Merge branch 'master' into django1.4Adolfo Fitoria2012-08-023-25/+50
| |\ \ | | | | | | | | | | | | | | | | Conflicts: askbot/feed.py
| | * \ Merge branch 'master' into livesettings_fixAdolfo Fitoria2012-07-131-1/+1
| | |\ \
| * | | | initial django 1.4 supportAdolfo Fitoria2011-12-231-6/+10
| | | | |
* | | | | made more changes to the setup templates filesEvgeny Fadeev2012-10-232-5/+5
| | | | |
* | | | | added missing settings to the setup templatesEvgeny Fadeev2012-10-232-0/+4
| |_|_|/ |/| | |
* | | | Merge branch 'master' into haystackAdolfo Fitoria2012-10-023-3/+99
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/models/__init__.py askbot/models/question.py askbot/setup_templates/settings.py askbot/setup_templates/settings.py.mustache askbot/tests/__init__.py askbot/tests/badge_tests.py askbot/tests/db_api_tests.py askbot/views/commands.py askbot/views/readers.py askbot/views/users.py askbot/views/writers.py
| * | | | hopefully fixed the uploaded image urls for tinymceEvgeny Fadeev2012-09-261-0/+1
| | | | |
| * | | | Added initial work for limit edit notificationAdolfo Fitoria2012-09-252-0/+6
| | | | |
| * | | | fixed a syntax error in the settings.py templatesEvgeny Fadeev2012-09-232-2/+2
| | | | |
| * | | | added startup tests to reflect merge of common to default skin for tinymce ↵Evgeny Fadeev2012-09-231-2/+2
| | | | | | | | | | | | | | | | | | | | editor
| * | | | combined all dev branches for kpEvgeny Fadeev2012-09-202-2/+6
| | | | |
| * | | | merged with adolfos master branchEvgeny Fadeev2012-09-063-0/+3
| |\ \ \ \
| | * | | | added js patch for the noscript tag to hide red margin on IE and disabled ↵Evgeny Fadeev2012-08-252-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Lamson on Windows
| | * | | | applied the blockquote bug in Chrome as suggested by dajafaEvgeny Fadeev2012-08-231-0/+26
| | | | | |
| | * | | | Merge branch 'livesettings_fix'Evgeny Fadeev2012-07-162-0/+5
| | |\ \ \ \ | | | | |/ / | | | |/| / | | | |_|/ | | |/| |
| | | * | Merge branch 'master' into livesettings_fixAdolfo Fitoria2012-05-151-1/+1
| | | |\ \
| | | * | | Added LIVESETTINGS_CACHE_TIMEOUT settings to set a different timeout forAdolfo Fitoria2012-05-092-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | livesettings values.
| * | | | | made tinymce work on the widgetsAdolfo Fitoria2012-08-292-2/+0
| | | | | |
| * | | | | added tinymce config checker for the settings.pyEvgeny Fadeev2012-08-233-2/+28
| | | | | |
| * | | | | merged with the user-groups branchEvgeny Fadeev2012-08-102-0/+4
| | | | | |