moodler
d86cdde20b
A bit of info
2002-10-12 04:13:39 +00:00
moodler
0c074a4f2e
No longer needed ... replaced by "angry.gif" ...
2002-10-12 04:12:26 +00:00
moodler
2ec69fce6a
Added a function useful for debugging Javascript problems
2002-10-12 04:09:51 +00:00
moodler
1581d9b1d8
Swapped clown icon for surprise in the layout ... looks better that way
2002-10-12 04:06:26 +00:00
moodler
696f751f7a
Swapped clown for surprise - looks better that way
2002-10-12 04:04:59 +00:00
moodler
c828070ac9
Deleted these icons because I'm not using them. The editor now uses
...
the standard Moodle icons instead.
2002-10-12 04:03:23 +00:00
moodler
cd68ebfaef
This page now uses the Moodle standard icons for consistency
2002-10-12 03:55:50 +00:00
moodler
84f98bc8a9
Removed references to btnPost because I don't use it
2002-10-12 03:54:56 +00:00
moodler
c9dda99059
Modified text_to_html to use the new smilies, which for efficiency are
...
now defined in a global array, and use str_replace instead of ereg ...
2002-10-12 03:53:40 +00:00
moodler
d2aad0a838
Modified this help file to describe the new smilies
2002-10-12 03:51:29 +00:00
moodler
c0f4f066c2
Modified all smilies and added some new ones.
2002-10-12 03:50:45 +00:00
moodler
113bb2a26b
Better placing of standard links etc when there are lots of images and
...
other funny formatting in HTML posts
2002-10-11 05:20:23 +00:00
moodler
a9ff3d4cdf
New strings to do with language direction
2002-10-11 02:32:05 +00:00
moodler
541117b6cb
Changes to support choice of language direction (so that languages
...
like Arabic, Hebrew etc will work)
2002-10-11 02:31:37 +00:00
moodler
4b9318947c
Added a new string to make it very clear how to upload assignments
2002-10-11 01:58:24 +00:00
moodler
213e8cc67d
Better default options, and hiding of moodle-text help when htmlediting is operational
2002-10-10 09:27:49 +00:00
moodler
c4a4cae062
Added another translator for Finnish
2002-10-10 07:29:44 +00:00
moodler
da061bb457
Added option to choose HTML editor
2002-10-10 07:29:09 +00:00
moodler
73bb08357c
Initial attempt at adding html text editor features to these forms.
2002-10-10 07:27:57 +00:00
moodler
d2fce839b6
Updated the version (database table addition user->htmleditor)
2002-10-10 07:27:07 +00:00
moodler
0095d5cd3c
Additions to cope with richtext editor being used in some forms.
2002-10-10 07:26:10 +00:00
moodler
fa7d70c8c1
Added new strings
2002-10-10 07:24:59 +00:00
moodler
de909d238d
Adding a beta version of Rich Text Editor, for embedding into Moodle
...
forms (forums, readings, journals etc). Works only on IE 5.5 and later.
Slightly customised for a slimmer toolbar.
2002-10-10 07:21:32 +00:00
moodler
bc0750aaae
Arg .. so much for quick hacks ... this code is so messy it's
...
a hassle to hack ... going back to the way it was originally, with
just a more informative error message instead.
2002-10-09 14:20:24 +00:00
moodler
0bdce31166
Changes to avoid cryptic errors
2002-10-09 14:08:33 +00:00
paca70
b54cd88f34
More corrections, documentation is coming.
2002-10-08 15:51:27 +00:00
moodler
b1f2587a65
Latest changes for Italian version, by Davide Suraci
2002-10-08 02:09:43 +00:00
paca70
80f4bff33e
Initial version
2002-10-07 17:17:33 +00:00
paca70
2cfd9e4dc9
Some corrections
2002-10-06 18:41:38 +00:00
paca70
66ea86f3b8
Initial version
2002-10-06 18:24:14 +00:00
moodler
f3632647e7
Empty file
2002-10-06 17:31:46 +00:00
moodler
8e7ad7283b
New words
2002-10-06 17:20:54 +00:00
moodler
f8e4809a03
New function print_file_picture for printing a picture from the
...
files area, or optionally from a URL
2002-10-06 17:20:32 +00:00
moodler
14d8c0b409
Further work done. It currently can print the quiz form (including images!)
...
but can't mark them yet. I've been constructing quizzes manually in the
database and it's helping to refine the database structure. Don't count
on anything stable in the quiz module for a few days yet ...
2002-10-06 17:06:54 +00:00
moodler
55c0c75c03
A start on the page that actually prints the questions and stores the answers
2002-10-06 03:24:56 +00:00
moodler
36658798dc
More or less working now
2002-10-06 03:23:34 +00:00
moodler
3a506ca299
Added some more functions
2002-10-06 03:23:16 +00:00
moodler
765814def3
Changed includes of module libraries to use full pathnames constructed
...
from $CFG->dirroot, rather than relative. This is because the relative
path could sometime be a different case to the full path (on Windows)
causing include_once not to work.
2002-10-06 03:05:22 +00:00
moodler
f01826ee39
Moved module upgrading functions out into database-specific files
2002-10-05 17:21:39 +00:00
moodler
c0d6bcc508
Moved upgrade functions into db/mysql.sql
2002-10-05 17:20:24 +00:00
moodler
31f0900c61
Moved upgrade_moodle functions out to database-specific files, because
...
the SQL is not compatible (nor is it possible to make it so).
2002-10-05 17:09:31 +00:00
moodler
e858f9da96
create_new_user() can now import other fields from an external source
...
if the function for it has been defined. (Petri's code with additions by me)
2002-10-05 16:49:42 +00:00
paca70
2a86e7a1a5
More corrections
2002-10-04 13:07:16 +00:00
moodler
730fd187c8
Skeleton version of the quiz module. It won't break an installation,
...
but it doesn't do anything yet.
2002-10-04 02:59:05 +00:00
moodler
518d37151d
Use main version of "maximum grade" string
2002-10-04 02:55:27 +00:00
moodler
b2a82ad65c
Make names into a list
2002-10-04 02:54:53 +00:00
paca70
7d3e684292
and some more....
2002-10-03 17:10:50 +00:00
paca70
75ebf527c9
Some fixs more.
2002-10-03 17:04:15 +00:00
paca70
a08db54a84
Translated new strings and fixed some old ones.
2002-10-03 16:54:58 +00:00
paca70
68605943ae
Corrected some comments.
2002-10-03 15:55:45 +00:00