egroupware_official/phpgwapi/inc
Ralf Becker fa58c2adc4 * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app
Merge of following commits from Trunk:
r32609: * GroupDAV preference for addressbook-home-set (requires to register hooks)
r32610: missing groupdav hooks
r32611: fixed missing "users" of principal url in calendar-user-address-set
r32615: as the pricipal of current user is influenced by GroupDAV prefs, we have to include them in the etag
r32619: loop over existing addressbooks, to make sure each ab is only once in addressbook-home-set, even when selected multiple times in the prefs because of symbolic ab like "primary group"
r32620: urlencode and decode account_lid in url to cope with group-names with space in it, which stall iPhone OS 4.2 devices
r32621: fixed bug: GroupDAV/CardDAV PUT request to /addressbook/ changes owner, also checking now required ACL for moving contacts between addressbooks
r32622: returning "403 Forbidden" if addressbook_bo->save() fails, happens when writing new entries in ABs without ADD rights
r32623: * iCal on iPhone detects URL now correct
reverted calendar-home-set to report only users calendar, as reporting multiple break propfind
r32624: we need a real redirect, not just a proxy
r32631: fixed working in GroupDAV prefs and translation
2010-10-21 11:26:47 +00:00
..
adodb allow to limit size of index by appending it in brackets after the column name, eg. "column(32)", which is already supported by ADOdb, by was broken by our fix to always quote names, to allow column names which are reserved words, eg. "timestamp" in phpfreechat 2010-09-15 13:29:37 +00:00
fpdf/font/makefont newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3 2010-09-15 19:19:53 +00:00
horde/Horde using native php wordwrap to speed up encoding of images 2010-10-14 11:02:02 +00:00
xajax/xajax_js do NOT return buttons, unless they are pressed 2010-10-12 14:17:31 +00:00
class.about.inc.php * show package changelog inside EGroupware under about 2010-09-29 11:24:01 +00:00
class.auth_ldap.inc.php fixed typo, wrong parameter name 2010-09-10 08:25:17 +00:00
class.contacts.inc.php preventing invalid birthdays stored with the datastore such as 0000-00-00 or 0.0.00 to transform to a birthday 2010-09-30 09:39:20 +00:00
class.contenthistory.inc.php * SyncML performance patches for calendar datastore (merged r32053) 2010-09-18 12:34:58 +00:00
class.db_backup.inc.php Merge rev. 31588 into 1.8. 2010-09-12 13:42:30 +00:00
class.egw_db.inc.php fix for postgreSQL bug reported by Anthony Messina (amessina-at-messinet.com): sync_contentid is varchar(60) and need explicit cast: added egw_db->to_int($expr) 2010-09-10 07:11:22 +00:00
class.egw_digest_auth.inc.php added support for PHP running as (F)CGI (uses ORIG_PATH_INFO instead of PATH_INFO), also added basic digest auth support from trunk 2010-09-27 08:06:58 +00:00
class.egw_framework.inc.php framework->navbar() now automatically calls framework->header(), this way navbar or sidebox can include JS or CSS, because header is called after 2010-10-18 10:46:47 +00:00
class.egw_mailer.inc.php * added mail log, which can be enabled by setting $GLOBALS[egw_info][server][log_mail] to a path or true for standard error_log 2010-09-15 09:10:12 +00:00
class.egw_session.inc.php added support for PHP running as (F)CGI (uses ORIG_PATH_INFO instead of PATH_INFO), also added basic digest auth support from trunk 2010-09-27 08:06:58 +00:00
class.egw_vfs.inc.php new mode to return the url 2010-10-15 20:22:40 +00:00
class.egw.inc.php added support for PHP running as (F)CGI (uses ORIG_PATH_INFO instead of PATH_INFO), also added basic digest auth support from trunk 2010-09-27 08:06:58 +00:00
class.filesystem_stream_wrapper.inc.php new mount option for filesystem streamwrapper to specify a download url, to be used instead of default webdav.php download, eg. if mounted directory is already in the docroot or mapped via an alias 2010-09-07 12:00:06 +00:00
class.groupdav_handler.inc.php * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app 2010-10-21 11:26:47 +00:00
class.groupdav_hooks.inc.php * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app 2010-10-21 11:17:46 +00:00
class.groupdav_principals.inc.php * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app 2010-10-21 11:17:46 +00:00
class.groupdav.inc.php * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app 2010-10-21 11:17:46 +00:00
class.hooks.inc.php * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app 2010-10-21 11:26:47 +00:00
class.html.inc.php doubleencoding issue and performance issue regarding the use of html::htmlspecialchars 2010-10-20 13:19:57 +00:00
class.ldap.inc.php LDAP tls support from trunk 2010-09-17 09:52:55 +00:00
class.phpmailer.inc.php function to allow to access/read the boundarys used by CreateHeader 2010-10-19 14:36:08 +00:00
class.preferences.inc.php fixed in some update situations called unset_datetime on egw_minimal object 2010-09-08 07:46:37 +00:00
class.schema_proc.inc.php using own CreateIndex() method in CreateTable(), to deal correctly with size-limited indexes in PostgreSQL 2010-09-16 12:11:28 +00:00
class.send.inc.php * added mail log, which can be enabled by setting $GLOBALS[egw_info][server][log_mail] to a path or true for standard error_log 2010-09-15 09:10:12 +00:00
class.smtp.php updated phpmailer to v. 5.1 2010-09-15 16:51:43 +00:00
class.translation.inc.php fix for Stylite Ticket#8044 -Message on loginscreen and home doesent have a default lang fallback as all other egroupware translations 2010-10-05 08:47:17 +00:00
class.uiaccountsel.inc.php Merge rev. 31589 from trunk into 1.8 (select all accounts / groups) 2010-09-12 13:53:09 +00:00
class.validator.inc.php newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3 2010-09-15 19:19:53 +00:00
class.vfs_stream_wrapper.inc.php new mount option for filesystem streamwrapper to specify a download url, to be used instead of default webdav.php download, eg. if mounted directory is already in the docroot or mapped via an alias 2010-09-07 12:00:06 +00:00
class.vfs_webdav_server.inc.php reimplement GetDir to send content-type header with charset 2010-10-14 18:17:36 +00:00
xml_functions.inc.php newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3 2010-09-15 19:19:53 +00:00