- Mar 27, 2017
-
-
Bonita CI authored
-
- Mar 21, 2017
-
-
Bonita CI authored
-
- Mar 16, 2017
-
-
Bonita CI authored
-
- Mar 14, 2017
-
-
Bonita CI authored
-
- Mar 12, 2017
-
-
Bonita CI authored
-
- Mar 09, 2017
-
-
Colin PUY authored
Display the original string when translation key is present but translation is empty Closes [BS-15651](https://bonitasoft.atlassian.net/browse/BS-15651)
-
- Mar 02, 2017
-
-
Bonita CI authored
-
abirembaut authored
- since 7.3 theme resources are accessed in a relative way using the URL ../theme. As a result, the path of the images declared in the CSS is relative to the css directory in the theme so resources are not retrieved from the war portal/ directory anymore. We cannot remove them from there, though, because old forms look&feels might still use them. The solution is to just copy the two images we use inside the appropriate directory in the theme. Covers [BS-16006](https://bonitasoft.atlassian.net/browse/BS-16006)
-
abirembaut authored
Covers [BS-15868](https://bonitasoft.atlassian.net/browse/BS-15868)
-
- Mar 01, 2017
-
-
Bonita CI authored
-
- Feb 28, 2017
-
-
Bonita CI authored
-
- Feb 27, 2017
-
-
abirembaut authored
Covers [BS-16221](https://bonitasoft.atlassian.net/browse/BS-16221)
-
- Feb 26, 2017
-
-
Bonita CI authored
-
- Feb 23, 2017
-
-
Bonita CI authored
-
- Feb 21, 2017
-
-
Bonita CI authored
-
- Feb 16, 2017
-
-
abirembaut authored
-
- Feb 14, 2017
-
-
benjaminParisel authored
replace servlet exception by error 401 when LoginFailedException was catch and redirect was false Closes [BS-15873](https://bonitasoft.atlassian.net/browse/BS-15873)
-
- Feb 07, 2017
-
-
Bonita CI authored
-
- Feb 03, 2017
-
-
Bonita CI authored
-
- Jan 26, 2017
-
-
abirembaut authored
- Call engine method to check if the user is a manager of an involved user when trying to display the overview form - Make it configurable (inactive by default) Covers [BS-16123](https://bonitasoft.atlassian.net/browse/BS-16123)
-
- Jan 25, 2017
-
-
Bonita CI authored
-
- Dec 30, 2016
-
-
Bonita CI authored
-
- Dec 28, 2016
-
-
abirembaut authored
- Trigger contingency event on selectboxes when their available values are updated as the first element in the list is automatically selected - remove the support for triggering event on other widget's available value update as this is never used in the code Covers [BS-16050](https://bonitasoft.atlassian.net/browse/BS-16050)
-
- Dec 27, 2016
-
-
abirembaut authored
When a JSON attribute value of type number is deserialized by Jackson, it becomes an Integer and not a Long when it is small enough. However, in the contract of the tasks and processes, we only support Long and ISO String as input for a DATE contract input. This commit adds the support for Integer Covers [BS-16056](https://bonitasoft.atlassian.net/browse/BS-16056)
-
Baptiste Mesta authored
in 7.3+ when we update resources like rest api extension we need to login to the platform (not nice...) when we are in local with the engine there is no issue but in remote we need to have some system properties set. In that case it the login do not work we throw an exception with a message that explain how to fix that. Closes [BS-16035](https://bonitasoft.atlassian.net/browse/BS-16035)
-
- Dec 22, 2016
-
-
Colin PUY authored
Relates to [BS-14369](https://bonitasoft.atlassian.net/browse/BS-14369)
-
Bonita CI authored
-
- Nov 22, 2016
-
-
abirembaut authored
- add missing servlet mapping for the servlet called from pages in custom profiles using ../API Covers [BS-16009](https://bonitasoft.atlassian.net/browse/BS-16009)
-
Bonita CI authored
-
- Nov 16, 2016
-
-
anthony authored
- Avoid trying to get the human task after performing an update. This is both useless (as we do not return the new object when performing a PUT) and buggy (as the task may have already been archived if the update was on its state) Cover [BS-15981](https://bonitasoft.atlassian.net/browse/BS-15981)
-
Bonita CI authored
-
- Nov 15, 2016
-
-
abirembaut authored
Subscription forms jars built with maven 3.3.x have invalid maven dependencies (community jars used for the shade are also part of the transitive dependencies) - use <optional>true<optional> to avoid that - add missing dependencies to SP forms-server artifact Covers [BS-16017](https://bonitasoft.atlassian.net/browse/BS-16017)
-
Emmanuel Duchastenier authored
Closes [BS-16019](https://bonitasoft.atlassian.net/browse/BS-16019)
-
- Nov 11, 2016
-
-
Bonita CI authored
-
- Nov 09, 2016
-
-
abirembaut authored
- add new filter mappings for the token validator filter - do not filter the requests of type HEAD and GET (was already the case for GET) Covers [BS-16004](https://bonitasoft.atlassian.net/browse/BS-16004)
-
- Oct 25, 2016
-
-
Julien authored
Enhance csrf filter to get csrf token from multipart form data Relates to [BS-15832](https://bonitasoft.atlassian.net/browse/BS-15832)
-
- Oct 24, 2016
-
-
Julien authored
Closes [BS-15818](https://bonitasoft.atlassian.net/browse/BS-15818)
-
Emmanuel Duchastenier authored
-
- Oct 11, 2016
-
-
abirembaut authored
- Support it using a new query string param "app" in URL The "referer" header is used to retrieve this parameter in theme resources requests - Default behavior when the "app" parameter is not present is to forward to the portal theme Covers [BS-15934](https://bonitasoft.atlassian.net/browse/BS-15934)
-
- Oct 10, 2016
-
-
Bonita CI authored
-