10953 Commits

Author SHA1 Message Date
koenr
6c1d90ce82 missing string for cron 2005-01-26 14:48:17 +00:00
koenr
8600514bc8 moving towards XHTML compliance 2005-01-26 14:47:26 +00:00
koenr
d55e0b57a0 fixed $a->lastname (see http://moodle.org/mod/forum/discuss.php?d=1309): shouldn't be there 2005-01-26 14:29:08 +00:00
moodler
c646b18032 Fixed inline comments (I had tried a couple of schemes). 2005-01-26 14:18:36 +00:00
moodler
a3f293d2c8 Updated to use the new standardsheets variable 2005-01-26 14:17:28 +00:00
moodler
f21330e3a0 Better handles an empty array. 2005-01-26 14:16:15 +00:00
moodler
b3f748f655 There is a new configuration variable called
$THEME->standardsheets

that a theme can use to control how much of the
standard theme is included before the actual current
theme sheets.

When true, use all subsheets from "standard"

When not existent, use all subsheets from "standard" (this is to help old
themes work better out of the box)

When false, don't use standard at all

When an array of filenames, only use those (in that order).
2005-01-26 14:14:16 +00:00
koenr
7e30a66653 changed boodschap to bericht: shorter and more neutral 2005-01-26 11:34:38 +00:00
thepurpleblob
201d8027f8 Added bit for Learnwise import format. 2005-01-26 10:47:54 +00:00
urs_hunkler
05cb95413a I've deleted this folder because all work will be done ind the standard theme from now on. 2005-01-26 10:46:45 +00:00
thepurpleblob
183dfda0f2 Added Learnwise import format string 2005-01-26 10:41:43 +00:00
thepurpleblob
7452a56110 HTML Entities are now 'reversed' on import. 2005-01-26 10:37:16 +00:00
thepurpleblob
8f0876a98b Added example file of the learnwise import format 2005-01-26 10:36:31 +00:00
urs_hunkler
c794d0a9bb removed loading of "styles.php" within the header, because it is in the meantime loaded by print_header. 2005-01-26 09:44:59 +00:00
urs_hunkler
af7a638618 added CSS property to define the distance between the sideblocks, because I've deleted the hard coded distance (<br />) in weblib.php. 2005-01-26 09:17:24 +00:00
urs_hunkler
3a3b5a4b0c added loading "styles.php" 2005-01-26 09:15:16 +00:00
martignoni
45664c797f Update (part 2) 2005-01-26 07:53:45 +00:00
defacer
cae0f35bd1 Added a few styles for the quiz_results block. 2005-01-26 04:27:48 +00:00
dhawes
bb3e2d74bf final step in eliminating the type field recently removed from rss database 2005-01-26 03:31:34 +00:00
dhawes
87178d67fe removed references to 'type' field which was removed from rss table when latest version of magpie was adopted 2005-01-26 00:41:49 +00:00
dhawes
1eb099be3d changed an echo to a print, silly but I prefer print in php files and echo for debug and embedded html :) 2005-01-26 00:40:03 +00:00
dhawes
74d669f14e removed type field and added placeholder preferredtitle field 2005-01-26 00:38:01 +00:00
michaelpenne
07fe38c02b added function lesson_clean_data_submitted(), this cleans the object made from data_submitted() function (forgot comments before) 2005-01-26 00:30:46 +00:00
defacer
95ceba88f2 Initial checkin of language for the quiz_results block. 2005-01-26 00:29:42 +00:00
michaelpenne
57bfe93dca added function lesson_clean_data_submitted(), this cleans the object made from data_submitted() function 2005-01-26 00:25:20 +00:00
michaelpenne
eb65aeb7fd security updates: parameter cleaning 2005-01-26 00:22:51 +00:00
defacer
98ad7484c8 First commit of the requested quiz_results block. 2005-01-25 23:49:36 +00:00
koenr
997a3a41fc moving towards XHTML compliance 2005-01-25 23:30:24 +00:00
koenr
0c7539fd3a moving towards XHTML compliance 2005-01-25 22:27:59 +00:00
mits
3404111c2a new help file translated. 2005-01-25 21:22:27 +00:00
thepurpleblob
1680925333 Adding Learnwise import - created by Alton College, Hampshire UK
Still to do testing etc.
2005-01-25 20:18:05 +00:00
koenr
7e11e3225d moving towards XHTML compliance missed nowrap="nowrap" 2005-01-25 20:05:18 +00:00
koenr
e100047c9c moving towards XHTML compliance - missed nowrap="nowrap" 2005-01-25 19:39:34 +00:00
defacer
6385200609 Weren't these two mistakenly switched? Compare the results from
/index.php and /course/view.php to see what I mean.
2005-01-25 19:23:05 +00:00
defacer
6bc5558ce6 Adding some extra debug output when a specific error() occurs to help track
down a problem which has been reported in the forums (it is NOT a bug though).

THIS SHOULD BE REMOVED BEFORE 1.5 IS RELEASED!
2005-01-25 19:13:09 +00:00
moodler
538a22102b Removed some THEME stuff 2005-01-25 17:39:55 +00:00
moodler
4a2c4132d5 Removed some $THEME stuff 2005-01-25 17:16:34 +00:00
moodler
0bd31300d1 Fixed a small bug in the body tag 2005-01-25 17:13:48 +00:00
moodler
3c02d134da Removed $THEME from admin pages 2005-01-25 17:08:05 +00:00
moodler
1a0de2238b Standard sitetopic is white 2005-01-25 16:37:43 +00:00
mits
3fb86bca4c new help file translated. 2005-01-25 16:17:28 +00:00
dhawes
a75758cda4 Fixed some improperly escaped double quotes within literal strings 2005-01-25 16:12:01 +00:00
moodler
bc59b0b9f2 Removed stylesheet link, and renamed containerContent to content 2005-01-25 16:09:46 +00:00
martignoni
965358a4fb Update (partial, part 1) 2005-01-25 16:06:45 +00:00
urs_hunkler
ee4dc51eec changed the name of the special course div to "course-contend" 2005-01-25 15:54:00 +00:00
moodler
e89fb61ec5 Always include the standard style sheet in print_header!
Great idea, Shane!
2005-01-25 15:53:13 +00:00
urs_hunkler
ccb2643a39 some corrections for the wiki and the admin pages concerning the new framework. 2005-01-25 15:48:16 +00:00
martignoni
773b51a1d5 It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz'); 2005-01-25 15:28:09 +00:00
martignoni
dfbe8766f9 Initial checkin for new meta courses feature. Please test!
See http://moodle.org/mod/forum/discuss.php?d=17269 for description.
2005-01-25 15:24:57 +00:00
urs_hunkler
29db66d23d Deleted style="text-align: center;" in the surounding DIV 2005-01-25 15:24:11 +00:00