moodle.git
9 years agoMerge branch 'MDL-37148-master' of git://github.com/damyon/moodle
Sam Hemelryk [Mon, 16 Sep 2013 20:50:38 +0000 (08:50 +1200)]
Merge branch 'MDL-37148-master' of git://github.com/damyon/moodle

9 years agoMerge branch 'MDL-41466_master' of git://github.com/kordan/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

9 years agoMerge branch 'MDL-38317-master' of git://github.com/StudiUM/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

9 years agoMerge branch 'MDL-41621' of git://github.com/rwijaya/moodle
Marina Glancy [Mon, 16 Sep 2013 07:14:18 +0000 (17:14 +1000)]
Merge branch 'MDL-41621' of git://github.com/rwijaya/moodle

9 years agoMerge branch 'MDL-41315-master' of git://github.com/damyon/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

9 years agoMerge branch 'master_MDL-41434' of https://github.com/danmarsden/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

9 years agoMerge branch 'MDL-38194-master' of git://github.com/sammarshallou/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

9 years agoMerge branch 'MDL-41637_master' of https://github.com/totara/openbadges
Sam Hemelryk [Mon, 16 Sep 2013 01:51:12 +0000 (13:51 +1200)]
Merge branch 'MDL-41637_master' of https://github.com/totara/openbadges

9 years agoMerge branch 'MDL-41748_master' of https://github.com/markn86/moodle
Sam Hemelryk [Mon, 16 Sep 2013 01:48:48 +0000 (13:48 +1200)]
Merge branch 'MDL-41748_master' of https://github.com/markn86/moodle

9 years agoMerge branch 'wip-mdl-41557' of git://github.com/rajeshtaneja/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

9 years agoMDL-37148 assign: Fix missing parameter for submit_for_grading webservice.
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.

9 years agoMerge branch 'MDL-36316-master' of git://github.com/danpoltawski/moodle
Sam Hemelryk [Mon, 16 Sep 2013 01:13:41 +0000 (13:13 +1200)]
Merge branch 'MDL-36316-master' of git://github.com/danpoltawski/moodle

9 years agoMerge branch 'MDL-41662_master' of https://github.com/totara/openbadges
Sam Hemelryk [Sun, 15 Sep 2013 22:48:20 +0000 (10:48 +1200)]
Merge branch 'MDL-41662_master' of https://github.com/totara/openbadges

9 years agoMerge branch 'master_MDL-37524' of git://github.com/danmarsden/moodle
Sam Hemelryk [Sun, 15 Sep 2013 22:42:47 +0000 (10:42 +1200)]
Merge branch 'master_MDL-37524' of git://github.com/danmarsden/moodle

9 years agoMerge branch 'wip-MDL-27684-master' of git://github.com/satrun77/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

9 years agoMerge branch 'MDL-29987' of https://github.com/bostelm/moodle
Sam Hemelryk [Sun, 15 Sep 2013 22:13:17 +0000 (10:13 +1200)]
Merge branch 'MDL-29987' of https://github.com/bostelm/moodle

9 years agoMDL-37524 SCORM: mode not calculated correctly.
Dan Marsden [Fri, 19 Jul 2013 08:52:49 +0000 (20:52 +1200)]
MDL-37524 SCORM: mode not calculated correctly.

9 years agoMDL-41434 SCORM: add new sortorder field to allow better ordering of scos
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

9 years agoMDL-38194 Files: Allow download of large backup files
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.

9 years agoMDL-38317 grade import: Translation support for import mappings form.
Jean-Philippe Gaudreau [Wed, 11 Sep 2013 15:52:39 +0000 (11:52 -0400)]
MDL-38317 grade import: Translation support for import mappings form.

9 years agoMDL-29987 File resource: fix problem with PDF display on mobile devices
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

9 years agoMDL-41315 assign: Add unit test for groupmembersonly
Damyon Wiese [Fri, 13 Sep 2013 08:43:26 +0000 (16:43 +0800)]
MDL-41315 assign: Add unit test for groupmembersonly

9 years agoMDL-31560 Error: Fixed coding style
Rajesh Taneja [Thu, 12 Sep 2013 03:12:37 +0000 (11:12 +0800)]
MDL-31560 Error: Fixed coding style

