0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected a typo in athe admin form name. More... over 15 years ago
Added the ability for the user to control when the announcement is sent out to the users. This decouples it from the Announcement.save method. More... over 15 years ago
Make use of the new notification.queue since announcements deals with sending a notification to large amounts of users. More... over 15 years ago
Fix for backward incompatible change in django-notifications. issue_notice -> on_site. More... over 15 years ago
fixed force_insert problem
jtauber
as James Tauber
More... over 15 years ago
Updated to use new signals code in Django. Thanks dougn for catching this. More... over 15 years ago
Fixed up project to be compatible with NFA version of trunk. More... almost 16 years ago
initial pass at port to new notification templates -- plain.txt only now and no extra information beyond old notification messages yet
jtauber
as James Tauber
More... almost 16 years ago
Added a bunch of docstrings and improved existing ones. More... almost 16 years ago
changed name of atom module to avoid name clash with gdata
jtauber
as James Tauber
More... almost 16 years ago
Fixed a minor typo in Announcement.save. Thanks rotlaus. More... almost 16 years ago
When in DEBUG mode only send to staff members. This fixes an immediate problem, but needs to be done with a bit more control. More... almost 16 years ago
Use the proper namespace name for notificiation. More... almost 16 years ago
Fixed a couple more typos that prevented notifications to be sent. More... almost 16 years ago
Fixed a typo in an import. More... almost 16 years ago
Added django-notification support. When announcements are created they are sent as a notification to registered users. django-notification handles the settings on whether the user wants to recieve them or not. More... almost 16 years ago
Added back Announcement in views.py imports. Didn't mean to take it out. More... almost 16 years ago
Refactor a few things. Added tests. More... almost 16 years ago
added svn:ignore
jtauber
as James Tauber
More... almost 16 years ago
i18n'ifed the Announcement model. More... almost 16 years ago
Added a default value to creation_date in Announcement to be the current datetime. More... almost 16 years ago
Perform a redirect to the next GET variable. More... almost 16 years ago
Added site-wide announcements. More... almost 16 years ago
Removed a bit of debugging. More... almost 16 years ago
Added the ability to send members only annoucements. More... almost 16 years ago
Fixed some typos. Added the ability to hide announcements on a per request basis. More... almost 16 years ago
Added a urls.py and fixed Announcement.get_absolute_url to use reverse. More... almost 16 years ago
Renamed NewsItem -> Announcment More... almost 16 years ago
Trunkified the NewsItem model. More... almost 16 years ago
initial check in of previous code
jtauber
as James Tauber
More... almost 16 years ago