1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-02 15:02:37 +01:00

1507 Commits

Author SHA1 Message Date
moodler
b8faa9a7d1 Merged fixes for override colouring MDL-12248 2007-11-19 06:59:19 +00:00
mits
26966d4026 Removed styles_layout.css from theme oceanblue.
Updated config.php for theme oceanblue.
2007-11-16 14:51:34 +00:00
urs_hunkler
e80cc31f06 merged form 1.9 :: MDL-12221 :: new CSS rules for the custom_corners boxes.
And MDL-9306 :: splitted comma sepearted rules to 2 separate rules.
2007-11-16 14:19:13 +00:00
urs_hunkler
3411f1b994 merged from 1.9 :: MDL-12191 :: workaround with JavaScript to add "haslayouttabel" class to body. 2007-11-15 12:21:09 +00:00
urs_hunkler
8e0692399f merged from 1.9 :: changed the form lable look. 2007-11-15 12:18:32 +00:00
urs_hunkler
f72d4df82e merged from 1.9 :: added 2 CSS definitions to dimm the summary and the course no. in a hidden course topic. 2007-11-14 16:06:58 +00:00
urs_hunkler
7506339261 merged from 1.9 :: removed CSSEdit reference line. 2007-11-13 10:33:04 +00:00
urs_hunkler
e4063e7d97 merged from 1.9 :: The XHTML of the actual tab has been changed. Therefor the actual tab was not shown in front of the line any more. I changed the CSS to correct this introduced bug. 2007-11-12 20:22:04 +00:00
mits
9ccdfd109b some tidy up on theme OceanBlue. 2007-11-12 17:56:07 +00:00
urs_hunkler
f632d9f161 merged from 1.9 :: MDL-12093 :: changed function call from get_in_popup to is_in_popup. 2007-11-12 11:40:52 +00:00
urs_hunkler
82e74e90cc merged from 1.9 :: MDL-10683 :: added as Eric proposed:
.mform .ftextarea #id_alltext {
    width: 100%;
}
2007-11-11 19:34:37 +00:00
urs_hunkler
e09c7b223f merged from 1.9 :: moved the sideblock accessibility property to the sidblocks section. 2007-11-11 19:26:20 +00:00
urs_hunkler
95014662db merged from 1.9 :: Some theme enhancements while working on MDL-12098 and MDL-11154.Some theme enhancements while working on MDL-12098 and MDL-11154. 2007-11-11 16:04:08 +00:00
urs_hunkler
0859ecfffb merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke the custom_corners theme on IE7. I removed the "clearer" div and added the class "clerafix" to the surrounding coursebox.
In FF and Safari floating is a mess now. I removed float:left for "coursebox" to get the page working in all browsers. It is a single element and should not need floating.
2007-11-11 11:22:54 +00:00
urs_hunkler
a788bb6f1e merged from 1.9 :: added missing "if ($heading)" to suppress empty page header. 2007-11-11 09:31:41 +00:00
sam_marshall
8220806924 MDL-12072 Added heading tag for calendar 'blocks' 2007-11-08 17:01:35 +00:00
nfreear
120a18f051 Follow up fixes MDL-12029 "Glossary view needs heading markup..." 2007-11-07 17:45:57 +00:00
nicolasconnault
1ce18c08d3 MDL-9306 Applied Ann's patches: seems to work very well, the output is entirely XHTML compliant, and displays really nicely. 2007-11-06 14:01:13 +00:00
nfreear
097d705e6d Fixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes". 2007-11-05 15:22:22 +00:00
skodak
e4e38544f8 MDL-11996 bulk user upload - improvements, bugfixes and cleanup;
new csv import library included ;-)
2007-11-05 00:43:37 +00:00
urs_hunkler
7fe1e756c5 merged form 1.9 :: removed a typo: tabletable > table 2007-11-02 10:41:24 +00:00
stronk7
8e758ab52c Unsetting one white border.
Merged from MOODLE_18_STABLE
2007-11-01 20:07:40 +00:00
nfreear
8fc45264b9 Fixes bug MDL-11994, Accessibility: "Users tagged with ..." should be marked up as a list. 2007-11-01 12:32:58 +00:00
skodak
ced5ee5921 MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades
MDL-11974 improved gradebook CSS
2007-11-01 08:25:05 +00:00
skodak
d121490949 MDL-11718 report styles moved to report/xx/styles.php - for better consistency with other plugins; other cleanup in user report css; fixed css in user profile 2007-10-28 12:51:16 +00:00
urs_hunkler
83ad27e3d1 merged from 1.9 :: MDL-11926 :: two comments confused Chameleon. I have deleted the comments and optimized CSS for Chameleon use. 2007-10-28 12:40:39 +00:00
urs_hunkler
34658b8c3e merged from 1.9 2007-10-28 10:19:18 +00:00
tjhunt
3a48e3da50 MDL-11917 - Improve the title on the assign/override roles page. Merged from MOODLE_19_STABLE. 2007-10-26 17:00:05 +00:00
tjhunt
dcd55b7e80 MDL-11784 - On the role assign page, list who is assigned the role for roles with only a few assignments. Merged from MOODLE_19_STABLE. 2007-10-23 16:27:25 +00:00
urs_hunkler
86f7ba7f8d merged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the "corresponding" Linux color value #D3D3D3. 2007-10-22 10:36:30 +00:00
nfreear
5c3550191a Partial fix for reopened bug MDL-7878, "Link identification and skipping" - affects all course formats + other files. 2007-10-22 06:43:00 +00:00
stronk7
956cabd4ab Changing some standard colors 2007-10-21 19:26:11 +00:00
urs_hunkler
a2d67b20d2 different spacing to 1.9 corrected. 2007-10-18 19:08:17 +00:00
urs_hunkler
6487c75230 merged from 1.9 2007-10-18 19:03:39 +00:00
urs_hunkler
1c3f0a2aab merged from 1.9 :: removed CSSEdit reference line. 2007-10-17 14:01:26 +00:00
urs_hunkler
0ca8946ec7 merged from 1.9 :: RTL rendering optimized for IE6, IE7, Oper with CSS and Safari 2 with JavaScript. 2007-10-17 13:41:11 +00:00
skodak
6391ebe7da MDL-11718 aggregated grades which depend on hidden grades are now hidden too; cleanup in user report 2007-10-17 09:45:14 +00:00
urs_hunkler
2dfe6b1b80 merged from 1.9 :: Added mod-data-view to the custom corners include list for properly displayed custom corners. They where missing arounfd the contetn area.
Replaced strstr with the faster strpos.
2007-10-16 14:56:19 +00:00
urs_hunkler
4138b5e4bf merged from 1.9 :: Updates for IE problems, mainly for RTL language display. IE6 still refuses to work properly :-( 2007-10-16 09:01:11 +00:00
nfreear
17a6161d20 Follow up for MDL-11430, Flickr & Youtube tag blocks should use list markup - Fix styles. 2007-10-15 16:59:17 +00:00
urs_hunkler
634d20d380 mergerd from 1.9 :: removed the javascript to correct the header display :: IE7 hangs. Need to find a different solution. 2007-10-15 07:19:17 +00:00
toyomoyo
548bf94678 merged fix for MDL-11717, adding dimmed_text a, to dim links as well 2007-10-15 02:08:03 +00:00
urs_hunkler
b941632b2f merged from 1.9 :: corrected IE calendar display, removed CSS bugs. 2007-10-14 16:18:16 +00:00
urs_hunkler
9939a83dee Merged from 1.9 ::
MDL-11729 :: Removed commenting out loading of the Chameleon files loading.
MDL-11664 :: IE6 can't display transparent PNGs. Added not transparent gifs instead and changed the background for IE6 to a solid colour.
2007-10-13 09:16:46 +00:00
stronk7
75f3028793 MDL-11729 :: Removed commenting out loading of the Chameleon files loading
Merged from MOODLE_19_STABLE
2007-10-12 09:57:58 +00:00
nfreear
12b9aee7d7 Fixes MDL-11695, Skip block links inaccessible for many keyboard-only users 2007-10-11 16:35:20 +00:00
tjhunt
14e66f3beb MDL-9542 - Show final grades from new gradebook in Quiz UI - with help from Petr. Merged from MOODLE_19_STABLE. 2007-10-11 11:42:49 +00:00
moodler
26ce730504 Tidied up border around category listing 2007-10-10 06:16:12 +00:00
moodler
09deab0661 Miscellaneous fixes for MDL-11543
- added button to edit current category
 - removed old mini-forms to do the same
 - tidied up various things and CSS as well
2007-10-10 04:05:46 +00:00
iarenaza
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