Eloy Lafuente (stronk7)
679f37e5fe
Merge branch 'w03_MDL-31161_m23_reqpluginnotice' of git://github.com/skodak/moodle
2012-01-17 02:05:53 +01:00
Aparup Banerjee
c8be518100
Merge branch 'w03_MDL-30929_m23_stalefiles' of https://github.com/skodak/moodle
2012-01-16 16:15:04 +08:00
Petr Skoda
9008ec1654
MDL-30929 detect incorrect major version upgrades
2012-01-16 09:08:36 +01:00
Petr Skoda
499ff0a95e
MDL-31161 fix notice when checking plugin requirements
...
Credit goes to Joseph Rézeau, thanks.
2012-01-15 15:34:56 +01:00
Petr Skoda
ecc2897c85
MDL-31109 fix maintenance link value in get_string()
2012-01-15 00:56:01 +01:00
Petr Skoda
e3258164c6
MDL-30735 fix cron maintenancerun detection
...
Credit goes to Rodrigo Belluomini Cardilli.
2011-12-17 14:17:19 +01:00
Tim Hunt
828788f03b
MDL-29945 plugin management: don't show Uninstall links for required plugins.
2011-11-10 19:11:24 +00:00
Eloy Lafuente (stronk7)
3f123d9227
MDL-29978 install - dependencies must be checked against disk (target) versions
2011-10-28 01:41:04 +02:00
Petr Skoda
8d1da74863
MDL-29474 fix undefined release, phpdocs and one TODO
2011-10-27 15:07:34 +02:00
Tim Hunt
777781d16e
MDL-29474 plugin dependencies: fix misspelling dependancies.
2011-10-20 11:13:45 +01:00
Tim Hunt
faadd32696
MDL-29474 prevent install/upgrade if plugin dependancies not met.
2011-10-20 11:13:41 +01:00
Tim Hunt
cc359566fe
MDL-29474 admin index/plugins/environment pages: all ouptut code -> renderer.
2011-10-20 11:13:39 +01:00
Tim Hunt
da2fdc3f34
MDL-29474 update more of the admin code to use the admin renderer.
2011-10-20 11:13:35 +01:00
Tim Hunt
36ca62cab7
MDL-29474 display the dependancy information on the upgrade screen.
2011-10-20 11:13:33 +01:00
David Mudrak
b9934a173a
MDL-26784 Improved plugins check screen and the new plugins management screen
...
This patch introduces new lib/pluginlib.php library that provides
unified access meta-information about all present plugin types. The
library defines plugin_manager singleton that in turn gathers
information about all present plugins and their status. The list of
plugins can be rendered either as plugins check table or plugins control
panel.
This makes print_plugins_table() function obsolete and because it is not
expected to be called by any contrib plugin, the function is removed.
CSS for the legacy table generated by print_plugins_table() is cleaned
up.
2011-03-31 13:59:05 +02:00