Commit graph

1766 commits

Author SHA1 Message Date
julmis
23342b406e Updating editor strings. 2005-01-22 10:55:25 +00:00
gustav_delius
ef0921d1ff It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz'); 2005-01-19 09:50:33 +00:00
martinlanghoff
35de9e2487 Ported from MOODLE_14_STABLE - Show a warning to admins if cron.php hasn't been run 2005-01-17 20:59:17 +00:00
defacer
4ee6e69aaf Fix for bug 2372:
Renamed a string in the language file (the code was looking for a different
name than the one that existed).
2005-01-17 14:29:27 +00:00
moodler
532255f848 Updated it a little 2005-01-16 15:49:04 +00:00
moodler
eed11c8a81 Missing help file!! 2005-01-13 07:11:36 +00:00
defacer
8b81a21e80 Two new strings for the new calendar preference. 2005-01-12 12:10:17 +00:00
koenr
491f47f424 Updated translationguide.html, learning from the errors I've seen when making the language packs XHTML compliant.
Please check the modification for errors to content and english language before I anounce this modification in the language forum!!
2005-01-12 09:53:15 +00:00
stronk7
41c980286b Now print-view availability for students can be configured by glossary.
Bug 2080 (http://moodle.org/bugs/bug.php?op=show&bugid=2080)
2005-01-12 00:55:38 +00:00
moodler
792197b095 Added cookie detection, based on Petr's code. Thanks!
A notice will be printed on the login page if the session cookie can not be set.
2005-01-11 12:43:29 +00:00
moodler
4dbc9c828b Fixed some spelling errors 2005-01-11 07:05:26 +00:00
moodler
c9267f7d28 FIxed the "S" on Skoda to use the diacritical 2005-01-09 13:30:09 +00:00
moodler
70347a3000 Added some important people! 2005-01-09 13:03:18 +00:00
koenr
be7a54d12a moving towards XHTML compliance 2005-01-09 00:21:27 +00:00
koenr
b8682402cc moving towards XHTML compliance 2005-01-08 23:16:11 +00:00
koenr
ed0e1a2ed0 moving towards XHTML compliance 2005-01-08 19:57:27 +00:00
koenr
d489ecfa77 moving towards XHTML compliance 2005-01-08 17:57:59 +00:00
koenr
99240fb67a moving towards XHTML compliance 2005-01-08 08:04:35 +00:00
koenr
3ff20ca145 moving towards XHTML compliance 2005-01-07 23:55:49 +00:00
gustav_delius
85ceebe2d3 It is now possible to have also questions in all subcategories listed on edit.php. Because there can be a large number of questions the list of questions is now paged.
The random questions have another option specifying whether they can choose their questions also from subcategories or not. This option is stored in the unused questiontext field.
2005-01-05 20:07:58 +00:00
moodler
59c005b76e Email alerts to teachers
------------------------

Added a small new feature to the assignment module to alert teachers when
new emails come in.  This feature adds one new field (which is tested) but
the operation of the new code has not been tested yet at all (apart from
PHP syntax) and very likely has bugs in it.

I'm checking this in so I can do tests on test.moodle.com which has email
set up properly.

I'm off to bed right now but if anyone else wants to test this feature
before tomorrow please do!   :-)

While I'm rambling here in CVS, I need to have a good look soon at Pablo's work
on Assignment and see if I can merge it all in...
2005-01-05 17:13:44 +00:00
moodler
e848159413 SOme code tidyups, and fixes for missing langauge strings as per bug 2340 2005-01-05 15:31:43 +00:00
moodler
f520438cf1 Some tidy up of some code and the information display in a discussion window.
The online status of the other user is now more accurate, and will not
keep updating once the user has gone offline.
2005-01-03 15:20:56 +00:00
moodler
38c6a92809 Big improvements on message searching. It now highlights the results, and
shows you the fragment containing the results (not just a shortened version)
2005-01-03 12:16:06 +00:00
kaipe
d70ccc495c New feature:
Maximum-number-of-questions-per-page
2005-01-03 00:41:33 +00:00
gustav_delius
ac27e47dc4 Hierarchical question categories from mediagonal, see http://moodle.org/bugs/bug.php?op=show&bugid=1947 2005-01-02 15:10:50 +00:00
moodler
e59437f5bd Some new strings 2005-01-02 14:33:55 +00:00
gustav_delius
15939a2fc9 Introduced the language string 'editingteachershort' and set it to 'Editor'. Also fixed a typo. This closes bug 1949 2005-01-02 07:42:24 +00:00
gustav_delius
34283aa87d The teacher now can choose whether to see the advanced quiz
options or not. This is handled as in the resource module. The
"Show advanced options" button is only shown if the admin has
chosen to declare some of the options as advanced.

