Eloy Lafuente (stronk7)
b5d155a417
MDL-34657 gropus UI: delete unused var.
2012-10-04 23:49:12 +02:00
Tim Hunt
70f5ed370f
MDL-34657 gropus UI: sort existing group memebers.
2012-10-04 11:45:56 +01:00
Dan Poltawski
624feda48d
Merge branch 'MDL-35680' of git://github.com/timhunt/moodle
2012-10-02 09:52:12 +08:00
Eloy Lafuente (stronk7)
8614cd72f0
Merge branch 'MDL-34657' of git://github.com/timhunt/moodle
2012-10-01 23:22:39 +02:00
Eloy Lafuente (stronk7)
c3f06aacef
Merge branch 'MDL-34971-wip' of git://github.com/mouneyrac/moodle
2012-10-01 12:48:48 +02:00
Eloy Lafuente (stronk7)
b699278773
Merge branch 'MDL-35644' of git://github.com/mouneyrac/moodle
2012-10-01 12:45:51 +02:00
Tim Hunt
e783cc45ae
MDL-35680 user selector: more usable when queries are slow.
...
The problem is to do when you pause a bit, so a search starts, and then
type a bit more before the search finishes. It was behaving like this:
1. Type a bit, then pause.
2. First search request sent.
3. Type a bit more, then pause.
4. Second search request sent.
5. First search request completes.
6. You try to select one result.
7. Second search request comples, overwriting what you are selecting.
This fix works by cancelling the first request before sending the
second.
2012-09-27 19:03:34 +01:00
Tim Hunt
de867fa36e
MDL-34657 user selector: bug with "keep non-matching selected users"
2012-09-27 16:41:50 +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
Jerome Mouneyrac
acf6459645
MDL-35644 user_get_details: admin should be able to see description
2012-09-26 14:24:29 +08:00
Jerome Mouneyrac
36a7059542
MDL-34971 PHPunit test: user/externallib.php
2012-09-26 14:16:19 +08:00
David Monllao
d11f12f646
MDL-30901 user Removing user->screenreader setting
2012-09-21 09:23:32 +08:00
Ankit Agarwal
607fdfc344
MDL-33374 profile: Use correct text for buttons when creating a new user
2012-09-07 10:19:48 +08:00
Eloy Lafuente (stronk7)
519fb0b878
Merge branch 'wip-mdl-34606' of git://github.com/rajeshtaneja/moodle
2012-09-04 02:08:54 +02:00
Sam Hemelryk
cc21d0ff6e
MDL-26822 user: Minor improvements post integration
2012-09-03 11:41:07 +12:00
Sam Hemelryk
0363a5b3fa
Merge branch 'MDL-26882-master' of git://github.com/ankitagarwal/moodle
2012-09-03 11:40:29 +12:00
Aparup Banerjee
730d005383
Merge branch 'MDL-31959' of git://github.com/rwijaya/moodle
2012-08-29 15:33:31 +08:00
Eloy Lafuente (stronk7)
238f7761af
Merge branch 'MDL-31973-master-6' of git://git.luns.net.uk/moodle
...
Conflicts:
lib/db/upgrade.php
2012-08-29 00:42:43 +02:00
Rajesh Taneja
25ac6d30f2
MDl-34606 Administration: id for clear button is set properly, and disabled on page load
2012-08-27 15:13:52 +08:00
Ankit Agarwal
b48ceab75b
MDL-26882 profile: Applying cap check (site:viewuseridentity) to email field in user profile
2012-08-27 14:48:50 +08:00
Ankit Agarwal
222ada3765
MDL-26882 profile: Apllying the cap check site:viewuseridentity to user profile
2012-08-27 14:48:50 +08:00
sam marshall
1d1917aeaa
MDL-31973 Groups: groups_members table should have 'component', 'itemid' fields
2012-08-24 15:30:13 +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
Juho Viitasalo
9ce8411317
Changed two notification to output correctly
2012-08-21 15:33:39 +08:00
Petr Škoda
cb94adc252
MDL-34776 improve multiple "NOT IN" enrolment and role related queries
2012-08-18 09:56:25 +02:00
Petr Škoda
080d05752e
MDL-34741 use 2in3 in some user TreeView
2012-08-11 20:40:04 +02:00
Rossiani Wijaya
58f85786cd
MDL-34575: fixed string typo and string duplication for label
2012-08-08 11:38:39 +08:00
Rossiani Wijaya
2134ddcba1
MDL-34575 accessibility compliance for notes: Add form input text and select tag
2012-08-03 13:39:36 +08:00
Dan Poltawski
43ff71a017
MDL-34460 - fix syntax error I introduced.
...
doh.
2012-07-31 14:46:45 +08:00
Jerome Mouneyrac
48a7b182f1
MDL-33869 user_get_user_details: add support for 'Show user identity' fields set by administrator
2012-07-31 10:24:50 +08:00
Crafton Williams
3a3f3b223f
MDL-33869 user_get_user_details: allow return of idnumber
2012-07-31 10:24:35 +08:00
Dan Poltawski
bc8db7649b
MDL-34460 - remove uncessary context retrival
...
spotted during review
2012-07-30 14:26:19 +08:00
Frederic Massart
4373103084
MDL-34460 Librairies: Replaced deprecated get_context_instance()
2012-07-26 13:23:28 +08:00
Dan Poltawski
5082d87c03
Merge branch 'wip-mdl-32940' of git://github.com/rajeshtaneja/moodle
2012-07-24 13:39:59 +08:00
Aparup Banerjee
acb88dbed3
Merge branch 'wip-mdl-32942' of git://github.com/rajeshtaneja/moodle
2012-07-24 12:14:17 +08:00
Rajesh Taneja
61cca0b7fc
MDL-32940 libraries: Replaced deprecated PARAM_NUMBER with PARAM_FLOAT
2012-07-23 17:21:05 +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
Frederic Massart
61c8e0d75f
MDL-21572 Gradebook: Do not export fields when missing permissions
2012-07-18 12:56:57 +08:00
Dan Poltawski
ae5cf02259
Merge branch 'w28_MDL-8249_m24_roletranslations' of git://github.com/skodak/moodle
2012-07-11 16:34:15 +08:00
Petr Škoda
d3c0f41160
MDL-8249 fix participant page role selection
...
Thanks Michael de Raadt for spotting this regression.
2012-07-11 10:27:14 +02:00
Dan Poltawski
e1980f8bb9
Merge branch 'w28_MDL-8249_m24_roletranslations' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 09:43:23 +08:00
Sam Hemelryk
871c06e583
Merge branch 'MDL-29538_usercond' of git://github.com/markn86/moodle
2012-07-09 11:44:39 +12:00
Petr Skoda
c52551dc3c
MDL-8249 localise standard role names and descriptions if empty
2012-07-06 08:22:34 +02:00
Sam Hemelryk
941d1fb2cc
Merge branch 'wip-mdl-32787' of git://github.com/rajeshtaneja/moodle
2012-07-04 08:26:14 +12:00
Rajesh Taneja
fc3aa0fbaf
MDL-32787 user: rule required for custom profile fields applies to all users editing own profile
2012-07-03 13:46:13 +08:00
Dan Poltawski
f884819546
Merge branch 'MDL-30903-master' of git://github.com/FMCorz/moodle
2012-07-03 11:51:04 +08:00
Dan Poltawski
606319c927
Merge branch 'w27_MDL-34036_m24_bulkrole' of git://github.com/skodak/moodle
2012-07-03 11:40:08 +08:00