]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agoMDL-19057 DML tests - prevent CLOB/BLOB contents to be in error/pass output
Eloy Lafuente [Mon, 30 Nov 2009 16:45:07 +0000 (16:45 +0000)]
MDL-19057 DML tests - prevent CLOB/BLOB contents to be in error/pass output

15 years agoMDL-21007 exclude log files from tests as far as some drivers/extensions
Eloy Lafuente [Mon, 30 Nov 2009 16:24:44 +0000 (16:24 +0000)]
MDL-21007 exclude log files from tests as far as some drivers/extensions
are prone to save own log files into working dirs

15 years agoMDL-21007 testpagelib_moodlepage - change -1 contexts (breaks SQL) to 13
Eloy Lafuente [Mon, 30 Nov 2009 15:45:36 +0000 (15:45 +0000)]
MDL-21007 testpagelib_moodlepage - change -1 contexts (breaks SQL) to 13

15 years agoMDL-20826 convert_urls_into_links() - target="_blank" is out in 2.0 (XHTML I guess).
Eloy Lafuente [Mon, 30 Nov 2009 15:21:29 +0000 (15:21 +0000)]
MDL-20826 convert_urls_into_links() - target="_blank" is out in 2.0 (XHTML I guess).
Adjusting tests for that.

15 years agogroup membership MDL-21005 Fixed setup JS on group/members.php so ajax functionality...
Andrew Davis [Mon, 30 Nov 2009 05:28:55 +0000 (05:28 +0000)]
group membership MDL-21005 Fixed setup JS on group/members.php so ajax functionality works

15 years ago"MDL-20985, fixed typo, merged from 1.9"
Dongsheng Cai [Mon, 30 Nov 2009 02:17:36 +0000 (02:17 +0000)]
"MDL-20985, fixed typo, merged from 1.9"

15 years agoMDL-20826 convert_urls_into_links() - add some test to reveal (side?) problems
Eloy Lafuente [Mon, 30 Nov 2009 02:06:43 +0000 (02:06 +0000)]
MDL-20826 convert_urls_into_links() - add some test to reveal (side?) problems
and allow comparing of alternatives. Merged from 19_STABLE

15 years agounit tests MDL-19060 unified the two checks for CVS directories
Andrew Davis [Mon, 30 Nov 2009 01:14:30 +0000 (01:14 +0000)]
unit tests MDL-19060 unified the two checks for CVS directories

