Aparup Banerjee
072844a158
Merge branch 'wip-mdl-37339' of git://github.com/rajeshtaneja/moodle
2013-01-22 16:28:31 +08:00
Rajesh Taneja
68e12697a3
MDL-35780 Administration: current user email should be always displayed on participants page
2013-01-17 11:56:47 +08:00
Rajesh Taneja
3ac4ad0050
MDL-37339 Administration: Unique custom profile should not be checked if it's empty.
...
Currently we have two options for custom profile fields 'Unique' and 'Required'
If value s not entered for unique and not required field then we should allow
duplicate empty values. If value is entered then we should check for unique input.
In case field is unique and required then it should be always checked as required
field can't be empty.
2013-01-16 09:44:32 +08:00
Eloy Lafuente (stronk7)
493d8f781c
Merge branch 'MDL-37354-master' of git://github.com/mouneyrac/moodle
...
Conflicts:
message/tests/externallib_test.php
2013-01-15 21:50:31 +01:00
Dan Poltawski
2773aa41de
Merge branch 'MDL-30070-master' of git://github.com/FMCorz/moodle
2013-01-15 16:04:57 +08:00
Frederic Massart
d6731600c8
MDL-30070 message: Web Services for contact list
2013-01-15 16:04:00 +08:00
Dan Poltawski
b1be977406
Merge branch 'w02_MDL-29596_m25_editauth' of git://github.com/skodak/moodle
2013-01-15 12:43:59 +08:00
Sam Hemelryk
9abf0ed1dc
Merge branch 'wip-mdl-35780' of git://github.com/rajeshtaneja/moodle
2013-01-14 11:00:00 +13:00
Petr Škoda
c5772ede5b
MDL-29596 use optgroups to highlight enabled auth plugins
2013-01-13 16:52:05 +01:00
Rajesh Taneja
96214a49ec
MDL-35780 Administration: email display on user profile view page will respect user capability
2013-01-11 09:33:28 +08:00
Andrew Robert Nicols
632f3effdb
MDL-36600 Add missing sesskey check when previewing the message
2013-01-10 10:18:56 +08:00
Jerome Mouneyrac
fb695f6e3d
MDL-37354 clean return value for each externallib PHPUnit tests
2013-01-09 13:47:01 +08:00
Sam Hemelryk
3913743aa3
Merge branch 'MDL-35443-wip' of git://github.com/mouneyrac/moodle
2013-01-09 10:20:46 +13:00
Andrew Robert Nicols
60fb0ef8a9
MDL-36600 user: improve course messaging checks
2013-01-09 09:21:35 +13:00
Simon Coggins
fd1d829500
MDL-35991 - use PARAM_LOCALURL for local urls
2013-01-07 10:09:20 +08:00
Petr Škoda
d2fec87baf
MDL-37233 do not show skype status icon on https sites
...
Funny that the same company that implemented the IE security warnings is unable to set up SSL on the Skype status server…
2012-12-21 17:26:36 +01:00
Thanh Le
31f4086460
MDL-36259 course short names: ensure it displays when enabled in admin
...
Fixed 5 Moodle pages that does not display the course short name even if "Display extended course names" setting is on. In fixing this, search.php also included related minor code to change to minimise DB calls to improve performance.
2012-12-15 10:44:34 +00:00
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
Jerome Mouneyrac
c70b9853da
MDL-35543 modify get_users to get_users_by_field (more complex search function named get_users will be implemented later - focussing yet on retrieving user info for a specified field)
2012-10-30 11:36:29 +08:00
Dan Poltawski
f6110392f1
Merge branch 'MDL-35880-master' of git://github.com/ankitagarwal/moodle
2012-10-29 14:35:21 +08:00
Fábio Souto
8647711201
MDL-29938 implement core_user_get_users as unification
...
unifies core_user_get_users_by_id and get_course_user_profiles
Conflicts:
user/lib.php
2012-10-29 12:00:40 +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