moodle.git
9 years agoMDL-41101 mod_assign: replaced 'view feedback' add_to_log call with an event
Mark Nelson [Mon, 24 Mar 2014 05:10:34 +0000 (22:10 -0700)]
MDL-41101 mod_assign: replaced 'view feedback' add_to_log call with an event

9 years agoMDL-41101 mod_assign: replaced 'view submission' add_to_log call with an event
Mark Nelson [Sun, 23 Mar 2014 00:27:52 +0000 (17:27 -0700)]
MDL-41101 mod_assign: replaced 'view submission' add_to_log call with an event

9 years agoMDL-41101 mod_assign: replaced 'view all' add_to_log call with an event
Mark Nelson [Thu, 20 Mar 2014 02:27:36 +0000 (19:27 -0700)]
MDL-41101 mod_assign: replaced 'view all' add_to_log call with an event

9 years agoMDL-41101 mod_assign: introduced event base class
Mark Nelson [Sun, 23 Mar 2014 00:21:38 +0000 (17:21 -0700)]
MDL-41101 mod_assign: introduced event base class

Also performed the following -

1) Deprecated the assignment's add_to_log function (part of it's functionality exists in the base class to set the legacy log data).
2) Edited existing events to use the new base class.
3) Renamed event_test.php to events_test.php to match the rest of core.
4) Moved the event tests from locallib_test.php to events_test.php.
5) When setting legacy data use lang_string, rather than get_string, as we may not be using them if legacy log is disabled.

9 years agoMDL-41101 mod_assign: removed underscores from event string keys
Mark Nelson [Thu, 20 Mar 2014 02:44:15 +0000 (19:44 -0700)]
MDL-41101 mod_assign: removed underscores from event string keys

AMOS BEGIN
 MOV [event_all_submissions_downloaded, mod_assign],[eventallsubmissionsdownloaded, mod_assign]
 MOV [event_assessable_submitted, mod_assign],[eventassessablesubmitted, mod_assign]
 MOV [event_extension_granted, mod_assign],[eventextensiongranted, mod_assign]
 MOV [event_identities_revealed, mod_assign],[eventidentitiesrevealed, mod_assign]
 MOV [event_marker_updated, mod_assign],[eventmarkerupdated, mod_assign]
 MOV [event_statement_accepted, mod_assign],[eventstatementaccepted, mod_assign]
 MOV [event_submission_duplicated, mod_assign],[eventsubmissionduplicated, mod_assign]
 MOV [event_submission_graded, mod_assign],[eventsubmissiongraded, mod_assign]
 MOV [event_submission_locked, mod_assign],[eventsubmissionlocked, mod_assign]
 MOV [event_submission_status_updated, mod_assign],[eventsubmissionstatusupdated, mod_assign]
 MOV [event_submission_unlocked, mod_assign],[eventsubmissionunlocked, mod_assign]
 MOV [event_workflow_state_updated, mod_assign],[eventworkflowstateupdated, mod_assign]
AMOS END

9 years agoMerge branch 'MDL-44616_master' of git://github.com/dmonllao/moodle
Sam Hemelryk [Wed, 16 Apr 2014 20:52:07 +0000 (08:52 +1200)]
Merge branch 'MDL-44616_master' of git://github.com/dmonllao/moodle

9 years agoMerge branch 'wip-MDL-45116_master' of https://github.com/kwiliarty/moodle
Sam Hemelryk [Wed, 16 Apr 2014 20:39:34 +0000 (08:39 +1200)]
Merge branch 'wip-MDL-45116_master' of https://github.com/kwiliarty/moodle

9 years agoMerge branch 'MDL-45061' of git://github.com/jleyva/moodle
Sam Hemelryk [Wed, 16 Apr 2014 20:37:26 +0000 (08:37 +1200)]
Merge branch 'MDL-45061' of git://github.com/jleyva/moodle

9 years agoMerge branch 'MDL-45132-master' of git://github.com/FMCorz/moodle
Eloy Lafuente (stronk7) [Wed, 16 Apr 2014 14:22:28 +0000 (16:22 +0200)]
Merge branch 'MDL-45132-master' of git://github.com/FMCorz/moodle

