Commit Graph

137 Commits

Author SHA1 Message Date
skodak be19e36785 MDL-18111 improving file api comments and docs, fixing license header 2009-05-21 10:12:53 +00:00
tjhunt 7caa6bbdcb MDL-14589 - XHTML Strrrict, and more consistent tool tips. 2008-08-15 04:41:55 +00:00
skodak 1ba7534cc7 MDL-14589 fixed file manager link 2008-08-03 21:08:15 +00:00
skodak 6c0e2d08a9 MDL-14589 improved file handling operations & towards zipping support 2008-08-02 12:45:02 +00:00
skodak 172dd12c63 MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
scyrma b0374a1692 MDL-14279: Fixes for regressions created by the get_file_url massive change (merge from 1.9) 2008-07-11 02:31:19 +00:00
scyrma 5a254a2938 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
skodak 294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak 219f652b91 MDL-14679 upgrade $DB conversion 2008-05-31 18:05:42 +00:00
stronk7 e42f819d8b XHTML minor fix. MDL-14836 ; merged from 19_STABLE 2008-05-14 16:43:44 +00:00
dongsheng b121a4eed9 "MDL-14129, fix print_error" 2008-05-14 06:15:56 +00:00
dongsheng 02dc703298 "MDL-14129, fix print_error" 2008-05-14 06:03:04 +00:00
dongsheng 320061de60 "MDL-14820, escape filename, merged from mOODLE_119_STABLE" 2008-05-14 05:22:53 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak f98e18e60c MDL-9931 adding go button to delete; merged from MOODLE_19_STABLE 2008-02-19 13:13:47 +00:00
urs_hunkler 2eb467b3b5 merged from 1.9 :: In the first table column class="header" was missing. 2007-11-07 18:12:54 +00:00
skodak 42626376f3 MDL-11442 removed last instances of global $course 2007-09-27 08:18:28 +00:00
nicolasconnault a164fd5d80 MDL-10870 A few more fixes to the file.php page's navigation 2007-08-16 16:53:55 +00:00
nicolasconnault 73c24ef80b MDL-10870 All files updated to new build_navigation() method. 2007-08-16 15:01:25 +00:00
skodak bb4b3ea4f8 MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
fixed continue button in error() on admin page when link present
2007-04-30 17:28:28 +00:00
skodak 1ae083e424 MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
nicolasconnault 366ce9f848 Finally fixed XHTML error on this page. 2007-04-05 03:37:12 +00:00
nicolasconnault bfe1e789de MDL-8774: Also an effort to refactorise the poorly designed mod/data/Preset code. 2007-04-03 03:32:46 +00:00
toyomoyo 456aecd017 replacing fieldsets with divs in small forms 2007-03-01 05:53:49 +00:00
toyomoyo 6b1b9376a0 merged fixing xhtml issue 2007-03-01 02:47:33 +00:00
moodler 6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +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