Andrew Robert Nicols
73c932022f
MDL-31242 Prevent redefinition of MOODLE_INTERNAL when loading multiple YUI modules from Moodle
2012-01-19 18:35:39 +01:00
Eloy Lafuente (stronk7)
fe0bc2e0be
MDL-31006 revert partially @ get_config()
...
The change from null to stdClass() in get_config() was leading to:
1) unit tests not passing.
2) non-equivalent evaluation in conditions (null evals false,
stdClassi() evals true)
2012-01-19 18:35:39 +01:00
AMOS bot
63abec4487
Automatically generated installer lang files
2012-01-19 18:35:39 +01:00
Petr Skoda
53a18ea433
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-19 18:35:39 +01:00
Petr Skoda
d76b718d84
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-19 18:35:39 +01:00
Petr Skoda
a289d672b6
MDL-31213 fix incorrect modifications of quickforms attributes
2012-01-19 18:35:38 +01:00
AMOS bot
983342b0df
Automatically generated installer lang files
2012-01-19 18:35:38 +01:00
Eloy Lafuente (stronk7)
2293fcb099
MDL-31196 quiz stats - fix version out of sync introduced recently
...
Pointing to current master version as requirement (2012020200)
2012-01-19 18:35:38 +01:00
Aparup Banerjee
f389db4bc8
MDL-3054 quiz : correcting currentpage to unsigned
2012-01-19 18:35:38 +01:00
Aparup Banerjee
605d75a07d
MDL-30929 fixed spelling mistake in string.
2012-01-19 18:35:38 +01:00
Petr Skoda
25af2aa663
MDL-31142 fix textlib::substr() performance, invalid length in iconv_substr; use mbstring by default
2012-01-19 18:35:38 +01:00
Petr Skoda
c12210514b
MDL-30929 detect incorrect major version upgrades
2012-01-19 18:35:38 +01:00
Sam Hemelryk
17f15e2053
MDL-31011 course: Fixed typo in comment
2012-01-19 18:35:38 +01:00
Mary Evans
fb5bbc1d42
MDL-29724-update login page layout for all themes
2012-01-19 18:35:38 +01:00
Aparup Banerjee
b645d61910
MDL-3054 quiz : cleaned whitespaces.
2012-01-19 18:35:38 +01:00
Mayank Gupa
66fa04fca2
MDL-30578, Updating CMILongIdentifer read comments at tracker
2012-01-19 18:35:37 +01:00
Mayank Gupa
4bc60a5b80
MDL-30578, Updating CMILongIdentifer to check for valid URI (RFC 3986 [6]) and URN syntax as per RFC 2141 [3]
2012-01-19 18:35:37 +01:00
Petr Skoda
d8488e27ac
MDL-29102 fix notice when auto-creating groups in existing grouping
2012-01-19 18:35:37 +01:00
Petr Skoda
90876da7fa
MDL-31171 fix blog attachment serving in BLOG_USER_LEVEL
2012-01-19 18:35:37 +01:00
Petr Skoda
6dd4f20261
MDL-31011 fix report links in logs
2012-01-19 18:35:37 +01:00
Petr Skoda
11323017d5
MDL-31035 fix showuseridentity notice before settings upgrade
2012-01-19 18:35:37 +01:00
Petr Skoda
8aaa2370bc
MDL-21992 fix custom scripts on https pages and CLI
2012-01-19 18:35:37 +01:00
Petr Skoda
716cd6b507
MDL-31161 fix notice when checking plugin requirements
...
Credit goes to Joseph Rézeau, thanks.
2012-01-19 18:35:36 +01:00
Petr Skoda
27630d8b5b
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-19 18:35:36 +01:00
Petr Skoda
9627c1cd1b
MDL-31170 fix automatic blog blocks hiding/unhiding after blog level change
2012-01-19 18:35:36 +01:00
Petr Skoda
36650bdb43
MDL-31092 send localised new account emails
2012-01-19 18:35:36 +01:00
Petr Skoda
401dc2429f
MDL-31166 do not try to cleanup data root paths in CLI install script
...
PARAM_TYPE can not be used for full OS paths. Admins have to enter correct data there, if not they get directory creation error.
2012-01-19 18:35:36 +01:00
Petr Skoda
11f06bd7f6
MDL-31165 fix InnoDB conversion query to use ENGINE parameter instead of legacy TYPE
2012-01-19 18:35:36 +01:00
AMOS bot
fab02dd630
Automatically generated installer lang files
2012-01-19 18:35:36 +01:00
Mary Evans
cd2e6b2050
MDL-31164-Fixes Sky High theme truncates report-Part2
2012-01-19 18:35:36 +01:00
Petr Skoda
19df6d4fae
MDL-31109 fix maintenance link value in get_string()
2012-01-19 18:35:36 +01:00
Petr Skoda
3a652da73a
MDL-31117 delete obsolete TODO
...
This TODO was added when we were still using moodledata folder for group images, it is not relevant any more because group images are in new file API which supports DB transaction rollbacks.
2012-01-19 18:35:36 +01:00
Petr Skoda
bbb2879217
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-19 18:35:35 +01:00
Petr Skoda
fded199e57
MDL-27165 fix broken confirmed user filtering
2012-01-19 18:35:35 +01:00
Petr Skoda
929fbc701b
MDL-30891 fix invalid hardcoded capability check when disable legacy files repo
2012-01-19 18:35:35 +01:00
Petr Skoda
5c2abc463f
MDL-31053 fix invalid context preloading in get_user_capability_course()
2012-01-19 18:35:35 +01:00
Petr Skoda
a75386fba6
MDL-31124 reinstroduce accidentally removed restore code for 1.9 backups
2012-01-19 18:35:35 +01:00
Mary Evans
7a00d6cbc6
MDL-31144-fixes hidden Navigation block menu items when docked
2012-01-19 18:35:35 +01:00
Dan Poltawski
8e41bae41e
MDL-29091 quiz - switch to use moodle_url::out_as_local_url
2012-01-19 18:35:35 +01:00
Dan Poltawski
34c0d46e94
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-19 18:35:34 +01:00
Marina Glancy
a519d915bf
MDL-31072: Added indexes to table role_assignments to speed up work in many-users-many-contexts environments
2012-01-19 18:35:34 +01:00
Marina Glancy
037ef684a3
MDL-31072: Fixed bug causing memory overflow for many-user systems:
...
when function find_users was supposed to be used for user validation but no userids were passed to it, it retrieved all users in the system.
This caused memory overflow on systems with too many users (like moodle.org).
Now we make sure that find_users is not called for validation if there is nobody to validate.
Also improved query inside find_users to make it work faster
2012-01-19 18:35:34 +01:00
Marina Glancy
41fb628f93
MDL-31060: removed unnecessary fields from query which also caused problems in MSSQL
2012-01-19 18:35:34 +01:00
Sam Hemelryk
702cb900c3
MDL-31025 navigation: When calling load_section_activities you must provide an array of activities not course_modinfo
2012-01-19 18:35:34 +01:00
sam marshall
90021290ee
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-19 18:35:34 +01:00
Charles Fulton
4e2f2faf9f
MDL-3054 record the current page of a quiz attempt
2012-01-19 18:35:34 +01:00
Tim Hunt
abd738223c
MDL-31143 quiz reports: average grade of null causes php error.
2012-01-19 18:35:34 +01:00
Tim Hunt
f572ec93af
MDL-31135 question instances report: 'All' option broken
2012-01-19 18:35:33 +01:00
Jonathon Fowler
00f265c4d9
MDL-31130 question bank: toggling show all / 20 per page broken.
2012-01-19 18:35:33 +01:00
Tim Hunt
425342ced4
MDL-31102 question preview: fix HTML validation errors.
2012-01-19 18:35:33 +01:00