- Apr 13, 2017
-
-
Bonita CI authored
-
- Apr 06, 2017
-
-
Colin PUY authored
bump spring version to 4.3.7.RELEASE. This goes along with https://github.com/bonitasoft/bonita-engine-sp/pull/548 since we now share same dependency management Relates to [BS-16380](https://bonitasoft.atlassian.net/browse/BS-16380)
-
- Apr 05, 2017
-
-
Bonita CI authored
-
nchabanoles authored
Add IE=11 and IE=edge as X-UA-Compatible meta in html entry pages. Otherwise IE11 is falling back to IE10 compatibility mode. For some reasons IE11 version 11.0.40 in IE10 compatibility mode displays the Portal using only half of the screen height. It is not the case with other IE11 version updates. fixes[BS-16409](https://bonitasoft.atlassian.net/browse/BS-16409)
-
Colin PUY authored
Prepare spring bump version since spring-test 4.3.7.RELEASE require junit >= 4.12 - Bump junit version to 4.12 - Bump mockito version to 1.10.19 - Bump powermock version to 1.6.6 - Bump gwtmockito version to 1.1.6 Relates to [BS-16380](https://bonitasoft.atlassian.net/browse/BS-16380)
-
Colin PUY authored
-
- Apr 04, 2017
-
-
abirembaut authored
Following the import of engine dependencies, the slf4j dependency version property was removed as it is taken from the engine dependency management However this doesn't work inside jetty plugin when not specifying the version Relates to [BS-16290](https://bonitasoft.atlassian.net/browse/BS-16290)
-
- Apr 03, 2017
-
-
Emmanuel Duchastenier authored
Transitively, bonita-web is now pulling javax servlet-api in version 3.0.1 instead of 2.5 This commit fixes the version by ensuring all versions are now aligned. It also updates the Http servlet request/response mocks to adapt to 3.0.1 Closes [BS-16441](https://bonitasoft.atlassian.net/browse/BS-16441)
-
- Mar 30, 2017
-
-
julienmege authored
Closes [BS-16350](https://bonitasoft.atlassian.net/browse/BS-16350)
-
abirembaut authored
when a cookie already exists on a different path than the one expected, we need to invalidate it. And Since there is no way of knowing the path as it is not sent server-side (getPath return null) we can only invalidate any cookie found. In addition this commit clean the cookie value to avoid misunderstanding the response header. Covers [BS-16241](https://bonitasoft.atlassian.net/browse/BS-16241)
-
Emmanuel Duchastenier authored
by ProcessAPI.addProcessComment() Relates to [BS-16407](https://bonitasoft.atlassian.net/browse/BS-16407)
-
- Mar 29, 2017
-
-
Bonita CI authored
-
- Mar 27, 2017
-
-
abirembaut authored
- Retrieve tenant from cookie when not set Covers [BS-16374](https://bonitasoft.atlassian.net/browse/BS-16374)
-
- Mar 24, 2017
-
-
Laurent Leseigneur authored
* lib was used but not declared as dependency * transitive dependency httpcore is also required until engine updates also to httpClient 4.5.2 Part of [BS-16290](https://bonitasoft.atlassian.net/browse/BS-16290)
-
Bonita CI authored
-
- Mar 23, 2017
-
-
Colin PUY authored
This allow to use same version for libs that are either needed by bonita engine and either needed by bonita web. So when updating a lib used by these two projects, you need to update the version once.
-
Colin PUY authored
Set frontend-maven-plugin version to 1.3 Was not set so last version was chosen.
-
Colin PUY authored
Declare guava as an explicit tests dependency in server module since it is used somewhere in some test
-
- Mar 22, 2017
-
-
Bonita CI authored
-
- Mar 21, 2017
- Mar 17, 2017
-
-
danila_mazour authored
+ Add FINE-level Log messages when truncation needed for the date to be valid
-
Bonita CI authored
-
- Mar 16, 2017
-
-
Colin PUY authored
Remove comment in po files, this allow us to have a better understanding of what has changed in po files in github history and while the PR that update translation is created. The main issue here is whenever the code change, translation context change so updating a po file has a lot of unwanted changes in po files
-
Bonita CI authored
-
Bonita CI authored
-
- Mar 14, 2017
-
-
Bonita CI authored
-
- Mar 13, 2017
-
-
danila_mazour authored
Closes[/BS-16286](https://bonitasoft.atlassian.net/browse/BS-16286)
-
- 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 03, 2017
-
-
danila_mazour authored
* check for nul values before converting * add tests Closes [BS-16274](https://bonitasoft.atlassian.net/browse/BS-16274)
-
- Mar 02, 2017
-
-
Bonita CI authored
-
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
Form V6 URL could be used to list all process instance variable values by using a wrong ID (autogenerated form) Covers [BS-15949](https://bonitasoft.atlassian.net/browse/BS-15949)
-
abirembaut authored
Covers [BS-15868](https://bonitasoft.atlassian.net/browse/BS-15868)
-
Emmanuel Duchastenier authored
This method from Singleton class I18n was static, so could be called before static singleton _INSTANCE was created, causing tests to fail, but not all the time: depending on the order of the tests being run by Junit, the test failed or not. Now this is not order-dependent.
-
- Mar 01, 2017
-
-
abirembaut authored
* Revert "Feat/wildfly-restlet-patch (#108)" This reverts commit ed2c1d9f43ca2de21d4ca87a94818f526b70fb8f. * chore(restlet) upgrade restlet version to 2.3.9 - including restlet/restlet-framework-java/pull/1229 to avoid patching restlet - follow restlet changes (preventing to set the Content-range as we want)
-
Bonita CI authored
-
Bonita CI authored
-