43890 Commits

Author SHA1 Message Date
Eloy Lafuente
f35de25886 MDL-23796 backup - improve parser to discard whitespace-empty tags 2010-08-24 14:07:31 +00:00
Petr Skoda
7db8dd1ea4 MDL-23922 preventing invalid modifications of PAGE object 2010-08-24 13:39:13 +00:00
Helen Foster
c605baf802 MDL-23221 help string rewording 2010-08-24 13:38:54 +00:00
Andrew Davis
0d54a3985b rating MDL-23908 added info to module config to help the user with rating permissions 2010-08-24 13:06:49 +00:00
Petr Skoda
d449b24663 MDL-23916 JS now allowed on private /my/ pages again 2010-08-24 09:14:09 +00:00
Petr Skoda
e884f63a0c MDL-23911 login as session can be only terminated by logout, this should improve security on pages where user may enter JS that only he/she can see - such as the /my/index.php 2010-08-24 08:50:53 +00:00
Dongsheng Cai
529377b572 "MDL-23894, added user quota limit to filesedit form" 2010-08-24 07:52:12 +00:00
Sam Hemelryk
2a923f7da7 backup MDL-23909 fixed error in backup when navigating to a previous stage. 2010-08-24 07:47:10 +00:00
Sam Hemelryk
0170b834b1 NOBUG: Added missing quotes to database preset header call 2010-08-24 07:32:25 +00:00
Dongsheng Cai
432ba64b9b "MDL-23894 fixed user quota limit" 2010-08-24 07:18:08 +00:00
Aparup Banerjee
802aa02ea8 lesson MDL-23907 fixed - $DB->get_records first selected field should be unique. 2010-08-24 06:47:46 +00:00
Dongsheng Cai
7feb91ad90 "MDL-23819, old wiki has binary data stored in db, which is not supported anymore, so we have to ignore the bad data without breaking upgrade process" 2010-08-24 06:45:33 +00:00
Dongsheng Cai
0f729672be "MDL-23823 allow users pick same file multi times in html editor" 2010-08-24 06:29:24 +00:00
Sam Hemelryk
022d66485a restore MDL-23862 Course restore link in front page settings is now active again 2010-08-24 03:52:52 +00:00
Sam Hemelryk
2a02a1036c restore MDL-23559 Setting more appropriate param type for UI label PARAM_TEXT instead of PARAM_ALPHAEXT 2010-08-24 03:29:04 +00:00
Moodle Robot
1e55b1b5c8 Updated the HEAD build version to 20100824 2010-08-24 00:47:48 +00:00
David Mudrak
596810f6dc MDL-21696 Extending string_manager::load_component_strings() API to ignore customized translation
This seems to be the easiest way how to get current information about
the _local strings without re-implementing the logic of
load_string_manager() itself.
2010-08-23 16:51:45 +00:00
Petr Skoda
1ca1c8f820 MDL-23901 copy/paste style migration of glossary to export via pluginfile.php 2010-08-23 14:42:31 +00:00
David Mudrak
e243c8c448 NOMDL Added new core function to get a component version 2010-08-23 14:24:38 +00:00
Helen Foster
a6dca3144c MDL-17678 typo fix thanks to reporter Chardelle Busch 2010-08-23 12:10:17 +00:00
Petr Skoda
a4411e56aa MDL-15093 fixed recent LIKE escape regression 2010-08-23 08:06:02 +00:00
Sam Hemelryk
202912a477 restore MDL-23796 Temp fix for issue preventing choice mod from being restored if the backup was made with specific settings 2010-08-23 07:40:29 +00:00
Petr Skoda
2e69ea4a17 MDL-23897 adding miissing cleanup of draft areas 2010-08-23 07:33:02 +00:00
Martin Dougiamas
7eba1da072 Upper case name for brick 2010-08-23 03:04:42 +00:00
Sam Hemelryk
b110d3c6d3 blocks-dock MDL-23891 Avoided use of broken YUI ancestor function in IE 2010-08-23 02:55:04 +00:00
Rossiani Wijaya
de75c481dc MDL-14238 - removing whitespaces. 2010-08-23 02:32:24 +00:00
Sam Hemelryk
93ea1294e3 navigation MDL-23881 Labels are now added to the navigation but the display property is set to false. 2010-08-23 02:03:54 +00:00
Moodle Robot
c47cc9fe16 Updated the HEAD build version to 20100823 2010-08-23 00:46:48 +00:00
Eloy Lafuente
7dcce47503 MDL-23781 lesson - files upgrade fatal error fixed 2010-08-22 21:02:56 +00:00
Petr Skoda
38ead57d34 MDL-14679 more phpdocs improvements - fixed param types 2010-08-22 19:32:37 +00:00
Petr Skoda
3d54726fd4 MDL-14679 more phpdocs improvements 2010-08-22 19:26:48 +00:00
Petr Skoda
b483311752 MDL-15093 get_tables might be fetching too many tables because "_" was not quoted, it was not a big problem because tables are validated once more later 2010-08-22 19:20:23 +00:00
Petr Skoda
30e7e9e4bc MDL-15093 improved coding style 2010-08-22 19:17:06 +00:00
Petr Skoda
9331d879eb MDL-14679 more return types added 2010-08-22 19:06:06 +00:00
Petr Skoda
f688db7d57 fixed comment typo 2010-08-22 19:01:09 +00:00
Petr Skoda
3503dcad31 MDL-14679 fixing more incorrect return types 2010-08-22 19:00:28 +00:00
Petr Skoda
5212b07f20 MDL-14679 fixing incorrect return type of recordset methods 2010-08-22 18:55:29 +00:00
Petr Skoda
4a6c2ab88e MDL-14679 fixing obsolete driver names in comments 2010-08-22 18:51:45 +00:00
Petr Skoda
bca5016190 MDL-15093 removing obsolete TODO comment 2010-08-22 18:48:24 +00:00
Petr Skoda
2740cea059 MDL-15093 fixed comment indentation 2010-08-22 18:46:23 +00:00
Petr Skoda
1db51b5ad4 MDL-15093 removing invalid PHPDOC comment 2010-08-22 11:36:10 +00:00
Petr Skoda
5585eab302 MDL-15093 fixed notice when dboptions not supplied 2010-08-22 11:34:56 +00:00
Moodle Robot
cf307decb0 Updated the HEAD build version to 20100822 2010-08-22 00:46:20 +00:00
Moodle Robot
e4f5db5315 Updated the HEAD build version to 20100821 2010-08-21 00:46:23 +00:00
Petr Skoda
df4a889e20 MDL-23883 fixed mssql compatibility issue + docs typos 2010-08-20 09:12:07 +00:00
Petr Skoda
85ba1e78b4 MDL-23884 new default error handler - prevents white screens and helps with debugging 2010-08-20 09:05:15 +00:00
Aparup Banerjee
5d4ee8b501 database MDL-23789 fixed disable/enable editor button in templates tab. 2010-08-20 08:36:49 +00:00
Rossiani Wijaya
fdb797adcf MDL-14238 - add filter to grade assignment. 2010-08-20 08:00:54 +00:00
Sam Hemelryk
d4c3f025b1 NOBUG: Added a couple of descriptive classes to reused perfinfo class 2010-08-20 07:37:59 +00:00
Rossiani Wijaya
710363c97a MDL-6820 - make block icons clickable 2010-08-20 06:29:22 +00:00