9 years agoMDL-45132 curl: Unit Tests for file uploads
Frederic Massart [Wed, 16 Apr 2014 09:29:22 +0000 (17:29 +0800)]
MDL-45132 curl: Unit Tests for file uploads

9 years agoMerge branch 'MDL-44798-master' of git://github.com/andrewnicols/moodle
Dan Poltawski [Wed, 16 Apr 2014 07:21:08 +0000 (15:21 +0800)]
Merge branch 'MDL-44798-master' of git://github.com/andrewnicols/moodle

9 years agoMerge branch 'MDL-44349-master' of https://github.com/lucisgit/moodle
Dan Poltawski [Wed, 16 Apr 2014 07:11:27 +0000 (15:11 +0800)]
Merge branch 'MDL-44349-master' of https://github.com/lucisgit/moodle

9 years agoMerge branch 'MDL-44951-master' of git://github.com/jethac/moodle
Marina Glancy [Wed, 16 Apr 2014 06:44:04 +0000 (14:44 +0800)]
Merge branch 'MDL-44951-master' of git://github.com/jethac/moodle

Conflicts:
theme/bootstrapbase/style/moodle.css

9 years agoMerge branch 'MDL-41286_master' of git://github.com/markn86/moodle
Marina Glancy [Wed, 16 Apr 2014 06:42:40 +0000 (14:42 +0800)]
Merge branch 'MDL-41286_master' of git://github.com/markn86/moodle

9 years agoMerge branch 'MDL-44758-master' of git://github.com/jethac/moodle
Marina Glancy [Wed, 16 Apr 2014 06:42:15 +0000 (14:42 +0800)]
Merge branch 'MDL-44758-master' of git://github.com/jethac/moodle

9 years agoMerge branch 'wip-mdl-44977' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Wed, 16 Apr 2014 06:34:58 +0000 (14:34 +0800)]
Merge branch 'wip-mdl-44977' of https://github.com/rajeshtaneja/moodle

9 years agoMerge branch 'MDL-44629-B' of https://github.com/bostelm/moodle
Damyon Wiese [Wed, 16 Apr 2014 06:23:07 +0000 (14:23 +0800)]
Merge branch 'MDL-44629-B' of https://github.com/bostelm/moodle

9 years agoMerge branch 'wip-mdl-44979' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Wed, 16 Apr 2014 05:56:37 +0000 (13:56 +0800)]
Merge branch 'wip-mdl-44979' of https://github.com/rajeshtaneja/moodle

9 years agoMDL-41286 report_outline: updated report to use logging api
Mark Nelson [Mon, 10 Mar 2014 01:11:53 +0000 (18:11 -0700)]
MDL-41286 report_outline: updated report to use logging api

AMOS START
 MOV [neverseen, mod_folder],[neverseen, report_outline]
 MOV [neverseen, mod_page],[neverseen, report_outline]
 MOV [neverseen, mod_resource],[neverseen, report_outline]
 MOV [neverseen, mod_url],[neverseen, report_outline]
AMOS END

9 years agoMerge branch 'MDL-45089_chat' of https://github.com/andyjdavis/moodle
Dan Poltawski [Wed, 16 Apr 2014 05:00:46 +0000 (13:00 +0800)]
Merge branch 'MDL-45089_chat' of https://github.com/andyjdavis/moodle

9 years agoMDL-44798 editor_atto: Backport a fix for HTML5Shiv
Andrew Nicols [Wed, 16 Apr 2014 02:26:40 +0000 (10:26 +0800)]
MDL-44798 editor_atto: Backport a fix for HTML5Shiv

This is a backport of the Rangy workaround for a bug in HTML5Shiv, which
breaks document.createElement by returning nodes which have parent nodes.

HTML5Shiv refuses to fix this bug so Rangy has had to work around it.

For more information see:
* https://code.google.com/p/rangy/issues/detail?id=104; and
* https://github.com/aFarkas/html5shiv/issues/64.

9 years agoMerge branch 'MDL-45081-master' of git://github.com/FMCorz/moodle
Marina Glancy [Wed, 16 Apr 2014 03:51:57 +0000 (11:51 +0800)]
Merge branch 'MDL-45081-master' of git://github.com/FMCorz/moodle

