djfm
4a7db33427
Removed search feature, already handled in own module
2015-09-11 10:13:20 +02:00
djfm
c4f5919c0a
// first pass, removed resources and made tree object
2015-09-11 09:41:38 +02:00
Thomas N
d2c7e5e8e6
// Version updated to v2.2.3
2015-08-20 14:53:45 +02:00
Jérôme Nadaud
277c6101ef
Merge pull request #36 from sfroment42/dev
...
Follow up of #30 #33
2015-08-04 14:40:00 +02:00
Jérôme Nadaud
7abda4bf26
// Version updated to v2.2.2
2015-07-15 13:25:17 +02:00
Sacha FROMENT
06ba75fee0
[-] MO : Correct sended parameters
...
(cherry picked from commit 909b2cf7b4aea51bd8c0f2ea1fe5adf3355fec4e)
Conflicts:
blocktopmenu.php
2015-07-10 08:52:10 +02:00
NielsH
0d782ed35e
[-] MO : Remove duplicate $id_shop parameters
...
Remove duplicate definition of $id_shop in the getCMSPages() function. PHP7 will not accept this and returns a fatal error upon encountering this.
(cherry picked from commit eadf84b21dd2736669887e8f0c57b2ca38607dfb)
(cherry picked from commit c7ceb52e124b40cc40cdfab336bec16006d14397)
Conflicts:
blocktopmenu.php
2015-07-09 17:05:22 +02:00
ZiZuu.com
8d223fa303
[-] MO : fix generateCategoriesMenu()
...
A disabled category should be skipped, not made interrupt processing the whole category tree
2015-07-07 15:19:30 +02:00
Thibaud Chauviere
03ba75e1d2
[PSR-2] Fix indentation
2015-07-07 10:48:15 +02:00
Thibaud Chauviere
020524e4e1
[PSR-2] Fix function call spaces
2015-07-07 10:47:13 +02:00
Thibaud Chauviere
58fb997a0f
[PSR-2] Fix braces
2015-07-07 10:43:46 +02:00
jeromenadaud
8e57f4d429
// Version updated to v2.2.1
2015-07-07 10:25:29 +02:00
Thibaud Chauviere
e3c2e31e2f
[-] MO: Fix active category check
2015-07-07 10:21:05 +02:00
jeromenadaud
6816b775ad
// Version updated to v2.2.0
2015-07-01 15:59:07 +02:00
Thibaud Chauviere
52013f8306
// Remove commented debug line
2015-06-26 14:22:37 +02:00
Thibaud Chauviere
ac1c1d80fb
[*] MO : Blockopmenu can now manage hidden categories without displaying them in the front office
2015-06-26 14:11:07 +02:00
Maxime Biloé
6b65bfa8b6
[-] MO : #NM-410 Avoid empty li when no image
2015-05-15 13:59:28 +02:00
Marius Kiznis
6b26b5fcc2
[*] MO: blocktopmenu Make private members protected to allow overrides
2015-03-27 13:09:42 +02:00
Jérôme Nadaud
1c46856686
// Version updated to v2.1.1
2015-03-16 17:41:31 +01:00
Jérôme Nadaud
890f8b846a
Merge pull request #23 from dkarvounaris/ivy-patch-missingcss
...
[-] CSS/JS files not loading when using only "displayNav" without "displayTop"
2015-03-16 09:35:04 +01:00
Sacha Froment
906392c92e
// norms
2015-03-09 11:39:00 +01:00
Sacha Froment
b00610de4b
[-] MO : Fix cms passing to multishop cf: https://github.com/PrestaShop/PrestaShop/commit/67789cac1f1c94d19a173cd2c6f5b53e81e0d232
2015-03-09 11:35:38 +01:00
indesign47
cef9f320da
// follow up cf9b22d
2015-03-05 11:11:18 +01:00
Jérôme Nadaud
05c810a4ac
// Version updated to v2.1.0
2015-03-03 12:00:49 +01:00
Wayann
f651acbb77
allow override of module
...
set private methods to protected so we can take advantage of the new module overriding function from module.php
2015-02-27 15:48:20 +01:00
indesign47
cf9b22dbc9
[-] MO : blocktopmenu -> missing translations
2015-02-23 10:08:17 +01:00
Dimitrios Karvounaris
2b2e42e901
[-] Did not add CSS files to output, when hooked in hook "displayNav" instead "displayTop".
2015-02-06 21:55:50 +01:00
Jerome Nadaud
f75aa982a4
//Version update
2014-11-10 16:05:10 +01:00
Axome
5b78e97267
[*] Error when delete links
...
Using the wrong variable
2014-10-31 09:20:17 +01:00
Jérôme Nadaud
f3bacbefac
// Version updated to v2.0.8
2014-10-14 16:00:06 +02:00
Sacha Froment
7d2011d080
// fix thumbnail sub categories
2014-10-09 16:31:19 +02:00
Sacha Froment
efd7427e7b
// second revert
2014-10-08 18:38:13 +02:00
Sacha Froment
c9b150c890
// fix sub thumbnail
2014-10-08 18:21:47 +02:00
Jérôme Nadaud
461c7a197a
// Version updated to v2.0.7
2014-10-07 10:13:23 +02:00
Sacha Froment
6d08c207d7
[-] MO : Fix PSCSX-1466 Categorie disapear
2014-10-06 12:24:53 +02:00
Jérôme Nadaud
7a3c782dec
// Version updated to v2.0.6
2014-09-26 07:53:56 +02:00
sfroment42
2f5f6159ff
// add clear cache
2014-09-24 14:58:33 +02:00
sfroment42
045e4083c3
[-] MO : Fix PSCFV-12556 implementation of reset method
2014-09-24 11:01:53 +02:00
Jérôme Nadaud
56809f52c4
// Version updated to v2.0.5
2014-09-10 14:27:34 +02:00
Thibaud Chauviere
3efef4dafb
[*] MO : blocktopmenu - better multishop details display
2014-09-10 11:55:43 +02:00
Jerome Nadaud
62ffacb0b4
//Version update
2014-09-08 10:30:21 +02:00
Thibaud Chauviere
fa8848d7a8
[-] MO : blocktopmenu - Fix htmldecode on link edit
2014-09-08 09:40:13 +02:00
Thibaud Chauviere
c3643e223f
// Version update to v2.0.3
2014-09-03 10:19:38 +02:00
Jérôme Nadaud
8f9378de9b
// Version updated to v2.0.1
2014-08-23 11:01:21 +02:00
Thibaud Chauviere
a83b8e8061
Merge pull request #10 from montes/bugfix_links_labels
...
[-] MO - blocktopmenu : fixed bug when editing links labels with special caracters
2014-08-22 15:31:32 +02:00
montes
7a56e67fbf
[-] MO blocktopmenu : fixed bug when editing links labels with special characters
2014-08-22 15:21:41 +02:00
sfroment42
7f49100187
[-] MO : Fix PSCSX-3021 regex can't fail
2014-08-22 10:19:21 +02:00
Jerome Nadaud
61bceabe68
//Version update
2014-08-18 11:09:43 +02:00
AlexEven
0b613ae2fb
// blocktopmenu.php: typo
2014-08-14 17:14:07 +02:00
Jerome Nadaud
513d030f46
//Version update
2014-08-13 14:19:10 +02:00