There are now 4 review options as suggested by Martin in
http://moodle.org/mod/forum/discuss.php?d=16709

Provides separate buttons "Update this quiz" and "Edit questions",
see http://moodle.org/mod/forum/discuss.php?d=16708. To make this
possible edit.php can now be called with a quiz id and it saves
its data itself rather than relying on mod.php.

mod.html now has a "Save changes" and a "Save changes and edit questions" button.

"Attempt quiz now" button gets a different language string for
re-attempts. This is currently set to "Re-attempt quiz".

After viewing the feedback for an attempt the "Continue" button
leads back to the course homepage, as requested in bugs 1224 and
1976. If there is no feedback the user is brought straight to quiz/view.php.
2005-01-02 07:15:19 +00:00
moodler
405f01ee2d Emailing is now working well, and more GUI cleanups 2005-01-01 16:00:35 +00:00
moodler
b9ee063899 Added access to discussion histories 2005-01-01 04:23:09 +00:00
dhawes
6825eec6f9 latest update for rss client block localization 2004-12-31 03:16:32 +00:00
moodler
106317cb03 Further tweaking, while we're at it. ;-) 2004-12-30 08:07:18 +00:00
gustav_delius
0dc4810a9a Changed user interface for adding multiple random questions, see http://moodle.org/mod/forum/discuss.php?d=16531#78785 2004-12-29 22:57:35 +00:00
gustav_delius
fa92dd2437 improved an error message, see http://moodle.org/bugs/bug.php?op=show&bugid=504&pos=0 2004-12-29 07:48:21 +00:00
ikawhero
8d6380f7cc New strings added 2004-12-29 03:55:14 +00:00
moodler
bc8ccf6b18 First quick go at a Messages block. Needs polishing but seems to work. 2004-12-28 16:34:13 +00:00
moodler
4cd37687c8 Moved a string (out of order) 2004-12-28 13:57:38 +00:00
moodler
f7ea3a0b10 New strings for Messaging facility 2004-12-28 13:45:04 +00:00
gustav_delius
b63850e8d4 Fixed form error checking for cloze questions, see bug http://moodle.org/bugs/bug.php?op=show&bugid=697 2004-12-28 09:12:40 +00:00
moodler
4940a905c8 Removing this before translators waste time on it 2004-12-23 09:02:58 +00:00
gustav_delius
a5c0990e5d New quiz config page to allow admin to set defaults and hide options on the quiz setup page. 2004-12-23 07:09:33 +00:00
moodler
e85a8915d7 Two new strings 2004-12-19 13:25:47 +00:00
moodler
a8b88447a9 Info about other language packs, thanks Koen! 2004-12-18 05:58:23 +00:00
moodler
35bac30293 Updated with glossary searching 2004-12-17 15:42:36 +00:00
moodler
f1e006f13d Updated latest release notes 2004-12-17 07:31:44 +00:00
moodler
0d345ede6a Some rewording 2004-12-17 04:26:37 +00:00
mjollnir_
68ba62d21a Merged from MOODLE_14_STABLE: Adding fix for idnumber duplication problem in restoring from backup discussed at http://moodle.org/mod/forum/discuss.php?d=16297 2004-12-17 03:04:24 +00:00
defacer
bb4a2e85c0 New features implemented:
* Configurable defaults for the calendar upcoming events lookahead and
   maximum upcoming events displayed (bug #1623)

 * Configurable setting for which days of the week are treated as weekend
   (bug #1919)

 * Configurable setting for which day starts the week (the admin can now set
   this as the default for new users and guests without messing with language
   packs) (no butracker issue)
2004-12-16 18:49:57 +00:00
defacer
54598fb04e The user editing screen and the change password screen didn't play very
well with debug = on. In fact the change password screen didn't play at all.

Made a few small changes to fix notices and now everything works OK.
Added a missing language string.

*****************
This problem may very well exist in MOODLE_14_STABLE too! Unfortunately I
don't have access to a 1.4 checkout right now, so it will have to wait.
*****************
2004-12-16 17:26:29 +00:00