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

Change type of field "value" in table #_fields_values from text to mediumtext #42605

Closed
wants to merge 28 commits into from
Closed

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    3aa5fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8648aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fc05f7 View commit details
    Browse the repository at this point in the history
  4. [4.4] Joomlaupdate remove br tag from language strings - follow up to…

    … PR 42489 (#42550)
    
    * Better English (1)
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    * Better English (2)
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    * Remove br html element from language strings
    
    ---------
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    richard67 and brianteeman authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3265efa View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Dec 23, 2023

  1. Fixes to form validation process (#42560)

    Fixes hardening measure introduced in #23716
    wilsonge authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    58ccc93 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. [4][com_actionlogs] missed load plugin languages (#42562)

    * load lang
    
    * test-4-dupkey
    
    ---------
    alikon authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3927cea View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Better message on package uninstallation (#42570)

    Better message on package uninstallation when an extension from that package is missing. Fixes issue #42537 .
    richard67 authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e125943 View commit details
    Browse the repository at this point in the history
  2. backport #41865 (#42088)

    backport [5] update from nightly to latest nightly build
    #41865
    alikon authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    83f50fd View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    63b392a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9248355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d76cf02 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42580 from bembelimen/5.0/upmerge-2023-12-30

    [5.0] Upmerge 2023-12-30
    bembelimen authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    af3ed9a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    eaf830e View commit details
    Browse the repository at this point in the history
  2. Fix function parameter lost during redirect (#42315)

    * Fix `function` parameter lost during redirect
    
    Currently if you are switching the menu filter in the menu item select modal, the function parameter will be lost on redirect.
    
    * Move function parameter to form url
    
    * Remove hidden input
    janschoenherr authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    2912ccd View commit details
    Browse the repository at this point in the history
  3. [4.4] Fix SQL error "1104 The SELECT would examine more than MAX_JOIN…

    …_SIZE rows" when checking for core updates (#42576)
    
    * Use concat of columns for getting core extensions
    
    * Fix PHPCS
    
    * Remove wrong quotes
    richard67 authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    80751a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b1cc9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfda820 View commit details
    Browse the repository at this point in the history
  6. Revert to dev

    bembelimen committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    adbdb7f View commit details
    Browse the repository at this point in the history
  7. [4][com_templates] cast to int for pgsql (#42569)

    * cast to int for pgsql
    
    * yet-another
    
    ---------
    alikon authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    f97a4c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. patch article tags (#42486)

    alikon authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    56bf784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfed3e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42591 from bembelimen/5.0/upmerge-2024-01-02

    [5.0] Upmerge 2024-01-02
    bembelimen authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6be3854 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2adbbbf View commit details
    Browse the repository at this point in the history
  5. Reset to dev

    bembelimen committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    94bf1eb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    0e7ba9b View commit details
    Browse the repository at this point in the history
  2. Change type of field "value" in table #_fields_values from text to me…

    …diumtext for MySQL ONLY. PostgreSQL have only text field type with unlimited length. Related to #36065
    sergeytolkachyov committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d8d29a1 View commit details
    Browse the repository at this point in the history
  3. Update installation/sql/postgresql/supports.sql

    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    sergeytolkachyov and richard67 authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c2d8503 View commit details
    Browse the repository at this point in the history