summaryrefslogtreecommitdiffstats
path: root/askbot
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wikipost'Evgeny Fadeev2012-01-292-1/+23
|\
| * Fixed a bug where a tag could be duplicated in the URLTomasz Zielinski2012-01-292-1/+23
* | Merge branch 'github-master'Evgeny Fadeev2012-01-2628-1067/+4621
|\ \
| * | updated default style.cssEvgeny Fadeev2012-01-261-516/+3154
| * | Merge branch 'wikipost'Evgeny Fadeev2012-01-2625-498/+1429
| |\|
| | * Adjusted code to make unit tests passTomasz Zielinski2012-01-263-13/+31
| | * Upgraded migrations to make them work for MySQL+InnoDB - BETA versionTomasz Zielinski2012-01-269-12/+142
| | * Search bugfix done + reverted accidential commit of timing codeTomasz Zielinski2012-01-242-10/+3
| | * Search bugfix attempt - still need assistance from EvgenyTomasz Zielinski2012-01-242-9/+19
| | * Merge branch 'master' into wikipostTomasz Zielinski2012-01-244-0/+0
| | |\
| | * | Main page thread summary caching BETA - updated TODO listTomasz Zielinski2012-01-241-1/+2
| | * | Main page thread summary caching BETATomasz Zielinski2012-01-249-11/+462
| | * | Merge branch 'master' into wikipostTomasz Zielinski2012-01-2214-27/+43
| | |\ \
| | * | | Fixes for failing tests (for both PostgreSQL and MySQL)Tomasz Zielinski2012-01-225-17/+46
| | * | | Merge remote-tracking branch 'askbot/wikipost' into wikipostTomasz Zielinski2012-01-205-5/+47
| | |\ \ \
| | * | | | Speed optimizations for the main page; bugfixes; added new tests and upgraded...Tomasz Zielinski2012-01-1912-195/+744
| | * | | | 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
| |\ \ \ \ \
| | * | | | | 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
| | | |_|/ / | | |/| | |
* | / | | | 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-221-2/+1
* | | 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 http://askbot.org/en/question/861/c...Evgeny Fadeev2012-01-225-16/+22
* | | 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
|\ \ \
| * | | 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 li...Evgeny Fadeev2012-01-192-1/+2
|/ / /
* | / 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 askbo...Evgeny Fadeev2012-01-185-5/+47
|/
* 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
* made dedicated scripts for full text search setup in postgres - per version o...Evgeny Fadeev2012-01-167-21/+523
* 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-1633-128/+391
|\
| * 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-1518-65/+233
| |\