summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rebuilt russian localeEvgeny Fadeev2012-02-222-2841/+2185
|
* Merge branch 'github-master'Evgeny Fadeev2012-02-2121-119/+298
|\
| * added hints about alternative less compilers to the documentation and ↵Evgeny Fadeev2012-02-213-2/+8
| | | | | | | | html5lib version to the pip requirements files
| * fixed html5lib requirement to version 0.90Evgeny Fadeev2012-02-211-1/+1
| |
| * optimized the question view for the output timeEvgeny Fadeev2012-02-2015-116/+272
| |
| * added validation of maximum length of title, which works for utf-8 inputEvgeny Fadeev2012-02-192-0/+17
| |
* | rebuilt english locale and fixed fuzzy translationsEvgeny Fadeev2012-02-219-779/+722
|/
* hopefully fixed the file upload issue in FF and IE by reverting to xml ↵Evgeny Fadeev2012-02-193-10/+16
| | | | response type
* Merge branch 'dejan'Evgeny Fadeev2012-02-143-5/+15
|\
| * Added button for deleting flagged posts from moderation inboxDejan Noveski2012-02-143-5/+15
| |
* | Merge branch 'dejan'Evgeny Fadeev2012-02-145-8/+81
|\|
| * Moderation from inbox - Ability to remove all flags and close/delete entries ↵Dejan Noveski2012-02-135-8/+81
| | | | | | | | from flagged items inbox
* | a minor fix to the delete_contextless_badge_awand_activities management commandEvgeny Fadeev2012-02-141-1/+1
|/
* updated the documentationEvgeny Fadeev2012-02-133-1/+28
|
* added distinct constraint to run advanced search functionEvgeny Fadeev2012-02-131-1/+1
|
* made a check on deleted accepted question explicit when displaying the threadEvgeny Fadeev2012-02-131-1/+1
|
* fixed a bug where threads with deleted accepted answers wanted to still show ↵Evgeny Fadeev2012-02-131-1/+3
| | | | the accepted answer
* added management command to build cache for the thread summariesEvgeny Fadeev2012-02-132-0/+11
|
* fixed the full url issue for sites where askbot is installed in subpath and ↵Evgeny Fadeev2012-02-117-10/+32
| | | | an issue in the progress bar when there are no items
* Merge branch 'github-master'Evgeny Fadeev2012-02-1017-25/+87
|\
| * edited changelogEvgeny Fadeev2012-02-091-1/+3
| |
| * added progress bars to all slow data migrationsEvgeny Fadeev2012-02-0916-24/+84
| |
* | facebook login works againEvgeny Fadeev2012-02-101-3/+3
|/
* added a progress bar iterator wrapper classEvgeny Fadeev2012-02-102-1/+37
|
* made django.wsgi to be copied by the askbot-setup scriptEvgeny Fadeev2012-02-091-1/+1
|
* 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
| | |\ \ \