defacer
3477a9007d
Some smallish bugs had escaped me during the transition to DST.
2005-02-18 01:26:04 +00:00
defacer
57f1191c2e
Last changes for DST! Now userdate() supports it as well! :)
2005-02-18 01:18:00 +00:00
defacer
5147ad4828
Fixing bugs and improving integration with moodlelib. I had my own
...
rogue strftime()s in here.
2005-02-18 01:11:10 +00:00
stronk7
92fac4b251
Now 0 rates are supported in glossary. Bug 2582
...
(http://moodle.org/bugs/bug.php?op=show&bugid=2582 )
2005-02-18 01:00:42 +00:00
stronk7
4f746d2aea
ARGGG. I spent 1 hour discovering where was the error!!
...
Under PHP5 we must cast objects to arrays to use them in loops.
But what is really annoying is that, instead of return an error, PHP
returns the 1st element! This should close bug 2581.
(http://moodle.org/bugs/bug.php?op=show&bugid=2581 )
2005-02-18 00:19:08 +00:00
koenr
cf2d0aff4f
xhtml compliance
2005-02-17 23:53:27 +00:00
defacer
4694488110
English time format strings changed to new style.
...
We should now be changing these accordingly in ALL the language packs.
2005-02-17 23:00:35 +00:00
stronk7
8a86671c37
If the user isn't admin and the restored course hasn't teachers, add teacher.
...
Bug 2381
(http://moodle.org/bugs/bug.php?op=show&bugid=2381 )
2005-02-17 23:00:14 +00:00
defacer
8c0c2e9211
userdate() now transparently supports both new-style (gmdate)
...
and old-style (strftime) format strings.
2005-02-17 22:59:02 +00:00
stronk7
50fc80d722
If the user isn't admin and the restored course hasn't teachers, add teacher.
...
Bug 2381
(http://moodle.org/bugs/bug.php?op=show&bugid=2381 )
Merged from MOODLE_14_STABLE
2005-02-17 22:57:53 +00:00
defacer
85351042d1
Starting to fix userdate() to recognize DST as well.
2005-02-17 22:43:18 +00:00
koenr
0d43d0d438
xhtml compliance
2005-02-17 22:28:37 +00:00
defacer
85cafb3e5b
DST stuff being worked on.
2005-02-17 21:58:45 +00:00
defacer
05afaf251c
Improving the styles for table.formtable, they weren't working in IE.
2005-02-17 21:55:25 +00:00
defacer
4d71c956a8
Adding user profile option for DST.
...
Also some tabs to spaces.
2005-02-17 21:29:05 +00:00
defacer
80e556ce8a
Removing inline styles from table, giving class="formtable"
...
Removing valign="top" from trs
Changing td align="right" to th
Double quotes to single
2005-02-17 21:16:35 +00:00
defacer
41b7678df3
Adding extra field to mdl_user table: dstpreset
2005-02-17 21:00:54 +00:00
martignoni
07b538bd52
Update
2005-02-17 19:56:10 +00:00
stronk7
4837dd1f46
Now globalglossary is working!
...
Bug 2577
(http://moodle.org/bugs/bug.php?op=show&bugid=2577 )
2005-02-17 19:45:12 +00:00
stronk7
73e97c3113
Now the glossary filter only links to concepts in visible glossaries (for everybody!)
...
Bug 2566
(http://moodle.org/bugs/bug.php?op=show&bugid=2566 )
2005-02-17 19:28:21 +00:00
martignoni
4d1e602f9f
Update again
2005-02-17 19:23:43 +00:00
martignoni
b0e03556d2
Update
2005-02-17 19:23:08 +00:00
gustav_delius
1ee55c41d9
Give groupmode selection to mod.html for all modules that use groupmode. Also fix bug 2576
2005-02-17 19:19:21 +00:00
stronk7
6c3512329b
Done. Now:
...
- students only view entries from visible glossaries.
- teachers view any entry from their course and only visible from global glossaries.
- admins view any entry from any course and any entry from global glossaries too.
Part of bug 2566
(http://moodle.org/bugs/bug.php?op=show&bugid=2566 )
2005-02-17 18:58:53 +00:00
martignoni
c369e2107e
Small modification
2005-02-17 18:22:35 +00:00
martignoni
ec89ce4d49
Modifications
2005-02-17 18:19:00 +00:00
martignoni
6b0d563893
Some modifications
2005-02-17 18:11:02 +00:00
martignoni
f953736f61
Mods to keep with new help files
2005-02-17 17:23:51 +00:00
martignoni
610dba5268
Update to the glossary help files
2005-02-17 17:23:20 +00:00
bobopinna
92a489eb6a
First step to SCORM2004, new communication subsystem
2005-02-17 16:04:42 +00:00
thepurpleblob
4c6b9b84d6
Added link to Markdown format help.
2005-02-17 15:24:59 +00:00
thepurpleblob
580b586bd8
More (advanced) help on Markdown format - submitted by Dave Scotson
2005-02-17 15:22:13 +00:00
defacer
3a5d4d8525
There were other magic numbers that needed changing as well.
...
There's also a bug in there with DST and repeating events. No easy way
to fix it right now, but I documented it to squash later.
2005-02-17 15:06:01 +00:00
defacer
60979d31cd
Magic number 1 => SITEID
2005-02-17 14:59:53 +00:00
thepurpleblob
8b8a1caaaa
Dumps a question as an IMS QTI Manifest. Can be called from external programs requiring
...
this data. Submitted by Brian King.
2005-02-17 14:41:05 +00:00
defacer
36b51cb5d1
Move the dimensions of the collapse/uncollapse graphic image to CSS.
2005-02-17 14:33:30 +00:00
thepurpleblob
658c8f34be
Added Moodle XML format.
2005-02-17 14:31:59 +00:00
thepurpleblob
371374f809
Added help for IMS QTI and Moodle XML formats
2005-02-17 14:31:25 +00:00
thepurpleblob
c3f3823315
New improved help text for Markdown format. Thanks to Dave Scotson.
2005-02-17 14:11:14 +00:00
thepurpleblob
06e273a1c3
Brian King's new QTI export capability - needs some testing yet.
2005-02-17 13:39:35 +00:00
thepurpleblob
425d616a1e
Smarty templates used for new qti export feature.
2005-02-17 13:37:49 +00:00
moodler
d613daf00d
Bug fixes for external authentication, from Eagle Eye Eloy!
2005-02-17 09:28:27 +00:00
bobopinna
8b1b2407ee
New validation procedure
2005-02-17 09:26:13 +00:00
moodler
5e497e4e7a
Some more styles
2005-02-17 09:25:05 +00:00
bobopinna
2a0407b7f6
First step for SCORM2004, new communication subsystem
2005-02-17 08:52:54 +00:00
moodler
ebc4968b00
New styles added
2005-02-17 08:40:21 +00:00
moodler
b8340d1938
Removal of THEME, added some classes, general tidy up.
2005-02-17 08:38:50 +00:00
moodler
9056cec068
Don't show an error if allownull is turned on with one file ...
2005-02-17 07:16:26 +00:00
moodler
77f69e7bcf
Better fix for the group image uploading
2005-02-17 07:14:28 +00:00
moodler
6d96007293
FIxed error when there is no image file
2005-02-17 06:32:41 +00:00