moodle.git
8 years agoMDL-49923 theme_clean: The core renderer was in the wrong folder
Damyon Wiese [Mon, 4 May 2015 08:57:10 +0000 (16:57 +0800)]
MDL-49923 theme_clean: The core renderer was in the wrong folder

Renderers need to follow autoloading rules or be included from renderer.php.

8 years agoMerge branch 'MDL-49954-master' of git://github.com/jleyva/moodle
David Monllao [Mon, 4 May 2015 07:16:01 +0000 (15:16 +0800)]
Merge branch 'MDL-49954-master' of git://github.com/jleyva/moodle

8 years agoMerge branch 'MDL-49845-master' of git://github.com/gurgus/moodle
Andrew Nicols [Mon, 4 May 2015 07:03:22 +0000 (15:03 +0800)]
Merge branch 'MDL-49845-master' of git://github.com/gurgus/moodle

8 years agoMerge branch 'wip-MDL-49846-master-fix' of git://github.com/abgreeve/moodle
David Monllao [Mon, 4 May 2015 06:57:18 +0000 (14:57 +0800)]
Merge branch 'wip-MDL-49846-master-fix' of git://github.com/abgreeve/moodle

8 years agoMDL-49987 upgrade: Correct missing main_savepoint update
Andrew Nicols [Mon, 4 May 2015 06:40:09 +0000 (14:40 +0800)]
MDL-49987 upgrade: Correct missing main_savepoint update

8 years agoMerge branch 'wip-mdl-50042' of git://github.com/rajeshtaneja/moodle
David Monllao [Mon, 4 May 2015 06:16:09 +0000 (14:16 +0800)]
Merge branch 'wip-mdl-50042' of git://github.com/rajeshtaneja/moodle

8 years agoMDL-49846 tool_monitor: Context simplification and clean up.
Adrian Greeve [Mon, 4 May 2015 06:05:44 +0000 (14:05 +0800)]
MDL-49846 tool_monitor: Context simplification and clean up.

Removed some unnecessary variables and simplified the context
usage in the index.php page.

8 years agoMDL-49845 notes: Changed headers for notes index
Dave Cooper [Wed, 29 Apr 2015 04:11:56 +0000 (12:11 +0800)]
MDL-49845 notes: Changed headers for notes index

8 years agoMDL-49845 blog: Changed headers for blog index
Dave Cooper [Wed, 29 Apr 2015 02:05:56 +0000 (10:05 +0800)]
MDL-49845 blog: Changed headers for blog index

8 years agoMDL-49845 profile: changed 'My preferences' display logic
Dave Cooper [Tue, 28 Apr 2015 06:02:49 +0000 (14:02 +0800)]
MDL-49845 profile: changed 'My preferences' display logic

8 years agoMDL-49845 blog: Fixed navigation logic for blog
Dave Cooper [Thu, 23 Apr 2015 10:39:41 +0000 (18:39 +0800)]
MDL-49845 blog: Fixed navigation logic for blog

8 years agoMDL-49845 navigation: Fix breadcrumbs for links in my profile.
Dave Cooper [Wed, 22 Apr 2015 06:05:06 +0000 (14:05 +0800)]
MDL-49845 navigation: Fix breadcrumbs for links in my profile.

8 years agoMerge branch 'MDL-49987-master' of git://github.com/damyon/moodle
Andrew Nicols [Mon, 4 May 2015 05:40:57 +0000 (13:40 +0800)]
Merge branch 'MDL-49987-master' of git://github.com/damyon/moodle

Conflicts:
lib/db/upgrade.php
version.php

8 years agoMerge branch 'MDL-49983-master' of git://github.com/xow/moodle
Andrew Nicols [Mon, 4 May 2015 04:39:48 +0000 (12:39 +0800)]
Merge branch 'MDL-49983-master' of git://github.com/xow/moodle

8 years agoMDL-49983 navigation: Remove 'my' from user context navigation
John Okely [Wed, 29 Apr 2015 03:29:52 +0000 (11:29 +0800)]
MDL-49983 navigation: Remove 'my' from user context navigation

