Eloy Lafuente (stronk7)
d86db37c44
MDL-38632 folder: observe show_expanded on course page
2013-03-22 15:53:53 +01:00
Petr Škoda
c3f31a3ded
MDL-38581 move forum discussion and post generators to proper place
2013-03-22 13:21:35 +01:00
Tim Hunt
2515be0e80
MDL-38647 quiz review question issues
...
1. Page URL should contain 'step=0' if necessary, but not 'step='.
2. Review specific step was not using the right display options.
2013-03-22 11:16:02 +00:00
Tim Hunt
7dbde4ed3b
MDL-38557 quiz install.php code should actually be in reports.
...
I think it is worth moving this code to its correct home in master.
2013-03-22 10:36:15 +00:00
Tim Hunt
30461b0066
MDL-38557 quiz manual grading should check mod/quiz:grade
2013-03-22 10:36:14 +00:00
Tim Hunt
0559a72aa3
MDL-38557 fix quiz version number mess from MDL-31983
2013-03-22 10:36:13 +00:00
Frederic Massart
b7fc9d5a26
MDL-38552 forms: IMS CP content section expanded by default
2013-03-20 14:31:33 +08:00
Eloy Lafuente (stronk7)
b35dd05521
Merge branch 'MDL-38370-master' of git://github.com/ankitagarwal/moodle
2013-03-20 00:30:49 +01:00
Eloy Lafuente (stronk7)
044566f001
Merge branch 'MDL-38166-m' of git://github.com/andrewnicols/moodle
2013-03-20 00:13:51 +01:00
Eloy Lafuente (stronk7)
e73ac7692e
Merge branch 'MDL-38433_master' of git://github.com/dmonllao/moodle
2013-03-19 23:27:50 +01:00
Eloy Lafuente (stronk7)
1d790031c2
Merge branch 'MDL-38411_master' of git://github.com/dmonllao/moodle
2013-03-19 23:26:01 +01:00
Eloy Lafuente (stronk7)
eb8a3eeaac
Merge branch 'MDL-38410_master' of git://github.com/dmonllao/moodle
2013-03-19 23:20:31 +01:00
Eloy Lafuente (stronk7)
bf2d2aa983
Merge branch 'MDL-38412' of git://github.com/timhunt/moodle
2013-03-19 18:20:47 +01:00
David Monllao
6b6303d9a1
MDL-38411 behat: New test
2013-03-19 16:44:55 +08:00
David Monllao
b7d6c48589
MDL-38433 behat: New tests
...
According to MDLQA-48
2013-03-19 16:44:20 +08:00
David Monllao
4b61cc91ac
MDL-38410 behat: Adding basic step and test for mod_choice
2013-03-19 16:42:59 +08:00
Damyon Wiese
43087d02dd
Merge branch 'MDL-38368-master' of git://github.com/FMCorz/moodle
2013-03-19 16:17:41 +08:00
Damyon Wiese
20139cbcef
MDL-30790 folder : Whitespace fixes
2013-03-19 15:59:41 +08:00
Damyon Wiese
0cabeada65
Merge branch 'MDL-30790_25' of git://github.com/rlorenzo/moodle
2013-03-19 15:47:35 +08:00
Damyon Wiese
db98fa786e
Merge branch 'wip-mdl-36395-m' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
version.php
2013-03-19 15:18:13 +08:00
Damyon Wiese
08f5b90bb7
Merge branch 'MDL-38426_dnd_plain_text' of git://github.com/davosmith/moodle
2013-03-19 14:36:43 +08:00
Damyon Wiese
8fe55f6862
Merge branch 'MDL-37079-master2' of git://github.com/mouneyrac/moodle
2013-03-19 11:13:23 +08:00
Damyon Wiese
23477802b7
Merge branch 'MDL-38367_dnd_ui_improvements' of git://github.com/davosmith/moodle
2013-03-19 09:31:07 +08:00
Jerome Mouneyrac
dd5d933f30
MDL-37079 create/update_module()
2013-03-18 14:41:35 +08:00
Damyon Wiese
7c211f565a
Merge branch 'MDL-38005-master' of git://github.com/FMCorz/moodle
2013-03-18 13:45:41 +08:00
Damyon Wiese
1ef6160ade
Merge branch 'MDL-38215-workshop-oracle' of git://github.com/mudrd8mz/moodle
2013-03-18 11:41:00 +08:00
Eloy Lafuente (stronk7)
a06900b5b2
MDL-25655 glossary: non full searches now working.
...
In the process of updting the module from 1.9 to
2.0 the (non) full search feature was lost without notice.
This restitutes it with the same behavior present in 1.9:
- fullsearch disabled: look into concepts and aliases.
- fullsearch enabled (default): look also into definitions.
2013-03-16 18:04:57 +01:00
Rex Lorenzo
f295727859
MDL-30790 - Option to collapse or expand sub-folders
2013-03-15 16:19:07 -07:00
Tim Hunt
a4768fe290
MDL-38412 fix quiz reports group mode weirdness.
...
Moodle currently selected group uses the session. This can cause weird
effects when you have two tabs open. This is particularly weird in the
quiz reports, where some actions like delete attempt are checked against
the currently selected group.
The solution is to put the currently selected group into the URL for all
actions like delete/regrade attempt, regrade all attempts, download and
sort table.
2013-03-15 11:58:06 +00:00
Frederic Massart
807cf3d0ae
MDL-38005 form: Headers have a proper name
2013-03-15 11:06:25 +08:00
Frederic Massart
9f1b00a85d
MDL-38368 folder: No edit button when displayed inline
2013-03-14 14:03:17 +08:00
David Mudrák
c3d0157b0d
MDL-38215 Fix cross-db support in workshop SQL queries
...
The $sql used in these methods may contain multiple parts glued
together by the UNION operator. Simply appending the ORDER BY statement
to the end of the query does not work in all DBs (failure reported at
Oracle). Following the pattern already applied in MDL-30051, we wrap the
SQL into yet another SELECT statement and perform ordering there.
Credit goes to Sara Cenni for suggesting the fix.
2013-03-13 14:58:50 +01:00
Aparup Banerjee
e186442497
Merge branch 'MDL-36990_master-neu' of git://github.com/grabs/moodle
2013-03-13 14:59:47 +08:00
Andreas Grabs
205c61898d
MDL-36990 mod_feedback - remove single move icon, prevent autoscrolling
2013-03-13 07:32:04 +01:00
Eloy Lafuente (stronk7)
0e5781a7ff
Merge branch 'MDL-30166-master' of git://github.com/ankitagarwal/moodle
2013-03-13 01:08:26 +01:00
Davo Smith
3d38777333
MDL-38426 mod_label - correctly handle plain text that has been added by drag and drop upload
2013-03-12 19:46:14 +00:00
Andrew Robert Nicols
6f07bf766b
MDL-38166 mod_data Add option to open url in a new window
2013-03-12 11:29:17 +00:00
Rajesh Taneja
9a51c3d95c
MDL-36395: Converted hard-coded MAX_USER_PER_PAGE to config setting
...
course, cohort, enrol, role, groups and forum used to use hard-coded
MAX_USERS_PER_PAGE=100 for rendering user list. This has been converted
to $CFG->maxusersperpage.
2013-03-12 17:14:53 +08:00
Damyon Wiese
43c791653b
Merge branch 'MDL-34011' of git://github.com/rwijaya/moodle
2013-03-12 16:03:53 +08:00
Rossiani Wijaya
43deb1a4c4
MDL-34011 Lesson module - short answer question: fixed student attempt statistics
2013-03-12 14:16:15 +08:00
Damyon Wiese
ee8640a906
MDL-34011 Lesson module: fixed incorrect display of student attempt for short answer question
2013-03-12 14:08:05 +08:00
Aparup Banerjee
e0567bc2a3
MDL-36990 mod_feedback : minor whitespace clean up
2013-03-12 12:25:38 +08:00
Aparup Banerjee
7b37b805d6
Merge branch 'MDL-36990_master-neu' of git://github.com/grabs/moodle
2013-03-12 12:22:28 +08:00
Ankit Agarwal
6e9d3c19e3
MDL-38370 scorm: Fixing strict standard errors in outline report
2013-03-12 11:43:10 +08:00
Ankit Agarwal
7a241d8102
MDL-30166 Remove deprecated %fullname% from core
...
Thanks to Matheus Kautzmann for the initial patch.
2013-03-12 10:38:09 +08:00
Eloy Lafuente (stronk7)
b2ccf75484
Merge branch 'MDL-34774' of git://github.com/rwijaya/moodle
2013-03-12 00:54:53 +01:00
Davo Smith
66079e28fd
MDL-38367 course dndupload - various tweaks to the UI
...
Switched to Moodle-style dialog boxes (thanks Andrew for the pointer)
Enter button now submits the form (from within the 'name' field)
Upload button is disabled when the name is empty (if the name is required for the selected handler)
Dialog now has 'What do you want to do with this text?' and 'Name' for the text
Entire course section now has a class added when you drag over it (to enable it to be styled in the future)
2013-03-11 22:44:55 +00:00
Andreas Grabs
c76b19bf37
MDL-36990 feedback - added check for ->enableajax
2013-03-09 16:16:44 +01:00
Andreas Grabs
7eddca8c19
MDL-36990 mod_feedback - using delegator for dd-items
2013-03-09 16:16:43 +01:00
Andreas Grabs
45785a385b
MDL-36990 mod_feedback - optimize js code and use groups for dd
2013-03-09 16:16:42 +01:00