1621 Commits

Author SHA1 Message Date
moodler
1f48fec7ff FIxed some icon sizes 2007-01-11 06:51:01 +00:00
donal72
2c1833bdb4 Mnet: Bugfix: Revised query to find hosts we SSO with: MDL-8082 2007-01-11 05:59:57 +00:00
donal72
15ed527f38 Mnet: Bugfix: 3 params in optional_param(): MDL-8119 2007-01-11 05:55:37 +00:00
skodak
436cfa9fb3 MDL-6987 assignment mod conversion to new forms lib 2007-01-10 13:38:04 +00:00
moodler
44b843b6d6 More XHTML strict stuff 2007-01-10 08:35:45 +00:00
vyshane
a202dfa034 onLoad made lowercase. MDL-7861 related. 2007-01-10 05:49:31 +00:00
toyomoyo
82056f6735 MDL-7861 xhtml strict fixes for wiki 2007-01-10 03:07:24 +00:00
moodler
04a252be7e A "guess" at what this query might be. Needs MH or DOnal to check it.
MDL-8082
2007-01-09 12:23:57 +00:00
vyshane
14efad9388 Fixes for MDL-7861. 2007-01-09 10:20:59 +00:00
moodler
6b7425d2cb Fixed addcourse button on home page 2007-01-09 06:07:35 +00:00
skodak
0f13ec8f9b MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon 2007-01-08 20:30:38 +00:00
skodak
60af27037b MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed 2007-01-08 19:34:16 +00:00
urs_hunkler
d55c9a1f33 'changes for flexible column arrangement - see MDL-8109' 2007-01-08 15:53:34 +00:00
skodak
0d905d9f34 MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
vyshane
2429e177a2 Removed align attribute from img tag. Related to MDL-7861. 2007-01-08 01:27:22 +00:00
vyshane
50226569da Removed align attribute. Related to MDL-7861. 2007-01-08 00:41:53 +00:00
jamiesensei
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
moodler
abcaf2cfa5 XHTML Strict fixes 2007-01-05 16:40:04 +00:00
moodler
fcf9577a28 Sundry fixes related to course categpry page for XHTRML strict MDL-7861 2007-01-05 14:13:26 +00:00
andreabix
fcf78b1557 fixed missing comma 2007-01-05 13:14:37 +00:00
jamiesensei
18a7736107 added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code. 2007-01-05 04:51:46 +00:00
skodak
b150307551 MDL-7861 xhtml strict fixes - fixed capital letter tags and attributes 2007-01-04 23:59:55 +00:00
skodak
7150226896 MDL-7861 xhtml strict fixes - fixed all <br> in our code 2007-01-04 23:38:17 +00:00
skodak
ccffd41265 fixed potential problems with undefined $USER->screenreader 2007-01-04 21:39:47 +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
afba7be148 Course box -> XHTML Strict 2007-01-04 15:53:05 +00:00
moodler
bd792a758f XHTML Strict fixes MDL-7861 2007-01-04 15:52:11 +00:00
skodak
4f24b3e386 MDL-7861 various xhtml fixes and fixed layout of add activity/resource menu 2007-01-04 12:44:58 +00:00
martinlanghoff
c215b32be7 mnet: courses and activity log know about mnet remote users 2007-01-04 03:22:51 +00:00
Martin Langhoff
f3f7610c90 cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
moodler
2ef9d19a51 Added skip links to all course formats to main content MDL-7878 2007-01-03 15:37:07 +00:00
skodak
fc82080170 removed ooo log output format now replaced by ods 2007-01-02 09:49:10 +00:00
skodak
02023a60e8 MDL-7742 CSS hooks for styling of section add menu 2007-01-02 09:45:03 +00:00
skodak
89bfeee0d6 MDL-7742 added nested drop down box to add activities/resources to course, 3rd party mods can specify type
MDL-6987 preparation for migration of mod/assignment/mod.html
2007-01-02 09:33:07 +00:00
toyomoyo
c5f6b49e83 MDL-7861, fixing missing space 2007-01-02 07:43:56 +00:00
toyomoyo
ca9d935649 MDL-7861, fixing javascript 2007-01-02 02:21:54 +00:00
toyomoyo
002d63aa1b MDL-7861, fixing javascript 2007-01-02 01:59:49 +00:00
toyomoyo
b6bdcdc14c MDL-7861, adding cdata to javascript 2007-01-02 01:41:14 +00:00
skodak
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
jamiesensei
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
jamiesensei
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
jamiesensei
f07b9627b6 changes to how we generate the id attribute of forms and the naming convention of forms
migrate blog edit to formslib
2006-12-28 09:32:45 +00:00
moodler
5f60ed9b6a Added CDATA to Javascript 2006-12-22 04:25:00 +00:00
skodak
d81b7ffbd7 MDL-7996 Add ods export support - more reports 2006-12-21 19:46:29 +00:00
skodak
ea49a66cea MDL-7996 Add ods export support - added ods to course logs with other minor fixes, implemented date support and added missing stub functions for better excel class compatibility 2006-12-21 10:58:18 +00:00
vyshane
29c16a55ba Fixes for MDL-7861. 2006-12-21 06:26:22 +00:00
toyomoyo
447ca67d35 MDL-7861, adding new xhtml compatible import forms 2006-12-20 08:05:26 +00:00
vyshane
6e6014aea1 Fixed xhtml issues. MDL-7861. 2006-12-20 02:38:10 +00:00
vyshane
048e3e2121 xhtml fixes for MDL-7861. 2006-12-20 02:25:52 +00:00
vyshane
d4a18e3460 Added missing footer for delete confirmation view. MDL-7861. 2006-12-20 01:15:15 +00:00