Commit graph

2539 commits

Author SHA1 Message Date
mits
2386e97f89 New translation added. 2003-04-15 14:05:47 +00:00
moodler
d6a6331129 Add category to random question names 2003-04-15 13:14:33 +00:00
moodler
c9548d4a5d Slight mods ... are they better? 2003-04-15 06:20:27 +00:00
moodler
de38e2621d More robust use of $_FILES['imagefile'] 2003-04-15 02:08:27 +00:00
moodler
1acfbce5b6 Hide/show individual activities in any section
Code submitted by Eloy Lafuente (thanks!) for 1.0.8 ... I hand-merged it
into 1.0.9.
2003-04-14 15:11:09 +00:00
moodler
5a25f84d25 Fix for off-by-one grade error when 'Save Grades' had not been used 2003-04-14 13:52:59 +00:00
moodler
8b72b41bf9 Better looking code 2003-04-14 05:44:47 +00:00
moodler
b610b4c2fd Showall is sticky, and also you get a warning about the number 2003-04-14 03:02:25 +00:00
moodler
dea49bdd6c Changed wording a little 2003-04-14 02:56:31 +00:00
moodler
99de5ed02b New string "showall" 2003-04-14 02:55:48 +00:00
moodler
cb77b5b67f Better wording 2003-04-14 02:53:55 +00:00
moodler
a625debc38 Simplified display - less unnecessary clutter 2003-04-14 02:52:11 +00:00
moodler
15c715211e Mucking with the formtting 2003-04-14 02:48:40 +00:00
moodler
980d545f4f Smaller info 2003-04-14 02:45:03 +00:00
moodler
9ecb1bd3a4 New strings for showing users 2003-04-14 02:43:53 +00:00
moodler
c5b6666eaf Better support for large classes 2003-04-14 02:42:40 +00:00
mits
63a77d2d39 no message 2003-04-13 18:48:24 +00:00
mits
c76f49060f New translation added. 2003-04-13 18:47:03 +00:00
moodler
7c81b6e273 Sort subscribers by email address (easier to find subscribers based on
bounced messages)
2003-04-12 07:52:52 +00:00
moodler
752e1c2b62 Don't pass alltext from mod.html to details.php ... more efficient this way 2003-04-12 03:42:17 +00:00
moodler
67b69ce15b No real point to changing the numbers - changing them back to the original plan 2003-04-12 03:18:50 +00:00
moodler
cdb0ca8315 Update to stop it falling too far behind 2003-04-12 03:18:02 +00:00
moodler
f475564878 Latest tags 2003-04-11 14:46:21 +00:00
moodler
0bf2925db8 Minor fixes 2003-04-11 14:44:12 +00:00
paca70
5e776a02ad To check string sizes 2003-04-11 12:05:21 +00:00
moodler
c6eed09730 New "create multiple questions" wizard.
Improvements to the importing routine for AON
2003-04-10 17:55:57 +00:00
moodler
340191ded7 Added Danish 2003-04-10 14:17:01 +00:00
moodler
085e317dbf Danish! From Sren Vinther Hansen <info@thenavigator.dk> 2003-04-10 14:04:30 +00:00
moodler
be09831ac3 More info about admin location and a fix 2003-04-10 13:57:21 +00:00
moodler
dae73c05e9 New $CFG->admin directory can override the location of the admin
directory.

Useful because some web hosts use /admin for other things.
2003-04-10 13:46:52 +00:00
moodler
bc700e6559 New function swapshuffle_assoc 2003-04-10 13:45:07 +00:00
moodler
c05eca327c Importing improved to include pre and post-processing.
Removal of Random Matching code from the generic case.
Implementing a particular custom import style aon.php
2003-04-10 13:12:40 +00:00
moodler
da5fb074c3 Minor robustness fix 2003-04-10 13:11:34 +00:00
moodler
b1db099b7e New icons 2003-04-10 13:04:20 +00:00
moodler
44ce983d45 Updated number of languages 2003-04-10 06:24:57 +00:00
moodler
66a68c1739 Updated with current thoughts about general path this year 2003-04-10 06:22:04 +00:00
moodler
1365bacde6 Correct a typo 2003-04-09 14:30:04 +00:00
moodler
52c018a0b5 More logical position for shuffle options 2003-04-09 14:27:58 +00:00
moodler
4b85b71712 New quiz switches to
- shuffle questions order
  - shuffle answers order
2003-04-09 13:57:08 +00:00
moodler
f5cbbecaf5 empty() --> !isset() 2003-04-09 13:41:11 +00:00
moodler
72e5815533 More fixes resulting from random question feature 2003-04-09 08:11:20 +00:00
moodler
434802d5ce Slightly more efficient database access. 2003-04-09 07:23:42 +00:00
moodler
34d52ad7d2 First implementation of completely random questions.
When you add a random question to a quiz, then a question
is chosen randomly from the same category.

Questions are not repeated in a particular quiz attempt.

This still needs more testing, but it's looking OK so far.
2003-04-09 06:32:51 +00:00
moodler
d62413e869 Use "modified" date of posts when displaying them, not the "created" date. 2003-04-08 14:09:24 +00:00
moodler
329f046798 Don't use session.path check when the server is in safe mode 2003-04-08 03:51:38 +00:00
moodler
29cbd93a45 Just much simpler way of doing the last patch. 2003-04-07 16:08:52 +00:00
moodler
aa6fbca550 Use the cached admin bit if it's there!
(saves one database access per editable activity on the course page!)  :-/
2003-04-07 15:30:34 +00:00
moodler
8daaf761c3 Added code to catch runaway case when there is more than one news forum.
It shouldn't happen, but I think it can when the database is having
problems.
2003-04-07 15:20:08 +00:00
moodler
8f202463d5 New file 2003-04-07 03:30:50 +00:00
mits
b4e3b12234 New translation add and modify $string['configunzip'] , $string['configzip'] :) 2003-04-06 06:15:00 +00:00