Commit graph

2832 commits

Author SHA1 Message Date
j2blake
84a9b22d99 NIHVIVO-3502 Fix the proxy panel so all of the contents always have an image - either the profile image, if available, or the correct placeholder. Avoid hard-coding the URL of the placeholder, so we can remove the kluge of a person.thumbnail.jpg in Vitro 2012-03-21 20:33:34 +00:00
brianjlowe
da2c958492 NIHVIVO-3539 remove WebappDaoFactory.getProperties() 2012-03-21 20:32:58 +00:00
j2blake
2c585755d0 NIHVIVO-3704 Create a Freemarker method called placeholderImageUrl(individualUri). Use that instead of hard-coding the placeholder image URLs in templates, or passing the placeholder image along from one page to the next via the controller. Remove the "extraParams" parameter to several Freemarker macros, since this is the only purpose it was used for. 2012-03-21 17:29:15 +00:00
j2blake
af8fc9e0a9 NIHVIVO-568 Add comments, explaining that the list of mostSpecificTypes is not returned in random order, but is instead ordered by ascending values of "label". 2012-03-19 16:46:20 +00:00
j2blake
53b870da2a NIHVIVO-3524 UpdateUploadedFiles (and dependent classes) was used to migrate from 0.9 to 1.0 and from 1.1.1 to 1.2 - it is no longer needed. 2012-03-19 16:05:39 +00:00
j2blake
04eb46415a NIHVIVO-3524 UpdateUploadedFiles (and dependent classes) was used to migrate from 0.9 to 1.0 and from 1.1.1 to 1.2 - it is no longer needed. 2012-03-19 16:05:21 +00:00
j2blake
acf1b1896a NIHVIVO-3524 UpdateUserAccounts was used to migrate from 1.2 to 1.3 - it is no longer needed. 2012-03-19 15:36:54 +00:00
hjkhjk54
185475a321 updates for enabling autocomplete editing and n3editing to work. 2012-03-15 17:39:56 +00:00
stellamit
cfe7e3b462 updating comments, and changed some methods from public to protected 2012-03-15 16:36:12 +00:00
hjkhjk54
5e025d66af updates to allow autocomplete to edit an existing relationship and allow for creation of a new URI for the object (even with the old URI in scope) 2012-03-08 22:40:19 +00:00
brianjlowe
d7da587aa7 various and sundry small DAO improvements 2012-03-08 20:54:29 +00:00
tworrall
5fea873ed2 NIHVIVO-3538 implemented a jquery plus java captcha on the contact form page 2012-03-08 20:44:21 +00:00
brianjlowe
58e2441a6c Sesame library update and SparqlGraph for RDF API work 2012-03-08 19:19:24 +00:00
j2blake
eb0b921b9f NIHVIVO-2534 Store the contact form emails in the vitro home directory, not inside Tomcat. 2012-03-07 16:54:00 +00:00
j2blake
7da535e70a NIHVIVO-2855 If editing the root user account, don't allow an ExternalAuthID, or the flag of ExternalAuthOnly. 2012-03-06 21:59:48 +00:00
j2blake
ca844e91a2 NIHVIVO-3270 Instead of storing request-specific URLs in the FreemarkerConfiguration (where they become global), create a "urls" variable in the body map that includes both request-specific and context-general values, and that masks that "urls" variable in the config. 2012-03-06 21:39:24 +00:00
stellamit
d54cdb2a82 NIHVIVO-3675 - use default pellet options when doing tbox reasoning 2012-03-06 20:48:25 +00:00
stellamit
33fddb8e69 NIHVIVO-3674 read imports closure when loading ontologies from filegraph 2012-03-06 20:46:00 +00:00
hjkhjk54
1183f2d4b7 adding some debugging lines 2012-03-05 21:40:22 +00:00
hjkhjk54
8afc9856cf updates for rewriting page data getters as data getters and updating page controller, etc. 2012-03-02 21:24:55 +00:00
stellamit
f7d585b0c3 NIHVIVO-3531 DeltaComputer timing 2012-03-02 19:00:58 +00:00
briancaruso
5b89150d4f Working N3 editing of display model. 2012-03-02 00:03:12 +00:00
briancaruso
f77edc315e Working N3 editing of display model. 2012-03-02 00:00:35 +00:00
stellamit
c3b33b9cca DeltaComputer timing issues (plus unrelated logging update to TBoxListener) 2012-03-01 18:59:26 +00:00
hjkhjk54
6ad2d16c94 fixing error in datagetterutils 2012-02-29 22:37:28 +00:00
hjkhjk54
0c32b6e4ac page data getter classes being redone as data getter classes 2012-02-29 22:20:36 +00:00
briancaruso
d9669acddb Fixing problem with FM dump directive. Working on SparqlQueryDataGetter. 2012-02-29 19:51:33 +00:00
hjkhjk54
558985d542 updates for sparql data getter and updates to data getter utils 2012-02-29 19:18:07 +00:00
j2blake
eb1ff58879 Make the "stylesheets" variable visible to the dump.ftl template, repairing a problem created by r9502. 2012-02-28 22:26:40 +00:00
stellamit
fe044c759a Removing 1.4 (and before) specific migration logic (External Concepts, display model, recomputing mostSpecificType on startup) 2012-02-27 18:38:33 +00:00
j2blake
11d32685cf NIHVIVO-3628 convert PropertyListConfig and InvalidConfigurationException from inner classes on ObjectPropertyTemplateModel to top-level classes. Combine InvalidConfigurationException with InvalidConfigFileException. Adjust tests accordingly. 2012-02-22 21:40:48 +00:00
j2blake
6a4228f099 NIHVIVO-3628 Create a new package for custom list view classes. 2012-02-22 20:50:47 +00:00
j2blake
0b18650ac4 NIHVIVO-3628 Minor tweaks. 2012-02-22 20:33:52 +00:00
j2blake
1f96d551f5 NIHVIVO-3628 Clean up the logic that instantiates the postprocessor. Log a more specific error message if there is a problem. 2012-02-22 20:29:50 +00:00
j2blake
28c06329f7 NIHVIVO-3628 Create the CustomListViewConfigFile class, with tests, and use it to replace much of the code in ObjectPropertyTemplateMode.PropertyListConfig 2012-02-22 19:23:46 +00:00
j2blake
3ceff9e0a5 NIHVIVO-3542 Fix a typological error introduced in r.9563 2012-02-20 20:10:24 +00:00
j2blake
b731c17f6a NIHVIVO-3542 Use a boolean flag to indicate whether the page is editable, instead of the presence or absence of an EditingPolicyHelper. 2012-02-17 17:56:41 +00:00
j2blake
1b2ac02770 NIHVIVO-3542 Call PolicyHelper.isAuthorizedForActions() instead of EditingPolicyHelper.isActionAuthorized(). Remove the EditingPolicyHelper as a parameter to methods and constructors where it is no longer used. 2012-02-17 16:58:21 +00:00
briancaruso
d6925f93c6 Adding edit link to menu pages. Changing visibility of SparqlQueryDataGetter.doQuery for testing. 2012-02-15 20:24:53 +00:00
briancaruso
c30e883f7e Changing the DataGetter and PageDataGetter utuils to not log unnecessary errors. Adding unit tests for DataGetters and PageDataGetters. 2012-02-15 17:57:01 +00:00
briancaruso
0aabb7908b Working on model switching. Change editRequestDispatch to stop it from always forwarding if there was a display model edit parameter. Chagned URLs for menu edit controllers. Added non-page data getters. Added SPARQL data getter. 2012-02-10 20:11:58 +00:00
briancaruso
9ce168f7c9 ObjectPropertyDaoJena changed so it does not try to return an ObjectPropety from a DataProperty. 2012-02-09 21:37:59 +00:00
briancaruso
0d94f3ac4c Using constant string for context attribute key for display model. 2012-02-09 21:36:57 +00:00
briancaruso
ef412632cf Using constant string for context attribute key for display model. 2012-02-09 21:36:10 +00:00
briancaruso
509c9baae7 Adding to display vocabulary. 2012-02-09 21:34:39 +00:00
j2blake
d37d976344 NIHVIVO-2694 If there is a problem with logging in externally, show it in the DisplayMessage, since it might not show up in the login widget message area. 2012-02-02 21:58:19 +00:00
j2blake
486dc1dd7d NIHVIVO-2694 Create a new page that allows an admin or root to restrict logins. 2012-02-02 21:56:48 +00:00
j2blake
16c36079db NIHVIVO-2694 Let "showAuth" show the current authenticator. 2012-02-02 21:55:34 +00:00
j2blake
b0649849ce NIHVIVO-2694 Make it easier to change the AuthenticatorFactory 2012-02-02 21:54:40 +00:00
j2blake
2c2151a0f2 NIHVIVO-2694 Create a new Permission to determine who can login when logins are restricted. 2012-02-02 21:54:06 +00:00