-
Notifications
You must be signed in to change notification settings - Fork 6
New system menu #21
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
Open
GregMage
wants to merge
71
commits into
XOOPS:master
Choose a base branch
from
GregMage:NewSystemMenu
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,538
−74
Open
New system menu #21
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
06f6642
Start of work on the menu manager
GregMage f2b8ede
Optimisation category menu
GregMage 69106b9
finalisation drag and drop
GregMage 04c3088
Début du travail sur les sous menus
GregMage d6f89ba
préparation de la gestion des sous-menus
GregMage b07fbc5
affichage des menus dans l'admin
GregMage 38ccef5
optimisation du code
GregMage c643a7d
Delcat ok
GregMage e248758
add delete item menu
GregMage 5016312
Added a safeguard to prevent users from selecting their own item as a…
GregMage c09319a
fix: erreur création menu supérieur
GregMage 7996541
ajout: les sous menu sont activé/désactivé en fonction du statut du p…
GregMage 13bdeb0
intégration des menu front side avec exemple dans le thème xswatch5
GregMage 372b2bd
language constant that can be used in the menu title
GregMage 4a05aea
The text no longer extends beyond the card.
GregMage 66845e1
add permissions
GregMage 0d87a6b
vérification que la table existe. si le module système n'est pas à jo…
GregMage 5010850
Ordre alphabétique des constantes
GregMage 4c42ce7
add prefix and suffix and fix error in theme.php
GregMage 57f41d9
add target attribut
GregMage 6991e10
translation improvement
GregMage 863f75b
add menus in theme admin
GregMage 075f038
fix permissions
GregMage 840a9ed
add language system
GregMage 76c384c
on peut traiter le plugin <{xoInboxCount}> dans un suffix ou prefix
GregMage c55b835
add data menus
GregMage 355be8c
update xswatch5
GregMage 89ccf8c
protection des menus protégé (édition et suppression)
GregMage 14f7c82
Update htdocs/modules/system/admin/menus/main.php
GregMage 5cb905f
Update htdocs/themes/xswatch5/tpl/nav-menu.tpl
GregMage f79c83d
Update htdocs/modules/system/language/english/admin/menus.php
GregMage 23cd7d3
Update htdocs/modules/system/language/english/admin/menus.php
GregMage 8906493
Update htdocs/modules/system/admin/menus/main.php
GregMage c326bb9
Rename productid to itemid in addTree method
GregMage 5e2c9f6
Use only ‘XoopsObjectTree’; it's more robust.
GregMage 78eec91
remove SystemMenusTree.php
GregMage d8fa817
fix include class/tree.php
GregMage 29f0052
fix update
GregMage 99f2498
Fix error update.php
GregMage b61a8a4
Add rel="noopener noreferrer" with target="_blank" and fix Missing …
GregMage ae55070
Change varchar(100) to TEXT
GregMage 6fad04f
change <{if $op|default:'' == viewcat}> tp <{if $op|default:'' == 'vi…
GregMage f8cdca7
If a parent item has a submenu, the parent's URL is no longer passed …
GregMage 9a57446
Optimisation by removing an unnecessary query; the chosen method is m…
GregMage 301db9e
Added: Menu caching system, optimising performance by reducing the nu…
GregMage 12427a2
fix french
GregMage 344f4c1
remove pagination
GregMage 5eb6636
fix:If the parent menu was disabled, the child menu no longer display…
GregMage c033eba
add a safety check if it is not an object
GregMage 97f19f3
Added a safeguard to prevent items from being deleted if the category…
GregMage 2aac65d
A safeguard has been added to prevent a parent menu from being saved …
GregMage 6fdd1e6
When an item is reactivated via `toggleactiveitem`, the code now firs…
GregMage 7a1bcbd
Use XOOP_URL when using a relative URL to avoid any issues!
GregMage a6b9bd0
unnecessary code
GregMage cb46c35
code optimisation; XOOPS does not handle sorting across two columns c…
GregMage e0023e1
fix js variable
GregMage 1dfbfbf
fix css
GregMage 1bd21da
fix AJAX error
GregMage 68a6a85
AJAX error optimisation
GregMage c8c99b6
fix: Exception to Throwable
GregMage b7652b8
fix Return the decoded affix on the non-placeholder path.
GregMage 4f20117
fix: Docblock example references items_title but should reference cat…
GregMage 3e6c9d4
fix: Rebuild the form when insert() fails.
GregMage 1fb0b8a
Added a safeguard to check that the category is the same when saving …
GregMage 51c9332
fix:Avoid re-walking the full subtree for every item.
GregMage 0f57e96
Fix the foreign key constraint incompatibility with items_pid = 0 for…
GregMage 7c6e1ed
fix: Escape these translations for JS string context.
GregMage 287d5cf
fix: include_once is now placed outside the loop
GregMage 48b8a3c
add menuscategory and menusitems to reservedTables
GregMage 61474f1
items_cid is only saved if the item is new.
GregMage 0396cc4
add a check to ensure the category exists
GregMage File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.