egroupware_official/phpgwapi/inc
2013-06-20 13:42:19 +00:00
..
adodb * MySQL: got mysqli extension working and make it default for EGroupware, as mysql is now officially deprecated, existing installs need to be switched manually in header.inc.php or Setup >> Manage header 2013-05-27 10:12:17 +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 for bug #3164: Lines containing accents are truncated in vCard exports 2012-11-01 17:24:22 +00:00
htmlpurifier remove kses and htmlpurifier, as they are replaced by htmLawed now 2012-06-01 12:46:59 +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 change Stylite GmbH to Stylite AG in about. 2012-01-31 13:45:57 +00:00
class.accounts_ldap.inc.php * Sambaadmin: create new users/groups in LDAP with uidNumber/gidNumber matching relative id (last part of SID) to ease migration to AD or Samba4 2013-05-25 11:09:43 +00:00
class.accounts_sql.inc.php * CalDAV: fixed accepting event removed it from calendar, because email address of a deleted account was prefered over regular account 2013-01-25 17:54:30 +00:00
class.accounts.inc.php * API: fix fatal error deleting user (LDAP), as reported on list (backport from Trunk) 2013-01-14 06:21:02 +00:00
class.acl.inc.php avoid calling accounts->members(hips) without an account_id and cast accounts->members(hips) to array, to cope without PHP warnings for not (longer) existing accounts 2012-08-09 09:53:34 +00:00
class.asyncservice.inc.php not storing $GLOBALS[egw_info][user] twice in session (was also stored as $GLOBALS[egw]->session->user), also removing not used $GLOBALS[egw_info][user][acl], but re-reading preferences in session::verify() so long running sessions get preferences set by an other session, removing nowhere used creditspoint class from api (calls not public available creditspoint app) 2012-08-07 08:55:41 +00:00
class.auth_fallback.inc.php * API: fallback auth checks and - if necessary - updates passwords on fallback on successful primary authentication or password change, to ensure they are kept up to date 2013-05-22 09:04:12 +00:00
class.auth_ldap.inc.php * Preferences: if user changed password, update password in session correct, so eg. EMail using that password keeps working 2013-02-21 10:03:02 +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 * Preferences: if user changed password, update password in session correct, so eg. EMail using that password keeps working 2013-02-21 10:03:02 +00:00
class.auth.inc.php * Preferences: if user changed password, update password in session correct, so eg. EMail using that password keeps working 2013-02-21 10:03:02 +00:00
class.categories.inc.php delete user categories, when user get deleted and admin command to delete already orphaned categories: admin/admin-cli.php --admin-cmd-check-cats admin,password 2012-08-08 16:30:20 +00:00
class.common.inc.php * InfoLog: icons to visualise entry has a parent or subs, using these icons (arrow left or up) in context-menu too 2012-03-20 11:18:33 +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 * Admin/Setup: fixed restore always converted longtext columns to text and therefore truncating them to 64k on MySQL, also fixed backup to report them correctly in backup of schema 2013-01-21 09:50:50 +00:00
class.egw_cache_apc.inc.php * API: ancient APC (3.1.3) in Debian 6/Squezze has size in MB without a unit, this caused APC not to be used because of to small cache size 2013-06-18 06:36:08 +00:00
class.egw_cache_files.inc.php tests for egw_cache_provider and not using APC for cli, if apc.enable_cli is not set 2012-04-13 10:25:53 +00:00
class.egw_cache_memcache.inc.php fixed bug in memcache extension < 3.1.1 with memcache > 1.4.3, eg. Debian 6, causing delete of cache items to fail 2012-04-13 10:58:08 +00:00
class.egw_cache.inc.php * API: only cache in APC by default, if it has at least 64M of shared memory, otherwise use filesystem 2012-10-23 07:50:15 +00:00
class.egw_db.inc.php * API: if re-connect to database fails for an existing session, stop execution with an exception, as otherwise eg. preferences can get lost 2013-06-20 13:42:19 +00:00
class.egw_digest_auth.inc.php documented required rewrite rule for Apache FCGI 2013-03-18 08:16:21 +00:00
class.egw_framework.inc.php fixe a PHP 54 strict warning 2012-07-28 08:01:55 +00:00
class.egw_json.inc.php missing json and jquery stuff for egw_tail 2012-04-02 15:27:38 +00:00
class.egw_link.inc.php fixed error when registration was enabled for a user and he looks at /apps, caused by regitering a - not existing - query method in link-registry of registration 2012-07-31 09:56:25 +00:00
class.egw_mailer.inc.php fix bug regarding certain russian filenames when forwarding/compose as new, as AddStringAttachment is using basename to make sure only a filename will be used for the namepart; some fixes backported from phpmailer5.2.1 2012-08-14 13:56:02 +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 * Preferences: if user changed password, update password in session correct, so eg. EMail using that password keeps working 2013-02-21 10:03:02 +00:00
class.egw_tail.inc.php jQuery 1.6 (used in Trunk) needs to use prop() instead of attr() to access DOM attributes 2012-07-31 13:35:29 +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 * Filemanager: support for ownCloud WebDAV clients which keep a local directory in sync with server (by default users home-dir with local ownCloud dir, thought other dirs can be configured as well) 2012-08-01 06:17:36 +00:00
class.egw.inc.php fixed since r39109 (merge for filemanager) not working install 2012-05-11 08:35:32 +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/CardDAV: removed unnecessary (double) etag generation and improved calendar etag generation for recurring events 2013-02-25 11:19:56 +00:00
class.groupdav_hooks.inc.php missing json and jquery stuff for egw_tail 2012-04-02 15:27:38 +00:00
class.groupdav_principals.inc.php ignore "broken" grants (eg. negative account_id for a user), as they lead to further errors (no members) 2013-02-25 09:49:43 +00:00
class.groupdav.inc.php * CardDAV: fixed wrong privileges for accounts addressbook, causing clients to report it read-only even for admins 2013-01-22 08:41:44 +00:00
class.hooks.inc.php * Admin/Setup: fixing high memory usage in registering all hooks 2012-07-18 10:35:09 +00:00
class.html.inc.php limit IE hack (no attachment in Content-disposition header) to IE < 9 2012-07-03 09:33:58 +00:00
class.jscalendar.inc.php * jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects 2011-07-03 09:00:36 +00:00
class.ldap.inc.php allow to use default host, but give a dn and pw 2012-07-05 07:25:19 +00:00
class.mime_magic.inc.php missing ms office 2007/10 mime types, thanks to frank.vanbrussel-at-de8.be, plus changes from trunk/epl-11.1 2012-05-16 06:08:02 +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 improve error handling on send, when invalid mailaddress is given 2013-04-23 10:22:16 +00:00
class.preferences.inc.php do NOT delete preferences, before writing them in preferences::save_repository (might be cause for race-condition causing preferences to be lost) 2012-10-31 14:16:52 +00:00
class.schema_proc.inc.php * Admin/Setup: fixed restore always converted longtext columns to text and therefore truncating them to 64k on MySQL, also fixed backup to report them correctly in backup of schema 2013-01-21 09:50:50 +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.solink.inc.php fixed SQL error "used SELECT statements have a different number of columns" from solink::get_3links() reported on German list 2012-04-04 06:21:22 +00:00
class.sqlfs_stream_wrapper.inc.php * Filemanager: removing extended ACL for groups was not immediatly reflected in rights of current user, had to log out and in again 2013-02-20 14:00:05 +00:00
class.sqlfs_utils.inc.php * Filemanager: fixed not working repair of doublicate directories 2012-09-25 12:56:00 +00:00
class.translation.inc.php support text/plain format flowed; preserve horizontal witespace for true plain text messages; handle applemail multipart with no alternative as MIXED; do not fail on getStructure if there is no OK, but empty and a structure response is present 2013-02-26 14:58:12 +00:00
class.uiaccountsel.inc.php avoid calling accounts->members(hips) without an account_id and cast accounts->members(hips) to array, to cope without PHP warnings for not (longer) existing accounts 2012-08-09 09:53:34 +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 call notification hook for unlink/rmdir only after successful removal, but with (not longer existing) stat data 2012-04-19 13:18:00 +00:00
class.vfs_webdav_server.inc.php * Filemanager: fixed not working "Save as" for Internet Explorer (all versions), gave PHP Fatal Error 2013-03-25 18:27:59 +00:00
common_functions.inc.php using HTTP status 500 for exceptions, to ease detection of errors with externals tools 2013-03-29 09:45:49 +00:00
functions.inc.php * PHP 5.4: fixes for strict warnings, thought disabling E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas 2012-04-02 07:48:13 +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