Dan Marsden
c70590245d
MDL-35562 enrol_database: enrolment_sync - don't halt sync on failed search for course.
2012-09-28 09:06:44 +12:00
Dan Marsden
d7e8f95b74
MDL-35557 enrol/database: use distinct call when getting list of courses that should be added.
2012-09-28 09:05:28 +12:00
Dan Marsden
3270869aab
MDL-35227 SCORM: set completion in correct location.
2012-09-28 09:02:30 +12:00
Tim Hunt
e783cc45ae
MDL-35680 user selector: more usable when queries are slow.
...
The problem is to do when you pause a bit, so a search starts, and then
type a bit more before the search finishes. It was behaving like this:
1. Type a bit, then pause.
2. First search request sent.
3. Type a bit more, then pause.
4. Second search request sent.
5. First search request completes.
6. You try to select one result.
7. Second search request comples, overwriting what you are selecting.
This fix works by cancelling the first request before sending the
second.
2012-09-27 19:03:34 +01:00
Tim Hunt
954c272e54
MDL-34894 course ws unit tests: fix windows problem.
...
This fixes a weird windows-only failure, as explained in the tracker
issue.
2012-09-27 18:57:51 +01:00
Tim Hunt
a957e97f2f
MDL-34657 user sorting: minor niggles found while testing.
2012-09-27 17:44:38 +01:00
Tim Hunt
de867fa36e
MDL-34657 user selector: bug with "keep non-matching selected users"
2012-09-27 16:41:50 +01:00
Tim Hunt
6dde374acf
MDL-34657 admin user selector: options were lost for ajax searches.
...
The subclass constructor must pass through the pass through any name or
options.
2012-09-27 16:32:54 +01:00
Tim Hunt
aebbfb7bf9
MDL-30885 quiz: use formchangechecker during quiz attempts.
...
To avoid the possiblity of dataloss if a student tries to navigate away
having changed some answers.
2012-09-27 14:13:24 +01:00
Petr Škoda
7a9b6cb6f2
MDL-35616 import YUI 3.7.2
2012-09-27 14:41:32 +02:00
Petr Škoda
08403f9e31
MDL-31437 add enrol_cohort tests
2012-09-27 14:40:24 +02:00
Tim Hunt
65cf651fd8
MDL-35620 question engine: should distinguish NULL and 0.
...
This only matters in an obscure edge case, but it is an edge case we hit
with one of the OU question types.
This load data code is processing the results of a LEFT JOIN, so is_null
is the correct logic.
2012-09-27 12:44:07 +01:00
Tim Hunt
b2a79cc1e8
MDL-35370 cloze qtype: distinguish wrong & unanswered subqs
...
This affects the subquestions that appear as an embedded text input box.
There are three cases:
1. Input for subq left blank
2. Input for subq was wrong, and matched by a * wildcard.
3. Input for subq was wrong, and did not match any answer.
2. and 3. should look identical, apart from any feedback in case 2.
1. is different. The state should be displayed as "Not answered" even
though the mark for this part is still shown as 0.
There are some new unit tests for these cases.
Also, we slighly improve handling of , for decimal point in multianswer,
although there are still issues.
While working on this, I made some minor clean-ups in shortanswer and
numerical qtypes.
2012-09-27 12:43:21 +01:00
Tim Hunt
9695ff811b
MDL-34657 user sorting: consistent sorting everywhere.
...
This commit coverts everything in the codebase to use the new
users_order_by_sql function when sorting lists of users. More details in
the bug.
Note that this does not change places where users are displayed in a
sortable table, and the sort order comes from the table.
2012-09-27 12:41:42 +01:00
Tim Hunt
9f82ddd66f
MDL-34657 datalib: function to generate user sort sql.
...
The purpose of this method is to ensure that when we display lists of
users in different places, the default sort order is consistent.
Having this code centralised in one place them makes it possible to
improve things accross the board, and there is an example of that here.
There is logic so that if we are searching for particular string, then
users with an exact match are sorted first.
2012-09-27 12:41:41 +01:00
Eloy Lafuente (stronk7)
8e4f6bb1d4
MDL-34657 test: verify CASE statements in ORDER BY clauses.
2012-09-27 12:41:41 +01:00
Tim Hunt
e3b2e1a4f4
MDL-34257 quiz 'secure' mode: PAGE initialisation order issues.
2012-09-27 12:41:00 +01:00
Dan Poltawski
5d6285c220
weekly release 2.4dev
2012-09-27 18:52:35 +08:00
Dan Poltawski
da00f0a7cd
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-09-27 18:46:54 +08:00
Mark Nelson
5a45b936bf
MDL-35637 group: Fix form submission error that occurs when GD version is not set.
2012-09-27 12:00:02 +08:00
Dan Poltawski
22e8bab59a
Revert "MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal"
...
This reverts commit 0a5181a0df82f977857168fdb9c0d18a4b459d79.
2012-09-27 11:31:51 +08:00
Damyon Wiese
7a2565cd91
MDL-35662: Grant extension does not work when applied to multiple users in assignment grading interface
2012-09-27 11:22:09 +08:00
Damyon Wiese
cbf5dce26f
MDL-35660: Feedback file plugin in assignment uses incorrect constant name for batch file uploads feature.
2012-09-27 11:07:05 +08:00
Eloy Lafuente (stronk7)
695dee4bcd
Merge branch 'WIP-MDL-35564' of git://github.com/nadavkav/moodle
2012-09-27 00:35:34 +02:00
Eloy Lafuente (stronk7)
ba6d56c202
Merge branch 'WIP-MDL-35481' of git://github.com/nadavkav/moodle
2012-09-27 00:06:17 +02:00
Eloy Lafuente (stronk7)
21ba954e99
Merge branch 'WIP-MDL-35246' of git://github.com/nadavkav/moodle
2012-09-26 23:50:41 +02:00
Eloy Lafuente (stronk7)
d863a99aee
Merge branch 'WIP-MDL-35527' of git://github.com/nadavkav/moodle
2012-09-26 21:48:27 +02:00
Eloy Lafuente (stronk7)
24c99b709d
MDL-35578 - Also justify email2, used in signup
2012-09-26 19:48:06 +02:00
Eloy Lafuente (stronk7)
d4cfaaf9a9
Merge branch 'WIP-MDL-35578' of git://github.com/nadavkav/moodle
2012-09-26 19:35:11 +02:00
Jody Steele
b770f5363d
MDL-33933 mod_forum: fix incorrect capability check
2012-09-26 05:18:01 -07:00
Eloy Lafuente (stronk7)
b20e4c11e2
Merge branch 'MDL-34573_accessibility' of git://github.com/rwijaya/moodle
...
Conflicts:
tag/manage.php
2012-09-26 12:17:23 +02:00
Dan Poltawski
ce77b89a18
Merge branch 'w39_MDL-35506_m24_pgerrorrollback' of git://github.com/skodak/moodle
2012-09-26 17:01:39 +08:00
Petr Škoda
d719d59f25
MDL-35506 add more transaction error tests
2012-09-26 10:51:03 +02:00
Petr Škoda
bedd0982e8
MDL-35506 improve pg transaction snapshotting perf
2012-09-26 10:39:28 +02:00
Rossiani Wijaya
04a530c9c8
MDL-34573 Tag mod: remove extra quote for new tag name field
2012-09-26 16:27:33 +08:00
Rossiani Wijaya
ca2d7327a2
MDL-34573 tag: convert to html_writer
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
e3416381b2
MDL-34573 - add label for search tag input text
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
647e902aeb
MDL-34573 Tag: update label for suggested tag
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
bbfae1eb6e
MDL-34573 accessibility compliance for tag: Add forform input text and select tag
2012-09-26 16:25:02 +08:00
Dan Poltawski
03f09a8a9b
Merge branch 'wip-MDL-35276-master' of git://github.com/marinaglancy/moodle
2012-09-26 15:21:29 +08:00
Marina Glancy
0e116922b4
MDL-35276 fix redirect to course/section pages
2012-09-26 15:16:24 +08:00
Dan Poltawski
942866dd09
MDL-31873 - mod_assign version bump for new webservice
2012-09-26 14:50:48 +08:00
Dan Poltawski
21d3bfb39a
MDL-31859 - fix more trailing whitespace
2012-09-26 14:44:42 +08:00
Dan Poltawski
d0068cd007
MDL-31859 - fix trailing whitespace
2012-09-26 14:36:59 +08:00
Jerome Mouneyrac
acf6459645
MDL-35644 user_get_details: admin should be able to see description
2012-09-26 14:24:29 +08:00
Dan Poltawski
ac994d5a8a
Merge branch 'MDL-31859' of git://github.com/Lightwork-Marking/moodle
2012-09-26 14:16:55 +08:00
Jerome Mouneyrac
36a7059542
MDL-34971 PHPunit test: user/externallib.php
2012-09-26 14:16:19 +08:00
Dan Poltawski
b95e21b8c5
MDL-15471 - oops messed up version number update
2012-09-26 12:10:25 +08:00
Dan Poltawski
d0dff189b0
MDL-15471 tag: minor coding style fixes
2012-09-26 12:06:46 +08:00
Dan Poltawski
680afde951
MDL-15471 tag - add upgrade.txt notification of changes
2012-09-26 12:06:35 +08:00