egroupware_official/phpgwapi/inc
2009-11-28 16:20:21 +00:00
..
adodb removed tests folder, as it is NOT used by EGroupware 2009-09-21 08:18:50 +00:00
fpdf patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
horde Fix RRULE issue with trailing colon 2009-11-25 19:17:52 +00:00
htmlpurifier purifier upgrade to 4.0.0 2009-11-27 09:37:41 +00:00
savant2 patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.about.inc.php
class.accounts_ldap.inc.php bugfix groupmembers of groups got lost, while renaming accounts 2009-11-04 11:17:06 +00:00
class.accounts_sql.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.accounts.inc.php
class.acl.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.applications.inc.php
class.arrayfunctions.inc.php
class.asyncservice.inc.php Add ability to find out next run time as at a given date, instead of just 'now' 2009-06-26 14:26:14 +00:00
class.auth_ads.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.auth_cas.inc.php
class.auth_http.inc.php
class.auth_ldap.inc.php Fixing the fix ;-) 2009-04-09 08:11:24 +00:00
class.auth_mail.inc.php
class.auth_nis.inc.php
class.auth_pam.inc.php
class.auth_sql.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.auth_sqlssl.inc.php
class.auth.inc.php
class.bolink.inc.php
class.browser.inc.php "quiten permanent error_log" 2009-10-13 19:18:38 +00:00
class.categories.inc.php central method in categories class to check a given list of category ids for needed permission 2009-11-26 08:24:51 +00:00
class.common.inc.php HTTP_REFERER seems NOT to get urldecoded, causing url already containing 2009-11-27 12:35:57 +00:00
class.config.inc.php port Christian Binders patch to handle config values as well (e.g.:customfields): little helper for prefs if unserialize failed - this can happen if the pref comes from an installation with another charset than the current system charset 2009-11-02 10:55:30 +00:00
class.contacts.inc.php
class.contenthistory.inc.php - merged SyncML-1.2 branch with trunk: 2009-07-15 19:31:25 +00:00
class.country.inc.php
class.creditspoint.inc.php
class.db_backup.inc.php re-added support for gzipped and unzipped files for db restore on empty installations - was (maybe accidentally) removed with housekeeping feature 2009-10-12 13:28:28 +00:00
class.db.inc.php
class.dragdrop.inc.php
class.egw_cache_files.inc.php "quitent some warnings about not writable dirs, eg. if calling cli programms with users not having permissions for the cache dir" 2009-05-02 12:33:28 +00:00
class.egw_cache_memcache.inc.php Caching provider for memcached using PHP's memcache extension 2009-04-20 14:33:31 +00:00
class.egw_cache.inc.php fixed wrong default parameter for $callback_params, call_user_func_array requires an empty array and not null (gives a fatal error under php5.3) 2009-06-08 15:46:45 +00:00
class.egw_datetime.inc.php
class.egw_db.inc.php automatic convert egw_time/DateTime objects when quoting values 2009-10-08 16:20:37 +00:00
class.egw_exception.inc.php "removed not used query variable" 2009-04-28 10:09:26 +00:00
class.egw_framework.inc.php make dynamic resizable sidebox width app specific 2009-11-18 20:00:26 +00:00
class.egw_index.inc.php
class.egw_link.inc.php API changes to support optional link sub-types 2009-11-19 20:09:30 +00:00
class.egw_session_files.inc.php fixed not found user sessions while working with notifications and assured that all_no_sort param gets handed over to handler class 2009-10-23 13:07:11 +00:00
class.egw_session_memcache.inc.php needed for check_load_extension (session-handler gets included before regular include via the header.inc.php) 2009-04-22 10:35:31 +00:00
class.egw_session.inc.php "removed unnecessary check for NOT allowed apps of anon user from session::verify, as there's an other one in egw::verify_session throwing an exception, which can be used to handle the situation better" 2009-10-25 17:28:30 +00:00
class.egw_time.inc.php querying date_default_timezone_get() only once and storing it as 2009-11-28 10:18:21 +00:00
class.egw_vfs.inc.php "- fixed error prefenting updating of locks 2009-10-13 21:05:09 +00:00
class.egw.inc.php "throw assertion failed exception (with trace), if redirect fails because output already started" 2009-11-17 14:56:57 +00:00
class.error.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.errorlog.inc.php
class.filesystem_stream_wrapper.inc.php "fixed not working stream_open() $mode == 'rb', was requiring write rights as != 'r'" 2009-04-19 07:30:26 +00:00
class.global_stream_wrapper.inc.php "added stream_stat required to use file_get_contents" 2009-08-26 14:10:25 +00:00
class.groupdav_groups.inc.php
class.groupdav_handler.inc.php "setting a higher CHUNK_SIZE to improve performance" 2009-10-19 07:47:06 +00:00
class.groupdav_principals.inc.php
class.groupdav.inc.php "fix autoindex to work with iterator" 2009-10-17 12:22:40 +00:00
class.historylog.inc.php
class.hooks.inc.php "let new method hooks fail gracefully if hook class-file does not exists (like the old hooks do, eg. if app got removed)" 2009-11-16 09:42:53 +00:00
class.html.inc.php hack to influence selectbox width behavior for MSIE; applied to all selectboxes created by html::select and etemplate.js loaded 2009-11-28 14:32:33 +00:00
class.http.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.iface_stream_wrapper.inc.php
class.interserver.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.javascript.inc.php "fixed wrong path buildng (missing slash)" 2009-10-12 09:46:36 +00:00
class.jscalendar.inc.php new option &128 to NOT require an extra trigger for date popup, clicking 2009-11-25 20:19:35 +00:00
class.kses.inc.php
class.ldap.inc.php - phpDocumentor headers and improved docu about class methods 2009-08-22 06:58:38 +00:00
class.ldapserverinfo.inc.php - phpDocumentor headers and improved docu about class methods 2009-08-22 06:58:38 +00:00
class.links_stream_wrapper.inc.php
class.listbox.inc.php
class.log.inc.php
class.mime_magic.inc.php added support for ms excel 2007 2009-09-01 14:41:48 +00:00
class.network.inc.php
class.nextmatchs.inc.php
class.PclZip.inc.php
class.pdf.inc.php
class.pdmlwrapper.inc.php
class.phpmailer.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.portalbox.inc.php Hide close button if user is forced to have the section on their homepage 2009-09-21 21:47:04 +00:00
class.preferences.inc.php little helper for prefs if unserialize failed - this can happen if the pref comes from an installation with another charset than the current system charset 2009-10-19 21:15:12 +00:00
class.resultbox.inc.php
class.rssparser.inc.php
class.schema_proc.inc.php "cant create an index without fields (was observed in broken backups)" 2009-08-17 07:30:47 +00:00
class.send.inc.php always try to set the Sender information; use set Sender, then try using the Sender info possibly supplied with the SMTP Auth info, then use the Profiles identity eMailaddress, if available 2009-09-01 07:12:50 +00:00
class.service_contacts.inc.php
class.service_notes.inc.php
class.service_schedule.inc.php
class.service.inc.php
class.sessions_db.inc.php
class.smbhash.inc.php
class.smtp.php
class.soap_client.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.soap_parser.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.soap_server.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.soapclient.inc.php
class.soapmsg.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.soapval.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.solink.inc.php
class.sqlfs_stream_wrapper.inc.php checking if attachment or attachment dir exists, before trying to delete it, to quieten warning, also improved warning to be precise if file does not exist, is no directory, or permission missing 2009-07-18 09:12:52 +00:00
class.Template.inc.php
class.tplsavant2.inc.php
class.translation.inc.php fixed sometimes not translatable phrases longer 128 chars, problem was a trim() after truncating the message to 128 chars 2009-11-28 16:20:21 +00:00
class.uiaccountsel.inc.php
class.validator.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.vfs_home_hooks.inc.php "prevent empty account-names from deleting whole /home" 2009-04-29 19:15:54 +00:00
class.vfs_stream_wrapper.inc.php if file is moved from one filesystem / wrapper to an other --> copy it 2009-11-28 15:23:26 +00:00
class.vfs_webdav_server.inc.php "copied COPY from HTTP_WebDAV_Server_Filesystem: 2009-04-30 07:41:46 +00:00
class.wsdl.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xml.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xmlrpc_client.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xmlrpc_server_epi.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xmlrpc_server_php.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xmlrpc_server.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xmlrpcmsg.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xmlrpcresp.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.xmlrpcval.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
common_functions.inc.php if we encounter potential malicious script, we run it through html::purify. we test that again against potential malicious code, and drop the content only if we fail the test against the cleaned content as well. we set egw_unset_vars at any case with the original content, in case the application in question makes use of it. 2009-11-24 11:28:49 +00:00
functions.inc.php "setting minimum php version to 5.2" 2009-10-12 09:48:04 +00:00
jscalendar-setup.php fix for jscalendar in sitemgr (was not displayed) provided by H.J.Tappe 2009-07-31 12:56:39 +00:00
phpgw_mime.types
soap_functions.inc.php
soaplib.soapinterop.php
xajax.inc.php
xajaxResponse.inc.php
xml_functions.inc.php latin1 is not a valid parameter for htmlspecialchars(), changed fallback charset to UTF-8 2009-08-06 21:07:06 +00:00
xmlrpc.interop.php