stable

Clone or download

Read-only

Merge commit 'refs/changes/99/4399/12' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #8360 REST call slowness Conflicts: src/common/autoload.php Change-Id: I843b6d293694b0c3d338d8922433418d42cabaed

Modified Files

Name
M plugins/tracker/tests/rest/XML/ArtifactTest.php +8 −8 Go to diff View file
M src/common/REST/BasicAuthentication.class.php +1 −3 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/include/Combined.class.php +7 −1 Go to diff View file
A src/common/include/RestlerCache.php +52 −0 Go to diff View file
A src/common/include/SiteCache.php +59 −0 Go to diff View file
M src/common/language/BaseLanguage.class.php +18 −9 Go to diff View file
M src/common/layout/Layout.class.php +9 −5 Go to diff View file
M src/common/plugin/PluginManager.class.php +10 −1 Go to diff View file
A src/utils/tuleap +3 −0 Go to diff View file
A src/utils/tuleap.php +82 −0 Go to diff View file
M src/www/api/index.php +3 −1 Go to diff View file
M tests/simpletest/common/language/BaseLanguageTest.php +9 −6 Go to diff View file
M tests/simpletest/common/plugin/PluginManagerTest.php +18 −9 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +10 −10 Go to diff View file
M tools/rpm/tuleap.spec +11 −10 Go to diff View file