Sam Hemelryk [Mon, 16 Sep 2013 20:50:38 +0000 (08:50 +1200)]
Merge branch 'MDL-37148-master' of git://github.com/damyon/moodle
Sam Hemelryk [Mon, 16 Sep 2013 20:48:59 +0000 (08:48 +1200)]
Merge branch 'MDL-41466_master' of git://github.com/kordan/moodle
Sam Hemelryk [Mon, 16 Sep 2013 20:39:14 +0000 (08:39 +1200)]
Merge branch 'MDL-38317-master' of git://github.com/StudiUM/moodle
Marina Glancy [Mon, 16 Sep 2013 07:14:18 +0000 (17:14 +1000)]
Merge branch 'MDL-41621' of git://github.com/rwijaya/moodle
Marina Glancy [Mon, 16 Sep 2013 05:31:20 +0000 (15:31 +1000)]
Merge branch 'MDL-41315-master' of git://github.com/damyon/moodle
Sam Hemelryk [Mon, 16 Sep 2013 03:07:57 +0000 (15:07 +1200)]
Merge branch 'master_MDL-41434' of https://github.com/danmarsden/moodle
Sam Hemelryk [Mon, 16 Sep 2013 01:56:05 +0000 (13:56 +1200)]
Merge branch 'MDL-38194-master' of git://github.com/sammarshallou/moodle
Conflicts:
lib/upgrade.txt
Sam Hemelryk [Mon, 16 Sep 2013 01:51:12 +0000 (13:51 +1200)]
Merge branch 'MDL-41637_master' of https://github.com/totara/openbadges
Sam Hemelryk [Mon, 16 Sep 2013 01:48:48 +0000 (13:48 +1200)]
Merge branch 'MDL-41748_master' of https://github.com/markn86/moodle
Sam Hemelryk [Mon, 16 Sep 2013 01:46:07 +0000 (13:46 +1200)]
Merge branch 'wip-mdl-41557' of git://github.com/rajeshtaneja/moodle
Damyon Wiese [Mon, 16 Sep 2013 01:17:42 +0000 (09:17 +0800)]
MDL-37148 assign: Fix missing parameter for submit_for_grading webservice.
It is required to specify if the user has accepted the submission statement
to make sure it goes in the log/event.
Sam Hemelryk [Mon, 16 Sep 2013 01:13:41 +0000 (13:13 +1200)]
Merge branch 'MDL-36316-master' of git://github.com/danpoltawski/moodle
Sam Hemelryk [Sun, 15 Sep 2013 22:48:20 +0000 (10:48 +1200)]
Merge branch 'MDL-41662_master' of https://github.com/totara/openbadges
Sam Hemelryk [Sun, 15 Sep 2013 22:42:47 +0000 (10:42 +1200)]
Merge branch 'master_MDL-37524' of git://github.com/danmarsden/moodle
Sam Hemelryk [Sun, 15 Sep 2013 22:27:16 +0000 (10:27 +1200)]
Merge branch 'wip-MDL-27684-master' of git://github.com/satrun77/moodle
Sam Hemelryk [Sun, 15 Sep 2013 22:13:17 +0000 (10:13 +1200)]
Merge branch 'MDL-29987' of https://github.com/bostelm/moodle
Dan Marsden [Fri, 19 Jul 2013 08:52:49 +0000 (20:52 +1200)]
MDL-37524 SCORM: mode not calculated correctly.
Dan Marsden [Tue, 27 Aug 2013 00:55:10 +0000 (12:55 +1200)]
MDL-41434 SCORM: add new sortorder field to allow better ordering of scos
sam marshall [Tue, 10 Sep 2013 15:34:44 +0000 (16:34 +0100)]
MDL-38194 Files: Allow download of large backup files
The PHP readfile function does not work for files more than 2GB.
This commit provides a wrapper that can be used so that files less
than 2GB are sent with readfile, and files larger than 2GB are
sent manually.
The change applies to all uses of pluginfile.php, although in
reality, backup files are probably the only ones likely to be more
than two gigabytes.
Jean-Philippe Gaudreau [Wed, 11 Sep 2013 15:52:39 +0000 (11:52 -0400)]
MDL-38317 grade import: Translation support for import mappings form.
Henning Bostelmann [Fri, 6 Sep 2013 12:35:08 +0000 (13:35 +0100)]
MDL-29987 File resource: fix problem with PDF display on mobile devices
Setting the default display option for PDF files from DISPLAY_EMBED to DISPLAY_OPEN
Damyon Wiese [Fri, 13 Sep 2013 08:43:26 +0000 (16:43 +0800)]
MDL-41315 assign: Add unit test for groupmembersonly
Rajesh Taneja [Thu, 12 Sep 2013 03:12:37 +0000 (11:12 +0800)]
MDL-31560 Error: Fixed coding style
Rajesh Taneja [Fri, 30 Aug 2013 07:21:37 +0000 (15:21 +0800)]
MDL-31560 Messages: Deprecated generate_email_supportuser
generate_email_supportuser was not creating user which can
be used by messaging system. core_user::get_support_user()
should be used to get support_user record.
Rajesh Taneja [Fri, 30 Aug 2013 06:28:17 +0000 (14:28 +0800)]
MDL-31560 Messages: Added support for noreply and support users
This is used by messaging system for sending/receiving message
to/from noreply or support user. message_send api will now use
core_user class to get noreply or support user and then
send/receive message depending on user state.
Rajesh Taneja [Wed, 4 Sep 2013 03:07:13 +0000 (11:07 +0800)]
MDL-41557 Events: Fixed event data snapshot to save valid data
Damyon Wiese [Fri, 23 Aug 2013 08:26:49 +0000 (16:26 +0800)]
MDL-41315 assign: Dont show users not in the current grouping
This is for separate groups mode. Note - this will be slower - but
this feature is experimental and groupslib does not provide a nicer api.
Dan Poltawski [Fri, 31 May 2013 05:10:00 +0000 (13:10 +0800)]
MDL-36316 useragent: Reduce user agent sniffing
* core_useragent: Introduce is_vendor methods to improve readability
when we are just detecting if a browser is from a vendor, rather than
the exact version
* Remove uncessary browser version checks when we are just detecting
vendors - this makes the intention of our sniffing clearer.
* Remove sniffing for browsers which we do not support, grades/ajax/tinymce
all support modern browsers so there is no need to sniff for them.
Damyon Wiese [Fri, 13 Sep 2013 06:05:33 +0000 (14:05 +0800)]
weekly release 2.6dev
Damyon Wiese [Fri, 13 Sep 2013 04:41:51 +0000 (12:41 +0800)]
MDL-37148 assign: Fix all phpdocs warnings from moodlecheck (except tests)
Damyon Wiese [Fri, 13 Sep 2013 03:50:00 +0000 (11:50 +0800)]
MDL-37148 assign: codechecker cleanups
Damyon Wiese [Mon, 10 Dec 2012 06:47:31 +0000 (14:47 +0800)]
MDL-37148 Assignment: Lots more webservices
This patch adds lots of webservices to the assignment module.
* mod_assign_revert_submissions_to_draft
* mod_assign_lock_submissions
* mod_assign_unlock_submissions
* mod_assign_save_submission
* mod_assign_submit_for_grading
* mod_assign_save_grade
* mod_assign_save_user_extensions
* mod_assign_reveal_identities
* mod_assign_copy_previous_attempt
All features such as reopening attempts and marking workflow are supported through
the save_grade and save_submission functions.
Uploading files is supported by sending draft item ids for the files_filemanager param the same functions.
Rossiani Wijaya [Fri, 13 Sep 2013 04:47:49 +0000 (12:47 +0800)]
MDL-41288 wiki: fix missing .rtl class for deleting comment button and improve page display for deleting comment
Mohamed Alsharaf [Tue, 30 Jul 2013 02:01:26 +0000 (14:01 +1200)]
MDL-27684 repository: make require_login() throws exception instead of redirect
Rossiani Wijaya [Thu, 12 Sep 2013 17:06:38 +0000 (01:06 +0800)]
MDL-41288 Wiki: add additional fix for heading level
Dan Poltawski [Fri, 13 Sep 2013 02:56:12 +0000 (10:56 +0800)]
MDL-41438 - unbuilt less changes
Rossiani Wijaya [Thu, 12 Sep 2013 19:27:55 +0000 (03:27 +0800)]
MDL-41438 core renderer: additional patch to remove .main definition from all core themes
Marina Glancy [Fri, 13 Sep 2013 00:28:52 +0000 (10:28 +1000)]
MDL-37028 Fixed bug, orphaned modules are moved to the 0-section
Dan Poltawski [Thu, 12 Sep 2013 11:14:05 +0000 (19:14 +0800)]
NOBUG/MDL-40829 - fix whitespace errors
Dan Poltawski [Thu, 12 Sep 2013 11:21:43 +0000 (19:21 +0800)]
Revert "MDL-40829: courses heading: remove 'headerblock' class from header and fix heading levels"
This reverts commit
278d64572d272c776c564dcd743959c21ee20c8b.
Conflicts:
theme/bootstrapbase/style/moodle.css
Mark Nelson [Thu, 12 Sep 2013 07:44:34 +0000 (15:44 +0800)]
MDL-41748 calendar: removed unused strings
Frederic Massart [Thu, 12 Sep 2013 08:37:23 +0000 (16:37 +0800)]
MDL-41305 group: Behat test failing due to string change
David Monllao [Thu, 12 Sep 2013 07:37:18 +0000 (15:37 +0800)]
MDL-41555 behat: Fixing catch statement location
The exception is thrown when getting the
browser session, not when accessing the first
URL.
Jason Fowler [Thu, 12 Sep 2013 02:52:52 +0000 (10:52 +0800)]
MDL-41238 atto - fixing autoclose of style menu for firefox
Tim Gus [Thu, 12 Sep 2013 03:33:32 +0000 (11:33 +0800)]
MDL-38570 admin: fix cron_delete_from_temp on windows
Ankit Agarwal [Thu, 12 Sep 2013 02:08:48 +0000 (10:08 +0800)]
MDL-21415 reports: We should fetch active group from session not page params
Also donot allow active group to be set to something that user doesn't have access to
Damyon Wiese [Thu, 12 Sep 2013 02:22:20 +0000 (10:22 +0800)]
MDL-37804 assign: Return proper notice when submissions closed.
MDL-38267 was returning the html page when it should have been adding to the list
of notices and returing false.
Rajesh Taneja [Wed, 11 Sep 2013 09:15:22 +0000 (17:15 +0800)]
MDL-28561 blocks_rss_client: Fixed line separator color in bootstrap
Damyon Wiese [Wed, 11 Sep 2013 08:55:13 +0000 (16:55 +0800)]
Merge branch 'wip-MDL-37028-fix2' of git://github.com/marinaglancy/moodle
Dan Poltawski [Wed, 11 Sep 2013 08:13:14 +0000 (16:13 +0800)]
MDL-40733 forum: fix duplciate headings
two integration patches collided..
Marina Glancy [Wed, 11 Sep 2013 06:44:11 +0000 (16:44 +1000)]
MDL-40347 Fixed gradebook css overwriting in Canvas
Damyon Wiese [Wed, 11 Sep 2013 06:33:10 +0000 (14:33 +0800)]
MDL-40347 Theme canvas Remove !important override
The !important override in this rule in the grader report was
preventing the last row of cells from being highlighted.
Jason Fowler [Wed, 11 Sep 2013 05:05:33 +0000 (13:05 +0800)]
MDL-40833 theme - fixing centre align of sectionname headings
Marina Glancy [Wed, 11 Sep 2013 04:57:59 +0000 (14:57 +1000)]
MDL-37028 fixed statement to clear course cache
Jason Fowler [Wed, 11 Sep 2013 03:49:41 +0000 (11:49 +0800)]
MDL-40833 theme - fixing centre align of sectionname headings
prateeksachan [Wed, 8 May 2013 14:20:10 +0000 (19:50 +0530)]
MDL-38267 assign: No Submit button after cut-off date
Marina Glancy [Tue, 10 Sep 2013 10:03:54 +0000 (20:03 +1000)]
MDL-37028 fixed course-module generation
still conditionlib should be using API functions and not inserting the data directly in DB but will fix in another issue
Damyon Wiese [Wed, 11 Sep 2013 02:17:57 +0000 (10:17 +0800)]
MDL-37028 Integrity check for course modules and sections
This commit reinstates:
commit
0bac49dc1983824e4861086ed1ab9e13af99d76d
Author: Marina Glancy <marina@moodle.com>
Date: Tue Sep 3 17:14:13 2013 +1000
MDL-37028 Integrity check for course modules and sections
If section mentioned in 'orphaned' module does not exist module is added to the first available section. Also corrected whitespaces
commit
1f0a9ce48b3e6f8c5dc6628aa692323909925032
Author: Marina Glancy <marina@moodle.com>
Date: Mon Aug 12 14:06:48 2013 +1000
MDL-37028 Integrity check for course modules and sections
created function, unittest, build-in quick integrity check on each call to rebuild_course_cache()
also added CLI script
Dan Poltawski [Wed, 11 Sep 2013 02:24:24 +0000 (10:24 +0800)]
MDL-41565 events: fix unit test
Frederic Massart [Wed, 11 Sep 2013 02:02:41 +0000 (10:02 +0800)]
MDL-41436 modinfo: Concatenate SQL fields instead of passing array
Sam Hemelryk [Tue, 10 Sep 2013 22:50:08 +0000 (10:50 +1200)]
Merge branch 'wip-mdl-41605' of git://github.com/rajeshtaneja/moodle
Sam Hemelryk [Tue, 10 Sep 2013 22:13:29 +0000 (10:13 +1200)]
Merge branch 'MDL-40742-master' of git://github.com/ankitagarwal/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:47:41 +0000 (09:47 +1200)]
Merge branch 'MDL-40687' of git://github.com/rwijaya/moodle
Eloy Lafuente (stronk7) [Tue, 10 Sep 2013 21:45:20 +0000 (23:45 +0200)]
Merge branch 'MDL-41619_master' of https://github.com/markn86/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:42:40 +0000 (09:42 +1200)]
Merge branch 'MDL-41658_master' of git://github.com/kordan/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:39:13 +0000 (09:39 +1200)]
Merge branch 'MDL-40262' of git://github.com/kordan/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:32:33 +0000 (09:32 +1200)]
Merge branch 'MDL-41634-url-download-warning' of https://github.com/mnoorenberghe/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:28:42 +0000 (09:28 +1200)]
Merge branch 'MDL-41238-master' of git://github.com/phalacee/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:26:44 +0000 (09:26 +1200)]
Merge branch 'MDL-41528_master' of https://github.com/nitzo/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:20:53 +0000 (09:20 +1200)]
Merge branch 'MDL-41630-master' of git://github.com/FMCorz/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:12:32 +0000 (09:12 +1200)]
Merge branch 'MDL-41632-master' of git://github.com/FMCorz/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:00:54 +0000 (09:00 +1200)]
Merge branch 'wip-MDL-41578-master' of git://github.com/marinaglancy/moodle
Sam Hemelryk [Tue, 10 Sep 2013 20:54:26 +0000 (08:54 +1200)]
Merge branch 'MDL-41599-master' of git://github.com/ankitagarwal/moodle
Sam Hemelryk [Tue, 10 Sep 2013 20:52:52 +0000 (08:52 +1200)]
Merge branch 'MDL-41587_master' of git://github.com/dmonllao/moodle
Sam Hemelryk [Tue, 10 Sep 2013 20:51:02 +0000 (08:51 +1200)]
Merge branch 'MDL-41555_master' of git://github.com/dmonllao/moodle
Sam Hemelryk [Tue, 10 Sep 2013 20:45:22 +0000 (08:45 +1200)]
Merge branch 'wip-mdl-41590' of git://github.com/rajeshtaneja/moodle
Sam Hemelryk [Tue, 10 Sep 2013 20:42:37 +0000 (08:42 +1200)]
Merge branch 'MDL-40471_master' of https://github.com/totara/openbadges
Sam Hemelryk [Tue, 10 Sep 2013 20:36:54 +0000 (08:36 +1200)]
Merge branch 'MDL-41236-master' of git://github.com/phalacee/moodle
Sam Hemelryk [Tue, 10 Sep 2013 20:34:58 +0000 (08:34 +1200)]
Merge branch 'wip-mdl-41589' of git://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Tue, 10 Sep 2013 12:16:14 +0000 (14:16 +0200)]
Merge branch 'wip-MDL-41288-fix' of git://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Tue, 10 Sep 2013 12:09:34 +0000 (14:09 +0200)]
Merge branch 'wip-MDL-41508-master' of git://github.com/marinaglancy/moodle
Marina Glancy [Tue, 10 Sep 2013 12:02:24 +0000 (22:02 +1000)]
MDL-41288 Bugfix of error occuring when subwiki is not set
Dan Poltawski [Tue, 10 Sep 2013 09:35:40 +0000 (17:35 +0800)]
Merge branch 'MDL-40733_forum_name' of https://github.com/andyjdavis/moodle
Dan Poltawski [Tue, 10 Sep 2013 09:30:04 +0000 (17:30 +0800)]
Merge branch 'MDL-41566' of git://github.com/rwijaya/moodle
Rossiani Wijaya [Thu, 5 Sep 2013 04:56:56 +0000 (12:56 +0800)]
MDL-41562 file resource: fix page heading levels.
Also removing printheading options setting.
Dan Poltawski [Tue, 10 Sep 2013 09:14:40 +0000 (17:14 +0800)]
Merge branch 'MDL-41305-master' of git://github.com/FMCorz/moodle
Rossiani Wijaya [Thu, 5 Sep 2013 04:21:01 +0000 (12:21 +0800)]
MDL-41567 url resource: fix page heading levels.
Also removing printheading options setting.
Rossiani Wijaya [Thu, 5 Sep 2013 05:37:29 +0000 (13:37 +0800)]
MDL-40829: courses heading: remove 'headerblock' class from header and fix heading levels
Dan Poltawski [Tue, 10 Sep 2013 08:00:52 +0000 (16:00 +0800)]
Merge branch 'MDL-40833-master' of git://github.com/phalacee/moodle
Dan Poltawski [Tue, 10 Sep 2013 07:29:23 +0000 (15:29 +0800)]
Merge branch 'MDL-41564' of git://github.com/rwijaya/moodle
Dan Poltawski [Tue, 10 Sep 2013 07:21:49 +0000 (15:21 +0800)]
Merge branch 'MDL-41565-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 10 Sep 2013 06:58:54 +0000 (14:58 +0800)]
Merge branch 'MDL-39992-master' of git://github.com/damyon/moodle
Damyon Wiese [Tue, 10 Sep 2013 06:31:59 +0000 (14:31 +0800)]
Revert "MDL-37028 Integrity check for course modules and sections"
This is failing unit tests.
This reverts commit
0bac49dc1983824e4861086ed1ab9e13af99d76d.
This reverts commit
1f0a9ce48b3e6f8c5dc6628aa692323909925032.
Dan Poltawski [Tue, 10 Sep 2013 06:33:41 +0000 (14:33 +0800)]
Merge branch 'MDL-40631-master' of git://github.com/damyon/moodle
Damyon Wiese [Tue, 10 Sep 2013 06:29:08 +0000 (14:29 +0800)]
MDL-41237 Atto: Add missing js method docs.
Jason Fowler [Fri, 30 Aug 2013 06:50:51 +0000 (14:50 +0800)]
MDL-41237 Atto - Adjusting the text styles for the editor
Dan Poltawski [Tue, 10 Sep 2013 06:26:28 +0000 (14:26 +0800)]
MDL-41235 fix whitespace
Dan Poltawski [Tue, 10 Sep 2013 06:25:48 +0000 (14:25 +0800)]
Merge branch 'MDL-41235-master' of git://github.com/phalacee/moodle
Jason Fowler [Fri, 30 Aug 2013 07:23:31 +0000 (15:23 +0800)]
MDL-41235 atto - Matching the width of the html view to the wysiwyg view
Dan Poltawski [Tue, 10 Sep 2013 06:12:14 +0000 (14:12 +0800)]
Merge branch '41189-26' of git://github.com/samhemelryk/moodle