egroupware_official/phpgwapi/inc
2012-05-21 10:59:33 +00:00
..
adodb * Backup/Addressbook: adding limited index-length to backed up schema and fix restore of old backups without (default to 32 on multicolumn indexes including text columns) 2012-04-12 08:08:47 +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 upgrade HTML Purifier to Version 4.4.0 (add missing files) 2012-02-01 16:01:01 +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 * 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
class.accounts.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.acl.inc.php forgot required changes in acl class, to read grants of a different user 2011-06-26 13:00:51 +00:00
class.asyncservice.inc.php * AsyncServices/Calendar: when multiple alarms / async jobs run at same time, they send mail with from address of first alarm/job 2012-05-15 12:16:47 +00:00
class.auth_ldap.inc.php * Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates 2012-03-31 14:12:25 +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 if not category specified to invalidate_cache() call init_cache(), to fix problem of categories deleted via context menu are not deleted from list (only in next, but not in current refresh) 2012-03-17 10:54:36 +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 have to use schema from backup itself, not (autoloaded) current schema 2012-04-13 06:10:28 +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 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_db.inc.php * Setup/Restore: fixed since r38812/1.8.004.20120410 not working restore of backups 2012-04-12 13:27:12 +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 load wz_tooltips only if required: $GLOBALS[egw_info][flags][include_wz_tooltip] set or html::tooltip() called before calling common::egw_header(), calling header again as end of home page to allow apps to load stuff into the header (not only wz_tooltip) 2012-04-04 13:58:16 +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 PHP 5.4 Warning: Illegal string offset 2012-05-21 10:59:33 +00:00
class.egw_mailer.inc.php prevent the call of SetLanguage with empty string 2011-12-15 12:45:44 +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 fixing the fix: api version is not yet read, therefore use modifiction time of phpgwapi/inc/setup.inc.php instead 2012-04-10 07:52:03 +00:00
class.egw_tail.inc.php missing json and jquery stuff for egw_tail 2012-04-02 15:27:38 +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 * WebDAV/Filemanager: fixed not working home-directores 2012-04-10 07:39:10 +00:00
class.egw.inc.php using instance-wide cache for categories, so updates from other sessions are immediatly available and sessions get smaller 2012-02-10 20:14:44 +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 add own agent for dmfs.org, to not recognice it as dataaccessd/iOS 2012-02-29 16:24:49 +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 * CalDAV: fixed PHP Fatal Error when iCal contains invalid participant url like Lighttnings "invalid:noemail" 2012-04-19 12:52:00 +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 API: introduce register_single_app_hook to be able to add or update one hook for an required app. register added/updated hooks with ->location; calendar and addressbook are using this to insert export_limit hook if not available. use app hook to fetch app specific export limit with import_export side_menu additions too 2011-09-15 16:53:20 +00:00
class.html.inc.php load wz_tooltips only if required: $GLOBALS[egw_info][flags][include_wz_tooltip] set or html::tooltip() called before calling common::egw_header(), calling header again as end of home page to allow apps to load stuff into the header (not only wz_tooltip) 2012-04-04 13:58:16 +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 keeping only info about the connected ldap server, fixes problems with changed ldap host after fallback to other server 2012-03-23 11:26:58 +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 add missing default translation for lang key tls 2011-07-14 08:57:32 +00:00
class.preferences.inc.php fixed typo in setting date- and time-format in egw_time::check_set_tz_offset(), causing eg. importexport to fail, if async job before had no account or account had different format 2012-03-02 10:05:35 +00:00
class.schema_proc.inc.php * Backup/Addressbook: adding limited index-length to backed up schema and fix restore of old backups without (default to 32 on multicolumn indexes including text columns) 2012-04-12 08:08:47 +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 * WebDAV/Filemanager: fixed not working home-directores 2012-04-10 07:39:10 +00:00
class.sqlfs_utils.inc.php fixed SQL error under PostgreSQL with new filesystem check 2012-02-29 13:49:13 +00:00
class.translation.inc.php * Wiki: fixed Fatal error: Unsupported operand types in class.wiki_ui.inc.php on line 188, if no languages are installed 2012-04-23 08:01:04 +00:00
class.uiaccountsel.inc.php * API: fix account-selection-method "selectbox" containing selected account double (eg. in Admin >> Manage groups) 2012-03-21 09:26:07 +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 * Filemanager: allow WebDAVs (https) via PEAR HTTP_WebDAV_Client 2012-01-11 21:31:30 +00:00
class.vfs_webdav_server.inc.php * WebDAV/Filemanager: fixed not working home-directores 2012-04-10 07:39:10 +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