piers
faa0e87572
MDL-17821 - fix incorrect data validation regexs for 2004. thanks Peter Chamberlin.
2009-01-09 00:56:32 +00:00
skodak
c5b8b31ad5
MDL-17617 removed some uses of snoopy library
2009-01-08 15:01:19 +00:00
skodak
927eaa036d
MDL-17405 moved unsetting of old flag to correct place, thanks Jerome
2009-01-08 08:43:32 +00:00
tjhunt
d1077efebe
quiz editing: MDL-17594 In RTL languages, the editing UI has horizontal scrolling.
...
Work around YUI bug that is causing this.
2009-01-08 08:06:08 +00:00
jerome
4d800fd210
resource: MDL-10021 upload file resource: change "keep navigation visible" into select box (No, yes with frame, yes without frame)
2009-01-08 04:27:44 +00:00
tjhunt
edd5246bdd
quiz editing: MDL-17416 Clean layout when starting a new attempt.
2009-01-07 09:26:47 +00:00
tjhunt
b4a2e41313
quiz editing: MDL-17284 fix infinite redirect bug.
2009-01-07 07:12:37 +00:00
tjhunt
a733c4b98b
mod quiz: MDL-3156 Add an option to display the current user's photo and name on the Quiz attempt and review pages.
2009-01-07 06:32:13 +00:00
skodak
656be89301
MDL-14123 Full IPv6 support - updating all db fields to theoretical 45 char limit
2009-01-06 18:14:28 +00:00
tjhunt
807a1a8427
question bank database: MDL-17608 Drop originalquestion field from the question_states table - it was never used for anything.
2009-01-06 05:20:21 +00:00
tjhunt
f330327c7d
Fix typos.
2009-01-06 05:19:15 +00:00
skodak
6bf25708b6
DML 2.0 regression
2009-01-05 23:42:51 +00:00
skodak
11e7b506ce
MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support
2009-01-05 21:37:20 +00:00
tjhunt
477c217f5c
MDL-17294 Eliminate some commented out code, and clean up the 'no questions in quiz' special case.
2009-01-05 05:26:08 +00:00
skodak
e8b7114d5e
MDL-17774 refactored USER switching in cron scripts - now standardised in cron_setup_user()
2009-01-03 13:16:59 +00:00
skodak
7fdefb1482
MDL-17775 Chat ajax update.php not using sessions anymore
2009-01-03 13:03:05 +00:00
skodak
93f66983cc
MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks
2009-01-02 22:56:48 +00:00
skodak
973d2660e6
MDL-16613 sesskey cleanup
2009-01-02 10:51:26 +00:00
skodak
d877685831
MDL-16613 sesskey cleanup
2009-01-02 10:51:26 +00:00
skodak
81911e4d34
MDL-16613 sesskey cleanup
2009-01-02 10:36:27 +00:00
skodak
d4a1fcaf11
MDL-16613 sesskey cleanup
2009-01-02 10:36:25 +00:00
skodak
6648265857
MDL-16262 recovery of broken single simple discussions after old reset
2009-01-01 22:53:43 +00:00
skodak
af53d23f68
MDL-16262 fixed resetting of single simple discussions
2009-01-01 22:43:00 +00:00
skodak
d1aa1e4855
MDL-17758 fixed hardcoded /admin/ links
2009-01-01 14:25:29 +00:00
pilpi
28e6ac1174
quiz editing: MDL-17730 skip links; mistake in previous commit
2008-12-26 00:34:39 +00:00
pilpi
5669badfaf
quiz editing: MDL-17730 skip links
2008-12-26 00:29:17 +00:00
pilpi
0d9f073436
quiz editing: MDL-17728 made YUI dialogs closable on press of the ESC key
2008-12-23 15:27:50 +00:00
danmarsden
d9e6517a2f
Accessibility: MDL-17705: Thanks Tim
2008-12-22 07:03:09 +00:00
danmarsden
c8420afee8
XHTML Striiict:MDL-17705
2008-12-21 22:28:58 +00:00
gbateson
82cbedd1ae
MDL-6467 add "swf" and "flv" to the list of files for which relative urls are converted to absolute urls
2008-12-21 01:49:16 +00:00
piers
51c1c4e193
MDL-16184 - patch to correct the calculation of first, and last access to a SCORM attempt.
2008-12-20 06:20:43 +00:00
moodler
6093af9bc4
MDL-15499 - Spacing fixes only
2008-12-18 02:46:25 +00:00
skodak
48dcaf5892
MDL-14876 fixed regressions in user subscriptions - $cm used incorrectly instead of $cm->id; merged from MOODLE_19_STABLE
2008-12-17 18:10:58 +00:00
pilpi
93cc3ea45e
quiz editing: MDL-17417 added logging for random question creating
2008-12-16 22:36:29 +00:00
pilpi
0b31bfe8c3
quiz editing: MDL-17664 Removed unneeded yui js includes
2008-12-16 11:21:22 +00:00
dongsheng
8fcffd7032
"MDL-14651, hide input box when user doesn't have chat:talk capability"
2008-12-16 05:04:56 +00:00
dongsheng
4314c0bcf5
"MDL-14949, add a new capablity chat:talk to enable readonly chat user, merged from 1.9"
2008-12-16 04:58:40 +00:00
tjhunt
081cce7325
forum subscriptions: MDL-14876 - followup - use the right table prefix on column names to avoid an ambiguous column name error.
2008-12-15 06:08:51 +00:00
piers
65478eea3c
MDL-16810 - amend upgrade process to preserve config values where possible. thanks for pointer Tim.
2008-12-14 23:45:54 +00:00
tjhunt
acf149ad15
quiz: MDL-17578 Review quiz_get_view_actions and quiz_get_post_actions.
2008-12-14 13:32:45 +00:00
tjhunt
e285b6a8b6
quiz info page: MDL-9542 refix: overridden grades in the gradebook not visible to students in the quiz UI,
2008-12-12 07:24:47 +00:00
dongsheng
73c763b75d
"MDL-14129, update forum module language file"
2008-12-12 05:53:48 +00:00
dongsheng
771dc7b298
"MDL-14129, fix error() in moodle2"
2008-12-12 05:45:43 +00:00
dongsheng
60e40dda6c
"MDL-14129, remove the rest error() in moodle2"
2008-12-12 04:53:32 +00:00
dongsheng
cf238eaf3d
"MDL-14129, fix error() in feedback module"
2008-12-12 03:01:00 +00:00
dongsheng
12e57b92ea
"MDL-14129, fix error() in forum module"
2008-12-12 02:30:56 +00:00
skodak
9d4e4c3da0
MDL-17611 removing XSS risk from mod/feedback:complete, because this capability is meant to be allowed in student roles
2008-12-11 18:06:01 +00:00
tjhunt
8d8d0bfaae
forum subscriptions: MDL-14876 user of deprecated functions was breaking managing subscribers.
...
This was visible when, for example, unusual role definitions meant that someone could access a forum without being enrolled in a course.
Note that one of the places that was previously broken was front page forums. Since subscribers.php does not do paging at all, the fact that I have fixed this bug makes this page dangerous on large sites. A proper solution will have to wait until bug 17550 is fixed in HEAD.
This also fixes a minor problem introduced by MDL-12979.
2008-12-11 07:01:57 +00:00
dongsheng
0dfd9e97ea
"MDL-17469, fix assignment date when restore course, merged from 1.9"
2008-12-11 04:39:33 +00:00
pilpi
dbd2b0fd45
quiz editing: MDL-17595 changed string from "question name" to "question"
2008-12-10 14:44:40 +00:00