3
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 14 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the user to the context of a notification template.
brosner
as Brian Rosner
More... over 15 years ago
add unique_together
jtauber
as James Tauber
More... over 15 years ago
add unique_together
jtauber
as James Tauber
More... over 15 years ago
catch object does not exist exception if trying to get profile and none exists
jtauber
as James Tauber
More... over 15 years ago
catch object does not exist exception if trying to get profile and none exists
jtauber
as James Tauber
More... over 15 years ago
Updating Observation feature. More... over 15 years ago
Updating Observation feature.
Eduardo de Oliveira Padoan
as eduardo.padoan
More... over 15 years ago
added additional exception for profile loading because of a bug in Django More... over 15 years ago
added additional exception for profile loading because of a bug in Django More... over 15 years ago
fixed bug where the context variables don't get translated to the language of the recipient, e.g. resulting in wrong translations of the email subject More... almost 16 years ago
fixed bug where the context variables don't get translated to the language of the recipient, e.g. resulting in wrong translations of the email subject More... almost 16 years ago
Added get_absolute_url for Notice and a single view that checks for that owncer of the notice before displaying. Added feed_for_user view that wraps Django's syndication framework. In conjunction with the basic_auth_decorator this enables the user to subscribe to his notifications with /notices/feed/. More... almost 16 years ago
Added get_absolute_url for Notice and a single view that checks for that owncer of the notice before displaying. Added feed_for_user view that wraps Django's syndication framework. In conjunction with the basic_auth_decorator this enables the user to subscribe to his notifications with /notices/feed/. More... almost 16 years ago
added docstring to basic auth decorator and ability to get passed a callback function, that is here for example used to login a user after a successful authentication More... almost 16 years ago
added docstring to basic auth decorator and ability to get passed a callback function, that is here for example used to login a user after a successful authentication More... almost 16 years ago
repaired basic_auth_required decorator to accept a realm and a test_func argument More... almost 16 years ago
repaired basic_auth_required decorator to accept a realm and a test_func argument More... almost 16 years ago
fixed recursion failure More... almost 16 years ago
fixed recursion failure More... almost 16 years ago
added svn:ignore
jtauber
as James Tauber
More... almost 16 years ago
added svn:ignore
jtauber
as James Tauber
More... almost 16 years ago
Fixed up project to be compatible with NFA version of trunk.
mtrier
as Michael Trier
More... almost 16 years ago
Fixed up project to be compatible with NFA version of trunk.
mtrier
as Michael Trier
More... almost 16 years ago
added decorator 'basic_auth_required' to be used with whatever private thing we want to use it with More... almost 16 years ago
added decorator 'basic_auth_required' to be used with whatever private thing we want to use it with More... almost 16 years ago
added captureas tag due to the requirement for translatable notification templates that use the url tag, a.k.a. temporary fix for http://code.djangoproject.com/ticket/7239 More... almost 16 years ago
added captureas tag due to the requirement for translatable notification templates that use the url tag, a.k.a. temporary fix for http://code.djangoproject.com/ticket/7239 More... almost 16 years ago
Added mark_all_seen view that marks all unseen notices as seen. Also improved NoticeManager.notices_for method by adding a unseen parameter.
brosner
as Brian Rosner
More... almost 16 years ago
Added mark_all_seen view that marks all unseen notices as seen. Also improved NoticeManager.notices_for method by adding a unseen parameter.
brosner
as Brian Rosner
More... almost 16 years ago
fallback template for full.html
jtauber
as James Tauber
More... almost 16 years ago