summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-04-1614-62/+122
|\
| * Merge branch 'github-master'Evgeny Fadeev2012-04-161-1/+1
| |\
| * | fixed urls from the tag cloudEvgeny Fadeev2012-04-155-5/+21
| * | added required setting RECAPTCHA_USE_SSL = TrueEvgeny Fadeev2012-04-153-0/+8
| * | removed empty box on the registration page when login buttons are disabledEvgeny Fadeev2012-04-154-55/+84
| * | changed the expander arrow style in the post revision pageEvgeny Fadeev2012-04-151-1/+1
| * | added "meta" class to the customized versions of the meta pagesEvgeny Fadeev2012-04-151-1/+8
* | | added South mysql test to startup proceduresAdolfo Fitoria2012-04-091-7/+28
* | | adding selector close, missing after mergeByron Corrales2012-04-082-2/+2
* | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-04-081-1/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #64 from robinst/email-recovery-case-insensitiveEvgeny Fadeev2012-04-051-1/+1
| |\ \ | | |/ | |/|
| | * AccountRecoveryForm: Search e-mail case-insensitiveRobin Stocker2012-04-041-1/+1
| |/
* | Merge branch 'master' of git://github.com/byroncorrales/askbot-devel into byr...Adolfo Fitoria2012-04-086-3266/+112
|\ \
| * | a little style fix of overlap when tags have big namesByron Corrales2012-03-012-2/+2
| * | Merge branch 'askbot/master'Byron Corrales2012-02-2381-4668/+30493
| |\ \
| * | | Fixing vote buttons position on IE browsersByron Corrales2012-02-233-2/+7
| * | | Making the style of the buttons a css style standart easy to customize with lessByron Corrales2012-02-224-3264/+105
| * | | Merge branch 'askbot/master'Byron Corrales2012-02-2154-181/+623
| |\ \ \
| * | | | Ignoring .DS_Store filesByron Corrales2012-02-211-0/+1
* | | | | Merge branch 'cron-job-template' of git://github.com/robinst/askbot-devel int...Adolfo Fitoria2012-04-051-1/+1
|\ \ \ \ \
| * | | | | Fix paths in cronjob template fileRobin Stocker2012-04-051-1/+1
| | |_|_|/ | |/| | |
* | | | | added missing langsAdolfo Fitoria2012-04-031-3/+5
* | | | | added language selection into livesettings, needs more testingAdolfo Fitoria2012-04-035-9/+69
* | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-04-0211-10/+20
|\| | | |
| * | | | incremented the revision for real and prepared for the releaseEvgeny Fadeev2012-03-293-1/+5
| * | | | bumped version to 0.7.40Evgeny Fadeev2012-03-296-6/+11
| * | | | added Jim Tittsler to the list of contributors for the typo fixEvgeny Fadeev2012-03-271-0/+1
| * | | | Merge pull request #61 from piskvorky/patch-5Evgeny Fadeev2012-03-271-2/+2
| |\ \ \ \
| | * | | | Update askbot/views/users.pyRadim Řehůřek2012-03-271-2/+2
| * | | | | Merge pull request #62 from jimt/patch-1Evgeny Fadeev2012-03-271-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | correct typo in admin interface menuJim Tittsler2012-03-281-1/+1
| |/ / / /
* | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-03-2015-52/+103
|\| | | |
| * | | | Merge pull request #60 from robinst/patch-2Evgeny Fadeev2012-03-191-1/+1
| |\ \ \ \
| | * | | | Fix another typo in email_validation.txt templateRobin Stocker2012-03-191-1/+1
| |/ / / /
| * | | | made tags not required by option in the AskByEmailFormEvgeny Fadeev2012-03-191-10/+16
| * | | | tags can be made optional via live settingsEvgeny Fadeev2012-03-189-26/+60
| * | | | added .box class div around the custom sidebarsEvgeny Fadeev2012-03-173-12/+21
| * | | | removed CSRF_COOKIE_DOMAIN setting from the settings.py templateEvgeny Fadeev2012-03-172-2/+4
| * | | | fixed editing answer by selecting the revisionEvgeny Fadeev2012-03-161-1/+1
* | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-03-1675-14564/+16873
|\| | | |
| * | | | updated in changelog re: "ask by email" via adress "ask@example.com"Evgeny Fadeev2012-03-161-1/+2
| * | | | fixed a bug and enabled traceback logging in the celery taskEvgeny Fadeev2012-03-162-5/+4
| * | | | disabled the error detail compilation, just left a generic messageEvgeny Fadeev2012-03-161-4/+4
| * | | | fixed a bug in the validation branch of the ask by email handlerEvgeny Fadeev2012-03-162-9/+13
| * | | | hopefully made error messages more uderstandable when asking by emailEvgeny Fadeev2012-03-162-2/+12
| * | | | added reply- prefix to the respondable notificationsEvgeny Fadeev2012-03-164-6/+6
| * | | | fixed the subject line issue againEvgeny Fadeev2012-03-161-1/+1
| * | | | now use subject from the question sent by emailEvgeny Fadeev2012-03-161-3/+1
| * | | | first pass for posting question by email via LamsonEvgeny Fadeev2012-03-164-165/+183
| * | | | made function user.edit_post work for question postEvgeny Fadeev2012-03-161-1/+1