summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | commented out the private messages boxEvgeny Fadeev2012-11-181-2/+2
| |
* | temporarily moved group_messaging files to askbot/depsEvgeny Fadeev2012-11-188-0/+0
| |
* | merged with the group-messaging branchEvgeny Fadeev2012-11-1816-93/+784
|\ \
| * \ Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-2722-3932/+1393
| |\ \
| * | | hid the "reply" button from the threads listEvgeny Fadeev2012-10-261-0/+1
| | | |
| * | | Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-1917-94/+649
| |\ \ \
| * | | | made message reply-able when accessed via direct urlEvgeny Fadeev2012-10-191-0/+4
| | | | |
| * | | | merged the master branch and fixed issues when you visit a thread by url and ↵Evgeny Fadeev2012-10-1634-3340/+5671
| |\ \ \ \ | | | | | | | | | | | | | | | | | | then try to create a new thread or visit other threads lists
| * \ \ \ \ Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-114-2/+43
| |\ \ \ \ \
| * | | | | | added one more test case for the "thread is auto-visited by sender"Evgeny Fadeev2012-10-111-0/+10
| | | | | | |
| * | | | | | added url test to the pm email notification, and fixed the url, made sent ↵Evgeny Fadeev2012-10-103-12/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | messages automatically visited by the sender
| * | | | | | added url to the personal message notification, sidebar message counter to ↵Evgeny Fadeev2012-10-099-28/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the inbox, updated test case for the PM email alert
| * | | | | | added messages count to inboxEvgeny Fadeev2012-10-093-1/+7
| | | | | | |
| * | | | | | Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-091-1/+1
| |\ \ \ \ \ \
| * | | | | | | added sent mailbox, message counts in threads, fixed some bugs and added ↵Evgeny Fadeev2012-10-086-110/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test cases
| * | | | | | | Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-078-6/+1545
| |\ \ \ \ \ \ \
| * | | | | | | | send email alert when PMs are sentEvgeny Fadeev2012-10-053-0/+69
| | | | | | | | |
| * | | | | | | | added test cases for bolding of headline for new updates and for updating ↵Evgeny Fadeev2012-10-053-5/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the headline text on responses
| * | | | | | | | most recently edited threads are on topEvgeny Fadeev2012-10-051-0/+2
| | | | | | | | |
| * | | | | | | | display of deleted and new threads seems to work correctlyEvgeny Fadeev2012-10-053-21/+109
| | | | | | | | |
| * | | | | | | | re-enable the messages panel once againEvgeny Fadeev2012-10-041-2/+2
| | | | | | | | |
| * | | | | | | | responses to archived messages kick them back to the inboxEvgeny Fadeev2012-10-042-11/+48
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-0432-177/+737
| |\ \ \ \ \ \ \ \
| * | | | | | | | | threads can be now deleted and restoredEvgeny Fadeev2012-09-287-30/+130
| | | | | | | | | |
* | | | | | | | | | added "render" shortcut to django1.2Evgeny Fadeev2012-11-172-0/+16
| | | | | | | | | |
* | | | | | | | | | added django-style template loader class and replaced render_into_skin with ↵Evgeny Fadeev2012-11-1726-230/+235
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | render
* | | | | | | | | added beginning of responsive layoutEvgeny Fadeev2012-11-152-14/+87
| | | | | | | | |
* | | | | | | | | added progress bars to the SE importer and improved progress bar printingEvgeny Fadeev2012-11-142-28/+57
| | | | | | | | |
* | | | | | | | | added Niki Rocco as bugfix contributor to the listEvgeny Fadeev2012-11-131-2/+3
| | | | | | | | |
* | | | | | | | | hopefully fixed the stackexchange importerEvgeny Fadeev2012-11-132-14/+59
| | | | | | | | |
* | | | | | | | | edited the changelogEvgeny Fadeev2012-11-131-0/+5
| | | | | | | | |
* | | | | | | | | added senders email in the reply-to header in the feedback formEvgeny Fadeev2012-11-131-3/+16
| | | | | | | | |
* | | | | | | | | hopefully fixed SE importEvgeny Fadeev2012-11-132-9/+13
| | | | | | | | |
* | | | | | | | | added coverage file to gitignoreEvgeny Fadeev2012-11-111-0/+1
| | | | | | | | |
* | | | | | | | | bumped the version to 0.7.44Evgeny Fadeev2012-11-112-2/+3
| | | | | | | | |
* | | | | | | | | fixed the django requirement stringEvgeny Fadeev2012-11-111-1/+1
| | | | | | | | |
* | | | | | | | | fixed migration 156, a bug in send_mail and relaxed requirement on django ↵Evgeny Fadeev2012-11-113-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version
* | | | | | | | | added cache backend startup testsEvgeny Fadeev2012-11-111-1/+28
| | | | | | | | |
* | | | | | | | | added template context processors tests to the startup_testsEvgeny Fadeev2012-11-111-4/+47
| | | | | | | | |
* | | | | | | | | removed table deletion in backwards migration 156 and fixed up the ↵Evgeny Fadeev2012-11-103-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | askbot-setup command to hopefully work with django 1.3 and 1.4 simultaneously
* | | | | | | | | merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-1011-40/+503
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bumped migration number to make it compatible with the master branch, before ↵Evgeny Fadeev2012-11-101-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merging
| * | | | | | | | | Merge branch 'master' into django1.4Adolfo Fitoria2012-10-2413-79/+58
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | bumped conflicted migration number in this branchAdolfo Fitoria2012-10-221-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into django1.4Adolfo Fitoria2012-10-2231-3269/+5891
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-10-1211-20/+72
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | added migration for the Message TableAdolfo Fitoria2012-10-111-0/+386
| | | | | | | | | | | | |
| * | | | | | | | | | | | added Message model workaround for django >= 1.4.1Adolfo Fitoria2012-10-112-24/+45
| | | | | | | | | | | | |
| * | | | | | | | | | | | fixed clean_html_email issue in django 1.4.1Adolfo Fitoria2012-10-111-1/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-108-46/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skin loader, fixed urls.py for feeds fixed bug in messages hack with django 1.4.1 all test pass in 1.3.1, haystack and email parsing tests fails on 1.4.1