This website requires JavaScript.
Explore
Help
Sign In
extern
/
egroupware
Watch
1
Star
0
Fork
1
You've already forked egroupware
mirror of
https://github.com/EGroupware/egroupware.git
synced
2025-08-03 22:21:02 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5267605a79361597bb53dea96f6fc2235e54411f
egroupware
/
notifications
/
inc
History
Klaus Leithoff
5267605a79
make sure the mail object is ALWAYS created new, as it may cause problems with the sender information, if notification is running as cronjob and trying to notify users with different senderinformation
2011-02-21 12:12:29 +00:00
..
class.notifications_ajax.inc.php
* Notifications: fix dont try to notify when none is set/forced for folders to check for new mails; dont try to notify when email as module is not enabled for the particular user
2010-12-03 10:44:47 +00:00
class.notifications_email.inc.php
make sure the mail object is ALWAYS created new, as it may cause problems with the sender information, if notification is running as cronjob and trying to notify users with different senderinformation
2011-02-21 12:12:29 +00:00
class.notifications_iface.inc.php
enabled class autoloading for notifications, let admins enable or disable notification backends, security fixes for email and egwpopup backend, unified link arrays used for notifications
2008-01-30 18:58:00 +00:00
class.notifications_popup.inc.php
fixed not found user sessions while working with notifications and assured that all_no_sort param gets handed over to handler class
2009-10-23 13:07:11 +00:00
class.notifications_sms.inc.php
bocontacts --> addressbook_bo
2008-05-15 08:52:14 +00:00
class.notifications_winpopup.inc.php
fixed not found user sessions while working with notifications and assured that all_no_sort param gets handed over to handler class
2009-10-23 13:07:11 +00:00
class.notifications.inc.php
"removed deprecated ereg, to get ride of the warning"
2010-05-03 06:44:26 +00:00
hook_admin.inc.php
enabled class autoloading for notifications, let admins enable or disable notification backends, security fixes for email and egwpopup backend, unified link arrays used for notifications
2008-01-30 18:58:00 +00:00
hook_after_navbar.inc.php
"only responding to after_navbar hook, if notifications is enabled for the user, since after_navbar get's called regardless of applicaton permissions"
2009-08-25 11:22:04 +00:00
hook_preferences.inc.php
enabled class autoloading for notifications, let admins enable or disable notification backends, security fixes for email and egwpopup backend, unified link arrays used for notifications
2008-01-30 18:58:00 +00:00
hook_settings.inc.php
fixed typo
2009-02-27 18:51:17 +00:00