vyshane
04678d8eca
Fixed Bug #5354 - Gradebook [DropXLowest and Exclude]
2006-05-16 06:21:49 +00:00
mark-nielsen
74e3524216
[Merged][BugFix] Bug 5485 - problem with regular expressions with simple analysis
2006-05-16 03:06:28 +00:00
stronk7
4a428b5f5c
Updated to latest version (1.56). Bug 5165.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5165 )
Merged from MOODLE_16_STABLE
2006-05-15 23:31:50 +00:00
danmarsden
019c47d6c1
Fixes bug 5464 also makes response clearer to students -see:
...
http://moodle.org/mod/forum/discuss.php?d=45504
also finishes off Bug 662
2006-05-15 23:24:42 +00:00
mjollnir_
0c49258b99
mod/quiz/view No-longer display final grade when quiz settings forbid it.
...
Changed view.php so that it checked if there were any attempts with
concealed grades before printing the student's overall score.
Credit: Peter Bulmer <peter.bulmer@catalyst.net.nz>
Merged from MOODLE_16_STABLE
2006-05-15 21:52:18 +00:00
skodak
2c3432e684
fixed problem when set both loginhttps and https in wwwroot, closes bug #5507 and #3848 ; merged from MOODLE_16_STABLE
2006-05-15 21:36:46 +00:00
gustav_delius
91d7ead073
Answers to essay questions are now saved correctly when navigating to another page, fixing bug 4478
2006-05-15 20:42:14 +00:00
mark-nielsen
a1d0b3eb81
[BugFix] Bug 5505 - function lesson_print_tree now checks for teacher editing priv before printing editing icons. Had to change arguments for this function as well which is the edit in view.php.
...
lesson.php how checks for teacher editing priv for all actions except for continue. This is just in case the user hacks the URL.
2006-05-15 19:14:22 +00:00
stronk7
0ec7502bad
Avoid [[namesite]] to appear when ADDING site activities.
...
Merged from MOODLE_16_STABLE
I sent this on May 9th! :-(
2006-05-15 17:54:29 +00:00
stronk7
356183b5bd
Changing session->data to medium text. Bug 5406.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5406 )
Merged from MOODLE_16_STABLE
IMPORTANT: I sent this to CVS on May, 8th and changes have dissapear!
It could be possible than other commits sent near SF crash
were affected too!
2006-05-15 17:33:38 +00:00
skodak
4ca5b47322
fix my previous incorrect short tag fix, fixed register globals, IP address used as mail user when not logged in; merged from MOODLE_16_STABLE
2006-05-15 15:45:27 +00:00
skodak
e7a8d28f57
fixed short php tags; merged from MOODLE_16_STABLE
2006-05-15 15:12:56 +00:00
skodak
a536138d02
changed cleaning of entry title, now matches handling of forum post titles; merged from MOODLE_16_STABLE
2006-05-15 15:05:28 +00:00
skodak
3b25960385
better cleaning of post title SC#251 revisited; merged from MOODLE_16_STABLE
2006-05-15 14:48:11 +00:00
skodak
62b504d20b
better cleaning of post title SC#251; merged from MOODLE_16_STABLE
2006-05-15 14:32:14 +00:00
exe-cutor
1b8991fd9c
Fixed an inconsistent link in the instructions textfield
2006-05-15 12:08:06 +00:00
exe-cutor
14d62a551a
Added function get_first_string to better handle multi-valued attributes
2006-05-15 06:55:08 +00:00
vyshane
7ec49125d6
Added language strings for new log functionality (downloading logs as excel or csv)
2006-05-15 05:01:56 +00:00
vyshane
92890025fe
Added option to download logs in excel or csv formats. Merged in code contributed by
...
Daniele Cordella <d.cordella@iss.it>. Originally posted as bug 5024.
2006-05-15 05:01:00 +00:00
toyomoyo
6caa2c52ec
merged fix for 5493
2006-05-15 03:00:11 +00:00
toyomoyo
114f81ce09
merged, tidying up constants
2006-05-15 02:57:48 +00:00
toyomoyo
b0ef72a6f3
merged fix for 4404
2006-05-15 02:26:54 +00:00
toyomoyo
a1e3e9894b
merged fix for 5465
2006-05-15 02:03:03 +00:00
skodak
70ed990ed2
fixed secure forms handling when POST url contained GET parameters (cookieless mode and some other forms); merged from MOODLE_16_STABLE
2006-05-14 21:21:35 +00:00
skodak
70cedbfd5d
fixed bug #5489 - can not edit file, minor bugfixes and whitespace cleanup; merged from MOODLE_16_STABLE
2006-05-14 19:10:49 +00:00
skodak
cc50d6664f
I hope final fix for warnings when using error() after print_header() with buffering on, solution was to flush all buffers and reenable SID rewrite when needed; merged from MOODLE_16_STABLE
2006-05-14 17:23:29 +00:00
gustav_delius
38316f63a5
Removing obsolete defaults
2006-05-13 17:06:32 +00:00
gustav_delius
36be25f6e5
Introduce question_attempts table, closing bug 5468
...
Fixed incorrect check for whether to update state or insert new one in save_question_session()
Deal with manually graded states correctly during regrading
Increase state sequence number during manual grading
Supplied missing userid to quiz_save_best_grade() during manual grading
2006-05-13 16:57:17 +00:00
ethem
e81e5c1604
Fix: Redirect to order details page 10 seconds later, not home page. Merged from MOODLE_16_STABLE.
2006-05-13 16:18:38 +00:00
gustav_delius
4377c290c0
Updated comments and made sure teacher preview gets restarted when changes are saved, fixing bug 5478
2006-05-13 10:39:15 +00:00
ethem
6e6c37e2be
Language direction is important. Changed as: <b>AVS Result:</b> $a
...
merged from 16_stable.
2006-05-13 08:53:34 +00:00
thepurpleblob
36e2232e27
Merged from STABLE.
2006-05-13 08:49:46 +00:00
ethem
f6a7a35cc9
More readable coding. Now, I understand everything. :)
...
Merged from MOODLE_16_STABLE.
2006-05-13 08:33:55 +00:00
ethem
8f152c586d
Deleting test transactions are not good. They may be in proggress. Let's update WHERE transid<>'0'.
...
Merged from MOODLE_16_STABLE.
2006-05-13 06:02:06 +00:00
ethem
17dd669149
Fix: Don't show newly created orders prior to 2 minutes.
...
They may be still in proggress and these aren't test transacions(transid=0).
We check timecreated field to prevent this.
MERGED FROM MOODLE_16_STABLE.
2006-05-12 19:56:02 +00:00
ethem
3335e3f881
Fix: Delete test transactions before update status as AN_STATUS_AUTHCAPTURE.
...
Merged from MOODLE_16_STABLE.
2006-05-12 18:36:30 +00:00
ethem
431efddc44
Status: 'New' string.
2006-05-12 17:20:39 +00:00
stronk7
297bb00dfe
Changing session->data to medium text. Bug 5406.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5406 )
Bump!
2006-05-08 16:40:44 +00:00
stronk7
ef668fcf99
Changing session->data to medium text. Bug 5406.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5406 )
Merged from MOODLE_16_STABLE
2006-05-08 16:39:34 +00:00
thepurpleblob
6cb4910c58
Merged from STABLE
2006-05-08 10:39:14 +00:00
toyomoyo
f1f5ec3773
fix for 5438 merged
2006-05-08 07:09:28 +00:00
vyshane
7eaf5045ce
Fix for Bug #5441 .
2006-05-08 03:56:26 +00:00
vyshane
36914ff6a7
Changed the 'module' field length to 20 in the log_display table (Bug #5419 ).
...
Previous commit message in 1.6 stable should read 'log_display table' instead
of 'log' table. Both fixes are identical and carried over to HEAD via a merge.
2006-05-08 03:16:04 +00:00
stronk7
0abbbe296d
Initial revision
2006-05-07 23:31:32 +00:00
stronk7
fbaea8f354
glossary print view is now valid XHTML.
...
Merged from MOODLE_16_STABLE
2006-05-07 10:49:28 +00:00
stronk7
0f5f8363d7
Now, when a single forum is restored and no user data was created,
...
the initial discussion/post is automatically generated. Bug 5418.
(http://moodle.org/bugs/bug.php?op=show&bugid=5418 )
Merged from MOODLE_16_STABLE
2006-05-06 16:58:36 +00:00
ethem
76c16eac35
Admin can setup which credit card types will be accepted.
...
Merged from MOODLE_16_STABLE.
2006-05-05 18:29:38 +00:00
ethem
4a1e506a35
Admin can setup which credit card types will be accepted.
...
Merged from MOODLE_16_STABLE.
2006-05-05 18:16:45 +00:00
stronk7
0045d58c69
Now the help link in the admin block points to Docs. Bug 4803.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4803 )
Merged from MOODLE_16_STABLE
2006-05-05 17:56:56 +00:00
andreabix
3fa299acc6
Minor refinements
2006-05-05 08:56:03 +00:00