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 with upstream #3

Open
wants to merge 100 commits into
base: master
Choose a base branch
from
Open

update with upstream #3

wants to merge 100 commits into from

Commits on May 28, 2019

  1. Merge pull request #22 from iMi-digital/master

    Add command to regenerate cms page urls
    peterjaap authored May 28, 2019
    Configuration menu
    Copy the full SHA
    087f22e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Added dependencies

    DavidLambauer authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    e27fb80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from DavidLambauer/patch-1

    Added dependencies
    peterjaap authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    0b185c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Extract regenerate product url code into service class

    Timon de Groot committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    c90636d View commit details
    Browse the repository at this point in the history
  2. Add adminhtml mass action to regenerate product urls

    Timon de Groot committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    c8b554e View commit details
    Browse the repository at this point in the history
  3. Add translations dictionary

    Timon de Groot committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    b181ca3 View commit details
    Browse the repository at this point in the history
  4. Remove Magento copyright headers

    Timon de Groot committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    d03ccde View commit details
    Browse the repository at this point in the history
  5. Change counting of regenerated urls

    Timon de Groot committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    8214faf View commit details
    Browse the repository at this point in the history
  6. Remove PHP versions 5.6 and 7.0 from composer.json

    Timon de Groot committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    9b63163 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Merge pull request #25 from tdgroot/feature/product-mass-action

    Add adminhtml mass action 'Regenerate Url' for product grid
    peterjaap authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    b0d9298 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Apply fixes from StyleCI

    peterjaap authored and StyleCIBot committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    5a91970 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from elgentos/analysis-zOyM7P

    Apply fixes from StyleCI
    peterjaap authored Oct 12, 2019
    Configuration menu
    Copy the full SHA
    b8a38d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

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

Commits on Dec 11, 2019

  1. Update composer.json

    peterjaap authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    fe2e4a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

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

Commits on Apr 2, 2020

  1. Remove module:enable command from readme

    module:enable is not needed when running setup:upgrade
    peterjaap authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    4f74474 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Fix #27

    peterjaap authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    647333b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0274f47 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    peterjaap authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    df30946 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    43c607c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    peterjaap authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    14bb8ce View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

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

Commits on Jun 28, 2021

  1. Implement testing suite

    To ensure and increase the coding standards of the Magento extension,
    coding standards have been applied.
    Arjen Miedema committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    54b832d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Merge pull request #43 from elgentos/implement-testing-suite

    Implement testing suite
    peterjaap authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    2a8ed5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d95d40 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Allow PHP 7.4

    sprankhub authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f583a7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from sprankhub/patch-1

    Allow PHP 7.4
    peterjaap authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    469290a View commit details
    Browse the repository at this point in the history
  3. Allow PHP 8.0 and 8.1

    peterjaap authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    fc40ead View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

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

Commits on Oct 25, 2021

  1. get rid of module version

    this just forces us to run setup:upgrade - but that's not required as we don't have any setup scripts here
    riconeitzel authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    913c2da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from riconeitzel/patch-1

    get rid of module version
    peterjaap authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9c27cf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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

