1684 Commits

Author SHA1 Message Date
defacer
a402bdcbda Minor fix in forum digests: The digest sender's name was that of the last
poster in it. Now set to the site shortname.
2004-06-25 07:38:44 +00:00
rkingdon
db3e1a89f1 Fix the submission of null entries when using the HTML editor. 2004-06-24 17:11:51 +00:00
mchurch
e8f993326c Added a per-wiki option to allow disabling of automatic camel case linking.
If pages have been created using camel case, and this option is activated, those pages remain, but may not be linkable. If the option is disabled, they will be linked again.
2004-06-24 15:56:01 +00:00
mchurch
c4346f440c Removing non-production warning. This is no longer valid. 2004-06-24 13:27:14 +00:00
thepurpleblob
6ad1e0694d Corrected bug where selected category not displayed. 2004-06-24 09:44:14 +00:00
thepurpleblob
9f406c1dc2 Corrected bug where selected category not displayed 2004-06-24 09:36:53 +00:00
thepurpleblob
9441b800d4 Corrected bug where category not selected properly. 2004-06-24 09:35:37 +00:00
moodler
a4fbb0b2f1 Show links on group icons in forum posts 2004-06-23 15:31:50 +00:00
rkingdon
352ab98fa0 Dialogue entries now use the HTML editor. 2004-06-23 14:16:30 +00:00
thepurpleblob
9ad7ce6bca fixed correct category not selected 2004-06-23 09:42:27 +00:00
thepurpleblob
eea4477b95 Fixed mistake in category selection - now correctly shows selected category 2004-06-23 09:33:47 +00:00
julmis
684d865a49 Updates to quiztimer
- mark question result to zero if time limit is exceeded
2004-06-22 20:44:59 +00:00
rkingdon
f8f92c3c6f locallib.php added to index.php, it needs one of the functions. 2004-06-22 16:49:32 +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
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
19ebd1557a Minor formatting of timelimit stuff 2004-06-21 12:36:13 +00:00
bobopinna
76d3542313 Added popup window scorm player and its settings 2004-06-21 11:27:52 +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
rkingdon
9af2f862cf Change to the mail option, now a global option. 2004-06-18 19:01:44 +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
rkingdon
dbda4a92ad Split lib.php into locallib.php and lib.php;
Fixed bug # 1435;
Possibly fixed bug #1489
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
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
rkingdon
8193b23549 Fixed bug #1568. 2004-06-16 19:29:20 +00:00
rkingdon
6705518545 Addition of * wild card to Short Answers. 2004-06-16 17:18:08 +00:00
skaldrom
38a72c0936 Added new Headers from the Erfurtwiki-Project 2004-06-14 21:20:38 +00:00
skaldrom
56eb5690a2 Fixed more uninitialized variables (Bug #1557 - EWIKI_NAME already defined) 2004-06-14 20:56:03 +00:00
gustav_delius
77915f7aa7 Site option forcelogin is now respected by /mod/forum/search.php, fixing bug 1566 2004-06-14 20:02:50 +00:00
mchurch
c513f599e5 Added options to select or deselect administration flags for students. 2004-06-13 19:41:47 +00:00
skaldrom
e450fef546 Fixed Bug #1548 - Empty lines inserted when using HTML Editor 2004-06-11 22:40:18 +00:00
skaldrom
db0178a3be Warnings eliminated and made a fix for Bug #1557 - EWIKI_NAME already defined 2004-06-10 11:42:08 +00:00
bobopinna
415807c02d Added cmi.core.score.min/max support to API 2004-06-10 10:05:13 +00:00
gustav_delius
4a9df37352 made sure that ungraded modules would not show up in gradebook 2004-06-09 22:50:42 +00:00
moodler
a56d79cdc8 When sending assignment notifications, update "mailed" flag before trying
to mail them.  This helps prevent multiple mail problems if cron or
smtp has major problems.


http://moodle.org/mod/forum/discuss.php?d=8821
2004-06-09 07:05:16 +00:00
gustav_delius
5e607236f3 fixed problems with undefined $USER->id in recent activity block when no user logged in. 2004-06-08 21:23:26 +00:00