Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Paul Craciunoiu e4bc9d1a1a Announcements send emails to people in that group. [bug 650101]
* Email is sent upon saving from the admin.
* Announcements from the future are queued to be emailed around the time they become visible.
* Also do some try/finally as safety for threadlocale default language activation.
2011-04-21 15:32:36 -07:00
Paul Craciunoiu 4de3fdcd4d Refactor group dashboards to be properties of groups.
* Announcements are per group, independent of user's groups.
* Tabs are all about user's groups. Tab titles are group names.
* Add migration for unique group id in GroupDashboard because of OneToOneField.
* Create utils.py to avoid circular imports.
2011-04-20 12:47:01 -07:00
Paul Craciunoiu 30fd9d79e5 * Add group dashboard announcements and refactor announcements tests.
* Post-rebase, added with_save to announcements app as well.
2011-04-20 12:47:01 -07:00
Paul Craciunoiu 067c97bc7c [bug 638472] Announcements app, used in review/questions dashboards.
* Announcement model + migration.
* Model utils: get_for_group, get_side_wide, is_visible
* Site-wide announcements are in no group.
* Minimally formatted and styled for review/question dashboards.
2011-03-17 19:19:49 +02:00