stable

Clone or download

Read-only

Merge commit 'refs/changes/92/9892/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #10810: Document TLP angular / fetch API

Modified Files

Name
A src/www/themes/common/tlp/doc/css/_javascript-sections.scss +56 −0 Go to diff View file
M src/www/themes/common/tlp/doc/css/main.scss +2 −1 Go to diff View file
A src/www/themes/common/tlp/doc/resources/angular/manifest.json +7 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/angular/prerequisites/doc.html +2 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/angular/prerequisites/example.html +30 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/angular/prerequisites/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/angular/tlp-modal-service/doc.html +23 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/angular/tlp-modal-service/example.html +93 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/angular/tlp-modal-service/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/get/doc.html +19 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/get/example.html +19 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/get/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/manifest.json +10 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/patch/doc.html +8 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/patch/example.html +15 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/patch/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/prerequisites/doc.html +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/prerequisites/example.html +14 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/prerequisites/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/put/doc.html +8 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/put/example.html +13 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/put/manifest.json +4 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/recursive-get/doc.html +30 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/recursive-get/example.html +23 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/recursive-get/manifest.json +4 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/manifest.json +4 −2 Go to diff View file
M src/www/themes/common/tlp/src/js/fetch-wrapper.js +4 −3 Go to diff View file