Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | facebook login works again | Evgeny Fadeev | 2012-02-10 | 1 | -3/+3 |
| | |||||
* | added a progress bar iterator wrapper class | Evgeny Fadeev | 2012-02-10 | 2 | -1/+37 |
| | |||||
* | made django.wsgi to be copied by the askbot-setup script | Evgeny Fadeev | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | removed caching statement in the question page sidebar | Evgeny Fadeev | 2012-02-09 | 1 | -3/+0 |
| | |||||
* | replaced use of objects.all() with objects.iterator() in the migrations to ↵ | Evgeny Fadeev | 2012-02-08 | 15 | -26/+29 |
| | | | | save on memory usage | ||||
* | removed url parameters and hash fragment from url to uploaded files | Evgeny Fadeev | 2012-02-06 | 2 | -0/+12 |
| | |||||
* | Merge pull request #55 from robinst/change-password-errors | Evgeny Fadeev | 2012-02-06 | 2 | -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 form | Robin Stocker | 2012-02-06 | 1 | -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 provider | Robin Stocker | 2012-02-06 | 1 | -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-i18n | Evgeny Fadeev | 2012-02-01 | 4 | -680/+788 |
|\ | | | | | Ca i18n | ||||
| * | more translations ... | Jordi Bofill | 2012-01-30 | 1 | -11/+11 |
| | | |||||
| * | catala translation up to date, including djangojs.mo | Jordi Bofill | 2012-01-30 | 4 | -679/+787 |
| | | |||||
* | | replaced use of getSession with getAuthResponse in the FacebookLogin protocol | Evgeny Fadeev | 2012-02-01 | 2 | -5/+2 |
|/ | |||||
* | Merge branch 'wikipost' | Evgeny Fadeev | 2012-01-29 | 2 | -1/+23 |
|\ | |||||
| * | Fixed a bug where a tag could be duplicated in the URL | Tomasz Zielinski | 2012-01-29 | 2 | -1/+23 |
| | | |||||
* | | Merge branch 'github-master' | Evgeny Fadeev | 2012-01-26 | 29 | -1067/+4622 |
|\ \ | |||||
| * | | updated default style.css | Evgeny Fadeev | 2012-01-26 | 1 | -516/+3154 |
| | | | |||||
| * | | Merge branch 'wikipost' | Evgeny Fadeev | 2012-01-26 | 26 | -498/+1430 |
| |\| | |||||
| | * | Adjusted code to make unit tests pass | Tomasz Zielinski | 2012-01-26 | 4 | -13/+32 |
| | | | |||||
| | * | Upgraded migrations to make them work for MySQL+InnoDB - BETA version | Tomasz Zielinski | 2012-01-26 | 9 | -12/+142 |
| | | | |||||
| | * | Search bugfix done + reverted accidential commit of timing code | Tomasz Zielinski | 2012-01-24 | 2 | -10/+3 |
| | | | |||||
| | * | Search bugfix attempt - still need assistance from Evgeny | Tomasz Zielinski | 2012-01-24 | 2 | -9/+19 |
| | | | |||||
| | * | Merge branch 'master' into wikipost | Tomasz Zielinski | 2012-01-24 | 4 | -0/+0 |
| | |\ | |||||
| | * | | Main page thread summary caching BETA - updated TODO list | Tomasz Zielinski | 2012-01-24 | 1 | -1/+2 |
| | | | | |||||
| | * | | Main page thread summary caching BETA | Tomasz Zielinski | 2012-01-24 | 9 | -11/+462 |
| | | | | |||||
| | * | | Merge branch 'master' into wikipost | Tomasz Zielinski | 2012-01-22 | 15 | -28/+44 |
| | |\ \ | |||||
| | * | | | Fixes for failing tests (for both PostgreSQL and MySQL) | Tomasz Zielinski | 2012-01-22 | 5 | -17/+46 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'askbot/wikipost' into wikipost | Tomasz Zielinski | 2012-01-20 | 5 | -5/+47 |
| | |\ \ \ | |||||
| | * | | | | Speed optimizations for the main page; bugfixes; added new tests and ↵ | Tomasz Zielinski | 2012-01-19 | 12 | -195/+744 |
| | | | | | | | | | | | | | | | | | | | | | | | | upgraded some old ones | ||||
| | * | | | | Removed old code | Tomasz Zielinski | 2012-01-17 | 1 | -208/+0 |
| | | | | | | |||||
| | * | | | | Removed dups from post.py | Tomasz Zielinski | 2012-01-17 | 1 | -43/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #50 from jbofill/ca-i18n | Evgeny Fadeev | 2012-01-26 | 2 | -53/+38 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | merging Catalan i18n update by jbofill | ||||
| | * | | | | | new catalan .mo file | Jordi Bofill | 2012-01-25 | 1 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | more translations ... | Jordi Bofill | 2012-01-25 | 1 | -16/+11 |
| | | | | | | | |||||
| | * | | | | | fit text | Jordi Bofill | 2012-01-25 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | updated fuzzy entries in catalan tranlation | Jordi Bofill | 2012-01-23 | 2 | -34/+24 |
| | | |_|/ / | | |/| | | | |||||
* | | | | | | reverted south requirements in the askbot_requirements_dev.txt | Evgeny Fadeev | 2012-01-26 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | added help page with the intention to eventually replace faq | Evgeny Fadeev | 2012-01-26 | 7 | -2/+46 |
|/ / / / / | |||||
* | | | | | changed default to always show the password form on login | Evgeny Fadeev | 2012-01-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | added left sidebar option | Evgeny Fadeev | 2012-01-25 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | added "left" sidebar option | Evgeny Fadeev | 2012-01-25 | 4 | -0/+48 |
| |_|_|/ |/| | | | |||||
* | | | | renamed zh-tw locale to zh_TW | Evgeny Fadeev | 2012-01-24 | 4 | -0/+0 |
|/ / / | |||||
* | | | fixed another rss related bug | Evgeny Fadeev | 2012-01-22 | 2 | -1/+10 |
| | | | |||||
* | | | fixed a bug in the individual question feed | Evgeny Fadeev | 2012-01-22 | 2 | -3/+2 |
| | | | |||||
* | | | typo in the trans tag in a template for the answer vote buttons | Evgeny Fadeev | 2012-01-22 | 1 | -1/+1 |
| | | | |||||
* | | | fixed the url translation bug reported in ↵ | Evgeny Fadeev | 2012-01-22 | 5 | -16/+22 |
| | | | | | | | | | | | | http://askbot.org/en/question/861/callback-invoke-error-error-again | ||||
* | | | added a missing trans tag in a template | Evgeny Fadeev | 2012-01-20 | 1 | -1/+1 |
| | | | |||||
* | | | allow not using CSRF_COOKIE_DOMAIN setting, that was a mistake to force it | Evgeny Fadeev | 2012-01-20 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'github-master' | Evgeny Fadeev | 2012-01-19 | 1 | -3/+3 |
|\ \ \ | |||||
| * \ \ | Merge pull request #49 from robinst/patch-1 | Evgeny Fadeev | 2012-01-19 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | Fix capitalization of PostgreSQL in create-database.rst |