David Mudrák
cbd125e85d
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.
2013-03-28 11:54:06 +01:00
David Mudrák
07083b230b
MDL-38509 Add new tool_installaddon_installer::extract_installfromzip_file() method
2013-03-28 11:54:06 +01:00
David Mudrák
585b64a607
MDL-38509 Save uploaded ZIP into a temporary location and redirect to validator
2013-03-28 11:54:06 +01:00
David Mudrák
30bec5ba8d
MDL-38509 Add new tool_installaddon_installer::get_plugintype_root() method
2013-03-28 11:54:06 +01:00
David Mudrák
a4fcf56f0a
MDL-38509 Implement the plugin ZIP package validator
...
The validator code contains (modified) fragments of the
local_plugins_archive_validator class copyrighted by Marina Glancy that
is part of the local_plugins plugin. It operates over an extracted
copy of the ZIP file.
2013-03-28 11:54:06 +01:00
David Mudrák
ddab904ba8
MDL-38509 Check for writable plugin type location in install from ZIP form
...
Standard mform validation is implemented as well as progressively
enhanced AJAX version.
2013-03-28 11:54:05 +01:00
David Mudrák
2459758b30
MDL-38509 Mark the new installaddon admin tool as the standard plugin
2013-03-28 11:54:05 +01:00
David Mudrák
0056f2a37b
MDL-38509 Initial version of the new admin tool to install add-ons
2013-03-28 11:54:05 +01:00
David Mudrák
b8efcb9233
MDL-38509 Implement new plugin_manager::plugintype_name()
...
This has exactly the same behaviour as the existing
plugintype_name_plural() method, but returns the singular form of the
plugin type (such as 'Activity module').
2013-03-28 11:54:05 +01:00
David Mudrák
ce1a0d3cd8
MDL-38509 Implement new plugin_manager::get_plugin_types()
...
This new method just takes the result of the core get_plugin_types() and
re-orders the plugin types in the same way as they are displayed at the
Plugins overview screen.
2013-03-28 11:54:05 +01:00
David Mudrák
c2c4f722b5
MDL-38509 Document the plugin deployment lockers in config-dist.php
2013-03-28 11:54:05 +01:00
David Mudrák
e91670edc0
MDL-38493 Improve documentation of mdeploy.php
2013-03-28 11:54:05 +01:00
David Mudrák
203b432159
MDL-38493 Make mdeploy.php able to install new plugin
...
The patch implements the second mode of the mdeploy.php script. If
--install option is passed, the given package is downloaded, verified
and deployed to the requested location.
2013-03-28 11:54:05 +01:00
Damyon Wiese
d8201d49d8
weekly release 2.5dev
2013-03-28 14:44:31 +08:00
Damyon Wiese
9ee29404be
Fix permissions
2013-03-28 14:36:33 +08:00
Damyon Wiese
86d66b5a1a
Merge branch 'MDL-25631' of git://github.com/merrill-oakland/moodle
2013-03-28 09:39:05 +08:00
Eloy Lafuente (stronk7)
50206449b6
Merge branch 'MDL-38516-m' of https://github.com/andrewnicols/moodle
2013-03-27 23:56:57 +01:00
Eloy Lafuente (stronk7)
113f9a68bd
Merge branch 'MDL-38520-m' of https://github.com/andrewnicols/moodle
2013-03-27 23:38:33 +01:00
Andrew Robert Nicols
81c8a42040
MDL-38516 JavaScript: Migrate moodle-block_navigation-navigation to use Shifter
2013-03-27 22:27:48 +00:00
Eloy Lafuente (stronk7)
9b79c017f9
Merge branch 'MDL-38473-m' of https://github.com/andrewnicols/moodle
2013-03-27 23:20:18 +01:00
Eloy Lafuente (stronk7)
59549129b1
Merge branch 'MDL-38404-m' of https://github.com/andrewnicols/moodle
2013-03-27 23:06:46 +01:00
Eloy Lafuente (stronk7)
f3804a0c00
Merge branch 'MDL-38472-m' of https://github.com/andrewnicols/moodle
2013-03-27 22:42:33 +01:00
Eloy Lafuente (stronk7)
cb39c6136b
Merge branch 'MDL-38519-m' of https://github.com/andrewnicols/moodle
2013-03-27 22:29:21 +01:00
Eloy Lafuente (stronk7)
c4b39661b9
Merge branch 'MDL-38517-m' of https://github.com/andrewnicols/moodle
2013-03-27 21:43:30 +01:00
Eloy Lafuente (stronk7)
a8cdbbe053
Merge branch 'MDL-38471-m' of https://github.com/andrewnicols/moodle
2013-03-27 18:50:34 +01:00
Damyon Wiese
604a8ed4e5
Merge branch 'wip-MDL-38147-master' of git://github.com/marinaglancy/moodle
2013-03-27 14:11:27 +08:00
Marina Glancy
0a02b80cda
MDL-38147 fixed bug with windows PHP different function behaviour
2013-03-27 17:06:27 +11:00
Marina Glancy
5e71c37ea9
MDL-38147 added comments for SQL-based course search that might not work on some DB
2013-03-27 17:05:51 +11:00
Marina Glancy
a32f163dfd
MDL-38147 do not use DB->sql_length because it does not work on MSSQL
2013-03-27 16:07:29 +11:00
Aparup Banerjee
8963212472
Merge branch 'MDL-38632' of git://github.com/stronk7/moodle
2013-03-27 13:07:10 +08:00
Damyon Wiese
ddeea94a35
Merge branch 'MDL-38736-master' of git://github.com/danpoltawski/moodle
2013-03-27 12:17:47 +08:00
Damyon Wiese
5df15f2524
MDL-38717 Admin: Change setType for email to PARAM_EMAIL
2013-03-27 12:11:06 +08:00
Damyon Wiese
1b393ce91d
Merge branch 'MDL-38717-master' of git://github.com/danpoltawski/moodle
2013-03-27 11:57:14 +08:00
Aparup Banerjee
cf457c2169
Merge branch 'MDL-38659' of git://github.com/stronk7/moodle
2013-03-27 10:38:31 +08:00
Dan Poltawski
8bd1829310
MDL-38736 mod_choice: fix missing param type
2013-03-27 10:19:57 +08:00
Damyon Wiese
0e2ca62e86
MDL-35876: Whitespace, indenting and more verbose upgrade.txt
2013-03-27 10:16:09 +08:00
Dan Poltawski
f6343982e1
MDL-38717 admin: missing setType on email
2013-03-27 10:14:35 +08:00
Damyon Wiese
df9bdfb000
Merge branch 'wip-MDL-35876-master' of git://github.com/phalacee/moodle
...
Conflicts:
lib/upgrade.txt
2013-03-27 10:06:30 +08:00
Eloy Lafuente (stronk7)
3b597dd4ee
Merge branch 'wip-mdl-38543' of git://github.com/deraadt/moodle
2013-03-27 02:00:02 +01:00
Eloy Lafuente (stronk7)
49ef0c56ef
Merge branch 'MDL-38552-master' of git://github.com/FMCorz/moodle
2013-03-27 01:51:35 +01:00
Eloy Lafuente (stronk7)
381ffd46fc
Merge branch 'MDL-38566-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/base/style/core.css
2013-03-27 01:49:10 +01:00
Eloy Lafuente (stronk7)
18ceea60af
Merge branch 'MDL-38484_master' of git://github.com/dmonllao/moodle
2013-03-27 00:47:32 +01:00
Eloy Lafuente (stronk7)
2477bb29cc
Merge branch 'MDL-38531_master' of git://github.com/dmonllao/moodle
2013-03-27 00:46:05 +01:00
Eloy Lafuente (stronk7)
64a807ae44
Merge branch 'MDL-38483_master' of git://github.com/dmonllao/moodle
2013-03-27 00:43:19 +01:00
Eloy Lafuente (stronk7)
cf140de945
Merge branch 'MDL-38557' of git://github.com/timhunt/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-03-26 23:38:07 +01:00
Eloy Lafuente (stronk7)
b741fac308
Merge branch 'MDL-38651' of git://github.com/timhunt/moodle
2013-03-26 23:27:16 +01:00
Eloy Lafuente (stronk7)
d89eed6fca
Merge branch 'MDL-38647' of git://github.com/timhunt/moodle
2013-03-26 23:22:25 +01:00
Eloy Lafuente (stronk7)
45679e3a9e
Merge branch 'w13_MDL-38589_m25_pear' of git://github.com/skodak/moodle
2013-03-26 23:14:24 +01:00
Eloy Lafuente (stronk7)
e01812b333
Merge branch 'w13_MDL-37783_m12_testinfo' of git://github.com/skodak/moodle
2013-03-26 23:13:33 +01:00
Eloy Lafuente (stronk7)
8ef5dc58ea
Merge branch 'MDL-38563-master-int' of git://github.com/FMCorz/moodle
2013-03-26 23:10:11 +01:00