Petr Škoda
bcf7f9f36f
MDL-34057 improve styles_debug concurrency
...
Please note style debugging is not intended for busy production sites!
2012-07-06 08:00:18 +02:00
Petr Škoda
8956a329a6
MDL-34101 do not try to authenticate non-existent users when user creation is prevented
2012-07-06 07:59:44 +02:00
Petr Škoda
13951f0ce7
MDL-34101 use current mnethostide when verifying if user deleted
...
authenticate_user_login() is supposed to work with local accounts only,
mnet accounts must be ignored.
2012-07-06 07:59:44 +02:00
Petr Škoda
d606bee9ce
MDL-34147 use cygwin style paths in phpunit hints
2012-07-06 07:58:44 +02:00
Petr Škoda
7f22fb4dd9
MDL-34159 improve where_clause_list performance
2012-07-06 07:57:08 +02:00
Petr Škoda
d6fc8d94e2
MDL-34175 a few more renamed admin fixes
2012-07-06 07:53:44 +02:00
Petr Škoda
8a8914cd41
MDL-34175 automatically fix admin JS links
2012-07-06 07:51:23 +02:00
Frederic Massart
455dc0de61
MDL-18301 Gradebook: Added feature for components to control grade visibility
2012-07-06 09:52:46 +08:00
David Balch
96aeb5be35
MDL-34143 Add file type information for .mdb .accdb (MS Access databases)
2012-07-06 09:44:25 +08:00
Marina Glancy
eb45e641b6
MDL-34139 filemanager select-file dialogue should update file on Enter
2012-07-06 09:44:16 +08:00
Eloy Lafuente (stronk7)
ecad7393e3
Revert "MDL-33303 Filepicker: resized to match HTML editor and made resizable"
...
This reverts commit c947ea3e3fee2e0ecf6b4cd386e04a768a18e662.
2012-07-05 23:21:34 +02:00
Eloy Lafuente (stronk7)
2fba8f5a92
Merge branch 'wip-MDL-34063-master' of git://github.com/marinaglancy/moodle
2012-07-05 18:34:27 +02:00
David Mudrák
483afa446d
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-07-05 17:15:37 +02:00
Eloy Lafuente (stronk7)
2173e56a29
Revert "MDL-30912 - lib - A tidy up of the submit url jump functions for greater ease with accessability."
...
This reverts commit 82203a1e4e34a1e36309cd5952304b68946d9b42.
2012-07-05 16:09:43 +02:00
Tim Hunt
fede0be5de
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:48:12 +02:00
Eloy Lafuente (stronk7)
c3fcad7d55
Merge branch 'MDL-34145' of git://github.com/timhunt/moodle
2012-07-05 03:40:44 +02:00
Frederic Massart
248910258b
MDL-29470 Backup: unit tests for next automated backup date
2012-07-05 09:35:57 +08:00
Dan Poltawski
e255439446
MDL-34035 - fix typo in comment
...
Thanks Sam!
2012-07-04 10:37:47 +08:00
Dan Poltawski
54bda328d9
Merge branch 'MDL-34035' of git://github.com/timhunt/moodle
2012-07-04 10:34:22 +08:00
Sam Hemelryk
dc31e8d73d
Merge branch 'MDL-33466-master' of git://github.com/sammarshallou/moodle
2012-07-04 09:37:38 +12:00
Sam Hemelryk
c425663c4c
Merge branch 'MDL-27125_master_2' of git://git.catalyst.net.nz/moodle-r2
2012-07-04 09:32:45 +12:00
Eloy Lafuente (stronk7)
20ef104713
Merge branch 'wip-MDL-33303-m24' of git://github.com/samhemelryk/moodle
2012-07-03 16:17:36 +02:00
Sam Hemelryk
e537a588d8
Merge branch 'MDL-33828-master' of git://github.com/FMCorz/moodle
2012-07-03 16:35:32 +12:00
Dan Poltawski
eb85dafc8b
Merge branch 'MDL-33937-master' of git://github.com/sammarshallou/moodle
2012-07-03 12:29:57 +08:00
Dan Poltawski
3da087a8b4
Merge branch 'wip-MDL-30912-master' of git://github.com/abgreeve/moodle
2012-07-03 12:11:48 +08:00
Dan Poltawski
d07f3425ca
Merge branch 'MDL-34008' of git://github.com/timhunt/moodle
2012-07-03 11:47:15 +08:00
Sam Hemelryk
78e43b866b
Merge branch 'w27_MDL-34115_m24_arrayofarrayssort' of git://github.com/skodak/moodle
2012-07-03 15:15:07 +12:00
Dan Poltawski
114244ce6c
Merge branch 'w27_MDL-34123_m24_newpasslang' of git://github.com/skodak/moodle
2012-07-03 10:39:12 +08:00
Frederic Massart
c31dc0b695
MDL-33828 Portfolio: prevent notices while exporting to portfolios
2012-07-03 09:33:17 +08:00
Sam Hemelryk
e1d7771b0f
Merge branch 'MDL-33814-master' of git://github.com/FMCorz/moodle
2012-07-03 11:36:01 +12:00
Sam Hemelryk
b624ae9a2b
Merge branch 'MDL-33990' of git://github.com/danpoltawski/moodle
2012-07-03 10:36:57 +12:00
Sam Hemelryk
4df3e2bedf
MDL-34014 cssoptimiser: Fixed some aweful spelling
2012-07-03 10:34:20 +12:00
Eloy Lafuente (stronk7)
43a6a288b4
Merge branch 'mssql-case-sensitive' of git://github.com/danpoltawski/moodle
2012-07-02 21:05:08 +02:00
Eloy Lafuente (stronk7)
44cb29a063
MDL-34121 bump versions to efectively get the upgrade performed.
2012-07-02 18:15:47 +02:00
Eloy Lafuente (stronk7)
d207a888ba
Merge branch 'w27_MDL-34121_m24_killbackupmess' of git://github.com/skodak/moodle
2012-07-02 18:12:57 +02:00
Tim Hunt
5415d91e20
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-02 16:19:00 +01:00
Dan Poltawski
79121bb8ef
Merge branch 'wip-MDL-33948-master' of git://github.com/marinaglancy/moodle
2012-07-02 17:44:01 +08:00
Dan Poltawski
6cad0dddd7
Merge branch 'MDL-33916-master-2' of git://git.luns.net.uk/moodle
2012-07-02 17:35:46 +08:00
Dan Poltawski
2d9c0d1174
MDL-31802 - navigation: add a comment about session reduction
2012-07-02 17:30:26 +08:00
Dan Poltawski
539f2381f6
Merge branch 'MDL-31802' of git://github.com/aolley/moodle
2012-07-02 17:24:48 +08:00
Dan Poltawski
fc7f44a961
Merge branch 'wip-MDL-34117-master' of git://github.com/marinaglancy/moodle
2012-07-02 17:09:44 +08:00
Dan Poltawski
6fa25ccd26
Merge branch 'w27_MDL-34120_m24_delpass' of git://github.com/skodak/moodle
2012-07-02 16:48:22 +08:00
Dan Poltawski
f8425a1d31
Merge branch 'w27_MDL-34125_m24_tablename' of git://github.com/skodak/moodle
2012-07-02 16:46:21 +08:00
Dan Poltawski
1f1de4f6da
Merge branch 'MDL-25476_email_from_support' of git://github.com/andyjdavis/moodle
2012-07-02 15:41:16 +08:00
David Mudrák
d5d2e3531f
MDL-34019 Fix response item key name
2012-07-02 15:02:58 +08:00
Rajesh Taneja
ba0dde9785
MDL-29969 Administration: Default value for numsections is set to 1 for site frontpage
2012-07-02 14:26:15 +08:00
David Balch
c7aed1e11b
MDL-34063 XHTML files should use the HTML icon, not the markup icon
2012-07-02 14:25:56 +08:00
Marina Glancy
b2dbfa90cc
MDL-34117 Correctly pass accepted_types to dnduploader
2012-07-02 14:12:31 +08:00
Marina Glancy
3b6629c088
MDL-33948 file_save_draft_area_files() validates if references are allowed and allows unlimited file size
2012-07-02 14:11:55 +08:00
Frederic Massart
c947ea3e3f
MDL-33303 Filepicker: resized to match HTML editor and made resizable
2012-07-02 11:34:34 +12:00