45021 Commits

Author SHA1 Message Date
Andrew Davis
1cd8c39922 forum MDLSITE-1034 fixed the logic around displaying forum subscriptions in index.php 2010-10-05 12:39:53 +00:00
Petr Skoda
96e890bbf5 MDL-24520 use different name if manager role already exists 2010-10-05 08:25:58 +00:00
Eloy Lafuente
84dcdbdb58 MDL-24470 data->notification - apply correct default if null is found on restore 2010-10-05 08:21:57 +00:00
Andrew Davis
c61daed045 rss MDL-24509 added support for 1.9 rss feed requests 2010-10-05 03:30:01 +00:00
Andrew Davis
8a73f57081 rss MDL-24509 added some support for 1.9 rss feed requests 2010-10-05 03:28:23 +00:00
Sam Hemelryk
83a5e4fc92 navigation MDLSITE-1023 Fixed up navigation regression when viewing site pages and not being logged in. 2010-10-05 02:38:40 +00:00
Moodle Robot
0a93c8b8bd Updated the HEAD build version to 20101005 2010-10-05 00:46:49 +00:00
AMOS bot
bff7abfc86 Automatic installer lang files (20101005) 2010-10-05 00:40:09 +00:00
Andrew Davis
52cede73ab rss MDL-24509 added call to require_login() 2010-10-04 14:42:23 +00:00
Andrew Davis
c637291997 rss MDL-24508 fixed guest access to rss feeds 2010-10-04 13:31:19 +00:00
Dongsheng Cai
831399c404 MDL-24497, hide message when maxbytes option is not explicit defined in moodle form 2010-10-04 10:03:52 +00:00
Dongsheng Cai
ffdd6d1806 MDL-24290, REPOSITORY revert previous changes on urlencode 2010-10-04 09:35:14 +00:00
Dongsheng Cai
8cc2bcf154 MDL-24290, REPOSITORY fixed urlencode string in filename 2010-10-04 09:31:08 +00:00
Andrew Davis
c56449dff6 rss MDLSITE-1007 reverted an unnecessary change I committed 2010-10-04 09:01:41 +00:00
Petr Skoda
70ff13bed7 MDLSITE-1007 ugly workaround for preventing of sloppy string to int casting in mysql 2010-10-04 08:47:58 +00:00
Petr Skoda
422b75a712 mysql comparison weirdness finally detected 2010-10-04 08:21:53 +00:00
Petr Skoda
e5d1410b23 enhanced int comparison test 2010-10-04 08:12:28 +00:00
Andrew Davis
5ce534eb7c rss MDLSITE-1007 fixed a potential security problem with blog rss feeds 2010-10-04 08:12:28 +00:00
Andrew Davis
b146d98455 gradebook MDL-24504 made grade item sorting work and prevented a bunch of sortorder shuffling 2010-10-04 08:05:05 +00:00
Petr Skoda
4e6e2a51f6 adding a test that should detect problems with string x int comparison 2010-10-04 08:00:45 +00:00
Petr Skoda
01beeae993 MDL-24505 limit max number of admin candidates 2010-10-04 07:50:12 +00:00
Petr Skoda
e079ee2c23 MDL-24507 disabling emotions plugin because the absolute paths are not going to work in backup/restore 2010-10-04 07:42:38 +00:00
Andrew Davis
8e8e281435 rss MDLSITE-1007 fixed a security problem with rss feed params 2010-10-04 07:23:27 +00:00
Andrew Davis
e65ce4c1d0 rss MDLSITE-1007 fixed a security problem 2010-10-04 07:22:39 +00:00
Andrew Davis
a7ca080c20 rss MDLSITE-1007 processing the user token to make sure its a string and not an int to prevent bogus user matches occuring 2010-10-04 07:13:09 +00:00
Andrew Davis
83b912e0ed rss MDLSITE-1007 now running clean_param() over the user token 2010-10-04 06:56:51 +00:00
Sam Hemelryk
b276cf9ed1 error MDLSITE-1008 Fixed missing set_context call in error/index.php 2010-10-04 04:52:02 +00:00
Dongsheng Cai
18e632593f MDL-24471, FILEMANAGER change <button> to <input type="button" />, moodle form may fire onclick event when enter pressed in other field 2010-10-04 04:09:02 +00:00
Dongsheng Cai
047bce2fe8 MDL-24382 uploadsingle type assignment should respect course maxbytes too. 2010-10-04 03:37:12 +00:00
Dongsheng Cai
513aed3cf9 MDL-24497, fixed maxbytes in user editing form 2010-10-04 03:09:58 +00:00
Moodle Robot
0d9dcca058 Updated the HEAD build version to 20101004 2010-10-04 00:47:04 +00:00
AMOS bot
bf0c96edbd Automatic installer lang files (20101004) 2010-10-04 00:40:09 +00:00
Martin Dougiamas
954035a9f1 MDLSITE-996 Fixed bad call to forum_print_user() 2010-10-03 21:33:05 +00:00
Petr Skoda
2b54304b84 MDL-24500 group pix BC - just empty image to prevent broken links 2010-10-03 18:27:21 +00:00
Petr Skoda
910855aaeb MDL-24500 user pix BC 2010-10-03 18:12:20 +00:00
Martin Dougiamas
8d6385d355 MDL-24501 Use standard renderer for rendering user images on tags pages 2010-10-03 18:06:35 +00:00
Petr Skoda
b6d8012ed7 MDL-24500 first step towards BC for user/pix.php 2010-10-03 18:00:21 +00:00
Martin Dougiamas
088d940ea7 MDL-22320 Fixed broken message links in message block 2010-10-03 16:50:23 +00:00
Petr Skoda
4613c1ea3d MDL-23772 cleanup SESSION->wantsurl before redirect + removed unnecessary require_login() 2010-10-03 15:27:31 +00:00
Petr Skoda
375053ed10 MDL-24042 mod/data is using weaker require_course_login instead of standard require_login - fixing regression for data files 2010-10-03 13:15:49 +00:00
Sam Hemelryk
304d1245fe NOBUG: Added missing set_context call 2010-10-03 12:15:45 +00:00
Sam Hemelryk
7b5f1cd8c7 notes MDL-24495 Set default course id for notes 2010-10-03 12:14:54 +00:00
Petr Skoda
c11c7251cf MDL-24484 fixed spellchecker regressions 2010-10-03 11:01:17 +00:00
Petr Skoda
edda2b9af6 MDL-24485 fixed lowercase theme names (credit goes to Anthony Borrow) + using get_string() to show real theme name on the theme selection page 2010-10-03 10:38:48 +00:00
Sam Hemelryk
7f38a28d41 lib-db-upgrade MDL-24490 user description now big text 2010-10-03 09:42:19 +00:00
Sam Hemelryk
35d2afabca NOBUG removing forums navigation customisations 2010-10-03 08:02:56 +00:00
Sam Hemelryk
20770c9f51 db-upgrade MDL-24487 Fixed incorrect parentcontext when upgrading. 2010-10-03 07:45:03 +00:00
Sam Hemelryk
da8970797f NOBUG: Added missing global call in mod wiki upgrade 2010-10-03 05:55:16 +00:00
john St
7d73180fa1 Theme fix for magazine, MDL-24392 2010-10-03 02:02:20 +00:00
john St
4892b7c4d3 Theme fix for brick, MDL-24392 2010-10-03 02:01:45 +00:00