11188 Commits

Author SHA1 Message Date
koenr
a055c69296 moving to xhtml doctype 2005-02-06 12:14:47 +00:00
koenr
354f976c42 wrong characterset
moving to xhtml doctype
2005-02-06 11:21:19 +00:00
gustav_delius
2b6271fccc I have changed the icon for removing a question from a quiz from X to >> and changed the label from 'Delete' to 'Remove' because it does not delete the question but only removes it from the quiz. 2005-02-06 10:42:31 +00:00
skodak
9824495127 detection of oversized requests from clients 2005-02-06 10:06:25 +00:00
gustav_delius
51d0c8b0bd edit column in question tables on edit.php are now wide enough to hold all icons without line break 2005-02-06 07:55:05 +00:00
gustav_delius
f0148d973c If a question is removed from a quiz then also all existing responses (e.g. from teacher attempts) are removed. Thanks to Eloy for pointing out that this was missing, http://moodle.org/mod/forum/discuss.php?d=17167#83331 2005-02-06 07:45:40 +00:00
koenr
9664b4ea0f moving to xhtml doctype
removed the <ol><ol> construction and replaced it with a styl margin-left

removed the body fixed white color and replaced it with a style in docstyles.css
2005-02-06 00:59:14 +00:00
koenr
8c1f5b881b moving to xhtml doctype 2005-02-05 23:37:17 +00:00
urs_hunkler
c24a1ccd08 I added all code to handle the cookies and the sideblock content, the icon and the patches for hiding/showing the content of the sideblocks.
How it works:
_ within the "sideblockheading" a DIV with class="hide-show" holds a link calling the JS containerDisplaySwitching(). To the user it's represented by the icon "switch.gif" (a plus in a square) at the right end side of the header.
_ all content of the sideblock is surounded by a new <div class="blockcontent" id="'.$attributes['id']."_cont\">"
_ a call of the JS containerDisplaySwitching() changes the state of the appropriate DIV with the content to "display:none/inline" and writes this state into a cookie.
_ at the end of every block I added a call to the JS "containerDisplaySet()". This reads the block's state and hides the content or leaves it visible with every page load.
_ in the stylesheet I added the positioning of the icon:
.sideblockheading .hide-show {
    float:right;
}
.sideblockheading a img.hide-show-image {
    padding-top:0.25em;
}
2005-02-05 21:37:53 +00:00
gustav_delius
b37cacae47 It is now no longer possible to add or delete questions in a quiz that students have already attempted, see http://moodle.org/mod/forum/discuss.php?d=16479#86488 2005-02-05 21:03:04 +00:00
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