Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
2010-02-22 18:18:38 +00:00
addressbook Fix so sitemgr contact form shows contact's address instead of current user 2010-02-18 23:32:25 +00:00
admin moved aspell_path config to setup, vor obvious reasons 2010-02-14 05:51:51 +00:00
calendar Fix typos and code cleanup 2010-02-22 10:02:33 +00:00
doc "fixed not working empty arguments and handling of whitespace between " 2009-12-08 08:27:53 +00:00
etemplate for xml: decode all entities, remove all non-decodable entities, remove all html tags and encode <, > and & as entities 2010-02-21 23:15:05 +00:00
filemanager translations provided by g.mueller 2010-02-09 17:03:23 +00:00
home Recover history for home 2009-12-02 06:58:03 +00:00
importexport Recover history from rev 28562 2009-12-02 19:47:02 +00:00
infolog Fix infolog print view to only display the custom fields allowed for that infolog type 2010-02-22 18:18:38 +00:00
notifications translations provided by G.Mueller 2010-02-02 15:46:22 +00:00
phpgwapi fix for a problem with IE7 and IE8(Compatibilitymode) displaying Icons and text in Navbar 2010-02-19 14:53:24 +00:00
preferences move the ie dropdown menu hack to jsapi, make it an preference, so you can switch it off, if it does not work for you 2010-02-12 09:04:44 +00:00
resources display upload failed (because post_max_size of webserver exceeded) message from etemplate, could be nicer but way better then before 2010-02-05 03:34:17 +00:00
setup fix for Debian Bug#569677: egroupware-core: base configuration fails with php error if egroupware-emailadmin is not installed 2010-02-15 02:58:58 +00:00
timesheet display upload failed (because post_max_size of webserver exceeded) message from etemplate, could be nicer but way better then before 2010-02-05 03:34:17 +00:00
.htaccess
about.php
anon_wrapper.php
groupdav.php
header.inc.php.template "dont switch on output_buffering (ob_start) for groupdav too, as we cant switch it off saveling and PROPFIND can get really big" 2009-10-16 07:57:09 +00:00
index.php "missing commit from tz selection" 2009-10-16 09:55:12 +00:00
login.php fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com> 2010-02-13 02:57:22 +00:00
logout.php
notify_simple.php
notify.php
notifyxml.php
redirect.php
rpc.php Fix multi-domain support for SyncML 2010-02-03 12:28:49 +00:00
set_box.php
soap.php
svn-helper.php
webdav.php "webdav is stateless: we dont need to keep the session open, it only blocks other calls to same basic-auth session" 2009-11-29 10:53:25 +00:00
xajax.php refractored our exception handler a bit, to allow using part of it from ajax too. Ajax logs now the exception to the error_log and only shows a trace to the user if enabled in the config, like the rest of EGroupware 2010-01-14 23:50:06 +00:00
xmlrpc.php