10777 Commits

Author SHA1 Message Date
dhawes
221a85301e using localized string instead of hard coded english for print header functioncall 2005-01-17 23:22:16 +00:00
defacer
bc6c7c26b6 Better comments and some more diagnostic messages to help with bug hunting.
Also changed a > to >= to make the polling interval precice to the second.
2005-01-17 22:26:20 +00:00
barias
102b9d710e Latest updates in spanish translation 2005-01-17 22:08:22 +00:00
martinlanghoff
6ebaf0edcb Fixed bogus warnings about empty LDAP contexts. 2005-01-17 21:07:00 +00:00
martinlanghoff
35de9e2487 Ported from MOODLE_14_STABLE - Show a warning to admins if cron.php hasn't been run 2005-01-17 20:59:17 +00:00
kaipe
efa9b7fa01 Fixed a bug that was reported by James Balfour:
Numerical/Calculated questions failed to grade negative responses on questions with units.
2005-01-17 20:14:16 +00:00
barias
6babaf002d Latest updates in spanish translation 2005-01-17 19:43:48 +00:00
dhawes
e8181a56b4 moved functions from templib.php to rsslib.php for rss_client block 2005-01-17 18:03:15 +00:00
djachenko
8bcfcc0f79 "" 2005-01-17 17:55:29 +00:00
stronk7
fcff0e2ff7 Latest changed added from english version. 2005-01-17 17:14:01 +00:00
stronk7
f516e2b9cf Changed required templib.php to rsslib.php. This will, at least, allow to
install and use 1.5dev. Not completely, but usable...
2005-01-17 17:12:24 +00:00
moodler
e525e3d32f Works with slasharguments off now 2005-01-17 15:21:00 +00:00
defacer
abea5d6940 Fix for bug 2371:
The alt text is now the same as the tooltip for the block control icons in
editing mode (i.e., language pack configurable).
2005-01-17 14:51:18 +00:00
defacer
4ee6e69aaf Fix for bug 2372:
Renamed a string in the language file (the code was looking for a different
name than the one that existed).
2005-01-17 14:29:27 +00:00
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