Commit graph

2900 commits

Author SHA1 Message Date
briancaruso
91c34b4fc9 Adding a BaseEditConfigurationGengerator and changes to FieldVTwo. 2011-11-04 16:48:50 +00:00
hjkhjk54
693ac3db8f 2011-11-04 14:18:26 +00:00
j2blake
d1ecaccc5b NIHVIVO-2343 First shot at the Manage Proxies page. 2011-11-03 23:20:22 +00:00
hjkhjk54
23329bd5fc Updates for freemarker conversion, removing 2 stage role forms from vitro since they belong in vivo 2011-11-03 21:45:27 +00:00
stellamit
85b9c04850 updating logging message 2011-11-03 21:38:49 +00:00
stellamit
4936575086 updating pacakge name for SimpleReasonerTBoxListener 2011-11-03 18:39:18 +00:00
stellamit
a8140fcde7 prepatory work for switching into asynchronous reasoning mode when processing a tbox update. 2011-11-03 18:37:25 +00:00
briancaruso
5559ba5fed linked data request for an individual now returns a 303. NIHVIVO-2982 2011-11-03 17:18:16 +00:00
briancaruso
f5f8a98ea3 During a full rebuild of the search index, if you know how many individuals will be indexed at the start of the process consider logging that in the message. NIHVIVO-3276 2011-11-03 16:54:57 +00:00
briancaruso
98ded1f8bb Handle diacritics in PagedSearchController. NIHVIVO-3277 2011-11-03 16:49:15 +00:00
j2blake
7b6a22f447 Move some functions from UserAccountsPage to AbstractPageHandler, so they can be more widely used. 2011-11-03 15:04:48 +00:00
j2blake
d8afc2082f Add generics to remove compiler warnings. 2011-11-03 14:34:17 +00:00
j2blake
9bb7ddad13 NIHVIVO-2343 Fix comment. 2011-11-03 14:27:36 +00:00
stellamit
f25ffeffaf updates for NIHVIVO-3271 and NIHVIVO-3207 2011-11-02 21:21:24 +00:00
hjkhjk54
5c8d787720 Updates for including edit submission preprocessor. 2011-11-02 21:02:57 +00:00
j2blake
b06467e893 NIHVIVO-2343 First stab at a ProxyRelationshipSelector and tests. 2011-11-02 20:33:53 +00:00
brianjlowe
b3edf5cb3d NIHVIVO-3231 rename resource utility now updates user accounts model 2011-11-02 20:33:10 +00:00
j2blake
e4132a18f6 Remove unused import statement. 2011-11-02 20:14:03 +00:00
brianjlowe
e3c7a7d813 NIHVIVO-3117 improved TBox extraction for add/remove RDF 2011-11-02 19:33:14 +00:00
hjkhjk54
15c78c74d4 2011-11-02 14:55:37 +00:00
brianjlowe
bb6db4ed5b modification to getObjectPropertyStatements(String propertyURI) to avoid need for explicity typed object properties 2011-11-02 14:04:26 +00:00
briancaruso
bc9c3d215c Removing rdfs:label from search index document field ALLTEXT. Moving vivo specific DocumentModifiers out of vitro. NIHVIVO-2975 2011-11-01 16:17:26 +00:00
briancaruso
3717da7fea Checking for null when adding formSpecificData 2011-11-01 16:16:02 +00:00
hjkhjk54
c93cecb63c Updates for n3 editing and two stage role person form 2011-10-31 21:47:31 +00:00
stellamit
d11c2cfe13 updating comment 2011-10-31 17:30:06 +00:00
stellamit
846aca18eb NIHVIVO-3265 migrate display model 1.3-->1.4 2011-10-31 16:14:43 +00:00
j2blake
a866b5daf4 NIHVIVO-2343 A user should not be allowed as a proxy for his own profile. 2011-10-30 17:15:53 +00:00
j2blake
b7ec17856e NIHVIVO-2343 Remove hardcoded kluges for base URL, matching property and AJAX URL. Only show the proxy panel if the user has a profile and is authorized to manage the proxy. 2011-10-30 16:54:23 +00:00
j2blake
743b96281e NIHVIVO-2343 Create identifier so a ProxyEditor works like a SelfEditor 2011-10-28 22:42:16 +00:00
j2blake
6f651fcf4f NIHVIVO-2343 Create method: UserAccountsDao.setProxyAccountsOnProfile() and use it. 2011-10-28 22:14:38 +00:00
stellamit
7b581308af NIHVIVO-3206 data migration 2011-10-28 21:41:12 +00:00
j2blake
5de648f465 NIHVIVO-2343 Modify "MyAccount" controller to handle proxy URIs. 2011-10-28 18:09:58 +00:00
j2blake
7bb12dbeb9 NIHVIVO-2343 Create method: UserAccountsDao.getUserAccountsWhoProxyForPage(String profilePageUri) 2011-10-28 16:20:19 +00:00
hjkhjk54
202a657178 updates for freemarker conversion and related n3editing 2011-10-28 15:39:24 +00:00
j2blake
9fa5986cf2 NIHVIVO-2343 Figuring out how to get the correct model that I want for queries. 2011-10-28 14:38:54 +00:00
stellamit
a82f6e65e6 migration: fixing log message and commenting out obsolete display model migration code. 2011-10-27 21:26:41 +00:00
j2blake
9ab85a2bb0 NIHVIVO-2343 Add debug log statement 2011-10-27 14:47:01 +00:00
j2blake
45f08396db Log an INFO message when finished with initializing or destroying ServletContextListeners 2011-10-27 14:46:31 +00:00
j2blake
6e177f9de2 NIHVIVO-2343 Restructure SparqlQueryAjaxController so it can access different models. Create separate RequestedActions for QueryFullModel or QueryUserAccountsModel 2011-10-27 14:38:34 +00:00
brianjlowe
1235402646 removing obsolete RegeneratingModel 2011-10-26 21:07:15 +00:00
stellamit
f16a44db99 updating log message 2011-10-26 20:38:29 +00:00
stellamit
d1b745863c incremental development for nihvivo-3206 2011-10-26 20:31:48 +00:00
j2blake
b0b2fb98e1 NIHVIVO-2343 Move the SPARQL query execution boilerplate into a utility class so it can be used elsewhere. 2011-10-25 19:38:31 +00:00
brianjlowe
91a483a788 NIHVIVO-3205 reasoner plugin infrastructure for inter-ontology mapping; NIHVIVO-3221 derive dc:title for documents; and NIHVIVO-3239 bugfix to prevent anonymous type creation in IndividualDaoJena.updateIndividual() 2011-10-25 19:20:02 +00:00
stellamit
e1e5fba67f NIHVIVO-3129 VIVO text appearing on RDF Export screen in vitro deployment 2011-10-24 22:04:52 +00:00
brianjlowe
f346789445 NIHVIVO-3236 fixes timeout bug when attaching models to TBox 2011-10-24 20:02:04 +00:00
stellamit
7d5a413c15 change log level for 'ontology prefix not found' message to debug NIHVIVO-3237 2011-10-24 18:55:41 +00:00
j2blake
293e762e23 NIHVIVO-2343 Create permissions for managing your own proxies and for managing all proxies. 2011-10-21 21:17:59 +00:00
j2blake
b28bacbdb5 NIHVIVO-2343 Extend UserAccount to include proxiedIndividualUris; extend the DAO. 2011-10-21 21:09:19 +00:00
j2blake
75a5229d56 Remove unused import statements. 2011-10-20 21:49:20 +00:00