2014-06-12 |
Aurelien Campeas |
[js/ajax] deprecate user-callback support
|
file |
diff |
annotate
|
2014-06-10 |
Julien Cristau |
merge 3.18.5 into 3.19 branch
|
file |
diff |
annotate
|
2014-04-14 |
Rémi Cardona |
an URL -> a URL
stable
|
file |
diff |
annotate
|
2014-03-28 |
Rémi Cardona |
[web/data] Remove broken jquery-json plugin (closes #3590335)
|
file |
diff |
annotate
|
2014-02-14 |
Julien Cristau |
[js] remove leftover dead code in loadxhtml
|
file |
diff |
annotate
|
2014-02-14 |
Julien Cristau |
merge 3.17.13
|
file |
diff |
annotate
|
2014-02-05 |
Julien Cristau |
[ajax] use a custom tag to handle dynamically loaded js
stable
|
file |
diff |
annotate
|
2013-08-26 |
Aurelien Campeas |
[js] remove 3.9 bw compat (where apparently unused)
|
file |
diff |
annotate
|
2013-04-09 |
Pierre-Yves David |
Merge testfunc testfunc resurrection Closes #2535377
stable
|
file |
diff |
annotate
|
2013-04-09 |
Pierre-Yves David |
[web] move qunit test back into web and fix the hanging
oldstable
|
file |
diff |
annotate
|
2012-09-19 |
Aurelien Campeas |
[ajax] fix attribute lookup (closes #2491038)
|
file |
diff |
annotate
|
2012-11-16 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-10-23 |
Sylvain Thénault |
[js/ajax] documentation of 'reload' is missing an argument
stable
|
file |
diff |
annotate
|
2012-10-12 |
Sylvain Thénault |
[ajax] reload function should set 'processing' cursor. Closes #2503899
|
file |
diff |
annotate
|
2012-05-22 |
Adrien Di Mascio |
[IE] use document.createStyleSheet to add CSS dynamically (closes #2356261)
|
file |
diff |
annotate
|
2012-04-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-03-26 |
Sylvain Thénault |
[js] fix error in loadRemote docstring
stable
|
file |
diff |
annotate
|
2012-02-23 |
Adrien Di Mascio |
[ajax] use AJAX_BASE_URL instead of JSON_BASE_URL
|
file |
diff |
annotate
|
2012-02-02 |
Arthur Lutz |
[js] better support for no js in tabs (closes #2162092)
stable
|
file |
diff |
annotate
|
2011-10-14 |
Adrien Di Mascio |
[table] use explicit add_onload() to setup table sorting (closes #2013493)
stable
|
file |
diff |
annotate
|
2011-09-21 |
Aurelien Campeas |
[tabs] do not use an ajax call to set cookie value, use jquery.cookie helper instead (closes #1944522)
stable
|
file |
diff |
annotate
|
2011-07-12 |
Sylvain Thénault |
[ajax, IE] rewrite some code to avoid duplicated evaluation with IE
|
file |
diff |
annotate
|
2011-07-07 |
Sylvain Thénault |
[ajax js loading] when everything is already loaded, don't do anything
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-29 |
Sylvain Thénault |
[cw.ajax] fix loadxhtml documentation and warn when called on an empty elements list
stable
|
file |
diff |
annotate
|
2011-05-25 |
Sylvain Thénault |
merge default heads
|
file |
diff |
annotate
|
2011-05-25 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-25 |
Aurelien Campeas |
[ajax js/css] modconcat fix: load code exactly once (auc, fcayre)
|
file |
diff |
annotate
|
2011-05-24 |
Aurelien Campeas |
[js/ajax] undeprecate (async)remoteExec. closes #1381205
stable
|
file |
diff |
annotate
|
2011-05-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-12 |
Sylvain Thénault |
[web request] don't define pageid js variable when one is found in form parameters (eg, page ajax call)
stable
|
file |
diff |
annotate
|
2011-05-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-05-06 |
Sylvain Thénault |
[ajax] reload method should return underlying deferred
stable
|
file |
diff |
annotate
|
2011-05-05 |
Florent Cayré |
fix ajax loading of concatenated js/ css + prefix concat cache files to ease cache clearing
|
file |
diff |
annotate
|
2011-04-29 |
Adrien Di Mascio |
[js] make _loadAjaxHtmlHead aware of mod_concat-like urls
|
file |
diff |
annotate
|
2011-04-07 |
Adrien Di Mascio |
[fckeditor] fix fckeditor relative url: use baseuri()
stable
|
file |
diff |
annotate
|
2011-03-28 |
Adrien Di Mascio |
[javascript] fix loadRemote test for JSON_BASE_URL / baseuri matching
stable
|
file |
diff |
annotate
|
2011-02-08 |
Sylvain Thénault |
[tabs js] merge tabs and lazy js files into cw.ajax.js and use camel case names to satisfy js coding standards
|
file |
diff |
annotate
|
2011-02-07 |
Sylvain Thénault |
[js] using the actual registry fixes spurious warnings
stable
|
file |
diff |
annotate
|
2011-01-31 |
Sylvain Thénault |
[js utils] backport some generic code from comments cube
stable
|
file |
diff |
annotate
|
2011-01-20 |
Sylvain Thénault |
[ajax] apply Ronan Dunklau patch closing #1433305: loadRemote js function failure on Firefox 4 with upper cased base domain name
stable
|
file |
diff |
annotate
|
2010-10-25 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-10-25 |
Aurelien Campeas |
[js/ajax] switch to POST by default, fixes an IE7 caching bug
stable
|
file |
diff |
annotate
|
2010-10-20 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-10-20 |
Aurelien Campeas |
[js/ajax] fix deferred race condition (errback case)
stable
|
file |
diff |
annotate
|
2010-10-20 |
Aurelien Campeas |
[js/ajax] use proper operator
stable
|
file |
diff |
annotate
|
2010-10-20 |
Adrien Di Mascio |
[javascript] fix loadRemote implementation for synchronous requests
|
file |
diff |
annotate
|
2010-10-19 |
Sylvain Thénault |
[js/ajax] fix deferred race condition
stable
|
file |
diff |
annotate
|
2010-10-11 |
Adrien Di Mascio |
[javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
|
file |
diff |
annotate
|
2010-09-13 |
Adrien Di Mascio |
[javascript] get rid of tabs
stable
|
file |
diff |
annotate
|
2010-08-19 |
Alexandre Fayolle |
add missing semi colon in js
stable
|
file |
diff |
annotate
|
2010-08-13 |
Sylvain Thénault |
integrate Celso's work on translation file: proper/complete spanish translation, fixed some typos in french translation, occured -> occurred fix in various places
stable
|
file |
diff |
annotate
|
2010-07-20 |
Sylvain Thénault |
[js] fix bug encountered with IE (result evaluated to true while no response text -> json parse error)
stable
|
file |
diff |
annotate
|
2010-07-15 |
Sylvain Thénault |
[js] cleanup
|
file |
diff |
annotate
|
2010-07-15 |
Sylvain Thénault |
[js] fix typo causing blank page...
|
file |
diff |
annotate
|
2010-07-13 |
Sylvain Thénault |
[ajax] fix the fix introduced in 3.9.1 to avoid duplicated loads: it cause some other errors since the browser may load the script *after* the server-response event is emited, causing pb if the script interact with this event
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[test] remove deprecated test file
|
file |
diff |
annotate
|
2010-07-08 |
Sylvain Thénault |
[javascript] more cleanups and deprecation warnings removal
|
file |
diff |
annotate
|
2010-07-06 |
Sylvain Thénault |
[javascript] fix some javascript errors and remove some deprecation warnings
|
file |
diff |
annotate
|
2010-06-21 |
Sylvain Thénault |
fix bad merge
|
file |
diff |
annotate
|