Commit graph

24 commits

Author SHA1 Message Date
nicolasconnault
fd09397ee1 MDL-19824 upgraded calls to print_container* 2009-08-20 08:50:03 +00:00
urs_hunkler
2edd389b7d merged from 1.9 :: MDL-13648 :: several enhancements/changes due to the discussion in the Moodle tracker:
_ changed the README - Custom corners is now experimental
_ styles_colors from standard included - all the usabilty work using colors will automatically show up in Custom corners too
_ optimized the JavaScript which adds the necessary layouttable classes to the body tag
_ Chameleon engine removed - developers throw in CSS at the end without caring if the Chameleon engine can handle it
2008-02-27 10:34:51 +00:00
urs_hunkler
6b4f1f73e9 Merged from 1.9 ::
MDL-13444 :: removed the jQuery library and use direct JavaScript instead. That's much faster.
MDL-12078 :: Changed them calles from themewww to httpsthemwww (MDL-12078). MDL-13421 :: corrected left padding in admin block
2008-02-12 21:29:16 +00:00
urs_hunkler
ba92d2f50c merged from 1.9 :: MDL-12221 :: removed the "nocoursepage" hack, which was an attempt to find out if a page has a layout-table. I developed this hack because Martin said, that he does not see any chance to implement a layout-table check. This hack followed several exception hacks because Moodel pages are inconsistently created. All those exceptions I could delete too.
Now I added a JavaScript layout-table check which works great.
2008-01-11 09:29:53 +00:00
poltawski
d1a2a97ba3 MDL-12221 - use theme variables so it doesn't break on my setup ;)
merged from MOODLE_19_STABLE
2008-01-10 10:43:35 +00:00
moodler
e93902f856 Merged parenting fix from 1.9 MDL-12221 2008-01-10 06:10:50 +00:00
urs_hunkler
52ea8aa026 Merged from 1.9 and checked :: MDL-12221 :: I added changes to weblib and the forum and glossary view pages, the custom_corners and standard theme to get those pages working.
In the view pages I changed the container function call to a simple "echo 'div ...'" to avoid the custom_corners container overhead and page oddity.

In weblib I added "clearfix" handling to the function "print_box_start($classes ...". "clearfix" is handed over to the containing divs. This is a hack, but I didn't know how to handle it without rewriting too much areas.
2008-01-09 15:52:08 +00:00
urs_hunkler
67a6e17071 merged from 1.9 :: MDL-12221 :: Some enhancements to handle the changed boxes - work in progress. 2007-12-13 20:25:24 +00:00
skodak
9f7f1a74a0 MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +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
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
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
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
stronk7
fe1d2ce09d Now the "content" rounded corners are "ID-entificable". Needed to
calculate some heights in the IMS resource type. Note it's only
the "content" id. All the rest of rounded boxes haven't IDs at all.
2007-09-03 19:36:46 +00:00
nicolasconnault
54c0f82b1d MDL-10970 Reverted changes 2007-08-24 12:45:16 +00:00
nicolasconnault
364fffda3b MDL-10723 Removed all uses of print_navigation() throughout moodle, the function call is now entirely deprecated. 2007-08-24 04:22:30 +00:00
urs_hunkler
f0e4a5ee4f Added check if $PAGE is set. Seams that $PAGE is not set on all pages. 2007-07-16 20:59:38 +00:00
nicolasconnault
bb384a8e29 MDL-10477 Mainly the percentage grade display type 2007-07-16 19:46:54 +00:00
urs_hunkler
05ef9fdd03 added clearfix true to clear the contetn in some modules/course forms 2007-05-10 10:46:42 +00:00
moodler
ad9757c53e DIsabling Chameleon for the general case 2007-05-10 07:16:33 +00:00
moodler
ed6770129f Just removing the debug stuff from the header 2007-05-10 05:37:52 +00:00
urs_hunkler
c07a4e05c1 added page my-index to exclude list because it uses layout-table 2007-05-09 15:33:05 +00:00
urs_hunkler
e82ea0a3d9 custom_corners theme added 2007-05-09 14:26:59 +00:00