Commit graph

1434 commits

Author SHA1 Message Date
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
moodler
b2ff4c0aac New strings for the secure popup window 2004-12-16 08:42:33 +00:00
moodler
ec99718966 Filled out a missing string that caused people some consternation in the forums 2004-12-16 07:32:37 +00:00
defacer
86f092d25e New "Calendar" section in Admin -> Configuration.
Includes preliminary support for DST!
Includes "admin sees all events or only own?" setting (bug 1972)

WARNING: Modified moodlelib.php to explicitly specify NOT-DST when
calling mktime() and gmmktime(). This is essential since we don't want
PHP to second-guess us for the DST matters, but... it may affect existing
code?
2004-12-15 07:14:41 +00:00
dhawes
93c7d6dae0 first add of new rss client block. please take a moment to test its features and provide feedback (now added to the correct folder moodle/lang/en) 2004-12-14 18:12:09 +00:00
gustav_delius
eb89027f5b More changes to the user interface. See http://moodle.org/mod/forum/view.php?id=740. 2004-12-12 11:20:07 +00:00
stronk7
fcb06dd512 Updating PclZip credits to 2.4RC1 2004-12-10 19:16:51 +00:00
gustav_delius
1c4e73b614 Now teachers can again grade assessments. Also various tweaks of admin interface. This is work in progress. Heavy testing and further development will take place during the coming days, so consider this code as unstable. 2004-12-09 09:34:43 +00:00
gustav_delius
dabfc89899 added periods at the end of some sentences. 2004-12-08 09:10:06 +00:00
kaipe
180bcb2740 New feature that makes it possible to specify the number of decimals
for the correct answer in calculated questions
as well as some minor refactoring and debugging.
2004-12-05 13:02:49 +00:00
gustav_delius
ab98918f09 Workshop module now works with dates rather than phases, see http://moodle.org/mod/forum/discuss.php?d=15541. 2004-12-05 11:49:18 +00:00
moodler
59b39c7380 Tweaks to the policy form (wider iframe and added a proper question to answer) 2004-11-29 08:10:37 +00:00
moodler
027a160469 New feature: Site Policy Agreements.
If the admin specifies a Policy Agreement (via URL in the config variables)
then each user is required to see and agree to that document once before
continuing.

To get everyone to see it again (on an update, say) one just needs to issue:

   UPDATE user SET policyagreed = 0
2004-11-29 05:30:36 +00:00
koenr
7331b86485 string for 'back' in preview question 2004-11-24 22:49:54 +00:00
koenr
0dcc5d3fce noticed a couple typo's while translating 2004-11-22 23:35:33 +00:00
martinlanghoff
64031bbb0f Enrol/LDAP - initial commit, a bit rough around the edges.
This code is in production in a high-volume environment, so it has already proven to be reliable and scalable. Configuration is still tricky, and some corner cases may or may not be handled elegantly.

Please test!
2004-11-22 02:41:41 +00:00
mjollnir_
4f3fecf4a6 On enrol students to a course page, force searching if too many users to display (controlled by MAX_USERS_PER_PAGE - not previously used and bumped up to 1000 as a more reasonable limit) - trying to put 30,000 users in a drop down menu crashes some browsers 2004-11-22 01:40:18 +00:00
michaelpenne
cc72031abe changed ongoingcustom definition 2004-11-17 01:07:17 +00:00
mjollnir_
ff84f65428 Confirmation for deleting course categories 2004-11-16 02:21:31 +00:00
rkingdon
647da475de A few new strings for Version 2004111000. 2004-11-12 17:26:49 +00:00
rkingdon
8611f03a6d New help file; minor changes 2004-11-12 17:24:56 +00:00
moodler
999b098992 Upgraded release notes 2004-11-11 07:06:21 +00:00
moodler
44f42b55c4 Fix lowercased variable 2004-11-10 14:07:48 +00:00
paca70
dea3ce5b03 Added missing string for ldap_opt_deref 2004-11-08 19:34:43 +00:00
defacer
4362b39978 Latest changes for the blocks/pages features.
NOTE TO TRANSLATORS: Please do not be quick to translate this. It may still change.
2004-11-08 19:21:23 +00:00
moodler
29a84fcb6a Fix blockname string 2004-11-05 06:29:18 +00:00
michaelpenne
f4a246d2a5 help file for modattempts option in lesson settings. Empty at the moment though 2004-11-01 20:50:54 +00:00
michaelpenne
983e7d0e2a added new lang entries for lesson module 2004-11-01 20:48:51 +00:00
defacer
3ecf46a193 Blocks are now saved to and restored from course backups!
Backward compatibility is maintained, i.e. you can restore ANY version
backups without problems in 1.5. When "adding backup data to an existing
course", no blocks are added. I 'm not sure what the correct behavior
would be in this case.

When restoring a backup from Moodle <= 1.2, the new course SHOULD be given
default blocks when it is restored. I have not actually tested this, my
tests were with version 1.3 and 1.4 backup format.
2004-10-29 17:07:11 +00:00
defacer
9b4b78fd6a Da monster-commit of blocks version 2!
Code based on the work of Daryl Hawes for the blog module. Thanks, Daryl!

Please test the hell out of it as it's sure to have issues that need to be
ironed out.
2004-10-19 21:04:28 +00:00
moodler
6eee2203bc Minor change for XHTML compatibility 2004-10-15 08:31:16 +00:00
moodler
df69f6485a Error message for sesskey 2004-10-08 03:59:56 +00:00
moodler
8778900a0c Release notes for 1.4.2.
Hopefully we can release this in about 24 hours.
2004-09-30 18:11:57 +00:00