Petr Škoda
a61e8c8ebe
MDL-34130 test interaction of recordsets and transactions
2012-07-01 21:40:36 +02:00
Petr Škoda
1cf431a329
MDL-34130 test nested recordset iteration
2012-07-01 21:40:36 +02:00
Petr Škoda
9ee97228bd
MDL-34130 fix data inserts in recordset tests
2012-07-01 21:40:36 +02:00
Petr Škoda
43fb824bd2
MDL-34125 fix regression when deleting activity modules
...
Credit goes to Gordon Bateson.
2012-07-01 10:05:22 +02:00
Eloy Lafuente (stronk7)
9d774c9445
Merge branch 'MDL-32249c-23' of github.com:srynot4sale/moodle into MOODLE_23_STABLE
2012-07-01 02:14:39 +02:00
Petr Škoda
134affd943
MDL-34123 use user's lang when sending new emails
2012-06-30 20:46:30 +02:00
Petr Škoda
93fd7cb10c
MDL-34121 drop unused backup tables that were supposed to be dropped long ago
...
The backup/restore leftovers that referenced these will be dropped in 2.4
2012-06-30 14:00:52 +02:00
Petr Škoda
5cb477c4a1
MDL-34120 do not try to create new passwords for incorrectly deleted users
...
There is still some code that ignores delete_user() and instead hacks the user table directly, skip the borked user records for now when sending new passwords.
2012-06-30 09:07:18 +02:00
Petr Škoda
b273b20a7c
MDL-34115 fix sorting in blocks admin UI
...
Comparison of arrays is not locale aware.
2012-06-30 08:34:02 +02:00
Frederic Massart
3e0b5f78a2
MDL-32297 Forms: Date Picker JS popup is not constraint to parent form
2012-06-29 14:18:59 +08:00
Aparup Banerjee
b574c078a6
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:37:01 +08:00
Adam Olley
a44c303d63
MDL-31802: Remove section summaries from navigation_cache
2012-06-28 11:03:49 +09:30
David Mudrák
d81d6ea2c3
MDL-33453 Make it clear what search_references() and search_references_count() are good for
...
Initially it was not clear enough that these two methods are supposed to
be used for looking for references to a stored_file only. So the docs
comments are improved and unittests added to illustrate the usage.
The patch also removes the unittest for get_references_by_storedfile()
as its usage is already covered in other test methods.
2012-06-26 16:28:30 +02:00
Tim Hunt
b0cf55f145
MDL-34008 formslib: repeat_elements replace {no} for submits & buttons
2012-06-26 10:38:50 +01:00
David Mudrák
896f9ae83b
MDL-34019 Fix response item key name
2012-06-26 09:12:35 +02:00
Aaron Barnes
9b57d5bc38
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
2012-06-26 14:12:53 +12:00
Martin Dougiamas
386a862f95
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".
2012-06-25 23:05:44 +08:00
Andrew Robert Nicols
26992cf171
MDL-33926 Add window scrolling when drag/dropping
2012-06-25 15:27:46 +08:00
Petr Skoda
aefe9734fa
MDL-33733 fix broken zip_packer->extract_to_storage() when extracting from stored_file
2012-06-25 01:32:50 +02:00
Eloy Lafuente (stronk7)
4f1d79538e
Fix permissions.
2012-06-24 18:31:09 +02:00
Dan Poltawski
5b7621f78d
Merge branch 'MDL-33717_admin_message2' of git://github.com/andyjdavis/moodle
2012-06-22 15:09:46 +08:00
Sam Hemelryk
088c374a6d
Merge branch 'MDL-33430-reference-restore' of git://github.com/mudrd8mz/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2012-06-22 11:56:49 +12:00
Sam Hemelryk
c5541daf00
Merge branch 'MDL-33915' of git://github.com/danpoltawski/moodle
2012-06-22 09:02:50 +12:00
Barbara Ramiro
5a322c8cfc
MDL-33381 Icon label removed for all file types to make it generic
2012-06-21 18:19:33 +08:00
Aparup Banerjee
7cacb2ef08
Merge branch 'wip-MDL-33297-master' of git://github.com/abgreeve/moodle
2012-06-21 17:34:57 +08:00
Dan Poltawski
2a67e6f28b
MDL-33911 mathslib: add unit test to demonstrate problem
2012-06-21 16:00:45 +08:00
Dan Poltawski
026082b401
MDL-33915 - prevent use of rebuild_course_cache during upgrade
...
It depends on upgrade changes itself
2012-06-21 11:43:54 +08:00
Andrew Davis
7db6bb7f61
MDL-33717 files: improved display_size() so that it displays something nice for -1
2012-06-21 10:14:32 +07:00
David Mudrák
38ca2f1a83
MDL-33430 Add newcontextid and newitemid to backup_files_template
...
These new fields will be used to hold the new location of the file once
it is sent to the filepool during the restore.
2012-06-21 02:29:42 +02:00
David Mudrák
6feae1d256
MDL-33430 Make file_storage::unpack_reference() more picky on what it gets
2012-06-21 01:32:24 +02:00
Tim Hunt
4efc3d4096
MDL-33911 lib/evalmath: fix strict syntax notices
2012-06-20 13:48:37 +01:00
Dan Poltawski
5649520d9b
Merge branch 'MDL-33891-master-1' of git://git.luns.net.uk/moodle
2012-06-20 17:43:47 +08:00
Andrew Robert Nicols
dfe15e0ef9
MDL-33891 Ensure that listen events are cancelled correctly when closing the dialogue
2012-06-20 10:18:19 +01:00
Aparup Banerjee
4c7d9eb5c2
Merge branch 'wip-MDL-33811-m23' of git://github.com/samhemelryk/moodle
2012-06-20 17:18:00 +08:00
Dan Poltawski
73ec069e3b
Merge branch 'wip-MDL-33832-master' of git://github.com/marinaglancy/moodle
2012-06-20 16:55:29 +08:00
Aparup Banerjee
c949723817
Merge branch 'wip-MDL-33825-m23' of git://github.com/samhemelryk/moodle
2012-06-20 16:50:54 +08:00
Dan Poltawski
e3c7845314
Merge branch 'MDL-27156_part2' of git://github.com/andyjdavis/moodle
2012-06-20 16:38:13 +08:00
Andrew Davis
703ffaea05
MDL-27156 repositories: altered a check as the !empty() test on $PAGE->course was always failing for some reason
2012-06-20 15:17:12 +07:00
Marina Glancy
83d2700ec9
MDL-33832 Fixed filling of files.source field
...
- also supress the error on unserialise (because people already may have broken files.source field)
- also display details about unparseable JSON error
- make source field look the same across repositories
2012-06-20 16:09:37 +08:00
Aparup Banerjee
3262f547fc
Merge branch 'MDL-33649-master-2' of git://git.luns.net.uk/moodle
2012-06-20 15:19:18 +08:00
Aparup Banerjee
7189225b7a
Merge branch 'MDL-33728-master-1' of git://git.luns.net.uk/moodle
2012-06-20 14:49:16 +08:00
Aparup Banerjee
f65d3d1d18
Merge branch 'MDL-33703-master-3' of git://git.luns.net.uk/moodle
2012-06-20 14:39:58 +08:00
Aparup Banerjee
eca0371465
Merge branch 'MDL-33729-master-1' of git://git.luns.net.uk/moodle
2012-06-20 14:28:05 +08:00
Dan Poltawski
6e471afe8b
Merge branch 'wip-MDL-33417-master' of git://github.com/marinaglancy/moodle
2012-06-20 13:42:19 +08:00
Andrew Davis
bc8da017b5
MDL-27156 repositories: altered filepicker.php so that users with the ability to ignore course file size restrictions are not incorrectly restricted
2012-06-20 11:27:31 +07:00
Dan Poltawski
f14651b6b1
Merge branch 'MDL-27156_part2' of git://github.com/andyjdavis/moodle
2012-06-20 11:17:01 +08:00
Adrian Greeve
35ca63c166
MDL-33297 - forum - workshop - glossary - data - Updated the check for files to allow students to see files they recently uploaded.
2012-06-20 10:49:18 +08:00
Jason Fowler
e85b7e7865
MDL-32290 - Repositories - Fixing missing slash from the URL path
2012-06-20 10:41:58 +08:00
Eloy Lafuente (stronk7)
cb172822e5
Merge branch 'w25_MDL-32003_m23_dbcleanup' of git://github.com/skodak/moodle
2012-06-20 02:03:47 +02:00
Sam Hemelryk
1e3d84785a
Merge branch 'wip-mdl-33425' of git://github.com/rajeshtaneja/moodle
2012-06-20 11:32:04 +12:00