- Nov 28, 2014
-
-
michaelisvy authored
- Now using namespace, much simpler (11 lines instead of 27) - Just a minor issue with: <bean class="org.springframework.web.servlet.view.JstlView"> <property name="url" value="" /> </bean> (should investigate later if we can remove “url” attribute
-
- Oct 18, 2014
-
-
michaelisvy authored
-
michaelisvy authored
Also had to make changes because Spring now uses com.rometools for RSS feeds See here for more details: https://jira.spring.io/browse/SPR-11893
-
michaelisvy authored
-
michaelisvy authored
-
- Aug 26, 2014
-
-
Mic authored
-
- Aug 08, 2014
-
-
Mic authored
-
- Jul 01, 2014
-
-
Mic authored
-
- Jun 04, 2014
-
-
Mic authored
-
- Jun 02, 2014
-
-
michaelisvy authored
update db_readme.txt to reflect properties rename
-
- Jun 01, 2014
-
-
michaelisvy authored
Updated README with the Dandelion-Datatables configuration file
-
Thibault Duchateau authored
-
michaelisvy authored
Upgraded Dandelion-Datatables to the latest release (v0.10.0)
-
- May 31, 2014
-
-
Thibault Duchateau authored
* The old datatables-servlet2 dependency has been removed from the pom.xml * Some attributes have been renamed (e.g. paginate => pageable) * Starting from the v0.10.0, all web components (servlet, filter) must be explicitely declared in the web.xml file. That's why I added the following declaration: DandelionFilter, DandelionServlet and DatatablesFilter * Added a new datatables.properties file in order to disable the asset management brought by Dandelion-Core. This is equivalent to the old cdn=true table attribute
-
- May 11, 2014
-
-
Bram Luyten authored
jdbc.properties was renamed to data-access.properties, but this file still referred to the old name.
-
- Apr 12, 2014
-
-
Mic authored
-
Mic authored
-
Mic authored
-
michaelisvy authored
Remove public to methods from the ClinicService
-
- Apr 11, 2014
-
-
michaelisvy authored
Fixes #37 with other default locale than english
- Mar 23, 2014
-
-
Antoine Rey authored
Any method you define in an interface is by definition public
-
- Mar 03, 2014
- Feb 24, 2014
-
-
Antoine Rey authored
Test in error with french default Locale: org.junit.ComparisonFailure: expected:<[ne peut pas être vide]> but was:<[may not be empty]> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.springframework.samples.petclinic.model.ValidatorTests.emptyFirstName(ValidatorTests.java:39)
-
- Feb 03, 2014
- Dec 16, 2013
- Dec 13, 2013
- Nov 24, 2013
-
-
Mic authored
-