44496 Commits

Author SHA1 Message Date
jerome mouneyrac
2a4eec826a community hub MDL-22976 make community hub ws call compatible to a futur protocol change 2010-09-09 02:55:11 +00:00
Dongsheng Cai
29750492a2 MDL-23308, added help text to course files page 2010-09-09 02:50:53 +00:00
jerome mouneyrac
379a5b85d3 community hub MDL-24097 change backup zip extension to mbz extension 2010-09-09 02:22:35 +00:00
Moodle Robot
ab68ad778e Updated the HEAD build version to 20100909 2010-09-09 00:51:48 +00:00
AMOS bot
27789c0c96 Automatic installer lang files (20100909) 2010-09-09 00:40:09 +00:00
Eloy Lafuente
2959db4a2b MDL-16106 report - fix old double-column trick causing problems in backup logs. Merged from 19_STABLE 2010-09-08 16:56:42 +00:00
Dongsheng Cai
b666481576 "MDL-16094, fixed file server function in match type question" 2010-09-08 14:37:22 +00:00
Dongsheng Cai
d0257a09d0 "MDL-23920, added prompt message to user/files.php" 2010-09-08 14:01:58 +00:00
Dongsheng Cai
ac3c1e554a "MDL-24032, fixed error when use bulk force password change, credits to Myles Carrick" 2010-09-08 13:50:26 +00:00
jerome mouneyrac
81da69184c community hub MDL-24011 fix warning for undeclare variable 2010-09-08 09:09:35 +00:00
Dongsheng Cai
674abb945e MDL-24087, removed commments deletion from module lib.php 2010-09-08 09:06:00 +00:00
Sam Hemelryk
4d6fd15c00 blocks MDL-23976 Added block method to determine if any of the blocks in a block region are docked. Kudo's to Brandon for the patch. 2010-09-08 09:01:15 +00:00
jerome mouneyrac
1ce282c884 community hub MDL-24011 add rating/comment to search results + new CSS design 2010-09-08 08:48:10 +00:00
Sam Hemelryk
ee9ff05953 navigation MDL-22709 Implemented use of section names in course editing links code. Thanks Brandon for the patch. 2010-09-08 08:44:16 +00:00
Dongsheng Cai
ec125c7596 MDL-22051, move comments deletion code to accesslib.php 2010-09-08 08:29:46 +00:00
Petr Skoda
472c1022d6 MDL-23876 Fixed a typo that prevented certain custom icons in activity modules; credit goes to Brandon Turner 2010-09-08 07:50:58 +00:00
Petr Skoda
8dbe233a84 MDL-24126 Increased load performance of pages that don't display the settings description (e.g. pages that just load settings navigation); credit goes to Brandon Turner 2010-09-08 07:48:17 +00:00
Sam Hemelryk
f9bbe3c9d2 backup MDL-24103 Altered strings as requested and added a help string for 1.9 backup restoration 2010-09-08 07:46:45 +00:00
Sam Hemelryk
d94bb34312 backup MDL-24103 Better error messages when a user attempts to restore invalid backup file formats such as moodle 1.9 backups 2010-09-08 07:23:27 +00:00
Dongsheng Cai
7936470a78 MDL-24113, change license to licenses 2010-09-08 07:18:21 +00:00
Dongsheng Cai
d9efc1fdf3 MDL-24113, change language strings 2010-09-08 07:03:19 +00:00
Sam Hemelryk
6fa76842b3 backup MDL-22254 Fixed up use of deprecated functions in backup UI 2010-09-08 05:47:28 +00:00
Sam Hemelryk
10a92c3963 NOBUG: Corrected phpdocs 2010-09-08 05:36:54 +00:00
Sam Hemelryk
8cbe03ee6f block_community MDL-24011 Corrected use of $page object 2010-09-08 05:36:32 +00:00
Dongsheng Cai
6faf61f631 MDL-23920, display prompt message when no private files added to moodle 2010-09-08 04:01:24 +00:00
Aaron Barnes
5642a8e515 MDL-24081 completion Fixing sql injections and use of sql_ilike() 2010-09-08 02:32:43 +00:00
jerome mouneyrac
e6c2edbf7c community block MDL-24011 fix two context related issues with community block 2010-09-08 02:06:43 +00:00
Moodle Robot
d7ba102bcf Updated the HEAD build version to 20100908 2010-09-08 00:52:22 +00:00
AMOS bot
0847a6620c Automatic installer lang files (20100908) 2010-09-08 00:40:10 +00:00
Pierre Pichet
0cd89526dc MDL-24105 adding parameters to optional_param() calls 2010-09-07 20:45:01 +00:00
Dan Poltawski
b1ebc904ff lib/googleapi MDL-24111 - Google Docs Repository Broken
This seems to be related to problems at googles end with perhaps
the api not being correctly implemented to start with. Particularly the
docID was incorrect.

