.. |
app_base.js
|
- new app.js observer method which receives update notifications from all apps
|
2014-05-22 15:29:14 +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
|
fixing the fix: using private var to store config
|
2014-01-10 08:12:59 +00:00 |
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
|
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
|
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
|
Store the jQuery jqXHR request object in the json_request, and return it from sendRequest() so caller can access it, if needed.
|
2014-03-26 17:53:09 +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
|
Fix bug where if no additional apps were requested, no translation was done.
|
2014-04-28 16:17:41 +00:00 |
egw_links.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_message.js
|
run observers in main window (eg. not iframe, which might be opener!)
|
2014-05-23 09:19:46 +00:00 |
egw_open.js
|
* FireFox/all apps: fixed in recent FF version popups opened always in a single popup (overwritting previous opened one)
|
2014-03-26 10:32:17 +00:00 |
egw_preferences.js
|
open preferences and ACL in a popup (ACL still needs a little more work: use et2_dialog to add/edit instead of an other popup)
|
2014-04-01 15:49:08 +00:00 |
egw_ready.js
|
|
|
egw_store.js
|
|
|
egw_tail.js
|
Fix wrong styling in egw_tail log
|
2014-01-28 08:33:28 +00:00 |
egw_tooltip.js
|
|
|
egw_user.js
|
fixed select-accounts show only part of users, caused by previously trying to extend now used array
|
2014-05-07 15:51:45 +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
|
fix Array has no method match, if egw_framework::message() is called in GET request
|
2014-04-01 14:16:11 +00:00 |
jsapi.js
|
- new app.js observer method which receives update notifications from all apps
|
2014-05-22 15:29:14 +00:00 |