menu_clone 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| menu_clone-7.x-1.x-dev.tar.gz | 10.45 KB | 2e3fa897a3c00c98c8055bdd6be9eea8 |
| menu_clone-7.x-1.x-dev.zip | 12.17 KB | aaf53fbf27a0625638d49b23648e1e79 |
Release notes
Dev branch of the D7 port
menu_clone 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| menu_clone-6.x-1.0-beta5.tar.gz | 12.75 KB | a7ae94c31682ae7977e66f9942930739 |
| menu_clone-6.x-1.0-beta5.zip | 15.11 KB | 326e8e7adbd6fcf4284ca455a151ee2e |
Release notes
Fixed: #902612: Clone lets you exceed the max character length for a menu, then you're stuck
menu_clone 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| menu_clone-6.x-1.0-beta4.tar.gz | 12.73 KB | e3eb1804f8de695c194c2b6094000334 |
| menu_clone-6.x-1.0-beta4.zip | 15.1 KB | 48cc0829f8e951e5e4cd8f5a48dcb0d0 |
Release notes
Infinite loop patch #874318: PHP execution timeout by adrianpintilie applied
menu_clone 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| menu_clone-6.x-1.0-beta3.tar.gz | 12.7 KB | 0218d805a3cc979875c80d15d67c4042 |
| menu_clone-6.x-1.0-beta3.zip | 15.1 KB | dde0df12bf53dae15b453ece9bc77d62 |
Release notes
Fixed access rights bug #768362: permission declared in module doesn't match permission referenced by menu item
menu_clone 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| menu_clone-6.x-1.0-beta2.tar.gz | 12.7 KB | 437f7581dbbdda31376b988d3908e11b |
| menu_clone-6.x-1.0-beta2.zip | 15.1 KB | 1de589a6c6d1c151da452366fd7ca861 |
Release notes
hook_help():
- added rel="external" for external links
- replaced 'Ignore line' with 'Ignore row' for consistancy
form theming + CSS:
- added styling for the ignore row to make it stand out more. Looks good on Rubik & Garland
- Ignore row text is now <strong> instead of <em>. Better this way.
Clone form:
- added proper divs and classes for the markup field in menu_clone_clone_form(), still need to see if we can use the forms API to render this in a more standard way.
- fixed a typo in the description field of the fieldset
General:
- code formatting cleanups
- added PHP req. to module .info file
menu_clone 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| menu_clone-6.x-1.0-beta1.tar.gz | 12.76 KB | 4aed86a4ed73c2d038aa5ca5eb6267cb |
| menu_clone-6.x-1.0-beta1.zip | 14.53 KB | 7faef8712df8a296979201e0f18fff05 |
Release notes
This is a total rewrite of the original module by Garrett Albright.
Improvements:
- Functionality now resides in a tab 'Clone menu' on a menu's overview page, instead of using a dropdown list on the 'Add menu' page.
Features:
- Cloning of full menu's, including system default menus
- Partially cloning of menu's
- Ability to customise the menu before cloning
- Feature to globally change the language of all menu items when i18n is installed
Bugfixes:
- #602854: Menu created out of order
- Deleting clones of system default menus, messes up the original menu (mentioned in #510062: How to use the module?)
menu_clone 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| menu_clone-6.x-1.x-dev.tar.gz | 12.88 KB | e84a80cc2969847af69d7b02433e7a47 |
| menu_clone-6.x-1.x-dev.zip | 14.97 KB | 12f032f542cd2a043adafe1d506e6038 |
Release notes
Use the nightlies at your own risk!
hook_help():
- added rel="external" for external links
- replaced 'Ignore line' with 'Ignore row' for consistancy
form theming + CSS:
- added styling for the ignore row to make it stand out more. Looks good on Rubik & Garland
- Ignore row text is now <strong> instead of <em>. Better this way.
Clone form:
- added proper divs and classes for the markup field in menu_clone_clone_form(), still need to see if we can use the forms API to render this in a more standard way.
- fixed a typo in the description field of the fieldset
General:
- code formatting cleanups
- added PHP req. to module .info file