Commit graph

9371 commits

Author SHA1 Message Date
dongsheng
07e9a3005f MDL-15565, add maintenance mode alert reminder in title and navbar. 2008-07-14 02:32:59 +00:00
tjhunt
3c168fbb66 MDL-15543 - Display the quiz navigation on the attempt.php page
and most of

MDL-15540 - Write code to render the navigation panel - it does it all apart from working out the correct state in which to show each button, and apply appropriate styles as a result.
2008-07-11 17:03:43 +00:00
thepurpleblob
fb2ce31bfc MDL-14431:
Moving qti2 to qti_two as numbers are not allowed in module names
2008-07-11 10:49:08 +00:00
jamiesensei
98f38217bb MDL-14216 "Improvements to regrade report - improved reporting of actions and dry run / regrade" 2008-07-11 07:27:14 +00:00
thepurpleblob
f94902db28 MDL-15008
Make question import/export formats fully pluggable, especially in respect of languages.
2008-07-10 15:06:19 +00:00
dongsheng
51471f2ad5 MDL-15449, enrol multiple users to multiple courses, including bugs fix, see tracker, sent by Jonathan. 2008-07-10 09:16:43 +00:00
skodak
eb0efd502f merging previous commit to HEAD 2008-07-09 14:53:32 +00:00
thepurpleblob
79e3dd8e3c MDL-14431
Changing import/export help to be properly pluggable.
2008-07-09 13:07:29 +00:00
thepurpleblob
08b82a53f3 MDL-14431
Changing import/export help to be properly pluggable.
2008-07-09 12:56:54 +00:00
tjhunt
66d07f81a1 MDL-15538 - Rework attempt.php to use attemptlib.php - I had broken processing of submitted responses. Hopefully it is fixed again now. 2008-07-08 18:22:18 +00:00
tjhunt
78e7a3dd5d MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase - quite a lot of progress, sorry I am committing this as a big lump, but it took me a while to get the code back to a working state.
MDL-15537 - create oo attemptlib.php to hold shared code between attempt, summary and review.php
MDL-15541 - Refactor starting a new attempt into a new file startattempt.php
MDL-15538 - Rework attempt.php to use attemptlib.php
2008-07-08 16:33:47 +00:00
tjhunt
1b8b535dda MDL-11905 - Users with the capability to export questions may not have the capability to access backupdata. Therefore we need to change where question export files are stored. Merged from the 1.9 stable branch.
Note that once the file API is finished, this will have to be redone. I have created MDL-15573 for that.
2008-07-08 11:23:31 +00:00
skodak
739da48c01 MDL-15561 unsubscribe all option implemented 2008-07-07 21:51:01 +00:00
skodak
b373260475 MDL-15413 warn admins if display_errors enabled 2008-07-07 14:34:40 +00:00
skodak
05c38e2b7c MDL-13811 reworked unsetting of preferences and minor tweaks 2008-07-05 22:46:31 +00:00
nicolasconnault
d6ace123f0 MDL-13811 Completed the required changes. Also added a "Cancel email change" link. Merging from MOODLE_19_STABLE 2008-07-05 14:28:13 +00:00
skodak
e9180ff830 MDL-15544 Disable email signup in new installation - add danger warning 2008-07-04 23:53:13 +00:00
ethem
f8f817b73d http://moodle.org/mod/forum/discuss.php?d=100629 2008-07-04 16:59:24 +00:00
thepurpleblob
6d34fea4f9 MDL-13007
Corrected help for category selection. I hope this is what the tick boxes now do :-)

