AL Rachels
15d5885f84
MDL-39040 - mod_data: Database description available in add entry tab.
2013-04-30 09:06:01 +08:00
Andrew Davis
dc514c1a0b
MDL-35385 mod_chat: made sure no message popups display within the chat window
2013-04-30 09:01:00 +08:00
Frederic Massart
09faedd129
MDL-39265 feedback: Reformat module settings form
2013-04-30 08:33:20 +08:00
Sam Hemelryk
2a03b6dafe
Merge branch 'MDL-39366-master-int' of git://github.com/FMCorz/moodle
2013-04-30 10:38:38 +12:00
Sam Hemelryk
0f540591df
Merge branch 'MDL-39303_master' of https://github.com/markn86/moodle
2013-04-30 10:08:20 +12:00
Sam Hemelryk
a91f5ccb86
Merge branch 'MDL-39365-master' of git://github.com/ankitagarwal/moodle
2013-04-30 09:36:50 +12:00
Frederic Massart
b0b79f8ab2
MDL-39368 url: Remove advanced parameters from settings form
2013-04-29 19:27:53 +08:00
Frederic Massart
9cf26d0890
MDL-39368 url: Renaming sections of the settings form
2013-04-29 19:27:47 +08:00
Ankit Agarwal
d8d0b8b390
MDL-39363 scorm: Accept 0 as a valid score
2013-04-29 16:53:15 +08:00
Mark Nelson
34e2987118
MDL-39303 mod_forum: prevent user from submitting when post threshold reached
2013-04-29 14:44:04 +08:00
Ankit Agarwal
325c730ba1
MDL-39365 scorm reports: Return correct track count
2013-04-29 13:26:09 +08:00
Frederic Massart
b5472cb856
MDL-39367 resource: An admin cannot decide which settings are advanced
2013-04-29 11:10:38 +08:00
Damyon Wiese
50cc49ba04
Merge branch 'MDL-38440-master' of git://github.com/mouneyrac/moodle
2013-04-29 11:01:57 +08:00
Frederic Massart
f7224e6027
MDL-39367 resource: Reformat resource settings page
2013-04-29 10:58:29 +08:00
Sam Hemelryk
5745360915
Merge branch 'MDL-39192_master' of https://github.com/markn86/moodle
2013-04-29 10:54:07 +12:00
Tim Hunt
a35ce08493
MDL-39246 quiz timer: compute a more accurate stop time.
2013-04-26 11:55:18 +01:00
Jerome Mouneyrac
487bc1b627
MDL-38440 WebService get_contents doesn't return the full text of labels
2013-04-26 15:13:03 +08:00
Frederic Massart
b9e6341579
MDL-39366 book: Section appearance in book module settings
2013-04-26 13:42:19 +08:00
Frederic Massart
d756d3fbcd
MDL-39270 lesson: Reformat module settings form
2013-04-26 10:28:52 +08:00
Dan Poltawski
68265ee2d6
Merge branch 'MDL-34403' of https://github.com/mpetrowi/moodle
2013-04-25 12:49:38 +01:00
Matt Petro
f5f3658480
MDL-34403 mod quiz: fix error during enrolment
2013-04-24 15:00:06 -04:00
Dan Poltawski
f1b0908b8a
MDL-38597 forum: fix incompetent programmer error ;-)
...
Shameful, Fred!
2013-04-24 10:02:41 +01:00
Dan Poltawski
6f0fdc9bb2
Merge branch 'MDL-38597-master-int' of git://github.com/FMCorz/moodle
2013-04-24 09:57:22 +01:00
Dan Poltawski
c1ae8606bd
Merge branch 'MDL-38572-master' of git://github.com/FMCorz/moodle
2013-04-24 09:53:25 +01:00
Dan Poltawski
9da8c53295
Merge branch 'MDL-39219_scorm_ie7' of git://github.com/davosmith/moodle
2013-04-24 09:08:23 +01:00
Dan Poltawski
e6c91f99ec
Merge branch 'MDL-38892' of git://github.com/rwijaya/moodle
2013-04-24 08:16:37 +01:00
Mark Nelson
eaa8f5ad53
MDL-39192 mod_forum: do not need to check the posting threshold when editing a post
2013-04-24 14:00:34 +08:00
Rossiani Wijaya
819b1de681
MDL-38892 data module: Fixed action setType to use PARAM_ALPHANUM
2013-04-24 13:49:09 +08:00
Davo Smith
c23ff8e3a5
MDL-39219 mod_scorm - make sure YUI JSON module is loaded
2013-04-23 18:58:09 +01:00
Dan Poltawski
88dbfc453e
Merge branch 'MDL-39296-master' of git://github.com/ankitagarwal/moodle
2013-04-23 12:50:44 +01:00
Frederic Massart
fbe9f668b2
MDL-38597 forum: Reformat the module settings form
2013-04-23 14:52:09 +08:00
Ankit Agarwal
647a3fc81c
MDL-39296 scorm reports: Fix undefined variables in graphs report
2013-04-23 12:03:00 +08:00
Rossiani Wijaya
2e0ba150b3
MDL-38892 data module: Fixed setType warning
2013-04-23 09:57:58 +08:00
Dan Poltawski
fe5bb43ae5
Merge branch 'MDL-39264-master-int' of git://github.com/FMCorz/moodle
2013-04-22 17:23:43 +01:00
Dan Poltawski
83a9917314
MDL-37514 mod_quiz: fix trailing whitespace
2013-04-22 14:20:58 +01:00
Alex Leontiev
bd166e618f
MDL-37514 module.js: fix .js for auto quiz submission in preview mode
...
The issue: when we attempt the quiz as teacher/admin and timer is up,
quiz is not submitted, even though "Open attempts are submitted
automatically" is set. I've changed the javascript for a timer,
responsible for submission, removing the special behaviour in case of
preview mode. Note, that when the admin/teacher is taking a quiz, the
"preview" mode is automatically switched on.
It is a bit strange, since in the javascript there was clearly no
expressed intention to really submit quiz in preview, even when timer
hits. It does not really seem like a accidental bug, rather it looks
like some misunderstanding. Worse still, it may happen that I did not
understand the intentions of previous editor and ruined some
functionality. Because of this, and the fact that this is my first bug,
I would like to ask about the peer review! Please, see my comments in
bug discussion for the testing steps.
Conflicts:
mod/quiz/module.js
2013-04-22 14:13:53 +01:00
Dan Poltawski
e65dfc0275
Merge branch 'MDL-39186' of git://github.com/timhunt/moodle
2013-04-22 13:05:53 +01:00
Dan Poltawski
8c82b67ef0
Merge branch 'MDL-38603-workshop-form' of git://github.com/mudrd8mz/moodle
2013-04-22 12:47:10 +01:00
Dan Poltawski
3a3621821a
Merge branch 'MDL-39173-master' of git://github.com/damyon/moodle
2013-04-22 11:41:41 +01:00
Damyon Wiese
f5e9aa843c
Merge branch 'wip-mdl-38851' of git://github.com/rajeshtaneja/moodle
2013-04-22 15:11:59 +08:00
Damyon Wiese
00ec4acc8f
Merge branch 'MDL-39182_master' of https://github.com/markn86/moodle
2013-04-22 14:00:11 +08:00
Mark Nelson
f5ad424b11
MDL-39182 mod_forum: display the post threshold warning message in a more noticeable area
2013-04-22 13:33:36 +08:00
Frederic Massart
613abe1b02
MDL-38572 assign: Improving usability of the module form
2013-04-22 13:28:38 +08:00
Frederic Massart
47f0ae5908
MDL-39264 chat: Reformat module settings form
2013-04-22 11:03:28 +08:00
Damyon Wiese
b363d54ccd
Merge branch 'MDL-39050' of git://github.com/timhunt/moodle
2013-04-22 10:25:46 +08:00
Sam Hemelryk
54ed002fdc
Merge branch 'wip-MDL-39118-master' of git://github.com/abgreeve/moodle
2013-04-22 13:41:45 +12:00
Adrian Greeve
e06d54289d
MDL-39118 - mod_data: removed areamaxbytes option for uploading files and images.
...
Setting the maximum size for a file or picture field to the course upload limit
would send a value of 0 to the file picker. This patch checks for this 0 value
and handles it appropriately.
2013-04-22 09:28:51 +08:00
Tim Hunt
ba86e1d1ee
MDL-39186 quiz password form: set param types.
2013-04-19 18:28:59 +01:00
Dan Poltawski
b93945e9b9
Merge branch 'MDL-39219_scorm_ie7' of git://github.com/davosmith/moodle
...
Conflicts:
mod/scorm/module.js
2013-04-19 15:20:02 +01:00
Dan Poltawski
aa15c5f3ff
Merge branch 'MDL-38361' of https://github.com/prateeksachan/moodle
2013-04-19 15:11:33 +01:00