Sam Hemelryk
d2dbd0c0d0
navigation MDL-22398 Added custom menu to Moodle core. Will document in theme's forum
2010-05-10 05:24:00 +00:00
David Mudrak
fe6b274c73
MDL-15244 IP blocker help on syntax
2010-05-06 16:35:32 +00:00
Martin Dougiamas
03d9401e7d
My Moodle MDL-19124 New version of My Moodle, User profiles and Course profiles, all with block support
...
Thanks very much to Remote Learner Canada, especially Hubert Chathi and Olav Jordan, for their work on the bulk of this code, and also Mike Churchward for supporting them. I worked on it after that (actually simplified it by removing a feature temporarily: multiple pages) to bring it more to what I was imagining, and to provide a base to build on and get all the navigation perfect.
There's still work to do. Some blocks don't quite work as expected, and some of the code still needs upgrading to bring it fully into line with 2.0. We also could use a much better course overview block and better CSS styling of the profile pages. But it's definitely more usable this it was, I think.
2010-05-04 13:04:35 +00:00
jerome mouneyrac
07ab0c80ec
hub MDL-19309 new site registration form + course publication + community block
2010-05-01 05:05:55 +00:00
Martin Dougiamas
7969834463
admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management
2010-04-30 08:03:32 +00:00
Martin Dougiamas
2be4d090c0
course completion MDL-2631 Course completion feature - Thanks to Aaron Barnes and Catalyst IT for this significant contribution. It is now officially possible to finish a course!
...
Even though I've tweaked this and done some polishing, there is still plenty to do on it now in HEAD, mostly to do with UI, usability and strings, so we'll keep working on it. Aaron already has a number of improvements to add to it.
2010-04-30 03:06:22 +00:00
Dan Marsden
30b5ee6b06
Plagiarism Lib MDL-13680 - reverting commit for now.
2010-04-28 02:47:25 +00:00
Dan Marsden
706d6648d9
Plagiarism Lib MDL-13680 - move plagiarism settings files into new folder in admin
2010-04-27 22:12:40 +00:00
Dan Marsden
cc3b3fae5d
Plagiarism Lib MDL-13680 - add Plagiarism lib support for modules. - initially including the assignment module and Turnitin service - Backup deliberately excluded at this stage and I expect some of the file handling to change slightly before 2.0 release.
2010-04-27 21:52:07 +00:00
Petr Skoda
864e2805d0
MDL-21781 integrating cohorts into UI - admin tree and list of categories in edit mode (there is no other better place which shows all categories imho)
2010-04-23 09:13:19 +00:00
Petr Skoda
1f96e907ea
MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2
2010-04-14 09:45:49 +00:00
Sam Hemelryk
c14c08dec3
admin MDL-22048 Reverted yesterdays change and implemented better solution in adminlib
2010-04-13 07:28:24 +00:00
Sam Hemelryk
4043abef29
roles MDL-22048 Fixed use of format_string in front page settings that was causing errors
2010-04-12 02:20:29 +00:00
Dongsheng Cai
eb440c0ce6
"MDL-21146, removed extra $ADMIN->add"
2010-04-12 02:19:43 +00:00
Petr Skoda
370f10b7eb
MDL-22061 converting auths to pluginname and deprecating old method for getting auth names
...
AMOS START
MOV [auth_castitle,auth_cas],[pluginname,auth_cas]
MOV [auth_dbtitle,auth_db],[pluginname,auth_db]
MOV [auth_emailtitle,auth_email],[pluginname,auth_email]
MOV [auth_fctitle,auth_fc],[pluginname,auth_fc]
MOV [auth_imaptitle,auth_imap],[pluginname,auth_imap]
MOV [auth_ldaptitle,auth_ldap],[pluginname,auth_ldap]
MOV [auth_manualtitle,auth_manul],[pluginname,auth_manul]
MOV [auth_mnettitle,auth_mnet],[pluginname,auth_mnet]
MOV [auth_nntptitle,auth_nntp],[pluginname,auth_nntp]
MOV [auth_nologintitle,auth_nologin],[pluginname,auth_nologin]
MOV [auth_nonetitle,auth_none],[pluginname,auth_none]
MOV [auth_pamtitle,auth_pam],[pluginname,auth_pam]
MOV [auth_pop3title,auth_pop3],[pluginname,auth_pop3]
MOV [auth_radiustitle,auth_radius],[pluginname,auth_radius]
MOV [auth_shibbolethtitle,auth_shibboleth],[pluginname,auth_shibboleth]
MOV [auth_webservicetitle,auth_webservice],[pluginname,auth_webservice]
AMOS END
2010-04-11 21:31:36 +00:00
Petr Skoda
ff67afbd95
MDL-22054 converting course formats to have own lang packs
...
AMOS START
MOV [formatscorm,core],[pluginname,format_scorm]
MOV [formatsocial,core],[pluginname,format_social]
MOV [formattopics,core],[pluginname,format_topics]
MOV [formatweeks,core],[pluginname,format_weeks]
AMOS END
2010-04-11 12:46:14 +00:00
Petr Skoda
73d0160fd9
MDL-22054 fixed long standing issues with management of modules and blocks - we should definitely not rely on unique localized names! Also the sorting works best in database, the PHP does not have localized sort at all
2010-04-11 11:54:45 +00:00
Petr Skoda
fe9d7318b5
MDL-22054 fixed missing strings and some really annoying redirects
2010-04-11 09:41:25 +00:00
Petr Skoda
fc61cecd6a
MDL-22054 skip loading of missing modules
2010-04-11 08:59:27 +00:00
Inaki
247b7dbb4a
auth config: MDL-19053 Use the HTML editor to edit the login page authentication instructions
...
They are actually displayed as HTML, but they are edited through a plain
text area control instead.
Forward-ported from MOODLE_19_STABLE
2010-04-10 15:13:35 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
Dongsheng Cai
ba74f517e6
MDL-21146, default license will be locked to prevent from disable, move site default license from frontpage to license config page
2010-04-09 19:40:23 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
Petr Skoda
6682cf1813
MDL-22019 fixed notices caused by deleting blocks without unisntalling
2010-04-02 08:26:59 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
Dongsheng Cai
d1d4813ff2
"MDL-21146, improve file license code"
2010-03-31 03:08:05 +00:00
Dongsheng Cai
cf456fbf6c
"MDL-21947, fixed commentsperpage option"
2010-03-29 05:34:50 +00:00
Dongsheng Cai
1dce6261b7
"MDL-21146, adding file license support to repository api, first commit"
2010-03-29 03:39:08 +00:00
Dongsheng Cai
7a856a9330
"MDL-16639, enable spellchecker plugin, and added config pages"
2010-03-23 08:47:05 +00:00
Andrew Davis
134cacf1b7
rating MDL-21657 Removed accidental commit of an unrelated mnet work around
2010-03-16 08:11:24 +00:00
Andrew Davis
a09aeee47b
rating MDL-21657 first commit for rating library
2010-03-16 05:57:51 +00:00
Eloy Lafuente
d294000348
MDL-21666 backup & restore caps - moving to new naming schema. More to come.
2010-02-19 17:50:14 +00:00
Eloy Lafuente
1f6a59517f
NOBUG: Fix upgrade, plz review
2010-02-12 09:24:28 +00:00
Petr Skoda
63eaea4515
MDL-21581 fixed silly typo, thanks penny
2010-02-11 18:58:06 +00:00
Petr Skoda
ae6b463442
MDL-21581 fixed regression + eliminated one query when mnet not enabled
2010-02-11 13:09:30 +00:00
Penny Leach
96bd292127
mnet MDL-21256 & the start of a proper fix for MDL-20660
...
Unfortunately these are tangled up together a bit
2010-02-11 02:49:11 +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
jerome mouneyrac
4b4b53a74e
webservice MDL-20803 add a link to the web service documentation on the 'enable documentation' setting option description.
2010-01-29 07:42:48 +00:00
jerome mouneyrac
220e5a767a
webservice MDL-21463 trivial change of test client title
2010-01-29 02:57:51 +00:00
jerome mouneyrac
75537cbfee
webservice MDL-21463 add our web service test client into the admin tree development section
2010-01-29 02:40:42 +00:00
Penny Leach
de260e0f7b
mnet MDL-21261 large overhaul. This commit changes:
...
- The way that mnet rpc functions are registered. Plugins must now
create db/mnet.php which is an array, similar to services.php. This
*replaces* the old mnet_publishes() functions. version.php must be
bumped to trigger this.
- More information about each rpc-available function is stored in the
database, including the class it belongs to, the file it is found in,
and whether or not it is static. Methods that are not static must be
in a class with a constructor that takes no arguments (this can easily
be achieved with a small wrapper if necessary)
- The xmlrpc dispatcher has been rewritten to remove all the
dependencies on hardcoded information about auth,mnet,portfolio and
repository, and just use the information in the database.
- The old hardcoded hidden mnet/testclient.php has been moved to the
Admin menu under "Development" and rewritten.
- The xmlrpc introspection method profiling is now using php and zend
reflection - which is a lot nicer than the old way, which was using a
php-based php parser. This fixes some inconsistent handling of
methods without arguments that were advertising their return value as
the only method parameter. While this is a *fix*, it breaks BC
slightly - the old 1.9 broken mnet/testclient.php will now not work
properly with 2.0
- Dangerous mode is still supported, but old mod/*/rpclib.php is
now unsupported, due to the fact that any plugin can export mnet
functions with db/mnet.php. This is a slight BC break.
Still TODO:
- TEST TEST TEST
- Document the two small BC breaks in release notes
- Document the contract for db/mnet.php
2010-01-28 05:25:50 +00:00
Rossiani Wijaya
8fed14f4d8
MDL-21440 - replacing hardcoded string with language string.
2010-01-28 02:12:30 +00:00
jerome mouneyrac
3e6161fb1c
webservice MDL-21351 add an overview page to facilitate the web service administration
2010-01-22 02:04:12 +00:00
jerome mouneyrac
3f77607874
administration MDL-21351 revert changes
2010-01-20 10:16:41 +00:00
jerome mouneyrac
8399c714d7
webservice MDL-21351 remove Save Changes button from token/service/protocol page, relabel some Save Changes button into more explicit label, add help text to service page
2010-01-20 10:01:03 +00:00
Sam Hemelryk
d2c394f3c3
javascript-dock MDL-21329 Added $CFG->allowblockstodock(true by default) and $THEME->enable_dock (false by default)
...
Also moved blocks/blocks.js to javascript-static,js so there is one less file to load
2010-01-14 06:56:12 +00:00
jerome mouneyrac
15e417fe1f
webservice MDL-20805 added token creation page
2010-01-11 08:23:39 +00:00
jerome mouneyrac
5ae9f53976
webservice MDL-20805 add admin token page. To do: create and delete operation + context support
2010-01-06 09:33:05 +00:00
Rossiani Wijaya
cdfedbd228
MDL-18824 changing fullname name (fullnamedisplay) default value to language.
2010-01-06 05:11:25 +00:00
Petr Skoda
84d6e8323d
MDL-21189 yui combined file loading admin setting
2009-12-25 22:47:41 +00:00