summaryrefslogtreecommitdiff
path: root/modules/notification
AgeCommit message (Expand)Author
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-02Change the API for getting to the original state of an ORM.Bharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-23Remove extra error log lineBharat Mediratta
2009-07-22Modified the notification get_subscribers to ignore any users that don'tTim Almdal
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-07-09Fix typo in p::purify() call.Bharat Mediratta
2009-07-04Fix for ticket #477. Use nl2br method when rendering comment::text andTim Almdal
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-05Move watch notification menu from the view menu to under the Options menu.Chad Kieffer
2009-06-04Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image name...Chad Kieffer
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-31Run all variables that come from user-entered data through p::clean()Bharat Mediratta
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-21Redirect after success to the absolute urlBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-03-04Redefine the batch API to be very very simple. You callBharat Mediratta
2009-03-04A variety of cleanups:Bharat Mediratta
2009-03-04Simplify logic a bit and tweak the visible text.Bharat Mediratta
2009-03-04Send 1 items added notification per batch of itemsTim Almdal
2009-03-03Undo r20234Tim Almdal
2009-03-03Removed the === false and === true checksTim Almdal
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-10Clean up translations to use t() properly and differentiate betweenBharat Mediratta
2009-02-10Indentation fix.Bharat Mediratta
2009-02-08Use the ORM method delete_all to remove selected records from theTim Almdal
2009-02-05Set default charset to utf8Bharat Mediratta
2009-02-04Delete subscriptions when a user is deletedTim Almdal
2009-02-02Notifications now send emails when a comment is published. It won'tTim Almdal
2009-02-02Enable csrf validation on the add/remove notification controllerTim Almdal
2009-02-02code audit fixes + bug fix: don't call sendmail with an empty To list (in not...Andy Staudacher
2009-02-02Add sending notifications when an item is deleted. We are almostTim Almdal
2009-02-02Change the item menu to allow the watch icon to change depending onTim Almdal
2009-02-02We no longer need a dialog to set or remove a watch, so remove it.Tim Almdal
2009-02-02As we stagger towards completing the notification module.Tim Almdal
2009-02-01Remove models/notification.php as it is no longer usedTim Almdal
2009-02-01Simplify the setting of a notifications. Notifications are not onlyTim Almdal
2009-01-30The start of the notification module. At this point, the icon has been added...Tim Almdal