Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
2010-05-12 09:23:50 +00:00
addressbook "Fix for PostgreSQL error, when ordering by a custom field (reported on the developer list)" 2010-04-29 06:21:16 +00:00
admin Calendar recurrence horizont configurable; fix recur_enddate issue 2010-05-03 16:43:42 +00:00
calendar "fix for bub #2579 - PHP Fatal error: Using $this when not in object context 2010-05-09 20:23:53 +00:00
doc "setting upload_tmp_dir explicit, in case distribution set something else, which is then not included in our open_basedir" 2010-04-05 06:52:11 +00:00
etemplate refining regular expressesion for PHP variables (replies[$row][reply_message] returned more then $row) and removed quoting from submitit call in button, as quotes in vars get quoted double 2010-05-12 07:50:13 +00:00
filemanager "some more urldecode in messages (rename)" 2010-05-11 20:30:13 +00:00
home fix for size-setting/resizing of small appboxes; will now be displayed with full width, when not in company of another small-view-portal-box; half of the available width, when side by side with another small-view-portal-box. 2010-04-21 13:28:02 +00:00
importexport some translations 2010-04-23 12:50:41 +00:00
infolog "using egw_link::VFS_APPNAME constant instead of 'file'" 2010-05-12 07:06:06 +00:00
notifications "removed deprecated ereg, to get ride of the warning" 2010-05-03 06:44:26 +00:00
phpgwapi "fixed not working delete of a preference (was set to an empty string in the db)" 2010-05-12 09:23:50 +00:00
preferences Allow all applications to answer hook 2010-04-26 15:00:45 +00:00
resources translations provided by mkk and gm 2010-04-14 12:05:56 +00:00
setup fix to show all files in backup_dir, not only entrys with different ctime (ctime was used as key for list) 2010-04-20 14:06:26 +00:00
timesheet Disable action checkbox for sum lines 2010-05-06 14:31:44 +00:00
.htaccess
about.php
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 supporting digest auth (see RFC 2617), which is more secure then basic auth on http (no cleartext password), it currently requires cleartext passwords in the database, to calculate the A1 hash! 2010-05-05 09:19:37 +00:00
header.inc.php.template
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 From tracker 2276: 2010-04-13 19:27:54 +00:00
rpc.php Fix multi-domain support for SyncML 2010-02-03 12:28:49 +00:00
set_box.php rework of home area (moving of portal_boxes, deletion of portal_boxes); modification/fixes to preferences::delete; adding app_id to trackers portal-box 2010-04-21 11:09:38 +00:00
soap.php Fixed some more php53 Warnings after latest fix_depricated.php 2010-03-21 09:37:52 +00:00
svn-helper.php
webdav.php supporting digest auth (see RFC 2617), which is more secure then basic auth on http (no cleartext password), it currently requires cleartext passwords in the database, to calculate the A1 hash! 2010-05-05 09:19:37 +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