12 Commits

Author SHA1 Message Date
urs_hunkler
eb628ba2f8 resizable icons 2006-04-10 17:48:46 +00:00
urs_hunkler
5990290185 ~chameleon.php contains all code neccessary to add the Chameleon engine to any theme. 2006-04-10 17:40:28 +00:00
urs_hunkler
186142b0c5 config.php header.html styles_layout.css user_styles.css:
_ changes in to make Chameloen work as a sessiontheme
_ changes to make it easier to implement the Chameleon engine into existing themes
2006-04-10 17:38:23 +00:00
moodler
08777eaf25 Set the last modified time of the style sheet to the current time 2006-04-07 15:07:52 +00:00
moodler
6bf277d7c5 Fixing a typo: http://moodle.org/mod/forum/discuss.php?d=41814#199162 2006-04-07 15:03:51 +00:00
urs_hunkler
eb9ca068c5 added check for function page_doc_link() to avoid the not found error in Moodle 1.5 2006-03-05 08:28:39 +00:00
vyshane
850435e777 Made footer.html use get_string when displaying the moodle docs link. 2006-03-02 02:25:55 +00:00
vyshane
63339fc88c Added moodle docs link to footer of the themes. The link is generated by the
page_doc_link function.
2006-03-01 07:49:53 +00:00
urs_hunkler
55a997d08a some missing icons added 2006-02-21 07:44:53 +00:00
urs_hunkler
5452c7255c Comments from Andy:
config.php contains a new option,  $THEME->chameleonteachereditenabled  by default this is false, preventing teachers from editing chameleon course themes.  css.php has been changed a little to make use of this new property, it now also checks $CFG->allowcoursethemes before letting a teacher edit anything.

There have been some bug fixes in the handling of border shorthands.

Some workarounds to avoid a pretty big IE bug - the addRule method in IE's version of DOM 2 CSS  (which I use to create the live preview of changes), can crash the browser if the selector being added contains certain characters. Now as chameleon generates the preview it checks the selectors against a list of allowed characters - if the selector contains any character not on the list it will be ignored.

I don't think I'm quite there yet, but I made a bit of a change in some of the event handling code which means support for IE 5.5 seems to be getting closer :-)
2006-02-21 07:29:34 +00:00
gustav_delius
eaa5a1c0c8 Added missing icon (used by quiz editing page) 2006-02-11 14:07:54 +00:00
moodler
b1cdbbf9c6 New Chameleon theme from
Urs Hunkler - http://www.unodo.de
    Andrew Walker - http://www.altoncollege.ac.uk
2006-01-31 06:05:33 +00:00