Quantcast
Channel: review/mosaiclib Changelog
Browsing latest articles
Browse All 62 View Live

initial commit

changeset a4c6c48515de branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description initial commit files package.json

View Article


backport 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 Article


move 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 Article

mosaicsource 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 Article

make 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 Article


add 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 Article

updateQuery() 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 Article


don'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 Article


initliaze 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 Article

if 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

hg ignore map file and node_modules directory

changeset 3bffe8bd4e3e branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description hg ignore map file and node_modules directory files .hgignore

View Article


add babel polyfill in test index.html page

changeset 5497f599e34b branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description add babel polyfill in test index.html page files...

View Article


[doc] add usage doc in readme

changeset ec4923cb2c87 branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [doc] add usage doc in readme files README.md

View Article

[doc] add install section

changeset 2cd71a7cb9df branch bookmark tag user Samuel Trégouët <samuel.tregouet@logilab.fr> description [doc] add install section files README.md

View Article

trigger an "attached" event when view dom is inserted

changeset 16bdb2a311a9 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description trigger an "attached" event when view dom is inserted files...

View Article


add a cw-jsonld source type

changeset 133135d90e92 branch bookmark tag user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description add a cw-jsonld source type files components/xmosaicsource/xmosaicsource.js

View Article

httpFetch should GET not HEAD

changeset 8c0246c31a91 branch bookmark tag user Nicolas Chauvat <nicolas.chauvat@logilab.fr> description httpFetch should GET not HEAD files components/xmosaicsource/xmosaicsource.js

View Article

do not load our own jquery. document it is needed

changeset bb80c82b33fe branch bookmark tag user Nicolas Chauvat <nicolas.chauvat@logilab.fr> description do not load our own jquery. document it is needed files...

View Article

add cw-jsonld in html form

changeset e1d8a2f0bc0b branch bookmark tag mosaiclib-version-0.2.0 user Samuel Trégouët <samuel.tregouet@logilab.fr> description add cw-jsonld in html form files...

View Article



Added tag mosaiclib-version-0.2.0 for changeset e1d8a2f0bc0b

changeset 43ae23b36ce8 branch bookmark tag user Nicolas Chauvat <nicolas.chauvat@logilab.fr> description Added tag mosaiclib-version-0.2.0 for changeset e1d8a2f0bc0b files .hgtags

View Article

[default] [pkg] update version of mosaiclib to 0.2.0

changeset 59556d0297d7 branch default bookmark tag tip user Adrien Di Mascio <Adrien.DiMascio@logilab.fr> description [pkg] update version of mosaiclib to 0.2.0 files package.json

View Article
Browsing latest articles
Browse All 62 View Live