summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Speed optimizations for the main page; bugfixes; added new tests and ↵Tomasz Zielinski2012-01-1912-195/+744
| | | | | | | | | | | | | | | | | | | | | | | | upgraded some old ones
| | * | | | Removed old codeTomasz Zielinski2012-01-171-208/+0
| | | | | |
| | * | | | Removed dups from post.pyTomasz Zielinski2012-01-171-43/+1
| | | | | |
| * | | | | Merge pull request #50 from jbofill/ca-i18nEvgeny Fadeev2012-01-262-53/+38
| |\ \ \ \ \ | | | | | | | | | | | | | | merging Catalan i18n update by jbofill
| | * | | | | new catalan .mo fileJordi Bofill2012-01-251-0/+0
| | | | | | |
| | * | | | | more translations ...Jordi Bofill2012-01-251-16/+11
| | | | | | |
| | * | | | | fit textJordi Bofill2012-01-251-3/+3
| | | | | | |
| | * | | | | updated fuzzy entries in catalan tranlationJordi Bofill2012-01-232-34/+24
| | | |_|/ / | | |/| | |
* | | | | | reverted south requirements in the askbot_requirements_dev.txtEvgeny Fadeev2012-01-261-1/+2
| | | | | |
* | | | | | added help page with the intention to eventually replace faqEvgeny Fadeev2012-01-267-2/+46
|/ / / / /
* | | | | changed default to always show the password form on loginEvgeny Fadeev2012-01-261-1/+1
| | | | |
* | | | | added left sidebar optionEvgeny Fadeev2012-01-251-0/+1
| | | | |
* | | | | added "left" sidebar optionEvgeny Fadeev2012-01-254-0/+48
| |_|_|/ |/| | |
* | | | renamed zh-tw locale to zh_TWEvgeny Fadeev2012-01-244-0/+0
|/ / /
* | | fixed another rss related bugEvgeny Fadeev2012-01-222-1/+10
| | |
* | | fixed a bug in the individual question feedEvgeny Fadeev2012-01-222-3/+2
| | |
* | | typo in the trans tag in a template for the answer vote buttonsEvgeny Fadeev2012-01-221-1/+1
| | |
* | | fixed the url translation bug reported in ↵Evgeny Fadeev2012-01-225-16/+22
| | | | | | | | | | | | http://askbot.org/en/question/861/callback-invoke-error-error-again
* | | added a missing trans tag in a templateEvgeny Fadeev2012-01-201-1/+1
| | |
* | | allow not using CSRF_COOKIE_DOMAIN setting, that was a mistake to force itEvgeny Fadeev2012-01-201-1/+1
| | |
* | | Merge branch 'github-master'Evgeny Fadeev2012-01-191-3/+3
|\ \ \
| * \ \ Merge pull request #49 from robinst/patch-1Evgeny Fadeev2012-01-191-3/+3
| |\ \ \ | | | | | | | | | | Fix capitalization of PostgreSQL in create-database.rst
| | * | | Fix capitalization of PostgreSQL in create-database.rstRobin Stocker2012-01-191-3/+3
| |/ / /
* / / / fixed an occasional bug in the record_user_visit signal handler and in the ↵Evgeny Fadeev2012-01-192-1/+2
|/ / / | | | | | | | | | live search for mysql
* | / modified the changlog to reflect merge of new modelsEvgeny Fadeev2012-01-182-1/+2
| |/ |/|
* | removed potentially costly calls from non-askbot urls - works only when ↵Evgeny Fadeev2012-01-185-5/+47
|/ | | | askbot is not deployed at root of the site
* 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-173-21/+13
|
* fixed a bug it postgres full text search, relevance searching still does not ↵Evgeny Fadeev2012-01-162-11/+12
| | | | work
* made dedicated scripts for full text search setup in postgres - per version ↵Evgeny Fadeev2012-01-167-21/+523
| | | | of the database schema, fts is still broken
* startup procedures work with STATIC_URL = NoneEvgeny Fadeev2012-01-161-1/+1
|
* fixed a merge bug in a templateEvgeny Fadeev2012-01-162-55/+0
|
* merged the master branchEvgeny Fadeev2012-01-1634-129/+394
|\
| * removed bad copywriting from the send_email_alerts management commandEvgeny Fadeev2012-01-151-27/+0
| |
| * added test on wrong staticfiles app usedEvgeny Fadeev2012-01-151-0/+7
| |
| * merged the staticfiles branchEvgeny Fadeev2012-01-1519-65/+234
| |\
| | * added default value requirement for STATICFILES_STORAGE settingEvgeny Fadeev2012-01-153-3/+9
| | |
| | * removed conditional statement from mustache template as it is not working in ↵Evgeny Fadeev2012-01-152-3/+1
| | | | | | | | | | | | pystache
| | * made deployer omit staticfiles app with django < 1.3 so that users are ↵Evgeny Fadeev2012-01-153-3/+10
| | | | | | | | | | | | forced to install it manually
| | * fixed bugs in the settings.py templatesEvgeny Fadeev2012-01-153-5/+5
| | |
| | * reverted minimum django version to 1.1.2 in the requirements.txtEvgeny Fadeev2012-01-151-1/+1
| | |
| | * staticfiles app seems to work with askbot for django 1.2 and 1.3Evgeny Fadeev2012-01-159-24/+89
| | |
| | * collectstatic management command works with askbot on first passEvgeny Fadeev2012-01-14132-32746/+55539
| | |\
| | * | updated static urls in javascriptpiskvorky2011-12-183-1/+3
| | | |
| | * | added the staticfiles app itself =)piskvorky2011-12-071-0/+2
| | | |
| | * | added support for django.contrib.staticfilespiskvorky2011-12-074-14/+23
| | | | | | | | | | | | | | | | | | | | | | | | * staticfiles used to be a separate Python package, before being integrated into django 1.3 * this patch ignores the legacy package and references only the built-in django.contrib.staticfiles, so it requires django >= 1.3 * with staticfiles, serving media in development (runserver) vs. production is handled automatically, so i completely removed the /m/ media view.
| * | | added test for CSRF_COOKIE_DOMAIN setting in the startup_proceduresEvgeny Fadeev2012-01-153-0/+31
| | |/ | |/|
| * | made email recovery link work when askbot is deployed on subdirectoryEvgeny Fadeev2012-01-122-1/+8
| | |
| * | removed words "askbot" from the messages in send_email_alertsEvgeny Fadeev2012-01-111-3/+3
| | |