71 Commits

Author SHA1 Message Date
Jessica Wang
e180e825c2 bug 8787: Account page - user tab - encode account name before passing it to listUsers API. 2011-03-04 14:21:11 -08:00
Jessica Wang
2f2ea41a0d bug 8636: remove non-used code. 2011-03-03 12:59:46 -08:00
Jessica Wang
035dd38fc8 bug 8774: when disabling password hash, we also disable it during account creation, user creation, password changing. 2011-03-01 11:47:48 -08:00
Jessica Wang
24777afedb bug 8636: Add Domain Dialog - change domain dropdown to autoComplete input textbox. 2011-02-28 14:04:28 -08:00
Jessica Wang
d47b5f3a5b bug 8636: advanced search in volume page, snapshot page - change domain dropdown to autoComplete input textbox. 2011-02-28 11:01:26 -08:00
Jessica Wang
901a31c898 bug 8636: change domain dropdown to autoComplete input textbox - rename applyAutoComplete(). 2011-02-28 10:30:34 -08:00
Jessica Wang
88447a8aa2 Create account dialog - domain autoComplete - change it from case-sensitive to not case-sensitive. 2011-02-24 11:37:23 -08:00
Jessica Wang
cc77245a80 bug 8636: instance page - advanced search - change domain dropdown to input text field with autoComplete function. 2011-02-23 15:48:21 -08:00
Jessica Wang
198f8b3073 bug 8636: apply auto-complete function to domain dropdown - create shared function applyAutoComplete(). 2011-02-23 14:17:11 -08:00
Jessica Wang
5120de7bc7 bug 8374: create new shared function validateEmail(). 2011-02-22 16:09:48 -08:00
Jessica Wang
c082425b16 Account page - Add Account dialog - change domain dropdown to input text field that has autoComplete function. 2011-02-22 15:05:06 -08:00
Jessica Wang
541f216e40 bug 8575: account/alert/event/instance/IpAddress/ISO/SecurityGroup/Snapshot/Template/Volume page - when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:41:54 -08:00
Jessica Wang
673931dde4 account page - create account - encode accountName before sending to CreateAccount API. 2011-02-11 14:57:34 -08:00
Jessica Wang
f8ffdda377 Account page - implement refresh button on right panel to refresh only the right panel (i.e. only the selected item in middle menu). 2011-02-11 14:43:22 -08:00
Jessica Wang
8c07ef5097 bug 8499: Change "Create" button to "Add" button in all Add XXXXXXX dialogs. 2011-02-10 15:21:17 -08:00
will
b4731ae138 Merge from 2.2.x. Fixed MD5 password issue in the UI caused by the fact we were URLencoding the password before performing the MD5 sum. 2011-02-08 14:26:38 -08:00
Jessica Wang
0b34c4965b bug 8374: Create User dialog - make email, firstName, lastName required. 2011-02-04 15:48:53 -08:00
Jessica Wang
a0e7004cb5 bug 8374: Create Account dialog - make email, firstName, lastName required. 2011-02-04 15:39:30 -08:00
Jessica Wang
8d68c3713a Add User dialog - hide info_container when pop up dialog or Create button is hit. 2011-02-04 12:26:41 -08:00
Jessica Wang
a466994161 create shared function bindActionLink() that will bind event handler to action link in right panel. 2011-02-01 16:16:51 -08:00
Jessica Wang
2e04618c37 bug 4556: localize adding succeeded message for subgrid item. 2011-01-28 15:33:07 -08:00
Jessica Wang
07460dda56 bug 4556: localize error handling of subgrid item action. 2011-01-28 15:04:08 -08:00
Jessica Wang
518ea5dbb4 bug 4556: account page - localize Enable User action, Delete user action. 2011-01-26 18:31:01 -08:00
Jessica Wang
a8ea971c14 bug 4556: account page - localize Change Password action, Generate Keys action, Disable User action. 2011-01-26 18:16:25 -08:00
Jessica Wang
adecd3a424 bug 4556: account page - localize Edit User action. 2011-01-26 18:02:30 -08:00
Jessica Wang
e542ca17e0 bug 4556: account page - localize Delete Account action. 2011-01-26 17:25:05 -08:00
Jessica Wang
ef1f1eb614 bug 4556: account page - localize Enable Account action. 2011-01-26 17:08:00 -08:00
Jessica Wang
319ae4e6b2 bug 4556: account page - localize Lock Account action. 2011-01-26 17:01:41 -08:00
Jessica Wang
4068603193 bug 4556: account page - localize Resource Limits and Disable Account. 2011-01-26 16:20:35 -08:00
Jessica Wang
35c3034e01 bug 4556: localize Edit Account action label. 2011-01-26 16:04:21 -08:00
Jessica Wang
2734c892d8 account page - localize delete account dialog. 2011-01-26 09:55:34 -08:00
Jessica Wang
f94d4f69e1 account page - details tab - localize confirmation dialog. 2011-01-25 17:34:35 -08:00
Jessica Wang
6f95692ceb bug 7357: account page - clean subgrid container when an account is deleted and a tab is clicked. 2011-01-24 15:05:02 -08:00
Jessica Wang
f551cf963e bug 7664: account page - user tab - show "Disable User" when user state is enabled; show "Enabled User" when user state is disabled. 2011-01-21 12:04:55 -08:00
Jessica Wang
32c1fb77f4 replace validateNumber() with validateInteger() on all integer fields on all pages. 2011-01-21 10:45:52 -08:00
Jessica Wang
08e351abe1 bug 8067: account page - domain-admin is not allowed to create account. 2011-01-19 17:01:31 -08:00
Jessica Wang
23e27370b4 bug 7608: account/diskOffering/domain/ISO/networkOffering/serviceOffering/template page- cancel edit mode when clicking on different tab or different middle menu item. 2011-01-19 12:42:35 -08:00
Jessica Wang
23e5a01315 account page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 11:49:42 -08:00
Jessica Wang
aeb4c460da Account page - implement new advanced search. 2010-12-27 12:32:30 -08:00
Jessica Wang
7ac09608c7 bug 7543: Account page - empty subgrid item container when tab is clicked. 2010-12-20 14:51:44 -08:00
Jessica Wang
5e8be4a431 Place Add XXX buttons in each related page instead of index.jsp. 2010-12-18 17:04:17 -08:00
Jessica Wang
97714a57b3 bug 7466: account page - implement new API UpdateAccount. 2010-12-15 17:31:21 -08:00
Jessica Wang
62783eef84 bug 7466: account page - user tab - implement new API EnableUser. 2010-12-15 16:35:07 -08:00
Jessica Wang
4875cbfabd bug 7466: account page - user tab - add state field. 2010-12-15 15:20:46 -08:00
Jessica Wang
d083783288 bug 7466: implement new API disableUser. 2010-12-15 15:09:04 -08:00
Jessica Wang
d34d8f79a6 bug 7466: implement new API DeleteAccount on UI. 2010-12-15 14:51:54 -08:00
Jessica Wang
5726ebc62b bug 7466: disableAccount and lockAccount have been merged into 1 single command. Here is related UI change. 2010-12-15 13:59:10 -08:00
Jessica Wang
7c7989abb2 bug 7466: related UI change for CreateAccount API. 2010-12-15 13:33:27 -08:00
Jessica Wang
0d5555fc32 Account page - fix a bug that newly created account in middle menu showed wrong data. 2010-12-14 11:29:46 -08:00
Jessica Wang
b1e649f856 Creating new account - switch the context to "All accounts" if it's not "All accounts" that is being selected. (e.g. it's "My accounts" that is being selected). 2010-12-13 14:12:28 -08:00