8 years agoMerge branch 'wip-MDL-49846-master-v2' of git://github.com/abgreeve/moodle
Andrew Nicols [Mon, 4 May 2015 04:31:20 +0000 (12:31 +0800)]
Merge branch 'wip-MDL-49846-master-v2' of git://github.com/abgreeve/moodle

8 years agoMDL-49846 tool_monitor: Subscription page now filters on site events.
Adrian Greeve [Thu, 16 Apr 2015 02:04:07 +0000 (10:04 +0800)]
MDL-49846 tool_monitor: Subscription page now filters on site events.

8 years agoMerge branch 'MDL-49923-master' of git://github.com/FMCorz/moodle
David Monllao [Mon, 4 May 2015 03:14:45 +0000 (11:14 +0800)]
Merge branch 'MDL-49923-master' of git://github.com/FMCorz/moodle

8 years agoMerge branch 'wip-MDL-50066-master' of git://github.com/marinaglancy/moodle
Andrew Nicols [Mon, 4 May 2015 01:07:26 +0000 (09:07 +0800)]
Merge branch 'wip-MDL-50066-master' of git://github.com/marinaglancy/moodle

8 years agoMDL-49987 upgrade: Make sure messages is in the user menu
Damyon Wiese [Wed, 29 Apr 2015 08:59:39 +0000 (16:59 +0800)]
MDL-49987 upgrade: Make sure messages is in the user menu

Because we have removed messages from the navigation tree,
it is important that it exists in the user menu. That is the default
behaviour, but if sites previously removed it, we need to make sure it
is inserted back.

8 years agoMDL-49923 theme_clean: Removed nested H1 tags due to new full_header()
Frederic Massart [Wed, 29 Apr 2015 08:14:06 +0000 (16:14 +0800)]
MDL-49923 theme_clean: Removed nested H1 tags due to new full_header()

8 years agoon-demand release 2.9beta+
David Monllao [Fri, 1 May 2015 08:51:51 +0000 (16:51 +0800)]
on-demand release 2.9beta+

8 years agoMDL-49232 enrol_self: Adapting unit test to new can_self_enrol() output
David Monllao [Fri, 1 May 2015 07:43:09 +0000 (15:43 +0800)]
MDL-49232 enrol_self: Adapting unit test to new can_self_enrol() output

8 years agoMerge branch 'MDL-49998' of git://github.com/stronk7/moodle
David Monllao [Fri, 1 May 2015 07:05:42 +0000 (15:05 +0800)]
Merge branch 'MDL-49998' of git://github.com/stronk7/moodle

8 years agoMerge branch 'MDL-49840-master' of git://github.com/andrewnicols/moodle
David Monllao [Fri, 1 May 2015 03:05:59 +0000 (11:05 +0800)]
Merge branch 'MDL-49840-master' of git://github.com/andrewnicols/moodle

8 years agoMerge branch 'MDL-49232_master' of git://github.com/markn86/moodle
Andrew Nicols [Fri, 1 May 2015 01:27:11 +0000 (09:27 +0800)]
Merge branch 'MDL-49232_master' of git://github.com/markn86/moodle

8 years agoMerge branch 'MDL-50028' of git://github.com/timhunt/moodle
Dan Poltawski [Thu, 30 Apr 2015 15:06:58 +0000 (16:06 +0100)]
Merge branch 'MDL-50028' of git://github.com/timhunt/moodle

8 years agoMDL-49998 editpdf: Clean code to make it more readable.
Eloy Lafuente (stronk7) [Thu, 30 Apr 2015 08:52:58 +0000 (10:52 +0200)]
MDL-49998 editpdf: Clean code to make it more readable.

There was a big proliferation and reuse of $pdf variable
that was making the code hard to read/review. This commit
does change nothing but makes it more readable.

Also adds a couple of Close() calls, not strictly needed
because they don't have opened files. But think it makes
really clearer the scope of every variable. And, for sure
it frees some resources. That cannot be bad.

8 years agoMDL-50042 behat: Use double quotes to avoid symfony adding it
Rajesh Taneja [Wed, 29 Apr 2015 02:43:49 +0000 (10:43 +0800)]
MDL-50042 behat: Use double quotes to avoid symfony adding it

