Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: 818ed175399f58b61246ff14ecd73d94d9e0ff37
https://github.com/phpmyadmin/website/commit/818ed175399f58b61246ff14ecd73d…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-07-24 (Wed, 07 July 2019) -04:00
Changed paths:
M pmaweb/templates/_sponsorship_conditions.html
Log Message:
-----------
Explicitly note that sponsorships are not refundable, thanks to Bradley for the phrasing
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Commit: a6dcb8549049192d510cb9d7706473c07f94936c
https://github.com/phpmyadmin/website/commit/a6dcb8549049192d510cb9d7706473…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2019-07-27 (Sat, 07 July 2019) -04:00
Changed paths:
M pmaweb/templates/_sponsorship_conditions.html
Log Message:
-----------
Merge pull request #91 from ibennetch/norefunds
Explicitly note that sponsorships are not refundable
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 416e8aef53139f381cfc180d58e9fcb128bc46e5
https://github.com/phpmyadmin/phpmyadmin/commit/416e8aef53139f381cfc180d58e…
Author: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Date: 2019-07-27 (Sat, 07 July 2019) +02:00
Changed paths:
M libraries/entry_points/table/change.php
Log Message:
-----------
Fix missing variable on insert page
Since the use of routes, the context changed because "entrypoints" are not called directly anymore, but are called in closures, so the context is not shared. So if you want to use a global variable that was in the parent context, you now need to explicitely ask for the global variable.
In our case, "$is_upload" wasn't shared anymore.
Signed-off-by: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Commit: 657d995567f3fd9524b750dbd3099a7579e94d36
https://github.com/phpmyadmin/phpmyadmin/commit/657d995567f3fd9524b750dbd30…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-26 (Fri, 07 July 2019) -03:00
Changed paths:
M libraries/entry_points/table/change.php
Log Message:
-----------
Merge pull request #15403 from Tithugues/fix/missing-variable-on-insert-page
Fix missing variable on insert page
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e4982d677d146cd8ac03574c05cb3ea2411c0a19
https://github.com/phpmyadmin/phpmyadmin/commit/e4982d677d146cd8ac03574c05c…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-26 (Fri, 07 July 2019) -03:00
Changed paths:
A libraries/entry_points/table/change.php
M index.php
M js/table/change.js
M js/table/select.js
M js/table/zoom_plot_jqplot.js
M libraries/classes/Core.php
M libraries/classes/Display/Results.php
M libraries/classes/InsertEdit.php
M libraries/classes/Menu.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M libraries/classes/Sanitize.php
M libraries/classes/Util.php
M phpstan.neon.dist
M tbl_replace.php
M tbl_row_action.php
M templates/database/structure/structure_table_row.twig
M test/classes/Display/ResultsTest.php
M test/classes/InsertEditTest.php
D tbl_change.php
Log Message:
-----------
Use the router for the table change page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3b973a442d9e76a323299b63cc379aff5e4d0070
https://github.com/phpmyadmin/phpmyadmin/commit/3b973a442d9e76a323299b63cc3…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-07-25 (Thu, 07 July 2019) -03:00
Changed paths:
A libraries/entry_points/table/select.php
M index.php
M js/table/select.js
M js/table/zoom_plot_jqplot.js
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Core.php
M libraries/classes/Menu.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M libraries/classes/Sanitize.php
M libraries/classes/Util.php
M templates/database/structure/structure_table_row.twig
M templates/table/search/selection_form.twig
M test/classes/CoreTest.php
D tbl_select.php
Log Message:
-----------
Use the router for table search page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>