David Mudrak
1322a56df3
MDL-30170 MNet peers administration - various usability improvements
...
While fixing MDL-30170, the following tiny usability details were
improved along the way:
* the maximum length of the peer site title and the hostname is now
validated (this was actually a real bug as the default value is pre-loaded
from the peer) so the admin gets a nice validation error instead of
the database write exception when trying to register a host with a
longer site title.
* hard-coded English string 'All Hosts' is now localized
* the hostname link in the list of MNet peers leads to the peer itself
2011-12-15 21:51:33 +01:00
David Mudrak
8a6f2291f2
MDL-30170 MNet peers administration - highlight the undelete widget
...
The patch highlights the undelete radio selector at the host edit form.
It moves it to the end of the form (near the submit button) and displays
an explanation above the radio selector.
Also, the list of deleted hosts is now displayed below the table of
active peers at the Manage peers page.
The data returned by mnet_get_hosts() function now contain the deleted
status, too. It is possible to obtain deleted hosts from that function
now.
2011-12-15 21:51:31 +01:00
Darko Miletic
986dc51a72
MDL-30631: Fixed the default grade import for the question for both CC
...
1.0 and 1.1
2011-12-15 17:14:10 -03:00
Tim Hunt
800944b015
MDL-29176 quiz editing: can't move questions onto a new page.
2011-12-15 19:32:37 +00:00
Tim Hunt
29ded2d68a
MDL-30646 default qbank sort should only use visible columns.
2011-12-15 18:39:21 +00:00
Henning Bostelmann
3367f14b0a
MDL-29266 Assignment grading: save state of "send notifications" box
2011-12-15 17:17:37 +00:00
sam marshall
6d02b26578
MDL-30764 Activity settings: do not disable grouping dropdown if it is already set
2011-12-15 16:43:12 +00:00
Justin Filip
9d6fd25a05
MDL-30741 Adding a new test to check for incorrect parsing of complicate HTML with a PRE tag.
2011-12-15 11:11:35 -05:00
Justin Filip
11ec8c0412
MDL-30741 Fix the handling of PRE tags with the latest code from upstream: http://trac.roundcube.net/browser/trunk/roundcubemail/program/lib/html2text.php?rev=5497
2011-12-15 11:11:31 -05:00
Tim Hunt
41d5cbc1cd
MDL-30758 quiz_statistics report fails if all 1st attempts require grading
2011-12-15 12:51:20 +00:00
Tim Hunt
732793f1a5
MDL-30739 qtype numerical: upgrade script uses SQL that is not cross-DB.
2011-12-15 12:22:00 +00:00
Eloy Lafuente (stronk7)
5cff28cfa1
MDL-30739 add one test to confirm the solution is cross-db
2011-12-15 13:14:26 +01:00
Tim Hunt
6f4c71f5fe
MDL-30744 question editing permissions. Update to new accessslib.php code.
...
I don't believe this will actually fix the reported problem, which I
cannot reproduce, but it should give us much better error messages, at
which point we can fix it.
2011-12-15 11:54:58 +00:00
Tim Hunt
490668bbe1
MDL-30592 / MDL-27183 quiz statistics: fix merge problem.
...
These two fixes changes the same file in different ways, causing breakage.
2011-12-15 11:21:56 +00:00
Aparup Banerjee
47c3dfd5a4
MDL-28126 webservice : string fixed.
2011-12-15 18:06:04 +08:00
Marina Glancy
d021e5b40c
MDL-30733: synchronizing view_feedback with parent function to work with advanced grading
...
assignment_upload::view_feedback was overriden. It is altered the same way as parent function was to work with advanced grading and so it is displayed correctly in user complete report
2011-12-15 16:44:14 +08:00
Jamie Pratt
a24e35701f
MDL-30749 fixing typo referring to question instead of answer object
2011-12-15 15:06:45 +07:00
Aparup Banerjee
73c0d46416
Revert "MDL-30482 create new capability for viewing glossary entries"
...
This reverts commit b92ac8c079
.
2011-12-15 15:49:55 +08:00
Aparup Banerjee
22154a3187
Revert "MDL-30482 - Glossary - Adding capability to other areas using glossary" (test failed)
...
This reverts commit aa423bd0e6
.
2011-12-15 15:47:46 +08:00
Ankit Kumar Agarwal
ad96cc524b
MDL-30569 Administration Fixing the redirect after editting is toggeled on the front page
2011-12-15 08:23:15 +05:30
Eloy Lafuente (stronk7)
5c5ea474c4
MDL-30592 moodlelib: minor phpdocs/debug tweaks
2011-12-14 22:37:40 +01:00
Eloy Lafuente (stronk7)
12727710d4
Merge branch 'MDL-30592' of git://github.com/timhunt/moodle
2011-12-14 22:03:26 +01:00
Tim Lock
10be5e22f3
MDL-30419: IMS package content missing when using Blackboard packages
2011-12-14 21:36:20 +01:00
Darko Miletic
ae8e1645b6
MDL-30738: There was an incorrect parameter in $PAGE->set_url
...
after swithing courseid to id everything started working as it should.
2011-12-14 14:38:02 -03:00
Tim Hunt
b5f65ba14c
MDL-30742 restoring 1.9 backups with missing question data should be robust
2011-12-14 17:17:07 +00:00
Jerome Mouneyrac
94b9dad79d
MDL-28126 webservices : should not able to create token if user is deleted,unconfirmed,suspended or guest.
2011-12-15 00:46:21 +08:00
Tim Hunt
ad73a2cb4e
MDL-30734 question engine: sum_usage_marks_subquery edge-case.
...
When all qas in a useage are 'gaveup' state, it gives NULL, not 0.0, for the total.
2011-12-14 14:29:00 +00:00
Jason Fowler
aa423bd0e6
MDL-30482 - Glossary - Adding capability to other areas using glossary
2011-12-14 15:00:30 +08:00
Aparup Banerjee
d4f2755206
Revert "MDL-30482 - Glossary - Adding capability to other areas using glossary"
...
This reverts commit d79de196c9
.
2011-12-14 14:59:16 +08:00
Aparup Banerjee
2faa009fa1
Merge branch 'master_MDL-28728' of git://github.com/danmarsden/moodle
2011-12-14 13:35:38 +08:00
Aparup Banerjee
d2861a7b47
MDL-29325 fixed typo - camelcasing.
2011-12-14 13:12:57 +08:00
Sam Hemelryk
0142e3eec1
Merge branch 'master_MDL-30576' of git://github.com/mayankgupta/moodle
2011-12-14 17:22:26 +13:00
Sam Hemelryk
cd3061294a
Merge branch 'MDL-27183' of git://github.com/timhunt/moodle
2011-12-14 17:17:10 +13:00
Eloy Lafuente (stronk7)
f477e8c1ce
Merge branch 'wip-MDL-27767-master' of git://github.com/samhemelryk/moodle
2011-12-14 03:16:20 +01:00
Eloy Lafuente (stronk7)
5019c8ebb5
Merge branch 'w51_MDL-30605_m23_env23' of git://github.com/skodak/moodle
2011-12-14 02:37:04 +01:00
Sam Hemelryk
5c1c0900a5
Merge branch 'MDL-30463' of git://github.com/rwijaya/moodle
2011-12-14 14:26:42 +13:00
Sam Hemelryk
cd6ad1c1d3
Merge branch 'MDL-30140' of git://github.com/mouneyrac/moodle
2011-12-14 14:08:37 +13:00
Gerard (Gerry) Caulfield
d6d8c49432
MDL-29400 Update the upload and uploadsingle assignment classes to so
...
that they only display the assignment submitted status when it has
actually been submitted.
2011-12-14 05:54:10 +08:00
Henning Bostelmann
41eae0d9f3
MDL-29821 Navigation tree: fix link to course notes page
2011-12-13 21:32:55 +00:00
Tim Hunt
6d54b0f77f
MDL-30683 don't show overall feedback in the quiz grades report.
...
The grades are small, while the feedback can be big, which breaks the table layout.
2011-12-13 16:50:19 +00:00
Aparup Banerjee
0ef92d976c
Merge branch 'MDL-29772' of git://github.com/bostelm/moodle
2011-12-13 16:51:23 +08:00
Aparup Banerjee
952a77d1a8
MDL-29325 Enrol : reduced isset calls and improved readability
2011-12-13 16:37:00 +08:00
Andrew Davis
dbd634ff2e
MDL-13572 message: added validation of the email address in the messaging preferences
2011-12-13 15:53:15 +08:00
Aparup Banerjee
d919bd00b3
Merge branch 'master_MDL-29325' of git://github.com/danmarsden/moodle
2011-12-13 14:59:22 +08:00
Aparup Banerjee
981661f745
Merge branch 'master_MDL-30577' of git://github.com/mayankgupta/moodle
2011-12-13 14:45:35 +08:00
Aparup Banerjee
c35d38161e
Merge branch 'MDL-30472-master' of git://github.com/ankitagarwal/moodle
2011-12-13 14:34:42 +08:00
Aparup Banerjee
036e9c7cbf
Merge branch 'MDL-30362-master-1' of git://git.luns.net.uk/moodle
2011-12-13 14:29:25 +08:00
Aparup Banerjee
1ff57577da
Merge branch 'MDL-30562' of git://github.com/timhunt/moodle
2011-12-13 13:48:43 +08:00
Aparup Banerjee
c4378f125b
Merge branch 'MDL-30655-master' of git://github.com/sammarshallou/moodle
2011-12-13 13:20:21 +08:00
Alexnader Bias
1b80a50418
MDL-30472 Course Making user lists sortable when lastacess field is hidden
2011-12-13 10:47:43 +05:30