tjhunt
eacb462e38
quiz reports: MDL-19205 Improved tooltips on individual question grades.
2009-06-05 06:54:42 +00:00
skodak
b004fca172
MDL-18976 simplexml ext now marked as required, credit goes to Dan Poltawski
2009-06-03 21:15:47 +00:00
skodak
2a7eff41ad
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:37:28 +00:00
skodak
7826abc79f
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:25:27 +00:00
skodak
a8d6ef8c6c
MDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:16:20 +00:00
skodak
bf8e93d704
MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings
2009-06-03 20:00:08 +00:00
skodak
cfe3321562
MDL-19352 maintenance mode reimplemented - now using$CFG + cli script
2009-06-03 08:23:05 +00:00
pichetp
b3409111bf
MDL-17366 modifying lang strings
2009-06-03 03:05:45 +00:00
mits
851a59a152
MDL-19374 fixed a typo.
2009-06-02 19:26:28 +00:00
pichetp
0d1bd00d48
MDL-17366 adding the calculatedsimple questiontype
2009-06-01 03:33:04 +00:00
pichetp
a31697ba49
MDL-17366 adding control of number of values displayed and validation improvments.
2009-06-01 03:12:29 +00:00
skodak
4fe2250a1f
MDL-19352 maintenance mode reiplemented
2009-05-31 14:42:29 +00:00
skodak
926378ce4d
MDL-15249 localized cli upgrade
2009-05-31 12:39:16 +00:00
skodak
b8523467c7
MDL-15249 towards localized cli installer
2009-05-30 19:02:04 +00:00
skodak
c31d94e8ba
MDL-15249 towards localized cli installer
2009-05-30 17:14:24 +00:00
agrabs
788b72a6a6
MDL-19348 - "Site after submit" option is not clear to understand
2009-05-30 16:53:37 +00:00
skodak
52c2ec00ba
MDL-15249 major install lang file cleanup - removing all strings added into 2.0dev that are not going to be used at all
2009-05-30 14:36:12 +00:00
pichetp
83a15d025c
MDL-17366 adding the calculatedsimple questiontype
2009-05-29 22:42:22 +00:00
stronk7
024b7605e4
MDL-9176 xmldb editor - now it's possible to save from edit file page (always forget strings, grrr)
2009-05-28 23:27:05 +00:00
stronk7
c1b8eeda68
MDL-19305 renaming string because I'm going to need both
2009-05-28 21:57:56 +00:00
stronk7
9dd35834ee
MDL-19305 xmldb editor - throw message when there are changes pending to save and perms don't allow it.
2009-05-28 21:48:13 +00:00
stronk7
17fe4b1f32
MDL-19304 xmldb editor - added "viewxml" string for new option
2009-05-28 21:32:04 +00:00
stronk7
620ba7c372
MDL-19325 lang string - escape $ properly
2009-05-28 15:22:27 +00:00
stronk7
1f9c62b0fa
MDL-19319, MDL-19307 xmldb documentation - add new strings
2009-05-28 00:24:38 +00:00
jerome
2b28cae42d
community Hub MDL-19313 fix hard coded string for registration form title, merged from 1.9
2009-05-27 03:05:54 +00:00
stronk7
528862df04
MDL-19246 file manager - improved security message. Unused in HEAD. Thanks Helen.
2009-05-22 15:16:13 +00:00
mudrd8mz
1d85bec383
MDL-19279: workshop: deleting files from the core space, they are now in the module space in the contrib
2009-05-22 10:44:20 +00:00
stronk7
66f8c14c2e
MDL-19163 restore - 2 new strings to warn about restore over SITEID ; merged from 19_STABLE
2009-05-19 18:37:43 +00:00
fmarier
5505925383
MDL-19222 sessionlib: add a check and error message when initialising file sessions in case there is no free space on the partition
2009-05-18 04:47:58 +00:00
dongsheng
da2946c984
"MDL-19180, repository url plugin, download file into moodle by inputing url directly"
2009-05-18 03:51:09 +00:00
skodak
a5747cf828
MDL-19211 text editor plugins configuration
2009-05-17 21:10:06 +00:00
skodak
0d2c4229c4
MDL-12212 implemented better merging of our string changes with tinymce upstream
2009-05-17 17:10:21 +00:00
skodak
6eca5390fe
MDL-19184 moodle specific tinymce localization
2009-05-17 13:26:05 +00:00
skodak
f3920b6750
MDL-19184 moodle specific tinymce localization
2009-05-17 10:46:16 +00:00
skodak
5ca3c8386f
MDL-19184, MDL-19212 - refactoring, cleanup and improvements in text editors support; localization support is not finished, inline docs incomplete, expect more commits soon
2009-05-16 20:53:21 +00:00
skodak
2c39348bfc
MDL-19162 added error string for missing JS libs
2009-05-14 11:49:13 +00:00
stronk7
a12fbc0125
MDL-18547 xmldb floats - recommend to switch to number fields when possible
2009-05-12 08:32:16 +00:00
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