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
|
2010-06-17 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-17 |
Katia Saurfelt |
[text search] fix fulltext_container indexation
stable
|
file |
diff |
annotate
|
2010-06-17 |
Sylvain Thénault |
[packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files
stable
|
file |
diff |
annotate
|
2010-06-11 |
Sylvain Thénault |
[3.9] api update (mostly js) + add support for FCKEditor in formContents js function
|
file |
diff |
annotate
|
2010-06-09 |
Adrien Di Mascio |
[javascript] move CubicWeb object declaration to cubicweb.js, remove CubicWeb.provide/require, use cw instead of CubicWeb
|
file |
diff |
annotate
|
2010-06-09 |
Adrien Di Mascio |
[javascript] move Deferred implementation to cubicweb.ajax.js
|
file |
diff |
annotate
|
2010-06-03 |
Adrien Di Mascio |
[ajax] refactor/cleanup low-level ajax functions
|
file |
diff |
annotate
|
2010-05-10 |
Sylvain Thénault |
[ajax] missing html heads processing in reloadComponent (sic\!)
stable
|
file |
diff |
annotate
|
2010-04-08 |
Aurelien Campeas |
[doc] note on pytestconf, fixlets
stable
|
file |
diff |
annotate
|
2010-04-06 |
Aurelien Campeas |
[doc/book] talk about reloadComponent, misc tweaks and notes
stable
|
file |
diff |
annotate
|
2010-03-08 |
Adrien Di Mascio |
[javascript] fix #736185: add_onload / jQuery.bind() vs. jQuery.one()
|
file |
diff |
annotate
|
2010-01-05 |
Aurelien Campeas |
fix stripEmptyTextNodes for IE (part of #615337)
stable
|
file |
diff |
annotate
|
2009-12-22 |
Adrien Di Mascio |
[javascript] cleanup, remove tabs
stable
|
file |
diff |
annotate
|
2009-12-22 |
Adrien Di Mascio |
[javascript] remove ajaxHtmlHead from dom response once it has been processed.
stable
|
file |
diff |
annotate
|
2009-11-16 |
Adrien Di Mascio |
[forms] add setFormsTarget() to the list of postAjaxLoad callbacks to have iframe on ajax-rendered forms
stable
|
file |
diff |
annotate
|
2009-10-22 |
Adrien Di Mascio |
[javascript] handle cases where vid parameter is hijacked by parameter-injection
stable
|
file |
diff |
annotate
|
2009-09-08 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
2009-09-03 |
Aurelien Campeas |
note
stable
|
file |
diff |
annotate
|
2009-09-03 |
Aurelien Campeas |
backport stable
3.5
|
file |
diff |
annotate
|
2009-09-03 |
Aurelien Campeas |
use node cloning method that works with IE (6,7)
stable
|
file |
diff |
annotate
|
2009-09-02 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
2009-09-01 |
Aurelien Campeas |
allow treeview to work correctly in a tab #345293
3.5
|
file |
diff |
annotate
|
2009-09-01 |
Aurelien Campeas |
do postprocessing as in the xhtml case fix #345293
stable
|
file |
diff |
annotate
|
2009-08-31 |
Aurelien Campeas |
avoid installing editor n times for n ajax loads
stable
|
file |
diff |
annotate
|
2009-08-26 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-07-08 |
Katia Saurfelt |
call postAjaxLoad in reloadComponent; add corners only on reloaded elements
stable
|
file |
diff |
annotate
|
2009-07-03 |
Sylvain Thénault |
fix w/ tags without src/href
stable
|
file |
diff |
annotate
|
2009-05-14 |
Adrien Di Mascio |
ajax_replace_url becomes obsolete, req.build_ajax_replace_url should be used instead
tls-sprint
|
file |
diff |
annotate
|
2009-04-29 |
Aurelien Campeas |
loadJSON -> loadRemote, correctly handle json
tls-sprint
|
file |
diff |
annotate
|
2009-04-28 |
sylvain thenault |
fix insertion of head content on ajax queries
tls-sprint
|
file |
diff |
annotate
|
2009-04-28 |
sylvain thenault |
fix imports, cleanup, repair some ajax calls
tls-sprint
|
file |
diff |
annotate
|
2009-04-22 |
sylvain thenault |
javascript + json refactoring
tls-sprint
|
file |
diff |
annotate
|
2009-04-20 |
Aurelien Campeas |
cleanup (undue req param)
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
2009-03-11 |
Katia Saurfelt |
cleaning css
|
file |
diff |
annotate
|
2009-03-02 |
sylvain thenault |
backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for...
tls-sprint
|
file |
diff |
annotate
|
2009-02-25 |
sylvain thenault |
round corders on ajax loads
|
file |
diff |
annotate
|
2009-02-16 |
Adrien Di Mascio |
[javascript] rewrote loadxhtml() plugin in order to be able to pass the XHR object to postAjaxLoad
tls-sprint
|
file |
diff |
annotate
|
2009-01-30 |
Adrien Di Mascio |
[javascript] extract ajax postprocessing in a separate function
|
file |
diff |
annotate
|
2009-01-28 |
Adrien Di Mascio |
[javascript] minor lints
3.0
|
file |
diff |
annotate
|
2008-12-18 |
Aurelien Campeas |
[javascript] remove redundant call (changing mouse shape)
|
file |
diff |
annotate
|
2008-12-18 |
Aurelien Campeas |
[javascript] reloadBox: return deferred for further callback chaining
|
file |
diff |
annotate
|
2008-11-10 |
Adrien Di Mascio |
javascript cleaning
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|