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
Age
Commit message (
Expand
)
Author
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-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-10
Clean up translations to use t() properly and differentiate between
Bharat Mediratta
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-05
Set default charset to utf8
Bharat Mediratta
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
Enable csrf validation on the add/remove notification controller
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
Change the item menu to allow the watch icon to change depending on
Tim Almdal
2009-02-02
We no longer need a dialog to set or remove a watch, so remove it.
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