Commit graph

1208 commits

Author SHA1 Message Date
moodler
c4cda2a4b6 Merged Urs changes to 1.8 that were not merged to head before MDL-8657 2007-03-01 05:52:31 +00:00
nicolasconnault
eb1f8f1dd2 MDL-8697 Moved inline text-align:right to stylesheet, and removed table and td text-align: center 2007-03-01 04:42:41 +00:00
nfreear
f155c563d8 Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. 2007-02-28 18:11:43 +00:00
tjhunt
7919952cf7 Remove CVS conflict markers. 2007-02-28 15:16:01 +00:00
toyomoyo
5328c274d5 merged fix for MDL-8686, MDL-8576, replacing <fieldset> with <div> for display issues 2007-02-28 04:58:48 +00:00
skodak
bf315e02c3 notice boxes are now 60% of page width - 100% looked too wide for most notice boxes 2007-02-27 21:44:18 +00:00
tjhunt
5eb266d8aa Improve quiz editing screen layout a little bit based on a usability suggestion in the forums.
Also, fix uppercase tag names in the tab row CSS, which did not work at DEVELOPER debug level.

Merged from MOODLE_18_STABLE.
2007-02-27 14:01:46 +00:00
defacer
4af8d5d3ca Merging from MOODLE_17_STABLE:
Fix for MDL-8402:
$CFG->calendar_weekdays wasn't saved correctly and misbehaved.

I took the opportunity to rewrite a little HTML too.
2007-02-27 12:42:08 +00:00
toyomoyo
7900ecb02c MDL-5958, code for advanced search for db module from Elijah (HSU) 2007-02-26 06:56:05 +00:00
moodler
4883dcc56d Merged categorylist fix from MDL-8583 2007-02-25 07:08:04 +00:00
moodler
9deaeaa174 Merged changes from stable to tidy course cats 2007-02-23 08:21:38 +00:00
moodler
19a9bf1b8f Merged some fixes for MDL-8285 from stable 2007-02-23 06:47:19 +00:00
stronk7
13abd721f2 Fixing the auth plugins visual. to use the flexible table properly.
Merged from MOODLE_18_STABLE
2007-02-22 23:01:47 +00:00
urs_hunkler
b4a1317475 'added nowrap to .flexible th - MDL-8419' 2007-02-22 17:51:03 +00:00
stronk7
d5ab0df4c5 Merging some pending changes to HEAD in order to backport MDL-8419
to 18_STABLE properly.
2007-02-22 17:45:57 +00:00
urs_hunkler
5902558c6f 'added nowrap to c0 cell in the module table - MDL-8419' 2007-02-22 09:15:39 +00:00
urs_hunkler
8c17dc491e 'removed nowrap for the first column for module names in modules tabels again because some tables gets too wide in some languages' 2007-02-22 07:51:02 +00:00
urs_hunkler
4db0efdf35 'added nowrap to the first column for module names in modules tabels' 2007-02-22 07:36:17 +00:00
urs_hunkler
46bd568bf1 'added CSS for white-space:nowrap here and took the hardcoded inlinestyle out in lib/tablelib. Where is it missing now???' 2007-02-21 21:07:18 +00:00
urs_hunkler
53718d305b 'admin module tables are and look the same now. Thanks Eloy' 2007-02-21 20:46:34 +00:00
moodler
08c7d26024 Merged fixes from 1.8 stable for role menu fixes MDL-8558 2007-02-18 13:01:15 +00:00
skodak
89f3abc58c notice_yesno() buttons now centered 2007-02-14 22:12:13 +00:00
toyomoyo
6463b3dea7 adding a div to help with css 2007-02-14 05:45:36 +00:00
moodler
c68e578b3a FIxed CSS for courseboxes on course-index 2007-02-14 04:24:43 +00:00
nfreear
a5ca0d57d8 Fixes bug MDL-7257, "stylesheet bug: text color undefined" 2007-02-13 12:08:43 +00:00
toyomoyo
007456de61 MDL-8425, fixing xhtml strict issues 2007-02-08 07:12:53 +00:00
toyomoyo
fbe31d22d1 xhtml validation fixes for MDL-8425 2007-02-06 08:24:37 +00:00
moodler
1e0fb1054c Resolved duplicate id issue MDL-8410 2007-02-05 07:58:29 +00:00
moodler
378ef1fe98 Cleaned up HTML, quotes and styles for the neglected category editing screen MDL-8145 2007-02-05 07:27:07 +00:00
moodler
5479b98dff Fixed alignment of logs MDL-8418 2007-02-04 11:57:18 +00:00
skodak
d4ec5b1e8c MDL-8334 CSS code needed for lang.php changes - patch by David ;-) 2007-02-02 14:35:30 +00:00
moodler
986f093fef Fixing some alignment of categry boxes on front page 2007-02-02 07:39:40 +00:00
moodler
9ca8cc0847 Basic fixing of tabs for glossary 2007-02-01 06:54:15 +00:00
jamiesensei
8cf2a05c4a fix for misalignment of text inputs in formslib forms in ie MDL-7748 2007-01-30 19:09:46 +00:00
moodler
d14d6f7903 FIxed a style typo that made login page look odd 2007-01-29 02:45:48 +00:00
skodak
dcf6d93c9c MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE
new function course_setup() thats does proper $CFG-> , locale and themes setup much sooner than print_header() originally (needed for MDL-8067), cleanup of forgotten global $course issues

