Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b2e1f81c0c58ca645852cb213cbb483bd038a87a
https://github.com/phpmyadmin/phpmyadmin/commit/b2e1f81c0c58ca645852cb213cb…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/ServerStatusData.class.php
M libraries/insert_edit.lib.php
M libraries/sql.lib.php
M sql.php
Log Message:
-----------
Use PMA_URL_getCommon for generating all params
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 056ed1929ef473bf1d9e17e4728a14c3a8a22175
https://github.com/phpmyadmin/phpmyadmin/commit/056ed1929ef473bf1d9e17e4728…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
M server_privileges.php
Log Message:
-----------
Correctly generate link for editing user
With PMA_URL_getCommon we get correct separator and escaping for free.
Commit: 950af59138909552f842d21f4ffe9f515d68add5
https://github.com/phpmyadmin/phpmyadmin/commit/950af59138909552f842d21f4ff…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
Log Message:
-----------
Correctly use PMA_URL_getCommon instead of manually adding some parameters
Commit: 311fc81bcec18cd1693554251f914aa2e7138e48
https://github.com/phpmyadmin/phpmyadmin/commit/311fc81bcec18cd1693554251f9…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
M server_privileges.php
Log Message:
-----------
Correctly generate link for revoking user
With PMA_URL_getCommon we get correct separator and escaping
for free.
Commit: 7e142381c91c4470d6a96e6d62cb482bf59a9a77
https://github.com/phpmyadmin/phpmyadmin/commit/7e142381c91c4470d6a96e6d62c…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
M server_privileges.php
Log Message:
-----------
Correctly generate link for exporting user
With PMA_URL_getCommon we get correct separator and escaping
for free.
Commit: a14a83b4a8884580122e7885b283bc6428a45df3
https://github.com/phpmyadmin/phpmyadmin/commit/a14a83b4a8884580122e7885b28…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
Log Message:
-----------
Documentation and coding style improvements
Commit: 657c3dfdc3fda96ea0789e20704065e2d8b9fd95
https://github.com/phpmyadmin/phpmyadmin/commit/657c3dfdc3fda96ea0789e20704…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
Log Message:
-----------
Various coding style fixes
Commit: 54d0714c55a211a22ece795a042fa8e7dc1236c3
https://github.com/phpmyadmin/phpmyadmin/commit/54d0714c55a211a22ece795a042…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
Log Message:
-----------
Prevent manual tweaking of url parameters
PMA_URL_getCommon provides better inteface to constuct them
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/47b64818458c...54d0714c55a2
Branch: refs/heads/QA_4_0
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 01ebe9c03017fc1c8ccdbec3fad41f64027e5d01
https://github.com/phpmyadmin/phpmyadmin/commit/01ebe9c03017fc1c8ccdbec3fad…
Author: Michal Čihař <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M server_variables.php
Log Message:
-----------
Do not double HTML encode URL
PMA_generate_common_url already does HTML encoding, so there is no need
to do that again (bug #4026).