.. |
app_base.js
|
Add handler for dropping mail into infolog
|
2015-02-24 19:07:48 +00:00 |
egw_calendar.js
|
allow to disable date widget with set_readonly on run-time
|
2014-12-02 17:19:13 +00:00 |
egw_config.js
|
garding againts data set in egw object by reference from an other window, causing data to be inaccessible in IE after window closes
|
2015-02-02 19:49:18 +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
|
Fix bug in rule removal prevented adding more rules
|
2015-02-19 17:14:31 +00:00 |
egw_data.js
|
Do not remove rows that just have not changed.
|
2015-04-14 19:56:15 +00:00 |
egw_debug.js
|
fix typo
|
2014-10-01 10:37:30 +00:00 |
egw_files.js
|
Fix for protocol detection and problems converting absolute to relative paths, from Thomas Kurschel.
|
2015-03-17 14:47:24 +00:00 |
egw_images.js
|
Change the document thumbnails to mark with mimetype icon
|
2015-02-25 18:07:21 +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
|
phpgwapi:
|
2012-03-09 15:32:29 +00:00 |
egw_json.js
|
Avoid occasional 'TypeError: Cannot read property '0' of null' error from aborted JSON when debugging.
|
2015-03-09 15:23:07 +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
|
Do not warn about translating nulls, just return empty string
|
2015-04-21 19:47:23 +00:00 |
egw_links.js
|
respect download_url given by vfs
|
2015-05-01 10:52:24 +00:00 |
egw_message.js
|
Wrap this into jQuery object, so remove() works in IE
|
2015-03-19 16:08:16 +00:00 |
egw_open.js
|
Introduce new target type called "_browser", in order to specify browser default link handling
|
2015-03-27 10:13:57 +00:00 |
egw_preferences.js
|
garding againts data set in egw object by reference from an other window, causing data to be inaccessible in IE after window closes
|
2015-02-02 19:49:18 +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
|
Add API for browser localStorage
|
2015-03-19 09:34:06 +00:00 |
egw_tail.js
|
Fix wrong styling in egw_tail log
|
2014-01-28 08:33:28 +00:00 |
egw_tooltip.js
|
Prevent tooltips from going off the side of popups
|
2014-11-27 17:38:37 +00:00 |
egw_user.js
|
garding againts data set in egw object by reference from an other window, causing data to be inaccessible in IE after window closes
|
2015-02-02 19:49:18 +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
|
stop redirection loop
|
2015-05-01 16:34:28 +00:00 |
jsapi.js
|
moving egw_openWindowCentered() to egw(window).openPopup()
|
2014-12-01 10:44:51 +00:00 |