-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Advanced ACL for com_modules, permissions per module #234
Conversation
tried to apply to 2.5.x and got the following....am new to github let me know if I erred somehow.... warning: squelched 4 whitespace errors |
Hello sanderpotjer, okay, I'm from Brazil and I need to implement this functionality in my website joomla, ACL com_module, I wonder if these files are ready for Joomla 2.5 and Joomla 3.0 only because I am still working with joomla 2.5 and need acl modules for this platform. I await contact and if possible a greater explanation of how to modify these files |
$actions = JAccess::getActions('com_modules'); | ||
|
||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to merge conflicts in here..?
Your latest version has a few merge conflicts which were not looked upon. Can you fix the source code? |
Sorry, but I do not I schedule, unfortunately I do not understand, but I communicated a forum for joomla here from Brazil about your problem, and programmer Bruno Batista one of the best in my opinion here in Brazil will help contribute. See you soon! *For joomla 2.5 and it already possible? I need use in joomla 2.5 this ACL per module |
I'm currently on holiday but will finish an updated patch for Joomla 3 soon. Glad to see interest now! Sander Op 7 jun. 2013 om 13:12 heeft linhos82 notifications@github.com het volgende geschreven:
|
Will do a new pull request for Joomla 3.x, will close this one |
Please see the new pull request for this one: #1368 |
SCSS structure improvement & responsive utility class updates
Elisas commits
…ion and other improvements (joomla#234) * Add handling of menu-horizontal class to _metismenu.scss * Simplify CSS * Fix too much CSS simplification * Move styling for header section * Add a css class for menu item level * Simplify CSS more * SCSS CS - Fix too deep nesting * Fix unwanted margin * Fix dropdown toggle in header * Distinguish two different types of dropdown toggles * New template images * Revert "New template images" This reverts commit f92f6f701bb9f9170f4e384bdd6775a92d98f1ba. * RTL fix for dropdown toggle in header * Add styling for metismenu in footer
I noticed that a lot of people that are using the Joomla ACL system are looking for permission support per module and not just for the entire com_modules component.
This patch adds advanced ACL to com_modules and allows to set permissions (delete, edit & edit.state) per module.