Commit graph

2440 commits

Author SHA1 Message Date
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
hjkhjk54
b623d7847c Updates for RDFS Label and N-3 Editing 2011-10-20 20:31:53 +00:00
briancaruso
e4308ed5ab Increasing antisamy buffer size NIHVIVO-3192 2011-10-19 20:21:48 +00:00
hjkhjk54
94091c668e Updates for N3Editing 2011-10-17 19:05:30 +00:00
j2blake
8fc35cf66c NIHVIVO-2256 cosmetic changes: remove old commented-out code; add generics; remove compiler warnings. 2011-10-13 16:09:47 +00:00
brianjlowe
ff91b5a67e removed log message 2011-10-12 14:57:12 +00:00
brianjlowe
1ec081dcf3 NIHVIVO-1228 NIHVIVO-3202 improved selection of editable properties: support for simple union domains and domain inheritance 2011-10-11 21:00:20 +00:00
j2blake
fc4a22d292 NIHVIVO-3209 Fix spelling error in comment. 2011-10-11 19:51:47 +00:00
j2blake
e8d8c494f7 NIHVIVO-3209 Create VitroBackgroundThread to provide an answer to the question "are all background threads idle?". Make IndexBuilder and VClassGroupCache.RebuildGroupCacheThread subclasses of VitroBackgroundThread, so they will be included in that question. 2011-10-11 19:45:30 +00:00
hjkhjk54
d3f77a374c Updates for resolving NIHVIVO-3217 and NIHVIVO-3218 2011-10-11 19:44:12 +00:00
hjkhjk54
591af24749 Updates for n3 editing and freemarker conversion. Also fixing propDelete.jsp's reference to freemarker configuration loading to include correct method call. 2011-10-11 15:49:19 +00:00