skodak
fdcd0f0566
fix for printing of multiple group pictures bug #5548 ; merged from MOODLE_16_STABLE
2006-05-23 19:18:25 +00:00
skodak
108d928b8b
removed isset and merged from MOODLE_16_STABLE
2006-05-21 10:14:17 +00:00
skodak
4eff058d5a
fixed register globals issue with $text; merged from MOODLE_16_STABLE
2006-05-21 08:09:43 +00:00
skodak
cd7d03fa48
fixed register globals issues in course/search.php; merged from MOODLE_16_STABLE
2006-05-20 18:41:59 +00:00
skodak
a38a768b29
fixed cleaning of path in custom scripts SC#221; merged from MOODLE_16_STABLE
2006-05-20 17:23:14 +00:00
skodak
4a10c3875b
fixed - disabled autologinguest not always respected in require_login() SC#255; merged from MOODLE_16_STABLE
2006-05-19 19:11:30 +00:00
skodak
c23ff4d654
deprecated nvl() function similar to optional_variable(); merged from MOODLE_16_STABLE
2006-05-18 22:12:06 +00:00
skodak
e0e1cd26fa
fixed version number; merged from MOODLE_16_STABLE
2006-05-17 18:16:42 +00:00
skodak
4fb072d942
fixed some warnings and removed ugly hack error_reporting(E_ALL ^ E_NOTICE); that was only hiding warnings in this and other code; merged from MOODLE_16_STABLE
2006-05-17 18:06:33 +00:00
tjhunt
450a0a7db7
Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs.
2006-05-17 16:47:44 +00:00
tjhunt
b1a308bee0
Merge from 1.6 branch.
2006-05-17 11:38:34 +00:00
martinlanghoff
05acf8e974
moodle16cleanup: lib/db correct prefix, patch by Tim Hunt for bug 5515
2006-05-17 06:43:21 +00:00
martinlanghoff
ccd218ee4b
moodle16cleanup: lib/db correctly put the default values, change the
...
length of log_display.module which is just 20 chars on postgres7.sql
2006-05-17 06:36:31 +00:00
martinlanghoff
f172091567
moodle16cleanup: mod/dialog we need to drop some more dialog module tables
2006-05-17 06:34:19 +00:00
martinlanghoff
66c7e47b27
blocklib: cache (and used cached) block instances properly in $pageblocks
...
Now blocks_have_content() caches instantiated block objects inside $pageblocks
and blocks_print_blocks() uses them if available. This behaviour now matches
the documentation: blocks instances are created only once, get_content()
may be invoked several times.
A better fix would be to cache the _output_ of the block (the ->content
property) but it may bite us if any block is counting on being called twice.
Discussion at: http://moodle.org/mod/forum/discuss.php?d=45867
2006-05-17 04:39:43 +00:00
skodak
f231e867f0
I hope this is the last patch for header already printed trouble in error() and redirect(); merged from MOODLE_16_STABLE
2006-05-16 20:31:22 +00:00
nfreear
f73e218f40
Merge from STABLE. Fix bug 5477...
2006-05-16 12:27:21 +00:00
vyshane
9b18fc3b83
Commiting merge from 1.6.
2006-05-16 07:07:04 +00:00
vyshane
84bada7dea
Fix for Bug #5467 . Converted newlines to unix format. Removed extra lines at
...
the end of php scripts. Converted tabs to spaces in php scripts.
2006-05-16 06:45:14 +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
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
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
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
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
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
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
vyshane
7235ae23f1
Fix for Bug #5419 - Inconsistency between log_display and log tables
2006-05-05 08:42:29 +00:00
toyomoyo
e503f30d10
merged fix for 5426
2006-05-04 09:40:33 +00:00
toyomoyo
f009d079ec
fix for 3644 merged
2006-05-04 06:56:43 +00:00
stronk7
e6af2cad22
Added two new functions: set_column() and set_row()
...
(http://moodle.org/mod/forum/discuss.php?d=44634 )
2006-05-02 15:28:02 +00:00
thepurpleblob
9c802dff19
Bunch of category functions moved to question/editlib.php
2006-05-02 12:26:36 +00:00
thepurpleblob
947217d725
Small clean up, and fix a link to a required file for robustness.
2006-05-02 09:04:38 +00:00
moodler
152a90601b
Merged fixes from stable (undoing category visibility changes)
2006-05-02 07:56:25 +00:00
stronk7
bb4a5741d1
Isolating debug and perfdebug behaviours...now
...
each one controls its own output.
2006-05-01 23:16:48 +00:00
skodak
aaeaa4b007
fixed alternative salt index range - now allowed 1...20
2006-05-01 21:32:49 +00:00
skodak
6d706916bd
double header in error() workaround
2006-05-01 21:31:12 +00:00
toyomoyo
8d92d7ad71
info column is missing a key
2006-05-01 02:34:29 +00:00
skodak
4908ad3ebf
added optional salting of user passwords stored in internal table - first part; admin UI and docs coming soon (SC#236)
2006-04-30 21:02:28 +00:00
gustav_delius
2b44d03f81
Error message for when a questiontype is missing is prepended to question text.
2006-04-30 17:33:00 +00:00
gustav_delius
2e9b6d157c
Fixed bug 5192
2006-04-30 16:15:04 +00:00
gustav_delius
ca56222d50
Fixed and simplified the logic in the response processing. Remove the walking through previous graded states.
2006-04-30 11:45:14 +00:00
gustav_delius
c4c11af898
Now that the shuffling within a question can be controlled also at question level the default at the module level needs to be set to true, otherwise people can not test the question setting.
2006-04-30 08:11:49 +00:00
toyomoyo
0327c40abb
bug fix for 5303. hope i didn't break anything >_<
2006-04-28 03:18:56 +00:00
skodak
3f73372fe5
fixed warning when no stats data yet
2006-04-26 21:13:45 +00:00
toyomoyo
cb24115c8e
trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap!
2006-04-26 05:48:04 +00:00
moodler
35ca0d6a45
Add a new function fullclone() to forcibly make a complete copy of a structure
2006-04-26 04:39:34 +00:00
martinlanghoff
b76169a214
filterlib/filter_phrases() - try to escape magic characters used internally by the filter mechanism -- Bug#5236 / WR#422
...
This is an attempt to fix filter problems caused by glossary matches on %
(which also affect matches on * and #). Works for the sample cases I have,
but we may be breaking subtly in other places.
2006-04-25 22:47:42 +00:00
stronk7
f809df70ce
Avoided some notices when one block has been deleted from moodle/blocks
...
and from blocks admin page and their instances haven't been deleted.
We should build some sort of check to do all the house-cleaning of "orphaned"
blocks, perhaps each time we arrive to the blocks admin page.
2006-04-24 15:01:35 +00:00
vyshane
c343bc8831
Fixing inserts for log_display table.
2006-04-24 08:55:29 +00:00