summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \ \ \
| | * | | | Style for edit answer form and revision pageByron2011-11-075-86/+96
| | | | | |
| | * | | | profile page styleByron2011-11-073-51/+75
| | | | | |
| | * | | | flat pages styleByron2011-11-065-7/+48
| | | | | |
| | * | | | Just leaving yanone font to important titlesByron2011-11-062-48/+87
| | | | | |
| | * | | | leaving just one H1 tag on question page and a little fix on rss icon paddingByron2011-11-032-5/+8
| | | | | |
| * | | | | Added Vlad Bokov to the list of contribsEvgeny Fadeev2011-11-062-0/+2
| | | | | |
| * | | | | merged vlads caching of the question page fixEvgeny Fadeev2011-11-069-17/+97
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Feature #134: time-based cache for anonymous only & testsVlad Bokov2011-11-054-1/+39
| | | | | |
| | * | | | Feature #116: fix jinja template callsVlad Bokov2011-10-301-1/+1
| | | | | |
| | * | | | Merge branch 'new-templates-upstream' into new-templatesVlad Bokov2011-10-25959-2463/+35562
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/skins/default/templates/question.html
| | * \ \ \ \ Merge branch 'issue116'Vlad Bokov2011-10-254-32/+15
| | |\ \ \ \ \
| | | * | | | | a small change, moved setting to another chapter and renamed the settingEvgeny Fadeev2011-10-234-32/+15
| | | | | | | |
| | * | | | | | Feature #116: fix template for stuffVlad Bokov2011-10-252-7/+5
| | |/ / / / /
| | * | | | | Feature #116: some misplacing correctedVlad Bokov2011-10-211-23/+17
| | | | | | |
| | * | | | | Feature #116: allow-admins-moderators-accept-answers (+tests)Vlad Bokov2011-10-213-3/+70
| | | |_|/ / | | |/| | |
| * | | | | new social iconsByron2011-11-022-20/+30
| | | | | |
| * | | | | a little margin in vote buttonsByron2011-11-022-1/+2
| | | | | |
| * | | | | alignment of comments on answersByron2011-11-023-9/+24
| | | | | |
| * | | | | Merge branch 'askbot/new-template'Byron2011-11-021-1/+1
| |\ \ \ \ \
| | * | | | | changed to using short version of user credential widget in the post ↵Evgeny Fadeev2011-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | contributor info
| * | | | | | some aligments and border in popupsByron2011-11-023-7/+20
| |/ / / / /
| * | | | | Whitespace in sortbar, rss icon position and popup styleByron2011-11-024-20/+48
| | | | | |
| * | | | | Changing names of font variables to generic namesByron2011-11-012-26/+26
| | | | | |
| * | | | | style for badges, tags and profile templatesByron2011-10-318-134/+178
| | | | | |
| * | | | | Style for login and people pagesByron2011-10-306-52/+109
| | | | | |
| * | | | | Edit question pageByron2011-10-284-20/+59
| | | | | |