Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: 340256bc2abfaddaf17fa4231a7f2a3073feb01e
https://github.com/phpmyadmin/website/commit/340256bc2abfaddaf17fa4231a7f2a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2019-02-16 (Sat, 02 February 2019) +01:00
Changed paths:
M pmaweb/templates/contractor.html
Log Message:
-----------
Soften wording about license of contractor word
phpMyAdmin is using several libraries and even some our code is not
released under GPL (coding standard is MIT and error reporting server is
BSD licensed), so it makes no sense to talk only about GPL here.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 99cab254b75770afbd7cf1cd2c48e050fc90ac07
https://github.com/phpmyadmin/website/commit/99cab254b75770afbd7cf1cd2c48e0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2019-02-18 (Mon, 02 February 2019) +01:00
Changed paths:
M pmaweb/templates/contractor.html
Log Message:
-----------
Merge pull request #83 from nijel/contract
Soften wording about license of contractor word
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5368c151b45519dd32aa250f76127dc3fd96a5d1
https://github.com/phpmyadmin/phpmyadmin/commit/5368c151b45519dd32aa250f761…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2019-02-18 (Mon, 02 February 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Server/Status/StatusController.php
A templates/server/status/status/index.twig
A test/classes/Controllers/Server/Status/StatusControllerTest.php
M server_status.php
M templates/server/status/base.twig
D libraries/classes/Server/Status.php
D test/classes/Server/StatusTest.php
Log Message:
-----------
Create Server\Status\StatusController
- Extracts Server\Status and server_status.php logic to controller
- Extracts HTML to server/status/status/index template
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 02a9fd371c533528e5f2f20bd50ec4af3b85ac06
https://github.com/phpmyadmin/phpmyadmin/commit/02a9fd371c533528e5f2f20bd50…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2019-02-17 (Sun, 02 February 2019) -03:00
Changed paths:
A templates/server/variables/index.twig
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Twig/UtilExtension.php
M server_variables.php
M templates/server/sub_page_header.twig
M test/classes/Controllers/Server/VariablesControllerTest.php
D templates/server/variables/link_template.twig
D templates/server/variables/variable_row.twig
D templates/server/variables/variable_table_head.twig
Log Message:
-----------
Refactor Server\VariablesController
- Moves request and response handling to server_variables.php
- Extracts and groups all HTML in server/variables/index template
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>