andyjdavis
25bd5c75ab
message MDL-26433 refactored the constants in messaging
2011-03-06 22:03:49 +08:00
ppichet
8f63ab1f44
MDL-26445 question -fix numerical unit grade
...
fix unit penalty grading and display
Signed-off-by: ppichet <pichet.pierre@uqam.ca>
2011-03-05 20:13:50 +00:00
Tim Hunt
209442ce24
MDL-26517 HTML tags visible in the response history table and quiz reports.
2011-03-05 19:51:38 +00:00
Tim Hunt
4a6f461830
MDL-26685 each attempt builds on last did not work when quiz_attemts.id and question_attempts.id were not equal.
2011-03-05 19:27:32 +00:00
Tim Hunt
231ec77323
MDL-26520 random tf questions that had not been answered were shown as answered on the summary page.
...
This was a regression from MDL-26236 thanks to some brain-dead PHP behaviour.
2011-03-05 16:33:42 +00:00
Tim Hunt
b302591de8
MDL-26636 fix typo in language string.
...
Thanks to Luis de Vasconcelos.
2011-03-05 15:19:49 +00:00
Eloy Lafuente (stronk7)
165b7bd987
MDL-25388 restore - confusing options restoring 1-activity
2011-03-04 19:45:43 +01:00
Tim Hunt
c5c16a2c81
MDL-26324 Existing overall feedback on non-graded quizzes prevents editing
2011-03-04 17:50:31 +00:00
Tim Hunt
0357171e68
MDL-26324 overall feedback problem when quiz changed to being graded out of 0
2011-03-04 17:20:12 +00:00
Aparup Banerjee
7fedc2c25e
lib MDL-26458 adding unit tests to test cursors.
...
-added test with limits and order by with table aliases to test_get_records_sql()
-added test_recordset_locks_delete() and test_recordset_locks_update()
- added out of range limits test to test_get_records_sql()
2011-03-05 01:18:36 +08:00
sam marshall
89213d0041
backup MDL-26606 Backup should allow themes to have course data; also fix course theme restore
2011-03-04 15:53:48 +00:00
sam marshall
b031caf858
lib MDL-26423 Added support for ->allowid option in format_text
2011-03-04 15:53:10 +00:00
sam marshall
f07704d2a2
lib MDL-26625 Add session size info to perfdebug block
2011-03-04 15:52:19 +00:00
David Mudrak
e13d02f544
MDL-26535 workshop: new capability to control the anonymity of published submissions
...
Re-using 'mod/workshop:viewauthornames' would not be a happy option here
because teacher would have to change local overrides every time when
they were closing or re-opening the workshop (if they wanted anonymous
assessment but non-anonymous hall of fame).
2011-03-04 14:08:00 +01:00
David Mudrak
757bade1f6
MDL-26684 workshop: fixed missing href attribute in the link to the own submission
...
This was caused by incorrect construction of workshop_submission_summary.
Instead of direct initiation, the helper method should be used. The
helper adds a property 'url' needed to render 'href' later.
2011-03-04 14:07:50 +01:00
David Mudrak
de6aaa7295
MDL-26683 workshop: fixed typos in code comments
2011-03-04 13:03:49 +01:00
Eloy Lafuente (stronk7)
3479ba4d48
MDL-26458 sqlsrv - limit impl using scrollable sets
2011-03-04 16:12:37 +08:00
Dongsheng Cai
0c5e812ba7
MDL-26392, nwiki and creole format wiki pages should support file attachments
2011-03-04 15:44:20 +08:00
David Mudrak
ea118bed0c
MDL-20562 Do not use a capability name as a navigation node title
...
Ideally all reports should use their pluginname in the navigation tree.
In this particular case, the patch fixes two issues: using the
capability name as the report title in the navigation and incorrect
pluginname defined for coursereport_log.
2011-03-04 06:03:39 +01:00
David Mudrak
1a4d6a5b60
MDL-26609 Display information about the current version during the upgrade
...
As Eloy Lafuente noticed in the tracker discussion, we display the
information about the current version in the browser window title but
not at the screen itself. The patch fixes that by displaying the
information in the page heading instead of the page title.
Eloy's original idea to put the information into the grey message box
would require a change of [upgradesure,core_admin] string because
unfortunately it does not expect $a as an object but as a plain string.
2011-03-04 05:59:08 +01:00
David Mudrak
dc41abd808
MDL-26609 Provide a link to a docs page for more help with Moodle versions and their maturity
...
Thanks Martin Dougiamas for this suggestion.
2011-03-04 05:59:08 +01:00
David Mudrak
3d673fc474
MDL-26609 Admins are warned if they try to install or upgrade to unstable version
...
The commit introduces four new constants that can be used to declare a
maturity level of Moodle core and, in the future, of extension plugins.
If the administrator is about to install or upgrade Moodle to a version
that is not considered as production-ready yet, a warning is displayed
before any change in the database.
2011-03-04 05:59:08 +01:00
Andrew Davis (andyjdavis)
98529b009b
backup MDL-26572 made restore store null instead of 0
2011-03-04 12:14:00 +08:00
Petr Skoda
48fe5c6cf9
weekly release
2011-03-03 18:26:24 +01:00
Tim Hunt
e2661fa8bc
MDL-20636 Fix GIFT unit test
2011-03-02 17:47:12 +00:00
Tim Hunt
cd4b6c1932
MDL-20636 Backup and restore of Opaque questions.
2011-03-02 17:43:04 +00:00
Tim Hunt
515e6b97b5
MDL-20636 Restore of question hints, and some other minor clean-up.
2011-03-02 17:43:02 +00:00
Tim Hunt
b662532752
MDL-20636 Minor theme tweaks.
2011-03-02 17:43:00 +00:00
Tim Hunt
c26b7f0cfb
MDL-20636 Fix upgrade problems. Thanks to James Brisland for his help.
2011-03-02 17:42:58 +00:00
Tim Hunt
7916ea127e
MDL-20636 Fix install breakage.
2011-03-02 17:42:56 +00:00
Tim Hunt
beca0d8daf
MDL-20636 Fix backup and restore issues found during testing.
2011-03-02 17:42:54 +00:00
Tim Hunt
42663bb78e
MDL-20636 Fix a bunch of missing strings caused by separating question from quiz.
2011-03-02 17:42:53 +00:00
Tim Hunt
f3ca24e418
MDL-20636 Update quiz and questions backup and restore.
...
This does not include user data yet, and it needs more testing.
2011-03-02 17:42:51 +00:00
Tim Hunt
e2cba246b7
MDL-20636 Merge vle/master into ouqe2
...
Conflicts:
mod/quiz/locallib.php
mod/quiz/report/overview/overview_table.php
mod/quiz/report/overview/report.php
mod/quiz/report/responses/report.php
question/type/random/questiontype.php
2011-03-02 17:34:18 +00:00
Petr Skoda
84fed015d8
Revert "gradebook MDL-26228 moved scroll bar css from standard theme into base"
...
This reverts commit 54c3b90ec6
.
2011-03-02 09:09:06 +01:00
Aaron Barnes
0b15b43b3e
MDL-26190 completion blocks: Show messages rather than hiding the block
2011-03-02 16:34:19 +13:00
Eloy Lafuente (stronk7)
5eb1e14aa4
Merge branch 'w09_MDL-26564_20_uploadusers' of git://github.com/skodak/moodle
2011-03-01 19:02:04 +01:00
Petr Skoda
2197b642b3
MDL-26564 print password when changed
2011-03-01 17:29:52 +01:00
Petr Skoda
faceca9176
MDL-26564 fix reversed password policy check
2011-03-01 17:22:00 +01:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Petr Skoda
2a921ee985
MDL-26047 fix string letter case and whitespace
2011-03-01 12:11:31 +01:00
Eloy Lafuente (stronk7)
8cf42d248e
Merge branch 'w09_MDL-26564_20_uploadusers' of git://github.com/skodak/moodle
2011-03-01 12:05:52 +01:00
Eloy Lafuente (stronk7)
847753d497
Merge branch 'w09_MDL-26616_20_resourcelinks' of git://github.com/skodak/moodle
2011-02-28 18:41:03 +01:00
Eloy Lafuente (stronk7)
8ef8ec689e
MDL-26047 nimble theme - changing 2 "fusion" ocurrences
2011-02-28 12:28:44 +01:00
Eloy Lafuente (stronk7)
c2a975e68d
Merge branch 'MDL-26047' of git://github.com/ptrkmkl/moodle
2011-02-28 12:27:46 +01:00
Eloy Lafuente (stronk7)
a8ccca5325
MDL-26404 messages - move textlib instance out from loop
2011-02-28 10:35:21 +01:00
Eloy Lafuente (stronk7)
77e4bb774b
Merge branch 'MDL-26404_nav_too_wide' of git://github.com/andyjdavis/moodle
2011-02-28 10:17:51 +01:00
Petr Skoda
70e6628ea3
Merge branch 'MDL-26576' of git://github.com/timhunt/moodle
2011-02-28 10:06:03 +01:00
Petr Skoda
589028b203
Merge branch 'MDL-25760' of git://github.com/ptrkmkl/moodle
2011-02-28 10:03:57 +01:00
Petr Skoda
bca4fa81a8
Merge branch 'MDL-26451_alfresco_repo' of git://github.com/dongsheng/moodle
2011-02-28 10:01:03 +01:00