egroupware/phpgwapi/inc
Nathan Gray db5fb7a86a Use egw_vfs::file_exists() instead of file_exists() to handle missing prefix.
Fixes not being able to symlink to vfs from link widget.
2014-07-07 22:10:02 +00:00
..
adodb * PostgreSQL/Addressbook: fixed not displayed pictures 2014-06-25 15:43:20 +00:00
horde Horde_iCalendar::newComponent(): include relative from current dir, as we no longer set (old) Horde dir in include path 2014-04-01 13:41:45 +00:00
htmLawed other changes (keep_bad and -htmlawed-transform) that did affect the expected result of htmlawed v1.1.17 compared to v1.1.14 2014-05-27 15:26:06 +00:00
idna_convert
min
savant2
class.about.inc.php moved about link to admin and changed wording of "Powered by ..." in footer 2014-06-25 19:02:06 +00:00
class.accounts_ads.inc.php egw_cache::(get|set|unset)Cache($level,...) excepts now an install_id to use instance cache of given instance 2014-05-20 08:59:23 +00:00
class.accounts_ldap.inc.php
class.accounts_sql.inc.php * PostgreSQL: fixed not working installation (access to not yet existing table stalls transaction) 2014-06-25 12:43:11 +00:00
class.accounts.inc.php fixed PHP Fatal error: Attempt to unset static property accounts::$cache 2014-05-20 15:55:17 +00:00
class.acl.inc.php fixed IDE warnings 2014-03-28 07:49:49 +00:00
class.applications.inc.php
class.arrayfunctions.inc.php
class.asyncservice.inc.php * Calendar/API: allow not serialized data in async jobs, only run automatic purge if we have a real number > 0 2014-07-02 12:42:12 +00:00
class.auth_ads.inc.php added note about certificate validation and some more diagnostics to error_log, for failed ADS auth 2014-02-27 12:05:37 +00:00
class.auth_cas.inc.php
class.auth_fallback.inc.php added a debug message 2014-06-18 08:22:12 +00:00
class.auth_fallbackmail2sql.inc.php check if method exists for the fallback_auth, before calling get/setLastPwdChange 2011-09-26 11:01:16 +00:00
class.auth_http.inc.php reworked auth classes, to allow them to use each other and a new auth class using a primary backend (ldap) and a fallback (sql) 2010-01-28 04:22:37 +00:00
class.auth_ldap.inc.php * Admin/API: remove old database based error-log 2014-07-05 08:54:36 +00:00
class.auth_mail.inc.php * Setup: re-add config for mail authentication and fixed it to always try to use a TLS connection 2014-05-17 08:00:17 +00:00
class.auth_nis.inc.php
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:14:57 +00:00
class.auth_sql.inc.php
class.auth_sqlssl.inc.php
class.auth.inc.php open password in a popup 2014-04-17 07:37:21 +00:00
class.bolink.inc.php
class.categories.inc.php fixed not working tracker resolutions (and probably other labels) after category extra data in json 2014-06-27 11:36:18 +00:00
class.common.inc.php fixed IDE errors and removed deprecated functions create_emailpreferences and check_owner 2014-07-05 07:58:48 +00:00
class.config.inc.php new php_safe_unserialize function refusing to unserialize objects and using it for config, preferences and DB-backups 2014-06-26 17:38:29 +00:00
class.contacts.inc.php
class.contenthistory.inc.php
class.country.inc.php
class.db_backup.inc.php new php_safe_unserialize function refusing to unserialize objects and using it for config, preferences and DB-backups 2014-06-26 17:38:29 +00:00
class.egw_cache_apc.inc.php
class.egw_cache_files.inc.php * Setup: fixed (partially) stalled installation, because caching could not find not yet created configuration 2014-05-05 12:33:33 +00:00
class.egw_cache_memcache.inc.php
class.egw_cache_xcache.inc.php
class.egw_cache.inc.php fix implementation of calling (set|get|unset)Cache with install_id to behave identical to call to (set|get|unset)Instance for current instances install_id (install_id was used directly in keys) 2014-05-22 11:21:02 +00:00
class.egw_ckeditor_config.inc.php if kama is choosen as skin, use monocolor; kama-skin seems not be fully compatible with ckeditor requirements on skins; next ckeditor update will remove kama skin 2014-05-22 10:01:31 +00:00
class.egw_csrf.inc.php prevent CSRF for setup and admin site configuration 2014-05-01 06:26:09 +00:00
class.egw_customfields.inc.php fixed no new customfields could be created 2014-06-26 13:32:26 +00:00
class.egw_datetime.inc.php
class.egw_db.inc.php fix IDE warnings 2014-06-25 12:55:16 +00:00
class.egw_digest_auth.inc.php
class.egw_exception.inc.php
class.egw_favorites.inc.php Ignore favorite preferences which are not correctly serialized, and somehow are stroed in database. At the moment we just ignore them, but they stays in database, need to be watched closely to find the cause, though. 2014-06-13 16:03:16 +00:00
class.egw_find_iterator.inc.php
class.egw_framework.inc.php moved about link to admin and changed wording of "Powered by ..." in footer 2014-06-25 19:02:06 +00:00
class.egw_grid_columns.inc.php
class.egw_htmLawed.inc.php remove references to obsolet felamimail stuff 2014-04-10 08:37:12 +00:00
class.egw_ical_iterator.inc.php
class.egw_idna.inc.php
class.egw_include_mgr.inc.php
class.egw_index.inc.php uncommited changes (class is not used anyway) 2013-11-11 08:32:46 +00:00
class.egw_json.inc.php Call static methods staticly 2014-05-21 16:48:36 +00:00
class.egw_keymanager.inc.php
class.egw_link.inc.php Use egw_vfs::file_exists() instead of file_exists() to handle missing prefix. 2014-07-07 22:10:02 +00:00
class.egw_mailer.inc.php fix IDE warnings 2014-06-05 10:33:38 +00:00
class.egw_session_files.inc.php
class.egw_session_memcache.inc.php
class.egw_session.inc.php * Admin/API: remove old database based error-log 2014-07-05 08:54:36 +00:00
class.egw_tail.inc.php
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 09:52:43 +00:00
class.egw_vfs.inc.php Don't exit after creating a ZIP so caller can do cleanup, if needed. 2014-07-03 16:51:21 +00:00
class.egw.inc.php * Admin/API: remove old database based error-log 2014-07-05 08:54:36 +00:00
class.filesystem_stream_wrapper.inc.php
class.global_stream_wrapper.inc.php
class.groupdav_handler.inc.php
class.groupdav_hooks.inc.php
class.groupdav_principals.inc.php missed to commit parameter to parse CN from url 2014-03-25 12:22:00 +00:00
class.groupdav.inc.php sync CalDAV default-alarm trigger/time to calendar preference 2014-05-28 10:57:02 +00:00
class.historylog.inc.php
class.hooks.inc.php fixed IDE warnings 2014-03-12 17:15:48 +00:00
class.html.inc.php fixed old tree stuff to use new dhtmlx locations, allways use dhtmlxtree/codebase/dhtmlxcommon.js 2014-06-03 08:17:43 +00:00
class.iface_stream_wrapper.inc.php
class.ischedule_client.inc.php
class.ischedule_server.inc.php
class.jscalendar.inc.php
class.ldap.inc.php * Admin/API: remove old database based error-log 2014-07-05 08:54:36 +00:00
class.ldapserverinfo.inc.php
class.links_stream_wrapper.inc.php Entry directories are always reported existing and empty, if not existing in sqlfs 2014-06-16 20:01:59 +00:00
class.listbox.inc.php
class.log.inc.php
class.mailDomainSigner.inc.php modifications for iSchedule 2013-01-28 21:50:07 +00:00
class.mime_magic.inc.php
class.network.inc.php
class.nextmatchs.inc.php
class.phpmailer.inc.php fix PHP Deprecated: preg_replace(): The /e modifier is deprecated 2014-06-05 08:52:08 +00:00
class.portalbox.inc.php
class.preferences.inc.php new php_safe_unserialize function refusing to unserialize objects and using it for config, preferences and DB-backups 2014-06-26 17:38:29 +00:00
class.resultbox.inc.php
class.schema_proc.inc.php
class.send.inc.php * Notification/Mail: make sure acc_smtp_username is used (if available), to cope with strict mailserver settings to prevent faking sender information 2014-06-24 13:38:32 +00:00
class.smtp.php
class.solink.inc.php fix not updated infolog in list, when timesheet is booked on it: added "row_mod" as maximum of info_modified, link_lastmod (incl. deleted ones) and timesheet_bo::sum() max_modified 2014-05-24 10:59:03 +00:00
class.sqlfs_stream_wrapper.inc.php using PHP 5.3 late static binding and closures 2014-06-16 08:41:46 +00:00
class.sqlfs_utils.inc.php improved repair of required nods to cope with renamed or wrongly linked nods like / having a name and/or linked to itself instead of 0, also fixed IDE warnings 2014-06-25 08:23:28 +00:00
class.Template.inc.php
class.tplsavant2.inc.php - More information why people have no access to app. Users often think they did not log in 2007-03-29 21:01:11 +00:00
class.translation.inc.php moved translation statistics logic and caching to translation class 2014-06-28 11:47:32 +00:00
class.uiaccountsel.inc.php fixed not working "Search ..." in old eTemplate nextmatch-account-filter ("noPrint" class caused necessary "uiaccountselection" class not to be added) 2014-07-03 08:41:37 +00:00
class.vfs_home_hooks.inc.php * Admin/Filemanager: creating groups did not create group directory, but damaged VFS (can be repaired with "Check virtual filesystem") 2014-06-04 09:26:29 +00:00
class.vfs_stream_wrapper.inc.php no need to manually (un)serialize vfs_fstab and detect old php serialize and new json_encoded values 2014-06-27 07:48:44 +00:00
class.vfs_webdav_server.inc.php
common_functions.inc.php * API: storing category extra data now json-encoded 2014-06-27 08:21:01 +00:00
functions.inc.php fixed egw_min_php_version to 5.3 2013-11-11 08:27:10 +00:00
jscalendar-setup.php