Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d608832a9dd539f7c78d28e5f7c6dd8f55510c91
https://github.com/phpmyadmin/phpmyadmin/commit/d608832a9dd539f7c78d28e5f7c…
Author: Nisarg Jhaveri <nisargjhaveri(a)gmail.com>
Date: 2015-06-18 (Thu, 18 Jun 2015)
Changed paths:
M js/console.js
M js/messages.php
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Group/Ungroup queries in console SQL debug
Signed-off-by: Nisarg Jhaveri <nisargjhaveri(a)gmail.com>
Commit: 72833685b7291bc178ffec5397ae627dbabcd2dd
https://github.com/phpmyadmin/phpmyadmin/commit/72833685b7291bc178ffec5397a…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-06-18 (Thu, 18 Jun 2015)
Changed paths:
M js/console.js
M js/messages.php
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge pull request #1741 from nisargjhaveri/debug_console
Group/Ungroup queries in console SQL debug
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/8636f7ef29be...72833685b729
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8636f7ef29be60bd0149db30a769041d5f68f6fe
https://github.com/phpmyadmin/phpmyadmin/commit/8636f7ef29be60bd0149db30a76…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-06-18 (Thu, 18 Jun 2015)
Changed paths:
M scripts/upload-release
Log Message:
-----------
Upload md5 and sha1 checksums to our file server only
It makes no sense to push this to sf.net, it would only confuse users
there. And in the end we need them on our download server.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: afdd2355c84b77b72110301795d9b284e813d385
https://github.com/phpmyadmin/phpmyadmin/commit/afdd2355c84b77b72110301795d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-06-18 (Thu, 18 Jun 2015)
Changed paths:
M scripts/create-release.sh
M scripts/upload-release
Log Message:
-----------
Generate SHA1 and MD5 sums while releasing as well
So far we've relied on this being generated on sf.net side, what really
does not guarantee anything.
Signed-off-by: Michal Čihař <michal(a)cihar.com>