summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | removed caching statement in the question page sidebarEvgeny Fadeev2012-02-091-3/+0
| | | | |
* | | | | replaced use of objects.all() with objects.iterator() in the migrations to ↵Evgeny Fadeev2012-02-0815-26/+29
| | | | | | | | | | | | | | | | | | | | save on memory usage
* | | | | removed url parameters and hash fragment from url to uploaded filesEvgeny Fadeev2012-02-062-0/+12
| | | | |
* | | | | Merge pull request #55 from robinst/change-password-errorsEvgeny Fadeev2012-02-062-4/+12
|\ \ \ \ \ | | | | | | | | | | | | merge pull request by @robinst. Show validation errors on "Change your Askbot password" form.
| * | | | | Fix alignment of input fields with error messages on signin formRobin Stocker2012-02-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because table.login is text-align: right, the horizontal alignment of the input fields is broken when an error message is shown. By moving the error messages into separate tds, this is fixed.
| * | | | | Show errors of "Change password" for local providerRobin Stocker2012-02-061-4/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When submitting the "Change your Askbot password" form previously, and validation had an error (e.g. "Please choose password > 8 characters"), the error was never displayed because the JavaScript always removed it. Now, the error message is shown. The display can be improved though, as the trailing span messes up the horizontal alignment of the input fields.
* | | | | Merge pull request #53 from jbofill/ca-i18nEvgeny Fadeev2012-02-014-680/+788
|\| | | | | | | | | | | | | | Ca i18n
| * | | | more translations ...Jordi Bofill2012-01-301-11/+11
| | | | |
| * | | | catala translation up to date, including djangojs.moJordi Bofill2012-01-304-679/+787
| | |/ / | |/| |
* / | | replaced use of getSession with getAuthResponse in the FacebookLogin protocolEvgeny Fadeev2012-02-012-5/+2
|/ / /
* | | 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-2629-1067/+4622
|\ \ \ \
| * | | | updated default style.cssEvgeny Fadeev2012-01-261-516/+3154
| | | | |
| * | | | Merge branch 'wikipost'Evgeny Fadeev2012-01-2626-498/+1430
| |\| | |
| | * | | Adjusted code to make unit tests passTomasz Zielinski2012-01-264-13/+32
| | | | |
| | * | | 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-2215-28/+44
| | |\ \ \
| | * | | | 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 ↵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
| |/ / |/| |