Hi devs,
Since "reCaptcha support for login panel" [1] feature I planned to implement has already been implemented, I thought "Show per table privileges" [2] feature would be a good candidate to implement in place of it. I would like to know whether [2] is good to be implemented.
Further the current implementation uses server_privileges.php and server_privileges.lib.php for both Users tab in server level and Privileges tab in database level. Is it a good idea to refactor them to different files (db_privileges.php and db_privileges.lib.php may be)?
[1] https://sourceforge.net/p/phpmyadmin/feature-requests/1382/ [2] https://sourceforge.net/p/phpmyadmin/feature-requests/1253/
Hi
Dne Tue, 27 Aug 2013 07:30:15 +0530 Kasun Chathuranga chathuranga.jayaneththi@gmail.com napsal(a):
Since "reCaptcha support for login panel" [1] feature I planned to implement has already been implemented, I thought "Show per table privileges" [2] feature would be a good candidate to implement in place of it. I would like to know whether [2] is good to be implemented.
I think it would be.
Further the current implementation uses server_privileges.php and server_privileges.lib.php for both Users tab in server level and Privileges tab in database level. Is it a good idea to refactor them to different files (db_privileges.php and db_privileges.lib.php may be)?
Maybe the library could be just named privileges and provide all the generic functionality and then have server_/db_/table_ prefixed things which will provide UI for each of those?
[1] https://sourceforge.net/p/phpmyadmin/feature-requests/1382/ [2] https://sourceforge.net/p/phpmyadmin/feature-requests/1253/