1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-03 15:29:08 +01:00

7735 Commits

Author SHA1 Message Date
moodler
c64a8fe4ac Latest updates from Paula 2004-06-22 14:43:42 +00:00
thepurpleblob
59b264962d Help file for exporting quiz categories. 2004-06-22 12:54:14 +00:00
thepurpleblob
9e4e189f09 Added additional strings for quiz export 2004-06-22 12:50:34 +00:00
thepurpleblob
105d34db95 Editing and adding question controls are now disabled where the user does
not have editing rights. Applies to published categories.
2004-06-22 11:02:37 +00:00
gustav_delius
7636b1194d don't replace smilies in plain text format 2004-06-22 07:38:05 +00:00
rkingdon
6219cb1f07 Lists of names now use case insensitive sort (natcasesort);
Remove email flag setting from follow-up entry page, email is now a global option.
2004-06-21 17:12:41 +00:00
moodler
d4bfbe4d18 Commented out duplicates for now pending cut/paste discussion 2004-06-21 14:51:43 +00:00
moodler
a2fa19d87c Merged in latest changes from STABLE 2004-06-21 13:07:44 +00:00
moodler
19ebd1557a Minor formatting of timelimit stuff 2004-06-21 12:36:13 +00:00
moodler
ea41a457ec Updated docs on time limits 2004-06-21 12:20:30 +00:00
bobopinna
03f3b3b59c Added support to the popup window feature 2004-06-21 11:45:33 +00:00
bobopinna
d6efe30ac2 Added some new translations 2004-06-21 11:44:23 +00:00
bobopinna
76d3542313 Added popup window scorm player and its settings 2004-06-21 11:27:52 +00:00
minkowski
aea836221e update for moodle 1.3.1 2004-06-21 00:09:33 +00:00
koenr
2145fe22dc typo 2004-06-20 13:04:10 +00:00
julmis
68a7b97074 Fixes for quiztimer.
- Lets make cheating more complicated, more javascript based.
- Mark attempt to zero if time limit is exceeded over 60 seconds
2004-06-20 10:57:27 +00:00
moodler
49ce3d79b4 Fixed Korean encoding 2004-06-20 04:11:16 +00:00
moodler
a52682543b No locale possible :-( 2004-06-20 04:08:46 +00:00
moodler
738216be23 Hmm, locale problem with this encoding ... no locale for it 2004-06-20 04:03:22 +00:00
moodler
50e082b7ba Fixed locale 2004-06-20 03:55:53 +00:00
moodler
92da4f38ff FIxed default locale 2004-06-20 03:54:15 +00:00
moodler
8a33e3717d Based on code from Janne - this allows secure logins via https
$CFG->loginhttps

After logging in via https, Moodle returns to a normal http URL


More info:  http://moodle.org/mod/forum/discuss.php?d=8555
2004-06-19 16:13:28 +00:00
martignoni
355089c17c Better translation of subscribe/unsubscribe process 2004-06-19 08:38:19 +00:00
martignoni
aea7c07bb9 Small change for search string 2004-06-19 08:12:34 +00:00
martignoni
3d055c7810 Spaces removed 2004-06-19 07:40:54 +00:00
martignoni
98cd30c244 Some typos corrected 2004-06-19 07:15:49 +00:00
rkingdon
9af2f862cf Change to the mail option, now a global option. 2004-06-18 19:01:44 +00:00
rkingdon
b506fd43e7 Document change to mail option in Dialogue module 2004-06-18 18:13:06 +00:00
rkingdon
bfe7932f0d Split lib.php into lib.php and locallib.php 2004-06-18 15:38:21 +00:00
rkingdon
3f06c90dda Moved back a few functions from locallib.php to lib.php 2004-06-18 14:23:19 +00:00
rkingdon
de7200645a Moved a couple of functions back to lib.php from locallib.php 2004-06-18 14:18:02 +00:00
rkingdon
c8c6d4e0dc Split lib.php into lib.php and locallib.php;
Minor change: admin listings now in Surname order
2004-06-18 13:55:10 +00:00
thepurpleblob
0e852e2a43 Category dropdown now displays publishing course name + only courses for which the
user has editing rights are displayed
2004-06-18 13:39:07 +00:00
thepurpleblob
212a1906d7 Added isset() to prevent uninitialized field causing notification.
Category dropdown now displays publishing course name + only courses for which the
user has editing rights are displayed
2004-06-18 13:18:13 +00:00
thepurpleblob
d8933d4a6d Added isset() to prevent an uninitialized field causing notification.
Category dropdown now displays publishing course + only categories for which the
user has editing rights are displayed.
2004-06-18 13:14:13 +00:00
thepurpleblob
588ecf461a Added isset() to check for uninitialised field causing notifications.
Category dropdown now displays publishing course + only categories for which
the user has editing rights are displayed.
2004-06-18 13:10:18 +00:00
thepurpleblob
c4a5033db2 Category dropdown now shows publishing course + only those categories for
which the user has editing rights are displayed
2004-06-18 13:07:20 +00:00
thepurpleblob
fe6dd029a5 Category dropdown now shows publishing course. Only those categores that the user
has permission to edit are displayed
2004-06-18 13:03:11 +00:00
thepurpleblob
6c9b8063cf Now only allows user to select categories that they can really edit. 2004-06-18 12:59:48 +00:00
thepurpleblob
2ceec2d6be Added functions to only display categories that the user is actually
allowed to edit. Used in question edit screens
2004-06-18 12:59:06 +00:00
defacer
33bee34c0b Fix for bug :
Now the test for block constructors works under PHP 5.
2004-06-18 12:25:27 +00:00
rkingdon
dbda4a92ad Split lib.php into locallib.php and lib.php;
Fixed bug # 1435;
Possibly fixed bug 
2004-06-18 09:24:20 +00:00
thepurpleblob
c2df1c2ec2 changed define to string assignment to prevent multiple defines notification
in true false questions added initialisation of both true and false feedback
  to kill notification in lib.php when question is stored
2004-06-18 08:41:16 +00:00
adamtpaw
1be0eb6a2b Few new files and corrections
----------------------------------
2004-06-17 20:17:35 +00:00
thepurpleblob
ff3cb169af fixed bug where select box for category is shown but changing it doesn't do anything
category selected in previous edit screen now used, and *fixed* category displayed.
Course shortname has been added to category where category is published
2004-06-17 17:31:12 +00:00
thepurpleblob
adc8ba57b2 Added function to return category name with course shortname apended
Added functions to read a complete quiz category structure into object
    for development of export functionality - working but partial question
    types at the moment.
2004-06-17 17:29:07 +00:00
thepurpleblob
5ab5d67ddf Fixed failure to check for uninitialized Formatting field
which caused a notifcation in debug mode
2004-06-17 16:47:50 +00:00
thepurpleblob
e5a30e6a1a $answers is innitialized to defined QUIZ_MAX_NUMBER_ANSWERS.
Was wrongly left fixed at 6
2004-06-17 16:44:47 +00:00
thepurpleblob
c040a9a2ff New file for exporting quizzes 2004-06-17 16:18:21 +00:00
c_schmitz
b6a6becb75 *Korrektur lesen, vergleichen mit dem englischen Original und letzte Teile �bersetzen.Fertig. 2004-06-17 11:23:48 +00:00