Merged from STABLE_19
2008-07-03 15:14:25 +00:00
skodak
a4a57da9e2 MDL-15021 Deleted not fully setup separate admin settings; merged from MOODLE_18_STABLE but with better delete 2008-07-03 14:09:27 +00:00
jerome
4e2d013f06 MDL-14635 fix for user profil help icons, merged from 19 2008-07-03 04:10:50 +00:00
skodak
9900dddde1 MDL-15389 better explanation of spam dangers in user profiles - thanks Tim; merged from MOODLE_19_STABLE 2008-07-02 22:32:56 +00:00
tjhunt
373f0afd24 MDL-15494 - No allowance for the possibility that something might go wrong when processing the response to a question. 2008-07-01 13:34:09 +00:00
tjhunt
b10c38a37b MDL-15452 - ongoing - Put the OU quiz navigation improvements into the Moodle codebase
* Javadoc comments for most of the code I committed on Friday.
* Implement the get_question_status method.
* Along the way, refactor duplicated logic between two of the question types, questionlib, and the new code - removing inconsistency while doing so.
2008-06-30 16:56:49 +00:00
dongsheng
2867b1161b "MDL-15349, in moodle 2.0, curl lib is required" 2008-06-30 11:12:23 +00:00
scyrma
38fb819028 MDL-11992: adding course tagging patch, by John Beedell. This feature is not
active by default at this time. Related help files are not included in this
commit, as they are being revised (see issue 15385) and will be sent in soon.
2008-06-30 09:04:07 +00:00
tjhunt
36e413e38c MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase
Part one, a first cut of a summary page, along with some classes that will allow me to eliminate more duplicated code between the new page, attempt.php and review.php.
2008-06-27 18:04:48 +00:00
Francois Marier
6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
robertall
674b6ace0f [MDL-14129] s/invild/invalid/ from previous commit 2008-06-25 17:31:23 +00:00
dongsheng
29c1bb159a "MDL-14129, fix print_error" 2008-06-25 14:52:39 +00:00
jerome
293076e9ce MDL-14635 remove tags from glossary block help, merged from 19 2008-06-25 03:26:08 +00:00
jamiesensei
7660aa80e0 MDL-15393 "show group name in drop down select for what to show in report" AND MDL-15394 "disable showing 'all attempts' and remove option from drop down box in form if there is a group selected" 2008-06-24 16:36:44 +00:00
wildgirl
92cc1b6746 lang string typo fixes 2008-06-24 15:09:44 +00:00
skodak
55946ffda6 MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes) 2008-06-22 21:35:07 +00:00
agrabs
119b35b38c MDL-14779 Show analysis to students setting in Feedback module does not provide enough contol over who see feedback 2008-06-22 18:14:42 +00:00
agrabs
7ac32c7087 MDL-14780 Show analysis to students setting does not reflect roles aliases 2008-06-22 18:06:14 +00:00
skodak
eee5d9bb85 MDL-14956 DDL exceptions 2008-06-22 16:51:55 +00:00
tjhunt
fd45e5c37b MDL-15330 - Truefalse help file not found 2008-06-20 15:24:16 +00:00
jamiesensei
f37f30d435 MDL-14754 "rename and reorder quiz reports tabs" added new db table quiz_report that lists reports and has a field for their display order. Standard reports are automatically added to table. Reports that are not on disk are ignored. 2008-06-20 13:43:06 +00:00
ethem
b6398eb44b MDL-14129 Fix dongsheng's fixes and make dongsheng happy :) 2008-06-20 10:48:29 +00:00
robertall
933c129603 [MDL-15298] Don't create preset ZIP always in the same directory, as the same file name. Merged and ported from MOODLE_19_STABLE. 2008-06-18 11:53:15 +00:00
jamiesensei
e72efdd426 MDL-15268 "Content for Quiz Statistics report table" adding more if conditions to only display stuff when the calculations are possible. This depends on how many attempts there have been and how many questions there are. 2008-06-18 11:38:17 +00:00
dongsheng
4ee00a30cf "MDL-8642, setting of auto scrolling, merged from MOODLE_19_STABLE" 2008-06-18 04:06:11 +00:00
jamiesensei
f8d4e7b16b MDL-15268 "Content for Quiz Statistics report table" more columns of Quiz Statistics report table. 2008-06-16 15:46:46 +00:00
thepurpleblob
2e6c58a2be MDL-15173
Remove obsolete coursetestmanager format to contrib
2008-06-16 14:44:01 +00:00
jamiesensei
6f51ed72be MDL-14204 "Content for Quiz Statistics report table - Random_guess_score" added method random_guess_score to question type objects and a new function in questionlib that calls the question type method. 2008-06-16 13:29:00 +00:00
pichetp
ed48af75b4 MDL-14625 more tolerant to missing subquestions 2008-06-16 12:36:17 +00:00
pichetp
99cb86b5ad MDL-15123 Using true value limits to grade responses 2008-06-16 03:15:55 +00:00
dongsheng
2bc95e1ef7 "MDL-14129, add lang string" 2008-06-15 16:12:41 +00:00
mits
42247cf0e9 Fixed a typo for scorm.php MDL-14129.
Fixed a grammatical error for error.php MDL-14129.
2008-06-15 15:42:27 +00:00