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
/
helpers
/
notification_event.php
Age
Commit message (
Expand
)
Author
2009-12-06
Update database queries.
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-01
Convert the event handlers for the "identity provider changed" and "user_dele...
Tim Almdal
2009-10-31
Add identity_change handlers to resolve the ownership issues of comments, sub...
Tim Almdal
2009-10-30
Patch to clean up loose ends when a user is deleted.
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-08-29
Log the actual exception details, before swallowing the exception.
Bharat Mediratta
2009-08-28
Don't record mail failures when we throw the exception, record them
Bharat Mediratta
2009-08-28
Wrap all the notification helpers call with a try catch that swallows the exc...
Tim Almdal
2009-08-02
Change the API for getting to the original state of an ORM.
Bharat Mediratta
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
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-03-03
Undo r20234
Tim Almdal
2009-03-03
Removed the === false and === true checks
Tim Almdal
2009-02-10
Indentation fix.
Bharat Mediratta
2009-02-08
Use the ORM method delete_all to remove selected records from the
Tim Almdal
2009-02-04
Delete subscriptions when a user is deleted
Tim Almdal
2009-02-02
Notifications now send emails when a comment is published. It won't
Tim Almdal
2009-02-02
As we stagger towards completing the notification module.
Tim Almdal
2009-02-01
Simplify the setting of a notifications. Notifications are not only
Tim Almdal
2009-01-30
The start of the notification module. At this point, the icon has been added...
Tim Almdal