3
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'pb'
brosner
as Brian Rosner
More... about 13 years ago
Merge branch 'master' into pb
brosner
as Brian Rosner
More... about 13 years ago
cleaned up code style
brosner
as Brian Rosner
More... about 13 years ago
fixed atom feed More... over 13 years ago
added redirect to settings view More... over 13 years ago
0.2a1.dev4
brosner
as Brian Rosner
More... over 13 years ago
various clean-ups from recent contributions from others
brosner
as Brian Rosner
More... over 13 years ago
updated CHANGELOG with recent changes
brosner
as Brian Rosner
More... over 13 years ago
changed version building to match what Pinax uses producing 0.2a1.dev3
brosner
as Brian Rosner
More... over 13 years ago
use django.core.mail over mailer (using django-mailer 0.2a1+ supports e-mail backends)
brosner
as Brian Rosner
More... over 13 years ago
Split notices/notice_settings in two separate views to do less db queries. Also don't save notice settings when we don't need to. More... almost 14 years ago
Don't send notifications to inactive (i.e., not confirmed) users More... almost 14 years ago
Ignore non existing users in async notices More... almost 14 years ago
Pass additionnal arguments to notices sent for an observed item just like regular notices More... almost 14 years ago
Display batches in the admin for debugging More... about 14 years ago
Display the label of the notice we're sending in emit_notices More... about 14 years ago
add .gitignore More... about 14 years ago
0.2.0.dev2
brosner
as Brian Rosner
More... over 14 years ago
Added sender to unpickling in notification.engine.send_all to match pickling in notification.models.queue. More... over 14 years ago
Updated a few outdated references to notice.user More... over 14 years ago
Added view documentation. More... over 14 years ago
New default behavior: added optional mark_seen keyword argument to single notice view. When enabled (default) it will mark the notice as seen if it's not set already. More... over 14 years ago
updated NoticeAdmin to reflect the changed/new fields on Notice
brosner
as Brian Rosner
More... over 14 years ago
re-arranged CHANGELOG items
brosner
as Brian Rosner
More... over 14 years ago
added received and sent methods taking a User instance to Notice.objects
brosner
as Brian Rosner
More... over 14 years ago
BACKWARD INCOMPATIBLE: added nullable Notice.sender and modified send_now and queue to take an optional sender
brosner
as Brian Rosner
More... over 14 years ago
BACKWARD INCOMPATIBLE: renamed Notice.user to Notice.recipient and changed its context variable to match
brosner
as Brian Rosner
More... over 14 years ago
master is now 0.2 work and modified version handling for dev releases
brosner
as Brian Rosner
More... over 14 years ago
bumped version to 0.1.5
brosner
as Brian Rosner
More... over 14 years ago
added CHANGELOG
brosner
as Brian Rosner
More... over 14 years ago