Sam Hemelryk
456e4852c6
user-selector MDL-21537 Refactored JS to make use of YUI3
...
* YUI3 used instead of YUI2, converted all YUI2 components to YUI3 equivalents.
* Renamed user/selector/script.js to module.js
* Converted uses of the the user selector to YUI3 + the new events
2010-03-23 07:38:32 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
deaa8a19d8
MDL-21859 fixed sesskey protection on email actions
2010-03-18 22:54:17 +00:00
Petr Skoda
871e5728e2
MDL-21830 Prevent users from viewing names of all other site users - only teachers with role assign see the full name of not enrolled users when trying to access the profile
2010-03-18 22:15:41 +00:00
Petr Skoda
01a2ce80ec
MDL-21710, MDL-21711 new permissions evaluation and overriding UI
2010-03-07 09:28:54 +00:00
Petr Skoda
822eccef12
MDL-14632 regression fix - readding user tabs that were removed without any replacement
2010-02-28 15:47:47 +00:00
Petr Skoda
b3763bf6a7
fixed regression - readding user edit tabs, those are really necessary :-D
2010-02-27 23:05:17 +00:00
Petr Skoda
26acc814eb
MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api
2010-02-18 18:15:56 +00:00
Petr Skoda
8cea545e0b
MDL-20204 started refactoring of html_table + more cleanup
2010-02-17 19:33:24 +00:00
Petr Skoda
929d7a8362
MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits
2010-02-17 16:59:41 +00:00
Sam Hemelryk
5e8c5b20f9
user MDL-20204 Regression, fixed link to JS file that has been removed
2010-02-17 03:49:20 +00:00
Petr Skoda
c63923bddb
MDL-20204 converted action_icon
2010-02-16 16:24:49 +00:00
jerome mouneyrac
6f49f6c0c7
webservice MDL-21527 update_users ws function : remove user preferences, we should create a specific set_user_preferences ws function
2010-02-16 03:46:13 +00:00
jerome mouneyrac
9baf3a7b65
webservice MDL-21527 update_users ws function supports customfields now (MDL-20616 patch needs to be committed in order to use the test client)
2010-02-15 08:56:51 +00:00
jerome mouneyrac
b721742a15
webservice MDL-21351 add creator field to security keys page
2010-02-12 07:30:44 +00:00
jerome mouneyrac
1bd06507df
webservice MDL-21351
...
Manage token page: user should be linked to their user profil
Security keys page: display token created by administrator
Manage service page: rewording :
Authorised user only => user
2010-02-12 04:14:26 +00:00
Petr Skoda
2ea5695148
MDL-20204 converted select + JS on participation page
2010-02-11 09:12:17 +00:00
jerome mouneyrac
fb79269bef
webservice MDL-20808 add user lib.php, add web service user functions, rename $usercustomfields variable into profile_user_record() function
2010-02-11 04:02:04 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
Petr Skoda
41912a261f
MDL-21400 converting JS set_user_preference to M namespace and YUI3
2010-02-06 15:20:24 +00:00
Rossiani Wijaya
d3d393ab37
MDL-21226 - add 'timecreated' column to user table. During an update, the column will copy the value from 'firstaccess' column. if the account never been access, it will be set to current time of the update.
...
also, modified the files for signup, add new user, and upload user to initialize the value of timecreated field.
2010-02-03 04:25:20 +00:00
Petr Skoda
2d65597b6c
MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead
2010-01-26 09:32:21 +00:00
Petr Skoda
9598d578bb
MDL-21420 modole_cfg converted to M.cfg
2010-01-21 22:19:46 +00:00
jerome mouneyrac
94e90ab7b7
webservice MDL-21351 web service token profil page become security keys page, the tokens are now automatically generated.
2010-01-19 08:16:57 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Sam Hemelryk
ad1e8f13b6
user MDL-19786 set pagelayout so that blocks are shown again
2010-01-18 05:00:17 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
3ff163c597
MDL-21235 html_writer now supports select form elements
2010-01-16 17:00:22 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
0f4c64b79f
MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon
2010-01-14 22:10:20 +00:00
David Mudrak
3bf11ca479
MDL-21346 fixed various print_password_policy() issues, merged from 1.9
2010-01-14 20:53:06 +00:00
jerome mouneyrac
4387eead79
webservice MDL-20805 fix token table display in the user profil
2010-01-14 08:46:10 +00:00
jerome mouneyrac
d69f5012c9
webservice MDL-20805 fix sql column naming
2010-01-14 08:40:32 +00:00
Rossiani Wijaya
f406544713
removing extra validation for extended username characters.
2010-01-14 02:29:26 +00:00
jerome mouneyrac
bff11d2953
webservice MDL-20805 add token authentication method to test client (+ use token constant)
2010-01-13 10:10:27 +00:00
Rossiani Wijaya
07ed083e4e
MDL-16919 - Allow username to contain alphanumeric lowercase characters, underscore (_), hyphen (-), period (.) or at symbol (@)
2010-01-13 06:23:54 +00:00
jerome mouneyrac
5eacbd4be4
webservice MDL-20805 added token creation page in user profil (with service required capability check and moodle/webservice:createtoken capibility check)
2010-01-12 10:34:52 +00:00
Penny Leach
5f08e124da
mnet MDL-18759 detect the case where a user profile is not fully set up for a remote user more elegantly
2010-01-12 02:58:53 +00:00
Rossiani Wijaya
851481dcef
MDL-20949 printing out password policy requirements on signup, change password and edit user profile.
2010-01-06 06:49:16 +00:00
Petr Skoda
dc6896efe0
MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-)
2010-01-03 20:47:13 +00:00
Petr Skoda
5c2ed7e215
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
2010-01-03 15:46:14 +00:00
Petr Skoda
8ae8bf8a14
MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions
2010-01-02 13:17:54 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Eloy Lafuente
2944c6c182
NOBUG: Whitespace and XHTML ; merged from 19_STABLE
2009-12-29 19:36:08 +00:00
Eloy Lafuente
1fe2e2ded2
MDL-21203 delete dupe code - Credit goes to Antoine G ; merged from 19_STABLE
2009-12-28 14:34:50 +00:00
Petr Skoda
812dbaf7d5
MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars
2009-12-27 19:47:21 +00:00
Sam Hemelryk
7a7e209df0
navigation MDL-20649 Revised the way in which navigation works for users
...
When logged in there is a my moodle dashboard branch, when viewing a site profile there is a users branch, and when viewing a course profile there the user is shown under the participants branch
2009-12-23 01:22:48 +00:00
Andrew Davis
bf1ac6d9ae
group MDL-20005 added display of other groups users are in
2009-12-21 08:13:50 +00:00
Dongsheng Cai
cf98da1a48
"MDL-15502, added a filter to selec users who have never logged in, merged from 1.9, credits to Anthony Borrow"
2009-12-18 05:37:41 +00:00
Petr Skoda
2f67a9b3a5
MDL-20700 whitespace terror returns yet again
2009-12-16 22:22:37 +00:00