martignoni
52a635737d
Added missing string for ldap_opt_deref
2004-12-19 13:25:14 +00:00
martignoni
48e49f9387
New strings for calendar
2004-12-19 13:12:54 +00:00
martignoni
a9bf2515b4
Some small corrections
2004-12-19 12:28:07 +00:00
mits
3bc13447c7
polished and translated new strings.
2004-12-19 10:41:10 +00:00
koenr
ac865d9e56
polishing
2004-12-19 09:27:53 +00:00
koenr
63187393bd
new file
2004-12-19 09:26:56 +00:00
koenr
e74946c77e
filling in missing strings
2004-12-19 08:54:07 +00:00
stronk7
485d102488
The entrylist format now shows the approval button.
...
Bug 2291.
(http://moodle.org/bugs/bug.php?op=show&bugid=2291 )
Merged from MOODLE_14_STABLE
2004-12-18 20:29:33 +00:00
koenr
bcb5381780
filling in missing strings
2004-12-18 20:25:44 +00:00
koenr
ace85cb84c
new file
2004-12-18 20:15:32 +00:00
stronk7
cdd577fb4e
Release updated to 1.4.3 and some XMTL compliance changes.
2004-12-18 19:16:22 +00:00
koenr
ec8e831fbf
filling in missing strings
2004-12-18 17:57:13 +00:00
martignoni
2c96fef943
More changes to the user interface. See http://moodle.org/mod/forum/view.php?id=740 .
2004-12-18 15:04:21 +00:00
martignoni
d1c1179b68
Various tweaks of admin interface
2004-12-18 14:57:05 +00:00
martignoni
e813a8659f
Added periods at the end of some sentences.
2004-12-18 14:11:50 +00:00
martignoni
88b9ebfd27
Workshop module now works with dates rather than phases
2004-12-18 14:10:32 +00:00
martignoni
ea9ee14b36
New strings for the secure popup window
2004-12-18 14:02:23 +00:00
martignoni
cb8f6f558e
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-18 14:01:04 +00:00
martignoni
15d475f269
string for 'back' in preview question
2004-12-18 13:58:09 +00:00
martignoni
4185224e7a
Adding fix for idnumber duplication problem and other small things
2004-12-18 13:55:18 +00:00
kaipe
c03d783201
Question type RANDOM now stores responses just like any other question type.
...
Therefore all workarounds are removed from lib.php and an isolated workaround is included in random/questiontype.php in order to ensure backward compability.
2004-12-18 13:55:18 +00:00
martignoni
6f95910098
New string 'mustchangepassword'
2004-12-18 13:52:07 +00:00
martignoni
94164d5e2f
Fix to 'policyagree'
2004-12-18 13:49:27 +00:00
martignoni
4883e490a8
New feature: Site Policy Agreements.
2004-12-18 13:48:12 +00:00
martignoni
e91202746d
New "Calendar" section in Admin -> Configuration.
2004-12-18 13:40:50 +00:00
martignoni
e76195a78c
New file added
2004-12-18 13:30:57 +00:00
martignoni
fd9666cb50
Updating release notes ready for 1.4.3
2004-12-18 12:52:42 +00:00
moodler
a8b88447a9
Info about other language packs, thanks Koen!
2004-12-18 05:58:23 +00:00
koenr
16d61783d6
dutch 1.4.3 release notes: added some other new translations
2004-12-18 04:05:18 +00:00
koenr
42fbaab071
dutch 1.4.3 release notes
2004-12-17 19:46:14 +00:00
stronk7
ced8b969e6
Just activating validation in Head to be able to test it.
2004-12-17 17:24:13 +00:00
moodler
35bac30293
Updated with glossary searching
2004-12-17 15:42:36 +00:00
stronk7
b7237c1ed6
Changes since 1.13.2.4 upto 1.13.2.9 in MOODLE_14_STABLE
...
applied to HEAD!!!
Some validation code has changed and I've leave it commented
exactly as it's in MOODLE_14_STABLE. Not sure why!!
2004-12-17 14:52:06 +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
mits
0c4aa0ab4a
translated new strings.
2004-12-17 04:15:38 +00:00
dhawes
a7c17aa0c7
fixed lang string reference and added link to add/edit feeds from admin page
2004-12-17 03:39:10 +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
dhawes
0eb35827c6
first addition of extra rss files needed by rss_client block. templib functionality should be moved to rsslib.php if Eloy is OK with that
2004-12-17 02:45:21 +00:00
mjollnir_
91b4c5eee9
Postgres compliance for dst_preset table
2004-12-17 02:20:04 +00:00
mjollnir_
24cc8ec9ba
Merged from MOODLE_14_STABLE: Committing skodak's fixes for sc#40 and #42
2004-12-17 01:43:06 +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
thepurpleblob
d6b3c7b82e
Added xml format import. First pass for testing.
...
Just multiple choice and true/false at the moment and needs further
testing and polishing.
2004-12-16 15:54:51 +00:00
moodler
172186b8c4
Draft beginning of new messaging system that Martin and Shane are working on.
2004-12-16 12:40:36 +00:00
moodler
ffce79c050
New tables for messaging system, plus completion of the dst_preset
...
tables in Postgres and new installs
2004-12-16 12:39:17 +00:00
moodler
945c636394
Added blank printing style ( http://moodle.org/mod/forum/discuss.php?d=13071&parent=77710 )
2004-12-16 11:54:45 +00:00
moodler
ad1a74e0ed
Protect review page as well
2004-12-16 11:51:37 +00:00
moodler
b2ff4c0aac
New strings for the secure popup window
2004-12-16 08:42:33 +00:00
moodler
6c83959e33
Quizzes can now be opened in a popup window. Javascript must be enabled.
...
An attempt has been made to make the popup as secure as possible by disabling
various browser capabilities through javascript.
2004-12-16 08:05:23 +00:00