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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
087f22e
Merge pull request #22 from iMi-digital/master
peterjaap May 28, 2019
e27fb80
Added dependencies
DavidLambauer Sep 3, 2019
0b185c3
Merge pull request #24 from DavidLambauer/patch-1
peterjaap Sep 3, 2019
c90636d
Extract regenerate product url code into service class
Sep 6, 2019
c8b554e
Add adminhtml mass action to regenerate product urls
Sep 6, 2019
b181ca3
Add translations dictionary
Sep 6, 2019
d03ccde
Remove Magento copyright headers
Sep 6, 2019
8214faf
Change counting of regenerated urls
Sep 6, 2019
9b63163
Remove PHP versions 5.6 and 7.0 from composer.json
Sep 6, 2019
b0d9298
Merge pull request #25 from tdgroot/feature/product-mass-action
peterjaap Sep 9, 2019
5a91970
Apply fixes from StyleCI
peterjaap Oct 12, 2019
b8a38d2
Merge pull request #26 from elgentos/analysis-zOyM7P
peterjaap Oct 12, 2019
6a31dc8
Add filter to skip root categories in path generation
peterjaap Oct 21, 2019
fe2e4a9
Update composer.json
peterjaap Dec 11, 2019
ee52049
Added level filter on regenerate:category:url as well (next to path)
peterjaap Dec 17, 2019
4f74474
Remove module:enable command from readme
peterjaap Apr 2, 2020
647333b
Fix #27
peterjaap Apr 8, 2020
0274f47
Merge pull request #33 from elgentos/peterjaap-patch-1
peterjaap Apr 8, 2020
df30946
Update README.md
peterjaap Apr 8, 2020
43c607c
Added url_path section in faq
peterjaap Apr 22, 2020
14bb8ce
Update README.md
peterjaap Apr 22, 2020
252906b
Updated CMS command to also use proxies
peterjaap Sep 29, 2020
54b832d
Implement testing suite
Jun 28, 2021
2a8ed5a
Merge pull request #43 from elgentos/implement-testing-suite
peterjaap Jun 29, 2021
8d95d40
Changed categoryIds argument name to cids
peterjaap Jun 29, 2021
f583a7e
Allow PHP 7.4
sprankhub Jul 6, 2021
469290a
Merge pull request #45 from sprankhub/patch-1
peterjaap Jul 6, 2021
fc40ead
Allow PHP 8.0 and 8.1
peterjaap Jul 6, 2021
f91b916
Loosened restraints for modules
peterjaap Jul 27, 2021
913c2da
get rid of module version
riconeitzel Oct 25, 2021
9c27cf9
Merge pull request #47 from riconeitzel/patch-1
peterjaap Oct 25, 2021
b4a1014
Changed version constraints to drop support for Magento 2.2
peterjaap Oct 26, 2021
ed2ed37
Update README.md
peterjaap Dec 24, 2021
d8348a7
fix: Use CommandListInterface
pmzandbergen Jan 28, 2022
a98ac76
Merge pull request #51 from pmzandbergen/patch-1
peterjaap Jan 28, 2022
d52978e
Add Batch Update for Product Urls
Scarbous Feb 7, 2022
16bd5aa
Code CleanUp
Scarbous Feb 7, 2022
5e4d0fd
Wrong NULL check function
Scarbous Feb 7, 2022
1dac64d
Merge pull request #52 from Scarbous/master
peterjaap Feb 7, 2022
cf52667
[Bugfix] type error without option -s
Scarbous Feb 9, 2022
abc0098
Merge pull request #53 from Scarbous/patch-2
peterjaap Feb 9, 2022
4b83b2c
Fixed bug where passing a storeId would cause regenerating for all st…
peterjaap Feb 19, 2022
9cb0096
Add 'all' value for store input argument
peterjaap Feb 19, 2022
931c249
Fixed another bug where all products were selected if product ID's we…
peterjaap Feb 19, 2022
f38ab10
Workaround for odd bug where no products would show up when no IdFilt…
peterjaap Feb 19, 2022
0327ef3
Workaround to regenerate all CMS pages when no pids are given
peterjaap Feb 19, 2022
95259c9
Apply fixes from StyleCI
StyleCIBot Feb 19, 2022
a2c7f3f
Merge pull request #57 from elgentos/analysis-VrJ2pg
peterjaap Feb 19, 2022
4e60446
Moved extension files to src, spruced up composer.json, better format…
peterjaap Feb 20, 2022
51114bb
Cleaned up code
peterjaap Feb 20, 2022
e8dc1f4
Refactored method of getting storeId from input
peterjaap Feb 20, 2022
4059670
More refactoring
peterjaap Feb 20, 2022
c4c487a
Finished refactoring
peterjaap Feb 20, 2022
fa9da3d
Updated readme, added support for single store mode
peterjaap Feb 20, 2022
93465c9
Apply fixes from StyleCI
StyleCIBot Feb 20, 2022
e6113b0
Merge pull request #64 from elgentos/analysis-KZ1xLR
peterjaap Feb 20, 2022
152ce3d
Update RegenerateProductUrl.php
mokadev Feb 24, 2022
52af578
fix: typed property error on url regeneration via adminhtml
t-heuser Mar 8, 2022
1514459
Merge pull request #68 from oneserv-heuser/master
peterjaap Mar 8, 2022
765125a
Removed negation of is_null to fix regenerating specific products
peterjaap Mar 8, 2022
432c6e7
Merge pull request #65 from mokadev/patch-1
peterjaap Mar 8, 2022
2ba397d
Fix when no pids have been given but store has been set
peterjaap Mar 19, 2022
e24250e
Reset deleteProducts array after processing batches
peterjaap Apr 14, 2022
582618e
Add option cfromrootid to regenerate:category:url
JustinElst Nov 2, 2022
9aee63b
Add path to selection
JustinElst Nov 2, 2022
039ac64
Add option cfromrootid to regenerate:category:path
JustinElst Nov 2, 2022
12a32e4
Update README.md
JustinElst Nov 2, 2022
b79bc21
Update option name cfromrootid to root
JustinElst Nov 2, 2022
bda9cbb
Update option name cfromrootid to root
JustinElst Nov 2, 2022
38b89db
Fix styleci issues
JustinElst Nov 2, 2022
cded47a
Fix styleci issues
JustinElst Nov 2, 2022
2ff8267
Add use statement
JustinElst Nov 2, 2022
5028968
Add use statement
JustinElst Nov 2, 2022
9c6a82d
Merge pull request #74 from MrGekko/category-urls-from-root
peterjaap Nov 2, 2022
4a35ff5
Improved product URL error message to show which URLs were not unique
erfanimani Dec 13, 2022
df95734
Clarified error message entire batch failed
peterjaap Dec 14, 2022
5911c9f
Merge pull request #75 from erfanimani/improve-error-message
peterjaap Dec 14, 2022
bed2840
Proxy Emulation class in RegenerateCategoryPathCommand
peterjaap Dec 28, 2023
2fd19d4
Proxy Emulation class in RegenerateCategoryUrlCommand
peterjaap Dec 28, 2023
36a8fc1
Proxy Emulation class in RegenerateCmsPageUrlCommand
peterjaap Dec 28, 2023
e3e7f88
Merge pull request #78 from elgentos/emulation-proxy
peterjaap Dec 28, 2023
5d150ca
Proxy Emulation class in RegenerateProductUrl
hostep Dec 28, 2023
9abb064
Merge pull request #79 from hostep/fixes-issue-76
peterjaap Dec 28, 2023
597f4fa
improve RegenerateCategoryUrlCommand to only generate rewrites for ca…
marvinhinz Mar 17, 2024
b570189
Merge pull request #81 from marvinhinz/patch-1
peterjaap Mar 18, 2024
dfe2a79
Change store code for single store mode from 0 to 1
peterjaap Apr 18, 2024
5faf8a5
Merge pull request #83 from elgentos/peterjaap-patch-1
peterjaap Apr 18, 2024
e69cdbb
Add PHP 8.2 and PHP 8.3 to constraints
peterjaap Apr 25, 2024
fcedd5a
Dynamically retrieve entity_type_id
sprankhub Jun 14, 2024
8b51b29
Merge pull request #85 from sprankhub/patch-1
peterjaap Jun 14, 2024
c57a26e
Fix: take 'cids' argument into account
Jul 10, 2024
859253f
Merge pull request #87 from aadmathijssen/fix/take-cids-argument-into…
peterjaap Jul 10, 2024
9fd6c90
move error handling for duplicated urls to replce URLS method to prev…
Jul 24, 2024
b742038
remove try/catch because error is no longer thrown by replaceUrls method
Jul 24, 2024
7ecf75a
Merge pull request #88 from Gerke-W/feature/create-better-error-handling
peterjaap Jul 24, 2024
aafddb7
[feat] Add coding standard for current version
tuyennn Jul 31, 2024
ced866b
Merge pull request #90 from tuyennn/feature/coding-standard
peterjaap Aug 8, 2024
cda87fc
[feat] Move logging detect Duplicated url on current product to verbo…
tuyennn Aug 8, 2024
3e47025
[feat] Update readme for the verbose option purpose
tuyennn Aug 8, 2024
a3dd257
Merge pull request #91 from tuyennn/feature/verbose-mode-handling-dup…
peterjaap Aug 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.min.js
57 changes: 57 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"env": {
"amd": true,
"browser": true,
"jasmine": true
},
"rules": {
"consistent-return": 2,
"eqeqeq": [2, "smart"],
"guard-for-in": 2,
"lines-around-comment": [
2,
{
"beforeBlockComment": true
}
],
"max-len": [2, 120, 4],
"max-nested-callbacks": [2, 3],
"no-alert": 2,
"no-array-constructor": 2,
"no-caller": 2,
"no-catch-shadow": 2,
"no-else-return": 2,
"no-eval": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
"no-floating-decimal": 2,
"no-implied-eval": 2,
"no-lone-blocks": 2,
"no-lonely-if": 2,
"no-loop-func": 2,
"no-multi-str": 2,
"no-new-object": 2,
"no-proto": 2,
"no-return-assign": 2,
"no-self-compare": 2,
"no-shadow": 2,
"no-undef-init": 2,
"no-unused-vars": [
2,
{
"args": "after-used",
"vars": "all",
"varsIgnorePattern": "^config$"
}
],
"no-with": 2,
"operator-assignment": [2, "always"],
"radix": 2,
"semi": [2, "always"],
"semi-spacing": 2,
"space-before-blocks": "error",
"space-before-function-paren":"error",
"func-style": [2, "expression"],
"eol-last":"error"
}
}

This file was deleted.

160 changes: 0 additions & 160 deletions Iazel/RegenProductUrl/Console/Command/RegenerateCategoryUrlCommand.php

This file was deleted.

Loading