Commit graph

2900 commits

Author SHA1 Message Date
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
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
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
jeb228
cd03621606 NIHVIVO-2211 Remove unnecessary check for null IdentifierBundle. 2011-03-08 19:50:53 +00:00
bdc34
4ccf33f724 Downgrading logging in ObjectPropertyStatementDaoSDB.java 2011-03-08 19:15:06 +00:00
jeb228
ae500851da NIHVIVO-2211 Replace ServletIdentifierBundleFactory with ActiveIdentifierBundleFactories and RequestIdentifiers. 2011-03-08 17:41:47 +00:00
jeb228
2af6f22bd4 NIHVIVO-2211 Replace ServletIdentifierBundleFactory with ActiveIdentifierBundleFactories and RequestIdentifiers. 2011-03-08 17:41:19 +00:00
jeb228
90a508808e NIHVIVO-2211 Replace ServletIdentifierBundleFactory with ActiveIdentifierBundleFactories and RequestIdentifiers. 2011-03-08 17:40:49 +00:00
rjy7
8b89cad590 NIHVIVO-1384 Change script and stylesheet template objects to take the entire tag as a parameter, rather than just the src/href attribute. 2011-03-08 15:44:05 +00:00
jeb228
b33b6bc21e Correct the license tag; remove unused import statements. 2011-03-08 15:28:29 +00:00
bdc34
5709e42177 Fixing bug with timezones in DateTimeWithPrecision. NIHVIVO-2197 2011-03-04 22:10:11 +00:00
rjy7
13ff7686ef NIHVIVO-1554 Remove vitro theme jsps and other unused vitro jsps. Fix vitro web.xml so the application can run. 2011-03-04 21:52:51 +00:00
elc2013
93be621220 Reconciliation Service for Google Refine. 2011-03-04 20:22:08 +00:00
rjy7
47b5e4ae52 NIHVIVO-1554 Removed controllers and jsps that have been superceded by Freemarker controllers and templates 2011-03-04 19:24:27 +00:00
jeb228
558ed44132 Cosmetic changes to IndexBuilder: add generic types, convert to new for-loops, remove compiler warnings. 2011-03-04 15:07:06 +00:00
rjy7
c5b06b5379 NIHVIVO-1521 Ajax controllers now extend VitroAjaxController rather than FreemarkerHttpServlet. 2011-03-03 21:03:37 +00:00
rjy7
a38a81b2e6 NIHVIVO-1521 AutocompleteController no longer extends FreemarkerHttpServlet. 2011-03-03 20:39:05 +00:00
rjy7
91e11c0809 Fix some comments. 2011-03-03 18:30:37 +00:00
rjy7
f0fe94bdd0 NIHVIVO-1957 Pass placeholder image from template to ImageUploadController 2011-03-03 17:56:40 +00:00
rjy7
e687c25568 NIHVIVO-1879 Fix default list view query for uncollated property 2011-03-03 15:15:47 +00:00
rjy7
896c6f157c NIHVIVO-1879 Combine collated and uncollated list view queries into a single query, with preprocessing to get the right version. 2011-03-02 22:32:57 +00:00
jeb228
1ac5eb13c8 NIHVIVO-2158 Add generics to EditProcessObject 2011-02-25 17:54:09 +00:00
jeb228
6b3b426667 NIHVIVO-1261 Remove the old ConfigurationProperties class and test. 2011-02-25 16:51:35 +00:00
jeb228
c2021e7d93 NIHVIVO-1261 Convert to use the new ConfigurationProperties class. 2011-02-25 16:50:42 +00:00
jeb228
3fccf3fa04 NIHVIVO-1261 Convert to use the new ConfigurationProperties class. 2011-02-25 16:50:09 +00:00
jeb228
b7510fa355 NIHVIVO-1261 Add the new ConfigurationProperties classes, and add the setup to web.xml 2011-02-25 16:49:21 +00:00
jeb228
a6f579bd5d Add a comment for the slow learners like me. 2011-02-25 15:29:24 +00:00
rjy7
dfd9da14b8 NIHVIVO-1392 Fix a bug in the verbose property display whereby session value was reset every time the main site admin page loaded. Normalize the object property display tier value to int. 2011-02-24 22:54:48 +00:00
rjy7
faac29e6ba NIHVIVO-1392 Verbose property display 2011-02-24 22:15:34 +00:00
jeb228
2d714c54b8 NIHVIVO-1261 Pass the ServletContext down the chain to methods in JenaDataSourceSetupBase, to prepare for the change in ConfigurationProperties. 2011-02-24 18:35:55 +00:00
jeb228
f16c1826be NIHVIVO-1261 Pass the ServletContext down the chain to FileServingHelper, to prepare for the change in ConfigurationProperties. 2011-02-24 17:32:40 +00:00
jeb228
ec12d6c743 NIHVIVO-1261 Simplify the logic around Vitro.smtpHost, to prepare for the change in ConfigurationProperties. 2011-02-24 16:53:18 +00:00