Rajesh Taneja
a284ccfdba
MDL-35397 Administration: changed link for 'many other contributors'
...
Previously 'many other contributors' was pointing to http://docs.moodle.org/dev/Credits
now, it will point to http://moodle.org/dev .
2012-10-02 14:26:35 +08:00
Eloy Lafuente (stronk7)
8838b16705
Merge branch 'w03_MDL-31161_m22_reqpluginnotice' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 02:06:06 +01:00
Petr Skoda
7fdb5afc08
MDL-31161 fix notice when checking plugin requirements
...
Credit goes to Joseph Rézeau, thanks.
2012-01-15 15:35:20 +01:00
Petr Skoda
04c0a7d205
MDL-31109 fix maintenance link value in get_string()
2012-01-15 00:56:29 +01:00
Petr Skoda
d107f1e2cd
MDL-30735 fix cron maintenancerun detection
...
Credit goes to Rodrigo Belluomini Cardilli.
2011-12-17 14:18:22 +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