stable
Clone or download
Read-only
Part of request #10893: Update Restler library Now we use composer instead of rpm to depend on Restler. The API explorer is directly included (and patched) in the sources. No moar crappy symbolic link \o/ Change-Id: I424f8bf2dc0b096cc2d5bcbdda48576849798c1e
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ReportsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/TrackersResource.class.php | +1 | −1 | Go to diff View file |
M | src/common/REST/BasicAuthentication.class.php | +2 | −2 | Go to diff View file |
M | src/common/REST/TokenIsAllowed.class.php | +3 | −3 | Go to diff View file |
M | src/composer.json | +6 | −1 | Go to diff View file |
M | src/composer.lock | +76 | −6 | Go to diff View file |
M | src/etc/nginx18/tuleap.d/03-locations.conf | +0 | −1 | Go to diff View file |
A | src/www/api/explorer/css/print.css | +1201 | −0 | Go to diff View file |
A | src/www/api/explorer/css/reset.css | +125 | −0 | Go to diff View file |
A | src/www/api/explorer/css/screen.css | +1350 | −0 | Go to diff View file |
A | src/www/api/explorer/css/style.css | +250 | −0 | Go to diff View file |
A | src/www/api/explorer/css/typography.css | +14 | −0 | Go to diff View file |
A | src/www/api/explorer/fonts/DroidSans-Bold.ttf | Binary file | Go to diff View file | |
A | src/www/api/explorer/fonts/DroidSans.ttf | Binary file | Go to diff View file | |
A | src/www/api/explorer/images/collapse.gif | Binary file | Go to diff View file | |
A | src/www/api/explorer/images/expand.gif | Binary file | Go to diff View file | |
A | src/www/api/explorer/images/explorer_icons.png | Binary file | Go to diff View file | |
A | src/www/api/explorer/images/logo_small.png | Binary file | Go to diff View file | |
A | src/www/api/explorer/images/throbber.gif | Binary file | Go to diff View file | |
A | src/www/api/explorer/index.html | +121 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/en.js | +55 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/es.js | +52 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/fr.js | +53 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/it.js | +52 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/ja.js | +53 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/pl.js | +53 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/pt.js | +53 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/ru.js | +55 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/tr.js | +53 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/translator.js | +39 | −0 | Go to diff View file |
A | src/www/api/explorer/lang/zh-cn.js | +53 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/backbone-min.js | +15 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/handlebars-2.0.0.js | +28 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/highlight.7.3.pack.js | +1 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/jquery-1.8.0.min.js | +2 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/jquery.ba-bbq.min.js | +18 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/jquery.slideto.min.js | +1 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/jquery.wiggle.min.js | +8 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/jsoneditor.min.js | +11 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/marked.js | +1272 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/swagger-oauth.js | +338 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/underscore-min.js | +6 | −0 | Go to diff View file |
A | src/www/api/explorer/lib/underscore-min.map | +1 | −0 | Go to diff View file |
A | src/www/api/explorer/o2c.html | +20 | −0 | Go to diff View file |
A | src/www/api/explorer/swagger-ui.js | +26321 | −0 | Go to diff View file |
M | src/www/api/index.php | +1 | −2 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −6 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −4 | Go to diff View file |