egroupware/api/js/jsapi
Ralf Becker 45111b8cd9 if "common" prefs are not loaded, do not display page generation time
Before we queried page_generation_time common preference without a callback, which send a synchronious request to server to fetch common preferences, when it returned it looked for the preference again and send the next synchronious request to the server, in an infinit loop. Now setting _callback parameter of egw.preference() to false, just returns undefined, if common preferences are not yet loaded, but dont try to query them from server
2016-07-20 17:15:41 +02:00
..
app_base.js Fix favorite delete confirm dialog header was not translated 2016-07-07 10:19:13 -06:00
egw_calendar.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
egw_config.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_core.js make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api 2016-05-01 09:57:48 +00:00
egw_css.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_data.js WIP EGroupware without phpgwapi&etemplate 2016-05-04 19:07:54 +00:00
egw_debug.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
egw_files.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_images.js mv template specific images from "phpgwapi" to "api" and search "api" also on client-side for image, added debug GET parameter to images.php to JSON pretty-print instead of one line javascript 2016-05-05 09:16:27 +00:00
egw_inheritance.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_jquery.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
egw_json.js if "common" prefs are not loaded, do not display page generation time 2016-07-20 17:15:41 +02:00
egw_jsonq.js make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api 2016-05-01 09:57:48 +00:00
egw_lang.js do not request translations empty or undefined app name from server 2016-05-05 09:23:06 +00:00
egw_links.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
egw_message.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
egw_notification.js Check and ask for the notification permission if nothing yet set 2016-07-11 12:24:59 +02:00
egw_open.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
egw_preferences.js if "common" prefs are not loaded, do not display page generation time 2016-07-20 17:15:41 +02:00
egw_ready.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_store.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_tail.js fix not working tail popup 2016-06-18 10:22:34 +02:00
egw_tooltip.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
egw_user.js make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api 2016-05-01 09:57:48 +00:00
egw_utils.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
egw.js Fix asyncIncludetime in genPageTime repeats itself into DOM instead of updating the value 2016-07-15 09:35:02 +02:00
jsapi.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00