8 years agoMDL-50066 strings: unable to deprecate string from moodle.php
Marina Glancy [Thu, 30 Apr 2015 08:14:53 +0000 (16:14 +0800)]
MDL-50066 strings: unable to deprecate string from moodle.php

8 years agoMerge branch 'MDL-49986-master' of git://github.com/FMCorz/moodle
Andrew Nicols [Thu, 30 Apr 2015 07:39:13 +0000 (15:39 +0800)]
Merge branch 'MDL-49986-master' of git://github.com/FMCorz/moodle

8 years agoMerge branch 'MDL-49583' of https://github.com/NeillM/moodle
Andrew Nicols [Thu, 30 Apr 2015 07:00:25 +0000 (15:00 +0800)]
Merge branch 'MDL-49583' of https://github.com/NeillM/moodle

8 years agoMerge branch 'MDL-50038-master' of git://github.com/FMCorz/moodle
Andrew Nicols [Thu, 30 Apr 2015 06:55:48 +0000 (14:55 +0800)]
Merge branch 'MDL-50038-master' of git://github.com/FMCorz/moodle

8 years agoMerge branch 'MDL-49281-master' of git://github.com/mastnym/moodle
David Monllao [Thu, 30 Apr 2015 06:53:52 +0000 (14:53 +0800)]
Merge branch 'MDL-49281-master' of git://github.com/mastnym/moodle

8 years agoMDL-49637 mod_assign: Fixing behat test
David Monllao [Thu, 30 Apr 2015 03:04:09 +0000 (11:04 +0800)]
MDL-49637 mod_assign: Fixing behat test

The participant number is dynamically generated so it is not possible to
match known values.

Match on the submission text instead.

8 years agoMDL-49281 grades: Calculation settings upgraded
Martin Mastny [Thu, 16 Apr 2015 06:21:35 +0000 (14:21 +0800)]
MDL-49281 grades: Calculation settings upgraded

8 years agoMDL-49986 messages: Contacts in contact list should not be bold
Frederic Massart [Thu, 30 Apr 2015 04:40:03 +0000 (12:40 +0800)]
MDL-49986 messages: Contacts in contact list should not be bold

8 years agoMerge branch 'MDL-50033-master-enfix' of git://github.com/mudrd8mz/moodle
Andrew Nicols [Thu, 30 Apr 2015 02:47:33 +0000 (10:47 +0800)]
Merge branch 'MDL-50033-master-enfix' of git://github.com/mudrd8mz/moodle

8 years agoMerge branch 'MDL-49932_master' of git://github.com/markn86/moodle
Andrew Nicols [Thu, 30 Apr 2015 02:25:27 +0000 (10:25 +0800)]
Merge branch 'MDL-49932_master' of git://github.com/markn86/moodle

8 years agoMDL-49232 enrol_self: Add behat test for non-guest self-enrolment
Andrew Nicols [Thu, 30 Apr 2015 00:57:02 +0000 (08:57 +0800)]
MDL-49232 enrol_self: Add behat test for non-guest self-enrolment

8 years agoMDL-49232 enrol_self: display continue button
Mark Nelson [Mon, 20 Apr 2015 05:42:25 +0000 (22:42 -0700)]
MDL-49232 enrol_self: display continue button

8 years agoMDL-49932 core_install: removed upgrade step changing 'defaulthomepage'
Mark Nelson [Wed, 29 Apr 2015 01:24:21 +0000 (18:24 -0700)]
MDL-49932 core_install: removed upgrade step changing 'defaulthomepage'

The upgrade step was changing any site that had the setting
'defaulthomepage' set to HOMEPAGE_SITE to HOMEPAGE_MY. We can
not make the assumption that users want this setting changed.

8 years agoMDL-50033 lang: Update Behat scenarios to use the new strings
David Mudrák [Wed, 29 Apr 2015 21:15:44 +0000 (23:15 +0200)]
MDL-50033 lang: Update Behat scenarios to use the new strings

