1143 Commits

Author SHA1 Message Date
moodler
60f49825a5 New and fixed strings 2002-10-20 10:12:36 +00:00
moodler
16c0beb00b Strip slashes from print_simple_box (just in case) 2002-10-20 10:12:12 +00:00
moodler
4b9b2f0fe4 Fixed display of "done" assignments 2002-10-20 05:35:48 +00:00
moodler
8db3eaddb2 Now shows correct answers, plus some small bug fixes 2002-10-20 05:35:25 +00:00
moodler
c1d5710174 Cleaned up format a little, plus added better error checking of server
variables so that at least people will get feedback if they are missing
2002-10-19 04:58:14 +00:00
compuproggy
9b21d119c0 *** empty log message *** 2002-10-18 19:19:35 +00:00
compuproggy
7b1593f040 *** empty log message *** 2002-10-18 17:20:10 +00:00
moodler
7e67441553 Added stuff about the text editing 2002-10-18 17:17:32 +00:00
moodler
0be05df068 Find URLs at the beginning of lines ... 2002-10-18 17:05:17 +00:00
moodler
958aafe2b4 Quiz attempts are now timed. This is done by starting the quiz_attempts
record upon showing the quiz, and completing it upon submit.

Two new fields in quiz_attempts... should be upgrade friendly.
(Old attempts will show up as being of duration zero)


Also some small fixes here and there.
2002-10-18 16:05:21 +00:00
moodler
9f7fd360dd Some tidy ups 2002-10-18 16:02:12 +00:00
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