Frederic Massart
8fb4b73f55
MDL-29470 Backup: fixed unexpected next automated backup date
2012-07-05 10:13:33 +08:00
Tim Hunt
b20b1c32bf
MDL-34145 postgres driver: fix get_tables perf on <= 9.0
...
The query of the information_schema view seems to be painfully slow on
older versions of postgres (2000ms instead of 20ms). Therefore, it is
worth detecting that case, and using a more postgres specific feedback.
This is particularly important for 2.3+ unit tests.
Thanks to Petr Skoda for his help with this.
2012-07-05 03:41:08 +02:00
Frederic Massart
684806305e
MDL-29470 Backup: unit tests for next automated backup date
2012-07-05 09:37:21 +08:00
Sam Hemelryk
1e9130ae6e
MDL-33770 webservices: Fixed error with core_group_create_groups when no enrolment key provided
2012-07-05 09:22:35 +12:00
Tim Hunt
c57fa60f3d
MDL-32062 question engine: fixup tests that this change broke.
...
The test data was wrong, and was triggering the work-around code that
MDL-32062 introduced. I fixed the test data.
Also, I fixed one of the tests, that had been broken.
2012-07-04 19:24:48 +08:00
Dan Poltawski
617d260dd7
MDL-34035 - fix typo in comment
...
Thanks Sam!
2012-07-04 10:39:48 +08:00
Tim Hunt
b86a48c5b9
MDL-34035 help links: allow other types of URL for plugins.
...
For third-parth plugins, in can be helpful if the 'More help' links in
help pop-ups (the ones that come from $string['..._link'] string in the
language file) can go to other places.
This change support two other sorts of URL in addition to the standard
'course/editing' type of link that goes to MoodelDocs.
You can use absolute URLs, starting http:// or https:///
You can use a link starting %%WWWROOT%%, and that token is replaced by
$CFG->wwwroot to make the link.
2012-07-04 10:39:42 +08:00
Barbara Ramiro
a2c2ab3e1a
MDL-33542, MDL-33542 Select dialogue details aligned
...
And loading gif smaller
2012-07-04 10:25:09 +08:00
Eloy Lafuente (stronk7)
bbe378a63e
Merge branch 'w27_MDL-33876_m23_delenrol' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-04 04:16:05 +02:00
Marina Glancy
9d5ced06c1
MDL-34047 repository URL downloader must say that it returns only images
2012-07-04 09:51:51 +08:00
Sam Hemelryk
6019d2b2f3
Merge branch 'MDL-32614_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
2012-07-04 13:15:03 +12:00
Eloy Lafuente (stronk7)
ccef7fe8d0
MDL-32614 lti: on restore, clean any typeid to convert the tool to selfcontained.
...
This is known to be imperfect, awaiting for MDL-34161 to fix the whole thing. Also,
unrelated, there are some basiclti => lti replacements.
2012-07-04 02:15:02 +02:00
Chris Scribner
f2b7928df7
MDL-32614: Removing code which disassociated LTI instances from their tool types upon restore.
2012-07-04 02:14:56 +02:00
Dan Poltawski
9f6f18d2c2
MDL-31692 mod_lti - ensure that various mforms are used properly
...
* typesettings.php and instructor_edit_tool_type.php are tided
up properly to ensure proper use for form data
* An incorrect PARAM type is corrected for typename
2012-07-04 10:08:13 +12:00
Sam Hemelryk
848fc30a2d
Merge branch 'MDL-32062_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-04 09:53:51 +12:00
sam marshall
8530aac4a8
MDL-33466: Group restriction should hide activity even with 'show availability' option
...
This is a modified version of fix by Luke Tucker at NetSpot - thanks.
2012-07-04 09:38:08 +12:00
Jonathan Harker
3bcca35591
MDL-27125 better manage file handles when downloading multiple files.
...
Based on Dongsheng Cai's branch: s11_MDL-27125_curl_file_handler_master
2012-07-04 09:33:12 +12:00
Kevin Wiliarty
e3f4094ac8
MDL-33749 follow redirects for URL downloader
2012-07-04 08:34:55 +12:00
Sam Hemelryk
7df86db31d
Merge branch 'wip-mdl-32787-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-07-04 08:26:03 +12:00
Eloy Lafuente (stronk7)
b41f914927
Merge branch 'wip-MDL-33303-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-07-03 16:18:41 +02:00
sam marshall
a5f68fb2c2
MDL-33426 Completion: Multilang activity names wrong in alt/title
2012-07-03 16:08:57 +02:00
Rajesh Taneja
28f23328c5
MDL-32787 user: rule required for custom profile fields applies to all users editing own profile
2012-07-03 13:48:18 +08:00
Frederic Massart
3e1648723f
MDL-33828 Portfolio: prevent notices while exporting to portfolios
2012-07-03 16:35:48 +12:00
sam marshall
60a72a03b2
MDL-33937 Paged course view: Allows view of sections that are not visible
2012-07-03 12:30:10 +08:00
Dan Poltawski
741543e9a7
Merge branch 'master_MDL-33938' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
...
Conflicts:
mod/scorm/db/upgrade.php
2012-07-03 12:18:29 +08:00
Adrian Greeve
a1a00aeee7
MDL-30912 - lib - A tidy up of the submit url jump functions for greater ease with accessability.
2012-07-03 12:12:19 +08:00
Frederic Massart
9152878ed3
MDL-30903 Accessibility: user profile page uses table headers
2012-07-03 11:51:19 +08:00
Dan Poltawski
81b2147092
Merge branch 'MDL-34008_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-03 11:47:23 +08:00
Dan Poltawski
e570ee4b63
Merge branch 'w27_MDL-34036_m23_bulkrole' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-03 11:40:14 +08:00
Sam Hemelryk
0afd953daf
Merge branch 'w27_MDL-34115_m23_arrayofarrayssort' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-03 15:15:18 +12:00
Dan Poltawski
f224fd9498
Merge branch 'MDL-30883_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-03 11:01:44 +08:00
Jason Fowler
69b2bab32e
MDL-33957 - Installation - Fixing field lengths so they are long enough for data entry, and don't distort page rendering
2012-07-03 14:58:55 +12:00
Dan Poltawski
f95e28e0ff
Merge branch 'w27_MDL-34123_m23_newpasslang' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-03 10:39:17 +08:00
Marina Glancy
f5cd2c6ef1
MDL-33837 picking file from server files should not copy 'Main file' property
2012-07-03 10:24:43 +08:00
Sam Hemelryk
10ff22d6f6
Merge branch 'MDL-33987_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-07-03 14:11:40 +12:00
ISHIKAWA Takayuki
d0d407f0bb
MDL-33757 gradebook: Adding support to sort userlist by email address
2012-07-03 09:45:26 +08:00
Damyon Wiese
8ad459ed58
MDL-33499: Display final grade on the grading form with a link to the grader report
...
AMOS BEGIN
CPY [currentgrade,mod_assignment],[currentgrade,mod_assign]
AMOS END
2012-07-03 02:28:49 +02:00
Eloy Lafuente (stronk7)
cf5b51af0e
Merge branch 'wip-MDL-33521-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-07-03 01:59:22 +02:00
Adam Olley
b653107b96
MDL-32057: Fix cohort enrolment css for ie7
2012-07-03 09:23:33 +09:30
Jerome Mouneyrac
18c264790a
MDL-33770 Web service: create_groups should not require enrolmentkey
2012-07-03 11:49:30 +12:00
Frederic Massart
7523da44fc
MDL-33814 Output renderers: table cell objects are only created when needed
2012-07-03 11:36:43 +12:00
Frederic Massart
bd9ecafba9
MDL-33796 Glossary: removed unused missing string
2012-07-03 01:05:19 +02:00
Davo Smith
5200c254a1
MDL-34029 update mod/upgrade.txt to include course drag and drop upload
2012-07-03 10:55:48 +12:00
Dan Poltawski
3d43075cfd
MDL-9214 - improve comment for custom login instructions
2012-07-03 10:47:21 +12:00
Dan Poltawski
5df543a60e
MDL-32286 - fix ambigious english string
2012-07-03 10:42:57 +12:00
Dan Poltawski
bed1c4a943
MDL-33990 - yui2: remove 2 uncessary requirements
...
We no longer use yui2 logger and connection in set_user_prefs
2012-07-03 10:37:10 +12:00
Sam Hemelryk
66ff4c0a06
MDL-34014 cssoptimiser: Fixed some aweful spelling
2012-07-03 10:34:13 +12:00
Dan Poltawski
9ea8065f1c
MDL-34014 lang - fix CSS optimiser spelling errors
2012-07-03 10:32:45 +12:00
Dan Poltawski
eadad29dc9
MDL-34022 lang - the html editor supports all browsers we support
...
So remove misleading 'some browers only'
2012-07-03 10:30:38 +12:00
Dan Poltawski
e068b3dbe3
MDL-34033 lang - ammend configenableajax
...
Now better reflects its functionality.
2012-07-03 10:27:57 +12:00