Commit graph

285 commits

Author SHA1 Message Date
rjy7
046ca60439 Use FreeMarker controller and templates for About and Index pages. Improvements to FreeMarkerHttpServlet.getUrl() method. Unit tests for FreeMarkerHttpServlet static methods. 2010-05-17 17:26:40 +00:00
rjy7
e402b03ac9 Fix import errors that resulted in build errors 2010-05-12 15:18:21 +00:00
bdc34
a8cfc10b2e Fixing bug in HTTP accept header processing as requested by timbl@w3.org 2010-05-11 13:50:33 +00:00
rjy7
caedb8861e Add utilities and corresponding unit tests for manipulation of strings and display dates. 2010-04-08 16:44:52 +00:00
jeb228
d7478d2f97 Added license tag. Removed unused imports. 2010-04-07 18:05:29 +00:00
bdc34
96d902219d Fixing bug with dependent resource delete. NIHVIVO-304 2010-04-06 22:04:49 +00:00
jeb228
e709dc4cb3 Clean up unused imports. 2010-04-06 20:09:21 +00:00
bjl23
35452e8b36 resolves NIHVIVO-171 re: syntactically invalid restrictions 2010-04-05 15:59:31 +00:00
sjm222
93c25072f9 NIHVIVO-216 unit test 2010-04-05 12:46:15 +00:00
bdc34
5da58324b8 Change individual display so labels for moniker, blurb, citation, and description only appear if the user has edit permissions for those properties. NIHVIVO-275 2010-04-02 23:13:09 +00:00
bdc34
822ad3b159 Removing debugging statements from unit test. 2010-03-30 21:21:14 +00:00
bdc34
e50a1bc6f5 Add dependent resources annotation to back end editing for object properties. NIHVIVO-212 2010-03-30 20:00:17 +00:00
sjm222
174ca4dbcb NIHVIVO-215 2010-03-26 19:26:16 +00:00
sjm222
ae7b5b9835 NIHVIVO-214 commenting out print statements 2010-03-26 19:25:26 +00:00
sjm222
e5071f8920 NIHVIVO-214 fixing bug in previous version of this issue resolution 2010-03-26 19:12:54 +00:00
jeb228
b1744fd541 NIHVIVO-46 Add license tags to these files. 2010-03-24 20:26:26 +00:00
sjm222
e217c5b90f NIHVIVO-214 2010-03-23 18:52:31 +00:00
rjy7
54c5019347 NIHVIVO-142 Add/edit/delete blurb on front end 2010-03-23 17:28:11 +00:00
rjy7
bcbe290c51 NIHVIVO-143 Allow adding a new moniker from the front end 2010-03-22 23:17:22 +00:00
bdc34
87a97cd8df Adding a new boolean property to ObjectProperty. NIHVIVO-118 2010-03-22 22:04:47 +00:00
bdc34
56ef6da161 Fixing dependent resource delete. NIHVIVO-88 2010-03-22 17:09:18 +00:00
jeb228
d7e274f11b Suppress deprecation message when compiling. Can't avoid implementing the deprecated method, but we don't need to see the warning. 2010-03-21 18:27:36 +00:00
rjy7
ea25ff4ffb NIHVIVO-202 Modify validation of frontend vitro namespace property edits to allow both the validator "nonempty" and a range datatype validator. 2010-03-19 19:47:38 +00:00
rjy7
8cd54743d5 NIHVIVO-200 Incorporate the <span> tag that wraps front end editing links into the custom tag, so that if there are no links, we don't get the span.
NIHVIVO-142 Various tweaks to front end editing.
2010-03-19 15:11:10 +00:00
rjy7
e8c272e4ff NIHVIVO-143 Front end deletion of moniker through the "delete" link: fixed bugs. Also added edit links for other vitro namespace properties on the individual page, but some are not working yet. 2010-03-18 21:04:19 +00:00
bdc34
a61a4b72ed adding unit test for dependent delete 2010-03-12 16:45:22 +00:00
bjl23
89919ccb2f changing uses of String.isEmpty() so we can compile with Java 5 2010-03-09 19:47:17 +00:00
jeb228
95cffe41b0 NIHVIVO-123 Rewrite ConfigurationProperties to use lazy initialization instead of a static initializer -- the exceptions are much more descriptive that way. Also write messages to the log on a variety of error conditions. Add unit tests. 2010-02-25 20:00:57 +00:00
jeb228
925df8863b NIHVIVO-123 Create stubs for the JNDI naming context classes, so I can do unit tests on ConfigurationProperties. 2010-02-25 19:59:34 +00:00
jeb228
b5730496d3 Make createFile() static, so it can be used in @BeforeClass methods. 2010-02-25 19:57:54 +00:00
jeb228
1367b10da3 NIHVIVO-108 MakeTidy will write it's output to the log instead of to a file. 2010-02-22 18:29:21 +00:00
jeb228
1b627fd2ab NIHVIVO-106 Rename TestEditLiteral.java to EditLiteralTest.java so it will be picked up by our test runner. 2010-02-22 16:57:10 +00:00
jeb228
03ab54f1eb NIHVIVO-56 Restructure the build script: get rid of cruft, make the product build an extension of the core build. 2010-02-21 18:45:18 +00:00
rjy7
076213cf5f NIHVIVO-70 Moved license text to top of all files, for consistency with Eclipse file templates to be created. 2010-01-31 04:38:14 +00:00
jeb228
4f2e303079 Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception. 2010-01-29 22:13:57 +00:00