Commit graph

1171 commits

Author SHA1 Message Date
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
rjy7
56f8323de8 NIHVIVO-1871 Added repair mode to personInPosition custom form. Consolidated common code to determine mode into a method in FrontEndEditingUtils and removed from individual forms. 2011-01-25 22:00:45 +00:00
bdc34
34258ae94b Fixing bug with zero individual counts for class groups. NIHVIVO-1893 2011-01-25 21:20:27 +00:00
bjl23
d6f19324f8 improvement to app metadata setup to avoid null model if empty 2011-01-25 19:22:06 +00:00
sjm222
4c1bbde7d9 fix for NIHVIVO-1833 2011-01-25 19:16:44 +00:00
rjy7
d4469248ea NIHVIVO-1636 Add test for SimpleReasoner.isABoxReasoningAsynchronous before checking superclasses for type, custom template specification 2011-01-25 18:32:37 +00:00
bjl23
b174bdcaf0 bugfix for initial site config in SDB 2011-01-25 18:17:31 +00:00
bdc34
9ceb990c9d Fixing bug with zero individual counts for class groups. NIHVIVO-1893 2011-01-25 17:14:20 +00:00
sjm222
bd9a3e41a5 NIHVIVO-1834 - a method to say whether ABox reasoning is asynchronous 2011-01-25 15:42:18 +00:00
sjm222
3fa7b24f2a NIHVIVO-1755 inferences based on equivalent class 2011-01-24 21:50:44 +00:00
bdc34
00bdb056d5 Adding getVClassesForVClassGroup to JSONServlet NIHVIVO-1674 2011-01-24 21:49:48 +00:00
jeb228
5db1494e85 NIHVIVO-1835 Guard against a File Bytestream individual whose AliasURL is the same as its URI. 2011-01-24 21:40:08 +00:00
jeb228
8c016eaf39 NIHVIVO-1835 Re-write FileStorageAliasAdder, adding cases to handle Bytestreams without Surrogates, or Surrogates without filenames. 2011-01-24 21:38:06 +00:00
rjy7
96d7e2fae8 NIHVIVO-1859, NIHVIVO-1881 Comments and documentation on subclass collation of list views 2011-01-24 20:12:50 +00:00
rjy7
a1c6286992 NIHVIVO-1859 Apply collation subclass filtering in Java postprocessing rather than in query, due to inefficiency of graph filtering in the SPARQl query as it is converted to SQL 2011-01-24 17:57:28 +00:00
sjm222
1bfaecdefa NIHVIVO-1827 cache application metadata graph in memory 2011-01-24 17:10:26 +00:00
bdc34
4cfd4bc706 Fix to DateTimeIntervalValidation.java NIHVIVO-1847 2011-01-21 23:03:00 +00:00
rjy7
1b2f34eadc NIHVIVO-1863 Fix collated view of core:personInPosition and core:hasResearchArea 2011-01-21 21:54:15 +00:00
sjm222
893ac85b38 logging tweaks 2011-01-21 19:39:40 +00:00
rjy7
ac624c0bc3 Changes to individual templates and associated queries 2011-01-21 17:49:16 +00:00
ass92
d220c7e9af code modification to get whole list of url. 2011-01-21 17:10:35 +00:00
ass92
ae22aed70a change for getting rdf url list. Removed unneccessary piece of code. 2011-01-21 17:09:55 +00:00
jeb228
404ee53a91 NIHVIVO-1832 JSPs that call <vitro:confirmLoginStatus> must be recorded as restricted pages, just like Servlets that call VitroHttpServlet.checkLoginStatus(). That way we won't attempt to stay on those pages if the user logs out. 2011-01-21 16:50:16 +00:00
bjl23
aeff100428 NIHVIVO-1849 added check for empty result set 2011-01-21 16:19:54 +00:00
bdc34
ee844c9f3d dateTimeIntervalForm and dateTimeValueForm now display full year. 2011-01-20 22:50:43 +00:00
bdc34
cf7a20a30f returning empty result when SPARQL query cannot be parsed. 2011-01-20 21:41:52 +00:00
bdc34
9b8ebb1214 Adding sunrise and sunset back to lucene index building. 2011-01-20 21:15:02 +00:00
bdc34
87ce1a8d9d Removing sunset and sunrise from lucene index. 2011-01-20 21:11:33 +00:00
rjy7
18e4c6dcd8 NIHVIVO-1636 Modify IndividualController.getIndividualTemplate(), IndividualTemplateModel.isPerson(), and IndividualTemplateModel.isOrganization() to check superclasses of the individual's vclasses in case inferencing hasn't made the inference to the superclass yet. 2011-01-20 16:31:22 +00:00
rjy7
87f2c8d45e NIHVIVO-1633 Handling of invalid custom list view configs 2011-01-20 15:20:47 +00:00
rjy7
b71400d74e NIHVIVO-1633 Support collation toggling for all object properties. Basic functionality in place but not all queries working perfectly yet. 2011-01-19 20:46:36 +00:00
bdc34
43167c6c5c Fixing broken build. 2011-01-19 20:33:19 +00:00
bdc34
e4c873654c Fixing broken build from previous commit. 2011-01-19 20:22:34 +00:00
bdc34
3b4c0253a6 Fixing bug, can now enter same year for start and end NIHVIVO-1743 2011-01-19 20:13:24 +00:00
sjm222
4151edf34c NIHVIVO-1797 handle non-standard date formats that appear in weill DB 2011-01-19 18:15:18 +00:00
ass92
0693506db0 NIHVIVO-1714 made changes to have button for Recomputing Inferences 2011-01-19 16:09:47 +00:00