Commit graph

7331 commits

Author SHA1 Message Date
scyrma
5a254a2938 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +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
tjhunt
b1103f2bf2 MDL-15535 - URLs are changing from attempt.php?id=XXX to attempt.php?attempt =YYY - implement a sensible redirect if we recieve an old-style URL, since they are stored in a few places like the logs. Also update all URLs we generate that point to attempt.php. 2008-07-09 17:00:26 +00:00
tjhunt
453c96f68b Missing $this. 2008-07-09 16:58:47 +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
4fc3d7e549 MDL-15539 - Rework review.php to use attemptlib.php - the bulk of the conversion. 2008-07-08 17:47:57 +00:00
tjhunt
1aab356193 MDL-15539 - Rework review.php to use attemptlib.php - clean up how review options are calculated, fix up some comments, and make some requires more robust. 2008-07-08 17:46:59 +00:00
tjhunt
10440b746a MDL-15538 - Rework attempt.php to use attemptlib.php - fix a comment. 2008-07-08 17:45:32 +00:00
tjhunt
72395e60cb MDL-15541 - Refactor starting a new attempt into a new file startattempt.php - slight improvement to the code. 2008-07-08 17:43:34 +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
thepurpleblob
c0a578c071 MDL-15304
Default name 'label' is looked up from language pack.

Merged from STABLE_19
2008-07-08 09:39:18 +00:00
thepurpleblob
8f829910d6 MDL-15304
Remove the item number from the created label name. It doesn't work for new labels.

Merged from STABLE_19
2008-07-08 08:45:26 +00:00
skodak
739da48c01 MDL-15561 unsubscribe all option implemented 2008-07-07 21:51:01 +00:00
skodak
f5fc83e818 MDL-15516 prvent access to deleted profiles and other user areas 2008-07-05 14:52:39 +00:00
skodak
d02f193404 MDL-15304 fixed empty label names coming from restore; merged from MOODLE_19_STABLE 2008-07-05 09:37:30 +00:00
jamiesensei
67d4dfb84b MDL-15545 "sql to fetch question states in overview report should use a JOIN instead of passing attempt ids in IN clause when downloading data with no paging" 2008-07-05 05:57:22 +00:00
skodak
a38f12927e MDL-15304, MDL-15526 fixing regression; merged from MOODLE_19_STABLE 2008-07-03 23:01:32 +00:00
skodak
f6c7db283b MDL-15390 improved subscribe me option when posting to forum - see tracker for more info; merged from MOODLE_19_STABLE 2008-07-02 22:06:22 +00:00
robertall
30f54a9c16 [MDL-15426] Distinguish latlong value being zero from no value. Merged from MOODLE_19_STABLE. 2008-07-02 12:53:26 +00:00
dongsheng
449b1c1ab2 "MDL-12843, add proper html id, thanks ken" 2008-07-02 07:34:52 +00:00
skodak
559c9187f8 MDL-15387 fixing regression spotted by John Beedell; merged from MOODLE_19_STABLE 2008-07-01 22:26:38 +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
sam_marshall
2bc710366d MDL-14679 minor dml conversion errors in quiz backup 2008-07-01 13:19:24 +00:00
gbateson
e5e02e4686 MDL-15184: fix sql injection vulnerability 2008-07-01 10:49:22 +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
jamiesensei
334edb71c1 MDL-15198 "non-standard sql in reportlib.php" fixed this with new sql that does not require a limit clause. 2008-06-30 11:53:47 +00:00
skodak
f62fdb21d7 MDL-15455 fixed incomplete dml query conversion 2008-06-28 11:10:33 +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
tjhunt
ca3c89730e Fix typo. 2008-06-27 17:28:22 +00:00
jamiesensei
dc389ad9a3 MDL-15113 "Upgrade to DMLLIB 2.0." Fixed a call to a dml lib function where two of the params were the wrong way round which was causing a fatal error. 2008-06-27 10:54:45 +00:00
robertall
0721309f29 [MDL-15423] Remove useless latlong formatting operations. Merged from MOODLE_19_STABLE. 2008-06-26 08:07:05 +00:00
robertall
9c1ae6fc65 [MDL-14440] Show latlong field at list and single view in a prettier way. Merged from MOODLE_19_STABLE. 2008-06-26 06:15:55 +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
mudrd8mz
26198ebed0 MDL-15387 Always add_to_log() even in case blocks are showing. Merged from MOODLE_19_STABLE 2008-06-25 15:45:21 +00:00
dongsheng
29c1bb159a "MDL-14129, fix print_error" 2008-06-25 14:52:39 +00:00
robertall
242b238c2a [MDL-15298] Avoid printing a warning if debugging is enabled 2008-06-25 10:20:01 +00:00
dongsheng
f836189a70 "MDL-8642, see tracker, merged from MOODLE_19_STABLE" 2008-06-25 02:18:55 +00:00
skodak
57eb939ee4 MDL-15304 fixed magic quotes issue merged from 19 2008-06-24 21:57:39 +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
jamiesensei
d86bbdd6f7 MDL-15309 "Switch role to student, take quiz, can't delete attempt" switching default of overview report to show all attempts whether or not the attempt is for a currently enrolled student.
Merged from 1.9 branch.
2008-06-24 12:32:23 +00:00
jamiesensei
abe67b24a7 MDL-15378 "Quizz: sql error if not student in the group" now have extra logic to not display the table if there are no students at all or in current group - still displaying form and graph were appropriate.
Merged from 1.9 branch
2008-06-24 12:18:47 +00:00
jamiesensei
c386eaa3df MDL-15384 'change name of quiz report classes to "quiz_{reportname}_report"' easy to do, changed class name of all reports and changed the code in report.php which instantiates the correct class. 2008-06-24 08:59:29 +00:00
dongsheng
4b4a5710a2 "MDL-15380, see tracker" 2008-06-24 06:03:50 +00:00
skodak
04264aeda4 MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet) 2008-06-22 23:35:52 +00:00
agrabs
7ac32c7087 MDL-14780 Show analysis to students setting does not reflect roles aliases 2008-06-22 18:06:14 +00:00
agrabs
488b13baba MDL-14779 Show analysis to students setting in Feedback module does not provide enough contol over who see feedback 2008-06-22 18:02:54 +00:00
skodak
eee5d9bb85 MDL-14956 DDL exceptions 2008-06-22 16:51:55 +00:00
agrabs
d90e0ef3d6 MDL-15107 feedback dml conversion 2008-06-22 16:49:06 +00:00
jamiesensei
6102a59d11 Fixing typo introduced in 1.298 version of this file. 2008-06-22 12:57:44 +00:00