nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
toyomoyo
60a9a6ea67
fix for some of the MDL-8425 issues
2007-02-07 07:34:53 +00:00
skodak
84c8ede022
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
...
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage
2007-01-29 21:29:27 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
skodak
d2ce367fb9
MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera)
2007-01-06 19:22:58 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
moodler
f4ba7e1a54
Bend over for XHTML 1.0 Strict ... MDL-8049
...
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +00:00
toyomoyo
c5bb277093
MDL-7861, fixing xhtml forms
2006-12-22 02:10:41 +00:00
toyomoyo
5c8ea9d958
MDL-7861, fixing broken xhtml tags
2006-12-20 03:44:59 +00:00
toyomoyo
cef5542133
fixing broken html
2006-12-15 05:06:53 +00:00
toyomoyo
54926e7818
various accessbility fixes
2006-12-13 03:03:43 +00:00
skodak
28b52b8607
removed space from alt attribute, use empty "" insted according to accessibility recommendations
2006-12-03 15:34:37 +00:00
skodak
2bbaf749c8
MDL-7434 all images that convey information should have alt text to convey that information - part 2
2006-11-25 18:09:33 +00:00
vyshane
07637b9e9d
Merged from 1.7.
2006-11-20 02:29:05 +00:00
jamiesensei
f1e6550be2
needed to add the option to pass an element id rather than a name to index.php as the choose parameter. XHTML strict doesn't allow giving a form a name attribute so we use the id of the form element to select the element to return the filename to. We use getElementById to find the element in the document.
2006-11-15 07:26:48 +00:00
gustav_delius
1dab3c8384
The course upload size limit applies to students only, it should not be imposed for teacher uploads.
2006-10-03 18:19:38 +00:00
skodak
a69be0d861
improved handling of resource file/directory references when renaming and deleting files in file manager. It is now fully configurable too. MDL-6132
2006-09-25 14:12:46 +00:00
moodler
c64633f6f6
Merged fix from http://moodle.org/mod/forum/discuss.php?d=38860 (Brian Jones)
2006-09-14 05:46:49 +00:00
toyomoyo
17d6a25e5c
adding capabilitiies
2006-09-13 09:08:14 +00:00
skodak
61212e3f96
better input validation in files/index.php SC#307
2006-08-30 08:03:12 +00:00
skodak
18478666ca
fixed printing of filenames from zip archives - SC#273; merged from MOODLE_16_STABLE
2006-07-12 05:57:28 +00:00
skodak
79b37009fc
fixed // in course root when browsing files; merged from MOODLE_16_STABLE
2006-06-30 11:56:37 +00:00
skodak
81f9948586
fixed my yet another bug; merged from MOODLE_16_STABLE
2006-05-24 21:54:51 +00:00
skodak
607a6aa83d
fixed broken operations in subfolders - result of my recent patching :-( :-( bug #5603 ; merged from MOODLE_16_STABLE
2006-05-24 21:50:44 +00:00
skodak
b2fcca2761
fixed bug #5533 , could not choose from file root; merged from MOODLE_16_STABLE
2006-05-18 05:48:14 +00:00
skodak
70cedbfd5d
fixed bug #5489 - can not edit file, minor bugfixes and whitespace cleanup; merged from MOODLE_16_STABLE
2006-05-14 19:10:49 +00:00
stronk7
d639dbf762
Some more table/form mixed things remains in two forms. The rest
...
validates OK now. Bug 5371 created for the validation problem!
(http://moodle.org/bugs/bug.php?op=show&bugid=5371 )
2006-04-29 16:39:02 +00:00
stronk7
954ec82fd0
body and html close were being printed twice! Number of XHTML
...
errors highly reduced by the form-table mix remains...
2006-04-29 15:54:52 +00:00
stronk7
755a1c4b02
XHTML closing some input tags. But this page doesn't validate at
...
all because the table/form intermixed tags!
2006-04-29 15:40:46 +00:00
skodak
e77ea6403a
fixed missing xxx_param() and broken path
2006-04-22 16:35:32 +00:00
moodler
22060485bf
FIx notices and logic when deleting files and checking resources. bug 5156
2006-04-12 08:53:24 +00:00
stronk7
6917949483
Deleting $SESSION structures before starting manual restore.
2006-04-10 18:34:37 +00:00
moodler
d27a5b2581
Christian's changes to update Resources when files are moved
...
I've not checked this closely but it seems to work
2006-03-21 09:07:19 +00:00
mjollnir_
82c859921b
Added selectall/deselectall to files/index.php
2006-01-11 02:26:26 +00:00
moodler
fdbc5bb8a3
Fixed Bug #4533 - Max upload size at course level ignored
2006-01-06 05:16:23 +00:00
skodak
6a21526c0c
fixed choose disappearing after file delete; merged from MOODLE_15_STABLE
2005-11-04 10:56:36 +00:00
moodler
bf9fd1b20a
Merged fix from stable
2005-08-14 02:27:18 +00:00
moodler
5294b1d3bf
Merged bug 3662 from stable
2005-08-01 16:52:05 +00:00
skodak
b2ece19e07
fixed up link when selecting; merged from MOODLE_15_STABLE
2005-07-12 19:38:36 +00:00
thepurpleblob
4c71d8b215
Added missing optional_param()
2005-06-10 13:18:29 +00:00
moodler
f401cc9719
Moved a generic function over
2005-04-26 15:51:31 +00:00
moodler
7c5829f4f1
Removing some old theme rubbish
2005-03-19 08:32:01 +00:00
moodler
6b091c9499
Styles for file listings
2005-03-13 17:16:26 +00:00
skodak
ea7a672d82
typo correction
2005-03-12 21:17:15 +00:00
moodler
0219eb2bfa
More readdir problems!
2005-03-12 06:23:22 +00:00
moodler
211ea3e9d3
COnsistent use of readdir
2005-03-10 06:04:29 +00:00
moodler
200cc919db
Fixed a bug when encountering directories named "0"!
2005-03-10 06:02:45 +00:00
moodler
f1e0649c1c
Removed files/mimetype.php and put it into lib/filelib.php instead
...
where it always should have been.
2005-03-07 11:32:03 +00:00
defacer
f4b351a30e
Fix for bug 2491:
...
Implementing a "parent folder" icon in the file manager.
2005-02-08 18:03:43 +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