9 years agoMerge branch 'MDL-44295' of https://github.com/scyrma/moodle
Dan Poltawski [Wed, 16 Apr 2014 03:33:14 +0000 (11:33 +0800)]
Merge branch 'MDL-44295' of https://github.com/scyrma/moodle

9 years agoMerge branch 'MDL-43277-master' of git://github.com/andrewnicols/moodle
Damyon Wiese [Wed, 16 Apr 2014 03:12:36 +0000 (11:12 +0800)]
Merge branch 'MDL-43277-master' of git://github.com/andrewnicols/moodle

9 years agoMerge branch 'MDL-45062' of git://github.com/jleyva/moodle
Damyon Wiese [Wed, 16 Apr 2014 02:57:46 +0000 (10:57 +0800)]
Merge branch 'MDL-45062' of git://github.com/jleyva/moodle

9 years agoMDL-45062 webservices: fix unit test for update_grades
Damyon Wiese [Wed, 16 Apr 2014 02:55:58 +0000 (10:55 +0800)]
MDL-45062 webservices: fix unit test for update_grades

This fixes the broken unit test (which exposes a fail) and
the next patch from Juan fixes the fail.

9 years agoMerge branch 'MDL-45055-master' of git://github.com/ankitagarwal/moodle
Damyon Wiese [Wed, 16 Apr 2014 02:41:17 +0000 (10:41 +0800)]
Merge branch 'MDL-45055-master' of git://github.com/ankitagarwal/moodle

9 years agoMerge branch 'MDL-44941-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Wed, 16 Apr 2014 02:30:47 +0000 (10:30 +0800)]
Merge branch 'MDL-44941-master' of git://github.com/FMCorz/moodle

9 years agoMerge branch 'MDL-45076-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Wed, 16 Apr 2014 01:10:28 +0000 (09:10 +0800)]
Merge branch 'MDL-45076-master' of git://github.com/FMCorz/moodle

Conflicts:
theme/bootstrapbase/style/moodle.css

9 years agoMerge branch 'w16_MDL-45100_m27_coursecontext' of https://github.com/skodak/moodle
Sam Hemelryk [Tue, 15 Apr 2014 23:43:48 +0000 (11:43 +1200)]
Merge branch 'w16_MDL-45100_m27_coursecontext' of https://github.com/skodak/moodle

9 years agoMerge branch 'wip-MDL-45083-master' of git://github.com/marinaglancy/moodle
Sam Hemelryk [Tue, 15 Apr 2014 21:52:05 +0000 (09:52 +1200)]
Merge branch 'wip-MDL-45083-master' of git://github.com/marinaglancy/moodle

9 years agoMerge branch 'wip-MDL-44998-master' of git://github.com/marinaglancy/moodle
Sam Hemelryk [Tue, 15 Apr 2014 21:46:54 +0000 (09:46 +1200)]
Merge branch 'wip-MDL-44998-master' of git://github.com/marinaglancy/moodle

9 years agoMerge branch 'MDL-45034-master' of git://github.com/damyon/moodle
Sam Hemelryk [Tue, 15 Apr 2014 21:23:30 +0000 (09:23 +1200)]
Merge branch 'MDL-45034-master' of git://github.com/damyon/moodle

Conflicts:
lib/editor/atto/plugins/image/yui/build/moodle-atto_image-button/moodle-atto_image-button-min.js

9 years agoMDL-45116: Workshop submission title displays behind author picture
Kevin Wiliarty [Tue, 15 Apr 2014 17:50:52 +0000 (13:50 -0400)]
MDL-45116: Workshop submission title displays behind author picture

9 years agoon-demand release 2.7beta+
Eloy Lafuente (stronk7) [Tue, 15 Apr 2014 14:33:14 +0000 (16:33 +0200)]
on-demand release 2.7beta+

9 years agoMDL-45061 airnotifier: Changed default port value to 443
Juan Leyva [Tue, 15 Apr 2014 10:12:22 +0000 (12:12 +0200)]
MDL-45061 airnotifier: Changed default port value to 443

9 years agoMDL-44826 atto: re-shifted js
Marina Glancy [Tue, 15 Apr 2014 10:07:10 +0000 (18:07 +0800)]
MDL-44826 atto: re-shifted js

