Rajesh Taneja
6636050115
MDL-41283 report_participation: Fixed behat
2014-04-15 17:15:51 +08:00
Marina Glancy
cf051cc46e
Revert "MDL-41283 report_participation: Fixed legacy actions returned from api's"
...
This reverts commit 7b7bb92d42
.
2014-04-15 17:14:57 +08:00
David Monllao
d7f9d94020
MDL-44617 behat: Automate MDLQA-1464
...
A student can add submission comments to an
online text type assignment.
2014-04-15 16:08:06 +07:00
David Monllao
9076d3206a
MDL-44616 behat: Adding steps to test MDLQA-1709 and MDLQA-62
...
- In an assignment with file submissions enabled,
students can upload a set number of files.
- In assignments with file uploading enabled
the Student can use File Picker to upload files.
2014-04-15 16:01:30 +07:00
Damyon Wiese
d3931a7d4d
MDL-45034 Atto: Image dialogue improvements.
...
1. Fix Nan bugs in auto width / height
2. Allow percentages in auto width / height
3. Change dialogue title
4. Prevent preview image resizing from changing the height of the dialogue.
5. Change wording to "Auto size"
6. Auto adjust size when the "Auto size" checkbox is toggled.
7. Add img-responsive to images with the original aspect ratio.
8. If the width and height fields are left blank, revert them to the image size.
2014-04-15 16:43:27 +08:00
Damyon Wiese
7bbc64b88f
MDL-44826 Atto: Set default image alignment to 'bottom'
2014-04-15 15:47:52 +08:00
Rajesh Taneja
7ca6a3fa4e
MDL-45073 report_log: setup table if log reader enabled
2014-04-15 15:47:51 +08:00
Petr Škoda
aa386d2929
MDL-45100 fix course_context classname PHPDdos typo in context API
2014-04-15 15:46:19 +08:00
Petr Škoda
875d1e30e9
MDL-45035 add missing @since to \core\event\unknown_logged class
2014-04-15 14:56:51 +08:00
Damyon Wiese
f2fb8b09c2
Merge branch 'w16_MDL-45070_m27_ubuntumaria' of https://github.com/skodak/moodle
2014-04-15 14:46:40 +08:00
Marina Glancy
c733401634
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
2014-04-15 14:34:36 +08:00
Marina Glancy
fdb8bae241
Merge branch 'wip-mdl-41283' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
mod/upgrade.txt
2014-04-15 14:34:28 +08:00
Tony Levi
800e902813
MDL-44908: Fix upgrade_grade_item_fix_sortorder performance
2014-04-15 14:26:48 +08:00
Rajesh Taneja
58cc51cd66
MDL-41283 report_participation: moved code to locallib
2014-04-15 13:31:04 +08:00
Rajesh Taneja
7b7bb92d42
MDL-41283 report_participation: Fixed legacy actions returned from api's
2014-04-15 13:31:03 +08:00
Rajesh Taneja
b2b4ec308e
MDL-41283 report_participation: Added phpdoc about function not used
...
In new logging api, xxx_get_view_actions() and xxx_get_post_actions()
will not be used to identify the paticipation of user. Event's crud
and edulevel status will define user's participation.
2014-04-15 13:31:03 +08:00
Rajesh Taneja
ff6a853aad
MDL-41283 report_participation: Updated report to use logging api
2014-04-15 13:31:03 +08:00
Damyon Wiese
12f8adbd25
Merge branch 'wip-mdl-44910' of https://github.com/rajeshtaneja/moodle
2014-04-15 13:16:15 +08:00
Sam Hemelryk
19dfbe3001
Merge branch 'MDL-40674_master' of https://github.com/nadavkav/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-15 16:47:38 +12:00
Sam Hemelryk
00719eefd7
Merge branch 'MDL-44826-master' of git://github.com/damyon/moodle
2014-04-15 16:42:12 +12:00
Marina Glancy
72aeb83a74
MDL-44998 log_standard: review indexes
2014-04-15 12:25:48 +08:00
Damyon Wiese
d28af3d4aa
MDL-44826 Atto: Image alignment options
...
If an image has custom alignment or margins - don't overwrite
them unless a new alignment option is chosen.
2014-04-15 12:23:31 +08:00
Frederic Massart
f82bc6be01
MDL-45076 theme_bootstrapbase: Clean up participants controls LESS
2014-04-15 12:19:53 +08:00
Jonathon Fowler
6b2b72d6f9
MDL-44270 files: handle drag-drop js error when event has null types
...
This can happen when the 'dragover' event fires as has been observed
in Safari. When the dataTransfer.types property of the event is null,
accessing types.length throws a JavaScript error.
2014-04-15 14:18:55 +10:00
Frederic Massart
a71b1f131e
MDL-45076 theme_bootstrapbase: Select placement in participants page
...
Usually the group selector is aligned with the label, but as we want
it to be consistent with the rest of the selects in the participants
page we need an override.
2014-04-15 12:18:44 +08:00
Dan Poltawski
57506eb548
Merge branch 'wip-mdl-45073' of https://github.com/rajeshtaneja/moodle
2014-04-15 11:57:51 +08:00
Jetha Chan
f0ddce4df1
MDL-44758 editor-atto: prevent table-in-table creation
...
Prevent new table creation, displaying table context menu instead when cursor is within caption, when multiple cells are selected, when selection contains both nodes within and outside of the table, and when selection contains nodes from multiple tables.
2014-04-15 11:39:57 +08:00
Dan Poltawski
42a9073423
Merge branch 'MDL-45074-master' of git://github.com/ankitagarwal/moodle
2014-04-15 11:38:01 +08:00
Dan Poltawski
81ff1c7570
Merge branch 'MDL-45084-master' of git://github.com/FMCorz/moodle
2014-04-15 11:05:37 +08:00
Rajesh Taneja
cf247acf10
MDL-44910 behat: Fixed log and livelog behat
...
As default log store is changed to standard, test should
now take care of it
2014-04-15 10:56:41 +08:00
Dan Poltawski
72de455146
Merge branch 'MDL-45003-master' of git://github.com/jamiepratt/moodle
2014-04-15 10:33:30 +08:00
Dan Poltawski
ca4554402d
Merge branch '44354-27' of git://github.com/samhemelryk/moodle
2014-04-15 10:26:06 +08:00
Andrew Nicols
b359900cd7
MDL-43277 block_navigation: Trim from the left for long names
2014-04-15 10:24:32 +08:00
Andrew Davis
a2505cfdaa
MDL-45089 mod_chat: changed the page type on the accessible popup
2014-04-15 09:04:33 +08:00
Sam Hemelryk
564a413367
Merge branch 'MDL-45040-master' of git://github.com/jethac/moodle
2014-04-15 12:31:44 +12:00
Sam Hemelryk
e8bb3c3fa6
Merge branch 'MDL-41891_master' of https://github.com/nadavkav/moodle
2014-04-15 11:25:20 +12:00
Sam Hemelryk
92f4d00e5d
Merge branch 'MDL-45086-master' of git://github.com/danpoltawski/moodle
2014-04-15 09:50:38 +12:00
Frederic Massart
5b98627ae6
MDL-45081 curl: Prefer usage of CURLFile over @file arguments
2014-04-14 17:39:30 +08:00
Marina Glancy
72f5bfc22b
Merge branch 'MDL-45047-module-notation-deprecated' of git://github.com/mudrd8mz/moodle
2014-04-14 17:10:31 +08:00
Marina Glancy
dd5e6ad03a
Merge branch 'MDL-45057_master' of git://github.com/markn86/moodle
2014-04-14 17:10:02 +08:00
Marina Glancy
300735e95e
Merge branch 'w16_MDL-44911_m27_unknownevent' of git://github.com/skodak/moodle
2014-04-14 17:09:49 +08:00
Dan Poltawski
78b00793e8
MDL-45086 lib: force upgrade
...
The availability changes change the course query for front page.
2014-04-14 16:36:02 +08:00
Ankit Agarwal
521d9d74e5
MDL-45074 report_loglive Fix parameter typo
2014-04-14 16:31:54 +08:00
Frederic Massart
034dbd7588
MDL-45084 theme: File was not chunked on IE
...
This only applied when themedesignermode was disabled, because the
first chunk is 0, but 0 is resolved to false. We needed to compare
$chunk with null in order to know if it was set.
2014-04-14 16:25:20 +08:00
Dan Poltawski
2c6401e3a9
Merge branch 'wip-MDL-43719-master' of git://github.com/abgreeve/moodle
2014-04-14 15:22:59 +08:00
Marina Glancy
3c4b2f0b4c
MDL-45083 recent_activity: fixed debugging message on removed module type
2014-04-14 15:20:24 +08:00
Dan Poltawski
c675899425
Merge branch 'w16_MDL-44366_m27_filtergloss' of https://github.com/skodak/moodle
2014-04-14 15:19:58 +08:00
Petr Škoda
1bfb41f45a
MDL-44366 fix use of cm->uservisible in glossary concept cache
2014-04-14 15:16:28 +08:00
David Mudrák
09027084a7
MDL-45047 Put the deprecation warning into mod/upgrade.txt, too
...
It is already in the main lib/upgrade.txt but it should be mentioned here as
well.
2014-04-14 08:58:50 +02:00
Mark Nelson
92089e0ecc
MDL-45057 mod_quiz: restored the user/group override deleted events
2014-04-13 22:32:06 -07:00