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 |
|
ryounes
|
cb31463bb3
|
Merge r7709 from branches/nihvivo-rel-1.2-maint
|
2011-03-29 20:13:47 +00:00 |
|
briancaruso
|
2d6b48268d
|
Fixing redirect for linked data request. Improved tabulator support.
|
2011-03-29 19:07:13 +00:00 |
|
deepakkoni
|
bcddbbad2e
|
Overriding the default Similarity score provided by lucene by adding a CustomSimilarity class.
|
2011-03-29 15:06:18 +00:00 |
|
ryounes
|
7f679af874
|
Remove unneeded GRAPH variables from queries used to generate property list on individual profile page
|
2011-03-29 14:20:54 +00:00 |
|
ryounes
|
12e68942fc
|
NIHVIVO-2425 Write autocomplete results to the response's writer directly without merging to a Freemarker template.
|
2011-03-28 19:23:19 +00:00 |
|
ryounes
|
445721f066
|
NIHVIVO-2425 Apply json-escaping to the query results to prevent JSON format errors
|
2011-03-28 15:57:11 +00:00 |
|
ryounes
|
1e16db9c0c
|
NIHVIVO-2413 Fixed datetime interval validation in forms; had been broken by a change to the name fields. Removed unneeded page imports from jsps.
|
2011-03-25 22:01:52 +00:00 |
|
ryounes
|
4f003dc668
|
NIHVIVO-2309 Fix propStatement-educationalTraining.ftl to handle coming from propDelete, where individual is not defined in the data model
|
2011-03-24 21:22:24 +00:00 |
|
ryounes
|
c5dc320cc0
|
NIHVIVO-1592 Fix TermOfUse controller and template so the page displays when no copyright anchor has been specified.
|
2011-03-24 18:36:10 +00:00 |
|
deepakkoni
|
a5440c500b
|
Adding classLocalName to the search index and removing norms on URIs
|
2011-03-22 20:38:59 +00:00 |
|
ryounes
|
49510f2a4a
|
NIHVIVO-2186 Finalize changes to custom list view queries for hiding incomplete statements from non-logged-in user
|
2011-03-22 20:22:18 +00:00 |
|
j2blake
|
f8726be1d1
|
Restore the license tag -- finished testing Hudson.
|
2011-03-22 19:46:00 +00:00 |
|
ryounes
|
b9b6c50e87
|
NIHVIVO-2186 Filter out incomplete object property statements for non-editing users.
|
2011-03-22 18:52:39 +00:00 |
|
j2blake
|
044964176c
|
Remove the license tag to test the licenser on Hudson.
|
2011-03-22 15:24:16 +00:00 |
|
deepakkoni
|
3852a08293
|
Setting moniker to be analyzed with no norms.
|
2011-03-22 14:58:30 +00:00 |
|
deepakkoni
|
b381c0078e
|
Adding scoring information of ranked results.
|
2011-03-22 14:38:06 +00:00 |
|
deepakkoni
|
d093c0b1bf
|
Changed deprecated method signatures to new ones.
|
2011-03-22 11:29:05 +00:00 |
|
ryounes
|
f398183c94
|
NIHVIVO-2186 Modify custom list view queries to filter out statements with no linked individual when user is not editing the page. Involves pruning the grouped property list of properties and groups which are thereby empty.
|
2011-03-21 22:24:33 +00:00 |
|
ryounes
|
6ea23218c9
|
NIHVIVO-1516 Url directive
|
2011-03-18 19:26:11 +00:00 |
|
ryounes
|
75e7c198f9
|
NIHVIVO-2186 Implement one approach to hiding statements with no linked individual from non-editors, and apply it to the authorInAuthorship list view query.
|
2011-03-18 16:15:04 +00:00 |
|
deepakkoni
|
635130c73e
|
Removing analyzers on Entity2LuceneDoc.term.RDFTYPE and Entity2LuceneDoc.term.CLASSGROUP_URI fields.
|
2011-03-17 21:43:50 +00:00 |
|
ryounes
|
328bcf86d6
|
NIHVIVO-2267 Fix path to image on contact form confirmation page. Rename vivo-basic site_icons directory to align with images directory in wilma.
|
2011-03-17 21:42:31 +00:00 |
|
ryounes
|
c6babda169
|
Changed a System.out to a log.debug, and removed unused code.
|
2011-03-17 21:33:54 +00:00 |
|
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
|
1bc5db2cd8
|
Change verbose property switch from a form element to an anchor element.
|
2011-03-16 18:20:25 +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 |
|
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 |
|
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 |
|
rjy7
|
94ed8dab91
|
NIHVIVO-1392 Fix verbose property display form action value
|
2011-03-14 16:19:19 +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
|
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 |
|
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 |
|