Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker 25b3c3a1f8 Improved cache handling in egw_link class, to cope with excessive multiple
reads of entries from the database: Applications can call

egw_link::set_cache($app,$id,$title,$file_access=null)

from their search or read method, to eliminate the need to query the
entries again, when the egw_link class, link widget or links stream wrapper
needs title or file_access values later.
This offloads the caching to the link class, and improves performance a
lot, specially for infolog.
The cache is stored in the session and modified or deleted items get
removed, when the link class get notified about that anyway.
2008-10-19 11:28:21 +00:00
addressbook "removed all special handling for SOGo connector, as it is no longer required from version 0.9pre14 on. 2008-10-16 19:51:29 +00:00
admin latest update of egw translators pending work 2008-10-15 21:11:30 +00:00
calendar "fix for bug #1780: Freebusy error when using complete (user@domain.org) username" 2008-10-18 08:22:28 +00:00
doc "changed chcon syntax, as Fedora 9 did not like it" 2008-10-14 10:14:54 +00:00
etemplate fix for bug #1739: config for CSV export for non-admins is not working. 2008-10-16 11:17:49 +00:00
filemanager latest update of egw translators pending work 2008-10-15 21:11:30 +00:00
home updated russian translation 2008-07-29 20:40:02 +00:00
importexport latest update of egw translators pending work 2008-10-15 21:11:30 +00:00
infolog forgot to commit the remove after rename to infolog_ical 2008-10-19 11:20:37 +00:00
notifications "fixed bug reported by Frank Becker on the German list: Links in popup notification contains double egroupware path 2008-10-16 05:30:31 +00:00
phpgwapi Improved cache handling in egw_link class, to cope with excessive multiple 2008-10-19 11:28:21 +00:00
preferences latest update of egw translators pending work 2008-10-15 21:11:30 +00:00
resources latest update of egw translators pending work 2008-10-15 21:11:30 +00:00
setup latest update of egw translators pending work 2008-10-15 21:11:30 +00:00
timesheet latest update of egw translators pending work 2008-10-15 21:11:30 +00:00
.htaccess Revert accidentally commited changes. 2008-08-21 20:59:02 +00:00
about.php new about page from Sebastian Ebeling 2007-05-26 19:06:12 +00:00
anon_wrapper.php Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info 2005-07-08 05:00:14 +00:00
groupdav.php "UPPS, patterns have to be lowercase" 2008-10-05 10:08:58 +00:00
header.inc.php.template reworked manageheader: 2008-10-09 16:22:42 +00:00
index.php added an array of replacement names to ease the transition to the new class naming scheme: app_class 2008-10-07 08:51:14 +00:00
login.php allow direct error messages instead of just error codes 2008-08-07 20:35:57 +00:00
logout.php reworked etemplate to have static methods and use the new features of egw_db- & html-class 2008-03-09 14:37:57 +00:00
notify_simple.php update headers 2007-02-28 03:40:03 +00:00
notify.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
notifyxml.php Ensure inclusion of the top-level header.inc.php 2006-11-22 23:07:19 +00:00
redirect.php Add function from php.net manual page for php < 4.3.0 2004-01-10 19:19:53 +00:00
rpc.php 1. NTLM Single Sign ON 2008-07-16 09:29:13 +00:00
set_box.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
soap.php New header.inc.php template 2008-08-21 06:21:32 +00:00
svn-helper.php small svn-helper script to deal easier with our wired svn-structure, without arguments it reveals it's secrects ;-) 2007-06-04 06:44:32 +00:00
webdav.php moved webdav handler in the root dir, as its now a general service and not only used by filemanager 2008-05-10 21:15:46 +00:00
xajax.php - dont update the session dla, for the xajax notifications query, as it 2008-08-05 11:36:06 +00:00
xmlrpc.php New header.inc.php template 2008-08-21 06:21:32 +00:00