8 years agoMDL-50033 lang: Merge English strings from the en_fix language pack
Helen Foster [Wed, 29 Apr 2015 19:43:00 +0000 (21:43 +0200)]
MDL-50033 lang: Merge English strings from the en_fix language pack

8 years agoMDL-50038 my: Redirect admin users to the notifications page when needed
Frederic Massart [Wed, 29 Apr 2015 10:52:46 +0000 (18:52 +0800)]
MDL-50038 my: Redirect admin users to the notifications page when needed

8 years agoMerge branch 'MDL-50041-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Wed, 29 Apr 2015 10:53:47 +0000 (11:53 +0100)]
Merge branch 'MDL-50041-master' of git://github.com/FMCorz/moodle

8 years agoMDL-50041 gdlib: Badges need PNG files from process_new_icon()
Frederic Massart [Wed, 29 Apr 2015 07:04:47 +0000 (15:04 +0800)]
MDL-50041 gdlib: Badges need PNG files from process_new_icon()

8 years agoMDL-49843 navigation: Fixed fatal error when viewing reports.
Adrian Greeve [Mon, 20 Apr 2015 07:44:22 +0000 (15:44 +0800)]
MDL-49843 navigation: Fixed fatal error when viewing reports.

8 years agoMDL-49583 enrol: enrol/index.php page doesn't handle direct access well
Neill Magill [Thu, 19 Mar 2015 11:32:33 +0000 (11:32 +0000)]
MDL-49583 enrol: enrol/index.php page doesn't handle direct access well

Before this patch if a user who is not logged in to Moodle accesses the
enrol/index.php page directly they were redirected to the Moodle front
page after login, rather than back to a page that would allow them to
self enrol, if it is enabled on the course.

This change will cause a user who directly accesses the page to be
redirected back to it after they have logged in, unless the course has guest
access enabled.

Thanks to Marina Glancy for suggesting the use of get_referer()

8 years agoMerge branch 'MDL-49928-master' of git://github.com/ankitagarwal/moodle
Andrew Nicols [Wed, 29 Apr 2015 05:40:44 +0000 (13:40 +0800)]
Merge branch 'MDL-49928-master' of git://github.com/ankitagarwal/moodle

8 years agoMerge branch 'MDL-50026' of git://github.com/timhunt/moodle
David Monllao [Wed, 29 Apr 2015 05:25:02 +0000 (13:25 +0800)]
Merge branch 'MDL-50026' of git://github.com/timhunt/moodle

8 years agoMDL-49928 userprofile: Reorder blocks
Ankit Agarwal [Wed, 22 Apr 2015 05:19:32 +0000 (10:49 +0530)]
MDL-49928 userprofile: Reorder blocks

8 years agoMerge branch 'wip-MDL-49888-master' of git://github.com/abgreeve/moodle
Andrew Nicols [Wed, 29 Apr 2015 04:18:52 +0000 (12:18 +0800)]
Merge branch 'wip-MDL-49888-master' of git://github.com/abgreeve/moodle

8 years agoMerge branch 'MDL-49637' of git://github.com/NeillM/moodle
David Monllao [Wed, 29 Apr 2015 04:04:43 +0000 (12:04 +0800)]
Merge branch 'MDL-49637' of git://github.com/NeillM/moodle

8 years agoMDL-49998 unit tests: Close the pdf objects when needed.
Eloy Lafuente (stronk7) [Sun, 26 Apr 2015 22:59:39 +0000 (00:59 +0200)]
MDL-49998 unit tests: Close the pdf objects when needed.

When a pdf object is instantiated and any file is loaded
with set_pdf() or load_pdf(), the files remain open until
the pdf is saved with pdf_save() or outputted with Output()..

In that cases is needed to perform an explicit Close() in
order to free resources, parsers and, ultimately, fclose()
the files.

Note that only the uses detected in the editpdf unit tests have
been fixed. I'd recommend to analyse every instance of the tcpdf
libs.

