Dan Poltawski [Mon, 6 Aug 2012 02:06:24 +0000 (10:06 +0800)]
Merge branch 'MDL-34405_m23' of git://github.com/kordan/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 6 Aug 2012 01:45:56 +0000 (09:45 +0800)]
Merge branch 'w32_MDL-34585_m23_blogfiles' of git://github.com/skodak/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 6 Aug 2012 01:25:24 +0000 (09:25 +0800)]
MDL-28486 - tests: fix broken youtube tests
Sam Hemelryk [Mon, 6 Aug 2012 00:05:08 +0000 (12:05 +1200)]
Merge branch 'MDL-34708_m23' of git://github.com/nebgor/moodle into MOODLE_23_STABLE
Sam Hemelryk [Sun, 5 Aug 2012 23:58:45 +0000 (11:58 +1200)]
Merge branch 'MDL-28486-MOODLE_23_STABLE-1' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
Sam Hemelryk [Sun, 5 Aug 2012 23:44:24 +0000 (11:44 +1200)]
Merge branch 'MDL-34658-23' of git://github.com/grabs/moodle into MOODLE_23_STABLE
Andreas Grabs [Thu, 2 Aug 2012 21:03:26 +0000 (23:03 +0200)]
MDL-34670 - undefined variable in feedback templates
Sam Hemelryk [Sun, 5 Aug 2012 23:04:57 +0000 (11:04 +1200)]
Merge branch 'MDL-34645_23' of git://github.com/aolley/moodle into MOODLE_23_STABLE
Sam Hemelryk [Sun, 5 Aug 2012 22:58:44 +0000 (10:58 +1200)]
Merge branch 'MDL-34647_23' of git://github.com/aolley/moodle into MOODLE_23_STABLE
Aparup Banerjee [Sun, 5 Aug 2012 15:27:31 +0000 (23:27 +0800)]
MDL-34708 Forms library : Fixed incorrect calendar day displayed across timezones. Credit to Matthew Davidson and team at rose-hulman.edu.
Andreas Grabs [Thu, 2 Aug 2012 22:24:55 +0000 (00:24 +0200)]
MDL-34658 - Saving failed because missing or false values
Petr Škoda [Tue, 31 Jul 2012 14:02:54 +0000 (16:02 +0200)]
MDL-34585 fix broken blog file access control
Dan Poltawski [Thu, 2 Aug 2012 06:38:49 +0000 (14:38 +0800)]
weekly release 2.3.1+
Petr Škoda [Wed, 1 Aug 2012 06:30:28 +0000 (08:30 +0200)]
MDL-34368 fix another validuntil condition
Sam Hemelryk [Wed, 1 Aug 2012 01:21:03 +0000 (13:21 +1200)]
Merge branch 'MDL-34534-MOODLE_23_STABLE' of https://github.com/micaherne/moodle into MOODLE_23_STABLE
Dan Poltawski [Wed, 1 Aug 2012 01:05:32 +0000 (09:05 +0800)]
MDL-34599 mod_quiz: optional $thispage & $nextpage
The previous change making the params required was a regression.
Charles Fulton [Sun, 4 Mar 2012 17:32:22 +0000 (09:32 -0800)]
MDL-29909 wiki: do not show groups when no groups present
Dan Poltawski [Tue, 31 Jul 2012 09:46:20 +0000 (17:46 +0800)]
Merge branch 'MDL-32791_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 31 Jul 2012 09:42:50 +0000 (17:42 +0800)]
Merge branch 'MDL-34599_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Rossiani Wijaya [Fri, 27 Jul 2012 10:47:05 +0000 (18:47 +0800)]
MDL-34556 accessibility compliance for course: Add forform input text and select tag
Rossiani Wijaya [Fri, 27 Jul 2012 10:46:55 +0000 (18:46 +0800)]
MDL-34555 accessibility compliance for calendar: Add forform input text and select tag
Rossiani Wijaya [Fri, 27 Jul 2012 10:46:48 +0000 (18:46 +0800)]
MDL-34554 accessibility compliance for blocks: Add forform input text and select tag
Rossiani Wijaya [Fri, 27 Jul 2012 10:46:40 +0000 (18:46 +0800)]
MDL-34553 accessibility compliance for authentication: Add forform input text and select tag
Rossiani Wijaya [Fri, 27 Jul 2012 10:26:09 +0000 (18:26 +0800)]
MDL-34552 accessibility compliance for admin: Add forform input text and select tag
Andrew Robert Nicols [Mon, 23 Jul 2012 11:32:46 +0000 (12:32 +0100)]
MDL-28486 Force use of SSL for all youtube and vimeo embeds
If a page is served over SSL (https), then any content loaded from non-SSL
sources (e.g. http://youtube.com/) will cause errors to show in the
browser. To prevent this, it's best to use the SSL equivelants where they
exist (e.g. https://youtube.com/).
Unfortunately, it isn't possible to accurately determine whether the
current page is loaded over an SSL connection or not in Moodle.
Since including content from an external SSL site on a non-SSL moodle page
does not lead to browser warnings, but non-SSL external content on an SSL
moodle page does, we always use SSL where available.
Note: This does not lead to any additional processing requirements for the
moodle site.
Aparup Banerjee [Tue, 31 Jul 2012 07:30:38 +0000 (15:30 +0800)]
MDL-34650 added MDLs to todo comment and deprecation comment.
(also triggering an amos script here for the other MDL-34650 commit)
AMOS BEGIN
CPY [minute,form],[minute,core]
CPY [month,form],[month,core]
CPY [options,editor],[options,core]
CPY [selectacourse,backup],[selectacourse,core]
AMOS END
Aparup Banerjee [Tue, 31 Jul 2012 05:23:42 +0000 (13:23 +0800)]
MDL-34650 typo correction
Aparup Banerjee [Tue, 31 Jul 2012 05:20:24 +0000 (13:20 +0800)]
Merge branch 'MDL-34650_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 31 Jul 2012 04:49:31 +0000 (16:49 +1200)]
Merge branch 'MDL-34528_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 31 Jul 2012 04:29:51 +0000 (16:29 +1200)]
Merge branch 'MDL-32499_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 31 Jul 2012 04:18:50 +0000 (16:18 +1200)]
Merge branch 'MDL-32931_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 31 Jul 2012 04:15:59 +0000 (16:15 +1200)]
Merge branch 'MDL-32827-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
Rossiani Wijaya [Tue, 31 Jul 2012 04:09:18 +0000 (12:09 +0800)]
MDL-34650 - accessibility compliance: Add <label> for form input text and select tag
Dan Poltawski [Tue, 31 Jul 2012 04:01:56 +0000 (12:01 +0800)]
Merge branch 'MDL-25953-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Ankit Agarwal [Tue, 31 Jul 2012 03:24:15 +0000 (11:24 +0800)]
MDL-32827 calendar: update eventtype of broken event in bulk instead of doing it one by one
Dan Poltawski [Tue, 31 Jul 2012 03:10:36 +0000 (11:10 +0800)]
Merge branch 'MDL-34624_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 31 Jul 2012 02:43:10 +0000 (10:43 +0800)]
Merge branch 'MDL-34532_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 31 Jul 2012 02:31:49 +0000 (10:31 +0800)]
Merge branch 'MDL-34255_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Jerome Mouneyrac [Fri, 22 Jun 2012 08:48:51 +0000 (16:48 +0800)]
MDL-33869 user_get_user_details: add support for 'Show user identity' fields set by administrator
Crafton Williams [Thu, 21 Jun 2012 17:59:21 +0000 (12:59 -0500)]
MDL-33869 user_get_user_details: allow return of idnumber
Dan Poltawski [Tue, 31 Jul 2012 02:07:05 +0000 (10:07 +0800)]
Merge branch 'm23_MDL-34440' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
Adam Olley [Sat, 28 Jul 2012 04:40:54 +0000 (14:10 +0930)]
MDL-34647: admintool: uploaduser enrolments now obey enrolperiod directive
Adam Olley [Tue, 31 Jul 2012 01:14:48 +0000 (10:44 +0930)]
MDL-34645: enrol_manual: enrolment init to pass default duration setting
Dan Poltawski [Tue, 31 Jul 2012 01:12:23 +0000 (09:12 +0800)]
Merge branch 'MDL-34483_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 31 Jul 2012 00:43:32 +0000 (12:43 +1200)]
Merge branch 'MDL-34494_m23' of git://github.com/kordan/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 31 Jul 2012 00:00:42 +0000 (12:00 +1200)]
Merge branch 'MDL-28568_noncontact_warning_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
Tim Hunt [Fri, 27 Jul 2012 11:18:10 +0000 (12:18 +0100)]
MDL-34483 qformat_examview: Commit example file.
Supplied by Rick Jerz.
Fred Woolard [Mon, 30 Jul 2012 08:04:55 +0000 (20:04 +1200)]
MDL-34440 Site registration failing with mysqli
Dan Poltawski [Mon, 30 Jul 2012 07:49:12 +0000 (15:49 +0800)]
Merge branch 'mdl34368' of https://bitbucket.org/ngmares/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 30 Jul 2012 06:04:54 +0000 (14:04 +0800)]
Merge branch 'MDL-34507-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 30 Jul 2012 05:55:50 +0000 (13:55 +0800)]
Merge branch 'MDL-34589_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Nadav Kavalerchik [Tue, 24 Jul 2012 09:53:43 +0000 (12:53 +0300)]
MDL-34513 - RTL Theme fixes for Moodle 2 (theme/mymobile)
+ Right align frontpage course list
+ right align activity and resource titles
+ Two Columns on/off slider fix
+ Right align content in Blocks
+ Fix checkbox question types in quiz
+ Right align titles of fields in Forms
+ minor ui tweaks
Dan Poltawski [Mon, 30 Jul 2012 05:46:33 +0000 (13:46 +0800)]
Merge branch 'MDL-33537_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 30 Jul 2012 04:35:10 +0000 (12:35 +0800)]
Merge branch 'w31_MDL-34538_m23_validatefloats' of git://github.com/skodak/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 30 Jul 2012 04:15:49 +0000 (12:15 +0800)]
Merge branch 'MDL-31509_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Andrew Robert Nicols [Mon, 23 Jul 2012 14:28:26 +0000 (15:28 +0100)]
MDL-34433 Check for existence of e and e.target in set_form_changed
This is required for cases when code directly calls set_form_changed as
happens with the filepicker.
Dan Poltawski [Mon, 30 Jul 2012 04:05:25 +0000 (12:05 +0800)]
Merge branch 'wip-mdl-34239-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 30 Jul 2012 03:57:41 +0000 (11:57 +0800)]
Merge branch 'MDL-34519_23_course_reset_patch' of git://github.com/rlorenzo/moodle into MOODLE_23_STABLE
Mary Evans [Sun, 29 Jul 2012 20:42:04 +0000 (21:42 +0100)]
MDL-34528 theme_canvas: Removed redundent exclude stylesheet configurations from CANVAS theme
kordan [Sun, 29 Jul 2012 14:40:29 +0000 (16:40 +0200)]
MDL-34494 theme_formal_white: replaced old style core_renderer::MAIN_CONTENT_TOKEN with $OUTPUT->main_content()
kordan [Sun, 29 Jul 2012 13:59:54 +0000 (15:59 +0200)]
MDL-34405 theme_formal_white: added background for quiz overview
Mary Evans [Sun, 29 Jul 2012 13:54:00 +0000 (14:54 +0100)]
MDL-34624 theme_base: added background-color to style/admin.css for role edit default
Tim Hunt [Fri, 27 Jul 2012 17:06:24 +0000 (18:06 +0100)]
MDL-31509 quiz outcomes: let people associate quizzes with outcomes.
The quiz does not really support outcomes, but even so in 1.9 you could
select outcomes on the quiz edit form, and apparently this was useful to
some people, therefore we should re-enable it.
Petr Škoda [Fri, 27 Jul 2012 16:44:41 +0000 (18:44 +0200)]
MDL-34538 fix PARAM_FLOAT validation
Petr Škoda [Fri, 27 Jul 2012 16:42:18 +0000 (18:42 +0200)]
MDL-34538 add float validation tests
Tim Hunt [Fri, 27 Jul 2012 15:38:14 +0000 (16:38 +0100)]
MDL-32791 quiz db: clean up garbage data that was causing problems.
Melinda Kraft reported having rows in their quiz_question_instances
table which caused various problems. These rows are meaningless, so I
have done a DB upgrade step to clean them up, which should deal with the
bad side-effets they were causing.
Jean-Michel Vedrine [Fri, 27 Jul 2012 11:11:41 +0000 (12:11 +0100)]
MDL-34483 qformat_examview: handle more questions.
These fixes come from testing with the example file supplied by Rick
Jerz.
Jean-Michel Vedrine [Mon, 23 Jul 2012 10:31:32 +0000 (11:31 +0100)]
MDL-34483 qformat_examview: clean the code to make codechecker happy
Jean-Michel Vedrine [Mon, 23 Jul 2012 10:28:01 +0000 (11:28 +0100)]
MDL-34483 qformat_examview: changes required to make it basically work.
Tim Hunt [Fri, 27 Jul 2012 10:42:03 +0000 (11:42 +0100)]
MDL-34599 quiz attempts: more robust if page number out of range.
Rather than throwing an exception, we should just show the first/last
page of the quiz if the page number is out-of-range.
Rajesh Taneja [Tue, 24 Jul 2012 02:18:15 +0000 (10:18 +0800)]
MDL-34239 Blog: Editing blog associated with module will be keep it's association
Ankit Agarwal [Fri, 27 Jul 2012 03:50:37 +0000 (11:50 +0800)]
MDL-32827 calendar: Bumping the version
Ankit Agarwal [Wed, 25 Jul 2012 05:27:28 +0000 (13:27 +0800)]
MDL-32827 calendar: Added logic to handle calendar events with empty eventtypes during restore
Ankit Agarwal [Tue, 17 Jul 2012 06:22:18 +0000 (14:22 +0800)]
MDL-32827 calendar: Fixining calender entries with no eventtype
Frederic Massart [Mon, 23 Jul 2012 05:12:29 +0000 (13:12 +0800)]
MDL-25953 Repository: Amazon S3 supports sub directories
Frederic Massart [Mon, 23 Jul 2012 02:10:11 +0000 (10:10 +0800)]
MDL-25953 Repository: Updated Amazon S3 library
Frederic Massart [Wed, 25 Jul 2012 07:29:47 +0000 (15:29 +0800)]
MDL-34507 Repository: Better support for 'any' accepted filetypes
David Monllao [Mon, 9 Jul 2012 07:29:42 +0000 (15:29 +0800)]
MDL-32931 mod_forum Polishing patch and taking into account courses without previous accesses
Tom Lanyon [Wed, 9 May 2012 07:26:53 +0000 (16:56 +0930)]
MDL-32931 mod_forum Change forum overview to avoid use of (potentially large and slow ) log table.
David Monllao [Fri, 20 Jul 2012 03:55:45 +0000 (11:55 +0800)]
MDL-32499 gradingform_rubric Avoid backup/restore of rubric fillings without an existing criteria
Tim Hunt [Thu, 26 Jul 2012 17:47:57 +0000 (18:47 +0100)]
MDL-34589 quiz report graphs: PHP5.4 issue with unset($array[$float]).
Thanks to Matthew Davidson for diagnosing the problem.
Tim Hunt [Thu, 26 Jul 2012 09:07:09 +0000 (10:07 +0100)]
MDL-34532 quiz reports: error when showing users without attempts.
We were not checking if attempt state was null before trying to convert it to a string.
Aparup Banerjee [Thu, 26 Jul 2012 06:25:58 +0000 (14:25 +0800)]
weekly release 2.3.1+
Rossiani Wijaya [Thu, 26 Jul 2012 06:23:39 +0000 (14:23 +0800)]
MDL-34255 group calendar events: fixed adding group calendar event for students
Aparup Banerjee [Thu, 26 Jul 2012 05:59:33 +0000 (13:59 +0800)]
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
AMOS bot [Thu, 26 Jul 2012 00:31:43 +0000 (00:31 +0000)]
Automatically generated installer lang files
Michael Aherne [Fri, 6 Jul 2012 14:14:10 +0000 (15:14 +0100)]
MDL-34534 Backport activity chooser default setting to 2.3 stable
Dan Poltawski [Wed, 25 Jul 2012 04:29:47 +0000 (12:29 +0800)]
Merge branch 'MDL-13629_droplow_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
Dan Poltawski [Wed, 25 Jul 2012 03:26:55 +0000 (11:26 +0800)]
MDL-34441 dbtransfer - do not attempt migration if moodle is not installed.
Dan Poltawski [Wed, 25 Jul 2012 02:43:37 +0000 (10:43 +0800)]
MDL-34441 tool_dbtranfer - fix codechecker warnings
Since we were so close to perfection.
Dan Poltawski [Wed, 25 Jul 2012 02:51:15 +0000 (10:51 +0800)]
Merge branch 'w30_MDL-34441_m23_dbtransfer' of git://github.com/skodak/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 24 Jul 2012 23:13:16 +0000 (11:13 +1200)]
Merge branch 'w30_MDL-34475_m23_saveondefault' of git://github.com/skodak/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 24 Jul 2012 21:18:19 +0000 (09:18 +1200)]
Merge branch 'MDL-27083-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Rex Lorenzo [Tue, 24 Jul 2012 19:01:11 +0000 (12:01 -0700)]
MDL-34519 - Course reset not protected by proper capability
Aparup Banerjee [Tue, 24 Jul 2012 08:35:41 +0000 (16:35 +0800)]
MDL-26969 assignment : clarified phpdoc and fixed whitespace.
Aparup Banerjee [Tue, 24 Jul 2012 08:40:42 +0000 (16:40 +0800)]
Merge branch 'MDL-26969_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 24 Jul 2012 07:40:26 +0000 (15:40 +0800)]
Merge branch 'MDL-34484_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 24 Jul 2012 05:41:45 +0000 (13:41 +0800)]
Merge branch 'w30_MDL-34129_m23_enrolinfo' of git://github.com/skodak/moodle into MOODLE_23_STABLE
AMOS bot [Tue, 24 Jul 2012 00:31:53 +0000 (00:31 +0000)]
Automatically generated installer lang files
Petr Škoda [Mon, 23 Jul 2012 18:48:14 +0000 (20:48 +0200)]
MDL-34475 add default value to xmldb_field hash calculation