summaryrefslogtreecommitdiffstats
path: root/askbot
Commit message (Expand)AuthorAgeFilesLines
* fixed the answer count in the question pageEvgeny Fadeev2012-03-052-1/+2
* fixed some issues in the user registration formEvgeny Fadeev2012-03-051-46/+4
* merged the caching the answer page branchEvgeny Fadeev2012-03-0530-248/+570
|\
| * cache invalidation on the question page seems to workEvgeny Fadeev2012-03-0513-81/+95
| * added a section about moderation to the manualEvgeny Fadeev2012-03-042-0/+31
| * 9 queries left on the question page logged in with warm cache vs 1 for logged...Evgeny Fadeev2012-03-049-45/+142
| * about halfed the queries on the question page on warm cache, cut CPU time som...Evgeny Fadeev2012-02-2912-89/+209
| * refactored the templates for the question page to make them more easily cache...Evgeny Fadeev2012-02-2711-66/+126
* | disabled the answer list caching because there is no invalidation yetEvgeny Fadeev2012-03-032-4/+5
* | fixed sorting of questions by dateEvgeny Fadeev2012-03-023-2/+557
* | fixed sorting by votes on the main pageEvgeny Fadeev2012-03-024-2/+563
|/
* cached answer list query which saves about 15% on the question page generationEvgeny Fadeev2012-02-273-30/+32
* Merge branch 'github-master'Evgeny Fadeev2012-02-265-519/+515
|\
| * english django.po file compilesEvgeny Fadeev2012-02-265-519/+515
* | shaved a couple of queries from the question viewEvgeny Fadeev2012-02-264-22/+31
|/
* made "bare" english django.po fileEvgeny Fadeev2012-02-2540-537/+537
* fixed formal correctness of the Turkish django.po fileEvgeny Fadeev2012-02-221-24/+12
* merged translations from the repository with those in the document foundation...Evgeny Fadeev2012-02-2274-3621/+30165
* Merge branch 'github-master'Evgeny Fadeev2012-02-2211-3620/+2907
|\
| * rebuilt russian localeEvgeny Fadeev2012-02-222-2841/+2185
| * Merge branch 'github-master'Evgeny Fadeev2012-02-2119-117/+296
| |\
| * | rebuilt english locale and fixed fuzzy translationsEvgeny Fadeev2012-02-219-779/+722
* | | Merge branch 'jbofill'Evgeny Fadeev2012-02-222-33/+33
|\ \ \ | |_|/ |/| |
| * | avoid line jump in menu headingJordi Bofill2012-02-071-1/+1
| * | more ca trans...Jordi Bofill2012-02-071-32/+32
* | | added hints about alternative less compilers to the documentation and html5li...Evgeny Fadeev2012-02-211-0/+6
* | | 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
| |/ |/|
* | hopefully fixed the file upload issue in FF and IE by reverting to xml respon...Evgeny Fadeev2012-02-193-10/+16
* | 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
* | | 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
* | 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 a...Evgeny Fadeev2012-02-117-10/+32
* | 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 sa...Evgeny Fadeev2012-02-0815-26/+29
* | removed url parameters and hash fragment from url to uploaded filesEvgeny Fadeev2012-02-062-0/+12