Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Silverpeas/Silverpeas-Izpack-Installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Silverpeas/Silverpeas-Izpack-Installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1-fix
Choose a head ref
  • 1 commit
  • 333 files changed
  • 1 contributor

Commits on Dec 7, 2020

  1. The IzPack packaging of Silverpeas 6.1 was full of bugs:

    - the Silverpeas construction in SilverpeasPreparation.groovy wasn't correct as
      it was performed in another directory that the one from which the Silverpeas
      installation will be done (two SILVERPEAS_HOME!)
    - some times the copy or the move of the resources into the
      target/classes/package weren't correctly done (depends on the rights settings
      of the files to copy or to move)
    - a bug in the name of the SQL script for H2
    
    These are now fixed.
    
    Because H2 doesn't support the windowing function COUNT() OVER() that is used
    in Silverpeas in the pagination of data, it is necessary to disable the use
    of this windowing function by setting the property
    jdbc.pagination.method.countOver at false in the properties file
    properties/org/silverpeas/general.properties.
    mmoqui committed Dec 7, 2020
    Copy the full SHA
    fbfa4ae View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff master...6.1-fix