Adrian Greeve
5cc0c73ab2
MDL-37011 - themes: Fixed the alignment of the edit and help icon on the participants page.
2012-12-10 08:58:29 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Frederic Massart
fc5e08440a
MDL-36783 usability: Portfolio CSS for new icons
2012-11-28 14:07:43 +08:00
Aparup Banerjee
720ee26d4a
Merge branch 'wip-mdl-36767' of git://github.com/rajeshtaneja/moodle
2012-11-27 12:19:52 +08:00
Rajesh Taneja
09153efa90
MDL-36767 Administration: user_filter_yesno use different name for sql filter
...
user_filter_yesno extends user_filter_simpleselect, so if user bulk action filter has both
user_filter_simpleselect and user_filter_yesno, they use the same filter name but counter is
different as they are different classes. Hence using different filter name will avoid confilts
2012-11-27 11:52:53 +08:00
Frederic Massart
3d3c7ecfac
MDL-36630 usability: CSS related to online users block
2012-11-21 15:37:02 +08:00
Dan Poltawski
25c1b2edc4
Merge branch 'wip-MDL-36413-master' of https://github.com/nicolasconnault/moodle
2012-11-14 09:18:27 +08:00
Dan Poltawski
a56dc90320
Merge branch 'MDL-33766-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
2012-11-08 18:10:26 +08:00
Mark Nelson
3774324174
MDL-33791 Portfolio: Fixed security issue with passing file paths.
2012-11-08 00:26:13 +01:00
Nicolas Connault
dd15ef0e1b
MDL-36413 Added "this->" to exclude variable assignment
...
The this-> keyword was missing from the $exclude = array() statement.
2012-11-07 14:48:40 +08:00
Sam Hemelryk
8b03c25185
MDL-36379 user_view: fixed issue with page layout when editing was on
2012-11-06 14:01:14 +13:00
Frederic Massart
68acd1157e
MDL-33766 files: Improved validation of areamaxbytes
2012-11-01 16:47:06 +08:00
Frederic Massart
380c122fe2
MDL-33766 files: Capability to ignore userquota
2012-11-01 16:46:42 +08:00
Frederic Massart
21e3ea77a3
MDL-33766 files: Support for userquota/size limit in draft areas
2012-11-01 16:46:42 +08:00
Dan Poltawski
ef96f58535
Merge branch 'wip-mdl-35489' of git://github.com/rajeshtaneja/moodle
2012-10-30 12:11:44 +08:00
Dan Poltawski
f6110392f1
Merge branch 'MDL-35880-master' of git://github.com/ankitagarwal/moodle
2012-10-29 14:35:21 +08:00
Rajesh Taneja
5f0ba65f26
MDL-35489 users: Check added before using form data
2012-10-18 14:13:18 +08:00
Ankit Agarwal
83f31bcf87
MDL-35880 user: Adding a heading to profile edit page
2012-10-16 13:16:41 +08:00
Dan Poltawski
5def031e6f
Merge branch 'MDL-32092' of git://github.com/rwijaya/moodle
2012-10-16 10:37:52 +08:00
Aparup Banerjee
84c04ff295
Merge branch 'MDL-35776' of git://github.com/timhunt/moodle
2012-10-09 11:53:12 +08:00
Tomasz Muras
c7ece2b1ef
MDL-32092 Remove dead code from profile_field_textarea
2012-10-08 13:53:40 +08:00
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
Tim Hunt
c62488c22f
MDL-35776 user ajax: fix sort order in chrome.
...
It seems that Chrome orders fields of objects in order of array key.
Therefore we must stop using user.id in the PHP arrays, and instead
ensure that we use sequential numbers.
This commit fixes the user selector.
2012-10-03 18:46:07 +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