15 years agoUpdated the HEAD build version to 20091130
Moodle Robot [Mon, 30 Nov 2009 00:32:52 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091130

15 years agoMDL-16658 restore users pre-check. Reviewed logic with latest discussions. Continues...
Eloy Lafuente [Sun, 29 Nov 2009 21:24:05 +0000 (21:24 +0000)]
MDL-16658 restore users pre-check. Reviewed logic with latest discussions. Continues disabled. Merged from 19_STABLE

15 years agoUpdated the HEAD build version to 20091129
Moodle Robot [Sun, 29 Nov 2009 00:32:53 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091129

15 years agoUpdated the HEAD build version to 20091128
Moodle Robot [Sat, 28 Nov 2009 00:32:46 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091128

15 years agoMDL-19697 mnet auth - start saving user->firstaccess ; merged from 19_STABLE
Eloy Lafuente [Fri, 27 Nov 2009 14:50:25 +0000 (14:50 +0000)]
MDL-19697 mnet auth - start saving user->firstaccess ; merged from 19_STABLE

15 years agoMissing global in upgrade code.
Tim Hunt [Fri, 27 Nov 2009 10:56:39 +0000 (10:56 +0000)]
Missing global in upgrade code.

15 years agomnet admin MDL-12057 Added an entry to standard style css to make tables on admin...
Andrew Davis [Fri, 27 Nov 2009 05:56:46 +0000 (05:56 +0000)]
mnet admin MDL-12057 Added an entry to standard style css to make tables on admin/mnet/index.php the same width

15 years agocornflower theme MDL-20987 Added missing close div tag at the end of cornflower foote...
Andrew Davis [Fri, 27 Nov 2009 05:51:37 +0000 (05:51 +0000)]
cornflower theme MDL-20987 Added missing close div tag at the end of cornflower footer.html

15 years agograder report MDL-20179 Fixed broken JS on grader report
Andrew Davis [Fri, 27 Nov 2009 05:44:56 +0000 (05:44 +0000)]
grader report MDL-20179 Fixed broken JS on grader report

15 years agounit test MDL-19060 prevent unit tests from scanning cvs and .git directories
Andrew Davis [Fri, 27 Nov 2009 05:39:35 +0000 (05:39 +0000)]
unit test MDL-19060 prevent unit tests from scanning cvs and .git directories

15 years ago"MDL-14818, fixed database module search in head"
Dongsheng Cai [Fri, 27 Nov 2009 05:24:08 +0000 (05:24 +0000)]
"MDL-14818, fixed database module search in head"

15 years agouser profiles MDL-16213 prevent ul tags in user profiles leading to invalid xhtml
Andrew Davis [Fri, 27 Nov 2009 02:15:09 +0000 (02:15 +0000)]
user profiles MDL-16213 prevent ul tags in user profiles leading to invalid xhtml

15 years agoUpdated the HEAD build version to 20091127
Moodle Robot [Fri, 27 Nov 2009 00:33:43 +0000 (00:33 +0000)]
Updated the HEAD build version to 20091127

15 years agoAutomatic installer.php lang files by installer_builder (20091127)
Moodle Robot [Fri, 27 Nov 2009 00:22:57 +0000 (00:22 +0000)]
Automatic installer.php lang files by installer_builder (20091127)

15 years agoMDL-20981 admin/lang.php escapes all variables but $a placeholders
David Mudrak [Thu, 26 Nov 2009 14:46:01 +0000 (14:46 +0000)]
MDL-20981 admin/lang.php escapes all variables but $a placeholders

15 years agoFix: only $a placeholders allowed in language strings
David Mudrak [Thu, 26 Nov 2009 13:45:53 +0000 (13:45 +0000)]
Fix: only $a placeholders allowed in language strings

15 years agoMDL-20982 glossary - make print view to respect current theme ; merged from 19_STABLE
Eloy Lafuente [Thu, 26 Nov 2009 11:35:25 +0000 (11:35 +0000)]
MDL-20982 glossary - make print view to respect current theme ; merged from 19_STABLE

15 years agosecurity report MDL-20834 Fixed DML for the backup risk checker for HEAD
Martin Dougiamas [Thu, 26 Nov 2009 09:18:32 +0000 (09:18 +0000)]
security report MDL-20834 Fixed DML for the backup risk checker for HEAD

15 years agoadmin MDL-20980 Touched up regex that determines weak password salts
Sam Hemelryk [Thu, 26 Nov 2009 09:03:38 +0000 (09:03 +0000)]
admin MDL-20980 Touched up regex that determines weak password salts

15 years agosecurity report MDL-20834 Merged 'report_security_check_riskbackup' check from 1.9
Martin Dougiamas [Thu, 26 Nov 2009 08:32:48 +0000 (08:32 +0000)]
security report MDL-20834 Merged 'report_security_check_riskbackup' check from 1.9

15 years agoUpdated the HEAD build version to 20091126
Moodle Robot [Thu, 26 Nov 2009 00:32:27 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091126

15 years agoAutomatic installer.php lang files by installer_builder (20091126)
Moodle Robot [Thu, 26 Nov 2009 00:21:47 +0000 (00:21 +0000)]
Automatic installer.php lang files by installer_builder (20091126)

15 years agoMDL-20962 fixed forced new passowrd logic
Petr Skoda [Wed, 25 Nov 2009 17:05:54 +0000 (17:05 +0000)]
MDL-20962 fixed forced new passowrd logic

15 years ago"MDL-8677, fixed mimetype name"
Dongsheng Cai [Wed, 25 Nov 2009 06:40:25 +0000 (06:40 +0000)]
"MDL-8677, fixed mimetype name"

15 years agorole administration MDL-20413 up arrow next to top-most role in admin -> users -...
Andrew Davis [Wed, 25 Nov 2009 06:03:25 +0000 (06:03 +0000)]
role administration MDL-20413 up arrow next to top-most role in admin -> users -> permissions -> define roles

15 years ago"MDL-20345, improve glossary comments migrate script"
Dongsheng Cai [Wed, 25 Nov 2009 05:58:13 +0000 (05:58 +0000)]
"MDL-20345, improve glossary comments migrate script"

15 years agocontexts MDL-20211 changed fetch_context_capabilities() to use underscores instead...
Andrew Davis [Wed, 25 Nov 2009 05:44:15 +0000 (05:44 +0000)]
contexts MDL-20211 changed fetch_context_capabilities() to use underscores instead of forward slashes. Made get_child_contexts() return an array as per its doco and as expected by the calling code.

15 years agoadmin pages MDL-19996 doc links now work even when set to open in a new window.
Andrew Davis [Wed, 25 Nov 2009 02:29:42 +0000 (02:29 +0000)]
admin pages MDL-19996 doc links now work even when set to open in a new window.

15 years agomod-feedback MDL-16090 Fixed recent regressions and converted htmleditor instance
Sam Hemelryk [Wed, 25 Nov 2009 01:46:12 +0000 (01:46 +0000)]
mod-feedback MDL-16090 Fixed recent regressions and converted htmleditor instance

15 years agoUpdated the HEAD build version to 20091125
Moodle Robot [Wed, 25 Nov 2009 00:32:45 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091125

15 years agoFix lang string breaking XHTML in admin/index.php page
Eloy Lafuente [Wed, 25 Nov 2009 00:10:44 +0000 (00:10 +0000)]
Fix lang string breaking XHTML in admin/index.php page

15 years agoUnit tests: Change the parent class to avoid a deprecated class.
Tim Hunt [Tue, 24 Nov 2009 21:44:59 +0000 (21:44 +0000)]
Unit tests: Change the parent class to avoid a deprecated class.
This is necessary to make it work in PHP 5.3 (as well as PHP 4).

15 years agoSCORM MDL-20955 fix bad use of update_record - thanks Petr
Dan Marsden [Tue, 24 Nov 2009 21:03:46 +0000 (21:03 +0000)]
SCORM MDL-20955 fix bad use of update_record - thanks Petr

15 years agoMDL-20958 fixed login issues when login via https required
Petr Skoda [Tue, 24 Nov 2009 16:21:03 +0000 (16:21 +0000)]
MDL-20958 fixed login issues when login via https required

15 years agoMDL-20948 adding todo note
Petr Skoda [Tue, 24 Nov 2009 15:15:03 +0000 (15:15 +0000)]
MDL-20948 adding todo note

15 years agoget_string() performance tester: small formal fixes
David Mudrak [Tue, 24 Nov 2009 15:09:48 +0000 (15:09 +0000)]
get_string() performance tester: small formal fixes

15 years agoMDL-20948 warn admin is main salt not set
Petr Skoda [Tue, 24 Nov 2009 15:02:24 +0000 (15:02 +0000)]
MDL-20948 warn admin is main salt not set

15 years agoMDL-20948 auth plguins do not throw notices in methods if not configured yet
Petr Skoda [Tue, 24 Nov 2009 14:51:28 +0000 (14:51 +0000)]
MDL-20948 auth plguins do not throw notices in methods if not configured yet

15 years agoMDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
Petr Skoda [Tue, 24 Nov 2009 14:39:35 +0000 (14:39 +0000)]
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7

15 years agoMDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
Petr Skoda [Tue, 24 Nov 2009 14:31:34 +0000 (14:31 +0000)]
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7

15 years agoMDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
Petr Skoda [Tue, 24 Nov 2009 14:26:22 +0000 (14:26 +0000)]
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7

15 years agoadmin lang string: MDL-18807 small rewording
Helen Foster [Tue, 24 Nov 2009 13:13:35 +0000 (13:13 +0000)]
admin lang string: MDL-18807 small rewording

15 years agorandom question history MDL-20951: Two minor bugs in the fix for MDL-20776.
Tim Hunt [Tue, 24 Nov 2009 11:49:21 +0000 (11:49 +0000)]
random question history MDL-20951: Two minor bugs in the fix for  MDL-20776.
Thanks to Oleg Sychev for noticing these problems.

15 years agoMDL-16658 users pre-check. Committing current *disabled* code to have it
Eloy Lafuente [Tue, 24 Nov 2009 10:06:13 +0000 (10:06 +0000)]
MDL-16658 users pre-check. Committing current *disabled* code to have it
already under CVS control and better handling ; merged from 19_STABLE

15 years agoMDL-19608 do not force changing of password in external accounts
Petr Skoda [Tue, 24 Nov 2009 08:42:38 +0000 (08:42 +0000)]
MDL-19608 do not force changing of password in external accounts

15 years agolib MDL-20537 Added another unit test for shorten_text
Andrew Davis [Tue, 24 Nov 2009 08:07:41 +0000 (08:07 +0000)]
lib MDL-20537 Added another unit test for shorten_text

15 years agoMDL-20939 backup & restore - avoid admins to be always included. Two things
Eloy Lafuente [Tue, 24 Nov 2009 00:45:11 +0000 (00:45 +0000)]
MDL-20939 backup & restore - avoid admins to be always included. Two things
were causing this: wrong get_users_by_capability() call and standard scales.
Improved scales restore to observe the 'moodle/course:managescales' cap.
Merged from 19_STABLE

15 years agoUpdated the HEAD build version to 20091124
Moodle Robot [Tue, 24 Nov 2009 00:32:45 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091124

15 years agoMDL-20934 'not cached' flag used in all auth plugins that do not need the password
Petr Skoda [Mon, 23 Nov 2009 21:50:40 +0000 (21:50 +0000)]
MDL-20934 'not cached' flag used in all auth plugins that do not need the password

15 years agoMDL-20941 store hashed username into user->email field for deleted users. Merged...
Eloy Lafuente [Mon, 23 Nov 2009 18:50:47 +0000 (18:50 +0000)]
MDL-20941 store hashed username into user->email field for deleted users. Merged from 19_STABLE

15 years agoNOBUG - more upgrade details
Petr Skoda [Mon, 23 Nov 2009 16:12:25 +0000 (16:12 +0000)]
NOBUG - more upgrade details

15 years agohelp icons MDL-20000 Help tooltips now appear over all page controls on quiz editing...
Andrew Davis [Mon, 23 Nov 2009 08:14:38 +0000 (08:14 +0000)]
help icons MDL-20000 Help tooltips now appear over all page controls on quiz editing page

15 years agoforums MDL-20578 no longer using like in queries so removed retrieval of db like...
Andrew Davis [Mon, 23 Nov 2009 05:07:25 +0000 (05:07 +0000)]
forums MDL-20578 no longer using like in queries so removed retrieval of db like keyword

15 years agograder report MDL-20914 Html tooltips now work in IE on the grader report
Andrew Davis [Mon, 23 Nov 2009 02:11:52 +0000 (02:11 +0000)]
grader report MDL-20914 Html tooltips now work in IE on the grader report

15 years agoUpdated the HEAD build version to 20091123
Moodle Robot [Mon, 23 Nov 2009 00:33:11 +0000 (00:33 +0000)]
Updated the HEAD build version to 20091123

15 years agoAutomatic installer.php lang files by installer_builder (20091123)
Moodle Robot [Mon, 23 Nov 2009 00:22:41 +0000 (00:22 +0000)]
Automatic installer.php lang files by installer_builder (20091123)

15 years agoMDL-20931 fixed input validation
Petr Skoda [Sun, 22 Nov 2009 21:02:12 +0000 (21:02 +0000)]
MDL-20931 fixed input validation

15 years agoMDL-20932 user->secret out - merged from 19_STABLE
Eloy Lafuente [Sun, 22 Nov 2009 13:36:19 +0000 (13:36 +0000)]
MDL-20932 user->secret out - merged from 19_STABLE

15 years agoMDL-20930 fixed input validation
Petr Skoda [Sun, 22 Nov 2009 12:42:51 +0000 (12:42 +0000)]
MDL-20930 fixed input validation

15 years agoMDL-20929 fixed input validation
Petr Skoda [Sun, 22 Nov 2009 11:09:11 +0000 (11:09 +0000)]
MDL-20929 fixed input validation

15 years agoMDL-20928 fixed glossary entry access control
Petr Skoda [Sun, 22 Nov 2009 10:35:20 +0000 (10:35 +0000)]
MDL-20928 fixed glossary entry access control

15 years agoUpdated the HEAD build version to 20091122
Moodle Robot [Sun, 22 Nov 2009 00:32:27 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091122

15 years agoMDL-20927 fixed module login issue
Petr Skoda [Sat, 21 Nov 2009 23:50:14 +0000 (23:50 +0000)]
MDL-20927 fixed module login issue

15 years agoMDL-20901 fixed input validation
Petr Skoda [Sat, 21 Nov 2009 22:23:32 +0000 (22:23 +0000)]
MDL-20901 fixed input validation

15 years agoMDL-20901 fixed input validation
Petr Skoda [Sat, 21 Nov 2009 21:59:47 +0000 (21:59 +0000)]
MDL-20901 fixed input validation

15 years agoMDL-20901 fixed input validation
Petr Skoda [Sat, 21 Nov 2009 20:41:28 +0000 (20:41 +0000)]
MDL-20901 fixed input validation

15 years agoMDL-20925 fixed input validation and course ajax now fully respects the disable cours...
Petr Skoda [Sat, 21 Nov 2009 16:29:33 +0000 (16:29 +0000)]
MDL-20925 fixed input validation and course ajax now fully respects the disable course ajax option

15 years agoMDL-20901 fixed input validation
Petr Skoda [Sat, 21 Nov 2009 15:33:10 +0000 (15:33 +0000)]
MDL-20901 fixed input validation

15 years agoMDL-20901 fixed input validation
Petr Skoda [Sat, 21 Nov 2009 15:26:54 +0000 (15:26 +0000)]
MDL-20901 fixed input validation

15 years agoMDL-20901 fixed input validation
Petr Skoda [Sat, 21 Nov 2009 15:16:09 +0000 (15:16 +0000)]
MDL-20901 fixed input validation

15 years agofix last http://tracker.moodle.org/browse/MDL-20917 shorten errors.
Valery Fremaux [Sat, 21 Nov 2009 13:52:31 +0000 (13:52 +0000)]
fix last http://tracker.moodle.org/browse/MDL-20917 shorten errors.

15 years agoportfolio: MDL-16417 Prevent multiple googledocs/picassa instances
Dan Poltawski [Sat, 21 Nov 2009 13:46:45 +0000 (13:46 +0000)]
portfolio: MDL-16417 Prevent multiple googledocs/picassa instances

15 years agoMDL-9251 backup/restore *all* users - is now forbidden for users
Eloy Lafuente [Sat, 21 Nov 2009 11:56:27 +0000 (11:56 +0000)]
MDL-9251 backup/restore *all* users - is now forbidden for users
lacking backup/restore permission at system level. Merged from 19_STABLE

15 years agoMDL-20921 - removing extra parameter being passed to admin_setting_configcheckbox...
Anthony Borrow [Sat, 21 Nov 2009 01:10:24 +0000 (01:10 +0000)]
MDL-20921 - removing extra parameter being passed to admin_setting_configcheckbox which was preventing outcomes from being enabled on the site

15 years agoMDL-20916 protect the whole xmldb editor with sesskey. Merged from 19_STABLE
Eloy Lafuente [Fri, 20 Nov 2009 19:48:01 +0000 (19:48 +0000)]
MDL-20916 protect the whole xmldb editor with sesskey. Merged from 19_STABLE

15 years agoMDL-20849 - improved lang string, thanks, Helen. Merged from 19_STABLE
Eloy Lafuente [Fri, 20 Nov 2009 17:48:47 +0000 (17:48 +0000)]
MDL-20849 - improved lang string, thanks, Helen. Merged from 19_STABLE

15 years agoUpdated the HEAD build version to 20091121
Moodle Robot [Fri, 20 Nov 2009 17:05:25 +0000 (17:05 +0000)]
Updated the HEAD build version to 20091121

15 years agoAutomatic installer.php lang files by installer_builder (20091121)
Moodle Robot [Fri, 20 Nov 2009 16:55:05 +0000 (16:55 +0000)]
Automatic installer.php lang files by installer_builder (20091121)

15 years agoMDL-20901 fixed input validation
Petr Skoda [Fri, 20 Nov 2009 08:50:12 +0000 (08:50 +0000)]
MDL-20901 fixed input validation

15 years agoMDL-20901 fixed input validation
Petr Skoda [Fri, 20 Nov 2009 08:33:33 +0000 (08:33 +0000)]
MDL-20901 fixed input validation

15 years agoMDL-20901 fixed input validation, unfortunately the assignment in HEAD is borked...
Petr Skoda [Fri, 20 Nov 2009 08:25:11 +0000 (08:25 +0000)]
MDL-20901 fixed input validation, unfortunately the assignment in HEAD is borked in several places

15 years agoFixed wording. Optional things can not be required.
David Mudrak [Fri, 20 Nov 2009 08:12:18 +0000 (08:12 +0000)]
Fixed wording. Optional things can not be required.

Also, the word "extension" should be used instead of "library" as the
library can be installed on the server but it does not automatically
mean PHP can use it.

15 years agoassignment MDL-15904 Tidied up unused globals and removed reliance on $PAGE->course...
Sam Hemelryk [Fri, 20 Nov 2009 07:21:42 +0000 (07:21 +0000)]
assignment MDL-15904 Tidied up unused globals and removed reliance on $PAGE->course->maxbytes

15 years agoassignment MDL-15904 Converted final htmleditor elements and fixed a couple of VERY...
Sam Hemelryk [Fri, 20 Nov 2009 06:57:03 +0000 (06:57 +0000)]
assignment MDL-15904 Converted final htmleditor elements and fixed a couple of VERY minor regressions

15 years agoassignment MDL-19803 Converted deprecated calendar functions
Sam Hemelryk [Fri, 20 Nov 2009 06:44:36 +0000 (06:44 +0000)]
assignment MDL-19803 Converted deprecated calendar functions

15 years agocalendar MDL-19793 Fixed minor regressions caused by recent updates
Sam Hemelryk [Fri, 20 Nov 2009 06:36:11 +0000 (06:36 +0000)]
calendar MDL-19793 Fixed minor regressions caused by recent updates

15 years agomessages MDL-17601 message/discussion.php was causing errors in the apache error...
Andrew Davis [Fri, 20 Nov 2009 03:58:22 +0000 (03:58 +0000)]
messages MDL-17601 message/discussion.php was causing errors in the apache error log. fav icon not found.

15 years agodatalib MDL-18470 Implemented more readable version of get_admin()
Andrew Davis [Fri, 20 Nov 2009 02:28:39 +0000 (02:28 +0000)]
datalib MDL-18470 Implemented more readable version of get_admin()

15 years agoroles MDL-20686 Provided a convenient breadcrumb link back to the category from the...
Andrew Davis [Fri, 20 Nov 2009 01:59:46 +0000 (01:59 +0000)]
roles MDL-20686 Provided a convenient breadcrumb link back to the category from the category role assignment screen

15 years agoroles MDL-20686 Provided a convenient breadcrumb link back to the category from the...
Andrew Davis [Fri, 20 Nov 2009 01:53:01 +0000 (01:53 +0000)]
roles MDL-20686 Provided a convenient breadcrumb link back to the category from the category role assignment screen

15 years agoMDL-20849 moodle/restore:userinfo - new cababilty to allow/deny
Eloy Lafuente [Fri, 20 Nov 2009 00:32:16 +0000 (00:32 +0000)]
MDL-20849 moodle/restore:userinfo - new cababilty to allow/deny
permissions to restore any (users, messages, modulesactivity...)
user-level information. Merged from 19_STABLE

15 years agoMDL-20901 fixed input validation
Petr Skoda [Thu, 19 Nov 2009 19:47:46 +0000 (19:47 +0000)]
MDL-20901 fixed input validation