Eloy Lafuente (stronk7)
ed6af81b50
Merge branch 'w04_MDL-31181_m22_fitlertestcfg' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-23 01:04:17 +01:00
Eloy Lafuente (stronk7)
984616805e
MDL-31329 timezones: updated to 2011n
2012-01-22 21:32:07 +01:00
Petr Skoda
ea5214d534
MDL-31181 fix missing global $CFG that was breaking unit test teardown
2012-01-21 17:08:43 +01:00
Petr Skoda
caa4912f70
MDL-31208 fix obsolete get_record_sql() parameter
...
Credit goes to Rajesh Taneja.
2012-01-21 11:36:52 +01:00
Petr Skoda
68d4c5bc1f
MDL-31238 remove now unnecessary null to stdClass conversion for plugin settings
2012-01-21 11:17:18 +01:00
Petr Skoda
057d39bbc1
MDL-31238 always return object for plugin settings from get_config()
...
This prevents multiple creations of objects from NULL which is note a warnings in php54
2012-01-21 11:17:18 +01:00
sam marshall
125e250a85
MDL-29896 Navigation: Make links, files clickable in nav block
2012-01-20 10:33:05 +00:00
Marina Glancy
e58dbe0fe8
MDL-28352: Fixed bug in html_writer::select_time causing not autoselecting month
2012-01-20 16:27:39 +08:00
Sam Hemelryk
135de8d007
MDL-31197 navigation: Fixed issue withing require_login for courses that are hidden or unavailable
2012-01-20 12:51:48 +08:00
Davo Smith
6d3c3b02a6
MDL-31113 filemanager element - refresh file list from server on load
2012-01-19 19:50:05 +00:00
sam marshall
54b1dc4950
MDL-31122 Navigation: Do not show week in navigation if it contains only labels
2012-01-19 14:46:34 +00:00
Eloy Lafuente (stronk7)
4416991914
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-18 02:11:53 +01:00
Petr Skoda
a1317d1b99
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:09 +01:00
Petr Skoda
88e2bbae6d
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:04:45 +01:00
Eloy Lafuente (stronk7)
2aa4f06a88
Merge branch 'w03_MDL-31213_m22_attributesmess' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 12:37:28 +01:00
Petr Skoda
fc0a71999e
MDL-31213 fix incorrect modifications of quickforms attributes
2012-01-17 11:21:10 +01:00
Eloy Lafuente (stronk7)
14a49d6d28
Merge branch 'w03_MDL-31053_m22_contextpreloading' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 02:26:25 +01:00
Eloy Lafuente (stronk7)
b837c9e84d
Merge branch 'w03_MDL-31127_m22_switchaccessinit' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 02:11:36 +01:00
Eloy Lafuente (stronk7)
87be88ad2f
Merge branch 'w03_MDL-31142_m22_slowiconv' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 01:39:07 +01:00
Eloy Lafuente (stronk7)
27dd6a7c57
Merge branch 'w03_MDL-31171_m22_blogattachment' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 01:32:17 +01:00
Eloy Lafuente (stronk7)
9690f66447
Merge branch 'w03_MDL-31170_m22_blogblocks' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 00:55:45 +01:00
Petr Skoda
76917f764f
MDL-31142 fix textlib::substr() performance, invalid length in iconv_substr; use mbstring by default
2012-01-16 09:17:36 +01:00
Sam Hemelryk
735d8ce2ce
Merge remote-tracking branch 'skodak/w03_MDL-30958_m22_yuissl' into MOODLE_22_STABLE
2012-01-16 14:56:06 +08:00
Aparup Banerjee
7b3dae9096
Merge branch 'w03_MDL-21992_m22_customscripts' of https://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-16 14:48:16 +08:00
Sam Hemelryk
6f960202e7
Merge remote-tracking branch 'skodak/w03_MDL-31035_m22_identitynotice' into MOODLE_22_STABLE
2012-01-16 14:38:36 +08:00
Sam Hemelryk
6bf567100a
Merge branch 'MDL-31040-MOODLE_22_STABLE-3' of git://git.luns.net.uk/moodle into MOODLE_22_STABLE
2012-01-16 10:59:41 +08:00
Petr Skoda
5274209ac1
MDL-31171 fix blog attachment serving in BLOG_USER_LEVEL
2012-01-15 19:11:41 +01:00
Petr Skoda
7e6f69b9af
MDL-31035 fix showuseridentity notice before settings upgrade
2012-01-15 17:13:11 +01:00
Petr Skoda
7991c4c000
MDL-21992 fix custom scripts on https pages and CLI
2012-01-15 16:00:45 +01:00
Petr Skoda
a2c5642872
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:25:01 +01:00
Petr Skoda
fde76de588
MDL-31170 fix automatic blog blocks hiding/unhiding after blog level change
2012-01-15 13:40:37 +01:00
Petr Skoda
a5a993abc2
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:15:17 +01:00
Petr Skoda
182f5cc6f6
MDL-31053 fix invalid context preloading in get_user_capability_course()
2012-01-14 21:36:32 +01:00
Andrew Robert Nicols
87b8419f80
MDL-31040 Correct LTR language issue and inconsistency in display
2012-01-12 14:01:51 +00:00
Tim Hunt
7ecee68542
MDL-26469 upgrade: cope with modules that do not set $module->cron.
2012-01-11 19:08:13 +01:00
Tim Hunt
18930123e3
MDL-26469 upgrade: module cron setting not updated.
2012-01-11 14:04:16 +00:00
Eloy Lafuente (stronk7)
e516577ec7
Merge branch 'MDL-31101_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-10 23:35:15 +01:00
Tim Hunt
8261570853
MDL-31101 format_string: Don't mangle < and > in strings like x < 1.
2012-01-10 14:54:40 +00:00
Sam Hemelryk
da744e0065
Merge branch 'w02_MDL-31005_m22_contextlevelname' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-09 16:12:38 +13:00
Sam Hemelryk
5dff4c565f
Merge branch 'w02_MDL-30717_m22_usercreated' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-09 14:03:00 +13:00
Sam Hemelryk
0ca7b84953
MDL-30928 lib: Fixed whitespace
2012-01-09 13:57:23 +13:00
Sam Hemelryk
995294dfa3
Merge branch 'w02_MDL-30928_m22_deletetimes' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-09 13:48:37 +13:00
Eloy Lafuente (stronk7)
f35cacdc83
Merge branch 'MDL-30966-print-object_22_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_22_STABLE
2012-01-09 00:33:31 +01:00
Petr Skoda
05042a7ed8
MDL-31005 fix strict coding style warning in context_helper
...
PHP54 compatibility
2012-01-08 15:42:34 +01:00
Petr Skoda
2824832a18
MDL-30717 update user->timemodified in update_user_record()
2012-01-08 15:04:06 +01:00
Petr Skoda
17330e8aae
MDL-30717 add missing time created info in create_user_record()
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 15:04:05 +01:00
Petr Skoda
dfff77eedd
MDL-30928 include course and user deletion time in event
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 14:30:06 +01:00
David Mudrak
b886841fc8
MDL-30966 print_object() output made CLI-friendly
2012-01-06 22:47:11 +01:00
Tim Hunt
25200f80f7
MDL-30635 let quiz reports do cron in the standard way.
...
The old legacy way is still supported in 2.2, but this support will be
dropped in 2.3.
2012-01-06 18:13:13 +00:00
Petr Skoda
6357d61912
MDL-30945 add support for unenrolling of individual users + code cleanup
2012-01-04 01:53:33 +01:00