9704 Commits

Author SHA1 Message Date
skodak
d714732db3 MDL-14831 adding warning - excluded grades are not compatible with sum agg 2009-05-08 20:07:33 +00:00
tjhunt
cce1b0b9ca exceptions: MDL-16175 new invalid_state_exception
This is for those situations where something basically impossible happens,
like $context->contextlevel not having one of the valid value, and you
want to throw an exception (for example in the default: case of a switch)
rather than just ignoring the possibility.
2009-05-08 07:47:02 +00:00
tjhunt
f4d38d20fb blocklib: MDL-19010 and now you can delete blocks too! 2009-05-08 06:34:40 +00:00
nicolasconnault
e3efd04c1e MDL-16416 Created a new help file including explanations of extra credit for both "Sum of Grades" and "Mean with extra credit" aggregation types. This is used on the "Edit categories and items" page. Merging from MOODLE_19_STABLE 2009-05-08 06:30:46 +00:00
skodak
d9be236f5d MDL-19091 removed custom scales from different courses + added BC hack; backported from MOODLE_19_STABLE 2009-05-07 08:39:29 +00:00
stronk7
c11f2e4c15 MDL-18059 database rates - secured ; merged from 19_STABLE 2009-05-06 10:22:17 +00:00
stronk7
6e73bd12e8 MDL-18058 glossary rates - secured ; merged from 19_STABLE 2009-05-06 09:25:54 +00:00
skodak
e143a79705 MDL-19067 removed obsoleted string (never used in any STABLE branch) 2009-05-05 09:15:59 +00:00
skodak
008f396924 MDL-19067 removed obsoleted string (never used in any STABLE branch) 2009-05-05 09:14:30 +00:00
skodak
da765e69b4 MDL-19067 removed obsoleted string (never used in any STABLE branch) 2009-05-05 09:12:35 +00:00
skodak
5d97b59653 MDL-19067 removed obsoleted string (never used in any STABLE branch) 2009-05-05 09:10:52 +00:00
skodak
8915da3eee MDL-19067 removed obsoleted string (never used in any STABLE branch) 2009-05-05 09:07:21 +00:00
skodak
6d40f12e5b MDL-19067 removed obsoleted string (never used in any STABLE branch) 2009-05-05 09:05:27 +00:00
skodak
b78267b641 MDL-19067 removed obsoleted string (never used in any STABLE branch) 2009-05-05 09:00:24 +00:00
skodak
989c16eeb9 MDL-16692 converted glossary comments to new editor + file API fixes 2009-05-05 08:57:12 +00:00
jerome
eef760748c repository MDL-15404 display instance number into the administration 2009-05-01 06:55:10 +00:00
stronk7
2a88f626f7 MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts. 2009-05-01 01:19:16 +00:00
skodak
005789bbd9 MDL-18951 standardised group support in grader report - forgotten string 2009-04-30 09:17:36 +00:00
jerome
61cad74fd6 repository MDL-15404 change text description for allowing teacher/user to add repository 2009-04-30 08:11:29 +00:00
moodler
c159f28b6b filter/mediaplugin MDL-19006 Add auto-embedding of images that are linked to. 2009-04-29 07:30:41 +00:00
jerome
f83dfcf686 web services MDL-12886 fix REST/SOAP/XMLRPC test clients (function names are not called tmp_ anymore) 2009-04-28 07:04:50 +00:00
stronk7
e37cd84ad4 MDL-18577 drop enums support - step1: transforming all enums to nomal varchar + prevent creation of new ones 2009-04-27 20:29:01 +00:00
skodak
5b36bcba00 MDL-18985 improved group access control in gradebook exports 2009-04-27 08:51:22 +00:00
tjhunt
54cb131f96 XMLDB: MDL-18980 add missing error message lang strings 2009-04-27 04:05:28 +00:00
nicolasconnault
10f5c0460b MDL-18942 Fixed user selector lang string. Merged from MOODLE_19_STABLE 2009-04-24 07:30:57 +00:00
dongsheng
db523de37d "MDL-18830, add license names strings" 2009-04-24 04:57:24 +00:00
dongsheng
3a1f7a96bf "MDL-13766, improve file picker login interface" 2009-04-24 03:19:22 +00:00
skodak
7ac88172fc MDL-18942 user selection and group support in gradebook user overview report; merged from MOODLE_19_STABLE 2009-04-23 20:29:30 +00:00
dongsheng
7b58fb4179 "webdav plugin/MDL-16908, fix header check code, reformat code" 2009-04-23 09:50:30 +00:00
skodak
db008d6feb MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged from MOODLE_19_STABLE 2009-04-22 20:05:16 +00:00
skodak
3268cf9921 MDL-18910 full support for module intro editor with embedded images 2009-04-22 06:48:15 +00:00
skodak
dc5c2bd9eb MDL-18910 full support for module intro editor with embedded images 2009-04-21 21:17:21 +00:00
mits
4446e39974 MDL-18909 Fixed a typo. 2009-04-20 17:42:05 +00:00
sam_marshall
e7c6bf0eab MDL-18297: Changed date conditions so that the text and behaviour is more natural. 2009-04-17 16:06:29 +00:00
sam_marshall
e8e509865e MDL-17816: Changes to the way availability conditions are displayed when viewing course 2009-04-17 11:07:59 +00:00
gbateson
afa44721ba MDL-17426: removing superflous link to "Selecting a report" 2009-04-17 02:27:04 +00:00
jerome
a3a1708f63 category MDL-18876 replace error notice by exception, move success notice into index.php 2009-04-16 07:48:34 +00:00
nicolasconnault
653a86489e MDL-18083 Committing gradebook improvements to head 2009-04-16 07:16:44 +00:00
skodak
ccde17c3eb MDL-16075 adding support for embedded Glossary images 2009-04-16 06:36:11 +00:00
dongsheng
5430f05b37 "MDL-18848, curl_cache is not specific to repository module any more" 2009-04-14 02:34:38 +00:00
tjhunt
dcdf3b2918 filters: MDL-7336 separate out manage filters and common filter settings 2009-04-13 07:15:50 +00:00
tjhunt
604eb7be03 filters: MDL-7336 code to let people edit local filter config 2009-04-13 07:14:27 +00:00
tjhunt
0f74bb01ff filters: MDL-7336 settings page for setting the local enabled/disabled state 2009-04-13 07:12:41 +00:00
tjhunt
5b8fa09b00 filters: MDL-7336 Finish admin settings page. 2009-04-13 07:04:07 +00:00
tjhunt
456c8cc738 filters: MDL-7336 redo global settings page to use the new libs
Note: ->stringfilters update not done yet.
2009-04-13 07:03:32 +00:00
tjhunt
9421125080 filters: MDL-7336 create new moodle/filter:manage capability 2009-04-13 06:54:11 +00:00
tjhunt
a8be3f4287 qtype admin: sort lang file properly 2009-04-07 05:16:38 +00:00
dongsheng
8af334cd22 "MDL-17261, add language string, see details on tracker" 2009-04-03 02:26:43 +00:00
fmarier
c65ab2be95 Password policy: MDL-17602 new "max consecutive identical characters" setting 2009-04-03 02:22:52 +00:00
dongsheng
f54217e0c5 "MDL-13224, language string for mymoodle options" 2009-04-02 03:32:10 +00:00