Commit graph

10202 commits

Author SHA1 Message Date
Helen Foster
de53e9ebef help file MDL-21308 rewording thanks to Bente Olsen 2010-03-17 10:50:19 +00:00
Helen Foster
caf1bbd218 help file MDL-21600 obsolete file thanks to Koen Roggemans 2010-03-17 09:19:01 +00:00
Andrew Davis
7ac928a749 rating MDL-21657 more changes based on Petr's feedback 2010-03-17 09:12:13 +00:00
Andrew Davis
9c1f9627d8 rating MDL-21657 renamed ratinglib.php to lib.php to bring /rating in line with /comment 2010-03-17 03:54:18 +00:00
Andrew Davis
6c5fcef746 rating MDL-21657 changing from ratings (plural) to rating (singular) 2010-03-16 09:37:31 +00:00
Andrew Davis
ba0c89c5ec rating MDL-21657 changing from ratings (plural) to rating (singular) 2010-03-16 09:24:09 +00:00
Andrew Davis
a09aeee47b rating MDL-21657 first commit for rating library 2010-03-16 05:57:51 +00:00
Dongsheng Cai
85495bd291 "MDL-21021, added a block to manager user private files" 2010-03-15 06:41:02 +00:00
Helen Foster
2a939f1cd3 lang string MDL-21016 rewording as suggested by Ray Lawrence 2010-03-09 21:42:38 +00:00
Andreas Grabs
8bea6b888a MDL-19846 - Admin ability to submit answers 2010-03-09 08:25:54 +00:00
Helen Foster
03a5a26cba help file MDL-19538 obsolete file thanks to Andrea Bicciolo 2010-03-08 19:18:58 +00:00
Helen Foster
91f44334b1 help file MDL-19537 obsolete file thanks to Andrea Bicciolo 2010-03-08 19:16:35 +00:00
Helen Foster
402859e5fa help file MDL-19539 obsolete file thanks to Andrea Bicciolo 2010-03-08 19:14:02 +00:00
Helen Foster
f1db9dd86e help file MDL-19541 obsolete file thanks to Andrea Bicciolo 2010-03-08 19:08:30 +00:00
Tim Hunt
990650f94c quiz: MDL-16478 Allow different open/close dates, etc. for individual students or groups.
This was implemented by Matt Petro of the University of Wisconsin - Madison Engineering
School and Math Department. Many thanks. Reviewed by and committed by Tim Hunt.

This adds a new Overrides tab to the UI, with sub-tabs Group overrides and User overrides.
Each of those lists all the overrides that currently exist, and lets you manage them and
create more.

When a quiz is being attempted, the override that applies to the current user is combined
with the current quiz settings loaded from the quiz table (normally called $quiz).
If there are both user and group overrides, then just the specific user override is used (more specific).
If the user is in several groups, then the overrides are combined to give the most permissive set of options.

