Commit graph

4382 commits

Author SHA1 Message Date
brianjlowe
e75b424c81 removing EditLinkSuppressor 2013-09-04 09:59:59 -04:00
brianjlowe
3204db0be4 fixing bugs in ApplicationConfigurationOntologyUtils.java 2013-09-03 11:50:22 -04:00
brianjlowe
355b9e2070 edit permissions for qualified properties and VIVO-277 2013-09-03 11:24:05 -04:00
brianjlowe
abefa1615c removing debug log message 2013-09-03 09:13:19 -04:00
brianjlowe
ca32a51740 support for edit permissions for qualified properties (almost finished) 2013-08-30 17:04:12 -04:00
brianjlowe
b1d549f01f minor change to sparql query for domain-qualified property configs 2013-08-29 12:00:51 -04:00
brianjlowe
e3d6e37ab9 support for domain qualification in property config 2013-08-29 10:58:34 -04:00
brianjlowe
43c47d0a55 fixes bug in list view support for domain-side qualification 2013-08-27 15:46:15 -04:00
brianjlowe
6869cda316 support for domain qualification in list views 2013-08-26 16:13:35 -04:00
brianjlowe
528283ab16 supporting qualifiedByDomain in app ontology 2013-08-26 15:12:20 -04:00
brianjlowe
d618f8f51a VIVO-42 support for union ranges and other related improvements 2013-08-26 11:19:40 -04:00
brianjlowe
e96b3968d7 minor improvements 2013-08-23 11:06:28 -04:00
brianjlowe
72314df521 workaround for property editing nontermination 2013-08-21 12:58:42 -04:00
brianjlowe
dffc40dd3b continued work on ISF conversion and data migration 2013-08-09 16:23:01 -04:00
brianjlowe
cbdbe629d1 work on converting editing to be ISF compatible 2013-08-07 13:48:37 -04:00
brianjlowe
887cc94e8d updating pullProperty() to pull property/class combos 2013-08-06 16:22:58 -04:00
brianjlowe
a270043063 Merge remote-tracking branch 'origin/develop' into dev-isf
Conflicts:
	webapp/src/edu/cornell/mannlib/vitro/webapp/filestorage/uploadrequest/MultipartHttpServletRequest.java
