anupsawant
d4559a2496
trunk merge
2011-06-13 15:21:53 +00:00
manolobevia
d73c30673a
NIHVIVO-2280: Delete function in main account page wasn't working. It has been fixed.
2011-06-13 15:06:40 +00:00
j2blake
d5f425b7a6
NIHVIVO-2696 assembleWelcomeMessage must be public in order for UserAccountsUserController to compile.
2011-06-13 14:47:46 +00:00
j2blake
11a048605b
NIHVIVO-2696 Create the Create Account page for externally authenticated users who are logging in for the first time.
2011-06-13 14:17:59 +00:00
manolobevia
e8ee90e9ba
Added some extra space between the "Browse all" link and the first graph bar in "Browse By" section in homepage.
2011-06-13 13:30:09 +00:00
manolobevia
2118a510d7
NIHVIVO-2280: Removed javascript code for userAccounts-list.ftl to accountUtils.js
2011-06-13 13:26:27 +00:00
ryounes
1077f283d6
NIHVIVO-2466 For individuals with multiple labels, ensure the same label is displayed on the profile page as elsewhere in the application (individuallist pages, menu pages, back end) by using the same method to get the label.
2011-06-10 21:37:50 +00:00
j2blake
ac97b5792a
NIHVIVO-2696 Refactor LoginRedirector to make it more flexible - usable from Freemarker controllers.
2011-06-10 18:53:35 +00:00
deepakkoni
3f2bf662d0
Committing changes resulted in merging trunk(r8181) to branch(r8120)
2011-06-10 18:08:34 +00:00
j2blake
0f00fd7a08
NIHVIVO-2279 Setting the password via an email and a link will also remove the need to set it on next login.
2011-06-10 16:14:14 +00:00
j2blake
2eb38516da
NIHVIVO-2279 When the user enters an email address, confirm that it is in a valid form.
2011-06-10 15:25:41 +00:00
tworrall
f6017342d6
fixing a typo that caused a freemarker.core.InvalidReferenceException
2011-06-10 14:52:45 +00:00
manolobevia
371997da6f
NIHVIVO-2280: On main account page, If there is no account selected for deletion and the user click on the DELETE button, the page was throwing a js alert displaying, "Are you sure you want to delete this account?". I have fixed this error.
2011-06-09 21:53:15 +00:00
j2blake
8f995412dd
NIHVIVO-2279 Insure that a UserAccount has a unique URI.
2011-06-09 20:38:16 +00:00
j2blake
bffa48ed6b
Clarify the description of the email properties.
2011-06-09 20:37:07 +00:00
manolobevia
fea7412d0d
NIHVIVO-2280: Created js file to handle: filtering in ascendant and descendant order for email, first name, last name, status, and count columns on main account page.
...
Also created js alert for deletion of accounts, and created custom message depending on how many account user deletes.
1 account message: Are you sure you want to delete this account?
More than 1 account message: Are you sure you want to delete these accounts?
2011-06-09 20:09:50 +00:00
j2blake
0756aac8b0
NIHVIVO-2684 If first name and last name are both empty, display the emailAddress.
2011-06-09 16:28:35 +00:00
j2blake
f4ae63a309
NIHVIVO-2299 NIHVIVO-2279 cleanup
2011-06-09 14:55:47 +00:00
j2blake
253c8a3082
NIHVIVO-2299 NIHVIVO-2279 Merge from the dev branch - replace User with UserAccounts, implement the root user policy.
2011-06-09 14:42:09 +00:00
j2blake
f88be755cf
NIHVIVO-2299 Create the root user policy and changes to deploy.properties
2011-06-08 21:21:59 +00:00
hjkhjk54
9214b285a5
Changes for NIHVIVO-2231 and NIHVIVO-2664: setting up menu page editing and retrieval of individuals for class intersections
2011-06-08 21:14:52 +00:00
tworrall
91db1ad147
modified js to set submenu width based on width top level ul
2011-06-08 20:55:53 +00:00
manolobevia
09c2f33633
NIHVIVO-2588. Forgot to commit js file to handle pull down menu for user menu
2011-06-08 19:57:35 +00:00
stellamit
a39fbc7850
fix for NIHVIVO-2685 (mostSpecificType inferred assertions going to the abox graph instead of the inference graph)
2011-06-08 18:53:33 +00:00
j2blake
7a451c069c
NIHVIVO-2299 User Updater will remove old User data.
2011-06-08 16:12:23 +00:00
j2blake
e11ffeaf62
NIHVIVO-2299 Remove User and UserDao, and make necessary changes.
2011-06-08 16:11:45 +00:00
j2blake
5456227b04
NIHVIVO-2299 add a link to MyAccount page.
2011-06-08 16:07:42 +00:00
j2blake
6ce2524c4e
NIHVIVO-2299 revise the updaters so it doesn't require UserDao.
2011-06-08 16:06:59 +00:00
j2blake
4e645d0784
NIHVIVO-2299 add getAllUserAccounts() to UserAccountsDao classes.
2011-06-08 16:05:18 +00:00
brianjlowe
9cad90a4c0
rewriting some taglib junk that broke an XML-style JSP
2011-06-07 20:52:28 +00:00
stellamit
4ea73f9e9f
timing information for creating extended linked data.
2011-06-07 20:20:38 +00:00
j2blake
95d26b9ffb
NIHVIVO-2299 Convert tests to use UserAccount instead of User.
2011-06-07 19:32:02 +00:00
j2blake
4dfbf6920b
NIHVIVO-2299 Property will match even if it is not declared as a DataProperty in the ontology.
2011-06-07 19:02:34 +00:00
manolobevia
77dec8ba76
NIHVIVO-2280: Worked on styling account page, filtering in ascendant and descendant order, email, first name, last name, status, and count columns.
2011-06-07 18:38:46 +00:00
j2blake
734067f1b4
NIHVIVO-2299 Match external Auth ID against the matching property.
2011-06-07 18:22:43 +00:00
j2blake
72314d3598
Convert the Authentication mechanism from User to UserAccount.
2011-06-07 15:00:41 +00:00
j2blake
ee577adff7
Password must be encoded when account is created.
2011-06-07 14:01:02 +00:00
j2blake
94c4f6eaad
work on the transition from User to UserAccount
2011-06-06 19:24:40 +00:00
j2blake
6f67a4da86
NIHVIVO-2279 Remove username from LoginStatusBean
2011-06-06 15:47:56 +00:00
j2blake
ccb6cc549d
NIHVIVO-2279 Remove securityLevel from LoginStatusBean
2011-06-06 15:18:37 +00:00
j2blake
63078edb62
NIHVIVO-2279 Fix unit test.
2011-06-06 14:15:57 +00:00
j2blake
a8b74facd1
NIHVIVO-2279 Remove LoginStatusBean methods isLoggedInAtLeast() and isLoggedInExactly()
2011-06-06 13:39:37 +00:00
j2blake
320ca3c8b0
Create the admin/showAuth page to replace admin/showids.jsp, edit/selfeditcheck.jsp and admin/checkblacklist.jsp
2011-06-05 23:40:53 +00:00
j2blake
ec690dd31f
Create the admin/showAuth page to replace admin/showids.jsp, edit/selfeditcheck.jsp and admin/checkblacklist.jsp
2011-06-05 23:38:33 +00:00
j2blake
c3ba76acdc
Create a way to list the IdentifierBundleFactories that are active.
2011-06-05 23:34:27 +00:00
j2blake
0b8127ea11
Add or improve toString() methods.
2011-06-05 23:34:00 +00:00
ryounes
7cd1467786
NIHVIVO-2466 Attempting to address the problem of label display for an individual with multiple labels by using the same methods to get the label that are used by Individual.getName(). However, these are tied to Jena DAOs so the solution doesn't quite work yet. We are still making a better guess by sorting the labels alphabetically, but this will not work in all cases.
2011-06-03 21:47:33 +00:00
ryounes
fb67a5de19
NIHVIVO-2466 Fix rdfsLabelForm so correct label is offered for editing for an individual with multiple labels
2011-06-03 21:44:15 +00:00
ryounes
bcf889028b
NIHVIVO-2466 Prepare for special handling of rdfs:label in property display on profile page
2011-06-03 19:59:15 +00:00
j2blake
452510b1a4
NIHVIVO-2279 Comment out most of the code until we can re-work the functionality, so it doesn't break the pre-compile build on Hudson.
2011-06-03 15:56:51 +00:00