9 years agoMDL-45062 web services: Description of method result value for update_grades_return...
Juan Leyva [Tue, 15 Apr 2014 09:59:44 +0000 (11:59 +0200)]
MDL-45062 web services: Description of method result value for update_grades_return is invalid

9 years agoMerge branch 'MDL-44826-master' of git://github.com/damyon/moodle
Marina Glancy [Tue, 15 Apr 2014 09:55:30 +0000 (17:55 +0800)]
Merge branch 'MDL-44826-master' of git://github.com/damyon/moodle

9 years agoMDL-44941 core: Removing irrelevant assertion causing failures
Frederic Massart [Tue, 15 Apr 2014 09:25:46 +0000 (17:25 +0800)]
MDL-44941 core: Removing irrelevant assertion causing failures

The timemodified property is not called when the user logs in, and
so we should not be checking if its value matches the current time.

9 years agoMDL-45073 report_log: Fixed behat
Rajesh Taneja [Tue, 15 Apr 2014 08:02:04 +0000 (16:02 +0800)]
MDL-45073 report_log: Fixed behat

9 years agoMDL-41283 report_participation: Fixed behat
Rajesh Taneja [Tue, 15 Apr 2014 08:11:02 +0000 (16:11 +0800)]
MDL-41283 report_participation: Fixed behat

9 years agoRevert "MDL-41283 report_participation: Fixed legacy actions returned from api's"
Marina Glancy [Tue, 15 Apr 2014 09:14:57 +0000 (17:14 +0800)]
Revert "MDL-41283 report_participation: Fixed legacy actions returned from api's"

This reverts commit 7b7bb92d4206beac111fa0eed63a964fd9d20f4a.

9 years agoMDL-44616 behat: Adding steps to test MDLQA-1709 and MDLQA-62
David Monllao [Wed, 9 Apr 2014 13:35:07 +0000 (20:35 +0700)]
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.

9 years agoMDL-45034 Atto: Image dialogue improvements.
Damyon Wiese [Fri, 11 Apr 2014 06:15:02 +0000 (14:15 +0800)]
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.

9 years agoMDL-44826 Atto: Set default image alignment to 'bottom'
Damyon Wiese [Tue, 15 Apr 2014 07:47:52 +0000 (15:47 +0800)]
MDL-44826 Atto: Set default image alignment to 'bottom'

9 years agoMDL-45073 report_log: setup table if log reader enabled
Rajesh Taneja [Tue, 15 Apr 2014 07:46:03 +0000 (15:46 +0800)]
MDL-45073 report_log: setup table if log reader enabled

9 years agoMDL-45100 fix course_context classname PHPDdos typo in context API
Petr Škoda [Tue, 15 Apr 2014 07:46:19 +0000 (15:46 +0800)]
MDL-45100 fix course_context classname PHPDdos typo in context API

9 years agoMDL-45035 add missing @since to \core\event\unknown_logged class
Petr Škoda [Tue, 15 Apr 2014 06:56:51 +0000 (14:56 +0800)]
MDL-45035 add missing @since to \core\event\unknown_logged class

9 years agoMerge branch 'w16_MDL-45070_m27_ubuntumaria' of https://github.com/skodak/moodle
Damyon Wiese [Tue, 15 Apr 2014 06:46:40 +0000 (14:46 +0800)]
Merge branch 'w16_MDL-45070_m27_ubuntumaria' of https://github.com/skodak/moodle

9 years agoMerge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
Marina Glancy [Tue, 15 Apr 2014 06:34:36 +0000 (14:34 +0800)]
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle

9 years agoMerge branch 'wip-mdl-41283' of git://github.com/rajeshtaneja/moodle
Marina Glancy [Tue, 15 Apr 2014 06:34:28 +0000 (14:34 +0800)]
Merge branch 'wip-mdl-41283' of git://github.com/rajeshtaneja/moodle

Conflicts:
mod/upgrade.txt

9 years agoMDL-44908: Fix upgrade_grade_item_fix_sortorder performance
Tony Levi [Wed, 2 Apr 2014 03:30:19 +0000 (14:00 +1030)]
MDL-44908: Fix upgrade_grade_item_fix_sortorder performance

