initial commit
changeset a4c6c48515de branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description initial commit files package.json
View Articlebackport xmosaicframe and xmosaicsource components
changeset b620c2a96800 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description backport xmosaicframe and xmosaicsource components files...
View Articlemove bootstrap alongside xmosaicframe and xmosaicsource
changeset ef05b996af8a branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description move bootstrap alongside xmosaicframe and xmosaicsource files...
View Articlemosaicsource requires jquery to perform ajax requests
changeset 0567d4ad8067 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description mosaicsource requires jquery to perform ajax requests files...
View Articlemake registry.js a commonjs module
changeset 6948b443d9f3 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description make registry.js a commonjs module files components/xmosaicframe/registry.js
View Articleadd postinstall hook to transpile es6
changeset 42e216cd043c branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description add postinstall hook to transpile es6 files package.jsonsetup.js
View Article[source] fetch is always done from dataset
changeset ae5be7c4fec4 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description [source] fetch is always done from dataset files components/xmosaicsource/xmosaicsource.js
View ArticleupdateQuery() is now called fetch() and systematically returns a promise
changeset 2d581908bc52 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description updateQuery() is now called fetch() and systematically returns a promise this.result is...
View Articledon't use childNodes to iterate on source elements, use qsa
changeset 9df06dd1cdc2 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description don't use childNodes to iterate on source elements, use qsa files...
View Articleinitliaze source form with initial dataset
changeset 99c641185ddb branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description initliaze source form with initial dataset files components/xmosaicsource/xmosaicsource.js
View Articleif all sources are specified at load time, fetch everyting.
changeset a701942c7fc1 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description if all sources are specified at load time, fetch everyting. and hide "validate sources"....
View Article[source] updateDataset if not ready, and eventually fetch if there's no...
changeset a442c3ac8224 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description [source] updateDataset if not ready, and eventually fetch if there's no result yet files...
View Article[frame] make x-mosaic-frame definition more consistent with x-mosaic-source
changeset 6ff852716872 branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [frame] make x-mosaic-frame definition more consistent with x-mosaic-source files...
View Article[frame] remove dead code (old ``source-load`` event from x-mosaic-source)
changeset bd4c35feb240 branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [frame] remove dead code (old ``source-load`` event from x-mosaic-source) files...
View Article[doc] add documentation in code
changeset 09d144da1733 branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [doc] add documentation in code files...
View Article[test] setup test and import previous ones from mosaic repo
changeset aaf73ac05d13 branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [test] setup test and import previous ones from mosaic repo files...
View Article[source] ready method now return boolean value
changeset 2198bc1ec36f branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [source] ready method now return boolean value instead of truthy and falsy value files...
View Article[test] update x-mosaic-source tests
changeset 2a4ecd35c8cd branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [test] update x-mosaic-source tests files test/xmosaicsource.js
View Article[test] update test for xmosaicframe
changeset 2db7bc1e21c5 branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [test] update test for xmosaicframe files test/index.htmltest/xmosaicframe.js
View Article[test] add test for registry
changeset df39f064ce1f branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [test] add test for registry files test/index.htmltest/registry.js
View Article