Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | commented out the private messages box | Evgeny Fadeev | 2012-11-18 | 1 | -2/+2 | |
* | | temporarily moved group_messaging files to askbot/deps | Evgeny Fadeev | 2012-11-18 | 8 | -0/+0 | |
* | | merged with the group-messaging branch | Evgeny Fadeev | 2012-11-18 | 16 | -93/+784 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into group-messaging | Evgeny Fadeev | 2012-10-27 | 22 | -3932/+1393 | |
| |\ \ | ||||||
| * | | | hid the "reply" button from the threads list | Evgeny Fadeev | 2012-10-26 | 1 | -0/+1 | |
| * | | | Merge branch 'master' into group-messaging | Evgeny Fadeev | 2012-10-19 | 17 | -94/+649 | |
| |\ \ \ | ||||||
| * | | | | made message reply-able when accessed via direct url | Evgeny Fadeev | 2012-10-19 | 1 | -0/+4 | |
| * | | | | merged the master branch and fixed issues when you visit a thread by url and ... | Evgeny Fadeev | 2012-10-16 | 34 | -3340/+5671 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into group-messaging | Evgeny Fadeev | 2012-10-11 | 4 | -2/+43 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | added one more test case for the "thread is auto-visited by sender" | Evgeny Fadeev | 2012-10-11 | 1 | -0/+10 | |
| * | | | | | | added url test to the pm email notification, and fixed the url, made sent mes... | Evgeny Fadeev | 2012-10-10 | 3 | -12/+40 | |
| * | | | | | | added url to the personal message notification, sidebar message counter to th... | Evgeny Fadeev | 2012-10-09 | 9 | -28/+139 | |
| * | | | | | | added messages count to inbox | Evgeny Fadeev | 2012-10-09 | 3 | -1/+7 | |
| * | | | | | | Merge branch 'master' into group-messaging | Evgeny Fadeev | 2012-10-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | added sent mailbox, message counts in threads, fixed some bugs and added test... | Evgeny Fadeev | 2012-10-08 | 6 | -110/+253 | |
| * | | | | | | | Merge branch 'master' into group-messaging | Evgeny Fadeev | 2012-10-07 | 8 | -6/+1545 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | send email alert when PMs are sent | Evgeny Fadeev | 2012-10-05 | 3 | -0/+69 | |
| * | | | | | | | | added test cases for bolding of headline for new updates and for updating the... | Evgeny Fadeev | 2012-10-05 | 3 | -5/+58 | |
| * | | | | | | | | most recently edited threads are on top | Evgeny Fadeev | 2012-10-05 | 1 | -0/+2 | |
| * | | | | | | | | display of deleted and new threads seems to work correctly | Evgeny Fadeev | 2012-10-05 | 3 | -21/+109 | |
| * | | | | | | | | re-enable the messages panel once again | Evgeny Fadeev | 2012-10-04 | 1 | -2/+2 | |
| * | | | | | | | | responses to archived messages kick them back to the inbox | Evgeny Fadeev | 2012-10-04 | 2 | -11/+48 | |
| * | | | | | | | | Merge branch 'master' into group-messaging | Evgeny Fadeev | 2012-10-04 | 32 | -177/+737 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | threads can be now deleted and restored | Evgeny Fadeev | 2012-09-28 | 7 | -30/+130 | |
* | | | | | | | | | | added "render" shortcut to django1.2 | Evgeny Fadeev | 2012-11-17 | 2 | -0/+16 | |
* | | | | | | | | | | added django-style template loader class and replaced render_into_skin with r... | Evgeny Fadeev | 2012-11-17 | 26 | -230/+235 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | added beginning of responsive layout | Evgeny Fadeev | 2012-11-15 | 2 | -14/+87 | |
* | | | | | | | | | added progress bars to the SE importer and improved progress bar printing | Evgeny Fadeev | 2012-11-14 | 2 | -28/+57 | |
* | | | | | | | | | added Niki Rocco as bugfix contributor to the list | Evgeny Fadeev | 2012-11-13 | 1 | -2/+3 | |
* | | | | | | | | | hopefully fixed the stackexchange importer | Evgeny Fadeev | 2012-11-13 | 2 | -14/+59 | |
* | | | | | | | | | edited the changelog | Evgeny Fadeev | 2012-11-13 | 1 | -0/+5 | |
* | | | | | | | | | added senders email in the reply-to header in the feedback form | Evgeny Fadeev | 2012-11-13 | 1 | -3/+16 | |
* | | | | | | | | | hopefully fixed SE import | Evgeny Fadeev | 2012-11-13 | 2 | -9/+13 | |
* | | | | | | | | | added coverage file to gitignore | Evgeny Fadeev | 2012-11-11 | 1 | -0/+1 | |
* | | | | | | | | | bumped the version to 0.7.44 | Evgeny Fadeev | 2012-11-11 | 2 | -2/+3 | |
* | | | | | | | | | fixed the django requirement string | Evgeny Fadeev | 2012-11-11 | 1 | -1/+1 | |
* | | | | | | | | | fixed migration 156, a bug in send_mail and relaxed requirement on django ver... | Evgeny Fadeev | 2012-11-11 | 3 | -2/+3 | |
* | | | | | | | | | added cache backend startup tests | Evgeny Fadeev | 2012-11-11 | 1 | -1/+28 | |
* | | | | | | | | | added template context processors tests to the startup_tests | Evgeny Fadeev | 2012-11-11 | 1 | -4/+47 | |
* | | | | | | | | | removed table deletion in backwards migration 156 and fixed up the askbot-set... | Evgeny Fadeev | 2012-11-10 | 3 | -4/+14 | |
* | | | | | | | | | merged the django1.4 compatibility branch by Adolfo | Evgeny Fadeev | 2012-11-10 | 11 | -40/+503 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bumped migration number to make it compatible with the master branch, before ... | Evgeny Fadeev | 2012-11-10 | 1 | -0/+0 | |
| * | | | | | | | | | Merge branch 'master' into django1.4 | Adolfo Fitoria | 2012-10-24 | 13 | -79/+58 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bumped conflicted migration number in this branch | Adolfo Fitoria | 2012-10-22 | 1 | -2/+2 | |
| * | | | | | | | | | | Merge branch 'master' into django1.4 | Adolfo Fitoria | 2012-10-22 | 31 | -3269/+5891 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into django1.4 | Adolfo Fitoria | 2012-10-12 | 11 | -20/+72 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | added migration for the Message Table | Adolfo Fitoria | 2012-10-11 | 1 | -0/+386 | |
| * | | | | | | | | | | | | added Message model workaround for django >= 1.4.1 | Adolfo Fitoria | 2012-10-11 | 2 | -24/+45 | |
| * | | | | | | | | | | | | fixed clean_html_email issue in django 1.4.1 | Adolfo Fitoria | 2012-10-11 | 1 | -1/+2 | |
| * | | | | | | | | | | | | Fixed issue with feed, changed settings.py template, fixed issue with | Adolfo Fitoria | 2012-10-10 | 8 | -46/+47 |