9 years agoMDL-41283 report_participation: moved code to locallib
Rajesh Taneja [Wed, 9 Apr 2014 08:06:40 +0000 (16:06 +0800)]
MDL-41283 report_participation: moved code to locallib

9 years agoMDL-41283 report_participation: Fixed legacy actions returned from api's
Rajesh Taneja [Thu, 3 Apr 2014 08:05:47 +0000 (16:05 +0800)]
MDL-41283 report_participation: Fixed legacy actions returned from api's

9 years agoMDL-41283 report_participation: Added phpdoc about function not used
Rajesh Taneja [Thu, 3 Apr 2014 05:42:25 +0000 (13:42 +0800)]
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.

9 years agoMDL-41283 report_participation: Updated report to use logging api
Rajesh Taneja [Tue, 18 Feb 2014 07:45:24 +0000 (15:45 +0800)]
MDL-41283 report_participation: Updated report to use logging api

9 years agoMerge branch 'wip-mdl-44910' of https://github.com/rajeshtaneja/moodle
Damyon Wiese [Tue, 15 Apr 2014 05:16:15 +0000 (13:16 +0800)]
Merge branch 'wip-mdl-44910' of https://github.com/rajeshtaneja/moodle

9 years agoMerge branch 'MDL-40674_master' of https://github.com/nadavkav/moodle
Sam Hemelryk [Tue, 15 Apr 2014 04:47:38 +0000 (16:47 +1200)]
Merge branch 'MDL-40674_master' of https://github.com/nadavkav/moodle

Conflicts:
theme/bootstrapbase/style/moodle.css

9 years agoMerge branch 'MDL-44826-master' of git://github.com/damyon/moodle
Sam Hemelryk [Tue, 15 Apr 2014 04:42:12 +0000 (16:42 +1200)]
Merge branch 'MDL-44826-master' of git://github.com/damyon/moodle

9 years agoMDL-44998 log_standard: review indexes
Marina Glancy [Tue, 15 Apr 2014 04:25:48 +0000 (12:25 +0800)]
MDL-44998 log_standard: review indexes

9 years agoMDL-44826 Atto: Image alignment options
Damyon Wiese [Tue, 15 Apr 2014 04:23:31 +0000 (12:23 +0800)]
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.

9 years agoMDL-45076 theme_bootstrapbase: Clean up participants controls LESS
Frederic Massart [Tue, 15 Apr 2014 03:06:36 +0000 (11:06 +0800)]
MDL-45076 theme_bootstrapbase: Clean up participants controls LESS

9 years agoMDL-45076 theme_bootstrapbase: Select placement in participants page
Frederic Massart [Tue, 15 Apr 2014 02:58:59 +0000 (10:58 +0800)]
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.

9 years agoMerge branch 'wip-mdl-45073' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Tue, 15 Apr 2014 03:57:51 +0000 (11:57 +0800)]
Merge branch 'wip-mdl-45073' of https://github.com/rajeshtaneja/moodle

9 years agoMDL-44758 editor-atto: prevent table-in-table creation
Jetha Chan [Tue, 15 Apr 2014 03:34:21 +0000 (11:34 +0800)]
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.

9 years agoMerge branch 'MDL-45074-master' of git://github.com/ankitagarwal/moodle
Dan Poltawski [Tue, 15 Apr 2014 03:38:01 +0000 (11:38 +0800)]
Merge branch 'MDL-45074-master' of git://github.com/ankitagarwal/moodle

9 years agoMerge branch 'MDL-45084-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 15 Apr 2014 03:05:37 +0000 (11:05 +0800)]
Merge branch 'MDL-45084-master' of git://github.com/FMCorz/moodle

9 years agoMDL-44910 behat: Fixed log and livelog behat
Rajesh Taneja [Tue, 15 Apr 2014 02:52:14 +0000 (10:52 +0800)]
MDL-44910 behat: Fixed log and livelog behat

As default log store is changed to standard, test should
now take care of it

9 years agoMerge branch 'MDL-45003-master' of git://github.com/jamiepratt/moodle
Dan Poltawski [Tue, 15 Apr 2014 02:33:30 +0000 (10:33 +0800)]
Merge branch 'MDL-45003-master' of git://github.com/jamiepratt/moodle

