11349 Commits

Author SHA1 Message Date
koenr
9fb96edd4d trying to be more clear for new languages 2005-02-09 21:39:14 +00:00
martignoni
12d3186f60 Modification for XHTML compliance 2005-02-09 21:39:12 +00:00
defacer
002ef48a50 Removing inline styles, adding a class. 2005-02-09 20:13:56 +00:00
defacer
9cbf12c076 Improving some style details etc.
WARNING: I have added border-spacing: 0px and border-collapse: collapse
to all TABLEs. This will change the visual result, but it's better to have
it in the CSS and override it when needed, rather than adding all those
cellpadding="0" cellspacing="0" to each table.
2005-02-09 19:56:16 +00:00
defacer
01315a50c7 Fixing a typo. 2005-02-09 19:52:33 +00:00
defacer
0e85e8f856 Extra . for cuteness :) 2005-02-09 19:51:21 +00:00
moodler
a9d5f810b2 Less $THEME, more white chocolate 2005-02-09 17:15:27 +00:00
moodler
6744033797 Removed CHAT further 2005-02-09 16:47:41 +00:00
moodler
37dfb27974 Moved chat PAGE stuff out of core as an example 2005-02-09 16:44:35 +00:00
moodler
4eac76f75a Prevent some notices from bad calls to print_side_block_end 2005-02-09 16:17:03 +00:00
defacer
5ccb85f048 Voila! Blocks support now in chats! 2005-02-09 15:47:22 +00:00
defacer
76d37688fc Fixing allowed formats. 2005-02-09 15:45:54 +00:00
defacer
de4505fef3 Removing bad slashes from HTML. 2005-02-09 15:42:05 +00:00
defacer
0ab589983e New class that models the behavior of a chat activity!
Isn't it so small and cute? ;-)
2005-02-09 15:39:07 +00:00
moodler
fafd89a0f1 Removed $THEMEs and stuff.
I'm a little worried about this spaghetti code ... it's a mess!
2005-02-09 15:36:29 +00:00
defacer
d1b7d61e74 Oops! Wrong optional_param() calls. 2005-02-09 15:31:47 +00:00
defacer
d7a2023d04 Bring the param checking to the modern standard. 2005-02-09 15:30:15 +00:00
defacer
023c4bb737 A new constant for chat pages. 2005-02-09 15:26:43 +00:00
defacer
b83eee7daa Putting all things that are common among activities into a new class
page_generic_activity. Then we can inherit almost all of the desired
behavior and just override a couple of functions to get going with page
support in a new activity.
2005-02-09 15:22:16 +00:00
moodler
a710d8c616 Improved feedback after an action (on redirect) and also put a
navigation check link up the top.
2005-02-09 15:21:56 +00:00
moodler
2c5d79d437 Added some new strings and de-capitalised most of the others. :-) 2005-02-09 15:20:59 +00:00
defacer
8ff1d30259 Let $PAGE print the header, as it should be, instead of doing it manually. 2005-02-09 15:08:51 +00:00
defacer
55815b288d Streamlining class page_quiz, fixing things, removing needless comments. 2005-02-09 15:05:14 +00:00
martignoni
6a698f7a4b Towards XHTML compatibility (once again !) 2005-02-09 14:59:24 +00:00
moodler
f8c883ce78 FIxed a notice 2005-02-09 14:45:19 +00:00
moodler
26ecdc5b93 Removed some variables from a copy/paste 2005-02-09 14:38:42 +00:00
urs_hunkler
fc67621b90 I commented the buttons for "XHTML, "CSS" and "Section 508" out, because I saw the theme "orangewhite" in action on a public site. In the moment Moodle will match the standars they should IMO be placed at the footer again. 2005-02-09 14:35:43 +00:00
moodler
2cef72d23a Shane's reorganised the configuration variables 2005-02-09 13:50:35 +00:00
moodler
3e060c5c69 Updated strings, moved from moodle.php 2005-02-09 13:49:49 +00:00
carlesbellver
6432503e6a *** empty log message *** 2005-02-09 13:48:50 +00:00
moodler
816acb46d3 Support course idnumber as a way to call courses
http://moodle.org/mod/forum/discuss.php?d=18442
2005-02-09 13:20:24 +00:00
fiedorow
e256e3ac78 highlight2 color for forum/search.php 2005-02-09 13:15:42 +00:00
moodler
9ca16fd456 Some cleaning up of configuration interfaces 2005-02-09 13:04:04 +00:00
moodler
f0fd3436be Some cleanups just to make these pages look acceptable 2005-02-09 12:55:34 +00:00
moodler
2d47c851f9 Better selection of themes, and screenshot support 2005-02-09 12:44:36 +00:00
djachenko
ba5318ef53 "" 2005-02-09 11:58:23 +00:00
martignoni
6453719c97 Towards XHTML compatibility 2005-02-09 11:03:44 +00:00
urs_hunkler
5bf2ef9feb added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". Changed the themes "styles_layout" for "standard" and "orangewhite" to use the "plus" and "minus" icons. 2005-02-09 09:00:13 +00:00
urs_hunkler
24a44be1e7 added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". 2005-02-09 08:58:57 +00:00
moodler
bfca00947a Improved styling of headings 2005-02-09 08:29:58 +00:00
moodler
2f71f2a2b0 Some new styles 2005-02-09 08:29:00 +00:00
moodler
6e86ae68d8 Added a comment about safe mode permissions 2005-02-09 05:20:01 +00:00
moodler
4b9efec45e Default directory permissions of 02777 (for safe mode) are causing
some problems for various people ... I'm putting it back to the default.
2005-02-09 05:19:05 +00:00
moodler
730d1e9611 Fixed bodgy call to config.php (http://moodle.org/mod/forum/discuss.php?d=18293) 2005-02-09 03:48:45 +00:00
moodler
9f7bf72393 Zap old file 2005-02-09 03:46:44 +00:00
moodler
19221c7e06 Removed old script 2005-02-09 03:45:17 +00:00
moodler
d73754ee84 Removed old file 2005-02-09 03:44:41 +00:00
defacer
d4f7a8152d Redoing the hide/show thingy for blocks purely through CSS.
Instance id's next time, Urs! ;-)
2005-02-09 01:23:06 +00:00
martignoni
37121d3ab5 moving to xhtml doctype 2005-02-08 22:23:11 +00:00
martignoni
80b51cc00d First cut of email to module (or core) processing. 2005-02-08 22:10:36 +00:00