dlnsk
2c10ff480c
Added dscription of module
2005-02-11 10:50:14 +00:00
dlnsk
02a2707485
Some modifications of translation
2005-02-11 10:48:03 +00:00
martignoni
7f786b6303
Corrected the erroneous translation of 'configautologinguests'. Thanks to Arnaud Saint-Georges!
2005-02-11 09:45:59 +00:00
defacer
d232b8c701
Updating the guide and some comments to be up to date with the latest
...
and greatest inner workings. sigh.
2005-02-11 06:30:50 +00:00
defacer
9ecf051d4c
Styles and markup improvements.
2005-02-11 05:27:19 +00:00
defacer
edbe6c1b69
More styles and markup cleanup. The basic calendar screens should now be
...
pleasantly viewable in any browser (I 'm testing FF and IE).
Some things still don't satisfy me and some parts haven't been done yet.
But at least it doesn't look broken in IE anymore.
2005-02-11 03:54:33 +00:00
defacer
2ad2cbc302
Fixing more calendar styles (and some other details that caught my eye).
...
A personal note of thanks to that shitty excuse of a browser, IE, for
making my life a nightmare. And that's on XP SP2.
2005-02-11 03:08:30 +00:00
moodler
197becb829
Enrolment period -> Enrolment duration ... same thing but clearer to teachers maybe
2005-02-11 02:22:44 +00:00
stronk7
6a8fb7d0c6
Some little adds.
2005-02-10 23:46:07 +00:00
fiedorow
d7e3f044c1
various improvements: better debugging, image positioning, XHTML validation
2005-02-10 22:19:08 +00:00
fiedorow
f352814af5
various improvements: updated mimetex, image positioning, XHTML validation
2005-02-10 22:17:13 +00:00
skodak
2debdf0476
FF issue seems to be solved by explicit call to document.close()
2005-02-10 19:25:42 +00:00
skodak
a32c7772c6
fixed deleting of old users when using chatd, other minor fixes, reverting of changes in chatmsg - found some weird problems in FF
2005-02-10 19:14:53 +00:00
defacer
5bbbe0be91
Changing the matching function that decides if a block is applicable for
...
display in a page. Previously it returned the FIRST match; now it returns
the BEST match.
This allows things like
array('all' => true, 'mod' => false, 'mod-quiz' => true)
to work correctly regardless of the order the array elements appear in.
Also, encapsulated the check into a function (it has definitely become
non-trivial).
2005-02-10 18:43:18 +00:00
moodler
89f688b6c6
Removed some THEME
2005-02-10 18:22:31 +00:00
defacer
09fe365237
Fix for bug 2525:
...
Since the page type constants have migrated to local pagelibs, lose them.
2005-02-10 17:32:29 +00:00
moodler
28888608eb
DOn't automatically unenrol students from courses with an unlimited
...
enrolment period, EVEN if the student has a use-by date.
2005-02-10 17:22:28 +00:00
moodler
be468aca7e
Remove old image
2005-02-10 16:03:27 +00:00
moodler
4fb00c2213
Renamed header gif, and extended the size to fit on my monitor :-)
2005-02-10 16:02:48 +00:00
moodler
c2145e7845
Use a convert_high_ascii() function to make filenames friendlier.
2005-02-10 13:26:41 +00:00
koenr
ee97fbe5a7
xhtml compliance
...
removing the valign
replacing alt with alt=""
closing img-tag
2005-02-10 11:30:10 +00:00
koenr
64d79d168d
extended guidelines for xml-compliance
2005-02-10 11:18:32 +00:00
martignoni
422b303779
XHTML compliant
2005-02-10 10:44:24 +00:00
moodler
f1c1d2f166
Removing the THEME variable and adding in classes where appropriate
2005-02-10 10:41:22 +00:00
moodler
a59a00b79b
More styles added as the THEME variable is removed from modules
2005-02-10 10:40:00 +00:00
moodler
32e2b30209
This more or less completes the PHP side of the 1.5 themes
...
Added $user->theme and $course->theme choices, controlled by admin
variables on the main config variables page.
By default this is all turned off, since multiple themes can be
a little disorienting.
A hidden feature is session themes ... you can change the theme
on any page by passing theme=xxxx as a parameter. By default this
requires sesskey (so that people don't change theme on each other),
but this security can be switched off using a hidden variable
$CFG->allowthemechangeonurl = true; Good for quick tests.
2005-02-10 10:28:27 +00:00
moodler
730967f2e7
Better checks for existing files
2005-02-10 09:15:20 +00:00
koenr
73cffa5416
xhtml compliance
...
removing the valign
replacing alt with alt=""
closing img-tag
various other things I missed
2005-02-10 08:35:53 +00:00
koenr
0545f923bb
xhtml compliance
...
removing the valign
replacing alt with alt=""
closing img-tag
2005-02-10 08:23:46 +00:00
mjollnir_
303d0af144
In email processing, change sitesecret (non existant) to (already used) siteidentifier
2005-02-10 07:53:52 +00:00
moodler
915602ea79
Adding theme fields for courses, users and groups
2005-02-10 07:46:20 +00:00
moodler
16fd89aa23
POintless README
2005-02-10 07:37:33 +00:00
moodler
527a293769
Removed unused files. Someday maybe we'll try XML schema again, maybe Moodle 2.0
2005-02-10 07:36:46 +00:00
moodler
1ac2128075
No message popups during secure quizzes
2005-02-10 05:13:05 +00:00
moodler
e5b02a0878
Fixed a notice
2005-02-10 05:12:27 +00:00
moodler
1695b68032
New feature: maintenance mode.
...
Admin can put a site on hold during an upgrade or theme changing etc
Controlled by a file in dataroot, so it can also be controlled via command line:
touch moodledata/1/maintenance.html
rm moodledata/1/maintenance.html
2005-02-10 05:11:34 +00:00
defacer
4f0d565da6
Bringing Quiz in line with Martin's "make Chat into a showcase for pages" idea.
2005-02-10 01:59:11 +00:00
defacer
29ba5158ad
Introducing instance ids as id attributes in blocks. This should completely
...
solve the problem where two instances of the same block did confusing things
when you tried to collapse one of them.
Incidentally, moving some styles for quiz_results block to where they belong.
2005-02-10 00:50:08 +00:00
defacer
7d50b363b5
Reworking of all calendar styles to address bug 2524.
...
**********************************************************************
* THIS IS NOT COMPLETED YET AND IN FACT IT'S QUITE BROKEN RIGHT NOW! *
**********************************************************************
My head is spinning and that's enough layout madness for one day.
2005-02-10 00:42:41 +00:00
stronk7
7c2f5523b3
Latest modifications added
2005-02-10 00:09:29 +00:00
koenr
63dc8ab940
xhtml compliance
2005-02-09 23:20:55 +00:00
koenr
255dcb52aa
more guidance: trying to prevent frequent errors
2005-02-09 23:13:54 +00:00
koenr
6cf0d79bca
More guidance: trying to prevent frequent errors
2005-02-09 23:12:49 +00:00
anvergara
6f79803000
Updated!
2005-02-09 22:45:38 +00:00
michaelpenne
f7ffb898fa
array/object initialization
2005-02-09 22:36:24 +00:00
michaelpenne
078ab023be
array/object initialization and made essay question type work with unanswered lesson flow
2005-02-09 22:34:14 +00:00
michaelpenne
d72b5b56dc
I think just array/object initialization
2005-02-09 22:31:36 +00:00
michaelpenne
0f4be3f608
initialized arrays and objects, fixed a few bugs
2005-02-09 22:29:29 +00:00
martignoni
437fa2a748
Towards XHTML compliance
2005-02-09 22:15:10 +00:00
koenr
9fb96edd4d
trying to be more clear for new languages
2005-02-09 21:39:14 +00:00