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.3 dev issue with the navigation menu #40235

Closed
wants to merge 48 commits into from
Closed

4.3 dev issue with the navigation menu #40235

wants to merge 48 commits into from

Commits on Mar 10, 2023

  1. [4.4] set the correct version number for 4.4 (#40071)

    * [4.4] set the correct version number for 4.4
    
    code review
    
    the only thing not changed that should be are some of the dates and codenames in version.php
    
    * status
    brianteeman authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5688809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad3aacd View commit details
    Browse the repository at this point in the history
  3. Correct branch in readme

    laoneo committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    50484f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4fd71a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Create front end cypress tests (#40038)

    * db
    
    * front test
    
    * architecture
    
    * tests
    
    * more tests
    
    * dist
    
    * reame
    
    * connections test
    
    * resolve
    
    * better connection handling
    
    * more tests
    
    * do not cache the connection
    
    * debug
    
    * error check
    
    * debug
    
    * move cleanup to each spec file
    
    * missing field
    
    * postgres support
    
    * cs
    
    * escape column names
    
    * Determine pgsql type of drone correctly
    
    * pg no backticks
    
    * after
    
    * Support multiple layouts
    
    * new test
    
    * after
    
    * case
    
    * postgres needs double quotes
    laoneo authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    7ec999b View commit details
    Browse the repository at this point in the history
  2. Lints the cypress system tests (#40076)

    * lint tests files
    
    * Fix tests
    
    * lint new tests
    laoneo authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    90435d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Move db setup code to plugins file (#40098)

    * Move db setup code to plugins file
    
    * require
    laoneo authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    52715d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02366fa View commit details
    Browse the repository at this point in the history
  3. Add mod_articles_news system test (#40102)

    * Track inserted items and delete them when test has finished
    
    * Add mod_articles_news system test
    
    * no cleanup in the test
    laoneo authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e3ab33b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    b7d85d4 View commit details
    Browse the repository at this point in the history
  2. Add mod_footer system test (#40114)

    * Add mod_footer system test
    
    * better description
    laoneo authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4acf304 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. [4.4] Converting from File::exists() to is_file() (#40113)

    * Converting from File::exists() to is_file()
    
    * Removing duplicate lines
    
    * Cleaning path
    Hackwar authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e62ddd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Mar 17, 2023

  1. [4.4] Rebuild mod_users_latest with new Joomla 4 structure (#40092)

    * Update mod_users_latest.xml
    
    * Update UsersLatestHelper.php
    
    * Create Dispatcher.php
    
    * Delete modules/mod_users_latest/Dispatcher directory
    
    * Create provider.php
    
    * Create Dispatcher.php
    
    * Delete mod_users_latest.php
    
    * Delete Factory class
    
    Delete Factory class
    
    * services
    
    `folder module="mod_users_latest">mod_users_latest.php</folder>`
    becomes
    `<folder module="mod_articles_latest">services</folder>`
    
    * cleaner code
    
    replace  $user = $app->getIdentity();
    
    * Add mod_users_latest system test
    
    mod_users_latest system test
    
    * correction
    
    syntax error
    
    * replace code
    
    * create a user
    
    create a user for the test
    
    * add registerDate
    
    registerDate: '2023-03-01 20:00:00'
    
    * add params
    
    params: ''
    
    ---------
    
    Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
    sandewt and laoneo authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a8c3240 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Default the ordering parameter in the latest articles module (#40108)

    * Default the ordering parameter in the latest articles module
    
    * cs
    laoneo authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    b3377e5 View commit details
    Browse the repository at this point in the history
  2. [4.4] Make UsersLatestHelper backward compatible (#40143)

    * Make UsersLatestHelper backward compatible
    
    * Add replacement in deprecated message
    joomdonation authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    cc12327 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Cypress test for featured com_contact. (#40154)

    * cypress_test_for_com_contact
    
    * update_code_style
    
    * updates
    rajputanuj31 authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d3ba9d5 View commit details
    Browse the repository at this point in the history
  2. Move API system tests to cypress (#40135)

    * tests
    
    * api
    
    * artiucles crud
    
    * banners
    
    * contact
    
    * media
    
    * media
    
    * Remove codeception
    
    * cs
    
    * more traces of codeception
    
    * readd certs
    
    * dependencies
    
    * more deps
    
    * secret
    
    * cs
    
    * better doc
    
    * write
    
    * config workaround
    
    * cs
    
    * revert
    
    * prepare db for api tests
    
    * variable
    
    * revert pool
    
    * end connections
    
    * no limit
    
    * cs
    
    * prefix
    
    * Update tests/cypress/drone-system-run.sh
    
    * run specific specs in drone
    
    * Update tests/README.md
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    * Update tests/cypress/integration/api/com_media/Files.cy.js
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    * Update tests/cypress/integration/api/com_media/Files.cy.js
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    * postgres
    
    * media on postgres
    
    * sign
    
    * cs
    
    * remove more traces
    
    * basic api tests
    
    * cleanup
    
    * path
    
    * run recursive specs
    
    * chmod images folder
    
    * path to cms
    
    * correct dependencies and better cleanup
    
    * cleaner deps
    
    * Update tests/cypress/drone-system-run.sh
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    
    * missing fields
    
    * stabilize cleanup
    
    * cs
    
    * secret in install test
    
    * order of tests
    
    * optimize cleanup
    
    * cs
    
    * cache the connection
    
    * revert connection cache
    
    * docs
    
    * Rename cypress to system
    
    * lint
    
    * simplification and docs
    
    * docs
    
    * better cleanup
    
    * move
    
    * merge conflict
    
    * remove redundant connect
    
    ---------
    
    Co-authored-by: Brian Teeman <brian@teeman.net>
    laoneo and brianteeman authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7611824 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e5aa87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a352b00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c76a8d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. [4.4] Add text deprecated version + description to actual status in m…

    …odule helper (#40156)
    
    * change version + text
    
    * change version + text
    
    * change version + text
    
    * rename 
    
    none static to non-static
    
    * rename
    
    none static to non-static
    
    * rename
    
    none static to non-static
    
    * rename
    
    none static to non-static
    sandewt authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ced6f7c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    8229caf View commit details
    Browse the repository at this point in the history
  2. Update Featured.cy.js (#40165)

    Change the description to more accurately describe what is being tested
    brianteeman authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4ffd244 View commit details
    Browse the repository at this point in the history
  3. Test for not featured contacts (#40166)

    * not featured test
    
    * fix code style
    
    * updates
    
    * fixed code style
    rajputanuj31 authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d0302aa View commit details
    Browse the repository at this point in the history
  4. [4.4] Rebuild mod_footer with new Joomla 4 structure (#40066)

    * Update mod_footer.xml
    
    * Update default.php
    
    * Create provider.php
    
    * Create Dispatcher.php
    
    * Create Dispatcher.php
    
    * Update Dispatcher.php
    
    * Delete Dispatcher.php
    
    * Create FooterHelper.php
    
    * Delete mod_footer.php
    
    * Delete FooterHelper.php
    
    Is no longer necessary
    
    * Delete line
    
    no need to use Helper
    
    * Delete some use statements
    
    No longer necessary
    
    * new variable
    
    $list moved by $lineOne
    
    * Some changes
    
    Forgot somethingto change
    
    * no chanching layout variable
    
    $data['lineOne'] to $data['lineone']
    
    * No changing layout variable
    
    $lineOne to $lineone
    
    * Removed comment code
    
    * return void
    
    * replaces defined to be consistent
    
    Oops
    
    * defined('_JEXEC') or die;
    
    More consistent with other provider.php files
    
    * correction
    
    Small type
    
    * no static class
    
    harder to write unit tests for it
    
    * empty variable added
    
    * Update Dispatcher.php
    sandewt authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    74d4465 View commit details
    Browse the repository at this point in the history
  5. Convert installer plugins to service providers (#40146)

    * Convert installer plugins to service providers
    
    * cs
    
    * system tests
    
    * 6
    
    * move to system folder
    
    * restore and correct folder
    laoneo authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    5a2d7d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    8a3a789 View commit details
    Browse the repository at this point in the history
  2. Cypress test for contact form in com_contact. (#40171)

    * test for contact form
    
    * updates
    
    * updates
    
    * add a blank line at last
    
    * updates
    
    * updates
    
    * updates
    
    * updates
    
    * adding endline
    
    * Update and rename Form.cy.js to contact_details_page.cy.js
    
    * Rename contact_details_page.cy.js to Contact.cy.js
    
    * Update Contact.cy.js
    
    * Update Contact.cy.js
    
    * Update Contact.cy.js
    
    * Update Contact.cy.js
    
    ---------
    
    Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
    rajputanuj31 and laoneo authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3a298ce View commit details
    Browse the repository at this point in the history
  3. [4.4] Rebuild plugin PageNavigation with new Joomla 4 structure (#40142)

    * Update pagenavigation.xml
    
    * Delete pagenavigation.php
    
    * Create provider.php
    
    * Create PageNavigation.php
    
    * Update default.php
    
    * Update default.php
    
    * correction
    
    * correction
    
    * Delete PageNavigation.php
    
    * Delete provider.php
    
    * correction
    
    wrong folder
    
    * correction
    
    wrong folder
    
    * correction
    
    wrong file
    
    * removed
    
    @phpcs:disable ....
    
    * use Text methods instead
    
    * oops __DEPLOY_VERSION__
    
    _DEPLOY_VERSION__
    becomes
    __DEPLOY_VERSION__
    
    ---------
    
    Co-authored-by: Martin Carl Kopp <6154099+MacJoom@users.noreply.github.com>
    sandewt and MacJoom authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d4aeb55 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Add cypress com_banners test (#40183)

    * add cypress banner test
    
    * add cypress banner test to modules
    
    * Delete banner.cy.js
    
    * code fix
    
    * fix2
    
    * fix3 type:1 set as default
    
    * fix4
    
    * Delete Banners.cy.js
    charvimehradu authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a9c3775 View commit details
    Browse the repository at this point in the history
  2. [4.4] Cypress small update README.md (2) (#40179)

    * Small update
    
    * Lower case to upper case
    
    * small update
    
    ---------
    
    Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
    Co-authored-by: Martin Carl Kopp <6154099+MacJoom@users.noreply.github.com>
    3 people authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    822ce5f View commit details
    Browse the repository at this point in the history
  3. Deprecating CMS Filesystem package (#40111)

    Co-authored-by: Martin Carl Kopp <6154099+MacJoom@users.noreply.github.com>
    Hackwar and MacJoom authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4d6d43a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

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

Commits on Mar 26, 2023

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

Commits on Mar 27, 2023

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

Commits on Mar 28, 2023

  1. [4.4] Make code consistent, change <folder>services</folder> to <fold…

    …er>src</folder> (#40204)
    
    * swap services to src
    
    * swap services to src
    
    * swap services to src
    
    * swap services to src
    
    * swap services to src
    
    * swap services to src
    sandewt authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    20ff4df View commit details
    Browse the repository at this point in the history
  2. Split the back end CRUD tests into single tests (#40219)

    * Split the back end CRUD tests into single tests
    
    * change to install
    
    * cs
    
    * types
    
    * login
    
    * id?
    
    * cache login
    
    * cs
    
    * clear on logout
    laoneo authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7d28502 View commit details
    Browse the repository at this point in the history
  3. Cypress test for adding field in contact form in com_contact (#40186)

    * add test for field com_contact
    
    * updates
    
    * changes
    
    * changes
    
    * updates
    
    * updates
    
    * adding more default values
    
    * updates
    
    * updates
    
    * Update db.js
    
    ---------
    
    Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
    rajputanuj31 and laoneo authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    245ff34 View commit details
    Browse the repository at this point in the history
  4. Cypress test for Categories wise view of contacts in com_contact. (#4…

    …0178)
    
    * add categories view for contacts
    
    * changes
    
    * changes
    
    * updates
    
    * updates
    
    * adding more default values
    
    * Update db.js
    
    * Update Categories.cy.js
    
    * Update db.js
    
    ---------
    
    Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
    rajputanuj31 and laoneo authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7e84e7c View commit details
    Browse the repository at this point in the history
  5. Test not featured articles (#40164)

    * Test not featured articles
    
    * cs
    
    * strict
    
    * fix
    
    ---------
    laoneo authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2180f28 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. [4.4] Introduce local variables to replace repeating method calls (#4…

    …0224)
    
    * Introduce local variables to replace repeating method calls
    
    * CS
    
    * Move variable higher
    joomdonation authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c9c478a View commit details
    Browse the repository at this point in the history
  2. Set a higher timeout for cypress verification (#40223)

    * Set a higher timeout for cypress verification
    
    * debug
    
    * map
    
    * simpler commands
    
    * wrong
    laoneo authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e3a9ef2 View commit details
    Browse the repository at this point in the history
  3. [4.4] Replace JPATH_PLATFORM with _JEXEC in plugin code (#40232)

    * change JPATH_PLATFORM
    
    * change JPATH_PLATFORM
    
    * change JPATH_PLATFORM
    
    * change JPATH_PLATFORM
    
    * change JPATH_PLATFORM
    
    * change JPATH_PLATFORM
    sandewt authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    aecd8e4 View commit details
    Browse the repository at this point in the history
  4. Convert user plugins to service provider (#40180)

    * Convert user plugins to service provider
    
    * form path
    
    * Update plugins/user/contactcreator/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/user/joomla/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/user/profile/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/user/terms/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/user/token/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/user/joomla/src/Extension/Joomla.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/user/joomla/src/Extension/Joomla.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * revert debug
    
    * private
    
    * Fix account notification email language (#28)
    
    * Update plugins/user/joomla/src/Extension/Joomla.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * minor change
    
    ---------
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    Co-authored-by: Tuan Pham Ngoc <github@joomdonation.com>
    3 people authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    951e55d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    c71e594 View commit details
    Browse the repository at this point in the history
  2. Convert privacy plugins to service provider (#40174)

    * Convert privacy plugins to service provider
    
    * Update plugins/privacy/contact/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/privacy/content/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/privacy/content/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/privacy/message/services/provider.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * Update plugins/privacy/message/src/Extension/Message.php
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    
    * rename
    
    ---------
    
    Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
    laoneo and heelc29 authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9599a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    229e27d View commit details
    Browse the repository at this point in the history