I think google worked around the problem with a redirect which the curl
download_file downloaded rather than followed the redirect.
2010-09-07 20:40:09 +00:00
Petr Skoda
cec7ffcab9 MDL-24127 fixed incorrect $url variable names 2010-09-07 19:47:08 +00:00
Dongsheng Cai
fa7f2a4579 MDL-24108, display max file size in filepicker and filemanager 2010-09-07 10:06:57 +00:00
Dongsheng Cai
47576a5e02 "MDL-24113, Manage licenses page should be named Manage licenses" 2010-09-07 09:52:27 +00:00
Petr Skoda
6a50d10a64 MDL-24116 disabling test UI in XMLDB - this is a first step only, going to migrate this completely to DML/DDL functional tests soon 2010-09-07 09:38:23 +00:00
Dongsheng Cai
91e6ca30c1 "NOBUG, added lang string for course files repository plugin" 2010-09-07 08:58:48 +00:00
Petr Skoda
4a79777cdd MDL-19057 add comment to test tables so that ppl know they can be safely dropped 2010-09-07 08:58:05 +00:00
Eloy Lafuente
bd7a95ddbc MDL-22151 backup - clean old data backup & restore code 2010-09-07 08:53:58 +00:00
Petr Skoda
463776cacc MDL-19057 simplified test table management 2010-09-07 08:48:09 +00:00
Petr Skoda
98cf713bd4 MDL-19057 better use similar table names for each DML test - this helps with cleanup of leftovers 2010-09-07 08:37:39 +00:00
Eloy Lafuente
4d88beed23 NOBUG - Reverting last commit of this file (local change sent by error, sorry) 2010-09-07 08:35:51 +00:00
Eloy Lafuente
fd3f6bf99d MDL-22151 backup - data activity backup & restore first cut 2010-09-07 08:32:41 +00:00
Helen Foster
e09992fdaf MDL-24114 link string added 2010-09-07 08:31:19 +00:00
Petr Skoda
656e1184b8 MDL-24109 saving of draft files now detects all changes 2010-09-07 08:23:11 +00:00
Eloy Lafuente
58f8ca39b2 MDL-24107 backup - add missing course->legacyfiles col. Thanks Tim Lock 2010-09-07 08:21:48 +00:00
Petr Skoda
8170809d52 MDL-19057 fixed debug regression, going to refactor this into new methods soon 2010-09-07 07:56:27 +00:00
Pierre Pichet
d85a7d09a5 MDL-24061 adding only one dataset item working correctly 2010-09-07 06:21:32 +00:00
Moodle Robot
d53ad240d8 Updated the HEAD build version to 20100907 2010-09-07 00:51:54 +00:00
AMOS bot
aebb5a76a9 Automatic installer lang files (20100907) 2010-09-07 00:40:08 +00:00
Petr Skoda
5ab41c2758 MDL-19057 improved test_update_record_raw() 2010-09-06 19:55:49 +00:00