moodler
9e08cf6ed1
DOn't show intro on first page of single view
2006-04-15 06:02:21 +00:00
moodler
3f9672d37c
FIxes for bug 5197
2006-04-15 02:41:27 +00:00
skodak
354d3295d4
removed outdated xxx_param() functions
2006-04-14 15:57:59 +00:00
gbateson
498695122a
modified instructions for uploading to "lang" directory, to reflect the fact that the default Moodle 1.6 location for the "lang" directory is now within $CFG->dataroot
2006-04-14 07:34:59 +00:00
moodler
2ebc8a57bd
RSS feed based on modified date, not created date
2006-04-14 04:53:45 +00:00
mjollnir_
86e75a7b77
Disable gui for forum timed posts since we are not quite ready for it. All code is still there but hidden & controlled by a config var forum_enabletimedposts.
2006-04-14 04:51:43 +00:00
moodler
3d28412786
After discussion with Penny I think it's best to not include the forum
...
timed posts in 1.6 for now. It still needs some work and we are
running out of time.
2006-04-14 04:47:43 +00:00
gustav_delius
05803bf170
Removed settings tab, see bug 5189
2006-04-13 21:35:24 +00:00
moodler
8ad644551d
Merged fixes from stable
2006-04-13 12:05:37 +00:00
moodler
f852d652cf
FIx for bug 5188 - seach with no results -> dead end
2006-04-13 10:41:12 +00:00
moodler
499ed21564
FIxed a typo
2006-04-13 08:49:31 +00:00
moodler
99cc88d159
Added a new string idnumber course to allow more customisation bug 4337
2006-04-13 08:44:20 +00:00
vyshane
998cc5b645
Added default values for not nulls.
2006-04-13 03:19:00 +00:00
vyshane
d3fa8cfb9d
Added default values for not nulls
2006-04-13 03:16:41 +00:00
vyshane
5e3572ff0b
Added default values for not nulls.
2006-04-13 03:11:32 +00:00
moodler
de89899b1d
Was trying Eloy's suggestion here http://moodle.org/mod/forum/discuss.php?d=43041
...
but wasn't working for some reason ... checking in as commented to work on later.
The lkudge seems to be working pretty well for now.
2006-04-13 01:34:26 +00:00
gustav_delius
d6d29245e7
Now there is an option to see all attempts, even for users who have since unenrolled. That is necessary in order to be able to delete these attempts, see http://moodle.org/mod/forum/discuss.php?d=34421
2006-04-13 00:02:36 +00:00
gustav_delius
ffa6ed53e4
Fixed display of information about existing attempts.
2006-04-12 23:24:58 +00:00
gustav_delius
375ab4586f
use function from questionlib.php to delete attempt data
2006-04-12 22:57:01 +00:00
gustav_delius
78517b5a6b
Don't show users who have unenrolled.
...
Show display options also when current options lead to empty table.
2006-04-12 22:48:58 +00:00
danmarsden
22d56e8015
need to check vars aren't empty b4 using them! - another one!
2006-04-12 21:15:10 +00:00
moodler
fbec0acb3e
Strip tags from final RSS feed name
2006-04-12 08:58:20 +00:00
bobopinna
008bfd2795
Added utf8 conversion
2006-04-12 06:15:29 +00:00
bobopinna
9ff41f7ed0
Fixed navigation bar links for SCORM course format
2006-04-12 06:13:29 +00:00
bobopinna
df88f4ea9d
Fixed navigation bar link for SCORM course format
2006-04-12 06:12:16 +00:00
bobopinna
82c3173ea5
Fixed a typo
2006-04-12 06:08:48 +00:00
bobopinna
d74b87919f
Fixed empty tags check
2006-04-12 06:05:25 +00:00
bobopinna
586de5a08a
Fixed default stage size
2006-04-12 06:04:15 +00:00
bobopinna
5046492815
Added multi attempt support
2006-04-12 06:03:46 +00:00
bobopinna
a91433f9ec
Added debug messages
2006-04-12 06:02:08 +00:00
gustav_delius
2e8973e779
Teachers now can preview timelimited quizzes even after the closing date
2006-04-11 21:49:43 +00:00
stronk7
1b1858d260
htmlentities() to s()
2006-04-11 16:09:52 +00:00
bobopinna
5fe1f8afb4
Added support to multi attempts
2006-04-11 13:51:10 +00:00
moodler
bc739a0104
Don't save empty comments
2006-04-11 13:10:30 +00:00
moodler
edaa546ad5
Don't clean final HTML template output, the input should be sanitised.
2006-04-11 13:00:13 +00:00
moodler
702424ae72
Fix language strings (records -> Entries)
2006-04-11 12:37:29 +00:00
moodler
7ebb0d488f
Guests should not see comment boxes
2006-04-11 12:32:23 +00:00
moodler
198c27b376
Submit button was causing bug 4986
2006-04-11 12:29:19 +00:00
mjollnir_
03c9562b40
Moving attachments attached to forum posts when moving threads between forums was broken when dataroot is over an nfs mount (important for clustering!)... this fixes it but please can somebody test this on windows
2006-04-11 05:19:56 +00:00
mark-nielsen
804d664acf
[BugFix] Bug #5072 : user name now links to user profile, Attempts column changed to Completed On, new column with link Grade to grade all attempts. Other table changes include collapsible columns and its id has been changed to attempts to reuse styles for the attempts table.
2006-04-11 02:20:58 +00:00
mark-nielsen
6e63c77795
[Fix] question_process_comment now processes the correct form values
...
[Fix] changed the print_string to get_string so it may be passed to notify
[Change] The close window button is now centered
[Change] Refreshes the parent window when the close window button is pushed
2006-04-11 02:02:44 +00:00
wildgirl
750c694604
Config menu for extra options added. Javascript added to force some sensible options. (Tom's work)
2006-04-10 22:31:30 +00:00
wildgirl
2cc0d2a8ff
1. Converted display function from frames to divs and an iframe to hold the content.
...
2. Added an (optional) side navigation bar.
3. Added several options to add more flexibility. Option to fast-forward submenus.
(Tom's work)
2006-04-10 22:30:22 +00:00
gustav_delius
cbe20043b5
Whenever a question is edited the version field is set to question_hash(), see bug 2958.
2006-04-10 22:10:32 +00:00
gustav_delius
9d4cbe5615
Manual grading report plugin is now no longer essay-specific.
2006-04-10 20:28:46 +00:00
gustav_delius
34b40897db
Added action 'continue attempt' to log_display
2006-04-10 19:13:21 +00:00
moodler
de251840b4
Added some feedback to the picture thumbnail regneneration bug 5011
2006-04-10 16:46:52 +00:00
sam_marshall
3a2c772f4e
Fixed syntax error (extra comma) in Postgres version of quiz sql
2006-04-10 09:48:47 +00:00
vyshane
56253c2d66
Fixing bug (Postgres related):
...
ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list
2006-04-10 05:59:48 +00:00
toyomoyo
a35af29014
question->qtype
2006-04-10 05:08:19 +00:00