moodler
aef47af493
Added RTE etc
2002-10-18 16:01:35 +00:00
moodler
291febf79c
Improved the documentation (it has some live feedback on the state
...
of the Richtext functionality)
2002-10-18 11:27:14 +00:00
moodler
18a322490d
Cleanup
2002-10-18 09:40:35 +00:00
moodler
cf094bd4b4
Better help with text formats
2002-10-18 09:38:58 +00:00
moodler
02a72a36f1
Improved the help page
2002-10-18 09:35:20 +00:00
moodler
2166bb5d7a
Language changes and help documentation additions to clearer explain richtext, html and moodle auto-format
2002-10-18 09:29:44 +00:00
moodler
d2e186ed71
Revised string for formattext to make more sense
2002-10-18 09:09:54 +00:00
moodler
3fe3851d57
OK, I've rationalised the text formatting now. Basically, both Moodle and
...
HTML text allow the same range of HTML tags (so it doesn't matter is you
switch from one to the other).
<IMG> and <A> are now ALLOWED in Moodle text. However, the clean_text
function now checks for and removes any embedded javascript triggers
to avoid cross-site scripting attacks that way.
clean_text() should be called on ANY text that comes in from students.
2002-10-18 09:09:19 +00:00
moodler
a0bac19d81
Whoops ... typo.
2002-10-18 09:00:09 +00:00
moodler
57243ffe02
Also set default language on new user created by external authentication
2002-10-18 08:52:33 +00:00
moodler
177e50ed98
New users created by admin also now default to site language
2002-10-18 08:48:44 +00:00
moodler
369622db97
Default language for users is now the same as the site language.
2002-10-18 08:46:12 +00:00
moodler
08beb3327b
Allow <IMG> tags in Moodle format text. Not having it can really mess
...
up smileys etc if the text has been edited at any stage using the
richtext editor.
I realise it's possible for students to really mess up forums display
etc if they wanted to include a huge picture ... I'm not sure if there
are any cross-site scripting attacks possible with images in there.
But there is also now the HTML format for most things, which is editable
using an ordinary form, so this problem is currently already exposed.
I think it's OK as long as can find a filter to strip all javascript
out of ANY format text in Moodle.
2002-10-18 06:05:56 +00:00
moodler
e757af1662
Fixed the setting of answers for true-false questions
2002-10-18 05:41:24 +00:00
moodler
f9ef3d77d1
Just some better formatting and info
2002-10-18 00:18:26 +00:00
moodler
11a3c89a8f
Made transparent
2002-10-17 23:49:02 +00:00
moodler
b0e999e646
Changes related to new module 'resource'
2002-10-17 15:32:52 +00:00
moodler
92674bf8bb
Changes due to new module 'resource'
2002-10-17 15:14:54 +00:00
moodler
3a5a667386
Changes due to new resource module
2002-10-17 15:10:59 +00:00
moodler
242ee0175f
Resulting from module name change
2002-10-17 15:07:22 +00:00
moodler
6c3e8758c6
Changed reading.php to resource.php
2002-10-17 15:03:20 +00:00
moodler
3d58a8b50b
Moved from reading module
2002-10-17 14:32:55 +00:00
moodler
4282d7dde2
Changed string neverread to neverseen
2002-10-17 14:28:12 +00:00
moodler
2a439ba7f6
***NOTE NOTE NOTE **********************************************************
...
THIS IS A BIG CHANGE!
I've renamed the "reading" module to "resource".
This meant changing quite a few references throughout Moodle.
The automatic upgrade process should work OK (it worked OK on my
development server) and there shouldn't be any problems.
BUT PLEASE PROCEED WITH CAUTION AND KEEP BACKUPS OF EVERYTHING
UNTIL I HAVE A FEW MORE TESTS! If you upgrade please let me know.
One thing that will break are any hard-coded links within forum messages.
What I will be doing to fix this on my apache server is to add this to
httpd.conf:
Redirect /mod/reading/ http://moodle.com/mod/resource/
Sorry about any inconvenience, but it's better this is done sooner than later.
2002-10-17 14:03:59 +00:00
moodler
e1ac42728d
Added a 'change password' button
2002-10-17 12:25:25 +00:00
moodler
269eed6448
Changed headers so that it works seamlessly when called from user page.
2002-10-17 12:21:55 +00:00
moodler
952489e16c
The grades page now supports downloading of grade data! :-)
2002-10-17 10:34:11 +00:00
moodler
417e6821bd
Removed some blank lines that were causing output
2002-10-17 10:33:13 +00:00
moodler
6e770b179c
Grr added transparency back again ...
2002-10-17 08:32:29 +00:00
moodler
da19305885
Re-adding to overcome CVS strangeness (and my own indecision!)
2002-10-17 08:30:41 +00:00
moodler
9809249838
Better grade reports
2002-10-17 08:28:18 +00:00
moodler
e34d323730
Some new strings
2002-10-17 07:58:50 +00:00
moodler
858deff0b4
Now includes maximum grades
2002-10-17 07:55:54 +00:00
moodler
d0ac6bc236
Added new grading functions to work with course/grades.php
2002-10-17 07:23:51 +00:00
moodler
3486b7bee5
Added a new grading tool for teachers to see all grades on one page.
...
Grades are collected from each module using the module_grades function in
each mod/*/lib.php.
2002-10-17 07:23:12 +00:00
moodler
19c4f55c43
Feedback fixes
2002-10-16 15:52:29 +00:00
moodler
5f652ac38e
Alt text on moodle logo
2002-10-16 15:48:22 +00:00
compuproggy
c5e900c8aa
*** empty log message ***
2002-10-16 10:42:35 +00:00
compuproggy
90892fd130
*** empty log message ***
2002-10-16 10:24:09 +00:00
moodler
a8a372ccf7
Various fixes and additions. It now does quiz feedback pretty well
...
(though it doesn't show correct answers yet).
2002-10-16 09:35:04 +00:00
compuproggy
735715779b
*** empty log message ***
2002-10-16 09:31:14 +00:00
compuproggy
d6aa0e227e
*** empty log message ***
2002-10-16 08:48:11 +00:00
moodler
18de986eb1
Actually, let's include journals that have no feedback yet as well.
2002-10-16 07:18:07 +00:00
moodler
8bff8ad835
When a teacher is giving feedback, entries that have been modified since
...
the last time a teacher has given feedback are highlighted.
2002-10-16 07:15:36 +00:00
moodler
b425749fc3
Teacher can now use the richtext editor to edit the assignment text
2002-10-16 05:31:56 +00:00
moodler
7ce20f09cb
Changes related to module editing buttons
2002-10-16 04:53:44 +00:00
moodler
df2898fe3b
Don't show htmleditor preference if it's disabled by admin
2002-10-16 04:52:57 +00:00
moodler
09aebc9468
Cleaned up some buttons ...
2002-10-16 04:51:55 +00:00
moodler
92a3c884f5
Small bugfixes ... (yawn)
2002-10-15 17:32:50 +00:00
moodler
7520988bb3
Fixes for grades
2002-10-15 17:13:11 +00:00