Also, there was one incorrecly reused pdf instance in then
generate_combined_pdf_for_attempt() method. Apparently it was not
leading to problems, but better use a separate instance (#246).

8 years agoMDL-49998 unit tests: files left open are our fault.
Eloy Lafuente (stronk7) [Sun, 26 Apr 2015 22:45:32 +0000 (00:45 +0200)]
MDL-49998 unit tests: files left open are our fault.

Get rid of the gc_collect_cycles() that only was
hiding incorrectly left open files. This must be fixed
in code when possible. And pdf libs allow us to do so.

Note that a lot of gc_collect_cycles() were added
in MDL-47675, I'd recommend to take a look to all them,
being replaced by fixes in code when possible.

8 years agoMerge branch 'wip-mdl-49974' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Tue, 28 Apr 2015 14:01:08 +0000 (15:01 +0100)]
Merge branch 'wip-mdl-49974' of https://github.com/rajeshtaneja/moodle

8 years agoMDL-50026 quiz: don't show locks for random Qs in deferred feedback
Tim Hunt [Tue, 28 Apr 2015 10:31:00 +0000 (11:31 +0100)]
MDL-50026 quiz: don't show locks for random Qs in deferred feedback

can_finish_during_the_attempt was returning the wrong result for
random questions for behaviours like deferred feedback.

8 years agoMDL-50028 qtype_match: fix correct answer display
Tim Hunt [Tue, 28 Apr 2015 12:01:20 +0000 (13:01 +0100)]
MDL-50028 qtype_match: fix correct answer display

Atto's stupid tendency to create HTML like
<p>You don't need a br at the end of a paragraph!</br></p>
was breaking it.

8 years agoMDL-50028 questions: split into one testcase class per file
Tim Hunt [Tue, 28 Apr 2015 10:59:24 +0000 (11:59 +0100)]
MDL-50028 questions: split into one testcase class per file

8 years agoon-demand release 2.9beta+
Dan Poltawski [Tue, 28 Apr 2015 08:27:21 +0000 (09:27 +0100)]
on-demand release 2.9beta+

8 years agoMDL-49981 badges: Missing link to manage your badges
Frederic Massart [Fri, 24 Apr 2015 04:55:22 +0000 (12:55 +0800)]
MDL-49981 badges: Missing link to manage your badges

8 years agoMDL-49911 admin: Prevent notices when updatenotifications is disabled
Frederic Massart [Fri, 24 Apr 2015 06:41:01 +0000 (14:41 +0800)]
MDL-49911 admin: Prevent notices when updatenotifications is disabled

