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

[4.0] Display of horizontal mod_articles_news module #30527

Merged
merged 36 commits into from
Sep 4, 2020

Commits on Aug 10, 2020

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

Commits on Aug 21, 2020

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

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    1b9b0b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b5a037 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62b9ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c12057 View commit details
    Browse the repository at this point in the history
  5. Increase minimum length

    Quy authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    da3e1e3 View commit details
    Browse the repository at this point in the history
  6. Fix meter displaying complete message prematurely

    Quy authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    1f9bd25 View commit details
    Browse the repository at this point in the history
  7. Add strenthmeter attribute to installation

    Quy authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    82247a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    494e4db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64b99dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fafa42 View commit details
    Browse the repository at this point in the history
  11. [4.0] Url Language Code is not a prefix (joomla#30440)

    * [4.0] URL LANGUAGE CODE is not a prefix
    
    * modified desc as suggested
    infograf768 authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c5e2472 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9993a0b View commit details
    Browse the repository at this point in the history
  13. Taking off description

    infograf768 authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9329d03 View commit details
    Browse the repository at this point in the history
  14. scss cs

    infograf768 authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d607b2b View commit details
    Browse the repository at this point in the history
  15. use @Quy suggestion

    infograf768 authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2af296f View commit details
    Browse the repository at this point in the history
  16. file cs

    infograf768 authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8ef7498 View commit details
    Browse the repository at this point in the history
  17. [4.0] Media field fix (joomla#30455)

    * fix
    
    * typo, (well nothing new)
    
    * Allow media fields in subforms
    
    - Cleanup Media field
    - Expose initilazation method of Bootstrpa Modlas to a Joomla.Bootstrap object
    - Initilise Modlas on the lifecycle of the Custom Element
    
    * Paleolithic js mode only in the legacy…
    
    * CS
    
    * Proper check
    
    * Pffff
    
    * Update joomla-field-media.w-c.es6.js
    dgrammatiko authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c7ab43e View commit details
    Browse the repository at this point in the history
  18. [4.0] Convert icon used for jgrid defaults to fas fa- (joomla#30464)

    * make icon-circle use fa-circle
    
    * allows for including icon- in call
    N6REJ authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6f46ba4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2afae5d View commit details
    Browse the repository at this point in the history
  20. [4.0] Long labels wrapping (joomla#30474)

    When we have fields displayed in columns with the label displayed above the input there is a width limit of 240px on the label.
    
    This results in long labels wrapping when it is not needed as the column is wider than 240px.
    
    In english we dont see this is many places but the easiest is in the __configure edit screen_  fields
    
    This simple PR changes the label width to 100% when the fields are displayed in columns like this.
    
    As this is an scss change you will need to `node build.js --compile-css` in order to test
    
    ### Before
    
    ### After
    brianteeman authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4e7b903 View commit details
    Browse the repository at this point in the history
  21. Fix mod_articles_latest (joomla#30459)

    chmst authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9b1d941 View commit details
    Browse the repository at this point in the history
  22. [4.0] Add a parameter for "back-to-top" button in Cassiopeia (joomla#…

    …30441)
    
    * [4.0] Add a parameter for back-to-top button in Cassiopeia
    
    Added a parameter to show / hide the back-to-top button in Cassiopeia.
    Currently the footer appears when a module has been published on position "footer". And the back-to-top only appears if the footer is visible. Since the footer is part of the grid, it is not easy to move the back-to-top outside the grid.
    
    Now it is possible to decide to have a back-to-top or not. If yes, the footer will be rendered showing the button, independently if there is a module in the position footer.
    It is also possible to show only modules (switch back-to-top off) or modules and back-to-top (switch on).
    
    * Added smooth scrolling
    
    Add smooth scrolling taking in account the preferences of the user (reduced motion).
    Improve  language file.
    
    * Correct height and position of back-to-top button
    
    * Correct code style
    
    * Correct code style 2
    
    * Change smooth scrolling behavior to take in account reduced motion preferences
    
    * Language file corrected, language string changed to match others
    
    * Update language/en-GB/tpl_cassiopeia.ini
    
    Link instead button
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    * Update templates/cassiopeia/scss/blocks/_global.scss
    
    Comment for smooth scroll
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    drmenzelit and brianteeman committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    0551e55 View commit details
    Browse the repository at this point in the history
  23. fix improper family name. (joomla#30481)

    N6REJ authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6524e71 View commit details
    Browse the repository at this point in the history
  24. [4.0] update helptoc (joomla#30490)

    * [4.0] update helptoc
    
    Removes the string for the expired cache page that no longer exists and removes it from the index displayed on the left hand side in the help page
    
    * api
    brianteeman authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    708f937 View commit details
    Browse the repository at this point in the history
  25. [4.0] Add new permissions-policy to the HTTPHeaders Plugin (joomla#30491

    )
    
    * add permissions-policy
    
    * add Permissions-Policy to the dropdown
    
    * alpha order
    zero-24 authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    b4599d0 View commit details
    Browse the repository at this point in the history
  26. [4.0] Error when changing status of tagged content items (joomla#30466)

    * Correct column name
    
    * Fix changing UCM state
    SharkyKZ authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    aa70b24 View commit details
    Browse the repository at this point in the history
  27. [4.0] br tag (joomla#30503)

    * [4.0] br tag
    
    In Joomla 4 we use `<br>` not `<br />`
    
    * bad grep
    brianteeman authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    8418b54 View commit details
    Browse the repository at this point in the history
  28. [4.0] Remove old search component (joomla#30506)

    * [4.0] Remove old search component
    
    The regular search component is not in J4
    
    This pr removes reference to it in the help system
    `administrator/index.php?option=com_admin&view=help`
    
    * revert
    brianteeman authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    daaaae4 View commit details
    Browse the repository at this point in the history
  29. [4.0] Help Dashboard (joomla#30508)

    * [4.0] Help Dashboard
    
    This PR makes multiple changes to the help dashboard. In order of importance they are.
    
    - Created a new section "Start Here"
    - Moved "Joomla Help" to the "Start Here" section to give it greater priority as it really is the first place you should look for help
    - Removed target=_blank from "Joomla Help"
    - Moved "Documentation Wiki" from "Resources" to the top of "Additional Help"
    
    * deduplicate
    
    * compass icon
    brianteeman authored and drmenzelit committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    f389d38 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f46af6f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cddad60 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    c6e3411 View commit details
    Browse the repository at this point in the history
  2. Moved css for mod_articles_news to media folder

    User webAsset Manager to load specific css for module
    drmenzelit committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    3495670 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

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