Commits on Dec 24, 2021

  1. Update README.md

    peterjaap authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    ed2ed37 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. fix: Use CommandListInterface

    Configuring commands in the Magento Console Command List should be done on its interface. Otherwise the commands won't show up in generated production code.
    pmzandbergen authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    d8348a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from pmzandbergen/patch-1

    fix: Use CommandListInterface
    peterjaap authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    a98ac76 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

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

    Scarbous committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    16bd5aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e4d0fd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #52 from Scarbous/master

    Add Batch Update for Product Urls
    peterjaap authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    1dac64d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. [Bugfix] type error without option -s

    After my optimizations I forgot one final test :(
    Scarbous authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    cf52667 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from Scarbous/patch-2

    [Bugfix] type error without option -s
    peterjaap authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    abc0098 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    4b83b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb0096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    931c249 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f38ab10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0327ef3 View commit details
    Browse the repository at this point in the history
  6. Apply fixes from StyleCI

    StyleCIBot committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    95259c9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #57 from elgentos/analysis-VrJ2pg

    Apply fixes from StyleCI
    peterjaap authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    a2c7f3f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    4e60446 View commit details
    Browse the repository at this point in the history
  2. Cleaned up code

    peterjaap committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    51114bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8dc1f4 View commit details
    Browse the repository at this point in the history
  4. More refactoring

    peterjaap committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    4059670 View commit details
    Browse the repository at this point in the history
  5. Finished refactoring

    peterjaap committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    c4c487a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa9da3d View commit details
    Browse the repository at this point in the history
  7. Apply fixes from StyleCI

    StyleCIBot committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    93465c9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #64 from elgentos/analysis-KZ1xLR

    Apply fixes from StyleCI
    peterjaap authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    e6113b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Update RegenerateProductUrl.php

    you can't just regenerate a product or a group of product .
    mokadev authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    152ce3d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    52af578 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from oneserv-heuser/master

    fix: typed property error on url regeneration via adminhtml
    peterjaap authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1514459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    765125a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #65 from mokadev/patch-1

    Update RegenerateProductUrl.php
    peterjaap authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    432c6e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

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

Commits on Apr 14, 2022

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

Commits on Nov 2, 2022

  1. Add option cfromrootid to regenerate:category:url

    "Regenerate for root category and its children only"
    JustinElst authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    582618e View commit details
    Browse the repository at this point in the history
  2. Add path to selection

    JustinElst authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    9aee63b View commit details
    Browse the repository at this point in the history
  3. Add option cfromrootid to regenerate:category:path

    Regenerate for root category and its children only
    JustinElst authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    039ac64 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    JustinElst authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    12a32e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b79bc21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bda9cbb View commit details
    Browse the repository at this point in the history
  7. Fix styleci issues

    JustinElst authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    38b89db View commit details
    Browse the repository at this point in the history
  8. Fix styleci issues

    JustinElst authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    cded47a View commit details
    Browse the repository at this point in the history
  9. Add use statement

    JustinElst authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    2ff8267 View commit details
    Browse the repository at this point in the history
  10. Add use statement

    JustinElst authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5028968 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #74 from MrGekko/category-urls-from-root

    Category urls from root
    peterjaap authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    9c6a82d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    df95734 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from erfanimani/improve-error-message

    Improved product URL error message to show which URLs were not unique
    peterjaap authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5911c9f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    bed2840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd19d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a8fc1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #78 from elgentos/emulation-proxy

    Proxy Emulation classes
    peterjaap authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e3e7f88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d150ca View commit details
    Browse the repository at this point in the history
  6. Merge pull request #79 from hostep/fixes-issue-76

    Proxy Emulation class in RegenerateProductUrl
    peterjaap authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9abb064 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. improve RegenerateCategoryUrlCommand to only generate rewrites for ca…

    …tegories of the correct root category
    marvinhinz authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    597f4fa View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request #81 from marvinhinz/patch-1

    improve RegenerateCategoryUrlCommand to only generate rewrites for categories of the correct root category
    peterjaap authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b570189 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    dfe2a79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from elgentos/peterjaap-patch-1

    Change store code for single store mode from 0 to 1
    peterjaap authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5faf8a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    fcedd5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from sprankhub/patch-1

    Dynamically retrieve entity_type_id
    peterjaap authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8b51b29 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Fix: take 'cids' argument into account

    The argument was always ignored, because the `$fromRootId` variable always contained a truthy value, after which the `elseif` was never reached.
    Aad Mathijssen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c57a26e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from aadmathijssen/fix/take-cids-argument-into…

    …-account
    
    Fix: take 'cids' argument into account
    peterjaap authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    859253f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. move error handling for duplicated urls to replce URLS method to prev…

    …ent failing entire store URL regenration
    Gerke committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9fd6c90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b742038 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from Gerke-W/feature/create-better-error-handling

    Feature/create better error handling
    peterjaap authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7ecf75a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 8, 2024

  1. Merge pull request #90 from tuyennn/feature/coding-standard

    [feat] Add coding standard for current version
    peterjaap authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ced866b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda87fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e47025 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #91 from tuyennn/feature/verbose-mode-handling-dup…

    …licate-urls
    
    [feat] Move logging detect Duplicated url on current product to verbo…
    peterjaap authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a3dd257 View commit details
    Browse the repository at this point in the history