Commit graph

17793 commits

Author SHA1 Message Date
mits
51006e6a18 polished. 2005-12-20 22:51:31 +00:00
mjollnir_
ddf1935f30 For pinned blocks (that don't have a pageid), make one up on the fly (Fixes bug #4497) 2005-12-20 20:55:37 +00:00
mits
e578df9141 Fixing bug #4496: strings to long in lang file based on /lang/en. 2005-12-20 20:43:26 +00:00
mjollnir_
6f61d7b985 Postgres compatibility in scorm db upgrade 2005-12-20 20:39:52 +00:00
mjollnir_
cc17b250d8 Fixing bug #4496: strings to long in lang file 2005-12-20 20:19:17 +00:00
moodler
0f561844e7 Someone included two copies of forum_get_separate_modules() 2005-12-20 08:47:20 +00:00
toyomoyo
f962f6bf7b language import utility 2005-12-20 08:34:52 +00:00
toyomoyo
073286f06f merged fix for bug #4431 2005-12-20 05:22:59 +00:00
mits
6bff3c2747 polished.
translated a new string for Participation report.
2005-12-20 00:43:27 +00:00
mjollnir_
f3815a9547 Participation report - check for course modules and print an error if there are none. 2005-12-20 00:21:38 +00:00
stronk7
ac7462f1bb Changed one string that was breaking 1.6 hotpot module. 2005-12-19 19:46:55 +00:00
andreabix
284e2b903a Modifica termine: Insegnante -> Docente 2005-12-19 19:13:03 +00:00
stronk7
94b8ca49a9 file excellib.class.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:59:47 +00:00
andreabix
a4794723d3 Aggiornamento traduzione di Claudio Maggi 2005-12-19 18:56:28 +00:00
stronk7
c33eceeb6e file Worksheet.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:08 +00:00
stronk7
c481be86a9 file README.txt was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
e1bba4b26a file PEAR.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
3640e73186 file OLE.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
2c258e4ff1 file Workbook.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
6b3d841534 file Validator.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
923963d7d7 file BIFFwriter.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
a571129410 file Parser.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
006b6e4b02 file Format.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
fd55003258 file Writer.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
203df2decf file PPS.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
e2fd903214 file Root.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
stronk7
29bc463b4a file File.php was initially added on branch MOODLE_16_UTF8. 2005-12-19 18:56:07 +00:00
mits
6fd34e3559 polished. 2005-12-19 03:23:09 +00:00
toyomoyo
0afb2f2fb4 merged, bug fix for 4490 2005-12-19 02:12:49 +00:00
koenr
45913b5bbf updated strings
new helpfiles
2005-12-18 22:15:47 +00:00
koenr
b09354f5cf new helpfile 2005-12-18 21:46:20 +00:00
koenr
50ddd5e1a1 New language pack: hr_utf8 by
Jasmin Klindzic
jasmin@ffzg.hr

Dragan Dosen
ddosen@ffzg.hr
2005-12-18 14:55:56 +00:00
koenr
cc35561b11 New langpack: Croatian from
Jasmin Klindzic
jasmin@ffzg.hr

Dragan Dosen
ddosen@ffzg.hr

An utf-8 version is also on it's way - just some cleaning to do ;-)
2005-12-18 00:40:16 +00:00
defacer
8eefd42e7e Oops. Forgot some debug code in there. 2005-12-17 04:53:50 +00:00
defacer
1130633117 NEW FEATURE:
Per-block access controls for creating and editing block instances. Defaults
behave the same as before, and the framework has final say as before.

See relevant discussion at http://moodle.org/mod/forum/discuss.php?d=36444



Other minor changes: Converted "continue" to "break" inside switch statements
(more to the point, although equivalent), change erroneous (but harmless)
"return false" to "break" on failed addition of block instance, removed some
inline comments from block_base (they were duplicated in PHPdoc)
2005-12-17 04:37:55 +00:00
defacer
a9033ad5f8 Faster block_method_result(), my back-of-the-envelope benchmarks say that
call_user_func is about 3 times faster than eval(). Which is no surpise. ;-)

Faster block_load_class() by checking if the block class is already present
instead of relying on require_once() and include_once() which have include
paths and other nasties to take into account.
2005-12-17 03:09:13 +00:00
mits
bd8be2bb38 polished. 2005-12-16 20:54:26 +00:00
mits
f58d00dc8a polished. 2005-12-16 20:46:25 +00:00
mits
07f787cb4c polished. 2005-12-16 16:46:17 +00:00
barias
d7b49f0432 Latest changes in spanish translation, updated to v. 1.5.3+ 2005-12-16 15:58:04 +00:00
mits
f94825c0b7 translated a Moodle Documentation. 2005-12-16 15:31:40 +00:00
martignoni
c01588f945 One new config help string. 2005-12-16 14:05:47 +00:00
martignoni
bb2fcc3da6 To count letters in languages without word separators. 2005-12-16 14:03:39 +00:00
martignoni
2f0a9dc804 Typo corrected 2005-12-16 13:55:16 +00:00
ethem
1eabaf73fa & fix. 2005-12-16 08:13:10 +00:00
toyomoyo
c07a004c40 merged, fixed a bug that student can't remove wiki pages in group mode 2005-12-16 07:19:59 +00:00
mits
9153ea7d0a polished. 2005-12-15 23:58:48 +00:00
mits
42c6e4b13b polished. 2005-12-15 23:42:11 +00:00
mits
b642b30052 polished. 2005-12-15 22:18:23 +00:00
mits
405fdbb03d translated new two strings.
polished an assignment help file.
2005-12-15 20:54:05 +00:00