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
moodler
9de24b62ee
Config for dbsessions variable
2004-09-30 08:04:56 +00:00
moodler
037dcbb6a9
A first attempt at adding accessibility for the jump menus, by adding a
...
button after them when Javascript is not enabled.
Button is currently named "Jump". Could be something else.
2004-09-29 14:00:35 +00:00
rkingdon
6e0609cf85
A few extra strigs for version 2004092700.
2004-09-28 15:47:35 +00:00
rkingdon
d42db02f61
A couple of new help file for version 2004092700.
2004-09-28 15:46:33 +00:00
paca70
089b19f631
Fixed bug 2012
...
Started work with bug 2007
Bug 1969 is partacaly fixed. ldap-module supports now password expiration.
Some work with bugs 761 and 1730
Changes in login/index.php
Reordered some code to make variables reusable in multiple places.
Added redirection in case of expired password
2004-09-28 12:39:20 +00:00
rkingdon
f4f03900e9
One extra string for attachments.
2004-09-27 17:47:36 +00:00
rkingdon
cb4df2b669
New hep files for version 2004092400; minor additional to
...
ungradedassessments help file.
2004-09-27 14:38:14 +00:00
moodler
366dfa6090
New config variable $CFG->tracksessionip will force Moodle to always
...
check that the user's IP number never changes
2004-09-27 14:35:37 +00:00
rkingdon
3f58d60002
Strings added for version 2004092400.
2004-09-27 14:35:18 +00:00
paca70
d89430abdf
Changes to configuration interface
2004-09-27 14:19:32 +00:00
stronk7
4626f768f2
3 new strings for scheduled backups.
...
Coming from 14_STABLE
2004-09-24 18:43:14 +00:00
paca70
ad95a28f2b
Added easy interface to specify ldap-attribute types and objectclasses.
...
Just select ldap-server type and you are done. Old variables can still be used
to override builtin settings.
TRANSLATORS NOTICE:
Some ldap-fields are now optional!
2004-09-24 07:14:44 +00:00
moodler
11e16b9698
Merged additions from stable (for PAM)
2004-09-24 04:47:23 +00:00
moodler
fe51520688
Installer now checks that MySQL extension is present - see bug 1982
2004-09-23 05:40:53 +00:00
paca70
a6698a1387
Added more commentts about user cretion.
2004-09-22 11:07:45 +00:00
paca70
8c9c0e8588
Cleaned config.html
...
Added configuration for expired passwords.
2004-09-22 08:28:56 +00:00
michaelpenne
7471d889aa
New help file. Blank though :(
2004-09-21 19:50:10 +00:00
michaelpenne
0fe78d9481
Added a new lang definition
2004-09-21 19:48:39 +00:00
paca70
c29890b5d8
Some cleanups
2004-09-21 13:20:13 +00:00
moodler
cd3a9f4687
Changed some strings for XHTML compliance
2004-09-21 09:22:20 +00:00