egroupware_official/phpgwapi/inc
2012-01-06 12:58:16 +00:00
..
adodb * PostgreSQL/EMailAdmin: fixed not storable EMailAdmin profiles 2011-04-29 10:35:10 +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 * Fix WBXML namespache issue (bug 3048) 2011-10-15 22:46:37 +00:00
htmlpurifier no need to run expensive mb_substr 3 times 2011-06-08 10:43:05 +00:00
xajax * Calendar: fixed not working freetime search caused by not mbstring.func_overload supporting xajax libary 2011-05-27 08:31:53 +00:00
class.about.inc.php * show package changelog inside EGroupware under about 2010-09-29 11:24:01 +00:00
class.acl.inc.php give everyone implicit rights for home app, to display home link again 2011-03-30 10:45:41 +00:00
class.asyncservice.inc.php * exceptions in async jobs no longer stop other jobs, but log the exception to Apache error_log 2011-03-21 13:20:49 +00:00
class.auth_ldap.inc.php password hash migration for LDAP (requires ACL to read password hash!) 2011-05-04 16:39:03 +00:00
class.auth_pam.inc.php remove not used $error parameter from pam_auth call, as it seems to stop login on some installs 2011-03-23 14:16:14 +00:00
class.auth_sql.inc.php * setup/login: fixed not working password (hash) migration 2011-05-04 13:37:43 +00:00
class.auth.inc.php * API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes 2011-09-26 10:01:53 +00:00
class.categories.inc.php call all delete_category hook only for all apps, if cat is application-global 2011-02-15 13:03:39 +00:00
class.common.inc.php fix common::get_body_attribs() (gave fatal error, because egw_framework::_get_body_attribs() was protected) and add body_attribs to Sitemgr Template3::get_meta() 2011-01-06 21:05:30 +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 do not restore install_id, as that would give two systems with identical install_id 2011-05-07 17:11:11 +00:00
class.egw_cache_files.inc.php fix typo 2011-11-02 14:59:35 +00:00
class.egw_db.inc.php casting boolean explicitly to string, as ADODB_postgres64::qstr() has an unwanted special handling for boolean types, causing eg. query in CalDAV for resources throw an invalid SQL exception under PostgreSQL 2011-10-25 07:51:29 +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 * IE9: enable IE dropdown menu hack only for IE<9, as it stalls IE9 www.stylite.de bug #1722 2011-05-31 07:56:54 +00:00
class.egw_link.inc.php fix assumed typo for returnvalue on error in function title; defined/described as boolean/string but was array for one error case 2012-01-06 12:58:16 +00:00
class.egw_mailer.inc.php make sure there is no whitespace leading or trailling the host string, when attempting to send 2011-07-21 12:11:36 +00:00
class.egw_session_files.inc.php respect max_session_size of -1 correctly (no limit) while reading session files 2010-11-17 16:50:12 +00:00
class.egw_session_memcache.inc.php fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far 2011-01-05 23:13:58 +00:00
class.egw_session.inc.php only try sending cookies, if headers are not send, otherwise it gives just a warning 2010-11-26 20:09:50 +00:00
class.egw_time.inc.php * API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes 2011-09-26 10:01:53 +00:00
class.egw_vfs.inc.php % should be encoded, but easily leads to double encoding, therefore better NOT encodig it in egw_vfs::encodePathComponent() 2011-09-07 08:42:21 +00:00
class.egw.inc.php remove old ISS specific redirect code and default of $_SERVER[PHP_SELF] for $url parameter of egw::redirect (not used in current EGroupware) 2011-11-30 20:40:49 +00:00
class.filesystem_stream_wrapper.inc.php added some docu 2011-11-30 08:12:58 +00:00
class.global_stream_wrapper.inc.php fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far 2011-01-05 23:13:58 +00:00
class.groupdav_handler.inc.php * CalDAV: user agent detection of OS X 10.7 Lion iCal app (CoreDav instead of DavKit) 2011-08-02 13:03:37 +00:00
class.groupdav_hooks.inc.php * CalDAV/CardDAV/GroupDAV new user preference to log requests and responses to Apache error-log 2011-11-23 16:41:45 +00:00
class.groupdav_principals.inc.php * CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms 2011-03-05 10:34:21 +00:00
class.groupdav.inc.php * CalDAV/CardDAV/GroupDAV new user preference to log requests and responses to Apache error-log 2011-11-23 16:41:45 +00:00
class.hooks.inc.php fix for bug in register_all_hooks: if apps define hooks for other apps last app wins: seen with/for perp_ar; now all available hooks are collected first and then registered with register_hooks (loop per app) 2011-01-12 10:55:03 +00:00
class.html.inc.php fix problem with double encoding html special chars (introduced with rev36144) 2011-08-26 08:37:26 +00:00
class.jscalendar.inc.php * Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui) 2011-04-09 12:44:54 +00:00
class.ldap.inc.php * API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes 2011-09-26 10:01:53 +00:00
class.network.inc.php sticking to the rules of the protocoll while writing a request to port, ensures that lighttpd (>=1.4.28) understands our requests 2011-08-03 13:41:11 +00:00
class.nextmatchs.inc.php fixed not working alternating nextmatch colors of groups in account selection popup 2010-11-02 13:30:28 +00:00
class.phpmailer.inc.php add missing default translation for lang key tls 2011-07-14 08:57:32 +00:00
class.preferences.inc.php * API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes 2011-09-26 10:01:53 +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 catch exeption on CreateObject of bopreferences, if no felamimail is available 2011-10-17 08:43:18 +00:00
class.smtp.php updated phpmailer to v. 5.1 2010-09-15 16:51:43 +00:00
class.sqlfs_stream_wrapper.inc.php fixing problem under windows: dirname("/something") === "\\", with which EGroupware VFS can NOT work, using now egw_vfs::dirname 2011-06-14 07:38:07 +00:00
class.translation.inc.php quietening permanent error_log 2011-11-30 09:39:13 +00:00
class.uiaccountsel.inc.php Escape quotes in user names 2011-03-10 15:51:52 +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_home_hooks.inc.php * Admin/VFS/LDAP: on saving a group, check if group directory exists and create it if not 2011-06-10 11:02:20 +00:00
class.vfs_stream_wrapper.inc.php fixing problem under windows: dirname("/something") === "\\", with which EGroupware VFS can NOT work, using now egw_vfs::dirname 2011-06-14 07:38:07 +00:00
class.vfs_webdav_server.inc.php fixed no longer possible direct access/mount of VFS root via WebDAV after r36606 2011-09-19 11:41:01 +00:00
common_functions.inc.php change max class-name lenght in __autoload to 64, as there are classes with more then 40 chars: projectmanager_wizard_export_elements_csv 2011-11-16 18:47:36 +00:00
functions.inc.php * API: is_a compatibility vs. php5.3.8 resolving to instanceof operator for most common basic classes 2011-09-26 10:01:53 +00:00
jscalendar-setup.php * Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui) 2011-04-09 12:44:54 +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