Eloy Lafuente (stronk7)
f58e09cbce
Merge branch 'w03_MDL-31171_m23_blogattachment' of git://github.com/skodak/moodle
2012-01-17 01:31:59 +01:00
Eloy Lafuente (stronk7)
479932c132
Merge branch 'w03_MDL-31170_m23_blogblocks' of git://github.com/skodak/moodle
2012-01-17 00:55:31 +01:00
Petr Skoda
ca281c51bb
MDL-31142 fix textlib::substr() performance, invalid length in iconv_substr; use mbstring by default
2012-01-16 09:16:14 +01:00
Aparup Banerjee
c8be518100
Merge branch 'w03_MDL-30929_m23_stalefiles' of https://github.com/skodak/moodle
2012-01-16 16:15:04 +08:00
Petr Skoda
9008ec1654
MDL-30929 detect incorrect major version upgrades
2012-01-16 09:08:36 +01:00
Sam Hemelryk
0cfedcbba7
Merge remote-tracking branch 'skodak/w03_MDL-30958_m23_yuissl'
2012-01-16 14:55:52 +08:00
Aparup Banerjee
cd70d3c4a8
Merge branch 'w03_MDL-21992_m23_customscripts' of https://github.com/skodak/moodle
2012-01-16 14:46:39 +08:00
Aparup Banerjee
9e32834827
Merge branch 'wip-MDL-31025-m23' of https://github.com/samhemelryk/moodle
2012-01-16 14:40:46 +08:00
Sam Hemelryk
6a57cb0cb0
Merge remote-tracking branch 'skodak/w03_MDL-31035_m23_identitynotice'
2012-01-16 14:38:47 +08:00
Sam Hemelryk
7255250c2c
Merge remote-tracking branch 'skodak/w03_MDL-31092_m23_emailpass'
2012-01-16 14:30:43 +08:00
Aparup Banerjee
7ed8dc999f
Merge branch 'wip-MDL-31072-master' of github.com:marinaglancy/moodle
2012-01-16 11:39:05 +08:00
Sam Hemelryk
d37d6e2a8e
Merge branch 'moodleurl_out_as_local_url' of git://git.luns.net.uk/moodle
2012-01-16 11:31:24 +08:00
Sam Hemelryk
66fe8d59c8
Merge branch 'MDL-31040-master-2' of git://git.luns.net.uk/moodle
2012-01-16 10:54:08 +08:00
Petr Skoda
58a435f6cf
MDL-31171 fix blog attachment serving in BLOG_USER_LEVEL
2012-01-15 19:11:16 +01:00
Petr Skoda
33e5ac269e
MDL-31035 fix showuseridentity notice before settings upgrade
2012-01-15 17:12:35 +01:00
Petr Skoda
7858b5212c
MDL-21992 fix custom scripts on https pages and CLI
2012-01-15 15:59:06 +01:00
Petr Skoda
47932f4967
MDL-30958 do not use Yahoo CDN on https sites
...
Browsers do not like mixing of ssl and non-use content on one page. Unfortunately YAHOO does not provide the files over SSL yet - see http://yuilibrary.com/yui/docs/tutorials/faq/#does-yahoos-cdn-support-ssl
2012-01-15 15:24:34 +01:00
Petr Skoda
00b9c582d8
MDL-31170 fix automatic blog blocks hiding/unhiding after blog level change
2012-01-15 13:40:12 +01:00
Petr Skoda
5e1e0d7fe5
MDL-31092 send localised new account emails
2012-01-15 11:45:50 +01:00
Petr Skoda
843ca76111
MDL-31127 init USER->access when switching roles
...
Only admins were affected by this problem because has_capability() does not init USER->access for them.
2012-01-15 00:14:44 +01:00
Petr Skoda
8ab5c8ec0a
MDL-31053 fix invalid context preloading in get_user_capability_course()
2012-01-14 21:36:02 +01:00
Dan Poltawski
48ddc9bfd6
MDL-29091 weblib - Introduce out_as_local_url() method to moodle_url
...
This can be used for passing around PARAM_LOCALURL's where necessary
stripping the wwwroot
2012-01-13 10:16:52 +00:00
Marina Glancy
91331b6b96
MDL-31072: Added indexes to table role_assignments to speed up work in many-users-many-contexts environments
2012-01-13 10:12:17 +08:00
Sam Hemelryk
1580cfdbf7
MDL-31025 navigation: When calling load_section_activities you must provide an array of activities not course_modinfo
2012-01-13 13:00:54 +13:00
sam marshall
5813c7f7dc
MDL-30408 Allow modules the choice to not appear on 'Add a...' lists
...
This is useful for modules which are created by the system and are not supposed to be created by users. There are various reasons for doing this in third-party modules.
2012-01-12 17:29:54 +00:00
Tim Hunt
ff05bb3166
MDL-26469 upgrade: cope with modules that do not set $module->cron.
2012-01-11 15:42:23 +00:00
Tim Hunt
3412cb4386
MDL-26469 upgrade: module cron setting not updated.
2012-01-11 14:04:09 +00:00
Andrew Robert Nicols
6dc5908ef7
MDL-31040 Correct LTR language issue and inconsistency in display
2012-01-11 10:58:23 +00:00
Eloy Lafuente (stronk7)
4cd2b394ac
Merge branch 'MDL-31101' of git://github.com/timhunt/moodle
2012-01-10 23:34:56 +01:00
Tim Hunt
d07f7be890
MDL-31101 format_string: Don't mangle < and > in strings like x < 1.
2012-01-10 14:52:19 +00:00
Sam Hemelryk
6b37c2b093
MDL-31000 Added comment about the importance of repository array keys and hardened new dnd repository lookup
2012-01-10 12:21:24 +13:00
Sam Hemelryk
7d1655a580
Merge branch 'dragdrop-for-master' of git://git.luns.net.uk/moodle
2012-01-10 11:52:09 +13:00
Eloy Lafuente (stronk7)
528dbf2f7d
Merge branch 'MDL-6102-master' of git://github.com/sammarshallou/moodle
2012-01-09 22:02:10 +01:00
Davo Smith
f08fac7c89
MDL-29766 Add drag and drop upload to filemanager / filepicker elements
2012-01-09 17:27:32 +00:00
sam marshall
487de67c48
MDL-6102 Default time format incorrectly has leading zeros on 12-hour times (e.g. 03:57 PM)
2012-01-09 11:38:59 +00:00
Aparup Banerjee
bb9546d0c7
Merge branch 'wip-MDL-30583-master' of git://github.com/samhemelryk/moodle
2012-01-09 13:44:36 +08:00
Sam Hemelryk
2e40a94cff
Merge branch 'w02_MDL-31005_m23_contextlevelname' of git://github.com/skodak/moodle
2012-01-09 16:12:24 +13:00
Sam Hemelryk
0e743da2b4
Merge branch 'w02_MDL-30717_m23_usercreated' of git://github.com/skodak/moodle
2012-01-09 14:03:10 +13:00
Sam Hemelryk
b07646fcf7
MDL-30928 lib: Fixed whitespace
2012-01-09 13:57:06 +13:00
Sam Hemelryk
1bec282c06
Merge branch 'w02_MDL-30928_m23_deletetimes' of git://github.com/skodak/moodle
2012-01-09 13:52:37 +13:00
Eloy Lafuente (stronk7)
4b89edd948
Merge branch 'MDL-30966-print-object' of git://github.com/mudrd8mz/moodle
2012-01-09 00:33:02 +01:00
Sam Hemelryk
df121fb287
Merge branch 'master_MDL-31043' of git://github.com/danmarsden/moodle
2012-01-09 12:23:11 +13:00
Sam Hemelryk
4037098eba
MDL-30583 navigation: Added setting to control display of front page activities on the navigation
2012-01-09 09:49:34 +13:00
Petr Skoda
9fcbc4640d
MDL-31005 fix strict coding style warning in context_helper
...
PHP54 compatibility
2012-01-08 15:39:03 +01:00
Petr Skoda
1fb6f5ab67
MDL-30717 update user->timemodified in update_user_record()
2012-01-08 15:03:53 +01:00
Petr Skoda
549a8b74b3
MDL-30717 add missing time created info in create_user_record()
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 15:03:52 +01:00
Petr Skoda
e7157a0054
MDL-30928 include course and user deletion time in event
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 14:29:18 +01:00
David Mudrak
68e550e6b2
MDL-30966 print_object() output made CLI-friendly
2012-01-06 22:48:12 +01:00
Tim Hunt
c2f5e2ab81
MDL-30635 enable standard cron for all question and quiz plugin types.
...
* Support for old non-standard cron for quiz reports dropped. (Standard
cron support was added in 2.2
* Cron support added for qbehaviour, qformat and quizacces plugins.
* qtypes were already supported in the standard way.
2012-01-06 18:42:35 +00:00
Dan Marsden
0f6d934941
MDL-31043 allow themes to set custommenu instead of using global settings
2012-01-06 12:48:01 +13:00