15480 Commits

Author SHA1 Message Date
thepurpleblob
00592b8032 changed deprecated _variable() type functions to _param() type functions. 2005-07-05 11:02:46 +00:00
thepurpleblob
218dc7532b data_submitted() replaced with appropriate _param() style functions,
HTML output tidied up and sesskey checking added.
2005-07-05 10:53:22 +00:00
thepurpleblob
c33fe7e79a Changed _variable() to _param throughout. Improved look of output HTML
and added sesskey checking.
2005-07-05 10:35:32 +00:00
skodak
dd5de88921 fixed comments - SC #61; merged from MOODLE_15_STABLE 2005-07-05 08:29:07 +00:00
skodak
4c2740fc5c fixed searching - SC #61; merged from MOODLE_15_STABLE 2005-07-05 08:18:38 +00:00
skodak
4325e8604d initialize array $auth_options SC #127; merged from MOODLE_15_STABLE 2005-07-05 08:00:13 +00:00
skodak
ab25ce31cf added validation for themename - see SC #101; merged from MOODLE_15_STABLE 2005-07-05 07:51:11 +00:00
skodak
472639376f merged from MOODLE_15_STABLE 2005-07-05 06:30:07 +00:00
skodak
1e4343a06d megamerge from MOODLE_15_STABLE 2005-07-05 06:03:04 +00:00
rcantada
4df630e9bf changed strings in workshop and forum due to context error. new help
files for scorma nd quiz module.
2005-07-05 02:50:03 +00:00
stronk7
bcba85618f Bump. New and improved relinking system available.
No changes at DB layer so I'm free to update the version
and maintain it syncronished with 15_STABLE, isn't it?

