summaryrefslogtreecommitdiffstats
path: root/askbot/management
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fixed management commands that were still referring to the old model Question...Evgeny Fadeev2012-06-033-22/+20
| | |/ | |/|
* | | added send_respondable_welcome_email management commandEvgeny Fadeev2012-06-051-0/+12
* | | moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-255-5/+5
|/ /
* | merged the master branchEvgeny Fadeev2012-05-092-10/+43
|\ \ | |/ |/|
| * added a possibility to have independent set of "subscribed" tags in addition ...Evgeny Fadeev2012-05-071-10/+40
| * basic post moderation feature worksEvgeny Fadeev2012-04-071-0/+3
* | fix HREF= for "adjust" frequency of the email updatesJim Tittsler2012-04-281-1/+1
|/
* first pass for posting question by email via LamsonEvgeny Fadeev2012-03-161-111/+12
* merged the LDAP login contribution by user monkutEvgeny Fadeev2012-03-111-68/+0
|\
| * Merge remote-tracking branch 'askbot/master'unknown2012-01-311-0/+8
| |\
| * | removing, this command does not appear to be necessary. When using LDAP, it'...unknown2012-01-251-68/+0
* | | delete activity with the stale content_type of the related content objectEvgeny Fadeev2012-03-061-2/+7
* | | added management command delete_contextless_activitiesEvgeny Fadeev2012-03-061-0/+18
* | | about halfed the queries on the question page on warm cache, cut CPU time som...Evgeny Fadeev2012-02-293-6/+11
* | | made "bare" english django.po fileEvgeny Fadeev2012-02-251-7/+18
* | | a minor fix to the delete_contextless_badge_awand_activities management commandEvgeny Fadeev2012-02-141-1/+1
* | | updated the documentationEvgeny Fadeev2012-02-131-0/+20
* | | added management command to build cache for the thread summariesEvgeny Fadeev2012-02-131-0/+10
| |/ |/|
* | Fixes for failing tests (for both PostgreSQL and MySQL)Tomasz Zielinski2012-01-221-0/+8
|/
* made dedicated scripts for full text search setup in postgres - per version o...Evgeny Fadeev2012-01-162-240/+11
* merged the master branchEvgeny Fadeev2012-01-161-27/+0
|\
| * removed bad copywriting from the send_email_alerts management commandEvgeny Fadeev2012-01-151-27/+0
| * removed words "askbot" from the messages in send_email_alertsEvgeny Fadeev2012-01-111-3/+3
* | added one tag to half of posted questions in the askbot_add_test_content mana...Evgeny Fadeev2012-01-131-1/+4
* | restored the postgres search configEvgeny Fadeev2012-01-101-9/+19
* | postgres search config updated, but the post trigger does not workEvgeny Fadeev2012-01-101-92/+61
* | Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-051-0/+7
|\|
| * added admin user to the askbot_add_test_content management commandEvgeny Fadeev2011-12-251-0/+7
* | BigMigration: Fixed some more tests - Out of 456 test, only 49 fail, ONLY for...Tomasz Zielinski2012-01-021-12/+14
* | BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen t...Tomasz Zielinski2011-12-314-9/+8
* | added option ASKBOT_FAST_TESTS to run tests from a test fixture, which is les...Evgeny Fadeev2011-12-111-0/+1
* | Merge remote-tracking branch 'askbot/wikipost' into wikipostTomasz Zielinski2011-12-091-10/+56
|\ \
| * | first pass change of search index setups for sphinx and postgres, not testedEvgeny Fadeev2011-12-041-10/+56
* | | Tickets 104, 107: transplant of methodsTomasz Zielinski2011-12-083-6/+8
* | | Tickets 104, 107: transplant of tagsTomasz Zielinski2011-12-072-3/+3
* | | Tickets 104, 107: transplant of titleTomasz Zielinski2011-12-075-5/+5
* | | Tickets 104, 107: transplant of the followed_by fieldTomasz Zielinski2011-12-041-2/+2
|/ /
* | Tickets 104, 107: transplant of tagnamesTomasz Zielinski2011-12-041-2/+2
* | Tickets 104, 107: transplant of last_activity_* fieldsTomasz Zielinski2011-12-041-6/+6
* | Tickets 104, 107: transplant of accepted* fieldsTomasz Zielinski2011-12-041-1/+1
* | Tickets 104, 107: transplant of close* fieldsTomasz Zielinski2011-12-042-2/+2
* | Tickets 104, 107: Major transplant of most Question methodsTomasz Zielinski2011-12-021-1/+1
* | Tickets 104, 107: transplant of a answer_count fieldTomasz Zielinski2011-12-013-3/+3
|/
* Merge branch 'master' of git://github.com/ASKBOT/askbot-develDejan Noveski2011-11-291-19/+35
|\
| * finished the iframe question list widget featuerEvgeny Fadeev2011-11-291-19/+35
| |\
| | * Created a generic Merge Users Class. Feature 135.dm035142011-11-111-19/+35
| | * Send Email Command Feature 131dm035142011-11-101-0/+29
* | | Added a confirmation line to test data and test fixture management commands, ...Dejan Noveski2011-11-292-19/+48
|/ /
* | askbot_create_text_fixture management command added; fixed default pathDejan Noveski2011-11-281-1/+1
* | askbot_create_text_fixture management command addedDejan Noveski2011-11-281-0/+60