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: CMiworld/jQuery-QueryBuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: mistic100/jQuery-QueryBuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 45 files changed
  • 12 contributors

Commits on Feb 10, 2021

  1. Fixed Unexpected 'NUMBER'

    if you had a query with an "IN" with 10 elements or more, the regex of setRulesFromSQL did not match correctly
    average-web-dev authored and mistic100 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a5950dd View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

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

Commits on Mar 20, 2021

  1. Configuration menu
    Copy the full SHA
    f620fbd View commit details
    Browse the repository at this point in the history
  2. Remove npmignore

    mistic100 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    4c30ebd View commit details
    Browse the repository at this point in the history
  3. Update README

    mistic100 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    9e08bc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Fix mistic100#924 filter plugin select2 whitespace error. (mistic100#923

    )
    
    Co-authored-by: Richard Dubiel <rick@Richards-MacBook-Pro.local>
    rickdubiel and Richard Dubiel authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    7e8527d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    b6160dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83536f View commit details
    Browse the repository at this point in the history
  3. Fix mistic100#926 Wrong example

    mistic100 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    4649d1a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Update all Romainian language (mistic100#946)

    Translate also the errors messages and fix some transaltion
    totpero authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    48e1f09 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    317df5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154d5cd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Bump semver from 5.7.1 to 5.7.2 (mistic100#978)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f5fca52 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jan 16, 2024

  1. Fix Development Errors (mistic100#989)

    * Fix Logo Path
    
    * Remove Outdated Live Reload Script
    liamkeily authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b377be6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Bootstrap 5 Further Progress (mistic100#992)

    * Bootstrap 5 - package.json
    
    * Bootstrap 5 - Classes updated for Bootstrap 3-5 differences
    
    * Bootstrap 5 - Popover library conversion
    
    * Bootstrap 5 - Bootstrap Icons replace Glyphicons
    
    * Bootstrap 5 - Comment out bootbox until npm issues can be resolved
    
    Something to do with the way JS packages are installed.
    I'm not sure if it's the right solution or not, but the error goes away
    if I do this.
    
    -  } else if (typeof exports === 'object') {
    +  } else if (typeof module === 'object') {
         // Node, CommonJS-like
         module.exports = factory(require('jquery'));
    
    * fix(plugins): bt-checkbox BS5 markup
    
    * fix(example): remove bt-selectpicker plugin use
    
    * Fix bt-checkbox
    
    * Fix checked squares
    
    * Latest icons version
    
    * better icons
    
    * Use local package instead of cdn for icons
    
    * Fix offset for bootstrap 5
    
    * dark mode
    
    * tooltip
    
    * default theme
    
    * float-end logo
    
    * new lock file
    
    * Use btn-sm instead of css hack
    
    * Re-enable bootbox
    
    * Remove bi preifx
    
    * use chosen-selectpicker instead of bt-selectpicker
    
    * disable chosen picker for now
    
    * Get rid of weird focus outline on checkboxes
    
    * Update index.html
    
    * Remove unnecessary bootswatch
    
    * Remove inconsistent padding
    
    * Remove form-inline
    
    * yarn
    
    * Replace `hide` with `d-none`
    
    * `form-control` is now `form-select`
    
    * If bt-selectpicker did work, this would need to be form-select
    
    * Drop Support for Bootstrap Select as it doesn't retain selections properly when enabled
    
    * Unused
    
    ---------
    
    Co-authored-by: Stephen Morton <stephen.c.morton@gmail.com>
    Co-authored-by: smorton <stephen.morton@nokia.com>
    Co-authored-by: David Ethell <david@ethell.com>
    4 people authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    af9e133 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Update README.md

    mistic100 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf7728f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (mistic100#1003)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cb1f9ee View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Bump micromatch from 4.0.5 to 4.0.8 (mistic100#1006)

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    90d265c View commit details
    Browse the repository at this point in the history
Loading