Merged from MOODLE_15_STABLE
2005-07-04 22:33:02 +00:00
stronk7
a9c80fec8e Now workshop are working under the new system to relink. Bug 3678.
(http://moodle.org/bugs/bug.php?op=show&bugid=3678)

Merged from MOODLE_15_STABLE
2005-07-04 22:25:10 +00:00
skodak
95bfd2078b merged from MOODLE_15_STABLE 2005-07-04 20:23:53 +00:00
stronk7
25ef0370d5 Improved automatic relinking in backup and restore. Credits go to skodak.
Complete refactoring of the system that was really awful (my fault!).
Now everything is in its place and working like a charm, making things really
easier to be implemented and amplied. Bug 3678
(http://moodle.org/bugs/bug.php?op=show&bugid=3678)
(http://moodle.org/mod/forum/discuss.php?d=26530)

Note: Everything is merged from stable but the quiz module because it has
other changes not merged for now. I've skyped a message to Gustav about it.

Merged from MOODLE_15_STABLE
2005-07-04 18:56:03 +00:00
stronk7
92f9357579 Improved automatic relinking in backup and restore. Credits go to skodak.
Complete refactoring of the system that was really awful (my fault!).
Now everything is in its place and working like a charm, making things really
easier to be implemented and amplied. Bug 3678
(http://moodle.org/bugs/bug.php?op=show&bugid=3678)
(http://moodle.org/mod/forum/discuss.php?d=26530)

Merged from MOODLE_15_STABLE
2005-07-04 17:48:59 +00:00
skodak
c781942f1a merged from MOODLE_15_STABLE 2005-07-04 17:03:58 +00:00
urs_hunkler
7b27ce2c35 merged 2005-07-04 16:14:50 +00:00
bobopinna
5d6f2becbb Translated by Claudio Maggi 2005-07-04 12:57:30 +00:00
andreabix
1095893a1e Fixed dimmed link not appearing dimmed. 2005-07-04 10:24:52 +00:00
bobopinna
d903f5aa4a Translated by Claudio Maggi 2005-07-04 08:28:45 +00:00
skodak
c6d67e76fc merged from MOODLE_15_STABLE 2005-07-04 07:20:53 +00:00
mits
83ff4703ba translated 2 scom related help files. 2005-07-04 05:05:32 +00:00
mits
b731093e5d Changed some, based on standard theme. 2005-07-04 04:51:21 +00:00
mits
d9b762d025 translated new strings. 2005-07-03 12:35:11 +00:00
gustav_delius
a08e9552fa More steps towards the separation of questions from the quiz module. 2005-07-03 09:53:02 +00:00
bobopinna
79714e2af3 Fixed a bug in report counting 2005-07-03 07:15:13 +00:00
bobopinna
644b5629ff Fixed a problem with altered chars in UTF-8 2005-07-03 07:14:20 +00:00
rcantada
f32e4767c4 new strings 2005-07-03 03:50:01 +00:00
skodak
a2a537db28 merged from MOODLE_15_STABLE 2005-07-02 20:35:43 +00:00
gustav_delius
d115d8c736 I have introduced the new field $attempt->uniqueid, see http://mantis.york.ac.uk/moodle/mod/forum/discuss.php?d=852#3380 2005-07-02 18:14:51 +00:00
scop22
591212f69d Removing problematic spaces from within two string variables (euc-kr pack). Committing in HEAD. 2005-07-02 16:22:53 +00:00
scop22
bd15dd5a4d Removing problematic spaces from within two string variables 2005-07-02 16:18:20 +00:00
gustav_delius
ad7e7ba882 Two name changes:
1) in all module-indpendent code the variable $quiz has been renamed to $cmoptions (it holds the options set by the course module which does not necessarily have to be a quiz, it could be a lesson for example).
2) quiz_restore_question_sessions() has the simpler name quiz_get_states
Also got rid of the quizfile.php in favour of file.php
2005-07-02 16:07:05 +00:00
gustav_delius
0d156caaae I have started on the re-organisation to allow other modules to use the questiontypes.
Moved all code that is not specific to the quiz module out of locallib.php into questionlib.php.
The default questiontype class is now defined in quiz/questiontypes/questiontype.php.
See http://mantis.york.ac.uk/moodle/mod/forum/discuss.php?d=852
2005-07-02 11:42:42 +00:00
gustav_delius
be795125dd small changes to documentation 2005-07-02 11:38:42 +00:00
martignoni
f33e13c570 New string for M4W 2005-07-02 11:14:32 +00:00
gustav_delius
85f066ab0d fixed the classification of tables into static and runtime in the documentation 2005-07-02 08:51:06 +00:00
koenr
4396af44a7 major change
changed translation for course from vak -> cursus
2005-07-02 06:42:24 +00:00
koenr
7537e31b7c Major change: changing translation for course from vak to cursus. Not finished yet 2005-07-01 23:22:40 +00:00
gustav_delius
f17d13f5cc Some minor changes to the quiz module documentation. 2005-07-01 21:00:52 +00:00
michaelpenne
4e83cfdf26 Fixed a problem with grade_get_module_link
Fixed styles issues with tables class="grades" for both category and overall view
Fixed row styles for overall view to alternate every row rather than every 3
Fixed form processing code for grade letters to work correctly
2005-07-01 20:12:40 +00:00
gustav_delius
fe88b99237 selected tab should not automatically become inactive. 2005-07-01 19:03:42 +00:00
scop22
125aca5d21 Removing thislanguage, thischarset and thisdirection strings from these files 2005-07-01 17:44:12 +00:00
gustav_delius
e0c5c5e974 Remove potential PHP notices when $course is not an object. 2005-07-01 17:21:52 +00:00
barias
61c2a9f3c5 *** empty log message *** 2005-07-01 11:39:45 +00:00
barias
38e2919944 Minor updates in spanish translation 2005-07-01 11:38:38 +00:00
defacer
20cbef6390 Merging from STABLE:
Improving Eloy's radio- and checkbox- generating functions to automagically
use <label>s with unique ids for improved usability. See discussion at
http://moodle.org/mod/forum/discuss.php?d=26139
2005-07-01 03:57:03 +00:00
michaelpenne
6387899646 new lang entries for lesson dependency feature 2005-06-30 21:12:00 +00:00
michaelpenne
ee3f227560 New Feature: Lesson Dependency
In a lesson's settings one can now set the current lesson to be dependent on another lesson in the same course.  Then, the user can set the conditions for the dependency.  Currently the conditions are time spent, grade better than X, and completed (yes/no).
2005-06-30 21:11:02 +00:00
bobopinna
2ddb242f56 Fixed two typos 2005-06-30 19:46:19 +00:00