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: splittingred/Archivist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: modxcms/Archivist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 12 commits
  • 6 files changed
  • 6 contributors

Commits on Oct 28, 2012

  1. Added Span for (count)

    Wrapped the count displayed in parenthesis in row.chunk.tpl with a span.count so that it can easily be styled or hidden with CSS
    
    Signed-off-by: JP DeVries <[email protected]>
    jpdevries committed Oct 28, 2012
    Configuration menu
    Copy the full SHA
    d1e73b6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2013

  1. Add check to only search the alias map if it's an array.

    This will stop the plugin from generating warnings if the alias map is not an array.
    Flygenring committed May 27, 2013
    Configuration menu
    Copy the full SHA
    da81529 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2013

  1. Configuration menu
    Copy the full SHA
    7f955f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2013

  1. Adding README

    jpdevries committed Oct 5, 2013
    Configuration menu
    Copy the full SHA
    61587d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7fbe1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Don't break on an invalid where clause

    $where is null without that check and afterwards it is used as array. PHP 7.2+ does not like that.
    Jako authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    ded18ca View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Merge pull request #14 from Jako/patch-1

    Don't break on an invalid where clause
    matdave authored Apr 1, 2019
    Configuration menu
    Copy the full SHA
    3dd3bf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    4102df9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from muzzwood/fix-fatal-error

    Fix fatal error on modern PHP
    JoshuaLuckers authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d878d43 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. fix count bug

    matdave committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    9821f1d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix some issues

    - Fix the MySQL error "Expression #x of SELECT list is not in GROUP BY clause and contains nonaggregated column"
    - Remove not used day_formatted column
    - Fix sorting when useMonth/useDay is active
    - Don't set the locale with the cultureKey only (this makes no sense in most cases)
    - Use getIterator again (it is possible because the select clause is using a key value syntax and does not contain an unescaped `count`)
    Jako authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e0e57c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge pull request #18 from Jako/patch-1

    Fix some issues
    matdave authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f76b0c1 View commit details
    Browse the repository at this point in the history
Loading