index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
notification
/
views
Age
Commit message (
Expand
)
Author
2010-01-24
Add the active notifications and rest api key to user profile page.
Tim Almdal
2010-01-16
Don't use MY_ORM::original() here since the values may not have
Bharat Mediratta
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-09-10
Convert a couple of instances of Item_Model::url(array(), true) to Item_Model...
Bharat Mediratta
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-07-09
Fix typo in p::purify() call.
Bharat Mediratta
2009-07-04
Fix for ticket #477. Use nl2br method when rendering comment::text and
Tim Almdal
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-05-31
Run all variables that come from user-entered data through p::clean()
Bharat Mediratta
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-03-04
Redefine the batch API to be very very simple. You call
Bharat Mediratta
2009-03-04
A variety of cleanups:
Bharat Mediratta
2009-03-04
Send 1 items added notification per batch of items
Tim Almdal
2009-02-10
Clean up translations to use t() properly and differentiate between
Bharat Mediratta
2009-02-02
Notifications now send emails when a comment is published. It won't
Tim Almdal
2009-02-02
code audit fixes + bug fix: don't call sendmail with an empty To list (in not...
Andy Staudacher
2009-02-02
Add sending notifications when an item is deleted. We are almost
Tim Almdal
2009-02-02
As we stagger towards completing the notification module.
Tim Almdal