egroupware/phpgwapi/inc
2014-02-21 11:10:11 +00:00
..
adodb
horde * CalDAV/Calendar: fixed invalid ics file for alarm exactly at the event 2014-02-10 08:53:16 +00:00
htmLawed
idna_convert
min fixed uncaught exeption "Serialization of Closure is not allowed", when minifying is enabled 2014-01-11 19:32:38 +00:00
savant2
class.about.inc.php
class.accounts_ads.inc.php reverted accidently commited phpgwapi changes 2013-10-15 09:36:23 +00:00
class.accounts_ldap.inc.php
class.accounts_sql.inc.php allways add "account_lid" to order of accounts, as groups only have that, also at ASC/DESC sort to each order criteria 2014-01-21 17:18:29 +00:00
class.accounts.inc.php
class.acl.inc.php
class.applications.inc.php reverted accidently commited phpgwapi changes 2013-10-15 09:36:23 +00:00
class.arrayfunctions.inc.php
class.asyncservice.inc.php * All apps: run link notifications after processing and returning control to user to speed up saving of entries with links to (big) projects 2014-02-20 11:29:51 +00:00
class.auth_ads.inc.php
class.auth_cas.inc.php
class.auth_fallback.inc.php
class.auth_fallbackmail2sql.inc.php
class.auth_http.inc.php
class.auth_ldap.inc.php
class.auth_mail.inc.php
class.auth_nis.inc.php
class.auth_pam.inc.php
class.auth_sql.inc.php
class.auth_sqlssl.inc.php
class.auth.inc.php * Admin/Preferences: changepassword hook was called twice 2013-10-25 19:24:01 +00:00
class.bolink.inc.php
class.categories.inc.php Remove "BLACK DIAMOND SUIT" character from global categories 2014-02-03 09:19:59 +00:00
class.common.inc.php fixed sitemgr-links show no navbar icon in Stylite/Pixelegg template 2014-02-16 09:12:08 +00:00
class.config.inc.php fixed modified translations were not automatic loaded after new login 2014-02-21 11:10:11 +00:00
class.contacts.inc.php
class.contenthistory.inc.php
class.country.inc.php
class.db_backup.inc.php disable transaction for mysql for restore, as a failure during restore may lead to an empty database, as drop table is not transactional for mysql 2014-02-17 16:16:44 +00:00
class.egw_cache_apc.inc.php
class.egw_cache_files.inc.php
class.egw_cache_memcache.inc.php
class.egw_cache_xcache.inc.php
class.egw_cache.inc.php
class.egw_ckeditor_config.inc.php IE changed its USER_AGENT string; html:: report trident; change this to msie when detected, to match the use of msie throughout egroupware; use moonocolor as fallback skin, when ie anf ff are detected 2014-02-17 13:56:17 +00:00
class.egw_datetime.inc.php
class.egw_db.inc.php preparing to use egroupware with mbstring.func_overload=0 by using mb_(strlen|substr) where necessary and providing an implementation for mb_*, if mbstring is not available 2014-02-03 19:57:50 +00:00
class.egw_digest_auth.inc.php
class.egw_exception.inc.php reverted accidently commited phpgwapi changes 2013-10-15 09:36:23 +00:00
class.egw_favorites.inc.php Move reading of favorites into a separate function from rendering list 2014-02-20 17:44:53 +00:00
class.egw_find_iterator.inc.php
class.egw_framework.inc.php fix some html markup IE complains about 2014-02-19 11:49:53 +00:00
class.egw_grid_columns.inc.php
class.egw_htmLawed.inc.php we allow filtered style sections now throughout egroupware 2014-02-17 11:35:25 +00:00
class.egw_ical_iterator.inc.php
class.egw_idna.inc.php
class.egw_include_mgr.inc.php using now 3 minified and concatinated javascript file-bundles: 2014-01-11 18:49:51 +00:00
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 make sure that request parameters is array before binding/passing them to handle_request 2014-02-17 09:44:13 +00:00
class.egw_keymanager.inc.php
class.egw_link.inc.php * All apps: run link notifications after processing and returning control to user to speed up saving of entries with links to (big) projects 2014-02-20 11:29:51 +00:00
class.egw_mailer.inc.php
class.egw_session_files.inc.php
class.egw_session_memcache.inc.php
class.egw_session.inc.php remove Expires header from egw_session::cache_control(true), so have same behavior as session_cache_limiter("private_no_expire") 2014-01-28 15:06:47 +00:00
class.egw_tail.inc.php Fix wrong styling in egw_tail log 2014-01-28 08:33:28 +00:00
class.egw_time.inc.php
class.egw_vfs.inc.php reverted accidently commited phpgwapi changes 2013-10-15 09:36:23 +00:00
class.egw.inc.php allow to send a redirect from server-side via client-side egw.link_handler(url, app) allowing to specify which tab to use and a top-level (ajax=true) url 2014-02-19 15:08:51 +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 * CalDAV/CardDAV: fixed support for limited sync-collection report used eg. by Marten Gajdas Android apps 2014-02-20 17:46:15 +00:00
class.groupdav_hooks.inc.php
class.groupdav_principals.inc.php * CalDAV/Resources: fixed only first N resources were available in CalDAV (N = common preference how many entries to show) 2014-01-28 14:44:52 +00:00
class.groupdav.inc.php * CalDAV: fixed wrong http-status for delete in inbox and announce sync-report on inbox, so clients using it get events only once 2013-10-31 11:29:22 +00:00
class.historylog.inc.php * eTemplate/all apps: limit displayed history to 500 entries 2014-02-20 12:47:06 +00:00
class.hooks.inc.php
class.html.inc.php fixed user agent detection to report correct IE version to fix not longer used svg images after last fix, also fixed all IDE warnings 2014-02-18 19:21:34 +00:00
class.iface_stream_wrapper.inc.php
class.ischedule_client.inc.php
class.ischedule_server.inc.php uncommited changes 2013-11-11 08:31:33 +00:00
class.jscalendar.inc.php get navigation-calendar to use egw_link_handler too, so listview does not reload top window 2013-12-18 05:23:45 +00:00
class.ldap.inc.php reverted accidently commited phpgwapi changes 2013-10-15 09:36:23 +00:00
class.ldapserverinfo.inc.php
class.links_stream_wrapper.inc.php reverted accidently commited phpgwapi changes 2013-10-15 09:36:23 +00:00
class.listbox.inc.php
class.log.inc.php
class.mailDomainSigner.inc.php
class.mime_magic.inc.php static method can not use $this, there is no need to anyway 2013-11-11 08:28:03 +00:00
class.network.inc.php
class.nextmatchs.inc.php
class.phpmailer.inc.php
class.portalbox.inc.php
class.preferences.inc.php fixed can NOT unset last (forced) preference of an app, also fixed not working delete_(user|group) code 2014-01-23 12:33:25 +00:00
class.resultbox.inc.php
class.schema_proc.inc.php * Tracker: dropping unique index(es) on escalations to not limit creating same escalations eg. on different queues 2014-01-14 11:06:31 +00:00
class.send.inc.php
class.smtp.php
class.solink.inc.php
class.sqlfs_stream_wrapper.inc.php
class.sqlfs_utils.inc.php * API/Admin: fixed SQL error on repairing filesystem, if one of required directories has wrong permissions 2014-01-07 09:55:07 +00:00
class.Template.inc.php
class.tplsavant2.inc.php
class.translation.inc.php fixed modified translations were not automatic loaded after new login 2014-02-21 11:10:11 +00:00
class.uiaccountsel.inc.php switching on Content-Security-Policy: script-src 'self' 'unsafe-eval' for all templates, old non-et2 apps can call egw_framework::csp_script_src_attrs('unsafe-inline') to enable inline scripts in their scope, et2 does it for CK editor which does not support CSP currently and old etemplate does it for all apps using it 2013-10-05 13:33:28 +00:00
class.vfs_home_hooks.inc.php
class.vfs_stream_wrapper.inc.php
class.vfs_webdav_server.inc.php
common_functions.inc.php using correct bit not just any overload setting 2014-02-07 14:02:48 +00:00
functions.inc.php fixed egw_min_php_version to 5.3 2013-11-11 08:27:10 +00:00
jscalendar-setup.php only allow caching, if login succeeds, otherwise we get a cached redirect to login 2014-02-10 09:15:29 +00:00