egroupware_official/api
Ralf Becker 94775dd858 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:17:03 +02:00
..
images move category images to api, fixes PHP Fatal in admin_categories, if phpgwapi is not installed 2016-05-09 10:05:57 +00:00
inc fix diverse occurences of egw_db 2016-05-06 11:13:19 +00:00
js if "common" prefs are not loaded, do not display page generation time 2016-07-20 17:17:03 +02:00
lang German translation for long task totals 2016-07-15 08:10:55 -06:00
ntlm fix ntlm directory path 2016-07-15 13:55:37 +02:00
setup fix home-accounts in egw_customfields and egw_links to api-accounts 2016-05-07 07:50:33 +00:00
src forgot to modify Link::get_data() 2016-07-15 19:44:14 +02:00
templates/default Add totals (selected, successful, skipped, failed) to long task dialog 2016-07-15 08:10:55 -06:00
asyncservices.php * API: async service failed to run on a default install (no phpgwapi) 2016-06-08 15:35:06 +02:00
asyncwrapper.php move asyncservices class to api 2016-04-06 19:27:47 +00:00
categories.php * All application/category filter: 2016-07-08 13:23:45 +02:00
config.php moving client-data urls to api 2016-04-06 19:57:40 +00:00
images.php 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
lang.php if template-set does not supply (login_deny)login.tpl, use the ones from api/templates/default 2016-05-06 10:49:11 +00:00
thumbnail.php fix typo 2016-07-12 21:17:00 +02:00
user.php moving client-data urls to api 2016-04-06 19:57:40 +00:00