Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Nov 22, 2018

  1. Release 3.10.0

    nitriques committed Nov 22, 2018
  2. Make the xpath root configurable

    Because /data is not always accessible
    nitriques committed Nov 22, 2018

Commits on Jan 15, 2018

  1. Release 3.9.0

    nitriques committed Jan 15, 2018
  2. Add IS NULL filter for start and end mode (#187)

    Picked from 40efc0d
    PascalPiche authored and nitriques committed Jan 15, 2018

Commits on Oct 30, 2017

  1. Release 3.8.3

    nitriques committed Oct 30, 2017
  2. Fix for buildingSortingSelectSQL (#186)

    The preg_match to check if the alias needs to be changed should be on the sort value and not on the last_where which contains too much information.
    
    Picked from ed1091e
    
    Fixes #185
    beaubbe authored and nitriques committed Oct 30, 2017

Commits on Sep 12, 2017

  1. Release 3.8.2

    nitriques committed Sep 12, 2017
  2. Add the 2.7.0 buildSortingSelectSQL() method

    This is needed for MySQL 5.7+
    nitriques committed Sep 12, 2017

Commits on Aug 10, 2017

  1. Add missing space

    nitriques committed Aug 10, 2017
  2. Release 3.8.1

    nitriques committed Aug 10, 2017

Commits on Jun 27, 2017

  1. Release 3.8.0

    nitriques committed Jun 27, 2017
  2. Add Spanish language (#183)

    * Picked 674145b
    * Picked 6c06dbe
    peterfleck authored and nitriques committed Jun 27, 2017

Commits on Jun 5, 2017

  1. Release 3.7.1

    nitriques committed Jun 5, 2017
  2. Fix php error in lang.pt.php (#182)

    There was a missing quote
    wdebusschere authored and nitriques committed Jun 5, 2017

Commits on May 26, 2017

  1. Release 3.7.0

    nitriques committed May 26, 2017
  2. Add Portuguese translations (#181)

    wdebusschere authored and nitriques committed May 26, 2017

Commits on Mar 10, 2016

  1. 3.5.3 release notes

    nitriques committed Mar 10, 2016

Commits on Jul 27, 2015

Commits on Jun 26, 2015

  1. 3.5.2 release notes

    nitriques committed Jun 26, 2015
  2. Make sure our formats are never empty

    This makes sure we always have something to render.
    
    Fixes #170
    nitriques committed Jun 26, 2015
  3. Consume the $lastWhere only once

    This fixes some strange issue when the field is only ordered and not filtered.
    
    Closes #169
    nitriques committed Jun 26, 2015

Commits on May 29, 2015

  1. 3.5.1 release notes

    nitriques committed May 29, 2015
  2. Use the max date when sorting DESC

    This fixes a problem with DESC ordering that was done on the minimum date.
    nitriques committed May 29, 2015
  3. Adding SQL filter in the sort clause

    This fixes a bug where the sorting would confuse the filtering.
    
    Since we need to find which entries gets to be ordered on (to bypass DISTINCT problems) we also need to have the filter in the sort SQL.
    nitriques committed May 29, 2015

Commits on Apr 30, 2015

  1. 3.5.0 release notes

    nitriques committed Apr 30, 2015
  2. Refactor prepateTableValues

    In order to implement the new 2.5.x API.
    
    This should close #161
    nitriques committed Apr 30, 2015
  3. Fix errors when sorting

    I started by refactoring the sort SQL generation code duplication (the only difference was the table name).
    
    Then I added a sub-query to filter out entries but keep the ordering as requested: this prevents distinct from working bottom-up. Re #169.
    nitriques committed Apr 30, 2015
Older