Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed sorting of questions by date | Evgeny Fadeev | 2012-03-02 | 3 | -2/+557 |
| | |||||
* | fixed sorting by votes on the main page | Evgeny Fadeev | 2012-03-02 | 4 | -2/+563 |
| | |||||
* | cached answer list query which saves about 15% on the question page generation | Evgeny Fadeev | 2012-02-27 | 3 | -30/+32 |
| | |||||
* | Merge branch 'github-master' | Evgeny Fadeev | 2012-02-26 | 5 | -519/+515 |
|\ | |||||
| * | english django.po file compiles | Evgeny Fadeev | 2012-02-26 | 5 | -519/+515 |
| | | |||||
* | | shaved a couple of queries from the question view | Evgeny Fadeev | 2012-02-26 | 4 | -22/+31 |
|/ | |||||
* | made "bare" english django.po file | Evgeny Fadeev | 2012-02-25 | 40 | -537/+537 |
| | |||||
* | fixed formal correctness of the Turkish django.po file | Evgeny Fadeev | 2012-02-22 | 1 | -24/+12 |
| | |||||
* | merged translations from the repository with those in the document ↵ | Evgeny Fadeev | 2012-02-22 | 74 | -3621/+30165 |
| | | | | foundation pootle system | ||||
* | Merge branch 'github-master' | Evgeny Fadeev | 2012-02-22 | 11 | -3620/+2907 |
|\ | |||||
| * | rebuilt russian locale | Evgeny Fadeev | 2012-02-22 | 2 | -2841/+2185 |
| | | |||||
| * | Merge branch 'github-master' | Evgeny Fadeev | 2012-02-21 | 21 | -119/+298 |
| |\ | |||||
| * | | rebuilt english locale and fixed fuzzy translations | Evgeny Fadeev | 2012-02-21 | 9 | -779/+722 |
| | | | |||||
* | | | Merge branch 'jbofill' | Evgeny Fadeev | 2012-02-22 | 2 | -33/+33 |
|\ \ \ | |_|/ |/| | | |||||
| * | | avoid line jump in menu heading | Jordi Bofill | 2012-02-07 | 1 | -1/+1 |
| | | | |||||
| * | | more ca trans... | Jordi Bofill | 2012-02-07 | 1 | -32/+32 |
| | | | |||||
* | | | added hints about alternative less compilers to the documentation and ↵ | Evgeny Fadeev | 2012-02-21 | 3 | -2/+8 |
| | | | | | | | | | | | | html5lib version to the pip requirements files | ||||
* | | | fixed html5lib requirement to version 0.90 | Evgeny Fadeev | 2012-02-21 | 1 | -1/+1 |
| | | | |||||
* | | | optimized the question view for the output time | Evgeny Fadeev | 2012-02-20 | 15 | -116/+272 |
| | | | |||||
* | | | added validation of maximum length of title, which works for utf-8 input | Evgeny Fadeev | 2012-02-19 | 2 | -0/+17 |
| |/ |/| | |||||
* | | hopefully fixed the file upload issue in FF and IE by reverting to xml ↵ | Evgeny Fadeev | 2012-02-19 | 3 | -10/+16 |
| | | | | | | | | response type | ||||
* | | Merge branch 'dejan' | Evgeny Fadeev | 2012-02-14 | 3 | -5/+15 |
|\ \ | |||||
| * | | Added button for deleting flagged posts from moderation inbox | Dejan Noveski | 2012-02-14 | 3 | -5/+15 |
| | | | |||||
* | | | Merge branch 'dejan' | Evgeny Fadeev | 2012-02-14 | 5 | -8/+81 |
|\| | | |||||
| * | | Moderation from inbox - Ability to remove all flags and close/delete entries ↵ | Dejan Noveski | 2012-02-13 | 5 | -8/+81 |
| | | | | | | | | | | | | from flagged items inbox | ||||
* | | | a minor fix to the delete_contextless_badge_awand_activities management command | Evgeny Fadeev | 2012-02-14 | 1 | -1/+1 |
|/ / | |||||
* | | updated the documentation | Evgeny Fadeev | 2012-02-13 | 3 | -1/+28 |
| | | |||||
* | | added distinct constraint to run advanced search function | Evgeny Fadeev | 2012-02-13 | 1 | -1/+1 |
| | | |||||
* | | made a check on deleted accepted question explicit when displaying the thread | Evgeny Fadeev | 2012-02-13 | 1 | -1/+1 |
| | | |||||
* | | fixed a bug where threads with deleted accepted answers wanted to still show ↵ | Evgeny Fadeev | 2012-02-13 | 1 | -1/+3 |
| | | | | | | | | the accepted answer | ||||
* | | added management command to build cache for the thread summaries | Evgeny Fadeev | 2012-02-13 | 2 | -0/+11 |
| | | |||||
* | | fixed the full url issue for sites where askbot is installed in subpath and ↵ | Evgeny Fadeev | 2012-02-11 | 7 | -10/+32 |
| | | | | | | | | an issue in the progress bar when there are no items | ||||
* | | Merge branch 'github-master' | Evgeny Fadeev | 2012-02-10 | 17 | -25/+87 |
|\ \ | |||||
| * | | edited changelog | Evgeny Fadeev | 2012-02-09 | 1 | -1/+3 |
| | | | |||||
| * | | added progress bars to all slow data migrations | Evgeny Fadeev | 2012-02-09 | 16 | -24/+84 |
| | | | |||||
* | | | 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 |
| | |