8 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Dan Poltawski [Tue, 28 Apr 2015 08:27:19 +0000 (09:27 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

8 years agoMerge branch 'wip-MDL-17929-master' of git://github.com/marinaglancy/moodle
David Monllao [Tue, 28 Apr 2015 03:42:10 +0000 (11:42 +0800)]
Merge branch 'wip-MDL-17929-master' of git://github.com/marinaglancy/moodle

8 years agoMerge branch 'MDL-42449' of git://github.com/andrewhancox/moodle
David Monllao [Tue, 28 Apr 2015 03:08:07 +0000 (11:08 +0800)]
Merge branch 'MDL-42449' of git://github.com/andrewhancox/moodle

8 years agoMerge branch 'MDL-49926-master' of git://github.com/mastnym/moodle
Andrew Nicols [Tue, 28 Apr 2015 02:25:25 +0000 (10:25 +0800)]
Merge branch 'MDL-49926-master' of git://github.com/mastnym/moodle

8 years agoMerge branch 'MDL-49814' of git://github.com/timhunt/moodle
Andrew Nicols [Tue, 28 Apr 2015 01:50:37 +0000 (09:50 +0800)]
Merge branch 'MDL-49814' of git://github.com/timhunt/moodle

8 years agoMDL-49637 assign: Workflow & blind marking do not always show feedback
Neill Magill [Fri, 27 Mar 2015 16:16:18 +0000 (16:16 +0000)]
MDL-49637 assign: Workflow & blind marking do not always show feedback

Before this patch if an assignment has workflow and blind marking enabled if a teacher
sets a submission to have its grades released to students before they reveal student
identities the feedback they have given is not displayed to the student.

The patch causes the reveal_identities() method to pass the correct value to the
get_feedback_plugin_by_type() function in the assign class.

8 years agoMDL-49637 assign: Behat test for blind marking with workflow
Neill Magill [Wed, 22 Apr 2015 12:10:00 +0000 (13:10 +0100)]
MDL-49637 assign: Behat test for blind marking with workflow

This test checks that that if reveal student identities is used before or after the submissions grades have
been set released that the teacher's feedback is displayed to students.

8 years agoMDL-49888 navigation: Added missing reports to user profile.
Adrian Greeve [Thu, 16 Apr 2015 07:57:01 +0000 (15:57 +0800)]
MDL-49888 navigation: Added missing reports to user profile.

Added statistics and grade to the reports section in the user
profile.

8 years agoMDL-49954 forum: Use clean_returnvalue properly in external unit tests
Juan Leyva [Mon, 27 Apr 2015 16:22:49 +0000 (18:22 +0200)]
MDL-49954 forum: Use clean_returnvalue properly in external unit tests

8 years agoAutomatically generated installer lang files
AMOS bot [Mon, 27 Apr 2015 16:04:09 +0000 (00:04 +0800)]
Automatically generated installer lang files

8 years agoMerge branch 'MDL-49993_master' of git://github.com/grabs/moodle
Dan Poltawski [Mon, 27 Apr 2015 13:47:58 +0000 (14:47 +0100)]
Merge branch 'MDL-49993_master' of git://github.com/grabs/moodle

8 years agoMDL-49948 lesson: Answer and response format should be known for each form
Rajesh Taneja [Thu, 23 Apr 2015 07:28:47 +0000 (15:28 +0800)]
MDL-49948 lesson: Answer and response format should be known for each form

8 years agoMerge branch 'MDL-49913' of git://github.com/jmvedrine/moodle
Dan Poltawski [Mon, 27 Apr 2015 13:28:27 +0000 (14:28 +0100)]
Merge branch 'MDL-49913' of git://github.com/jmvedrine/moodle

8 years agoMDL-49814 quiz: make question dependency clear in the nav
Tim Hunt [Thu, 23 Apr 2015 14:57:29 +0000 (15:57 +0100)]
MDL-49814 quiz: make question dependency clear in the nav

8 years agoMerge branch 'MDL-49956_getstring' of https://github.com/andyjdavis/moodle
Dan Poltawski [Mon, 27 Apr 2015 10:03:32 +0000 (11:03 +0100)]
Merge branch 'MDL-49956_getstring' of https://github.com/andyjdavis/moodle

8 years agoMerge branch 'MDL-49977_master' of git://github.com/markn86/moodle
Dan Poltawski [Mon, 27 Apr 2015 09:46:08 +0000 (10:46 +0100)]
Merge branch 'MDL-49977_master' of git://github.com/markn86/moodle

8 years agoMDL-49993 mod_feedback: Question auto numbers have no space between number and question
Andreas Grabs [Sun, 26 Apr 2015 17:03:34 +0000 (19:03 +0200)]
MDL-49993 mod_feedback: Question auto numbers have no space between number and question

8 years agoMDL-49913 mod_lesson: studentanswer format should be HTML
Jean-Michel Vedrine [Wed, 22 Apr 2015 11:07:27 +0000 (13:07 +0200)]
MDL-49913 mod_lesson: studentanswer format should be HTML

8 years agoMDL-49913 mod_lesson: fix import scores and jumps
Jean-Michel Vedrine [Wed, 22 Apr 2015 10:51:59 +0000 (12:51 +0200)]
MDL-49913 mod_lesson: fix import scores and jumps

8 years agoMDL-49913 mod_lesson: defaultanswer to avoid duplication
Jean-Michel Vedrine [Wed, 22 Apr 2015 10:45:51 +0000 (12:45 +0200)]
MDL-49913 mod_lesson: defaultanswer to avoid duplication

8 years agoMDL-49913 mod_lesson: round question grades on import
Jean-Michel Vedrine [Wed, 22 Apr 2015 10:38:23 +0000 (12:38 +0200)]
MDL-49913 mod_lesson: round question grades on import

8 years agoAutomatically generated installer lang files
AMOS bot [Fri, 24 Apr 2015 16:04:04 +0000 (00:04 +0800)]
Automatically generated installer lang files

8 years agoMDL-42449 backup: Fix for activity grade category
Andrew Hancox [Thu, 2 Apr 2015 12:03:37 +0000 (13:03 +0100)]
MDL-42449 backup: Fix for activity grade category

Retain grade category when restoring an activity into the course that
it came from

8 years agoon-demand release 2.9beta+
Dan Poltawski [Fri, 24 Apr 2015 11:10:20 +0000 (12:10 +0100)]
on-demand release 2.9beta+

8 years agoMerge branch 'MDL-49960-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Fri, 24 Apr 2015 08:41:20 +0000 (09:41 +0100)]
Merge branch 'MDL-49960-master' of git://github.com/FMCorz/moodle

8 years agoMerge branch 'MDL-49311-master' of git://github.com/lameze/moodle
Andrew Nicols [Fri, 24 Apr 2015 03:38:07 +0000 (11:38 +0800)]
Merge branch 'MDL-49311-master' of git://github.com/lameze/moodle

8 years agoMerge branch 'MDL-49813' of https://github.com/mkassaei/moodle
Andrew Nicols [Fri, 24 Apr 2015 02:25:29 +0000 (10:25 +0800)]
Merge branch 'MDL-49813' of https://github.com/mkassaei/moodle

8 years agoMerge branch 'MDL-49946' of https://github.com/jmvedrine/moodle
Dan Poltawski [Thu, 23 Apr 2015 12:32:33 +0000 (13:32 +0100)]
Merge branch 'MDL-49946' of https://github.com/jmvedrine/moodle

8 years agoMerge branch 'MDL-49972-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Thu, 23 Apr 2015 10:39:18 +0000 (11:39 +0100)]
Merge branch 'MDL-49972-master' of git://github.com/FMCorz/moodle

8 years agoMerge branch 'MDL-49937-master' of git://github.com/jleyva/moodle
David Monllao [Thu, 23 Apr 2015 07:53:31 +0000 (15:53 +0800)]
Merge branch 'MDL-49937-master' of git://github.com/jleyva/moodle

8 years agoMerge branch 'm29_MDL-49922' of https://github.com/totara/moodle
Andrew Nicols [Thu, 23 Apr 2015 07:32:12 +0000 (15:32 +0800)]
Merge branch 'm29_MDL-49922' of https://github.com/totara/moodle

8 years agoMerge branch 'MDL-49477-master' of git://github.com/FMCorz/moodle
Andrew Nicols [Thu, 23 Apr 2015 05:51:11 +0000 (13:51 +0800)]
Merge branch 'MDL-49477-master' of git://github.com/FMCorz/moodle

8 years agoMDL-49926 gradereport: Cursor changes to pointer on hover
Martin Mastny [Thu, 23 Apr 2015 05:21:19 +0000 (13:21 +0800)]
MDL-49926 gradereport: Cursor changes to pointer on hover

8 years agoMDL-49926 gradereport: Feedback gets saved when editing grade in ajax mode
Martin Mastny [Mon, 20 Apr 2015 07:56:58 +0000 (15:56 +0800)]
MDL-49926 gradereport: Feedback gets saved when editing grade in ajax mode

8 years agoMDL-49974 unit_test: Use datetime format supported by different os
Rajesh Taneja [Fri, 24 Apr 2015 05:01:01 +0000 (13:01 +0800)]
MDL-49974 unit_test: Use datetime format supported by different os

%k is not supported by windows, so using %H

8 years agoMDL-49311 user: fix default sorting problem
papillon [Mon, 16 Mar 2015 15:59:11 +0000 (00:59 +0900)]
MDL-49311 user: fix default sorting problem

8 years agoMDL-49956 admin: removed unused get_string() params
Andrew Davis [Wed, 22 Apr 2015 13:18:08 +0000 (21:18 +0800)]
MDL-49956 admin: removed unused get_string() params