.. |
app_base.js
|
-Unencode favorite search, firefox leaves encoded spaces
|
2014-02-06 17:53:29 +00:00 |
egw_calendar.js
|
silently fix skiped minutes or times with just one digit, as parser is quite pedantic ;-)
|
2014-01-29 13:10:31 +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
|
Fix error in window module instanciation
|
2013-04-01 19:06:47 +00:00 |
egw_css.js
|
Window dependant api modules do now get reinstanciated, if the window location changes
|
2012-03-07 15:20:04 +00:00 |
egw_data.js
|
Fix type attribute check to work
|
2014-01-13 08:58:16 +00:00 |
egw_debug.js
|
move egw_(message|app_header) from jsapi.js to egw_message.js available as egw(window).message(_msg, _type) and make it usable in popups too
|
2014-02-06 15:42:33 +00:00 |
egw_files.js
|
fix en translation is always used for common, caused by preferences had a stub default preference for common AND egw.includeJS immediatly called callback for a file just sheduled to be loaded, but not yet arrived
|
2014-01-15 17:39:07 +00:00 |
egw_images.js
|
new method to create object tag for svg and img for all other image types
|
2014-01-14 16:07:39 +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 et2_dialog static methods like confirm did not show translations: injecting an egw object with loaded translations for current app
|
2014-01-23 10:52:44 +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
|
fixed app-header show in wrong tab, caused by framework object being created AFTER egw
|
2014-02-07 09:11:30 +00:00 |
egw_open.js
|
Some UI for client error log, log egw.open() calls
|
2014-01-21 09:21:46 +00:00 |
egw_preferences.js
|
fixed caching in a couple of places:
|
2014-01-18 17:43:15 +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
|
fixed app-header show in wrong tab, caused by framework object being created AFTER egw
|
2014-02-07 09:11:30 +00:00 |
jsapi.js
|
move egw_(message|app_header) from jsapi.js to egw_message.js available as egw(window).message(_msg, _type) and make it usable in popups too
|
2014-02-06 15:42:33 +00:00 |