11228 Commits

Author SHA1 Message Date
koenr
7f3c54ab17 xhtml-compliance 2005-02-05 20:51:23 +00:00
gustav_delius
6eaae5bdd2 fixed my own type (missing ;) 2005-02-05 20:00:15 +00:00
gustav_delius
6f7970138a Taken out some $THEME 2005-02-05 17:28:06 +00:00
fiedorow
c43cb5ad4f Presents login as guest button if course allows guests. 2005-02-05 16:58:28 +00:00
fiedorow
cb4501f401 Remove moodle_set_cookie call 2005-02-05 16:47:50 +00:00
fiedorow
508d0b3c61 Implements log in as guest for courses that allow guests. 2005-02-05 16:46:26 +00:00
fiedorow
9ca3b4f313 Bypass enrolment if guest shortcut for courses that allow guests. 2005-02-05 16:40:38 +00:00
koenr
3d9717ea4f A lot of new strings and help files. This language pack is nearly complete. All checked and corrected to xhtml-compliance. 2005-02-05 13:41:03 +00:00
martignoni
47c24951f6 Changed 'mainmenu' 2005-02-05 12:49:14 +00:00
martignoni
7da61a241e Strings in the lang file are now sorted 2005-02-05 12:48:16 +00:00
martignoni
288bbf5f62 Short days are now shorter (2 characters) 2005-02-05 12:03:55 +00:00
mits
0da3e76446 fixed locale 2005-02-05 08:04:04 +00:00
mjollnir_
ee1bef900a Fixing bug 2480 - meta course enrolment 2005-02-05 05:15:16 +00:00
defacer
6573a08f63 Changing !$course->category to $course->id == SITEID 2005-02-05 03:16:44 +00:00
defacer
1610aa4916 Rewriting "!$course->category" to "$course->id == SITEID" to make it clear. 2005-02-05 02:08:25 +00:00
stronk7
4fe36ff931 Abot more done about XHTML
(just goig to sleep)
2005-02-05 02:00:12 +00:00
stronk7
d8ffb057da This page is near to be XHTML!
Please, see bug 2496
(http://moodle.org/bugs/bug.php?op=show&bugid=2496)
2005-02-05 01:58:37 +00:00
defacer
756e182362 Enforcing the "email type" (text/HTML) user setting at core library level.
With well-written client code this should not be needed, but after getting
burned once I think it's a good idea to make it "smart".
2005-02-05 01:36:55 +00:00
defacer
673c1b2f13 Fixing a serious bug with PHP 5 only, which caused blocks to lose
their configuration data (there is an explanation but I don't think
anyone cares).

Actually it was an optimization and I had to disable it. All is fine now.
2005-02-05 01:32:15 +00:00
stronk7
93334ad588 backup logs are now XHTML 1.0 Transitional 2005-02-05 01:22:31 +00:00
stronk7
755fbe6318 Scheduled backup configuration page is XHTML 1.0 Transitional 2005-02-05 01:11:19 +00:00
stronk7
f2d5737825 Now manual backups are XHTML 1.0 Transitional.
And version bump!
2005-02-05 01:00:33 +00:00
skodak
342769e94d typo in javascript code, message submit did not work :-( 2005-02-04 22:58:28 +00:00
skodak
2ac0d13b6f reverted some unfinished changes in chatd - enter message 2005-02-04 21:14:19 +00:00
defacer
379a42cb26 Bugfix: don't send HTML digests to users who want simple text mail. 2005-02-04 21:13:28 +00:00
villate
de293f37ce Updates for ver. 1.5 beta 2005020101 2005-02-04 21:00:35 +00:00
defacer
17ed7f8290 Additional notices under PHP5 fixed. 2005-02-04 20:57:16 +00:00
michaelpenne
4759d2c1eb changed Main Menu to Course Menu 2005-02-04 20:49:04 +00:00
defacer
246c206420 Fix for bug 2492: Notices thrown by pagelib.php.
It was an oversight on my part. Thanks Gustav!
2005-02-04 20:27:54 +00:00
villate
f63a1f5f5b A few more new strings translated 2005-02-04 20:18:29 +00:00
michaelpenne
31062eefad changed a couple of <br> to <br /> 2005-02-04 20:11:48 +00:00
villate
d2b596e5cf Complete translation for ver. 1.5 2005-02-04 20:09:26 +00:00
villate
107a1c1617 We have decide to replace forum by fórum, which is the accepted spelling. 2005-02-04 20:02:50 +00:00
michaelpenne
5aeebbc894 re-arranged a lot of code. Only branch tables appear in slide show mode. Display left and slideshow works with tables now instead of stylesheets (helps with browser compatibility). Some XHTML fixes. Fixed grading essay questions for non-custom scoreing. Reformated a lot of output 2005-02-04 19:39:18 +00:00
michaelpenne
ea6c76e0f2 removed a lot of styles because left menu and slideshow work in a table instead of styles. This helps with compatibility with more browsers 2005-02-04 19:35:43 +00:00
michaelpenne
9d1bd908f5 fixed the clock formating. 2005-02-04 19:34:22 +00:00
michaelpenne
62d5291318 this is Petrs security fix for import 2005-02-04 19:33:33 +00:00
michaelpenne
9127f2494d fixed a clean param function call 2005-02-04 19:31:24 +00:00
michaelpenne
b7daa75d08 most changes in continue section. Took it out of slideshow. Made some display changes with display left (not style sheet dependent now) 2005-02-04 19:30:19 +00:00
stronk7
1d9169d312 Now group members are only included (backup and restore) if
we have selected to have users! Thanks to Etienne! Bug 2486
(http://moodle.org/bugs/bug.php?op=show&bugid=2486)

Merged from MOODLE_14_STABLE
2005-02-04 16:24:12 +00:00
stronk7
572248937e Now metacourse in supported in manual and scheduled backups. It can be configured
in both backups. Please check if the used structure and exported data has sense!
2005-02-04 14:33:51 +00:00
mits
7544920d2b polished. 2005-02-04 06:05:29 +00:00
mits
78317f879e polished. 2005-02-04 05:04:08 +00:00
mits
a6ff8b2545 translated some. 2005-02-04 03:14:50 +00:00
skodak
94b3dde15b update code clarification - thanks Eloy! 2005-02-04 00:43:45 +00:00
mits
12819a0af1 polished. 2005-02-04 00:40:51 +00:00
koenr
5ff99bd6aa xhtml-compliance 2005-02-03 23:35:52 +00:00
stronk7
85304b4053 More differences. 2005-02-03 23:27:52 +00:00
stronk7
a589ccb37f Moving some strings to make them available in all the script. Not really sure about changes introduced in version 1.42! Penny? 2005-02-03 23:19:54 +00:00
skodak
01accf3efa PARAM_ALPHA now converts to lowercase; merged from MOODLE_14_STABLE 2005-02-03 22:53:49 +00:00