Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Next #1060

Merged
merged 42 commits into from
Mar 13, 2024
Merged

[7.x] Next #1060

merged 42 commits into from
Mar 13, 2024

Commits on Feb 10, 2023

  1. PHP 8.0

    radimvaculik committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3e15f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1756a8c View commit details
    Browse the repository at this point in the history
  3. [7.x] Bootstrap 5 + PHP 8 + vanilla javascript (#1021)

    * Bootstrap 5
    
    * Bootstrap 5 (docs)
    
    * Bootstrap 5
    
    * form-control -> form-select
    
    * Bump bootstrap-select for Bootstrap 5 support
    
    * Removed `input-sm` from Bootstrap 3
    
    See https://getbootstrap.com/docs/4.0/migration/#forms-1
    
    * Bootstrap 5: When selectpicker, replace form-select classes with form-control and refresh it
    
    * Hide `underline` also for `dropdown-item`. And merged into one CSS rule.
    
    * Update the filterMultiSelect initialization
    
    * Text-align: left -> start
    
    Co-authored-by: Radim Vaculík <[email protected]>
    Co-authored-by: Jaroslav Líbal <[email protected]>
    3 people committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    49ba4aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df18b43 View commit details
    Browse the repository at this point in the history
  5. Fix sort

    radimvaculik committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ab63252 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e7ffd6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f763b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    717305e View commit details
    Browse the repository at this point in the history
  9. Error: Typed property Ublaboo\DataGrid\InlineEdit\InlineEdit::$itemID…

    … must not be accessed before initialization
    emololftw authored and radimvaculik committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    76be005 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df948eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8d24c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10bdca8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. NetteDatabaseSelectionHelper: Context -> Explorer, getSupplementalDri…

    …ver -> getDriver
    radimvaculik authored and f3l1x committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    0e83d37 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Update README.md

    radimvaculik committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1aca86d View commit details
    Browse the repository at this point in the history
  2. Templates: fix variables

    f3l1x committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    dcf66f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    2112c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292aceb View commit details
    Browse the repository at this point in the history
  3. Add onColumnShow and onColumnHide event methods (#1076)

    * Add onColumnShow and onColumnHide event methods
    
    * Add native type array
    
    * Removed duplicity
    jiriermis authored May 6, 2023
    Configuration menu
    Copy the full SHA
    1be3303 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8d7184 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e37ca21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5160029 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 10, 2023

  1. Delete dependabot.yml

    radimvaculik authored May 10, 2023
    Configuration menu
    Copy the full SHA
    cf418bb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Gitignore: remove compat.php

    f3l1x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    fd8691c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca24b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Add missing phpdoc type (#1090)

    * Add support for `nette/utils` version `4.0.0` (#1086)
    
    * Add missing phpdoc type
    
    ---------
    
    Co-authored-by: Dominik Harmim <[email protected]>
    vitkutny and harmim authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b1ae431 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. 3 Configuration menu
    Copy the full SHA
    45203e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Fix timeout utils.ts (#1091)

    During the build 
    [tsl] ERROR in /node_modules/ublaboo-datagrid/assets/utils.ts(130,3)
          TS2322: Type 'Timeout' is not assignable to type 'number'.
    MartinKokesCz authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2922ad7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Typo fixes in docs (#1088)

    * Fixed typos in columns.md
    
    * Fixed typos in actions.md
    
    * Update data-source.md
    
    * Fixed typos in export.md
    
    * Fixed typos, missing/redundant words in filters.md
    
    * Update columns.md
    
    * Fixed typos group-action.md
    
    * Fixed typo inline-edit.md
    
    * Fixed missin comma localization.md
    
    * Fixed typos row.md
    
    * Add support for `nette/utils` version `4.0.0` (#1086)
    
    * Update .docs/export.md
    
    Co-authored-by: Radim Vaculík <[email protected]>
    
    ---------
    
    Co-authored-by: Dominik Harmim <[email protected]>
    Co-authored-by: Radim Vaculík <[email protected]>
    3 people authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    87acbdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e6986d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd442ea View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    9b682ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e33c3af View commit details
    Browse the repository at this point in the history
  3. Fixed inline edit plugin

    paveljanda committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bc19f86 View commit details
    Browse the repository at this point in the history
  4. phpstan fix

    paveljanda committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9a74127 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    976291a View commit details
    Browse the repository at this point in the history
  2. Fix cs & phpstan

    radimvaculik committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a135d53 View commit details
    Browse the repository at this point in the history
  3. Fix failing tests

    radimvaculik committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    78878f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba360dc View commit details
    Browse the repository at this point in the history
  5. Fix phpstan

    radimvaculik committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    100c281 View commit details
    Browse the repository at this point in the history