Commit graph

10140 commits

Author SHA1 Message Date
dovix
e7f8bf2b71 new Hebrew translation 2004-10-24 18:13:46 +00:00
dovix
0f5e65351a updated Hebrew translations 2004-10-24 18:08:27 +00:00
mits
df6db1b3e9 change for XHTML compliant mentioned on http://moodle.org/mod/forum/discuss.php?d=13418 2004-10-24 16:20:46 +00:00
dhawes
e1b8bdf8e3 some spacing added 2004-10-24 15:52:25 +00:00
dhawes
27ec21a0f6 some quote cleanup and some spacing added 2004-10-24 15:51:25 +00:00
mits
f916307f5c polished. 2004-10-24 12:30:40 +00:00
stronk7
2515cd169b Now everything in files/index.php is using sesskey.
Patch submmited by skodak.

Merged from MOODLE_14_STABLE
2004-10-24 00:26:00 +00:00
koenr
f5dfc06ddf missing strings 2004-10-23 22:18:38 +00:00
koenr
b43877928e Changed send pasword button 2004-10-23 22:09:35 +00:00
skodak
5c05d23b4b merged from 14_STABLE - fixed warning in Activity report/Outline 2004-10-23 19:21:30 +00:00
skodak
b56681b0a3 typo during xhtml update 2004-10-22 20:17:01 +00:00
mits
ba7c042761 polished. 2004-10-22 17:11:00 +00:00
mits
f7b45dfbc0 translated some. 2004-10-22 17:09:30 +00:00
paca70
67db6177de Some fixes for postgresql 2004-10-22 17:03:37 +00:00
paca70
f3133619f0 Upgrades for protgresql. 2004-10-22 14:56:49 +00:00
paca70
4c20cd82f2 Fixed some "not defined" messages 2004-10-22 13:46:28 +00:00
paca70
d08ffdd36d That virtualscales issue is hopefully fixed now. 2004-10-22 13:25:10 +00:00
paca70
90c6ded264 Lib.php postgresql compatibly fix
graph.php $virtualscales was used uninitilized, fixed.
2004-10-22 13:20:35 +00:00
paca70
40869b2ead Prevent errors if lang/$lang/moodle.lib does not exists 2004-10-22 11:14:42 +00:00
paca70
774c4d2bc3 Use dirroot to check admin directory 2004-10-22 10:17:25 +00:00
paca70
2df3a7219d Check if url-based fopen() is enebled before trying to use it. 2004-10-22 10:15:56 +00:00
paca70
359ee5c5b3 Updates 2004-10-22 09:46:59 +00:00
moodler
d526e68ee7 XHTML and accessibility compliance 2004-10-22 07:45:58 +00:00
dhawes
4bab5275b2 some string quote and spacing cleanup 2004-10-22 02:33:18 +00:00
koenr
d0806f4cef forgot to check in 2004-10-21 18:35:35 +00:00
moodler
062369857b Merged bug 2114 fix from STABLE 2004-10-21 15:50:58 +00:00
paca70
c1872e32a8 Updates 2004-10-21 11:18:11 +00:00
paca70
6cd150cbb9 Updates 2004-10-21 10:26:59 +00:00
stronk7
60bd11cfc9 Solved one annoying bug where label texts in sections != first
was being always cleared, preventing some tags to be there!

Merged from MOODLE_14_STABLE
2004-10-20 23:26:49 +00:00
mits
bf766aed81 polished and new translated file added. 2004-10-20 21:41:02 +00:00
paca70
c72931cb35 Updates from Marianna Leikomaa, thanks again. 2004-10-20 10:08:28 +00:00
paca70
c6d3883634 Updates 2004-10-20 10:02:51 +00:00
martignoni
1917c50b8c XHTML compatibility 2004-10-20 10:01:12 +00:00
martignoni
55506815eb Strings for new blocks implementation 2004-10-20 09:56:16 +00:00
martignoni
6c3376ef16 Strings for the new blocks implementation 2004-10-20 09:47:00 +00:00
mits
9d84836c61 translated new strings. 2004-10-19 22:15:49 +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
2defdcd7d5 Changes for XHTML and accessibility compliance 2004-10-19 10:34:02 +00:00
moodler
66f99e7240 Some XHTML changes 2004-10-19 10:33:06 +00:00
moodler
492dc7b9c6 Some changes for XHTML and accessibility compliance 2004-10-19 09:37:01 +00:00
moodler
4ac2157453 Changes for XHTML and accessibility compliance 2004-10-19 09:19:48 +00:00
moodler
43beba82e1 XHTML and accessibility compatibility 2004-10-19 07:09:09 +00:00
moodler
5c48d24437 More changes for XHTML compatibility.
Remove some left over test code.
2004-10-19 06:40:47 +00:00
mits
7ff4d9baac translated some. 2004-10-18 18:58:29 +00:00
paca70
e0f5a5be1d Allow auth_ldap_connect() to take binddn ja bindpwd
CVS: ----------------------------------------------------------------------
2004-10-18 16:33:25 +00:00
moodler
169fc66a15 Merged small speed improvements from STABLE 2004-10-18 06:00:26 +00:00
stronk7
76e2bc3b77 Strip control chars when unzipping.
Merged from MOODLE_14_STABLE
2004-10-17 23:44:16 +00:00
stronk7
0085c88953 Now Wiki's FileManager is using central zip & unzip functions.
Merged from MOODLE_14_STABLE
2004-10-17 23:16:17 +00:00
stronk7
261dac37a6 Now Editor's FileManager is using central zip and unzip functions.
NOTE: What is the courseimages.php file, I haven't tested it because
I didn't find how to do it!

Merged from MOODLE_14_STABLE
2004-10-17 23:11:14 +00:00
stronk7
664ae635d5 Now Scorm's FileManager is using central zip and unzip functions.
Merged from MOODLE_14_STABLE
2004-10-17 22:49:51 +00:00