9 years agoMDL-31560 Messages: Deprecated generate_email_supportuser
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.

9 years agoMDL-31560 Messages: Added support for noreply and support users
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.

9 years agoMDL-41557 Events: Fixed event data snapshot to save valid data
Rajesh Taneja [Wed, 4 Sep 2013 03:07:13 +0000 (11:07 +0800)]
MDL-41557 Events: Fixed event data snapshot to save valid data

9 years agoMDL-41315 assign: Dont show users not in the current grouping
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.

9 years agoMDL-36316 useragent: Reduce user agent sniffing
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.

9 years agoweekly release 2.6dev
Damyon Wiese [Fri, 13 Sep 2013 06:05:33 +0000 (14:05 +0800)]
weekly release 2.6dev

9 years agoMDL-37148 assign: Fix all phpdocs warnings from moodlecheck (except tests)
Damyon Wiese [Fri, 13 Sep 2013 04:41:51 +0000 (12:41 +0800)]
MDL-37148 assign: Fix all phpdocs warnings from moodlecheck (except tests)

9 years agoMDL-37148 assign: codechecker cleanups
Damyon Wiese [Fri, 13 Sep 2013 03:50:00 +0000 (11:50 +0800)]
MDL-37148 assign: codechecker cleanups

9 years agoMDL-37148 Assignment: Lots more webservices
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.

9 years agoMDL-41288 wiki: fix missing .rtl class for deleting comment button and improve page...
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

9 years agoMDL-27684 repository: make require_login() throws exception instead of redirect
Mohamed Alsharaf [Tue, 30 Jul 2013 02:01:26 +0000 (14:01 +1200)]
MDL-27684 repository: make require_login() throws exception instead of redirect

9 years agoMDL-41288 Wiki: add additional fix for heading level
Rossiani Wijaya [Thu, 12 Sep 2013 17:06:38 +0000 (01:06 +0800)]
MDL-41288 Wiki: add additional fix for heading level

9 years agoMDL-41438 - unbuilt less changes
Dan Poltawski [Fri, 13 Sep 2013 02:56:12 +0000 (10:56 +0800)]
MDL-41438 - unbuilt less changes

9 years agoMDL-41438 core renderer: additional patch to remove .main definition from all core...
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

9 years agoMDL-37028 Fixed bug, orphaned modules are moved to the 0-section
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

9 years agoNOBUG/MDL-40829 - fix whitespace errors
Dan Poltawski [Thu, 12 Sep 2013 11:14:05 +0000 (19:14 +0800)]
NOBUG/MDL-40829 - fix whitespace errors

9 years agoRevert "MDL-40829: courses heading: remove 'headerblock' class from header and fix...
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

9 years agoMDL-41748 calendar: removed unused strings
Mark Nelson [Thu, 12 Sep 2013 07:44:34 +0000 (15:44 +0800)]
MDL-41748 calendar: removed unused strings

9 years agoMDL-41305 group: Behat test failing due to string change
Frederic Massart [Thu, 12 Sep 2013 08:37:23 +0000 (16:37 +0800)]
MDL-41305 group: Behat test failing due to string change

9 years agoMDL-41555 behat: Fixing catch statement location
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.

9 years agoMDL-41238 atto - fixing autoclose of style menu for firefox
Jason Fowler [Thu, 12 Sep 2013 02:52:52 +0000 (10:52 +0800)]
MDL-41238 atto - fixing autoclose of style menu for firefox

9 years agoMDL-38570 admin: fix cron_delete_from_temp on windows
Tim Gus [Thu, 12 Sep 2013 03:33:32 +0000 (11:33 +0800)]
MDL-38570 admin: fix cron_delete_from_temp on windows

9 years agoMDL-21415 reports: We should fetch active group from session not page params
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

9 years agoMDL-37804 assign: Return proper notice when submissions closed.
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.

9 years agoMDL-28561 blocks_rss_client: Fixed line separator color in bootstrap
Rajesh Taneja [Wed, 11 Sep 2013 09:15:22 +0000 (17:15 +0800)]
MDL-28561 blocks_rss_client: Fixed line separator color in bootstrap

