Ralf Becker
|
284ffa7f13
|
IE JSON-serializes arrays passed in from different window contextx (eg. popups) as objects (it looses object-type of array), causing them to be JSON serialized as objects and loosing parameters which are undefined
JSON.strigify([123,undefined]) --> "{0:123}" instead of "[123,null]"
|
2015-08-31 12:21:11 +00:00 |
|
Nathan Gray
|
8e69a1e23b
|
Only call request callback once, when the request is finished.
Callback is not called if the response only has 'data' type responses, since data handler calls callback already.
|
2014-01-11 14:47:31 +00:00 |
|
Nathan Gray
|
fd737f10dc
|
Change queued AJAX to go async
|
2013-11-20 23:40:26 +00:00 |
|
Nathan Gray
|
eef2235f2e
|
Merge egw_jsons - change jsonq to use egw.json()
|
2013-09-04 22:01:33 +00:00 |
|
Andreas Stöckel
|
d310b14ecf
|
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 |
|
Andreas Stöckel
|
1876a5faa1
|
Splitted the egw object into multiple files, added system for allowing a application specific client-side api (use 'egw' as a function)
|
2012-03-01 16:24:29 +00:00 |
|