brianjlowe
|
17a60cb81c
|
NIHVIVO-3116 and assorted cleanup of legacy backend editor
|
2011-10-04 20:50:31 +00:00 |
|
j2blake
|
ba02643a47
|
Fix broken build created by r.8700
|
2011-07-18 17:07:09 +00:00 |
|
j2blake
|
bbe47f84d8
|
NIHVIVO-2476 Modify IndividualFiltering.getPopulatedObjectPropertyList() to filter on statements that include the Individual as well as the Property. Disable the failing unit tests until they can be re-written.
|
2011-07-17 16:38:15 +00:00 |
|
brianjlowe
|
6e4fcedb6c
|
NIHVIVO-2317 NIHVIVO-2318 removing vitro namespace properties from editing and various Java classes and interfaces
|
2011-07-05 19:14:16 +00:00 |
|
briancaruso
|
6f65d712cc
|
Working on memory leak in solr indexing. Changed ContextNodeFields to single threaded.
|
2011-06-28 23:47:44 +00:00 |
|
j2blake
|
8b4b66e024
|
NIHVIVO-2716 Make rootUser a property on UserAccount. When editing the root user, don't show roles.
|
2011-06-16 15:09:39 +00:00 |
|
j2blake
|
1ffe229a30
|
NIHVIVO-2690 Root user should not receive the "no profile" message.
|
2011-06-16 13:57:11 +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
|
f88be755cf
|
NIHVIVO-2299 Create the root user policy and changes to deploy.properties
|
2011-06-08 21:21:59 +00:00 |
|
j2blake
|
e11ffeaf62
|
NIHVIVO-2299 Remove User and UserDao, and make necessary changes.
|
2011-06-08 16:11:45 +00:00 |
|
j2blake
|
4e645d0784
|
NIHVIVO-2299 add getAllUserAccounts() to UserAccountsDao classes.
|
2011-06-08 16:05:18 +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
|
63078edb62
|
NIHVIVO-2279 Fix unit test.
|
2011-06-06 14:15:57 +00:00 |
|
brianjlowe
|
d83382ab73
|
Cleaned up some miscellaneous cruft
|
2011-05-13 16:04:39 +00:00 |
|
brianjlowe
|
fbead2b020
|
NIHVIVO-2403 Remove tabs from code
|
2011-05-10 20:15:31 +00:00 |
|
j2blake
|
3ad03c0767
|
NIHVIVO-2279 Start to create a real DAO, with tests, etc.
|
2011-05-06 21:09:30 +00:00 |
|
brianjlowe
|
eb00f1cd43
|
Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248
|
2011-05-03 19:01:15 +00:00 |
|
j2blake
|
b0db5dd122
|
NIHVIVO-2254 Rewrite the role-based policies to use the PropertyRestrictionPolicyHelper.
|
2011-04-06 19:11:14 +00:00 |
|
j2blake
|
7ebf7fdf29
|
NIHVIVO-2254 Add license tags.
|
2011-03-29 21:17:47 +00:00 |
|
j2blake
|
c5183dccf1
|
NIHVIVO-2254 Create some serious unit tests for HiddenFromDisplayBelowRoleLevelFilter, and fix the errors that they reveal.
|
2011-03-29 20:31:41 +00:00 |
|
jeb228
|
b7510fa355
|
NIHVIVO-1261 Add the new ConfigurationProperties classes, and add the setup to web.xml
|
2011-02-25 16:49:21 +00:00 |
|
jeb228
|
38267c6224
|
remove some of the "deprecated" warnings from the build log.
|
2011-02-08 18:40:30 +00:00 |
|
bdc34
|
d000ca1c82
|
Suppressing warnings about deprecated methods
|
2011-01-04 00:00:09 +00:00 |
|
jeb228
|
192b722de3
|
NIHVIVO-1460 implement more stub methods to enable testing.
|
2010-12-09 17:18:00 +00:00 |
|
jeb228
|
f7b7046318
|
If the user fails to login, they will be redirected back to the page that contains the Login widget.
|
2010-11-15 17:03:35 +00:00 |
|
jeb228
|
631870cad2
|
NIHVIVO-1207 enhance stub classes for unit tests.
|
2010-11-04 14:50:38 +00:00 |
|
jeb228
|
b438f7d36d
|
NIHVIVO-1229 Create the RevisionInfoBean, with setup listener and unit tests.
|
2010-10-25 21:30:34 +00:00 |
|
jeb228
|
bddc92fb72
|
NIHVIVO-510 Remove warnings for deprecated methods in ServletContext
|
2010-06-04 16:13:11 +00:00 |
|
jeb228
|
5b9bf808c8
|
NIHVIVO-510 Create the FileStorageSetup initializer, instead of the FileStorageFactory
|
2010-06-03 21:16:03 +00:00 |
|
jeb228
|
d7e274f11b
|
Suppress deprecation message when compiling. Can't avoid implementing the deprecated method, but we don't need to see the warning.
|
2010-03-21 18:27:36 +00:00 |
|
bjl23
|
89919ccb2f
|
changing uses of String.isEmpty() so we can compile with Java 5
|
2010-03-09 19:47:17 +00:00 |
|
jeb228
|
925df8863b
|
NIHVIVO-123 Create stubs for the JNDI naming context classes, so I can do unit tests on ConfigurationProperties.
|
2010-02-25 19:59:34 +00:00 |
|
rjy7
|
076213cf5f
|
NIHVIVO-70 Moved license text to top of all files, for consistency with Eclipse file templates to be created.
|
2010-01-31 04:38:14 +00:00 |
|
jeb228
|
4f2e303079
|
Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception.
|
2010-01-29 22:13:57 +00:00 |
|