9 years agoMerge branch 'wip-MDL-37028-fix2' of git://github.com/marinaglancy/moodle
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

9 years agoMDL-40733 forum: fix duplciate headings
Dan Poltawski [Wed, 11 Sep 2013 08:13:14 +0000 (16:13 +0800)]
MDL-40733 forum: fix duplciate headings

two integration patches collided..

9 years agoMDL-40347 Fixed gradebook css overwriting in Canvas
Marina Glancy [Wed, 11 Sep 2013 06:44:11 +0000 (16:44 +1000)]
MDL-40347 Fixed gradebook css overwriting in Canvas

9 years agoMDL-40347 Theme canvas Remove !important override
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.

9 years agoMDL-40833 theme - fixing centre align of sectionname headings
Jason Fowler [Wed, 11 Sep 2013 05:05:33 +0000 (13:05 +0800)]
MDL-40833 theme - fixing centre align of sectionname headings

9 years agoMDL-37028 fixed statement to clear course cache
Marina Glancy [Wed, 11 Sep 2013 04:57:59 +0000 (14:57 +1000)]
MDL-37028 fixed statement to clear course cache

9 years agoMDL-40833 theme - fixing centre align of sectionname headings
Jason Fowler [Wed, 11 Sep 2013 03:49:41 +0000 (11:49 +0800)]
MDL-40833 theme - fixing centre align of sectionname headings

9 years agoMDL-38267 assign: No Submit button after cut-off date
prateeksachan [Wed, 8 May 2013 14:20:10 +0000 (19:50 +0530)]
MDL-38267 assign: No Submit button after cut-off date

9 years agoMDL-37028 fixed course-module generation
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

9 years agoMDL-37028 Integrity check for course modules and sections
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

9 years agoMDL-41565 events: fix unit test
Dan Poltawski [Wed, 11 Sep 2013 02:24:24 +0000 (10:24 +0800)]
MDL-41565 events: fix unit test

9 years agoMDL-41436 modinfo: Concatenate SQL fields instead of passing array
Frederic Massart [Wed, 11 Sep 2013 02:02:41 +0000 (10:02 +0800)]
MDL-41436 modinfo: Concatenate SQL fields instead of passing array

9 years agoMerge branch 'wip-mdl-41605' of git://github.com/rajeshtaneja/moodle
Sam Hemelryk [Tue, 10 Sep 2013 22:50:08 +0000 (10:50 +1200)]
Merge branch 'wip-mdl-41605' of git://github.com/rajeshtaneja/moodle

9 years agoMerge branch 'MDL-40742-master' of git://github.com/ankitagarwal/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

9 years agoMerge branch 'MDL-40687' of git://github.com/rwijaya/moodle
Sam Hemelryk [Tue, 10 Sep 2013 21:47:41 +0000 (09:47 +1200)]
Merge branch 'MDL-40687' of git://github.com/rwijaya/moodle

9 years agoMerge branch 'MDL-41619_master' of https://github.com/markn86/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

9 years agoMerge branch 'MDL-41658_master' of git://github.com/kordan/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

9 years agoMerge branch 'MDL-40262' 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

9 years agoMerge branch 'MDL-41634-url-download-warning' of https://github.com/mnoorenberghe...
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

9 years agoMerge branch 'MDL-41238-master' of git://github.com/phalacee/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

9 years agoMerge branch 'MDL-41528_master' of https://github.com/nitzo/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

9 years agoMerge branch 'MDL-41630-master' of git://github.com/FMCorz/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

9 years agoMerge branch 'MDL-41632-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

9 years agoMerge branch 'wip-MDL-41578-master' of git://github.com/marinaglancy/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

9 years agoMerge branch 'MDL-41599-master' of git://github.com/ankitagarwal/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

9 years agoMerge branch 'MDL-41587_master' of git://github.com/dmonllao/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

9 years agoMerge branch 'MDL-41555_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

9 years agoMerge branch 'wip-mdl-41590' of git://github.com/rajeshtaneja/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

9 years agoMerge branch 'MDL-40471_master' of https://github.com/totara/openbadges
Sam Hemelryk [Tue, 10 Sep 2013 20:42:37 +0000 (08:42 +1200)]
Merge branch 'MDL-40471_master' of https://github.com/totara/openbadges

