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

Update 4.1-dev from 4.0-dev #31409

Merged
merged 349 commits into from
Nov 15, 2020
Merged

Update 4.1-dev from 4.0-dev #31409

merged 349 commits into from
Nov 15, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 2, 2020

  1. [4.0] Missing js file in joomla#30813 (joomla#30859)

    * [4.0] Missing js file in joomla#30813
    
    * missing new line
    infograf768 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    ce55812 View commit details
    Browse the repository at this point in the history
  2. Merge pull request joomla#30701 from richard67/4.0-dev-fix-bad-update…

    …-sql-with-fixed-menu-item-ids
    
    [4.0] Don't use the "id" column as criterion in WHERE clauses for updating menu items in update SQL scripts
    rdeutz committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    ba83c28 View commit details
    Browse the repository at this point in the history
  3. [4.0] Update lib_joomla.ini (joomla#30867)

    * Update lib_joomla.ini
    
    * fix
    
    thanks @infograf768
    tecpromotion committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    112870d View commit details
    Browse the repository at this point in the history
  4. [4.0] com_media options (joomla#30852)

    Remove duplicated warning messages
    
    Solves joomla#29309
    brianteeman committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    1df9785 View commit details
    Browse the repository at this point in the history
  5. [4.0] joomla update show password (joomla#30849)

    * [4.0] joomla update show password
    
    PR for joomla#29765
    
    ### Steps to reproduce the issue
    Joomla 4
    System -> Joomla (Update box)
    Choose any file (joomla#29763 bug allows any file)
    Click upload and install
    
    ### Expected result
    Password hide/reveal icon is clickable like all other password boxes in Joomla 4
    
    * icon width
    brianteeman committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    4ed4395 View commit details
    Browse the repository at this point in the history
  6. [4.0] Fall back to system template when template file not found (joom…

    …la#30857)
    
    * Fall back to system template
    
    * Load parent language file only when needed
    
    * Correct template file
    SharkyKZ committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    b0b25e5 View commit details
    Browse the repository at this point in the history
  7. Namespace (joomla#30865)

    SharkyKZ committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    5d0eb4e View commit details
    Browse the repository at this point in the history
  8. [4.0] Templates: Styles (Administrator) menu color changes on save (j…

    …oomla#30847)
    
    PR for joomla#29958
    
    The values in the XML are different to those in the variables.scss when they should be the same
    
    As no reply from @coolcat-creations or @angieradtke to confirm which is the correct version I took the choice to make the xml match the scss
    brianteeman committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    131a6da View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Configuration menu
    Copy the full SHA
    5d62196 View commit details
    Browse the repository at this point in the history
  2. [4.0] xtd-editor button for module (joomla#30892)

    * [4.0] xtd-editor button for module
    
    The icon used was the same as the one for articles. This PR changes it to be the cube that is used in the module manager.
    
    * cube
    brianteeman committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    6adb40b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dd8ebc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebd680a View commit details
    Browse the repository at this point in the history
  5. [4.0] sticky sidebar menu (joomla#30853)

    On very long pages (eg install from web) as you scroll down the page the sidebar menu disappears off screen.
    
    This PR makes the sidebar sticky so that it never scrolls out of the screen just as the subhead toolbar is sticky.
    
    pr for joomla#30019
    brianteeman committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    77c6a47 View commit details
    Browse the repository at this point in the history
  6. [4.0] Media Manager close preview (joomla#30851)

    * [4.0] Media Manager close preview
    
    * suggestion from @Fedik
    brianteeman committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    06fe4d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    39373b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c1532b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    daf7d61 View commit details
    Browse the repository at this point in the history
  2. [4.0] media manager transparent preview (joomla#30870)

    The media manager uses a background of checked squares in the thumbnail view which is useful when you have a transparent image such as the joomla_black.png
    
    However in the preview it uses a solid white background which hides most of this image.
    
    This pr replaces the white background with the checked squares
    brianteeman committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    c4db467 View commit details
    Browse the repository at this point in the history
  3. Joomla\CMS\Installation\Helper\ArrayHelper not found (joomla#30901)

    [4.0b4] Class 'Joomla\CMS\Installation\Helper\ArrayHelper' not found
    see issue joomla#30900
    lancedouglas1 committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    c618b6c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    d23c1b2 View commit details
    Browse the repository at this point in the history
  2. [4.0] resize webauthn logo (joomla#30846)

    PR for joomla#30180
    
    No need to load a 200kb image when its only being displayed on a button
    brianteeman committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    348da1a View commit details
    Browse the repository at this point in the history
  3. [4.0] Button text double translation (joomla#30935)

    Enable language debug
    Open an article
    On the save button dropdown you will see `??**Save to Menu**??`
    
    Apply the PR
    Now the button is correctly displayed as `**Save to Menu**`
    brianteeman committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    2bdaf45 View commit details
    Browse the repository at this point in the history
  4. Change all JHELP value strings in jooml.ini (joomla#30712)

    * Changed all JHelp file name strings
    
    * Fixed Admin_Modules:_Frontend_Link in joomla.ini
    
    * Changed JHelp module admin strings to new file names
    
    * Made api joomla.ini JHELP same as joomla.ini
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    ceford and richard67 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    425f594 View commit details
    Browse the repository at this point in the history
  5. Update ArticlesNewsHelper.php (joomla#30946)

    misprint 'Filer' > 'Filter'
    shur committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    cc1e81d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. [4.0] Normalise Featured Contact List (joomla#30868)

    * taking off NUM column
    
    * adding back itemscope
    
    * string used in form
    
    * Getting rid of fieldset
    
    * removing title as required
    infograf768 committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    1c7442c View commit details
    Browse the repository at this point in the history
  2. [4.0] Frontend List articles in a category: adding Clear filter,

    refactoring layout for a11y+
    infograf768 committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    e4ad615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5587b0 View commit details
    Browse the repository at this point in the history
  4. [4.0] yubikey text (joomla#30879)

    don't display the heading additionally in the body
    brianteeman committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    850c896 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge pull request joomla#30981 from infograf768/4.0_articles_list

    [4.0] Frontend List articles in a category: adding Clear filter, refactoring layout for a11y+
    rdeutz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    d63db91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request joomla#30984 from infograf768/4.0_normalise_contac…

    …ts_list
    
    [4.0] Frontend: Normalise List contacts
    rdeutz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a205d22 View commit details
    Browse the repository at this point in the history
  3. Merge pull request joomla#30904 from infograf768/4.0_contact_cat_list…

    …_limit
    
    [4.0] Frontend: Fix List Contacts Category List Limit
    rdeutz committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    091fcfd View commit details
    Browse the repository at this point in the history
  4. Remove None Selected option (joomla#30987)

    Quy committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    a2afad1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    520e2e4 View commit details
    Browse the repository at this point in the history
  6. [4.0] Small refactor of typehint check in CMSPlugin (joomla#30907)

    * Refactor typehint check
    
    * Make private
    SharkyKZ committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    25f8d40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdd1da7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84bbb28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fff28d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Merge pull request joomla#31006 from PhilETaylor/patch-20

    [4] Remove Unnecessary Local Variable
    rdeutz committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    8a0991e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b27a9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec927c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced5f88 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. [4.0] template editor tree (joomla#31029)

    Adds a small margin top and bottom so that the top and bottom shadow is visible
    brianteeman committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    3482ec7 View commit details
    Browse the repository at this point in the history
  2. batch copy

    alikon committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    96b22bc View commit details
    Browse the repository at this point in the history
  3. Update libraries/src/MVC/Model/AdminModel.php

    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    alikon and richard67 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    dc488b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Increase right margin (joomla#31022)

    Quy committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    91a5b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd2b38 View commit details
    Browse the repository at this point in the history
  3. No hover (joomla#30993)

    Fedik committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    a1ecbc2 View commit details
    Browse the repository at this point in the history
  4. Add WebP support

    SharkyKZ committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    ba402a1 View commit details
    Browse the repository at this point in the history
  5. Add tests

    SharkyKZ committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    1a48ae9 View commit details
    Browse the repository at this point in the history
  6. Update image

    SharkyKZ committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    0fabc63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da3973d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ecb33bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f96c70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9647b1b View commit details
    Browse the repository at this point in the history
  11. typo (joomla#31062)

    PhilETaylor committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    88c2073 View commit details
    Browse the repository at this point in the history
  12. [4] Return value type is not compatible with declared type in doc (jo…

    …omla#31059)
    
    * Return value type is not compatible with declared type in doc
    
    * add null return type
    
    * update return type
    PhilETaylor committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    e27012a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6dd0f66 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    525fd09 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    068e9d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Reduce indentation

    Co-authored-by: Quy <quy@fluxbb.org>
    SharkyKZ and Quy committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    b5347c4 View commit details
    Browse the repository at this point in the history
  2. Update comment

    Co-authored-by: Quy <quy@fluxbb.org>
    SharkyKZ and Quy committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    a42f7e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21c4650 View commit details
    Browse the repository at this point in the history
  4. [4.0] ATUM prefers-reduced-motion [a11y] (joomla#30873)

    Applies a global css rule to support users who have set prefers-reduced-motion in their operating system.
    
    Toggle the menu sidebar
    If working correctly it will be a smooth transition if animations are on and it will be an immediate close if animations are off
    
    Origin of the chosen css
    https://web.dev/prefers-reduced-motion/#(bonus)-forcing-reduced-motion-on-all-websites
    brianteeman committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    cdef6dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6925aa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f17a6c View commit details
    Browse the repository at this point in the history
  7. [4] fix obviously wrong docs (joomla#31064)

    * docs
    
    * more obviously wrong docs
    PhilETaylor committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    cdd3222 View commit details
    Browse the repository at this point in the history
  8. [4] Ternary Expression can be safely replaced with condition removing…

    … codesmell (joomla#31071)
    
    
    Co-authored-by: Harald Leithner <leithner@itronic.at>
    PhilETaylor and HLeithner committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    2fb7a49 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. [4.0] Frontend: correcting Tags layouts (joomla#30998)

    Co-authored-by: Quy <quy@fluxbb.org>
    infograf768 and Quy committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7044520 View commit details
    Browse the repository at this point in the history
  2. Update administrator/components/com_installer/src/Model/InstallerMode…

    …l.php
    
    Co-authored-by: SharkyKZ <sharkykz@gmail.com>
    PhilETaylor and SharkyKZ committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    25aa4bb View commit details
    Browse the repository at this point in the history
  3. Update administrator/components/com_installer/src/Model/InstallerMode…

    …l.php
    
    Co-authored-by: SharkyKZ <sharkykz@gmail.com>
    PhilETaylor and SharkyKZ committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1ab1324 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Hide toolbar since no options available

    Quy committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    74815ca View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    f865a3f View commit details
    Browse the repository at this point in the history
  2. [4.0] Expired content shown in tag view (joomla#31097)

    * Expired content shown in tag view
    
    * Use strict
    SharkyKZ committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    df267de View commit details
    Browse the repository at this point in the history
  3. [4.0] Replace old contact icons by icons (joomla#30985)

    * Add Icon Webpage to contact config
    
    * add webpage to the list, add alt-texts to images, remove the old images
    
    * if no image is set, use an icon instead
    
    * add an icon for msc information
    
    * remove old icons for contact
    
    * remove spaces, indent
    
    * phpcs shoter lines, phpcs
    
    * replace empty(..) by !(   )
    
    * Update components/com_contact/tmpl/contact/default_address.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update components/com_contact/tmpl/contact/default_address.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update components/com_contact/tmpl/contact/default_address.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    Co-authored-by: Quy <quy@fluxbb.org>
    chmst and Quy committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b5fe9af View commit details
    Browse the repository at this point in the history
  4. [4.0] Extra space cpanel tables (joomla#31030)

    Removes the margin bottom from tables included in cpanel cards.
    brianteeman committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    df34f5c View commit details
    Browse the repository at this point in the history
  5. Add missing import for exception (joomla#31081)

    Add missing import so that "Exception\ResourceNotFound" is correctly resolved.
    PhilETaylor committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    59732cb View commit details
    Browse the repository at this point in the history
  6. [4.0] Move calls out of the loop (joomla#31080)

    * Move calls out of the loop
    
    * Combine pathinfo() calls
    SharkyKZ committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f4b2644 View commit details
    Browse the repository at this point in the history
  7. Variable key is used in both the inner and outer foreach loops (jooml…

    …a#31066)
    
    Variable key is used in both the inner and outer foreach loops which could cause issues (it doesn't but it could, and is code smell reported by phpStorm)
    PhilETaylor committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    41fb3dc View commit details
    Browse the repository at this point in the history
  8. Return value type is not compatible with declared (joomla#31061)

    Return value type is not compatible with declared type in PHPDoc block
    PhilETaylor committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    9290d81 View commit details
    Browse the repository at this point in the history
  9. [4.0] Non-empty, non-matching searches shouldn't return anything (31040)

    This fixes joomla#30967. When empty searches are allowed and the search is non-empty, but not matching, then it shouldn't return any results.
    Hackwar committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    c326b48 View commit details
    Browse the repository at this point in the history
  10. [4] Update PHPDoc comment to match method signatures in installation …

    …app (joomla#31060)
    
    * Update PHPDoc comment to match method signatures in installation app
    
    * Update PHPDoc comment to match method signatures in installation app
    
    * code style
    
    * Update installation/src/Application/InstallationApplication.php
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    
    * Update installation/src/Application/InstallationApplication.php
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    
    * Update installation/src/Application/InstallationApplication.php
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    PhilETaylor and richard67 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    bb31ff6 View commit details
    Browse the repository at this point in the history
  11. [4.0] Share image link (joomla#30855)

    * [4.0] Share image link
    
    Steps to reproduce the issue
    Go to media manager in admin, select an image and select to get the shareable link.
    click "Get shareable link"
    
    Expected result
    When clicking the copy button, the left border doesn't disappear
    
    Actual result
    left border of the copy button disappears on click, and on any click/selection of the actual url
    
    * cs
    brianteeman committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    fd83d4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc66cf0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e782a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    99e5e75 View commit details
    Browse the repository at this point in the history
  15. Fix paths (joomla#31102)

    Fix paths in codeowners file.
    Quy committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    a84d617 View commit details
    Browse the repository at this point in the history
  16. Merge branch '4.0-dev' of github.com:joomla/joomla-cms into switchcle…

    …anup
    
    # Conflicts:
    #	components/com_contact/src/View/Contact/HtmlView.php
    PhilETaylor committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    58f1af4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    546ce96 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cb26538 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    24403c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    928a680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd3fee2 View commit details
    Browse the repository at this point in the history
  3. Update HtmlView.php

    cs fix
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4cd7acb View commit details
    Browse the repository at this point in the history
  4. Merge pull request joomla#31058 from PhilETaylor/switchcleanup

    [4] Cleanup of switch statements to remove code smell & adhere to code style guidelines
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f182633 View commit details
    Browse the repository at this point in the history
  5. Merge pull request joomla#31095 from Quy/hide-help-toolbar

    [4.0] Hide gear icon since no toolbar to display
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d11e529 View commit details
    Browse the repository at this point in the history
  6. Merge pull request joomla#31074 from infograf768/4.0_trash_dropdown

    [4.0] Take off the Trash dropdown Action when filtering by trashed items
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c2468ab View commit details
    Browse the repository at this point in the history
  7. Merge pull request joomla#31048 from SharkyKZ/j4/impr/image/webp

    [4.0] Add WebP support to Image library
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f5c3531 View commit details
    Browse the repository at this point in the history
  8. Merge pull request joomla#30823 from brianteeman/yk4-introimage-a11y

    [4.0] blog intro image
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    9271820 View commit details
    Browse the repository at this point in the history
  9. Merge pull request joomla#30262 from hans2103/feature/table-head-for-…

    …large-table
    
    [4.0] [a11y] add sr-only text to first column of table head
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    9b0ecc4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request joomla#30317 from Fedik/debug-log3

    [4.0] Fix debug logging. Move logging to application
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    94fb700 View commit details
    Browse the repository at this point in the history
  11. Merge pull request joomla#29024 from Harmageddon/privacy_policy_menu_…

    …item
    
    [4.0] Option to use a menu item for privacy policy.
    rdeutz committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    5813af5 View commit details
    Browse the repository at this point in the history
  12. Fix typos

    wilsonge committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    8d6e710 View commit details
    Browse the repository at this point in the history
  13. [4.0] Fix duplicate "Sample Data - Multilingual" plugin in database o…

    …n 4.0 sites which have been updated from 3.10 (joomla#30945)
    richard67 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    1543f31 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0dc9371 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    adae7d7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b53599e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    cac5ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08043e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cf28c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    767860f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    062f6b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ea0272 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f03d45 View commit details
    Browse the repository at this point in the history
  8. [4] use integer in sql (joomla#31068)

    * Use correct state int in articlesModel
    
    * remove unused import
    
    * revert Gets the value of a user state variable and sets it in the session
    PhilETaylor committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    2ef3952 View commit details
    Browse the repository at this point in the history
  9. Update config.xml

    zero-24 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    4aae5d8 View commit details
    Browse the repository at this point in the history
  10. Update com_csp.ini

    zero-24 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    02826b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    21c4b5c View commit details
    Browse the repository at this point in the history
  12. [4] Second condition is always 'true' because 'is_object($data)' (joo…

    …mla#31049)
    
    * Second condition is always 'true' because 'is_object($data)' is already 'true' at this point.
    
    * Removal of redundant code.
    PhilETaylor committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    c8a131d View commit details
    Browse the repository at this point in the history
  13. [4.0] Global strings for readmore layout (joomla#31123)

    With global strings a component that's not com_content can use this layout with translations
    brianteeman committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    7a7ff22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    220061a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21eeaa1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3844ff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f2ff1d4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f8bf0ba View commit details
    Browse the repository at this point in the history
  19. [4.0] Replace com_content 'Image Float' with 'Image Class (joomla#31017)

    * [4.0] Replace com_content 'Image Float' with 'Image Class
    
    * Update templates/cassiopeia/scss/blocks/_legacy.scss
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    
    * sort
    
    * Fix language strings alpha ordering
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    ciar4n and richard67 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    c6ca9a3 View commit details
    Browse the repository at this point in the history
  20. add style-src & table locking

    zero-24 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    ba9e81b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    20867c4 View commit details
    Browse the repository at this point in the history
  22. add style-src

    zero-24 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    e63fded View commit details
    Browse the repository at this point in the history
  23. [4.0] missing upper case table (joomla#31131)

    just a typo
    tecpromotion committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    dde8310 View commit details
    Browse the repository at this point in the history
  24. handle data reports

    zero-24 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    c10574e View commit details
    Browse the repository at this point in the history
  25. phpcs

    zero-24 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    a7043c3 View commit details
    Browse the repository at this point in the history
  26. Make authorization header case insensitive in API (joomla#30882)

    This change makes the authorization header case insensitive.
    
    In the IETF standsrds docs at https://tools.ietf.org/html/rfc2616#section-4.2 it states that "Field names are case-insensitive."
    
    See issue...
    Auth headers in Joomla 4 API should maybe be case insensitive joomla#30871
    
    This means, both...
    `curl --location --request GET 'http://MYDOMAIN//api/index.php/v1/content/article' --header 'Authorization: Bearer MY_API_TOKEN_HERE'`
    ...and...
    `curl --location --request GET 'http://MYDOMAIN/api/index.php/v1/content/article' --header 'authorization: Bearer MY_API_TOKEN_HERE'
    ...both work.
    AndyGaskell committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    d6c6e9f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6ac825a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1136c73 View commit details
    Browse the repository at this point in the history
  29. rename varibale and fix check

    zero-24 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    304c468 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'reporttoandscriptdynamic' of github.com:zero-24/joomla-…

    …cms into reporttoandscriptdynamic
    zero-24 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    80d1e1b View commit details
    Browse the repository at this point in the history
  31. [4.0] Finder pagination (joomla#31099)

    * List limit menu item setting
    
    * Set state for list limit in the Results Model and use it in the query
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    sakiss and brianteeman committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    e770a10 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Added height control and v-scroll to com_admin sidebars (joomla#31092)

    * Added height control and v-scroll to com_admin sidebars
    
    * Changed order of css statements
    
    * White space
    
    * Added close help index feature for small screens
    
    * Put css in same order as remote
    
    * Amended css order for failing tests
    
    * change order of css statements
    
    * Removed aria-label from button in com_admin and com_config
    
    * Changed css 100vh to 75vh
    ceford committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    70d2548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00429c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. [4.0 dev] Correct the layout of the modals in "Manage Folders" and "N…

    …ew File" in Template manager. (joomla#31037)
    
    
    Co-authored-by: Quy <quy@fluxbb.org>
    Co-authored-by: particthistle <4470224742e40fda8e55c2cead8a3bf4c06a927d>
    particthistle and Quy committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6330b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18da8d4 View commit details
    Browse the repository at this point in the history
  3. [4.0] Add dashboard module (joomla#31152)

    This PR moves the add new module block from a new row to being part of the dashboard grid with the other modules
    
    PR for joomla#31085
    brianteeman committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6d62c31 View commit details
    Browse the repository at this point in the history
  4. Fix null menu

    sakiss committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    d8568dd View commit details
    Browse the repository at this point in the history
  5. [4.0] move icon to block (joomla#31028)

    Admin login page:
    - move icon to block for webauth button
    - use coloured Joomla svg icon
    N6REJ committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7c8fd4a View commit details
    Browse the repository at this point in the history
  6. [4.0] Backend: use default bootstrap tabs styling for .nav-tabs (joom…

    …la#31145)
    
    * use default bootstrap tabs styling
    
    * remove comments
    Fedik committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b556967 View commit details
    Browse the repository at this point in the history
  7. [4.0] JS: Users Field: init Bootstrap Modal (joomla#31129)

    Fix for joomla#28953  this.modal.open is not a function
    HRIT-Florian committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    66cfe2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c340b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

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

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    4bc64c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3b4cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b6e69a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4208b6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1777b8 View commit details
    Browse the repository at this point in the history
  6. [4.0] wrap message container output in an array and implode it so it …

    …prevents obsolete spaces (joomla#30760)
    
    * move joomla-alert from message to it's own JLayout
    
    * Update message.php
    
    * remove extra jlayout file
    
    * add the else statement when msgList is empty. that's easy
    
    * rewrite current PHP code so all html will be put directly after each other
    
    * Update layouts/joomla/system/message.php
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    
    * Update layouts/joomla/system/message.php
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    
    * move wrapper
    
    * put if-else in a wrapper
    
    * changed array into string to prevent implode
    
    * ♻️ clean code
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    hans2103 and richard67 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a4de85a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Fix checkboxes validation

    SharkyKZ committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f001534 View commit details
    Browse the repository at this point in the history
  2. Codestyle

    SharkyKZ committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    66c5aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9863f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request joomla#31156 from sakiss/null_menu

    [4.0] Active menu does not exist, fatal error
    rdeutz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    0e3beac View commit details
    Browse the repository at this point in the history
  5. [4.0] Lint .es6 files (joomla#31197)

    * Remove empty lines
    SharkyKZ committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    ed0b30b View commit details
    Browse the repository at this point in the history
  6. [4.0] House cleaning => remove obsolete div element in system message…

    … container (joomla#31195)
    
    * remove obsolete wrapping div element with id = system-message
    
    * remove obsolete styling
    hans2103 committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    04e74c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f020116 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    425de68 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    793b62d View commit details
    Browse the repository at this point in the history
  2. [4.0] Cleaning up Drone configuration (joomla#31116)

    * Cleaning up Drone configuration
    
    * Fix step dependency
    
    * Switching npm image to 14-alpine
    Hackwar committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3c97ab5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. [4.0] Reset, Remind, Register (joomla#31215)

    Changes the order of the links in the login module to match the order of the links in the login component.
    
    It is a fairly arbitrary order but they should be the same.
    
    Partial PR for joomla#31212
    brianteeman committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    c9e7c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b2267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dafe715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61b31a3 View commit details
    Browse the repository at this point in the history
  5. [4.0] Admin display password requirements (joomla#31217)

    In com_users when editing or creating a user in the admin there was no indicator of the sites password requirements
    
    In com_admin view=profile there was no indicator of the sites password requirements
    brianteeman committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    1011c16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e042bb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. [4.0] Written by (joomla#30770)

    This is a super minor change for consistency but all the other items in the list have a colon
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    brianteeman and richard67 committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    7be3d99 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Merge remote-tracking branch 'upstream/4.0-dev' into jdev/passForceNe…

    …wToSessionGetFormToken
    degobbis committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    d7d0e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42cf9bd View commit details
    Browse the repository at this point in the history
  3. Update deleted files list

    wilsonge committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ac099b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    670be12 View commit details
    Browse the repository at this point in the history
  5. [4.0] [CSP] Implement better input validation to the csp reporter and…

    … generator (joomla#31132)
    
    * implement better input validation to the csp reporter and generator
    
    * add style-src & table locking
    
    * add showon to the subform value field
    
    * add style-src
    
    * handle data reports
    
    * phpcs
    wilsonge committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    0649503 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. [4.0] Media Manager fix for svg files (joomla#31233)

    * fix it
    
    * Update administrator/components/com_media/resources/scripts/components/browser/items/item.es6.js
    
    Co-authored-by: SharkyKZ <sharkykz@gmail.com>
    
    Co-authored-by: SharkyKZ <sharkykz@gmail.com>
    dgrammatiko and SharkyKZ committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    07d4f3b View commit details
    Browse the repository at this point in the history
  2. [4.0] Can't Save article on frontend (joomla#31228)

    * mark the catid as optional when we are not allowed to change it
    
    * remove un realted change
    
    * typo
    zero-24 committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    60fef60 View commit details
    Browse the repository at this point in the history
  3. Add missing period (joomla#31243)

    Quy committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    df4debe View commit details
    Browse the repository at this point in the history
  4. Merge pull request joomla#29108 from zero-24/CssIdentifier

    [4.0] Add CssIdentifier Rule to future harden the CMS against XSS
    rdeutz committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    035fcec View commit details
    Browse the repository at this point in the history
  5. Merge pull request joomla#28724 from zero-24/reporttoandscriptdynamic

    [4.0] Add the Report-To header to the http header config and allow to set the script-dynamic header
    rdeutz committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7338e55 View commit details
    Browse the repository at this point in the history
  6. Merge pull request joomla#30418 from degobbis/jdev/passForceNewToSess…

    …ionGetFormToken
    
    [4.0] Pass param $forceNew to session methode getFormToken
    rdeutz committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    06c4693 View commit details
    Browse the repository at this point in the history
  7. Merge pull request joomla#30790 from zero-24/lazyload_htmlhelper

    [4.0] loading=lazy HTMLHelper
    rdeutz committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5920560 View commit details
    Browse the repository at this point in the history
  8. Merge pull request joomla#31036 from alikon/patch-117

    [4][SQL] - batch copy
    rdeutz committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b12b028 View commit details
    Browse the repository at this point in the history
  9. Merge pull request joomla#31196 from SharkyKZ/j4/js/validate/checkboxes

    [4.0] Fix required checkboxes validation
    rdeutz committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    1221c7a View commit details
    Browse the repository at this point in the history
  10. Removed Latest Version Check Help (joomla#31038)

    * Removed Joomla Version Check Help
    
    * Removed language string from com_admin.ini
    
    * Added top space class as suggested
    ceford committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    060ff43 View commit details
    Browse the repository at this point in the history
  11. [4.0] add fa Regular icons back into core availability (joomla#31096)

    * make svg's available
    
    * change name to images
    
    * adds regular fa fonts back
    
    * add .far
    
    * undo settings.json inclusion
    
    * put atum imports in proper order
    
    * Update _header.scss
    
    small change to let ci run again
    
    Co-authored-by: Robert Deutz <rdeutz@googlemail.com>
    N6REJ and rdeutz committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    2c8e054 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22bf64d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5ecf1d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1d1fe8 View commit details
    Browse the repository at this point in the history
  15. Tag Joomla 4 Beta 5

    wilsonge committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    e1c6691 View commit details
    Browse the repository at this point in the history
  16. Bump back to dev

    wilsonge committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    d1d0091 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. [4.0] rename Joomla core classNames fas fa- back to icon- (and still …

    …use Font Awesome) (joomla#30707)
    
    * ♻️ replace fas fa- by icon- and change scss variable fa-css-prefix from fa to icon
    
    * replace fa- by icon-
    
    * replace icon by #{$fa-css-prefix}
    
    * move font-family from pseudo to element itself
    
    * obsolete due to the iconPrefix
    
    * remove case when equal to icon
    
    * apply JLayout joomla.icon.iconclass for icon in Toolbar
    
    * sanitize icon-icon- to icon-
    
    * replace fas fa into icon in sql file
    
    * replace fas fa into icon in vue files
    
    * replace fas fa into icon in js files
    
    * codestyle
    
    * replace fa icon-search by icon-search
    
    * replace fa- into icon-
    
    * add missing prefix
    
    * change order of namespace
    
    * solution for fab = iconb-
    
    * fix spacing next to icon when class does not start with icon-
    
    * replace fas fa- by icon- after merge with most recent 4.0 changes
    
    * prevent > 4 indents
    
    * change order scss
    
    * use double quotes in scss
    
    * Update administrator/templates/atum/scss/blocks/_quickicons.scss
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    
    * Update build/media_source/system/scss/_icomoon.scss
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    
    * fix icons in installation
    
    * replace fa- by icon-
    
    * add styling for installation icons
    
    * add pseudo element to icon eye
    
    * replace fa- by icon-
    
    * remove now obsolete strreplace
    
    * extend to work with 'fas fa-' icons too. Introduction of $jicon-css-prefix next to $fa-css-prefix
    
    * swap line 11 & 12 from the iconclass JLayout
    
    * fixing Joomla logo icon
    
    * add missing language icon
    
    * revert earlier change. Add font awesome declaration in installation scss
    
    * add missing trophy icon
    
    Adds missing trophy icon
    
    * combine icons from atum/scss/blocks/icons to build/media_source/system/scss/icomoon
    
    and changed icons to onliners | sorted |uniq
    
    * add missing Trophy icon
    
    * add missing space
    
    * fixes missing icons issue due to compiler quirk.
    
    * Revert "fixes missing icons issue due to compiler quirk."
    
    This reverts commit 53828dd
    
    * fixes missing icons issue due to compiler quirk."
    
    * duplicate code
    
    * more missing icons
    
    * lots more missing icons
    
    * bs functions called in root template.scss no need for duplicate
    
    * removing duplicated definitions from iconclass.php
    
    * removed unsupplied regular fontset
    
    * Revert "removed unsupplied regular fontset"
    
    This reverts commit b2f3874
    
    * declare prefix's globally
    
    * declare prefix's as default
    
    * put :before back
    
    * moving from iconclass.php to _icomoon.scss
    
    * changed to icon-info-circle to match rest of icon-info usages
    
    * all moved from iconclass.php except for unknowns
    
    * put lost icons back.
    
    * @Quy fix
    
    * removing obsolete classNames
    
    * add missing icons
    
    * added missing icons mentioned by @Quy in joomla#30707 (comment)
    
    * Update administrator/modules/mod_menu/tmpl/default_submenu.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * added icons and sorted icons
    
    * remove duplicate line
    
    * beginning of mixin conversion
    
    * oops, extra blank line
    
    * u's
    
    * t
    
    * r-s
    
    * wrong icons
    
    * q
    
    * Update build/media_source/system/scss/_icomoon.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update build/media_source/system/scss/_icomoon.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update build/media_source/system/scss/_icomoon.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update build/media_source/system/scss/_icomoon.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update build/media_source/system/scss/_icomoon.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * add missing icons
    
    * apply DRY and convert a lot of duplicate code to simple foreach loop in scss
    
    * pre-backup
    
    * p's
    
    * m-o
    
    * l
    
    * g-k
    
    * reformat per drone
    
    * reformat per drone
    
    * change the each loop
    
    * rewrite to use array(s)
    
    * include icon-fw
    
    * definition cleanup
    
    * missing icons
    
    * added imports to fix extends
    
    * added missing spin function
    
    * added special icons mapping
    
    * better looking calendars
    
    * fixes fa-spin(s)
    
    * spinner => spin
    
    * rewrite title of icomoon
    
    * extend .list special types
    
    * 🎨 code style fixes
    
    * removal map-merge
    
    * revert icon- to fas fa-
    
    * revert icon- to fas fa-
    
    * add icon text-width
    
    * add icon-fax
    
    added Icon-fax per request
    
    * Update _icomoon.scss add spacinf
    
    * remove duplicate declaration of icons
    
    [class^="icon-"] and [class*=" icon-"] are taking care of it
    
    * remove duplicate semi column
    
    * remove joomla from icon list. Already declared in branded icon
    
    * already set in icomoon
    
    * removal obsolete icon
    
    * Update administrator/templates/atum/scss/vendor/fontawesome-free/fontawesome.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * reapply icon
    
    * Update build/media_source/system/scss/_icomoon.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * fas fa- => icon-
    
    * far eqv iconr
    
    * Update build/media_source/system/scss/_icomoon.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * add icons
    
    icon-align-justify
    icon-clipboard
    icon-caret-down
    icon-caret-up
    
    * reapply icons
    
    * reapply icons after solving merge conflicts
    
    * replace fas fa- => icon-
    
    * repalce fas fa- by icon-
    
    * remove non-used style declaration
    
    * change fas fa- into icon-
    
    * reapply icons
    
    * remove font-size, fixing size of icon in header
    
    * fix loading icon-joomla
    
    * change order loading font
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    Co-authored-by: Bear <programming@hallhome.us>
    Co-authored-by: Quy <quy@fluxbb.org>
    4 people committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    282fd17 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    414a7b3 View commit details
    Browse the repository at this point in the history
  2. [4.0] Correct menu toggler icon (joomla#31265)

    Corrects icons in Cassiopeia menu and Languages list.
    SharkyKZ committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    1d6e40a View commit details
    Browse the repository at this point in the history
  3. Correct icon (joomla#31266)

    SharkyKZ committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c0547d2 View commit details
    Browse the repository at this point in the history
  4. [4.0] Correct FontAwesome SCSS import order (joomla#31268)

    * Correct SCSS import order
    
    * Add comment
    SharkyKZ committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    79ecb7e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. [4.0] Misc cleanups in HTMLHelper (joomla#31255)

    * Misc cleanups
    
    * Unnecessary argument
    
    * Remove misplaced code
    SharkyKZ committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    91ba0a6 View commit details
    Browse the repository at this point in the history
  2. Helpfix (joomla#31237)

    * # WARNING: head commit changed in the meantime
    
    removed two local html files from system
    
    * Added Help links and fixed a problem
    
    * Added Help changes to api
    ceford committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    22dbd22 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    6c4ff58 View commit details
    Browse the repository at this point in the history
  2. [4.0] Flush the opcache on extension install to ensure consistency (j…

    …oomla#30054)
    
    * Flush the opcache regardless on extension install to ensure consistency
    
    * wrap in function_exists call
    
    * add clearstatcache and root namespace
    
    * remove hyphen in text
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    PhilETaylor and richard67 committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    c80ef89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f185649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69fa260 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c5ad82 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    9771b31 View commit details
    Browse the repository at this point in the history
  2. [4.0] Fix saving items without creation date (joomla#31273)

    * Fix saving items without created date
    
    * Fix saving without created date
    
    * Fix saving without creation date
    SharkyKZ committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    6fc885c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    054b7bb View commit details
    Browse the repository at this point in the history
  4. [4.0] NPM package update (joomla#31280)

    + eslint@7.12.1
    + @babel/plugin-transform-runtime@7.12.1
    + @webcomponents/webcomponentsjs@2.5.0
    + cropperjs@1.5.9
    + @babel/plugin-transform-classes@7.12.1
    + @babel/core@7.12.3
    + bootstrap@4.5.3
    + codemirror@5.58.2
    + @babel/preset-env@7.12.1
    + focus-visible@5.2.0
    + eslint-plugin-import@2.22.1
    + @fortawesome/fontawesome-free@5.15.1
    + selenium-standalone@6.20.1
    + file-loader@6.2.0
    + eslint-plugin-vue@7.1.0
    + postcss@7.0.35
    + karma@5.2.3
    + stylelint@13.7.2
    + tinymce@5.5.1
    + vue@2.6.12
    + vue-loader@15.9.4
    + vue-template-compiler@2.6.12
    + webpack@4.44.2
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    brianteeman and richard67 committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    0505141 View commit details
    Browse the repository at this point in the history
  5. [4.0] br (joomla#31301)

    fixes the last instance of the xhtml variant of `<br />` introduced by me
    brianteeman committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e7091a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. [4.0] Rename method arguments to use camelCase casing (joomla#31181)

    * Rename method arguments to use camelCase casing
    
    * Codestyle
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    Co-authored-by: Quy <quy@fluxbb.org>
    SharkyKZ and Quy committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1d47529 View commit details
    Browse the repository at this point in the history
  2. [4.0] Composer packages update (joomla#31279)

    * [4.0] Composer packages update
    
    Package operations: 0 installs, 48 updates, 0 removals
      - Updating symfony/polyfill-php80 (v1.18.1 => v1.20.0): Downloading (100%)
      - Updating symfony/polyfill-mbstring (v1.18.1 => v1.20.0): Downloading (100%)
      - Updating symfony/polyfill-intl-normalizer (v1.18.1 => v1.20.0): Downloading (100%)
      - Updating symfony/polyfill-intl-grapheme (v1.18.1 => v1.20.0): Downloading (100%)
      - Updating symfony/polyfill-ctype (v1.18.1 => v1.20.0): Downloading (100%)
      - Updating symfony/string (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/polyfill-php73 (v1.18.1 => v1.20.0): Downloading (100%)
      - Updating symfony/console (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating joomla/console (2.0.0-beta => 2.0.0-beta2): Downloading (100%)
      - Updating phpmailer/phpmailer (v6.1.7 => v6.1.8): Downloading (100%)
      - Updating symfony/var-dumper (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/polyfill-php72 (v1.18.1 => v1.20.0): Downloading (100%)
      - Updating symfony/error-handler (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/options-resolver (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/ldap (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/web-link (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/yaml (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/stopwatch (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/process (v5.1.5 => v5.1.8): Downloading (100%)
      - Removing symfony/polyfill-php70 (v1.18.1)
      - Installing symfony/polyfill-php70 (v1.20.0)
      - Updating symfony/finder (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/filesystem (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/event-dispatcher (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating php-cs-fixer/diff (v1.3.0 => v1.3.1): Downloading (100%)
      - Updating doctrine/annotations (1.10.4 => 1.11.1): Downloading (100%)
      - Updating composer/xdebug-handler (1.4.3 => 1.4.4): Downloading (100%)
      - Updating composer/semver (1.7.0 => 3.2.2): Downloading (100%)
      - Updating friendsofphp/php-cs-fixer (v2.16.4 => v2.16.7): Downloading (100%)
      - Updating squizlabs/php_codesniffer (3.5.6 => 3.5.8): Downloading (100%)
      - Updating symfony/css-selector (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating guzzlehttp/psr7 (1.6.1 => 1.7.0): Downloading (100%)
      - Updating phpspec/prophecy (1.11.1 => 1.12.1): Downloading (100%)
      - Updating codeception/phpunit-wrapper (8.1.2 => 8.1.3): Downloading (100%)
      - Updating codeception/lib-asserts (1.13.1 => 1.13.2): Downloading (100%)
      - Updating codeception/codeception (4.1.7 => 4.1.9): Downloading (100%)
      - Updating codeception/module-asserts (1.3.0 => 1.3.1): Downloading (100%)
      - Updating codeception/module-db (1.0.1 => 1.0.2): Downloading (100%)
      - Updating codeception/module-rest (1.2.3 => 1.2.5): Downloading (100%)
      - Updating php-webdriver/webdriver (1.8.2 => 1.8.3): Downloading (100%)
      - Updating codeception/module-webdriver (1.1.1 => 1.1.3): Downloading (100%)
      - Updating symfony/dom-crawler (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating symfony/browser-kit (v5.1.5 => v5.1.8): Downloading (100%)
      - Updating codeception/lib-innerbrowser (1.3.2 => 1.3.4): Downloading (100%)
      - Updating guzzlehttp/promises (v1.3.1 => 1.4.0): Downloading (100%)
      - Updating guzzlehttp/guzzle (7.0.1 => 7.2.0): Downloading (100%)
      - Updating codeception/module-phpbrowser (1.0.1 => 1.0.2): Downloading (100%)
      - Updating symfony/polyfill-iconv (v1.18.1 => v1.20.0): Downloading (100%)
      - Updating fgrosse/phpasn1 (v2.1.1 => v2.2.0): Downloading (100%)
    
    * code style fixes
    
    * one from last night merges
    
    Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
    brianteeman and richard67 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    ca261e6 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev

    Signed-off-by: Benjamin Trenkle <benjamin.trenkle@wicked-chick.de>
    
    # Conflicts:
    #	.drone.yml
    #	libraries/src/Version.php
    bembelimen committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1a592f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. [4.0] Fix undefined variable notice (joomla#31307)

    * Undefined variable
    
    * Remove duplicate call
    SharkyKZ committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c49e58b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    0f26adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e316b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51411a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. [4.0] grammar corrections (joomla#31321)

    Spotted these three english errors while working on something else.
    brianteeman committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e586555 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. [4.0] Accessible media field ALt Text (joomla#31323)

    * [4.0] Accessible media field ALt Text
    
    This PR continues the awesome work of @astridx in joomla#27712 by correcting the behaviour of the alt text and changing the strings to match the work done in joomla#31318
    
    * remove comment
    
    * Update plugins/fields/media/tmpl/media.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    Co-authored-by: Quy <quy@fluxbb.org>
    brianteeman and Quy committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    a140913 View commit details
    Browse the repository at this point in the history
  2. [4.0] Intro and Full image accessibility (joomla#31318)

    * [4.0] Intro and Full image accessibility
    
    An alt text provides an accessible description of an image. Most of the time you should always have one. You should never not have any alt because then assistive technology such as a screenreader will announce the filename. See the October Joomla Magazine article on this
    
    In the rarer situation that the image is purely decorative then it is acceptable to have an empty alt text which should be alt="".
    
    Currently there are several places in Joomla where if you are too lazy to enter a text description of the image then joomla will insert alt="" While this does prevent the filename being read aloud it is not good practice as you are preventing a significant % of your readers being able to access all the content.
    
    Research conducted by the EU shows that content creators want to (need to) create accessible content but don't really know how. The main tool that they have available to them is an accessibility checker. And they then act upon the findings of that tool.
    
    **If the content author performs an accessibility check of their site then most checkers will not report any errors or warnings about missing descriptions as it sees the alt="" and ignores it.**
    
    Adding alt="" is perfectly valid for a decorative image only. It should be a conscious/active decision to mark an image as decorative.
    
    Comment from @brucel confirming this joomla#31138 (comment)
    
    Comment from @mgifford confirming this
    joomla#31138 (comment)
    
    Adding an additional helptext to the description is not enough
    
    Making this a required field is not possible in Joomla with the current codebase as it would only be required IF there is an image and we dont have support for that condition.
    
    Suggesting that you have to put `""` in the description to mark something as decorative is not very user friendly and it is actually adding more keystrokes etc than skipping to the next field and checking the box - as explained to @carcam
    
    The correct use of alt text is **not** advanced accessibility. It is very basic accessibility and addressed at level A
    
    There is no point in making the commitment and statement that Joomla itself is accessible if it at the same time makes it harder to create an accessible site.
    
    ### Testing
    Testing is really easy. No npm, js or css involved.
    Merge the pull request and then go to edit an article on both the admin and site. For the site you might need to enable the frontend images and urls option in the component.
    
    You now have a new field and tweaked text
    
    Please test three scenarios when adding an intro image
    
    1. Image Description (Alt Text) = Empty
    No Description = unchecked
    
    2. Image Description (Alt Text) = "some description"
    No Description = unchecked
    
    3. Image Description (Alt Text) = Empty
    No Description = checked
    
    The expected behaviour for each of these tests is
    
    1. `<img loading="lazy" src="filename.jpg" itemprop="thumbnailUrl">`
    2. `<img loading="lazy" src="filename.jpg" alt="some description" itemprop="thumbnailUrl">`
    3. `<img loading="lazy" src="filename.jpg" alt itemprop="thumbnailUrl">`
    or `<img loading="lazy" src="filename.jpg" alt="" itemprop="thumbnailUrl">`
    
    * Update full_image.php
    
    code style
    brianteeman committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    4c8270f View commit details
    Browse the repository at this point in the history
  3. [4.0] Search tip com_menus (joomla#31336)

    Add Help text to com_menu search filter
    brianteeman committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    604cb9a View commit details
    Browse the repository at this point in the history
  4. [4.0] Remove mod_multilangstatus tampering from mod_user (joomla#30113)

    * Remove mod_multilangstatus tampering
    
    * Remove namespace
    
    * Publish multilingual status module on new installations
    
    * Show only when multilanguage is enabled
    
    * Remove switcher check
    
    * Variable typo
    HLeithner committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    994c9d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. [4.0] "Authentification" correction (joomla#31202)

    * Authentification correction
    
    Correction of language and hint positioning for two factor authentication field on login page.
    
    Co-authored-by: SharkyKZ <sharkykz@gmail.com>
    particthistle and SharkyKZ committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    6d84d51 View commit details
    Browse the repository at this point in the history
  2. [4.0] installer header (joomla#31310)

    * fix installer header
    
    * color styling request by chmst
    N6REJ committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f2385d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c848526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abda56a View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    0692188 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. [4.0] Fix custom fields in com_users (joomla#31366)

    * FIx custom fields
    
    * Correct doc block
    SharkyKZ committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e893aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fcfd93 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. [4.0] Atum logo and login image alt [a11y] (joomla#31349)

    This PR applies the ALT text changes from joomla#31318
    
    In addition the related fields are now correctly grouped in a fieldset
    
    Image Description (Alt Text) = Empty
    No Description = unchecked
    
    Image Description (Alt Text) = "some description"
    No Description = unchecked
    
    Image Description (Alt Text) = Empty
    No Description = checked
    brianteeman committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    affd531 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. [4.0] TinyMCE & Codemirror updates with new lineheight for tinymce (j…

    …oomla#31283)
    
    * [4.0] TinyMCE lineheight
    
    * Update plugins/editors/tinymce/tinymce.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    Co-authored-by: Quy <quy@fluxbb.org>
    brianteeman and Quy committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    92c9e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    684a137 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. [4.0] Select article etc button styling (joomla#31363)

    * [4.0] Select article etc styling
    
    * propogate field - thanks @infograf768
    brianteeman committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c86c963 View commit details
    Browse the repository at this point in the history
  2. [4.0] Webauth inline SVG button with fill (joomla#31190)

    * prepare for login webauth
    
    * make frontend match backend
    
    * make frontend match backend
    
    * changed button to primary
    
    * added support for svg
    
    * use htmlhelper & sanity check
    
    * check for valid filetype
    
    * check for valid filetype
    
    * remove path check
    
    * creates svg icon helper
    
    * changed to global usage
    
    * forgot $relative
    
    * Update libraries/src/HTML/Helpers/Icons.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update plugins/system/webauthn/src/PluginTraits/AdditionalLoginButtons.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update libraries/src/HTML/Helpers/Icons.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * remove use file
    
    * remove use file
    
    * remove transform styling
    
    * Update libraries/src/HTML/Helpers/Icons.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * relative was reversed
    
    * removed empty line
    
    * working on exceptions
    
    * error checking done.
    
    * remove unused string
    
    * cleanup
    
    * better extension test per sharky
    
    * remove strpos per sharky
    
    * pathcheck
    
    * Update libraries/src/HTML/Helpers/Icons.php
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * Update libraries/src/HTML/Helpers/Icons.php
    
    Co-authored-by: SharkyKZ <sharkykz@gmail.com>
    
    * Update libraries/src/HTML/Helpers/Icons.php
    
    Co-authored-by: SharkyKZ <sharkykz@gmail.com>
    
    * added missing use Joomla\Filesystem\Path;
    
    * add global namespace
    
    * Update libraries/src/HTML/Helpers/Icons.php
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    * various corrections from Brian Teeman
    
    * phpcs fix
    
    * color styling per sharky
    
    * Update templates/cassiopeia/scss/blocks/_icons.scss
    
    Co-authored-by: Quy <quy@fluxbb.org>
    
    * spacer fix
    
    * phpcs
    
    * fill fix
    
    * rtl
    
    * rtl
    
    * change svg transparency to solid
    
    * move some css out of language direction
    
    * add margin to atum
    
    * changed scss
    
    * changed to var(--xxx)
    
    Co-authored-by: Quy <quy@fluxbb.org>
    Co-authored-by: SharkyKZ <sharkykz@gmail.com>
    Co-authored-by: Brian Teeman <brian@teeman.net>
    4 people committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    31d2bdf View commit details
    Browse the repository at this point in the history
  3. [4.x] Tinmyce image decorative [a11y] (joomla#31389)

    * [4.x] Tinmyce image decorative
    
    This PR enables the native tinymce feature to mark an image as decorative. This continues the work started in joomla#31318 and joomla#31323
    brianteeman committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d48d18b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. [4.0] Finder pagination options (joomla#31390)

    This PR adds support for the two pagination options
    brianteeman committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    081c4c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. [4.0] Smart search missing strings (joomla#31393)

    This fixes the missing strings reported in joomla#30965.
    brianteeman committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    dcd5475 View commit details
    Browse the repository at this point in the history
  2. [4.0]Make sure we do not add one header twice but we support to set a…

    … different header per client. (joomla#31128)
    
    Co-authored-by: Quy <quy@fluxbb.org>
    zero-24 and Quy committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    fbdb102 View commit details
    Browse the repository at this point in the history
  3. [4.0] re-do temporary change of filter published-condition (joomla#31155

    )
    
    As required in joomla#30467 the filter.condition is changed to filter.published.
    chmst committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    9bfcbde View commit details
    Browse the repository at this point in the history
  4. [4.0] Deprecate unused $iconOver (joomla#31211)

    Co-authored-by: Quy <quy@fluxbb.org>
    N6REJ and Quy committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    5a6616d View commit details
    Browse the repository at this point in the history
  5. Mod submenu fix display of Components dashboard Dashboard icons (joom…

    …la#31391)
    
    Correct display and title of Component Dashboard display of a Dashboard icon
    ceford committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    0129c9b View commit details
    Browse the repository at this point in the history
  6. [4.0] Enable hotkey support for accessibility plugin (joomla#31372)

    Simple PR to add hotkey support.
    
    Once enabled the plugin can be opened either with a mouse or now with the hotkey **CTRL + ALT + A**.
    
    Co-authored-by: Quy <quy@fluxbb.org>
    brianteeman and Quy committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    d186d80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c2e691 View commit details
    Browse the repository at this point in the history
  8. [4.0] Category ALT text (joomla#31326)

    Continues the work of joomla#31318 and joomla#31323 by correcting the behaviour of the alt text and changing the strings to match the work done in joomla#31318
    brianteeman committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    079d11a View commit details
    Browse the repository at this point in the history
  9. [4.0] frontend articles category list improvements (joomla#31373)

    Added scope row.
    Taking off useless `headers="categorylist_header_WHATEVER"`
    Display `Written by` and `Hits` in badge only when table headings are set to No in the list layout parameters.
    infograf768 committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    09bbb15 View commit details
    Browse the repository at this point in the history
  10. [4.0] Articles List Layout vote/ratings fields xml should not be swit…

    …chers (joomla#31381)
    
    Vote and ratings fields are list and not switchers. Switchers there are not only displayed wrong but they do not allow to select Use Global settings.
    
    This PR also prevents the fields from being displayed when the vote plugin is disabled.
    infograf768 committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    502118b View commit details
    Browse the repository at this point in the history
  11. [4.0] Disabled dropdown styling (joomla#31394)

    Ensure that a disabled dropdown select really looks disabled
    brianteeman committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    abf5cf4 View commit details
    Browse the repository at this point in the history
  12. [4.0] Replace filter.condition by filter.published in com_content (jo…

    …omla#30467)
    
    In com_content and related modules, filter.condition is used for filtering published, unpublished, archived, trashed data.
    This might cause problems when 3rd party extension set filters for articles.
    This PR sets back the name to filter.published in J3. It does not change the behaviour in any way.
    chmst committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    13973de View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    e12dcd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c13a6 View commit details
    Browse the repository at this point in the history
  3. Add drone signature

    bembelimen committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    d071784 View commit details
    Browse the repository at this point in the history