David Balch
2425229c88
MDL-34063 XHTML files should use the HTML icon, not the markup icon
2012-07-05 18:34:55 +02:00
Eloy Lafuente (stronk7)
353580b0e3
Merge branch 'MDL-33453-reference' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2012-07-05 17:07:22 +02:00
Eloy Lafuente (stronk7)
4539b33788
Revert "MDL-30912 - lib - A tidy up of the submit url jump functions for greater ease with accessability."
...
This reverts commit a1a00aeee7
.
2012-07-05 16:10:37 +02:00
Tim Hunt
e819ff4263
MDL-34065 lib: improve two debugging messages.
...
If the string passed to get_string is empty, say that. Don't say that it
contains illegal characters.
When relying on the __call magic in plugin_renderer_base, when the
method cannot be found, include the right class name in the error
message.
2012-07-05 13:50:14 +02: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
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
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
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
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
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
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
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