egroupware_official/phpgwapi/inc
2012-09-25 12:56:00 +00:00
..
adodb fix for 5.4 PHP Strict Standards: Declaration of ADODB2_mysql::_CreateSuffix() should be compatible with ADODB_DataDict::_CreateSuffix 2012-07-20 16:31: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 * Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates 2012-03-31 14:12:25 +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 * Admin: fixed import of already hashed passwords 2012-03-29 18:36:48 +00:00
class.accounts_sql.inc.php use single sql query with join to acl table instead calling id2name for each account, as it is quicker and uses less memory 2012-07-17 14:08:40 +00:00
class.accounts.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.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_ldap.inc.php * LDAP authentication: if changing password fails bind as user, try changing is with given admin-dn, to cater for all sorts of ldap configurations 2012-07-31 12:30:43 +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 * Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates 2012-03-31 14:12:25 +00:00
class.auth.inc.php * Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates 2012-03-31 14:12:25 +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 invalidate categories cache after DB restore 2012-07-03 08:18:44 +00:00
class.egw_cache_apc.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_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 xcache caching provider 2012-07-12 13:18:22 +00:00
class.egw_db.inc.php only truncate string if length given and <= 255, to not unnecessary truncate varchar(>255) as PostgreSQL uses text anyway and MySQL truncates itself silently (unless strict mode!) 2012-08-13 14:43:41 +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 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 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.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: expand-property reports queried by iCal from OS X 10.7.4 2012-07-15 09:17:12 +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 slightly different expand-property report requested from OS X 10.6.8 iCal requests properties from DAV namespace not explicitly specified 2012-07-17 15:18:09 +00:00
class.groupdav.inc.php * CalDAV/CardDAV: log failed requests with ### like exceptions to ease diagnose problems, log if clients requests accounts not visible because of account-selection preference, skip proxys if not visible 2012-04-12 10:44:55 +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 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.preferences.inc.php * API/preferences: caching preferences in instance cache instead of session, to get immediate update in long running sessions (eg. sync) and get smaller sessions 2012-08-07 13:57:56 +00:00
class.schema_proc.inc.php * API/Setup/MySQL: fixed backup to correctly report boolean columns and support MySQL 5.0+ varchar(>255) 2012-08-12 09:51:19 +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 create valid SQL, even if account has for whaterver reason no group-memberships 2012-06-28 16:40:21 +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 add rarely used charset mswin1252; seems to be a variation of windows-1252 2012-08-01 14:55:51 +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 fixed PROPFIND did not return additional properties if path contained special chars like ? or # 2012-07-13 15:56:17 +00:00
common_functions.inc.php removed menuaction check completly, as only missuse was setting currentapp from it, which get now checked 2012-03-27 08:33:16 +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