On Mon, May 7, 2012 at 1:17 PM, Piotr Przybylski piotr.prz@gmail.comwrote:
2012/5/7 Chanaka Dharmarathna pe.chanaka.ck@gmail.com:
Hi,
I'm working on "Refactoring: Displaying query results" [0] project idea under GSoC 2012.
In my demo server project [1] the configurations for extended features
like
"Creation of PDFs", "Browser transformation", "Bookmarked SQL query" etc are already done without "User preferences". As well a new user "pma" is already created there, but with a different password instead of general "pmapass".
In my local machine I just enable these all extended features and "error displaying" by introducing "config.inc.php" file. And set the control
user
(pma) password to general one (pmapass).
If I commit this configuration file, the demo server project
configurations
will be override. ("error displaying" , "User preferences", "control user password" will change) So is it a good idea to commit these changes ? Your suggestions are welcome.
[0] :
http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/chanaka77...
You should never commit your own configuration file, only the template should be in repository - if you need some changes made on demo server just ask for it.
-- Regards, Piotr Przybylski
Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Piotr,
Thanks for you quick reply. I got it. I'll ask my mentor, the needed changes in configurations.
Regards !