Commit graph

3628 commits

Author SHA1 Message Date
rjy7
cedbc8ff05 NIHVIVO-2003 Removed commented-out code 2011-02-03 19:18:22 +00:00
rjy7
06454ae9cb NIHVIVO-2003 Remove use of model in AutoCompleteController. Get individual names from the search results instead. 2011-02-03 19:17:56 +00:00
bdc34
dbf3391541 Adding field NAMERAW to lucene index. 2011-02-03 18:44:21 +00:00
bdc34
f510462ad2 Removing extraneous alarming messages about Property edit label NIHVIVO-2010 2011-02-03 18:42:35 +00:00
bjl23
d851ce2617 minor cosmetic log message changes for SDBSetupController 2011-02-03 17:30:44 +00:00
rjy7
38c6b4310c NIHVIVO-2012 Remove call to BaseObjectPropertyDataPostProcessor.getMoniker() because now it only returns the moniker, not the vclass, so provides no additional data over the sparql query (see NIHVIVO-2001). 2011-02-03 15:08:39 +00:00
bdc34
1a2e4b4c47 Removing vitro:keyword indexing to improve performance of lucene index build NIHVIVO-1795 2011-02-03 13:45:59 +00:00
sjm222
c2e17ec638 kb migration logging tweak 2011-02-03 01:34:32 +00:00
sjm222
909f2b8670 kb migration logging correction (rename --> remove) 2011-02-03 01:13:23 +00:00
ass92
080f0a818c NIHVIVO-1983 code change to add vitro:Link class while ABox extraction. 2011-02-02 21:55:36 +00:00
jeb228
a5ed018e66 Downgrade the log level of this message. 2011-02-02 21:12:07 +00:00
bjl23
c8ec6c9067 NIHVIVO-1989 ; fixes lack of labels for individuals returned from getIndividualsByVClass() in SDB 2011-02-02 20:55:08 +00:00
bdc34
6e00e1e997 Changing individualJena.getMoniker() so that it doesn't return a VClass name when the moniker is not in the model 2011-02-02 20:16:11 +00:00
bdc34
bfa9979266 Changing individualSDB.getMoniker() in SDB so that it doesn't return a VClass name when the moniker is not in the model 2011-02-02 19:52:10 +00:00
jeb228
ddc58f5259 NIHVIVO-1814 A login remains in process only if the user has not travelled to another page. 2011-02-02 19:10:01 +00:00
rjy7
5a377bf421 Added a comment. 2011-02-02 17:45:25 +00:00
rjy7
991c24a74c NIHVIVO-1994 Fix passing of null values in url params on delete links, causing NullPointerException 2011-02-02 17:39:10 +00:00
jeb228
7b62bdd0a2 NIHVIVO-1568 If a user clicks on the Login link, or tries to access a restricted page, any previous login process is cancelled and a new one is begun. 2011-02-02 16:44:00 +00:00
jeb228
7c5b296476 NIHVIVO-1814 and NIHVIVO-1568 If the user navigates to a page that contains the login widget, it cancels any login session that was occurring on a different page. 2011-02-02 16:42:32 +00:00
rjy7
d671cc9716 NIHVIVO-1853 Display statement in object property deletion form 2011-02-01 23:54:41 +00:00
jeb228
6ffe9daa64 NIHVIVO-1786 If no Vitro.smtphost, write messages to the log instead of to System.out 2011-02-01 21:43:06 +00:00
bdc34
4e0b942d91 Adding exception checking to IndividualListController.java NIHVIVO-1687 2011-02-01 21:21:19 +00:00
bdc34
e8667d3a8e Fixing divide by zero error in IndexBuilder NIHVIVO-1974
Fixing odd return of moniker that was causing cast exception.
Fixing ERROR message about temporary index build directory.
2011-02-01 20:30:10 +00:00
bjl23
4e18504ca0 de-GRAPHing some remaining DAO queries 2011-02-01 18:54:48 +00:00
rjy7
7b18bbe8d6 NIHVIVO-1968 Removed unused methods isPerson(), isOrganization(), getVisualizationUrl(), and isVClass() from IndividualTemplateModel. 2011-02-01 18:31:31 +00:00
sjm222
eb4d4a9f40 kb migration logging tweak 2011-02-01 17:46:27 +00:00
sjm222
903cb6cfda kb migration logging tweak 2011-02-01 16:18:54 +00:00
bjl23
4fdb34ae55 removing superfluous graph filter from ObjectPropertyStatementDaoSDB 2011-02-01 16:16:11 +00:00
rjy7
eaa1d4ef78 NIHVIVO-1891 Don't do queries for properties known to be unpopulated 2011-01-31 22:47:14 +00:00
rjy7
37596f3408 NIHVIVO-1887 Use default object property data postprocessor if specified postprocessor doesn't exist 2011-01-31 22:20:15 +00:00
bjl23
eb55aa694f vitro list views with CONSTRUCTs and improvement to null individual handling 2011-01-31 21:53:24 +00:00
tlw72
c9cf713fed NIHVIVO-1963: modified error text for temp password change 2011-01-31 21:38:29 +00:00
rjy7
4dcad0134a Fix comments 2011-01-31 20:52:12 +00:00
bdc34
99daffa6de Adding logging of search index builder progress. 2011-01-31 20:45:28 +00:00
bdc34
e058b67072 SelectListGenerator is no longer prohibited search class filtering. NIHVIVO-1792 2011-01-31 20:44:31 +00:00
bdc34
93a0c56f08 Removing some unused code and logging individual count in IndividualDaoSDB.java 2011-01-31 20:43:04 +00:00
bdc34
8d61ffbcda Adding change to PortalRetryController to allow editing of portal 0. 2011-01-31 20:40:07 +00:00
bjl23
bca2dbefcc code to run two-stage CONSTRUCTs and SELECTs for list views 2011-01-31 18:24:00 +00:00
jeb228
c8278af94d NIHVIVO-719 More refactoring to shut down the thread properly. 2011-01-31 17:10:13 +00:00
jeb228
bad03c9955 NIHVIVO-719 Begin refactoring, to try to figure out why the thread isn't shutting down. Pull the ServletContextListener into a separate inner class. 2011-01-28 21:45:47 +00:00
rjy7
2e06b3d796 NIHVIVO-1956 Distinguish person and non-person placeholder images on image upload page. 2011-01-28 19:44:48 +00:00
ass92
6b6bd1194a NIHVIVO-1926 code change in getSearchBoost method to retrieve float value. 2011-01-28 18:08:19 +00:00
jeb228
7075521489 NIHVIVO-1944 If user is logged in, but not at a sufficient level, show the "insufficient authorization" message. 2011-01-28 16:53:28 +00:00
jeb228
b5f4714057 NIHVIVO-1944 Add logging statements, reformat. Make redirectToInsufficientAuthorizationPage() public, so it can be accessed from ConfirmLoginStatus.java 2011-01-28 16:52:15 +00:00
bjl23
25abfe0f32 rolling back undesirable changes from r.7210, 'boatload' 2011-01-28 16:49:15 +00:00
jeb228
8894597e7e NIHVIVO-1942 when loading the deploy.properties file, strip any trailing whitespace from the properties. 2011-01-28 16:08:56 +00:00
rjy7
5a84820263 NIHVIVO-1943 Correction to last commit, which broke the build due to an incomplete refactoring 2011-01-28 16:04:02 +00:00
rjy7
922a83f512 NIHVIVO-1943 Minor refactoring (method and variable name changes) 2011-01-28 15:57:08 +00:00
rjy7
231d9ed818 NIHVIVO-1943 Add support for <query-construct> elements in list view configs 2011-01-28 15:42:55 +00:00
bdc34
b3fdb4fbfe Catching NPE when classgroup has no display rank. 2011-01-27 23:43:51 +00:00