Tim Hunt [Fri, 29 Jun 2012 10:02:30 +0000 (11:02 +0100)]
MDL-34109 quiz cron: change whitespace before applying the fix.
This commit just changes the white-space, but does not change any of the
actual code. This is so that the commit I am about to make, which will
change the code, will be easier to understand.
Dan Poltawski [Mon, 2 Jul 2012 08:34:17 +0000 (16:34 +0800)]
Merge branch 'w27_MDL-34045_m23_idnumber' of git://github.com/skodak/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 2 Jul 2012 08:28:12 +0000 (16:28 +0800)]
Merge branch 'MDL-34025_m23' of https://github.com/markn86/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 2 Jul 2012 08:19:19 +0000 (16:19 +0800)]
Merge branch 'MDL-33924_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Dan Marsden [Fri, 22 Jun 2012 10:16:25 +0000 (22:16 +1200)]
MDL-33914 SCORM show scrollbar on TOC if too long.
Dan Marsden [Tue, 19 Jun 2012 23:48:24 +0000 (11:48 +1200)]
MDL-33835 Marking Guide - set currentfocus var to the first criteria comment to avoid JS errors.
Dan Poltawski [Mon, 2 Jul 2012 08:07:32 +0000 (16:07 +0800)]
Merge branch 'MDL-33780_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Marina Glancy [Tue, 26 Jun 2012 06:36:10 +0000 (14:36 +0800)]
MDL-33721 show loading icon after file has been selected in filepicker, prevent clicking select button twice
Dan Poltawski [Mon, 2 Jul 2012 07:50:18 +0000 (15:50 +0800)]
Merge branch 'm23_MDL-33053_AICC_flattened_TOC' of git://github.com/scara/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 2 Jul 2012 07:45:59 +0000 (15:45 +0800)]
Merge branch 'MDL-32605-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
Andrew Davis [Tue, 26 Jun 2012 04:44:56 +0000 (11:44 +0700)]
MDL-25476 messages: switched some notification emails to come from the support contact instead of admin
Frederic Massart [Thu, 17 May 2012 08:46:54 +0000 (16:46 +0800)]
MDL-9073 Glossary: uncategorised entries are printable
Kanika Goyal [Sat, 31 Mar 2012 13:21:16 +0000 (18:51 +0530)]
MDL-31203 mod_forum: advanced search posts must be newer older than date, reverts date
Rossiani Wijaya [Tue, 26 Jun 2012 10:08:46 +0000 (18:08 +0800)]
fixed the ->spacer <br> param
Mark Nielsen [Tue, 26 Jun 2012 09:56:11 +0000 (17:56 +0800)]
fixed undefined variable
Dan Poltawski [Mon, 2 Jul 2012 07:12:47 +0000 (15:12 +0800)]
Merge branch 'MDL-31987_assignment_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 2 Jul 2012 07:02:37 +0000 (15:02 +0800)]
Merge branch 'MDL-34019-pluginlib-notice' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
Tim Hunt [Fri, 29 Jun 2012 15:06:25 +0000 (16:06 +0100)]
MDL-34054 quiz reports: missing context.
quiz_report_should_show_grades needs to know the context, so pass it
through.
Dan Poltawski [Mon, 2 Jul 2012 06:52:57 +0000 (14:52 +0800)]
MDL-33995 - unit tests: fix class name collision
Rossiani Wijaya [Mon, 2 Jul 2012 06:51:47 +0000 (14:51 +0800)]
MDL-31987 Assignment module: fixed upgrade version
Dan Poltawski [Thu, 28 Jun 2012 06:35:37 +0000 (14:35 +0800)]
MDL-31987 Assignment module: fix sql for postgres.
Rossiani Wijaya [Thu, 28 Jun 2012 05:53:19 +0000 (13:53 +0800)]
MDL-31987 Assignment module: Assignment count submissions correctly.
For advanced upload assignment, store file count of each submission
into assignment_submissions.numfiles
When counting submissions, if the assignment is open and tracking
drafts, only submissions which has send for marking are counted.
Otherwise, submissions which has numfiles > 0 are counted.
Also change a hardcoded 'submitted' to ASSIGNMENT_STATUS_SUBMITTED.
This patch was originally written by: Sunner Sun <sunner@gmail.com>.
I made some modifation to fixed count_real_submissions() query (ref: MDL-32207) in /mod/assignment/type/upload/assignment.class.php file
Jerome Mouneyrac [Wed, 27 Jun 2012 08:24:22 +0000 (16:24 +0800)]
MDL-33995 Course external PHPunit test + externallib_testcase helper class
Jerome Mouneyrac [Wed, 20 Jun 2012 07:49:20 +0000 (15:49 +0800)]
MDL-33776 Web services: get_categories - subcategories should be checked against visible/theme keys
Dan Marsden [Mon, 25 Jun 2012 00:22:55 +0000 (12:22 +1200)]
MDL-33978 SCORM activity completion - don't tiggere completion update state on creation of SCORM
Andrew Davis [Wed, 13 Jun 2012 04:49:13 +0000 (11:49 +0700)]
MDL-33686 Repositories: we were accessing a non-existent variable and thus never displaying the maximum number of attachments
Andreas Grabs [Thu, 21 Jun 2012 19:59:03 +0000 (21:59 +0200)]
MDL-33932_master - added array_unique()
Andreas Grabs [Sat, 9 Jun 2012 18:30:17 +0000 (20:30 +0200)]
MDL-33627 - feedback block now show all feedbacks
Eloy Lafuente (stronk7) [Sun, 1 Jul 2012 22:54:05 +0000 (00:54 +0200)]
weekly release 2.3+
Eloy Lafuente (stronk7) [Sun, 1 Jul 2012 22:30:28 +0000 (00:30 +0200)]
Merge branch 'MDL-34119_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
Sam Hemelryk [Sun, 1 Jul 2012 20:22:35 +0000 (08:22 +1200)]
Merge branch 'MDL-34044-23' of git://github.com/srynot4sale/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Sun, 1 Jul 2012 20:01:22 +0000 (22:01 +0200)]
Merge branch 'w27_MDL-34130_m23_recordsettests' of git://github.com/skodak/moodle into MOODLE_23_STABLE
Petr Škoda [Sun, 1 Jul 2012 19:50:36 +0000 (21:50 +0200)]
MDL-34130 prevent some warning in PHPStorm
Petr Škoda [Sun, 1 Jul 2012 19:35:37 +0000 (21:35 +0200)]
MDL-34130 test recordset data is static
We do not want recordset results to be affected by subsequent update or delete queries.
Petr Škoda [Sun, 1 Jul 2012 19:00:16 +0000 (21:00 +0200)]
MDL-34130 add missing rs close
Thanks Eloy!
Petr Škoda [Sun, 1 Jul 2012 11:43:55 +0000 (13:43 +0200)]
MDL-34130 test interaction of recordsets and transactions
Petr Škoda [Sun, 1 Jul 2012 11:34:22 +0000 (13:34 +0200)]
MDL-34130 test nested recordset iteration
Petr Škoda [Sun, 1 Jul 2012 11:30:59 +0000 (13:30 +0200)]
MDL-34130 fix data inserts in recordset tests
Eloy Lafuente (stronk7) [Sun, 1 Jul 2012 00:14:39 +0000 (02:14 +0200)]
Merge branch 'MDL-32249c-23' of github.com:srynot4sale/moodle into MOODLE_23_STABLE
Sun Zhigang [Tue, 22 May 2012 11:36:50 +0000 (19:36 +0800)]
MDL-31201 wiki: fix a hardcoded string
Mary Evans [Sat, 30 Jun 2012 11:02:22 +0000 (12:02 +0100)]
MDL-34119_M23 theme_splash: Added colourswitcher.js and associated code in layout files and lib.php
Petr Škoda [Sat, 30 Jun 2012 05:50:38 +0000 (07:50 +0200)]
MDL-34045 fix invalid idnumber field type in cohort form
Mary Evans [Fri, 29 Jun 2012 23:50:34 +0000 (00:50 +0100)]
MDL-34119_M23 theme_splash: removed redundant js call in lib.php. Added lang option to config.php + amended lang output in layout files. Added some css to style langmenu + removed redundant loginicon in pagelayout.css
Aparup Banerjee [Fri, 29 Jun 2012 03:37:01 +0000 (11:37 +0800)]
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
Tim Hunt [Wed, 20 Jun 2012 22:38:05 +0000 (23:38 +0100)]
MDL-33924 quiz: incorrect foreign key definition.
Thanks to Jean-Michel Vedrine for spotting this.≈
Mark Nelson [Wed, 27 Jun 2012 06:31:03 +0000 (14:31 +0800)]
MDL-34025 - quiz secure window: fix popup closing
Ankit Agarwal [Mon, 30 Apr 2012 03:12:20 +0000 (11:12 +0800)]
MDL-32605 calendar: Fixing the missing parameter for get_string call
Aaron Barnes [Tue, 26 Jun 2012 22:38:24 +0000 (10:38 +1200)]
MDL-34044 completion: Fix regression caused by MDL-26626
Tim Hunt [Mon, 18 Jun 2012 12:21:40 +0000 (13:21 +0100)]
MDL-33780 question import: strip UTF8 BOM
Previously, if there was a byte-order mark at the start of the file, the
import would just break, which was silly. Much better to just strip it
off.
David Mudrák [Tue, 26 Jun 2012 07:12:35 +0000 (09:12 +0200)]
MDL-34019 Fix response item key name
Aaron Barnes [Wed, 11 Apr 2012 06:54:40 +0000 (18:54 +1200)]
MDL-32249 completion: Make grade criteria more consistent
Also, round course grades and remove hardcoded string.
Note: This patch also removes the ability to update the course grade
from the completion interface
Eloy Lafuente (stronk7) [Mon, 25 Jun 2012 15:51:17 +0000 (17:51 +0200)]
Moodle release 2.3
Eloy Lafuente (stronk7) [Mon, 25 Jun 2012 15:44:13 +0000 (17:44 +0200)]
Merge branch 'install_master' of git://github.com/amosbot/moodle
Martin Dougiamas [Mon, 25 Jun 2012 15:05:44 +0000 (23:05 +0800)]
MDL-34004 - reinstate the custom HTML icon as separate from other markup icons, because it usually means a "page" to most people that displays in the browser. These icons are temporary (but workable) until Barbara can put in some nice ones that work as a set. The 16px one is from Moodle 2.2 and the others are copies of "unknown".
Dan Poltawski [Mon, 25 Jun 2012 13:56:54 +0000 (21:56 +0800)]
Merge branch 'MDL-33984' of git://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Mon, 25 Jun 2012 13:44:42 +0000 (15:44 +0200)]
MDL-33984 mysql: take rid of old unicode & mysql 4.1 message on error.
Dan Poltawski [Mon, 25 Jun 2012 10:46:59 +0000 (18:46 +0800)]
Merge branch 'MDL-33984' of git://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Mon, 25 Jun 2012 10:30:16 +0000 (12:30 +0200)]
MDL-33984 mysql - raise min version to 5.1.33.
Because of http://bugs.mysql.com/bug.php?id=42758 and other benefits.
Aparup Banerjee [Mon, 25 Jun 2012 08:45:23 +0000 (16:45 +0800)]
Merge branch 'MDL-33694' of git://github.com/danpoltawski/moodle
Dan Poltawski [Mon, 25 Jun 2012 08:35:09 +0000 (16:35 +0800)]
Merge branch 'MDL-33999' of git://github.com/nebgor/moodle
Dan Poltawski [Mon, 25 Jun 2012 08:18:27 +0000 (16:18 +0800)]
Merge branch 'wip-MDL-33777-master' of git://github.com/marinaglancy/moodle
Aparup Banerjee [Mon, 25 Jun 2012 08:18:21 +0000 (16:18 +0800)]
MDL-33999 filemanager : fixed up incorrect string used in dialog button during folder renaming
Dan Poltawski [Mon, 25 Jun 2012 08:08:33 +0000 (16:08 +0800)]
Merge branch 'wip-MDL-33997-master' of git://github.com/marinaglancy/moodle
Marina Glancy [Mon, 25 Jun 2012 08:03:25 +0000 (16:03 +0800)]
MDL-33997 Repository should not support references by default
Dan Poltawski [Mon, 25 Jun 2012 07:48:57 +0000 (15:48 +0800)]
MDL-33694 repository: docs about 2.3 changes
Andrew Robert Nicols [Fri, 22 Jun 2012 07:11:06 +0000 (08:11 +0100)]
MDL-33926 Add window scrolling when drag/dropping
Dan Poltawski [Mon, 25 Jun 2012 07:08:12 +0000 (15:08 +0800)]
Merge branch 'wip-MDL-33987-m23' of git://github.com/samhemelryk/moodle
Aparup Banerjee [Mon, 25 Jun 2012 06:30:18 +0000 (14:30 +0800)]
Merge branch 'wip-MDL-33419-master' of https://github.com/barbararamiro/moodle
Sam Hemelryk [Mon, 25 Jun 2012 05:17:37 +0000 (17:17 +1200)]
MDL-33987 theme_anomaly: Fixed up a couple of issues with the dock
* Active title displayed incorrectly because they had a limited width which I removed
* Docked block content was indented because block titles are now floated in anomaly.
To fix this I gave it a bottom border, forcing it clear.
Dan Poltawski [Mon, 25 Jun 2012 05:00:33 +0000 (13:00 +0800)]
Merge branch 'wip-MDL-33985-m23' of git://github.com/samhemelryk/moodle
Sam Hemelryk [Mon, 25 Jun 2012 04:53:39 +0000 (16:53 +1200)]
MDL-33985 theme_base: Fixed bad conflict resolution of course CSS rtl fixes
Dan Poltawski [Mon, 25 Jun 2012 03:20:40 +0000 (11:20 +0800)]
Merge branch 'MDL-33980' of github.com:equella/moodle
Marina Glancy [Fri, 22 Jun 2012 06:57:46 +0000 (14:57 +0800)]
MDL-33777 Equella repository properly set the source and display file origin
nread [Mon, 25 Jun 2012 02:33:49 +0000 (12:33 +1000)]
MDL-33980 equella: course ID number should be being passed through, not the course database ID
AMOS bot [Mon, 25 Jun 2012 00:31:38 +0000 (00:31 +0000)]
Automatically generated installer lang files
Petr Skoda [Thu, 14 Jun 2012 11:19:58 +0000 (13:19 +0200)]
MDL-33733 fix broken zip_packer->extract_to_storage() when extracting from stored_file
Eloy Lafuente (stronk7) [Sun, 24 Jun 2012 16:37:12 +0000 (18:37 +0200)]
Moodle release 2.3rc1
Eloy Lafuente (stronk7) [Sun, 24 Jun 2012 16:31:09 +0000 (18:31 +0200)]
Fix permissions.
Eloy Lafuente (stronk7) [Sun, 24 Jun 2012 16:27:53 +0000 (18:27 +0200)]
Merge branch 'install_master' of git://github.com/amosbot/moodle
Dan Poltawski [Fri, 22 Jun 2012 07:09:46 +0000 (15:09 +0800)]
Merge branch 'MDL-33717_admin_message2' of git://github.com/andyjdavis/moodle
Damyon Wiese [Tue, 19 Jun 2012 15:48:39 +0000 (23:48 +0800)]
MDL-33853: Prevent locking an assignment submission from putting a grade of 0 in the gradebook
Sam Hemelryk [Fri, 22 Jun 2012 02:40:09 +0000 (14:40 +1200)]
Merge branch 'MDL-32769-master' of git://github.com/ankitagarwal/moodle
Sam Hemelryk [Fri, 22 Jun 2012 02:25:54 +0000 (14:25 +1200)]
Merge branch 'wip-MDL-33931-master' of git://github.com/abgreeve/moodle
Damyon Wiese [Fri, 22 Jun 2012 01:03:18 +0000 (09:03 +0800)]
MDL-33954: Assignment "submissionreceipthtml" Language change
Add the missing word: "see"
AMOS bot [Fri, 22 Jun 2012 00:31:21 +0000 (00:31 +0000)]
Automatically generated installer lang files
Sam Hemelryk [Thu, 21 Jun 2012 23:56:49 +0000 (11:56 +1200)]
Merge branch 'MDL-33430-reference-restore' of git://github.com/mudrd8mz/moodle
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
Sam Hemelryk [Thu, 21 Jun 2012 22:42:56 +0000 (10:42 +1200)]
MDL-32769 completion: Fixed up display of completion information
Sam Hemelryk [Thu, 21 Jun 2012 21:47:13 +0000 (09:47 +1200)]
Merge branch 'MDL-33936-master-1' of git://git.luns.net.uk/moodle
Sam Hemelryk [Thu, 21 Jun 2012 21:33:25 +0000 (09:33 +1200)]
Merge branch 'wip-MDL-33928-master' of git://github.com/phalacee/moodle
Sam Hemelryk [Thu, 21 Jun 2012 21:02:50 +0000 (09:02 +1200)]
Merge branch 'MDL-33915' of git://github.com/danpoltawski/moodle
David Mudrák [Thu, 21 Jun 2012 13:22:38 +0000 (15:22 +0200)]
MDL-33430 Notify user about file aliases failures at the final stage of the restore
David Mudrák [Fri, 15 Jun 2012 14:46:08 +0000 (16:46 +0200)]
MDL-33430 Give tasks an access to their current plan's results
This in turn provides access to the plan's results for both structure and
execution steps so they can register something useful there.
David Mudrák [Thu, 21 Jun 2012 10:27:06 +0000 (12:27 +0200)]
MDL-33430 Fix strict standards warning
Only variables should be passed by reference.
Barbara Ramiro [Thu, 7 Jun 2012 12:31:02 +0000 (20:31 +0800)]
MDL-33381 Icon label removed for all file types to make it generic
David Mudrák [Thu, 21 Jun 2012 10:15:48 +0000 (12:15 +0200)]
MDL-33430 Add caching into choose_repository() method
Simply do not repeat expensive search once the restore process decides how
to deal with the given repositoryid or repositorytype.
Aparup Banerjee [Thu, 21 Jun 2012 09:34:57 +0000 (17:34 +0800)]
Merge branch 'wip-MDL-33297-master' of git://github.com/abgreeve/moodle
Barbara Ramiro [Thu, 21 Jun 2012 09:13:43 +0000 (17:13 +0800)]
MDL-33419 Reference/source icons in table view and list view displayed and smaller
Andrew Robert Nicols [Thu, 21 Jun 2012 08:19:11 +0000 (09:19 +0100)]
MDL-33936 Detect activity chooser in block_site_main_menu correctly
Ankit Agarwal [Thu, 21 Jun 2012 08:16:48 +0000 (16:16 +0800)]
MDL-32769 course: Moving the completion status to a new line
Dan Poltawski [Thu, 21 Jun 2012 07:58:23 +0000 (15:58 +0800)]
MDL-33911 mathslib: add unit test to demonstrate problem