MDL-38509 Implement the ZIP package validation page
authorDavid Mudrák <david@moodle.com>
Fri, 22 Mar 2013 16:53:55 +0000 (17:53 +0100)
committerDavid Mudrák <david@moodle.com>
Thu, 28 Mar 2013 10:54:06 +0000 (11:54 +0100)
commitcbd125e85d739df4991e4d006947d66ea7fa4930
tree9a3bcd2694f54749ca60cf997c567b23ba35e231
parent07083b230ba4bb007d22f25be374c773196ffd9d
MDL-38509 Implement the ZIP package validation page

The script validate.php expects a ZIP file stored in a temporary
location. It extracts the ZIP (optionally renaming the root directory)
and executes the validator. Then it renders the validator log messages
and continue buttons.
admin/tool/installaddon/classes/installfromzip_form.php
admin/tool/installaddon/renderer.php
admin/tool/installaddon/settings.php
admin/tool/installaddon/styles.css
admin/tool/installaddon/validate.php [new file with mode: 0644]