MDL-8067 Fixed several $HTTPSREQUIRED issues - html editor now loads from https (the old hack did not wotk with IE7, new hack is uglier but works), fixed formlibs images (we can not set them in library global scope, we must wait for httpsrequired() and require_login() and od that in function), fixed links in meta.php, fixed help images

fixed setting of new $USER values in user edit forms
2007-01-27 19:56:08 +00:00
urs_hunkler
cce6f1bd1a 'IE7 bug - not handling sidblocks correctly with long words. overflow and word-wrap corrects the sideblock width in most cases.' 2007-01-27 19:34:54 +00:00
moodler
0c2864c146 FIxed an annoying little artifact showing up on the second line of the last tab MDL-7782 2007-01-26 07:09:39 +00:00
nfreear
8e452b0730 Fix for reopened bug MDL-6685, "Arrows on course roles screen are displaying as squares" 2007-01-25 11:18:39 +00:00
urs_hunkler
d59eca206d some tab tweeks 2007-01-25 11:14:42 +00:00
moodler
f4e5991261 Prettied up RSS pages a bit 2007-01-25 07:09:24 +00:00
moodler
8b74cd23f4 Added some documentation and renamed thngs for clarity 2007-01-25 04:51:37 +00:00
moodler
698a966098 Fixes to styles and new images to finalise new tabs as per MDL-7782
Looking much better!  Thanks, Urs!
2007-01-25 04:44:51 +00:00
moodler
0e4c5b5210 New IE-only css 2007-01-24 13:22:11 +00:00
moodler
b717101071 New pix from Urs 2007-01-24 13:21:00 +00:00
moodler
79f533c388 Added some new settings to theme config.php so that a file meta.php can be
automatically included into the HEAD section of the current theme.

Supports parent and standard files too.

I added this to support the inclusion of some IE specific CSS  :-( which needs
to be done from HTML and not CSS, (MDL-7782) but it could be used to include other things
as well, or even to run some PHP code, set various vriables etc without messing
up the theme header.html (and regardless of the theme being used).
2007-01-24 09:20:32 +00:00
moodler
1a8b5f9568 Set some sizes on the selects for group management (make it look better) 2007-01-23 09:06:10 +00:00
moodler
e6b9fd5147 Added styles to support recent changes to MDL-8101 2007-01-23 05:41:35 +00:00
jamiesensei
642b2ab182 fixed problem with helpbuttons appearing below the label on static and frozen elements. 2007-01-19 11:06:05 +00:00
vyshane
0d061d8edb Styles for group management interface 2007-01-19 05:08:56 +00:00