scyrma
e41b104f67
MDL-11113: re-add function to deprecatedlib.php, and use it in old version of the help file.
2008-05-08 02:38:47 +00:00
jerome
450522e374
MDL-12648 Undefined property: stdClass::$wwwroot on popup screen during installation, merged from 19
2008-05-08 02:38:38 +00:00
jerome
dc71bb7d4f
MDL-14656 Make install.php XHTML compliant, merged from 19
2008-05-08 02:21:53 +00:00
moodlerobot
a620317e17
Updated the HEAD build version to 20080508
2008-05-08 01:53:35 +00:00
moodlerobot
f2c595d5d1
Automatic installer.php lang files by installer_builder (20080508)
2008-05-08 01:19:41 +00:00
stronk7
bf221acaef
Reverting to previous revision. MDL-14668 ; merged from 19_STABLE
2008-05-07 18:28:59 +00:00
jamiesensei
2fecd85ba6
MDL-14734 "improve interface for deleting attempts"
...
* The control for deleting attempts is a drop down box with onchange javascript to submit the form, you cannot see the label to say what the drop down box does. Better to use a button. The button label is visible so you can see what it does.
* Checkboxes should be displayed when there is no attempt to delete.
* The whole column for checkboxes should be removed when no attempts are displayed ie. when showing students with no attempts.
2008-05-07 16:00:56 +00:00
jamiesensei
8b87ab0000
MDL-14201 "Summary graph" included a summary graph at the bottom of overview report page. Shows the distribution of grades achieved by students. If a group is selected the grades from the group are compared with the grades for all participants.
2008-05-07 14:38:18 +00:00
jamiesensei
9b617d9210
For the overview report : MDL-14199 "Option to only show / export final grade" fixing a notice warning from the form definition
2008-05-07 14:01:04 +00:00
tjhunt
994fbaabc9
MDL-14727 - Do a database update to fix random questions with the wrong parent (there may be some of these floating around in people's databases becuase of MDL-5482.)
2008-05-07 13:34:54 +00:00
tjhunt
015f926d6e
MDL-14726 - rcache bit wrong in set_field
2008-05-07 13:04:43 +00:00
tjhunt
3ff8a1877a
MDL-5482 - Backup and restore problems for match, random and truefalse question types.
...
All the credit goes to Paulo Matos who carefully worked out and tested this fix, and updated the patch several times over more than a year while I very slowly got around to reviewing it and checking it in.
2008-05-07 12:32:03 +00:00
skodak
932f9b6f8d
MDL-14724 Students cannot see discussions in forums made by teachers if timedposts enabled; merged from MOODLE_19_STABLE
2008-05-07 11:32:06 +00:00
scyrma
8fbf8f8a9c
MDL-11113: prepare for support for more browsers
2008-05-07 08:33:09 +00:00
scyrma
59fa45d0f1
MDL-11113: simplify the code - use only one function to check for html editor availability
2008-05-07 07:40:50 +00:00
scyrma
e8c523d70f
This is a bit outdated, make this obvious.
2008-05-07 07:27:11 +00:00
dongsheng
f945d59b8f
"MDL-14129, fix print_error calls"
2008-05-07 06:19:59 +00:00
dongsheng
ba6018a902
"MDL-14129, fix print_error call under course/, see tracker"
2008-05-07 06:02:51 +00:00
fmarier
211c6890c5
Printing ADODB error to the web server error log (MDL-14628)
...
Merged from MOODLE_18_STABLE and MOODLE_19_STABLE
2008-05-07 04:40:18 +00:00
dongsheng
23360b81dd
"MDL-13233, replace the uses of old files to new ones, see tracker"
2008-05-07 03:08:44 +00:00
dongsheng
c1ec736afd
"MDL-14668, fix course full name in activity reports, see tracker"
2008-05-07 02:59:36 +00:00
moodlerobot
3da097c641
Updated the HEAD build version to 20080507
2008-05-07 01:49:59 +00:00
agrabs
d040813855
MDL-14711 - added a class feedback_item_pagebreak in feedback_item_class.php
2008-05-06 19:27:04 +00:00
mudrd8mz
e493ce41b6
MDL-14686 remove get_and_set_current_group()
2008-05-06 18:39:15 +00:00
mudrd8mz
29dd36df0f
MDL-14685 remove print_group_menu()
2008-05-06 18:36:42 +00:00
mudrd8mz
e83a816471
MDL-14684 Remove setup_and_print_groups()
2008-05-06 18:29:32 +00:00
mudrd8mz
6b34c1d45c
MDL-14712 Remove function hotpot_get_report_users()
2008-05-06 18:25:47 +00:00
mudrd8mz
fbdf6119e5
MDL-14683 remove document_file()
2008-05-06 18:23:05 +00:00
jamiesensei
f4ed09faae
For the overview report : MDL-14199 "Option to only show / export final grade" and MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score" fixed a small problem I noticed in this patch.
2008-05-06 18:04:03 +00:00
jamiesensei
4469159e2d
For the overview report : MDL-14199 "Option to only show / export final grade" and MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score"
2008-05-06 17:34:39 +00:00
thepurpleblob
15c31560d8
MDL-14659
...
Add bypass list for proxy usage.
2008-05-06 14:59:39 +00:00
thepurpleblob
9bc760f237
MDL-14659
...
Add bypass list for proxy usage.
2008-05-06 14:51:30 +00:00
tjhunt
0c9822268f
MDL-14681 - Fix package name of question/update.php.
2008-05-06 07:34:46 +00:00
scyrma
2c797a470a
MDL-14654: False is a problem, zero is fine. (merge from 1.9)
2008-05-06 05:00:47 +00:00
moodlerobot
cfd82e2b5f
Updated the HEAD build version to 20080506
2008-05-06 01:53:56 +00:00
dongsheng
6074d6c6cd
"MDL-13233, create files, see tracker"
2008-05-05 13:31:11 +00:00
dongsheng
65a9129278
"MDL-13233, revert to old version, see tracker"
2008-05-05 13:28:50 +00:00
jamiesensei
0217f93275
For overview report - MDL-14185 "Switch to using formslib and improve the interface" and MDL-14186 "Switch to using moodle_url and eliminate the use of $SESSION global"
2008-05-05 13:12:11 +00:00
scyrma
afd7b38273
esthetic typo fix (merge from 1.9)
2008-05-05 07:13:58 +00:00
moodlerobot
db23158b44
Updated the HEAD build version to 20080505
2008-05-05 01:48:40 +00:00
stronk7
4a005b22e3
Fixing query to be cross-db. Credit goes to David Mudrak. MDL-14583 ; merged from 19_STABLE
2008-05-05 00:28:45 +00:00
stronk7
2d1e097157
Glossary concepts must support multilang filter (all filters, in fact).
...
And accesible alt texts for action buttons too. MDL-14687 ; merged from 19_STABLE
2008-05-05 00:09:58 +00:00
mudrd8mz
75cdd03d3b
Removing obsolete admin/langdoc.php
...
Help files can be translated by admin/lang.php since 1.9.
2008-05-04 20:03:18 +00:00
moodlerobot
d680edd6a9
Updated the HEAD build version to 20080504
2008-05-04 01:59:53 +00:00
moodlerobot
2d5fcd968f
Automatic installer.php lang files by installer_builder (20080504)
2008-05-04 01:22:00 +00:00
moodlerobot
1c80c875eb
New lang supported by installer: cy_utf8
2008-05-04 00:48:57 +00:00
skodak
a087c03c02
MDL-14678 syntax problems
2008-05-03 21:43:36 +00:00
agrabs
416c42286b
MDL-14657 - additional check if instance-id is numeric for better compatibility to
...
postgres
2008-05-03 21:41:53 +00:00
jamiesensei
1a85336b79
non consequential, little typo.
2008-05-03 13:56:32 +00:00
jamiesensei
2badf2e6ec
MDL-14677 "should rescale the grades displayed for each question in the detailed marks view of the overview report so that all grades add up to the sum total grade" used quiz_rescale_grades function to rescale the grade properly before displaying it. Also this patch includes some general clean up and refactoring of overview report.
2008-05-03 13:06:49 +00:00