egroupware/phpgwapi/inc
2011-09-26 09:52:43 +00:00
..
adodb
fpdf
horde * Fix SyncEvolution issue (community bug#2975) 2011-09-24 17:33:35 +00:00
htmlpurifier
savant2
class.about.inc.php
class.accounts_ldap.inc.php make basic data of current user available via egw.user(_field) 2011-08-31 12:17:34 +00:00
class.accounts_sql.inc.php make basic data of current user available via egw.user(_field) 2011-08-31 12:17:34 +00:00
class.accounts.inc.php no need for db schema on the client 2011-09-09 14:56:34 +00:00
class.acl.inc.php
class.applications.inc.php
class.arrayfunctions.inc.php
class.asyncservice.inc.php
class.auth_ads.inc.php
class.auth_cas.inc.php
class.auth_fallback.inc.php * API/CheckPasswordAge: new approach to the issue, as we have to take into account that the timestamp of the last password change may not be provided by the auth system. We fetch the timestamp from the authsystem if the method is implemented for the auth method configured (instead of juggling with account_lastpasswd_change or account_lastpwd_change) 2011-09-22 15:29:41 +00:00
class.auth_fallbackmail2sql.inc.php * API/CheckPasswordAge: new approach to the issue, as we have to take into account that the timestamp of the last password change may not be provided by the auth system. We fetch the timestamp from the authsystem if the method is implemented for the auth method configured (instead of juggling with account_lastpasswd_change or account_lastpwd_change) 2011-09-22 15:29:41 +00:00
class.auth_http.inc.php
class.auth_ldap.inc.php as the timestamp used for ldap is not the unixtimestamp, we just use time for updating the session cache on auth_alpwchange_val 2011-09-23 11:10:05 +00:00
class.auth_mail.inc.php
class.auth_nis.inc.php
class.auth_pam.inc.php
class.auth_sql.inc.php set the session cache for auth_alpwchange_val in methods for changepassword too 2011-09-23 09:56:12 +00:00
class.auth_sqlssl.inc.php
class.auth.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.bolink.inc.php
class.browser.inc.php
class.categories.inc.php
class.common.inc.php - fixed image map was empty created when not loged in (now directories are used and not $GLOBALS['egw_info']['apps']) 2011-08-31 10:16:12 +00:00
class.config.inc.php fixed serveral issues around cached config: 2011-09-13 09:25:25 +00:00
class.contacts.inc.php
class.contenthistory.inc.php
class.country.inc.php
class.creditspoint.inc.php
class.db_backup.inc.php
class.db.inc.php
class.dragdrop.inc.php
class.egw_cache_apc.inc.php
class.egw_cache_files.inc.php fix bug reported on devel-list: 2011-08-29 05:58:54 +00:00
class.egw_cache_memcache.inc.php
class.egw_cache.inc.php fixed serveral issues around cached config: 2011-09-13 09:25:25 +00:00
class.egw_ckeditor_config.inc.php
class.egw_datetime.inc.php
class.egw_db.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_digest_auth.inc.php
class.egw_exception.inc.php
class.egw_find_iterator.inc.php
class.egw_framework.inc.php make basic data of current user available via egw.user(_field) 2011-08-31 12:17:34 +00:00
class.egw_grid_columns.inc.php
class.egw_ical_iterator.inc.php
class.egw_include_mgr.inc.php Included dhtmlx js files in egw_menu_dhtmlx.js, fixed problem with removing action objects, improved egw_include_mgr a bit 2011-09-09 14:03:18 +00:00
class.egw_index.inc.php
class.egw_json.inc.php fixed fatal error, if there are no parameters 2011-09-14 14:22:17 +00:00
class.egw_keymanager.inc.php
class.egw_link.inc.php check if we are already trying to unlink the entry, to avoid an infinit recursion 2011-09-15 16:35:28 +00:00
class.egw_mailer.inc.php
class.egw_session_files.inc.php
class.egw_session_memcache.inc.php
class.egw_session.inc.php patch to fix problem with ->not able to see mail<- egw_instant_load.html not found. provided by Vladimir Kolobkov; Thanks a lot 2011-07-25 15:52:22 +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 09:52:43 +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:40:52 +00:00
class.egw.inc.php fix bug reported on devel-list: 2011-08-29 05:58:54 +00:00
class.error.inc.php
class.errorlog.inc.php
class.filesystem_stream_wrapper.inc.php
class.global_stream_wrapper.inc.php
class.groupdav_handler.inc.php read-free-busy, schedule-send and schedule-deliver privileges 2011-09-22 18:46:16 +00:00
class.groupdav_hooks.inc.php
class.groupdav_principals.inc.php iOS iCal sends now pricipal-property-search reports to autocomplete participants, but not (yet) displays the result, for whatever reason ... 2011-09-25 12:00:20 +00:00
class.groupdav.inc.php fixed typo causing to not announce addressbook outside of addressbook folder 2011-09-26 06:39:13 +00:00
class.historylog.inc.php
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 fix problem with double encoding html special chars (introduced with rev36141) 2011-08-26 08:21:04 +00:00
class.http.inc.php
class.iface_stream_wrapper.inc.php
class.interserver.inc.php
class.jscalendar.inc.php
class.kses.inc.php
class.ldap.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.ldapserverinfo.inc.php
class.links_stream_wrapper.inc.php
class.listbox.inc.php
class.log.inc.php
class.mime_magic.inc.php
class.network.inc.php
class.nextmatchs.inc.php
class.PclZip.inc.php
class.pdf.inc.php
class.pdmlwrapper.inc.php
class.phpmailer.inc.php
class.portalbox.inc.php
class.preferences.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.resultbox.inc.php
class.rssparser.inc.php
class.schema_proc.inc.php
class.send.inc.php
class.sessions_db.inc.php
class.smbhash.inc.php
class.smtp.php
class.soap_client.inc.php
class.soap_parser.inc.php
class.soap_server.inc.php
class.soapclient.inc.php
class.soapmsg.inc.php
class.soapval.inc.php
class.solink.inc.php * API/Calendar: allow to link to accounts and allow to select accounts as participants by searching them like contacts 2011-09-07 14:47:51 +00:00
class.sqlfs_stream_wrapper.inc.php
class.Template.inc.php
class.tplsavant2.inc.php
class.translation.inc.php
class.uiaccountsel.inc.php
class.vfs_home_hooks.inc.php
class.vfs_stream_wrapper.inc.php - config is now cached on instance level 2011-08-26 13:50:20 +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:39:46 +00:00
class.wsdl.inc.php
class.xml.inc.php
class.xmlrpc_client.inc.php
class.xmlrpc_server_epi.inc.php
class.xmlrpc_server_php.inc.php
class.xmlrpc_server.inc.php
class.xmlrpcmsg.inc.php
class.xmlrpcresp.inc.php
class.xmlrpcval.inc.php
common_functions.inc.php
functions.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
jscalendar-setup.php
soap_functions.inc.php
soaplib.soapinterop.php
xml_functions.inc.php
xmlrpc.interop.php