Commit Graph

34 Commits

Author SHA1 Message Date
a78890d593 MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
0baafc173a Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
0be6f67819 MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site. 2007-08-17 19:09:11 +00:00
ddff2fa806 MDL-10383 - yet more groups and groupigns refactoring, cleanup and bugfixing - grouping edit form now works 2007-08-15 23:51:07 +00:00
d1818f3283 MDL-10311 - further groups import fixes - merged from MOODLE_18_STABLE 2007-07-06 16:34:30 +00:00
c5e47c14af MDL-10311 Group import broken - groups import hadn't been updated for new groups,
also missing lang strings. Merged from MOODLE_18_STABLE
2007-07-06 15:28:37 +00:00
305f5b4b1d removed unecessary sesskey hidden param. sesskey is automatically included and processed in formslib forms. Removed redundant validation method. 2007-05-20 11:56:57 +00:00
2ee60b4944 MDL-9742 Replaced stray tabs with spaces 2007-05-08 16:11:58 +00:00
e73457e4ba MDL-9742 Converting tabs to spaces 2007-05-08 15:44:37 +00:00
e071099001 Merging fixes to MDL-8582 from MOODLE_18_STABLE 2007-02-28 16:30:41 +00:00
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
10fddcc4e2 fixing wrong capability check 2007-02-27 05:48:05 +00:00
b8c15d5f94 merged fix for MDL-8666, groups import broken 2007-02-27 05:42:15 +00:00
32db0d42c9 MDL-8166 some forgotten set_defaults converted to set_data 2007-01-12 19:01:31 +00:00
271ffe3f25 various formslib work including bug fixes for MDL-8039 id attribute collision between forms and page ids. Also added editor helpbutton. This is a fix for MDL-6941 need the ability to associate several helptopics with htmleditor. Also started on converting forms for question types to formslib. 2007-01-07 12:46:47 +00:00
feaf5d06db MDL-8015 improved file uploading
- changed file upload api in formslib
- fixed blog attachments and related code in file.php
- fixed glossary attachments
- fixed embedded images in forum posts and blogs - only gif, png and jpeg; the problme was that svg were embedded using img tag which was wrong, the same applied to other picture formats unsupported by browsers (please note that student submitted svg should be never embedded in moodle page for security reasons)
- other minor fixes
2006-12-28 21:21:44 +00:00
b6d15ddef9 removed all 'Revert' buttons from forms and removed it altogether from add_action_buttons method since it was decided it didn't contribute to usability. 2006-12-28 16:12:22 +00:00
1d284fbd85 fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling) 2006-12-28 15:43:47 +00:00
447ca67d35 MDL-7861, adding new xhtml compatible import forms 2006-12-20 08:05:26 +00:00
4dd5d7513d fixed wrong capability name and function name typo 2006-10-09 10:07:15 +00:00
6124048972 major whitespace cleanup - fixed tabs 2006-09-20 20:31:09 +00:00
92ab23875a fixed missing dot 2006-09-19 06:38:17 +00:00
d76a5a7fed replacing references to user_* tables 2006-09-19 01:44:33 +00:00
6c384dd1bb Replaced isteacher and isadmin calls by has_capability 2006-08-15 09:56:41 +00:00
f8a6c19d23 Replaced creator() calls with has_capability() 2006-08-15 09:45:11 +00:00
9f5c1e1057 Added has_capability calls 2006-08-15 09:28:12 +00:00
450a0a7db7 Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs. 2006-05-17 16:47:44 +00:00
7d32e9ded0 fixed bug #5298, missing string 'importfromothercourses' 2006-04-27 20:27:20 +00:00
3f2d13ff26 fixed typos 2006-04-20 19:07:08 +00:00
2622ceb494 Renamed mod.html to mod.php 2006-03-09 07:41:59 +00:00
de9924ae0a parameter cleaup - round 8; short php tag in group-edit.html 2006-03-07 19:36:13 +00:00
7343f3c40a Fixing a warning in import course data - bug #4773 2006-03-01 00:33:50 +00:00
7d5258795c (re)fixing bug #4199: import course activities offering non taught courses to import from. got lost in the course import rewrite 2005-11-08 20:51:27 +00:00
f8b3c0f484 New plugin structure for code that imports stuff into a course
Old import.php is now import/activities and we've added a new plugin
for importing groups from an external file
2005-11-05 08:06:36 +00:00