2013-08-06 11:05:54 -04:00
brianjlowe
dd80f542ea work on application ontology support for property/class configuration 2013-08-06 10:34:33 -04:00
j2blake
969569c385 VIVO-246 Continue cleanup 2013-08-05 17:10:55 -04:00
j2blake
7083d8acc4 VIVO-246 Set up the Freemarker directives in only one place. 2013-08-05 16:54:49 -04:00
brianjlowe
d8d704064e work in progress on data migration and related changes to support ISF 2013-08-05 16:48:23 -04:00
j2blake
9a0ec5a76e VIVO-96 Recognize language support within editing framework.
Instead of adding the same kluge in another location (and passing the necessary info through six layers of framework), modify the FreemarkerConfiguration to directly hold request info. Storing it in a ThreadLocal means that each thread sees its own request info, without confusion. There is still only one instance of FreemarkerConfiguration, so the template cache is shared as before.
2013-08-05 16:15:37 -04:00
tworrall
36a7b57fad Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop 2013-08-05 15:12:45 -04:00
tworrall
37142c0231 VIVO-208: all fields now displayed when custom forms are rendered; customized 2-stage forms will still work as before 2013-08-05 15:12:24 -04:00
Brian Caruso
f5161e14b7 Removing PageDataGetters and its related servlets and tests. VIVO-218 2013-08-05 12:41:15 -04:00
j2blake
1b1c28f216 VIVO-235 Reduce "deprecation" messages in the build
The @SuppressWarnings("deprecation") annotation doesn't apply to an import statement, but it does apply if the class is fully-qualified when created.
2013-08-01 16:07:55 -04:00
j2blake
c75c0d0f9f VIVO-235 Reduce "deprecation" messages in the build
It's OK for these stub classes to implement deprecated methods in the interfaces, as long as they declare those methods with @Override and @Deprecated.
2013-08-01 16:06:59 -04:00
j2blake
56b963d8bc VIVO-235 Reduce "deprecation" messages in the build
The benefit of making these instances deprecated is very small. The annoyance of having deprecation messages in the build is very real.
2013-08-01 16:04:42 -04:00
j2blake
036d20b892 VIVO-227 Remove warning message from JsonServletTest 2013-08-01 15:24:33 -04:00
j2blake
6b3d9a28c7 VIVO-234 Ignore a runtime.properties file in the distribution directory 2013-08-01 15:08:15 -04:00
j2blake
914bb18278 VIVO-64 Modify UpdateKnowledgeBase so it doesn't require an empty directory.
It will create any directories that it needs. It will also store them in [vitro.home]/upgrade/knowledgeBase instead of [webapps]/vivo/WEB-INF/ontologies/upgrade
2013-07-31 16:30:40 -04:00
j2blake
50a6be56a2 VIVO-39 Deprecate the SimplePermission instances that we would like to see go away. 2013-07-29 14:30:49 -04:00
j2blake
578bc95b63 Merge branch 'develop' of git+ssh://github.com/vivo-project/Vitro into develop 2013-07-25 11:55:03 -04:00
j2blake
9f1b9f6beb Add license tag line. Remove unused imports. VIVO-222 2013-07-25 11:51:45 -04:00
Brian Caruso
b9d1b5d48f Remvoing unused Solr fileds ALLTEXT_PHONETIC, PHI, ADJACENT_NODES, modType, JCLASS,
Adding field mostSpecificTypesURIs for VIVO-221
2013-07-25 11:38:40 -04:00
Brian Caruso
5b0f8919b7 Fixing broken FileUploadServletRequest VIVO-222 2013-07-24 17:14:32 -04:00
j2blake
c00fefacfe Changes to the SolrSetup class require access to the newer HttpClient libraries
VIVO-161 VIVO-43
2013-07-24 11:49:56 -04:00
Brian Caruso
efb879ce1e Removing classLocalNameLowerCase from solr schema.xml VIVO-161 2013-07-22 15:44:22 -04:00
j2blake
73fd47dd55 VIVO-212 The "unfiltered" WebappDaoFactory must be built from language-aware models, even if no policy filtering is applied. 2013-07-22 12:31:56 -04:00
tworrall
46ae630e95 VIVO-215: fix layout of search results page - the first search result was appearing up in the header as were the facets; standardize look of the download popup. Also ensure that longer headings that include types from the facet wrap to new line rather than overrun the search help link. 2013-07-18 16:56:56 -04:00
j2blake
fcbe59dcf6 Use the WADF from the request, not from the context.
It will never be null.
2013-07-18 16:18:49 -04:00
j2blake
345f99790f VIVO-212 Rename WADF access methods on VitroRequest
Overlooked a reference in a JSP
2013-07-18 15:31:42 -04:00
Brian Caruso
54f79f2ea7 Normalize line endings VIVO-101 2013-07-18 15:19:53 -04:00
Brian Caruso
dfce1429b1 Merge branch 'issue-vivo-191' into develop 2013-07-18 14:35:05 -04:00
Brian Caruso
c1a6c0b228 Removing unused properties VIVO-191 2013-07-18 14:32:45 -04:00
j2blake
4f6679be58 VIVO-212 Rename WADF access methods on VitroRequest
Use the term Unfiltered instead of Full, for consistency with other places in Vitro.
2013-07-18 13:22:45 -04:00
j2blake
c3a0568114 VIVO-212 Add unfiltered WADFs to ModelAccess
Create two new FactoryIDs: UNFILTERED_BASE and UNFILTERED_UNION
Modify VitroRequest so the unfiltered WADF is no longer stored in an attribute on the request.
Initialize them in the context - same as the BASE and UNION
Initialize them in the request - same as the BASE, but UNION will be filtered.
2013-07-18 12:37:20 -04:00
tworrall
614d338257 moving some i18n() strings from vivo (wilma theme) to vitro 2013-07-17 15:52:17 -04:00
Brian Caruso
7620e43209 Merge branch 'develop' of github.com:vivo-project/Vitro into develop 2013-07-17 15:03:38 -04:00
Brian Caruso
38e6146390 Fixing RDF edit on session experation. VIVO-186 2013-07-17 15:03:28 -04:00