.. |
app_base.js
|
Call applyFilters() function instead of setting directly, which skipped change detection.
|
2014-07-14 09:59:02 +00:00 |
egw_calendar.js
|
public method to translate between PHP and jQuery date(Time)Picker date/time-format
|
2014-05-08 15:57:07 +00:00 |
egw_config.js
|
|
|
egw_core.js
|
changed et2_core_inheritance.js to implement ClassWithAttributes extending Class from egw_inheritance and changed et2 objects to use ClassWithAttributes when required (also fixed lots of IDE warnings / added docu)
|
2014-03-20 09:40:37 +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
|
- Use timestamp to give cached dataFetch data a lifetime, currently 29 seconds.
|
2014-08-04 17:04:11 +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
|
fixed javascript errors happening if config was not loaded
|
2014-03-25 12:23:06 +00:00 |
egw_inheritance.js
|
changed et2_core_inheritance.js to implement ClassWithAttributes extending Class from egw_inheritance and changed et2 objects to use ClassWithAttributes when required (also fixed lots of IDE warnings / added docu)
|
2014-03-20 09:40:37 +00:00 |
egw_jquery.js
|
|
|
egw_json.js
|
Enhance error message to include request info
|
2014-05-27 14:53:34 +00:00 |
egw_jsonq.js
|
|
|
egw_lang.js
|
Fix bug where if no additional apps were requested, no translation was done.
|
2014-04-28 16:17:41 +00:00 |
egw_links.js
|
* Admin/API: remove no longer fully supported method to not "store session-id in cookie", it is the safer default anyway
|
2014-07-18 10:02:51 +00:00 |
egw_message.js
|
Make sure _with value is not null when trying to replace it into url, it causes broken url while using _replace argument from refresh_opener
|
2014-07-18 09:16:41 +00:00 |
egw_open.js
|
Add browser popup blocker checker for open_link method.
|
2014-08-04 14:02:05 +00:00 |
egw_preferences.js
|
set_preference now accepts an additional callback parameter, passed on to jsonq
|
2014-07-08 03:34:05 +00:00 |
egw_ready.js
|
|
|
egw_store.js
|
|
|
egw_tail.js
|
|
|
egw_tooltip.js
|
|
|
egw_user.js
|
activating observer for admin instead of app_refresh and using it to invalidate client-side account-cache
|
2014-06-26 08:23:02 +00:00 |
egw_utils.js
|
|
|
egw.js
|
* eTemplate2: fixed popups eg. tracker open empty, not rendering popup content
|
2014-07-21 13:38:23 +00:00 |
jsapi.js
|
- new app.js observer method which receives update notifications from all apps
|
2014-05-22 15:29:14 +00:00 |