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 |
|
bdc34
|
ecc1c05bb7
|
Adding generics to Entity2LuceneDoc.java
|
2011-01-27 23:43:25 +00:00 |
|
bdc34
|
5a65e97daf
|
Fixing null in DWR for entity back end editing NIHVIVO-1939
|
2011-01-27 23:41:42 +00:00 |
|
bdc34
|
347c09ef51
|
Fixing NPE when individual has no moniker and no types. NIHVIVO-1927
|
2011-01-27 23:22:04 +00:00 |
|
sjm222
|
d68faf2cec
|
tweaks to kb migration logging
|
2011-01-27 23:01:28 +00:00 |
|
sjm222
|
1095865e8a
|
tweaks to kb migration logging
|
2011-01-27 22:48:19 +00:00 |
|
sjm222
|
83ff76d1b4
|
tweaks to kb migration logging
|
2011-01-27 22:22:55 +00:00 |
|
ass92
|
a7606b079a
|
NIHVIVO-1876 csv tool optimization.
|
2011-01-27 21:15:38 +00:00 |
|
ass92
|
0f05edf296
|
NIHVIVO-1876 csv tool optimization.
|
2011-01-27 21:14:36 +00:00 |
|
bjl23
|
b5777a60ad
|
rewritten list view queries with UNIONs plus various and sundry other bugfixes and improvements; also probably new bugs
|
2011-01-27 20:56:44 +00:00 |
|
sjm222
|
881c3ca4fa
|
kb migration logging tweaks
|
2011-01-27 20:52:12 +00:00 |
|
sjm222
|
710ad1aff4
|
kb migration logging tweaks
|
2011-01-27 20:20:34 +00:00 |
|
jeb228
|
f33d0eac83
|
When logging an exception, log the stack trace as well.
|
2011-01-27 15:32:31 +00:00 |
|
jeb228
|
ddd6a95420
|
When logging an exception, log the stack trace as well.
|
2011-01-27 15:18:27 +00:00 |
|
ass92
|
65cf36c121
|
NIHVIVO-1571 changes in SDBSetupController for rdb to sdb conversion.
|
2011-01-26 21:47:01 +00:00 |
|
jeb228
|
a323dcad01
|
Fix the class name on the logger, remove unused import.
|
2011-01-26 20:43:07 +00:00 |
|
sjm222
|
47615a5289
|
some improved error logging for NIHVIVO-1917
|
2011-01-26 20:23:44 +00:00 |
|
bdc34
|
6d696a95c0
|
Improved performance of lucene index build under SDB. NIHVIVO-1795
|
2011-01-26 20:14:46 +00:00 |
|
rjy7
|
ee34640e15
|
NIHVIVO-1919 Fix error on individual page for editors and non-editors by removing one of two conflicting isEditable() methods in IndividualTemplateModel
|
2011-01-26 19:43:05 +00:00 |
|
jeb228
|
4e9e3b98b3
|
NIHVIVO-1920 return statement was missing, allowing the logic to "fall through" to the next test.
|
2011-01-26 18:54:39 +00:00 |
|
sjm222
|
10fa0622f2
|
fix for NIHVIVO-1898
|
2011-01-26 17:35:19 +00:00 |
|
bdc34
|
54e6abd53b
|
Improved performance of lucene index build under SDB. NIHVIVO-1795
|
2011-01-26 17:11:25 +00:00 |
|
rjy7
|
5bef7938ed
|
NIHVIVO-1905 Fix CollatedObjectPropertyTemplateModel.filterSubclasses() method so a result with no subclass remains in the list
|
2011-01-26 15:29:58 +00:00 |
|