10763 Commits

Author SHA1 Message Date
defacer
3cacefda86 Fix for bug 2377:
Make it more difficult for instances with invalid blockid to be added to
mdl_block_instance. This could result in warnings, although nothing more
serious than that.

Credits to Eloy and especially Dan Marsden for reporting and providing info.
2005-01-17 14:26:17 +00:00
djachenko
8dd3a58bf5 \"ßðëûê\" çàìåíåí íà \"íàäïèñü\" 2005-01-17 12:18:31 +00:00
koenr
afa159dc68 Updated translationguide.html, learning from the errors I've seen when making the language packs XHTML compliant. 2005-01-17 07:24:04 +00:00
martinlanghoff
d3e6cd798a Merged from MOODLE_14_STABLE - Added an early session_write_close() to loglive.php and log.php pages 2005-01-17 05:42:27 +00:00
barias
4742b339ff Latest updates in spanish translation 2005-01-17 00:34:57 +00:00
dhawes
765b5b3586 moved functions into rsslib.php. Passed this by Eloy and got his OK first 2005-01-16 21:20:15 +00:00
gustav_delius
798b70a12f If the focus is on the section that is being moved then move the focus along. Fixes bug 2026 2005-01-16 17:54:34 +00:00
gustav_delius
181b888e16 ugly hack to fix bug 1824 about wrong fullname format in log info. 2005-01-16 17:27:40 +00:00
moodler
532255f848 Updated it a little 2005-01-16 15:49:04 +00:00
ralf-bonn
30e46d28a1 *** empty log message *** 2005-01-16 14:38:04 +00:00
ralf-bonn
ca5b9b89f8 Corrections in the text 2005-01-16 14:36:52 +00:00
moodler
04337d7531 A little utility script to perform search and replace on the whole database.
It's not linked from anywhere yet.

I'm not sure if this will work on PostgreSQL ... can someone test that?
2005-01-16 13:49:30 +00:00
gustav_delius
713492e36c corrected typo in previous commit 2005-01-15 21:59:41 +00:00
gustav_delius
dc9e582553 fixed bug 1887 2005-01-15 21:55:25 +00:00
gustav_delius
61e59ace64 implemented fix for restore problem given in bug #1589 2005-01-15 21:49:22 +00:00
julmis
210c6aed36 Adding Lorenze Nicola's regexpression. 2005-01-15 20:08:46 +00:00
julmis
2ce21ad961 Bug fix for Bug #2222 2005-01-15 18:50:38 +00:00
julmis
e6f4c5feb4 Fix for Bug #2387 2005-01-15 18:33:03 +00:00
ralf-bonn
6b9ead4981 Corrections in the text 2005-01-15 18:32:07 +00:00
ralf-bonn
fe4f99a8ac Corrections in the text 2005-01-15 16:42:00 +00:00
ralf-bonn
4e15e4638f First german translation 2005-01-15 15:46:42 +00:00
mits
d1226df3d8 polished. 2005-01-15 10:19:26 +00:00
martignoni
8eb7f7343a Updated translationguide.html with instructions for making the language packs XHTML compliant. 2005-01-14 19:49:17 +00:00
martignoni
59a6e090d4 Added cookie detection string 2005-01-14 19:12:38 +00:00
martignoni
3bd1243ebe Now print-view availability for students can be configured by glossary.
Bug 2080 (http://moodle.org/bugs/bug.php?op=show&bugid=2080)
2005-01-14 19:09:53 +00:00
martignoni
9dcbd061a5 Two new strings for the new calendar preference. 2005-01-14 19:07:42 +00:00
ralf-bonn
76113ee972 Corrections in the text 2005-01-14 17:34:56 +00:00
moodler
cbc9da2a1b FIxed a missing brace (bug 2386) 2005-01-14 16:45:35 +00:00
gustav_delius
ee563adc91 added the utf8 languages to the list of exceptions in the function break_up_long_words(). 2005-01-14 11:53:10 +00:00
stronk7
68600084f4 One space out 2005-01-14 08:36:48 +00:00
ralf-bonn
6707021791 Corrections in the text 2005-01-14 07:24:04 +00:00
koenr
b5e9c44bbb new helpfile 2005-01-14 02:37:56 +00:00
koenr
2f8eca8ecc new helpfile 2005-01-13 22:12:58 +00:00
ralf-bonn
697eab9ebf Corrections in the text 2005-01-13 21:54:08 +00:00
koenr
5c0dc0ac31 filling in missing strings 2005-01-13 20:37:46 +00:00
ralf-bonn
18c6828a1e Corrections in the text 2005-01-13 20:32:17 +00:00
gustav_delius
b18a43275c if you use \n in single-quoted strings it will not be converted to a line break. 2005-01-13 17:53:23 +00:00
moodler
d3709d95c4 Changes for XHTML compatibility and other HTML code cleanup 2005-01-13 10:08:23 +00:00
mits
f7328de445 new file translated. 2005-01-13 08:13:18 +00:00
moodler
5aeaeb575f Removed valign attribute from <table> tag for XHTML compatibility 2005-01-13 07:55:24 +00:00
moodler
eed11c8a81 Missing help file!! 2005-01-13 07:11:36 +00:00
mits
b3adaee866 translated some. 2005-01-13 04:03:56 +00:00
mjollnir_
6c4e8471cd Merged from MOODLE_14_STABLE: Fixing warning about invalid argument for foreach in course/lib.php in log selector form 2005-01-13 03:56:34 +00:00
moodler
6710ec8713 Recent activity functions should have been in lib.php, not locallib.php 2005-01-13 03:04:48 +00:00
moodler
32503db1c6 FIxes for bug 2379 (merged from stable) 2005-01-13 03:02:23 +00:00
martinlanghoff
39f6559530 Fix bug #2334 - New unique undes in course table causes course move to fail
There were several issues in fix_coursesortorder() that were fixed. Mainly:
 - the recursive calls dropped the $safe parameter
 - we did not even try to maintain uniqueness in the sortorder field across categories

http://moodle.org/bugs/bug.php?op=show&bugid=2334
2005-01-13 02:34:45 +00:00
ralf-bonn
0dc12569e5 Corrections in the text 2005-01-12 20:39:47 +00:00
ralf-bonn
e51d049569 Corrections in the text 2005-01-12 20:03:24 +00:00
defacer
8b81a21e80 Two new strings for the new calendar preference. 2005-01-12 12:10:17 +00:00
defacer
054193be87 Merging fix for reopened bug 1384 from STABLE.
Fix for bug 2252:
You can now choose to have the calendar "remember" your filter settings
between logins.

Some extra code in calendar/lib.php for DST. It doesn't currently affect
how Moodle works.
2005-01-12 11:55:01 +00:00