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
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
Frederic Massart
7523da44fc
MDL-33814 Output renderers: table cell objects are only created when needed
2012-07-03 11:36:43 +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
d9edd25111
MDL-34081 dml: mssql driver was using case insensitve sql
2012-07-02 21:08:18 +02:00
Eloy Lafuente (stronk7)
1a76bbe2e4
MDL-34121 bump versions to efectively get the upgrade performed.
...
Conflicts:
version.php
2012-07-02 18:18:22 +02:00
Eloy Lafuente (stronk7)
af63cc85df
Merge branch 'w27_MDL-34121_m23_killbackupmess' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-02 18:16:54 +02:00
Marina Glancy
ec3fe6e123
MDL-33948 file_save_draft_area_files() validates if references are allowed and allows unlimited file size
2012-07-02 17:44:38 +08:00
Andrew Robert Nicols
770cee9696
MDL-33916 Add unit tests to ensure that is_enrolled returns correctly
2012-07-02 17:36:55 +08:00
Andrew Robert Nicols
1db89f5e6a
MDL-33916 Ensure that capabilities are checked for cached user enrolments
2012-07-02 17:36:51 +08:00
Dan Poltawski
5c1b768aec
MDL-31802 - navigation: add a comment about session reduction
2012-07-02 17:30:21 +08:00
Dan Poltawski
f2b4305c8e
Merge branch 'MDL-31802_23' of git://github.com/aolley/moodle into MOODLE_23_STABLE
2012-07-02 17:24:56 +08:00
Marina Glancy
502ecc4c9f
MDL-34117 Correctly pass accepted_types to dnduploader
2012-07-02 17:10:02 +08:00
Dan Poltawski
34c10b84fb
Merge branch 'w27_MDL-34120_m23_delpass' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-02 16:48:28 +08:00
Dan Poltawski
f09dcd4b6d
Merge branch 'w27_MDL-34125_m23_tablename' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-02 16:46:27 +08:00
Andrew Davis
6737eda426
MDL-25476 messages: switched some notification emails to come from the support contact instead of admin
2012-07-02 15:41:29 +08:00
Dan Poltawski
8633142f53
Merge branch 'MDL-34019-pluginlib-notice' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2012-07-02 15:02:37 +08:00
Rajesh Taneja
419aed3539
MDL-29969 Administration: Default value for numsections is set to 1 for site frontpage
2012-07-02 14:33:37 +08:00
Frederic Massart
e5c2bbd0f7
MDL-33303 Filepicker: resized to match HTML editor and made resizable
2012-07-02 11:34:27 +12:00
Eloy Lafuente (stronk7)
9ea40f27a0
Merge branch 'w27_MDL-34130_m23_recordsettests' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-01 22:01:22 +02:00
Petr Škoda
19ba134d3b
MDL-34130 prevent some warning in PHPStorm
2012-07-01 21:50:56 +02:00
Petr Škoda
d0812ba0e6
MDL-34130 test recordset data is static
...
We do not want recordset results to be affected by subsequent update or delete queries.
2012-07-01 21:40:37 +02:00
Petr Škoda
a2b8856558
MDL-34130 add missing rs close
...
Thanks Eloy!
2012-07-01 21:40:36 +02:00
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