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... [1] : http://demo.phpmyadmin.net/gsoc-chanaka/
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.