9 years agoMerge branch 'MDL-41236-master' of git://github.com/phalacee/moodle
Sam Hemelryk [Tue, 10 Sep 2013 20:36:54 +0000 (08:36 +1200)]
Merge branch 'MDL-41236-master' of git://github.com/phalacee/moodle

9 years agoMerge branch 'wip-mdl-41589' of git://github.com/rajeshtaneja/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

9 years agoMerge branch 'wip-MDL-41288-fix' of git://github.com/marinaglancy/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

9 years agoMerge branch 'wip-MDL-41508-master' 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

9 years agoMDL-41288 Bugfix of error occuring when subwiki is not set
Marina Glancy [Tue, 10 Sep 2013 12:02:24 +0000 (22:02 +1000)]
MDL-41288 Bugfix of error occuring when subwiki is not set

9 years agoMerge branch 'MDL-40733_forum_name' of https://github.com/andyjdavis/moodle
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

9 years agoMerge branch 'MDL-41566' of git://github.com/rwijaya/moodle
Dan Poltawski [Tue, 10 Sep 2013 09:30:04 +0000 (17:30 +0800)]
Merge branch 'MDL-41566' of git://github.com/rwijaya/moodle

9 years agoMDL-41562 file resource: fix page heading levels.
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.

9 years agoMerge branch 'MDL-41305-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 10 Sep 2013 09:14:40 +0000 (17:14 +0800)]
Merge branch 'MDL-41305-master' of git://github.com/FMCorz/moodle

9 years agoMDL-41567 url resource: fix page heading levels.
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.

9 years agoMDL-40829: courses heading: remove 'headerblock' class from header and fix heading...
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

9 years agoMerge branch 'MDL-40833-master' of git://github.com/phalacee/moodle
Dan Poltawski [Tue, 10 Sep 2013 08:00:52 +0000 (16:00 +0800)]
Merge branch 'MDL-40833-master' of git://github.com/phalacee/moodle

9 years agoMerge branch 'MDL-41564' of git://github.com/rwijaya/moodle
Dan Poltawski [Tue, 10 Sep 2013 07:29:23 +0000 (15:29 +0800)]
Merge branch 'MDL-41564' of git://github.com/rwijaya/moodle

9 years agoMerge branch 'MDL-41565-master' of git://github.com/FMCorz/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

9 years agoMerge branch 'MDL-39992-master' of git://github.com/damyon/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

9 years agoRevert "MDL-37028 Integrity check for course modules and sections"
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.

9 years agoMerge branch 'MDL-40631-master' of git://github.com/damyon/moodle
Dan Poltawski [Tue, 10 Sep 2013 06:33:41 +0000 (14:33 +0800)]
Merge branch 'MDL-40631-master' of git://github.com/damyon/moodle

9 years agoMDL-41237 Atto: Add missing js method docs.
Damyon Wiese [Tue, 10 Sep 2013 06:29:08 +0000 (14:29 +0800)]
MDL-41237 Atto: Add missing js method docs.

9 years agoMDL-41237 Atto - Adjusting the text styles for the editor
Jason Fowler [Fri, 30 Aug 2013 06:50:51 +0000 (14:50 +0800)]
MDL-41237 Atto - Adjusting the text styles for the editor

9 years agoMDL-41235 fix whitespace
Dan Poltawski [Tue, 10 Sep 2013 06:26:28 +0000 (14:26 +0800)]
MDL-41235 fix whitespace

9 years agoMerge branch 'MDL-41235-master' of git://github.com/phalacee/moodle
Dan Poltawski [Tue, 10 Sep 2013 06:25:48 +0000 (14:25 +0800)]
Merge branch 'MDL-41235-master' of git://github.com/phalacee/moodle

9 years agoMDL-41235 atto - Matching the width of the html view to the wysiwyg view
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

9 years agoMerge branch '41189-26' of git://github.com/samhemelryk/moodle
Dan Poltawski [Tue, 10 Sep 2013 06:12:14 +0000 (14:12 +0800)]
Merge branch '41189-26' of git://github.com/samhemelryk/moodle