- Apr 04, 2017
-
-
Bonita CI authored
-
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
-
-
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
-
- Feb 28, 2017
-
-
Bonita CI authored
-
- Feb 27, 2017
-
-
benjaminParisel authored
log level depends of catch exception during an exception on login Add test to verify exception catch
-
Baptiste Mesta authored
-
abirembaut authored
Covers [BS-16221](https://bonitasoft.atlassian.net/browse/BS-16221)
-
- Feb 26, 2017
- Feb 23, 2017
-
-
Vincent Elcrin authored
Closes https://bonitasoft.atlassian.net/browse/BS-15466
-