9 years agoMerge branch '44354-27' of git://github.com/samhemelryk/moodle
Dan Poltawski [Tue, 15 Apr 2014 02:26:06 +0000 (10:26 +0800)]
Merge branch '44354-27' of git://github.com/samhemelryk/moodle

9 years agoMDL-43277 block_navigation: Trim from the left for long names
Andrew Nicols [Tue, 15 Apr 2014 02:24:32 +0000 (10:24 +0800)]
MDL-43277 block_navigation: Trim from the left for long names

9 years agoMDL-45089 mod_chat: changed the page type on the accessible popup
Andrew Davis [Tue, 15 Apr 2014 01:04:33 +0000 (09:04 +0800)]
MDL-45089 mod_chat: changed the page type on the accessible popup

9 years agoMerge branch 'MDL-45040-master' of git://github.com/jethac/moodle
Sam Hemelryk [Tue, 15 Apr 2014 00:31:44 +0000 (12:31 +1200)]
Merge branch 'MDL-45040-master' of git://github.com/jethac/moodle

9 years agoMerge branch 'MDL-41891_master' of https://github.com/nadavkav/moodle
Sam Hemelryk [Mon, 14 Apr 2014 22:26:44 +0000 (10:26 +1200)]
Merge branch 'MDL-41891_master' of https://github.com/nadavkav/moodle

9 years agoMerge branch 'MDL-45086-master' of git://github.com/danpoltawski/moodle
Sam Hemelryk [Mon, 14 Apr 2014 21:50:38 +0000 (09:50 +1200)]
Merge branch 'MDL-45086-master' of git://github.com/danpoltawski/moodle

9 years agoMDL-45081 curl: Prefer usage of CURLFile over @file arguments
Frederic Massart [Mon, 14 Apr 2014 09:39:30 +0000 (17:39 +0800)]
MDL-45081 curl: Prefer usage of CURLFile over @file arguments

9 years agoMerge branch 'MDL-45047-module-notation-deprecated' of git://github.com/mudrd8mz...
Marina Glancy [Mon, 14 Apr 2014 09:10:31 +0000 (17:10 +0800)]
Merge branch 'MDL-45047-module-notation-deprecated' of git://github.com/mudrd8mz/moodle

9 years agoMerge branch 'MDL-45057_master' of git://github.com/markn86/moodle
Marina Glancy [Mon, 14 Apr 2014 09:10:02 +0000 (17:10 +0800)]
Merge branch 'MDL-45057_master' of git://github.com/markn86/moodle

9 years agoMerge branch 'w16_MDL-44911_m27_unknownevent' of git://github.com/skodak/moodle
Marina Glancy [Mon, 14 Apr 2014 09:09:49 +0000 (17:09 +0800)]
Merge branch 'w16_MDL-44911_m27_unknownevent' of git://github.com/skodak/moodle

9 years agoMDL-45086 lib: force upgrade
Dan Poltawski [Mon, 14 Apr 2014 08:34:41 +0000 (16:34 +0800)]
MDL-45086 lib: force upgrade

The availability changes change the course query for front page.

9 years agoMDL-45074 report_loglive Fix parameter typo
Ankit Agarwal [Mon, 14 Apr 2014 08:31:54 +0000 (16:31 +0800)]
MDL-45074 report_loglive Fix parameter typo

9 years agoMDL-45084 theme: File was not chunked on IE
Frederic Massart [Mon, 14 Apr 2014 08:24:26 +0000 (16:24 +0800)]
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.

9 years agoMerge branch 'wip-MDL-43719-master' of git://github.com/abgreeve/moodle
Dan Poltawski [Mon, 14 Apr 2014 07:22:59 +0000 (15:22 +0800)]
Merge branch 'wip-MDL-43719-master' of git://github.com/abgreeve/moodle

9 years agoMDL-45083 recent_activity: fixed debugging message on removed module type
Marina Glancy [Mon, 14 Apr 2014 07:20:24 +0000 (15:20 +0800)]
MDL-45083 recent_activity: fixed debugging message on removed module type

