summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in question follow bug due to bad translationAdolfo Fitoria2011-11-173-2/+2
| | | | Changed message in template
* fixed css bug for search barAdolfo Fitoria2011-11-172-3/+6
|
* Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2011-11-174-34/+49
|\
| * separated cache tests into new file and disabled misc tests, whose purpose ↵Evgeny Fadeev2011-11-164-34/+49
| | | | | | | | is unclear
* | updated changelog and added Rosandra to contributorsAdolfo Fitoria2011-11-172-0/+2
| |
* | Merge branch 'rosandra'Adolfo Fitoria2011-11-1742-336/+4934
|\ \
| * | fixed issues with url translation an ASKBOT_TRANSLATE_URL settingAdolfo Fitoria2011-11-172-1/+11
| | |
| * | fixed vote buttons jsAdolfo Fitoria2011-11-171-14/+16
| | |
| * | Merge branch 'new-template' of git://github.com/rosihorrorshow/askbot-devel ↵Adolfo Fitoria2011-11-1740-341/+4927
| |\ \ | | | | | | | | | | | | into merger
| | * | i18n.js messages moved to .po filesRosandra Cuello2011-09-2827-424/+492
| | | |
| | * | properly internationalize javascript -- copied zh_CN tranlations from ↵Rosandra Cuello2011-09-2823-346/+4864
| | | | | | | | | | | | | | | | i18n.js, other languages remain
* | | | fixed a bad condition that showed accepted arrow to everyoneAdolfo Fitoria2011-11-171-3/+3
|/ / /
* | | renamed style.less.css to style.lessAdolfo Fitoria2011-11-162-1/+1
| | |
* | | deleted duplicate in changelogAdolfo Fitoria2011-11-161-1/+0
| | |
* | | Added less compiled css for production modeAdolfo Fitoria2011-11-164-2680/+5698
| | |
* | | Merge branch 'master' into new-templateAdolfo Fitoria2011-11-1643-55/+307
|\ \ \ | | |/ | |/| | | | | | | Conflicts: askbot/doc/source/changelog.rst
| * | added awermer to contributors list and updated changelogAdolfo Fitoria2011-11-162-0/+4
| | |
| * | Added ASKBOT_TRANSLATE_URL settingAlexander Werner2011-11-163-1/+7
| | |
| * | Removed fixed width of .tabBar to show it at correct width when searchingAlexander Werner2011-11-161-1/+0
| | |
| * | Added directory entry for askbot/upfiles to .gitignoreAlexander Werner2011-11-161-5/+1
| | |
| * | Fixed js bug reported in http://askbot.org/en/question/707/Alexander Werner2011-11-162-2/+2
| | | | | | | | | | | | | | | - Doesn't break current behaviour of opening social sharing sites in popup - Fallback to opening in current window if popup fails works again
| * | merged Dejans work on context-sensitive RSS urlEvgeny Fadeev2011-11-152-0/+2
| | |
| * | Merge branch 'dejan'Evgeny Fadeev2011-11-155-6/+59
| |\ \
| | * | Updated live search to switch feed url, added comments - better code, ↵Dejan Noveski2011-11-153-11/+35
| | | | | | | | | | | | | | | | removed unused import, querystring building moved further up to be used in AJAX response
| | * | RSS feed made context sensitiveDejan Noveski2011-11-154-5/+34
| | | |
| * | | added fancybox sources to the gitignore fileEvgeny Fadeev2011-11-151-0/+1
| | | |
| * | | fixed bug reported in http://askbot.org/en/question/699/bug-in-parserEvgeny Fadeev2011-11-141-1/+1
| | | |
| * | | recompiled the translation messagesEvgeny Fadeev2011-11-1115-0/+0
| | | |
| * | | fixed german translation of to sign up with passwordEvgeny Fadeev2011-11-111-1/+1
| | | |
| * | | 0050 migration fix - removed generic relations` migrationTomasz Zielinski2011-11-112-16/+5
| | | |
| * | | Merge remote-tracking branch 'origin/master' into wikipostTomasz Zielinski2011-11-115-16/+54
| |\| |
| | * | one more fix to the startup procedure for celery and incremented revision againEvgeny Fadeev2011-11-092-2/+17
| | | |
| | * | modified the startup_procedures messageEvgeny Fadeev2011-11-091-2/+4
| | | |
| | * | merded Adolfos branchEvgeny Fadeev2011-11-093-11/+21
| | |\ \
| | | * | fixed celery startup_procedure testAdolfo Fitoria2011-11-091-8/+18
| | | | |
| | | * | Merge branch 'better-setup'Adolfo Fitoria2011-11-092-5/+6
| | | |\ \
| | | | * | changed celery broker setting nameAdolfo Fitoria2011-10-212-3/+3
| | | | | |
| | | | * | Merge branch 'better-setup' of github.com:ASKBOT/askbot-devel into better-setupAdolfo Fitoria2011-10-204-220/+217
| | | | |\ \
| | | | * | | added DOMAIN_NAME to settingsAdolfo Fitoria2011-10-201-2/+3
| | | | | | |
| | | | * | | Merge branch 'master' into better-setupAdolfo Fitoria2011-10-2026-42/+133
| | | | |\ \ \
| | * | | | | | added CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting and test, renamed ↵Evgeny Fadeev2011-11-095-4/+15
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | BROKER_BACKEND setting and fixed a bug in the answer vote button template
| * | | | | | Added minor TODO comment in PostRevisionManagerTomasz Zielinski2011-11-091-0/+3
| | | | | | |
| * | | | | | Added test for the new wikipost models (only PostRevision at the moment)Tomasz Zielinski2011-11-093-7/+73
| | | | | | |
| * | | | | | Added misc tests; Fixed page load tests - still TODO: `./manage.py test ↵Tomasz Zielinski2011-11-093-3/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | askbot.PageLoadTestCase` works great, whereas `./manage.py test askbot` breaks inside PageLoadTestCase - on checking the template used - it looks on the surface like some Jinja2 monkey-patching problem
| * | | | | | Fixed migration 0050 so that Activities related to ↵Tomasz Zielinski2011-11-091-6/+22
| |/ / / / / | | | | | | | | | | | | | | | | | | QuestionRevision&AnswerRevisions are not lost
| * | | | | incremented versionEvgeny Fadeev2011-11-081-1/+1
| | | | | |
| * | | | | added implementation of new skin to the changelogEvgeny Fadeev2011-11-081-0/+1
| | | | | |
| * | | | | replaced the logo with the one for dark bg, decreased width of input boxes ↵Evgeny Fadeev2011-11-08999-3183/+36766
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | for interesting/ignored questions
| | * | | | | fixed the unclosed img tag issue in the accept answer buttonEvgeny Fadeev2011-11-081-0/+1
| | | | | | |
| | * | | | | Merge branch 'byron' into new-templateEvgeny Fadeev2011-11-0813-194/+311
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |