Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c9cc5acc0eca6db55f307be09160a75eb6542cd4 https://github.com/phpmyadmin/phpmyadmin/commit/c9cc5acc0eca6db55f307be09160... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths: M test/libraries/common/PMA_pow_test.php
Log Message: ----------- No need to use underscore prefix for public functions
Commit: f84c08ff6e506e742e093b097c39766c1bcca6ff https://github.com/phpmyadmin/phpmyadmin/commit/f84c08ff6e506e742e093b097c39... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths: M test/classes/PMA_DBQbe_test.php
Log Message: ----------- Proper camel case names for functions
Commit: 76c67cf4097d176af4cef348f411e6e599d501c9 https://github.com/phpmyadmin/phpmyadmin/commit/76c67cf4097d176af4cef348f411... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths: M test/classes/PMA_DBQbe_test.php
Log Message: ----------- Specify return type
Commit: 9af10c38b8247d1888fc82d26fdb9fe342a65a2f https://github.com/phpmyadmin/phpmyadmin/commit/9af10c38b8247d1888fc82d26fdb... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths: M libraries/RecentTable.class.php
Log Message: ----------- Prefix private variable with underscore
Commit: eae6e216b91ae1d88cb0f4124aebb3c004a5dab4 https://github.com/phpmyadmin/phpmyadmin/commit/eae6e216b91ae1d88cb0f4124aeb... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths: M libraries/RecentTable.class.php
Log Message: ----------- Wrap some long lines
Commit: 150a47f4b7900af973e31d661b6c54e9fd832bb0 https://github.com/phpmyadmin/phpmyadmin/commit/150a47f4b7900af973e31d661b6c... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths: M libraries/schema/Eps_Relation_Schema.class.php M libraries/schema/Pdf_Relation_Schema.class.php M libraries/schema/Svg_Relation_Schema.class.php M test/libraries/PMA_SQL_parser_data_test.php M test/selenium/PmaSeleniumTestCase.php M test/selenium/TestConfig.php
Log Message: ----------- Use underscore prefix for private methods and instance variables
Commit: d1b1ad830a57c37b998b74f9681205808983dcd9 https://github.com/phpmyadmin/phpmyadmin/commit/d1b1ad830a57c37b998b74f96812... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths: M js/server_status_monitor.js
Log Message: ----------- Inline control structures are discouraged
Commit: 896d225f32a18ca0f0bed685e8fb3adc45a5c18b https://github.com/phpmyadmin/phpmyadmin/commit/896d225f32a18ca0f0bed685e8fb... Author: Madhura Jayaratne madhura.cj@gmail.com Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths: M js/server_status_monitor.js
Log Message: ----------- Space between if and opening parenthesis
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/8382a70cc18e...896d225f32a1