Commit Graph

206 Commits

Author SHA1 Message Date
matks 0e3209d3c5 Add dependabot config file 2020-07-20 10:33:09 +02:00
GoT 4b6c013269 Merge pull request #34 from Progi1984/improveProject
Bump version to 2.2.0 and Improve Project
2020-06-24 12:09:48 +02:00
Progi1984 5d0176b157 Bump version to 2.2.0 2020-06-22 11:23:05 +02:00
Progi1984 25744f29d1 Merge branch 'master' into improveProject 2020-06-22 11:22:04 +02:00
Progi1984 6de56a30d4 Added CI 2020-06-22 11:19:51 +02:00
Progi1984 77c27fbed0 Fixed composer 2020-06-22 11:18:37 +02:00
Progi1984 ff8c7248d4 Moved Readme.md 2020-06-22 11:15:50 +02:00
Progi1984 46619a9626 Merge pull request #27 from rvalery/patch-1
Take user groups into account when rendering menu
2020-06-17 14:11:35 +02:00
GoT 04bb79bbb6 Merge pull request #33 from matks/dev
Fix outdated license headers
2020-06-09 18:11:43 +02:00
matks 6427296797 Update license header file views/templates/index.php 2020-06-09 17:47:57 +02:00
matks 91197385fa Update license header file views/templates/admin/index.php 2020-06-09 17:47:55 +02:00
matks 367132f040 Update license header file views/templates/admin/_configure/index.php 2020-06-09 17:47:53 +02:00
matks 3463004662 Update license header file views/templates/admin/_configure/helpers/list/list_content.tpl 2020-06-09 17:47:52 +02:00
matks 4f62c4bec7 Update license header file views/templates/admin/_configure/helpers/list/index.php 2020-06-09 17:47:50 +02:00
matks 8987e7cd11 Update license header file views/templates/admin/_configure/helpers/index.php 2020-06-09 17:47:48 +02:00
matks 201b519fcd Update license header file views/templates/admin/_configure/helpers/form/index.php 2020-06-09 17:47:46 +02:00
matks 3f9517514d Update license header file views/templates/admin/_configure/helpers/form/form.tpl 2020-06-09 17:47:44 +02:00
matks b0d853f4d2 Update license header file views/index.php 2020-06-09 17:47:41 +02:00
matks 684efd8d13 Update license header file translations/index.php 2020-06-09 17:47:39 +02:00
matks a1ba7ef8fd Update license header file ps_menutoplinks.class.php 2020-06-09 17:47:37 +02:00
matks 804fb693b9 Update license header file ps_mainmenu.tpl 2020-06-09 17:47:35 +02:00
matks 16b7328d37 Update license header file ps_mainmenu.php 2020-06-09 17:47:33 +02:00
matks 91879f59c1 Update license header file index.php 2020-06-09 17:47:31 +02:00
Progi1984 4526996b1e Merge pull request #32 from matks/dev
Add CONTRIBUTORS file
2020-06-08 09:14:06 +02:00
Mathieu Ferment e3f1587554 Update CONTRIBUTORS.md 2020-06-05 23:22:39 +02:00
matks 32520d5308 Add CONTRIBUTORS file 2020-06-05 23:17:10 +02:00
Progi1984 8b92d639ed Merge pull request #31 from matks/dev
Enable Release Drafter
2020-04-02 08:56:22 +02:00
matks cf2e59e106 Enable Release Drafter 2020-04-01 18:08:27 +02:00
GoT 7e4ae91cf4 Merge pull request #30 from matks/dev
Add GitHub PR template
2020-03-31 09:56:36 +02:00
matks 96d1828efe Add Pull Request template for github 2020-03-30 18:36:53 +02:00
Mathieu Ferment e050b01d1b Merge pull request #29 from PrestaShop/marionf-multistore-compat
Update readme to add multistore compatibility
2020-02-25 18:02:25 +01:00
marionf b8e29efa81 Update the wording 2020-02-25 12:37:11 +01:00
marionf 3f1c88b294 Update readme to add multistore compatibility 2020-02-24 16:03:20 +01:00
Progi1984 c5804ad711 Merge pull request #28 from sharkooon/master
Fix updating custom links + fix for relative links
2020-01-09 11:42:21 +01:00
Pablo Borowicz aac743e7f4 Add license file 2019-12-31 12:24:19 -03:00
Pablo Borowicz 8731f725a3 Add readme 2019-12-31 12:24:11 -03:00
Pablo Borowicz 941cd7b316 Add license file 2019-12-31 12:23:26 -03:00
Pablo Borowicz 16d380f9b8 Add readme 2019-12-31 12:23:16 -03:00
Sylvester 903c34e9c4 Update ps_menutoplinks.class.php
Remove appending "http://" to custom links. Now it's possible to create relative links.
2019-12-05 14:10:32 +01:00
Sylvester bb7acc84b2 fix for updating links 2019-12-05 13:44:08 +01:00
Raphaël Valéry 5146b87fa2 Take user groups into account when rendering menu
When a category access is restricted by user group, the category is still displayed in the menu, even if the user is not a member of one of those group. It is described here : https://github.com/PrestaShop/PrestaShop/issues/9924
There has been 2 different corrections that have been proposed on this thread, but none of them has been merged in the module (there is some commits for at least one proposition in the dev branch, but not in master branch).
I think my changes are a bit simpler. I use the "user_groups" property that was already defined in the Ps_MainMenu class, but never initialized.
2019-09-27 01:07:48 +02:00
GoT e46a66d28e Merge pull request #20 from PrestaShop/boom-3633
Fix boom-3633
2019-03-29 15:29:30 +01:00
Marion François c9c9826e96 Fix issue when editing category 2019-03-29 15:04:34 +01:00
Marion François 338ead1d79 clear all the cache 2019-03-28 16:52:40 +01:00
Thomas Nabord 8b37cd1574 Improve code readability 2019-03-12 10:40:14 +00:00
Pablo Borowicz f609303dcf Merge pull request #22 from PrestaShop/fix-many-categories
Only compute once file list from the category image directory
2018-12-20 14:02:26 +01:00
jocelyn fournier 48e6f99fa1 only compute once file list from the category image directory 2018-11-18 19:58:41 +01:00
Marion François e1eb367610 Fix boom-3633 2018-10-18 11:25:46 +02:00
Pablo Borowicz 6bc5ddd52c // Update version to v2.1.1 2018-06-05 14:09:19 +02:00
Thomas N 8841ad6985 Merge pull request #15 from MatthieuMota/patch-1
Remove separator const from getCacheDirectory
2018-04-30 09:07:34 +01:00