egroupware/api
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
..
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:15:41 +02:00
lang German translation for long task totals 2016-07-08 10:47:37 -06:00
ntlm fix ntlm directory path 2016-07-15 13:54:39 +02:00
setup fix home-accounts in egw_customfields and egw_links to api-accounts 2016-05-07 07:50:33 +00:00
src fix not working forced password change on login screen 2016-07-15 14:47:13 +02:00
templates/default Fix missing dot for class name used in commit 81829c2496 2016-07-12 15:03:58 +02: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 Implement new nextmatch cat-filter including category colors 2016-07-07 15:45:14 +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 20:50:19 +02:00
user.php moving client-data urls to api 2016-04-06 19:57:40 +00:00