Commit graph

3089 commits

Author SHA1 Message Date
deepakkoni
38902a5787 1) Adding back thumbnail into the search index.
2) Setting MultiFieldQueryParser to perform an AND if there are multiple query terms
3) Adding analyzers for Alltextunstemmed, rdftype.
2011-03-17 18:54:42 +00:00
j2blake
55d4e6d5dd Remove unused import statement 2011-03-17 00:56:48 +00:00
rjy7
8ba079d5a8 Comments 2011-03-16 20:30:18 +00:00
rjy7
2030220d70 Add template macro to generate a list of hidden input form fields from a map passed from the controller. 2011-03-16 18:25:52 +00:00
rjy7
1bc5db2cd8 Change verbose property switch from a form element to an anchor element. 2011-03-16 18:20:25 +00:00
bdc34
28d9155283 adding license to new file. 2011-03-16 16:10:28 +00:00
cdtank
43c1c6707e 1. Adding the TDB 0.8.7 (compatible with current hena/sdb libs) library. 2011-03-16 16:06:15 +00:00
bdc34
740553e293 Fixing content negotiation to work with Tabulator. 2011-03-16 15:57:37 +00:00
rjy7
cc1b8a2579 NIHVIVO-2216 Check that return value of getDataPropertyByURI() / getObjectPropertyByURI() is not null before adding to the list of properties returned by getDataPropertyList() / getObjectPropertyList(). 2011-03-16 15:02:48 +00:00
bkoniden
38fe2c7083 Adding moniker to the fields that are searched. 2011-03-16 13:11:18 +00:00
bkoniden
d6c10d1da6 Removing sunset, sunrise, keywords and thumbnail from the search index. 2011-03-16 13:10:26 +00:00
mb863
d0ea25a18b NIHVIVO-2163: Improved verbose mode display in property groups. 2011-03-15 20:29:47 +00:00
rjy7
f3ce105d94 NIHVIVO-2264 Display property label with add link OR verbose property display, for properties that don't normally display a label (e.g., core:overview) 2011-03-15 18:00:03 +00:00
bkoniden
35a48005b9 Now "moniker" field is searched too. Previously Moniker was part of ALLTEXT. I think it stands apart. Gave it a field boost of 2F. 2011-03-15 17:58:05 +00:00
rjy7
96fd80b13f NIHVIVO-1392 Comments on verbose property display. Change logging level in PagedSearchController from info to debug. 2011-03-15 17:37:41 +00:00
bkoniden
365070b55b Replacing log.info with log.debug statements. 2011-03-15 17:06:45 +00:00
bkoniden
6e9f4e90eb Adding a query boost to the query. 2011-03-15 17:02:53 +00:00
mb863
50eab74e48 NIHVIVO-2163: Added markup and styles for verbose property display for individual page. The verbose display in property groups needs some tuning. 2011-03-15 14:37:30 +00:00
rjy7
26023b7fe2 NIHVIVO-1392 Comment 2011-03-14 20:36:29 +00:00
rjy7
b559e36228 NIHVIVO-1392 Fix verbose property form for individuals in non-default namespace 2011-03-14 20:21:50 +00:00
mb863
813712c78c NIHVIVO-2163: Fixed vertical alignment between 'Edit this individual' link and
'Verbose property display' text
2011-03-14 20:04:07 +00:00
mb863
3637568a78 NIHVIVO-2163: Added markup and styles for verbose mode in individual admin panel. 2011-03-14 19:20:06 +00:00
rjy7
910526ddd5 Move test for showing site admin panel to site admin panel template, so doesn't have to be repeated in various individual templates. 2011-03-14 18:37:09 +00:00
rjy7
b354d97972 Move test for showing site admin panel to site admin panel template, so doesn't have to be repeated in various individual templates. 2011-03-14 18:30:11 +00:00
rjy7
94ed8dab91 NIHVIVO-1392 Fix verbose property display form action value 2011-03-14 16:19:19 +00:00
jeb228
4552f2182b Fix a compile error introduced by r.7579 2011-03-14 16:01:47 +00:00
bdc34
a5537f6411 Fixing JSP compile error. 2011-03-14 15:47:11 +00:00
bkoniden
801d789696 Upgraded lucene-2.4-*.jar to lucene-2.9.3-*.jar. Upgraded solr-1.0.jar to apache-solr-core-1.4.1.jar. Removed LuceneHighlighter and SimpleLuceneHighlighter as they are not used anymore. Made minor changes to the way Query is parsed in PagedSearchController. The query now uses a MultiFieldQueryParser that searches the query against ALLTEXT, NAME and TYPE fields in the search index. 2011-03-14 13:41:16 +00:00
rjy7
af8ce43e16 NIHVIVO-1392 Move verbose property display form from site admin page to admin panel on individual page 2011-03-11 23:01:20 +00:00
rjy7
bc8d979ba5 Add license tag 2011-03-11 22:43:53 +00:00
rjy7
c892741970 Fixed calls from jsps to EditN3Utils.getEditorUri. Broken in r7579. 2011-03-11 21:39:50 +00:00
rjy7
316cb523c3 Improvements to dump methods 2011-03-11 21:26:52 +00:00
rjy7
28b6c4b867 Reverted use of exposureLevel in dump methods, removed in r7599. 2011-03-11 20:06:41 +00:00
sjm222
b0c68e5176 checking in again so I can add a comment for the last commit: NIHVIVO-1312 (recompute Abox inferences when a filegraph model changes) 2011-03-10 21:45:47 +00:00
sjm222
17af40277c 2011-03-10 21:42:06 +00:00
mb863
52e0296f77 NIHVIVO-2128: Created favicon for VITRO 2011-03-10 19:38:07 +00:00
rjy7
36e5bc2574 NIHVIVO-1562 Sort properties and methods of template model objects in dump. This commit contains a regression: exposureLevel has been removed, so public methods that are hidden by the BeansWrapper are still included in the dump. Will be corrected in an upcoming commit. 2011-03-10 17:26:57 +00:00
rjy7
daee356424 NIHVIVO-1562 Move addition of data model objects to dump template data model into DumpHelper, so done in one place uniformally for all dump directives. 2011-03-10 15:20:53 +00:00
jeb228
5b36920c05 NIHVIVO-2211 Clean up the type hierarchy under RequestedAction. 2011-03-10 15:20:06 +00:00
elc2013
84c544accc Some code cleanup to remove hardcoded namespace and vivo-specific info such as vivo ontology classes for default types. 2011-03-10 14:48:06 +00:00
jeb228
c45e0c49f4 NIHVIVO-2211 Changes to RequestPolicyList and RequestIdentifiers mean that AuthSetupForrequest is no longer needed. 2011-03-09 22:17:18 +00:00
jeb228
edd29e7026 NIHVIVO-2211 Clean up the logic in RequestPolicyList and the classes that call it. 2011-03-09 22:16:33 +00:00
jeb228
1c9b125800 NIHVIVO-2211 Clean up the logic in ServletPolicyList and the classes that call it. 2011-03-09 21:49:38 +00:00
tlw72
b162de36d2 NIHVIVO:2233: minor cleanup up in defaultObjPropForm layout 2011-03-09 18:52:39 +00:00
mb863
d45f6e018f By mistake I moved thumbnail.jpg to VIVO. Now it's back to its original location in VITRO. 2011-03-09 17:32:13 +00:00
mb863
c2e482af73 NIHVIVO-2167: Moved person.thumbnail.jpg out of vitro and into vivo 2011-03-09 16:54:14 +00:00
mb863
afcfba96df NIHVIVO-2167: Moved person.thumbnail.jpg out of vitro and into vivo 2011-03-09 16:52:40 +00:00
mb863
a7ad714ea1 NIHVIVO-2199: Restored alpha transparency to white background of edit links for image on individual page. Also added the same alpha transparency for adding a photo 2011-03-09 16:30:34 +00:00
bdc34
d07e7d7005 Suppressing ROIT and DWR log messages. NIHVIVO-2004 NIHVIVO-1978 2011-03-08 20:53:03 +00:00
jeb228
26509906c7 NIHVIVO-2211 Clean up import statements in 39 classes that imported JenaNetIdPolicy.ContextSetup but never used it. 2011-03-08 20:51:55 +00:00