Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7e76b22742e7e4163cf86a7644375378bf4ea803
https://github.com/phpmyadmin/phpmyadmin/commit/7e76b22742e7e4163cf86a76443…
Author: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M composer.json
Log Message:
-----------
Reorder a few keys in the composer.json file (#13199)
Reorder a few keys to make the composer.json file feel a bit more organized:
- repositories key goes above all the dependencies
- pair homepage with support key and move them to position after name, description and keywords
- pair authors with license key and move them to position just before technical stuff
Signed-off-by: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eba529186eecd8485a00faf5668140a5d0c1bd90
https://github.com/phpmyadmin/phpmyadmin/commit/eba529186eecd8485a00faf5668…
Author: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M composer.json
Log Message:
-----------
Change composer package type to project (#13198)
Composer doesn't seem to support packages of type application.
Package type library (the default) or project seem to be the most appropriate.
Signed-off-by: Luís Pedro Algarvio <lp.algarvio(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ae9006e9be518e5a739cb17d2543fdf7aacd572c
https://github.com/phpmyadmin/phpmyadmin/commit/ae9006e9be518e5a739cb17d254…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M doc/config.rst
M doc/setup.rst
M libraries/Config.php
M libraries/Encoding.php
M libraries/File.php
M libraries/Template.php
M libraries/config.default.php
M libraries/config/ConfigFile.php
M libraries/plugins/import/ImportShp.php
M libraries/vendor_config.php
M scripts/generate-twig-cache
Log Message:
-----------
Use one temporary directory
Share one directory for Twig cache, SHP import and file uploads.
The code now also validates the cache directory and creates it on the
fly, so it properly detects if the directory can not be used.
Also the documentation has been improved to document securing this
directory.
Fixes #13225
Fixes #13226
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 69da96b3e1ea45b4923f26aa357238d74f89b69f
https://github.com/phpmyadmin/phpmyadmin/commit/69da96b3e1ea45b4923f26aa357…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M index.php
Log Message:
-----------
Show warning if twig cache can not be used
Issue #13225
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 92a1e5a47bd0916d6e6836554f8ae8b3a41ef6b1
https://github.com/phpmyadmin/phpmyadmin/commit/92a1e5a47bd0916d6e6836554f8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M doc/config.rst
M doc/setup.rst
M index.php
M libraries/Config.php
M libraries/Encoding.php
M libraries/File.php
M libraries/Template.php
M libraries/config.default.php
M libraries/config/ConfigFile.php
M libraries/plugins/import/ImportShp.php
M libraries/vendor_config.php
M scripts/generate-twig-cache
Log Message:
-----------
Merge pull request #13237 from nijel/tempdir
Share TempDir for Twig and other uses
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/dff57bb33ac9...92a1e5a47bd0