Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Petr Škoda
61d96926cf
MDL-39088 fix admin/localplugins.php uninstall url
2013-07-02 07:24:33 +02:00
Petr Škoda
dd24dd37ee
MDL-39088 use word "Uninstall" consistently in plugin administration UI
2013-06-27 22:20:36 +02:00
Petr Škoda
ba7ce5e150
MDL-39088 migrate local uninstallation to plugin_manager
2013-06-27 22:20:35 +02:00
Rossiani Wijaya
8be244b2e2
MDL-36553 Admin settings: make tables class consistent throughout admin plugins setting
2013-01-14 10:09:51 +08:00
Petr Skoda
aff24313be
MDL-29401 introduce new frankenstyle PARAM types
...
New PARAM_COMPONENT, PARAM_AREA and PARAM_PLUGIN + fixing of hopefully all current incorrect parameter types. This should help with diagnosing of incorrectly named 3rd party plugins too.
2011-09-25 09:59:55 +02:00
Sam Hemelryk
d609d96261
MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects
2011-09-06 15:39:00 +12:00
Aparup Banerjee
728ebac7f2
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
2011-07-05 14:27:31 +08:00
Petr Skoda
c6947ba7a5
MDL-23899 migration to new locale aware asort
2010-09-05 13:00:47 +00:00
Petr Skoda
b935d10949
MDL-22061 use string_exists - local plugins may not have lang packs
2010-05-20 07:29:24 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +00:00
Petr Skoda
75015e5fc1
MDL-20204 converting link to html_writer or action_link
2010-02-11 16:27:53 +00:00
David Mudrak
695a6fb80a
MDL-21558 fixed php warning in case no local plugins are installed
...
Thanks Stephen Bourget for a prompt report
2010-02-09 17:27:39 +00:00
David Mudrak
70be294d15
MDL-21558 fixed sorting of installed local plugins
...
A typo caused loosing of array keys that are needed in the later
foreach loop
2010-02-09 14:15:43 +00:00
David Mudrak
1ed4730901
MDL-21558 adding local plugins management page into the admin tree
...
The new admin external page admin/localplugins.php provides a list of
installed local plugins with a possibility to remove it.
2010-02-08 16:03:37 +00:00