egroupware_official/phpgwapi/js/jsapi
2014-03-18 22:28:50 +00:00
..
app_base.js stop event propagation after calling setState, fixes "double sidebox" in CRM view, if called via a favorite (caused 2 identical requests to server, which both added their sidebox) 2014-03-11 08:16:52 +00:00
egw_calendar.js fixing wired IE11 errors ... 2014-02-25 17:16:42 +00:00
egw_config.js fixing the fix: using private var to store config 2014-01-10 08:12:59 +00:00
egw_core.js several IE11 fixes avoiding or working around javascript errors 2014-02-19 15:10:39 +00:00
egw_css.js do NOT initialise imediatly, as DOM is not yet ready (at least in IE11) 2014-02-25 16:02:46 +00:00
egw_data.js Pass along last modification time to callback 2014-03-18 22:28:50 +00:00
egw_debug.js several IE11 fixes avoiding or working around javascript errors 2014-02-19 15:10:39 +00:00
egw_files.js wrong window was used when compiling list of already included scripts or css files, fixes missing css styles for context menu in popups (list of links) 2014-03-13 15:28:42 +00:00
egw_images.js fix exception for not found image / null passed 2014-02-10 09:16:18 +00:00
egw_inheritance.js propset svn:keywords Id 2013-04-09 12:10:48 +00:00
egw_jquery.js phpgwapi: 2012-03-09 15:32:29 +00:00
egw_json.js allow to optionally specify app for redirect instead of always using current app 2014-01-27 16:28:39 +00:00
egw_jsonq.js Only call request callback once, when the request is finished. 2014-01-11 14:47:31 +00:00
egw_lang.js fixed modified translations were not automatic loaded after new login 2014-02-21 11:10:11 +00:00
egw_links.js caching translations for 10days and changing translation url, when translations are changing --> saves server-roundtrip for each translation 2014-01-09 15:32:07 +00:00
egw_message.js fix IDE warnings 2014-02-25 16:03:12 +00:00
egw_open.js moving egw_preferences (handler to call preferenes, acl or categories) from jsapi.js to egw_preferences.js show_preferences() method 2014-02-07 14:04:12 +00:00
egw_preferences.js fixing wired IE errors: need to clone data in set_preferences, as it gets cleaned up in IE 2014-02-25 17:05:16 +00:00
egw_ready.js fixed translations not loaded on very first request, as postponing ready for waiting on translations did not work, now using a direct callback instead 2013-10-08 08:55:15 +00:00
egw_store.js Make storage api global 2013-10-07 10:08:24 +00:00
egw_tail.js Fix wrong styling in egw_tail log 2014-01-28 08:33:28 +00:00
egw_tooltip.js Fixed design problem in egw_core, which caused window-local modules to be instanciated multiple times if used for multiple applications inside a window. Added egw_css.js as replacement for et2_core_stylesheet.js, which allows to add stylesheet rules at runtime 2012-03-07 14:04:25 +00:00
egw_user.js Client side API now supports modules which are instanciated per application or per window; removed et2_debug function from et2_core_common, now using corresponding API function. 2012-03-05 13:07:38 +00:00
egw_utils.js Switch to a heartbeat style of tracking open [named] popups. Seems much more consistent. 2013-10-10 09:37:21 +00:00
egw.js Adjust width for resized popup windows, since we are trying to use fix width for edit popups 2014-03-10 16:04:01 +00:00
jsapi.js fixed not working referesh of ACL list 2014-03-12 13:14:23 +00:00