Skip to content
Snippets Groups Projects
  1. Nov 28, 2014
  2. Oct 18, 2014
  3. May 31, 2014
    • Thibault Duchateau's avatar
      Upgraded Dandelion-Datatables to the latest release (v0.10.0) · e99c67a4
      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
      e99c67a4
  4. May 11, 2014
  5. Apr 12, 2014
  6. Mar 23, 2014
  7. Mar 03, 2014
  8. Feb 24, 2014
    • Antoine Rey's avatar
      Fixes #37 with other default locale than english · 076a124e
      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)
      076a124e
  9. Dec 16, 2013
  10. Dec 13, 2013
  11. Nov 06, 2013
  12. Sep 27, 2013
  13. Aug 10, 2013
  14. Jul 25, 2013
  15. Jul 12, 2013
    • boly38's avatar
      Update BaseEntity.java · e50583f5
      boly38 authored
      This fix the following error :
      
         "setAttribute: Non-serializable attribute owner"
      
      In the following context :
      
        - hsql database configuration (updating data-access.properties only)
      
        - mvn clean install bees:run (cloudbees local run)
      e50583f5
  16. Jul 01, 2013
  17. Jun 28, 2013
  18. Jun 14, 2013
  19. Jun 12, 2013
  20. Jun 08, 2013
    • Mic's avatar
      #18 fixing error related to VisitsViewTests · 7b8a9ec8
      Mic authored
      - test didn't have the suffix "Tests" so it was not taken into account
      when running Maven in the comand line
      7b8a9ec8
    • Mic's avatar
      #18 fixing 2 errors related to ValidatorTests · 4f8063e9
      Mic authored
      - test didn't have the suffix "Tests" so it was not taken into account
      when running Maven in the comand line
      - the POM was not configured so it can find Spring config files placed
      inside src/test/java
      4f8063e9
  21. Jun 05, 2013
  22. May 27, 2013
  23. May 24, 2013
  24. May 08, 2013
  25. May 07, 2013
  26. May 03, 2013
Loading