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.php
Age
Commit message (
Expand
)
Author
2009-12-02
Use:
Bharat Mediratta
2009-11-26
Convert some more Database::instance() calls to db::build() form.
Bharat Mediratta
2009-11-26
Update ORM::where() calls to take 3 args.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-21
Change this files to use the API instead of referencing the group tables dire...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Cleanup merge of user/group helpers into Identity interface. Reduce redundan...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-09
Add support for the in filter to get_user_list and get_group_list. Convert th...
Tim Almdal
2009-09-08
Check for subscribers *before* going through the process of creating
Bharat Mediratta
2009-08-28
Fix a bug in notification where were using get() instead of current()
Bharat Mediratta
2009-07-25
Rename columns that use reserved SQL words : items.left and items.right
Romain LE DISEZ
2009-07-23
Remove extra error log line
Bharat Mediratta
2009-07-22
Modified the notification get_subscribers to ignore any users that don't
Tim Almdal
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
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-02-10
Clean up translations to use t() properly and differentiate between
Bharat Mediratta
2009-02-05
Set default charset to utf8
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
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