Frederic Massart
a439b2f9b4
MDL-40465 libraries: Deprecate fetch_context_capabilities()
2013-07-11 14:33:25 +08:00
Mark Nelson
6c89d4e1c0
MDL-40431 libraries: deprecated get_context_url()
2013-07-11 13:23:45 +08:00
Adrian Greeve
329846f198
MDL-40430 - Libraries: Deprecate print_context_name().
2013-07-09 16:11:55 +08:00
Rajesh Taneja
7f5b51c4e6
MDL-40404 Libraries: Deprecated get_parent_contextid()
2013-07-09 14:33:21 +08:00
Petr Škoda
1415127ebc
MDL-40337 fix some more deprecated calls in role code
2013-06-27 22:41:14 +02:00
Petr Škoda
5089cca0b4
MDL-40337 use full frankenstyle in get_string() calls
2013-06-27 22:17:46 +02:00
Petr Škoda
07364397cd
MDL-40337 fix remaining code checker troubles in admin/roles/*
2013-06-27 22:17:45 +02:00
Petr Škoda
282ed3e5d9
MDL-40337 cleanup users roles code
2013-06-27 22:17:45 +02:00
Petr Škoda
72de139a6e
MDL-40337 cleanup role permissions code
2013-06-27 22:17:45 +02:00
Petr Škoda
d7797b7924
MDL-40337 cleanup role override code
2013-06-27 22:17:45 +02:00
Petr Škoda
06a0a2955e
MDL-40337 cleanup role manage UI
2013-06-27 22:17:45 +02:00
Petr Škoda
bb061951a0
MDL-40337 cleanup role definition code
2013-06-27 22:17:45 +02:00
Petr Škoda
aac13d6728
MDL-40337 cleanup role assign pages
2013-06-27 22:17:45 +02:00
Petr Škoda
67ab75e521
MDL-40337 cleanup role allow pages
2013-06-27 22:17:45 +02:00
Petr Škoda
d6c4544d63
MDL-40337 cleanup admin select UI
2013-06-27 22:17:44 +02:00
Petr Škoda
bc7b53fb49
MDL-40337 use class loader for admin/roles/*
2013-06-27 22:17:44 +02:00
Petr Škoda
4dd680c74e
MDL-17081 allow role reset to self
...
The use case is importing of incomplete XML preset - keep current + preset changes. This also discards any pending changes.
2013-06-25 15:15:46 +02:00
Petr Škoda
8c6b980803
MDL-17081 fix invalid role XML schema
2013-06-25 10:18:22 +02:00
Petr Škoda
fcd75b6e6d
MDL-17081 store also CAP_INHERIT in role export files
2013-06-25 00:24:55 +02:00
Petr Škoda
5e72efd498
MDL-17081 add role export/import
...
This includes improved role creation, allowed roles are editable and other improvements.
2013-06-24 12:40:59 +02:00
Marina Glancy
a5f82c5b21
MDL-38309 Substitute usage of print_tabs() with renderable tabtree
2013-04-15 12:13:13 +10:00
Rajesh Taneja
9a51c3d95c
MDL-36395: Converted hard-coded MAX_USER_PER_PAGE to config setting
...
course, cohort, enrol, role, groups and forum used to use hard-coded
MAX_USERS_PER_PAGE=100 for rendering user list. This has been converted
to $CFG->maxusersperpage.
2013-03-12 17:14:53 +08:00
Sam Hemelryk
502e785311
Merge branch 'w04_MDL-37638_m25_rolecloning' of git://github.com/skodak/moodle
2013-01-28 18:00:07 +13:00
Sam Hemelryk
682a1c0108
Merge branch 'w04_MDL-37728_m25_roledef' of git://github.com/skodak/moodle
2013-01-28 17:25:51 +13:00
Petr Škoda
ba4b17dc55
MDL-37728 show role risks
2013-01-27 14:55:06 +01:00
Petr Škoda
c7e2e4d5d1
MDL-37728 list only relevant capabilities when reviewing role permissions
2013-01-27 14:29:27 +01:00
Petr Škoda
3b00599bb6
MDL-37728 show allow matrix info in role overview
2013-01-27 14:14:32 +01:00
Petr Škoda
019b77cd7e
MDL-37638 fix name of duplicate role
2013-01-25 19:35:40 +01:00
Rossiani Wijaya
6fc61f2d08
MDL-36554 Admin settings: make tables class consistent throughout admin settings
2013-01-14 10:10:54 +08:00
Eloy Lafuente (stronk7)
e24d97f944
MDL-35381 added consistent sorting to the new selector (MDL-34657)
2012-11-06 00:44:42 +01:00
Petr Škoda
9f7b195fe6
MDL-35381 limit teachers to do permissions checks of enrolled users only
2012-11-06 00:08:13 +01:00
Tim Hunt
d0577078fa
MDL-34657 system admins: main admin mis-identified in the UI.
2012-10-04 11:44:50 +01:00
Tim Hunt
a957e97f2f
MDL-34657 user sorting: minor niggles found while testing.
2012-09-27 17:44:38 +01:00
Tim Hunt
6dde374acf
MDL-34657 admin user selector: options were lost for ajax searches.
...
The subclass constructor must pass through the pass through any name or
options.
2012-09-27 16:32:54 +01:00
Tim Hunt
9695ff811b
MDL-34657 user sorting: consistent sorting everywhere.
...
This commit coverts everything in the codebase to use the new
users_order_by_sql function when sorting lists of users. More details in
the bug.
Note that this does not change places where users are displayed in a
sortable table, and the sort order comes from the table.
2012-09-27 12:41:42 +01:00
Ankit Agarwal
d197ea4300
MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id()
2012-08-24 11:30:10 +08:00
Petr Škoda
cb94adc252
MDL-34776 improve multiple "NOT IN" enrolment and role related queries
2012-08-18 09:56:25 +02:00
Tim Hunt
970e01ba24
MDL-34705 role assignments list: should link to contexts.
...
This will make Admin's lives a bit easier.
2012-08-02 17:44:43 +01:00
Dan Poltawski
0cbeea2b96
Merge branch 'MDL-34455-master-integration' of git://github.com/FMCorz/moodle
2012-07-24 16:01:00 +08:00
Aparup Banerjee
acb88dbed3
Merge branch 'wip-mdl-32942' of git://github.com/rajeshtaneja/moodle
2012-07-24 12:14:17 +08:00
Frederic Massart
bf006d2c15
MDL-34455 Libraries: Replaced deprecated get_context_instance()
2012-07-23 14:33:02 +08:00
Dan Poltawski
a5c8e33122
Merge branch 'wip-mdl-32945' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:35:24 +08:00
Rajesh Taneja
405aca3532
MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT
2012-07-19 15:46:10 +08:00
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Tim Hunt
ab0c7007c5
MDL-23219 check permissions: show relevant role-assignments.
...
Adding this list of role assignments should make it much easier for
admins to work out why, when the permissions shown in the check
permisisons page are now what they expect.
I thought about making the links go more directly to, for example, the
assign roles pages for each context, but because of things like
enrolments in courses that is hard. It is only two clicks to go to the
context, then click the right link in the settings block there.
I also re-orderd some of the code in check.php to try to get all the DB
code before all the output code.
2012-07-13 15:16:57 +01:00
Petr Skoda
c52551dc3c
MDL-8249 localise standard role names and descriptions if empty
2012-07-06 08:22:34 +02:00
Sam Hemelryk
6669b8e91e
MDL-32872 tool_roles: Fixed up navigation on user roles page
2012-05-14 08:54:50 +12:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fee75c2416d71bae7583fd026b9ccabb.
2012-04-11 17:18:58 +12:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00