There is one new database table quiz_overrides, to store the overrides.
2010-03-08 16:01:38 +00:00
Petr Skoda
01a2ce80ec MDL-21710, MDL-21711 new permissions evaluation and overriding UI 2010-03-07 09:28:54 +00:00
Helen Foster
477a2c1c4d help file MDL-21054 rewording thanks to Bente Olsen 2010-03-05 15:15:17 +00:00
Helen Foster
bc9ab05377 help file MDL-21053 rewording thanks to Bente Olsen 2010-03-05 14:56:58 +00:00
Helen Foster
a4be799b44 lang string MDL-18565 spelling fix thanks to Ray Lawrence 2010-03-05 11:44:12 +00:00
Helen Foster
93edb740e2 lang string MDL-21546 rewording thanks to Bente Olsen 2010-02-24 10:53:59 +00:00
Helen Foster
9a71b4cc41 help file MDL-21546 rewording thanks to Bente Olsen 2010-02-24 10:38:57 +00:00
Penny Leach
8fb18ca939 mnet MDL-21692 print an error when we can't contact the host when adding a new peer 2010-02-23 10:09:32 +00:00
jerome mouneyrac
d07ff72d15 webservice MDL-21580 remove reponse hook, add response cleaning to the method body for all Zend servers. 2010-02-22 07:07:44 +00:00
Eloy Lafuente
177c1a6cf5 MDL-21666 backup & restore caps. Bump version and lang strings 2010-02-19 19:27:12 +00:00
jerome mouneyrac
eae18ab60c webservice MDL-21580 remove hard coded string from validate_parameters function, clean XML-RPC response from additional values, XML-RPC return an exception if a return value is wrong 2010-02-19 02:40:10 +00:00
Penny Leach
677b6321af mnet MDL-21098 fixed quite a few issues in the mnet installer and testclient. Rebumped all plugin versions that use mnet to get the services reinstalled 2010-02-18 04:55:34 +00:00
Penny Leach
b257d7c411 mnet MDL-21278 print a list of potential idps on the login page with links
this adds a new contract auth plugin method (implemented as empty in the base class)
2010-02-18 01:30:13 +00:00
Penny Leach
b8a109a39d mnet MDL-17202 disambiguating strings in mnet enrolment config and updated plugin desc
merged from MOODLE_19_STABLE
2010-02-17 03:59:06 +00:00
Penny Leach
fa276a0c00 mnet MDL-21256 fixed regressions I introduced while rewriting 2010-02-17 01:59:39 +00:00
Sam Hemelryk
fe21336587 gradebook-graderreport MDL-21535 Upgraded to YUI3 and reoganised JS code 2010-02-16 08:26:21 +00:00
jerome mouneyrac
b721742a15 webservice MDL-21351 add creator field to security keys page 2010-02-12 07:30:44 +00:00
jerome mouneyrac
1bd06507df webservice MDL-21351
Manage token page: user should be linked to their user profil
Security keys page: display token created by administrator
Manage service page: rewording :
Authorised user only => user
2010-02-12 04:14:26 +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
Andrew Davis
61541a5a46 gradebook MDL-21218 Improved the hiding/displaying of category and course totals when they contain hidden items 2010-02-08 06:27:04 +00:00
Rossiani Wijaya
3fe2cfb505 MDL-16919 - add validation to upload user data according to the upload type. 2010-02-05 07:30:53 +00:00
Andrew Davis
8791e9feaa gradebook MDL-21218 course and category totals behaviour when they contain hidden items 2010-02-05 06:42:01 +00:00
jerome mouneyrac
559a5dbd1d webservice MDL-21511 add webservice_parameter_exception to indicate which external parameter is invalid 2010-02-05 04:10:36 +00:00
jerome mouneyrac
382b9ceab3 webservice MDL-21510 added three defines for the description of ws optional value:
VALUE_REQUIRED - if the parameter is not supplied, there is an error
VALUE_OPTIONAL - if the parameter is not supplied, then the param has no value
VALUE_DEFAULT - if the parameter is not supplied, then the default value is used
2010-02-05 02:58:24 +00:00
jerome mouneyrac
f05d219353 webservice MDL-21351 fix some wording in the overview and some links 2010-02-04 07:06:27 +00:00
Penny Leach
287efec6f6 mnet MDL-21276 get rid of all the $MNET* globals 2010-02-02 03:13:40 +00:00
Martin Dougiamas
0d4b9d090f admin/webservices MDL-12886 Fixed some strings 2010-02-02 02:50:23 +00:00
Martin Dougiamas
3d5a7b60da Some english fixes 2010-02-02 02:42:52 +00:00
jerome mouneyrac
6f96664821 webservice MDL-21351 add help text for setting "web service" role. 2010-02-01 04:00:53 +00:00
jerome mouneyrac
52dd27bfbc webservice MDL-17135 remove old webserviceuse capability. It is now controlled by protocol capabilities. Add warning to protocol capabilities. 2010-02-01 03:23:35 +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
bdf40a4c63 webservice MDL-21466 add information about setting the debug mode to NORMAL for using the web service test client 2010-01-29 07:27:07 +00:00
jerome mouneyrac
85b4c44745 webservice MDL-20803 add token authentication to web service documentation generator 2010-01-29 06:34:07 +00:00
jerome mouneyrac
f54dfa54b7 webservice MDL-21466 add few comments about test client 2010-01-29 03:50:06 +00:00
jerome mouneyrac
b0a9a0cd35 mnet MDL-21466 change "WS auth not enable" for "Web Service Authentication plugin is disabled" message + add hard coded ws error message string into lang file. 2010-01-29 02:15:22 +00:00