\r
#### fixes\r
\r
+- Fixed nullpointer on creating a repository with mixed case (issue 185)\r
- Fixed nullpointer when using web.allowForking = true && git.cacheRepositoryList = false (issue 182)\r
- Build project models from the repository model cache, when possible, to reduce page load time (issue 172)\r
- Fixed loading of Brazilian Portuguese translation from *nix server (github/inaiat)\r
if (config.isOutdated()) {\r
// reload model\r
logger.info(MessageFormat.format("Config for \"{0}\" has changed. Reloading model and updating cache.", repositoryName));\r
- model = loadRepositoryModel(repositoryName);\r
- removeFromCachedRepositoryList(repositoryName);\r
+ model = loadRepositoryModel(model.name);\r
+ removeFromCachedRepositoryList(model.name);\r
addToCachedRepositoryList(model);\r
} else {\r
// update a few repository parameters \r