9 years agoMerge branch 'w16_MDL-44366_m27_filtergloss' of https://github.com/skodak/moodle
Dan Poltawski [Mon, 14 Apr 2014 07:19:58 +0000 (15:19 +0800)]
Merge branch 'w16_MDL-44366_m27_filtergloss' of https://github.com/skodak/moodle

9 years agoMDL-44366 fix use of cm->uservisible in glossary concept cache
Petr Škoda [Mon, 14 Apr 2014 07:16:28 +0000 (15:16 +0800)]
MDL-44366 fix use of cm->uservisible in glossary concept cache

9 years agoMDL-45047 Put the deprecation warning into mod/upgrade.txt, too
David Mudrák [Thu, 10 Apr 2014 21:59:01 +0000 (23:59 +0200)]
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.

9 years agoMDL-45057 mod_quiz: restored the user/group override deleted events
Mark Nelson [Mon, 14 Apr 2014 01:37:06 +0000 (18:37 -0700)]
MDL-45057 mod_quiz: restored the user/group override deleted events

9 years agoMDL-45073 report_log: Fixed activity report
Rajesh Taneja [Mon, 14 Apr 2014 03:39:50 +0000 (11:39 +0800)]
MDL-45073 report_log: Fixed activity report

1. Wrong reader class check and api
2. Passing logreader parameter for graph
3. Using proper time from for all log and today's log

9 years agoMerge branch 'MDL-45009-master' of git://github.com/damyon/moodle
Dan Poltawski [Mon, 14 Apr 2014 04:23:57 +0000 (12:23 +0800)]
Merge branch 'MDL-45009-master' of git://github.com/damyon/moodle

9 years agoMDL-44911 use unknown_logged class when viewing unknown events in reports
Petr Škoda [Mon, 14 Apr 2014 03:40:36 +0000 (11:40 +0800)]
MDL-44911 use unknown_logged class when viewing unknown events in reports

9 years agoMDL-45055 events: Add debugging notice to events_trigger()
Ankit Agarwal [Mon, 14 Apr 2014 03:12:03 +0000 (11:12 +0800)]
MDL-45055 events: Add debugging notice to events_trigger()

9 years agoMerge branch 'MDL-44936-master' of git://github.com/FMCorz/moodle
Damyon Wiese [Mon, 14 Apr 2014 03:38:46 +0000 (11:38 +0800)]
Merge branch 'MDL-44936-master' of git://github.com/FMCorz/moodle

9 years agoMerge branch 'w16_MDL-44366_m27_filtergloss' of https://github.com/skodak/moodle
Dan Poltawski [Mon, 14 Apr 2014 02:53:56 +0000 (10:53 +0800)]
Merge branch 'w16_MDL-44366_m27_filtergloss' of https://github.com/skodak/moodle

9 years agoMerge branch 'MDL-44844-master' of git://github.com/andrewnicols/moodle
Damyon Wiese [Mon, 14 Apr 2014 02:32:00 +0000 (10:32 +0800)]
Merge branch 'MDL-44844-master' of git://github.com/andrewnicols/moodle

9 years agoMerge branch 'w16_MDL-44910_m27_logupgrade' of https://github.com/skodak/moodle
Damyon Wiese [Mon, 14 Apr 2014 02:14:47 +0000 (10:14 +0800)]
Merge branch 'w16_MDL-44910_m27_logupgrade' of https://github.com/skodak/moodle

9 years agoMerge branch 'MDL-45048-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 14 Apr 2014 02:01:11 +0000 (10:01 +0800)]
Merge branch 'MDL-45048-master' of git://github.com/FMCorz/moodle

9 years agoMDL-45009 Tex filter: Add \( \) delimiters for 1:1 compatibility with MathJax
Damyon Wiese [Fri, 11 Apr 2014 07:28:31 +0000 (15:28 +0800)]
MDL-45009 Tex filter: Add \( \) delimiters for 1:1 compatibility with MathJax

9 years agoMDL-45070 relax the mariaDB version checker to work with long Ubuntu versions
Petr Škoda [Mon, 14 Apr 2014 01:36:18 +0000 (09:36 +0800)]
MDL-45070 relax the mariaDB version checker to work with long Ubuntu versions

Example of Ubuntu version: 5.5.5-10.0.10-MariaDB-1~saucy-log