Petr Skoda
ba50bd3d63
MDL-29030 fix remaining report linking hacks
...
Please note all plugin references from core should use callbacks, it is not ok to use capabilities or links to plugins because they may not be present in customised installs.
2011-11-06 12:22:50 +01:00
Petr Skoda
bb1377744c
MDL-29030 fix broken report settings support
2011-11-06 12:22:49 +01:00
Petr Skoda
e30cc24c0d
MDL-29030 make admin reports general reports
...
AMOS BEGIN
CPY [pluginname,coursereport_log],[pluginname,report_log]
CPY [pluginname,coursereport_stats],[pluginname,report_stats]
AMOS END
2011-11-06 12:22:45 +01:00
Petr Skoda
bbfdff344c
MDL-30131 improve current user enrol caching
2011-11-06 09:40:06 +01:00
sam marshall
1fdc0c6aaa
MDL-26647 (3) Support showuseridentity on Browse Users page
2011-11-04 13:57:11 +00:00
sam marshall
5c60a847f5
MDL-26647 (1) 'extrauserselectorfields' -> 'showuseridentity', add capability
...
This change:
- Renames the existing setting 'extrauserselectorfields' to 'showuseridentity'
in preparation for using it in more places. (Upgrade change, new version.)
- Adds a new capability moodle/site:viewuseridentity, now required in order
to see the extra fields; if you don't have the capability, you don't see them
- Slightly improves the display of extra fields in user selector list; it used
to be like 'sam marshall, 01234567, email@address' and is now
'sam marshall [01234567, email@address]' ie the fields are in square
brackets
- Turns feature on for the group selector - the feature was enabled for other
user selectors but not for the group selector. Tim did the disable code, he
thinks this may be to do with more people having access to group selector -
probably not a problem now it is controlled by capability.
2011-11-04 13:57:08 +00:00
Eloy Lafuente (stronk7)
e686d11257
Merge branch 'w43_MDL-29283_m22_tcpdf' of git://github.com/skodak/moodle
2011-11-01 17:23:20 +01:00
Aparup Banerjee
046391ea11
Merge branch 'w43_MDL-29923_m22_removesearch' of git://github.com/skodak/moodle
2011-10-31 10:23:59 +08:00
Sam Hemelryk
a6d832f022
Merge branch 'MDL-29978' of git://github.com/stronk7/moodle
2011-10-31 13:51:07 +13:00
Sam Hemelryk
385f30f7a7
Merge branch 'MDL-29898-master-1' of git://git.luns.net.uk/moodle
2011-10-31 12:44:05 +13:00
Petr Skoda
d0a0db4275
MDL-29283 import TCPDF to 5.9.133
...
There seem to be some problems with unicode chars unfortunately, hopefully real life documents will not hit them...
2011-10-29 08:56:26 +02:00
Petr Skoda
f68cef22b9
MDL-29923 remove all traces of experimental global search
...
Hopefully it will be replaced by something fully functional soon, see http://moodle.org/mod/forum/discuss.php?d=189023
2011-10-28 10:20:00 +02:00
Eloy Lafuente (stronk7)
3f123d9227
MDL-29978 install - dependencies must be checked against disk (target) versions
2011-10-28 01:41:04 +02:00
Petr Skoda
8d1da74863
MDL-29474 fix undefined release, phpdocs and one TODO
2011-10-27 15:07:34 +02:00
Petr Skoda
c1f55426ee
MDL-29474 fix cli upgrade regression
2011-10-27 14:04:19 +02:00
Petr Skoda
72081a6f75
MDL-29474 add env and plugin test to cli db install
2011-10-27 13:56:22 +02:00
Petr Skoda
f433088d5a
MDL-29474 fix regressions in CLI install
2011-10-27 13:55:41 +02:00
Eloy Lafuente (stronk7)
10dd4995da
Merge branch 'MDL-29474' of git://github.com/timhunt/moodle
2011-10-26 10:33:37 +02:00
Andrew Robert Nicols
3b3b8c6b0b
MDL-29898: Fix documentation for CLI DB only installer
2011-10-24 12:31:16 +01:00
Petr Skoda
73b309e6a3
MDL-28627 remove buggy and obsolete KSES cleaning
2011-10-22 09:25:06 +02:00
Tim Hunt
777781d16e
MDL-29474 plugin dependencies: fix misspelling dependancies.
2011-10-20 11:13:45 +01:00
Tim Hunt
3ba2858853
MDL-29474 admin/index.php consistent use of die();
2011-10-20 11:13:43 +01:00
Tim Hunt
faadd32696
MDL-29474 prevent install/upgrade if plugin dependancies not met.
2011-10-20 11:13:41 +01:00
Tim Hunt
cc359566fe
MDL-29474 admin index/plugins/environment pages: all ouptut code -> renderer.
2011-10-20 11:13:39 +01:00
Tim Hunt
99e1a8d21b
MDL-29474 admin envrionment page: fix boilerplate and indent.
2011-10-20 11:13:37 +01:00
Tim Hunt
da2fdc3f34
MDL-29474 update more of the admin code to use the admin renderer.
2011-10-20 11:13:35 +01:00
Tim Hunt
36ca62cab7
MDL-29474 display the dependancy information on the upgrade screen.
2011-10-20 11:13:33 +01:00
Eloy Lafuente (stronk7)
2c6da73106
MDL-29602 unittest - fixing other tests to work with new accesslib
2011-10-19 01:37:30 +02:00
Eloy Lafuente (stronk7)
c2551ed593
Merge branch 'w41_MDL-29602_m22_accesslib' of git://github.com/skodak/moodle
2011-10-18 13:15:13 +02:00
Eloy Lafuente (stronk7)
a598a8d4b1
Merge branch 'MDL-29719-master' of git://github.com/sammarshallou/moodle
2011-10-17 12:05:05 +02:00
sam marshall
7fb4699266
MDL-29719 Option to display course shortname alongside fullname on course lists
2011-10-17 10:50:59 +01:00
Sam Hemelryk
ff90023b00
Merge branch 'MDL-28170' of git://github.com/stronk7/moodle
2011-10-17 18:52:23 +13:00
Eloy Lafuente (stronk7)
77c36d4ce8
MDL-28170 environment - add new 2.2 section
...
nothing changes from 2.1 as far as it was agreed that this will be
the last version supporting 1.9 upgrade. See issue for details.
2011-10-17 02:09:46 +02:00
Eloy Lafuente (stronk7)
39b3ee70c4
MDL-29768 debugstringids new help lang string now used
2011-10-16 17:51:59 +02:00
Petr Skoda
e922fe23b6
MDL-29602 accesslib improvements
...
Refactoring and improvements of the accesslib.php library including prevention of access for not-logged-in users when forcelogin enabled, improved context caching, OOP refactoring of contexts, fixed context loading, deduplication of role definitions in user sessions, installation improvements, decoupling of enrolment checking from capability loading, added detection of deleted and non-existent users in has_capability(), new function accesslib test, auth and enrol upgrade notes.
More details are available in tracker subtasks.
2011-10-16 14:05:18 +02:00
Sam Hemelryk
356a6de351
MDL-27058 navigation: Added a setting to control whether user forum links are added
2011-10-10 10:57:02 +13:00
Stephen Bourget
7a66fb6dec
mdl-23003 XMLDB missing strings
...
Fix notices generated by editing a table name using the XMLDB editor
2011-10-06 14:10:28 -04:00
Sam Hemelryk
e06ae159ff
Merge branch 'MDL-29612' of git://github.com/stronk7/moodle.git with typo cleanup
2011-10-03 12:24:40 +13:00
Eloy Lafuente (stronk7)
428da49383
MDL-29612 xmldb editor - fix recent regression + prevent unsigned floats and numbers
2011-10-02 01:18:32 +02:00
Eloy Lafuente (stronk7)
35c4f1e26f
MDL-29611 xmldb editor - comments and whitespace cleanup
2011-10-02 00:41:55 +02:00
Eloy Lafuente (stronk7)
01b4e00161
Merge branch 'w38_MDL-29509_m22_admintool2' of git://github.com/skodak/moodle
2011-09-27 01:52:23 +02:00
Petr Skoda
5e8cc8462b
MDL-29509 fix maturity flag
2011-09-27 00:39:23 +02:00
Petr Skoda
dd51f9b1c5
MDL-29509 fix customlang upgrade script
2011-09-27 00:39:23 +02:00
Petr Skoda
be746aabfd
MDL-29509 fix small docs typos
2011-09-27 00:39:22 +02:00
Petr Skoda
d11a27bffb
MDL-29509 use appropriate requires and consistent versions for all admin tools
2011-09-27 00:39:22 +02:00
Petr Skoda
fab6f7b78e
MDL-29509 migrate DB replace to admin tools
2011-09-27 00:39:21 +02:00
Petr Skoda
3cdfaeeff9
MDL-29509 new admin tool manager UI
2011-09-27 00:39:21 +02:00
Petr Skoda
62f97dfc8c
MDL-29509 remove dangerous and obsolete dataroot purge script
...
The problem is that we would have to purge files table too, but in any case this is absolutely forbidden for production sites. People have to use command line deleting on dev sites, sorry.
2011-09-27 00:39:21 +02:00
Petr Skoda
26e629c19b
MDL-29509 new dbperf tool will have to be implemented from scratch
2011-09-27 00:39:21 +02:00
Petr Skoda
9597e00b79
MDL-29509 move timezoneimport to admin tools
...
AMOS BEGIN
MOV [configintrotimezones,core_admin],[configintrotimezones,tool_timezoneimport]
MOV [importtimezones,core_admin],[importtimezones,tool_timezoneimport]
MOV [importtimezonescount,core_admin],[importtimezonescount,tool_timezoneimport]
MOV [importtimezonesfailed,core_admin],[importtimezonesfailed,tool_timezoneimport]
MOV [updatetimezones,core_admin],[updatetimezones,tool_timezoneimport]
AMOS END
2011-09-27 00:39:20 +02:00