Commit graph

54 commits

Author SHA1 Message Date
bdc34
2709d24cc4 Adding test for PrimitiveRdfEdit. 2010-06-21 21:10:25 +00:00
jeb228
fb7d5bbba9 NIHVIVO-157 manual merge of the changes from branch NIHVIVO-157-file-storage 2010-06-20 19:23:19 +00:00
rjy7
2ba28a04a5 NIHVIVO-646 Initial setup for autocomplete field in authors form.
Fixed typos in TabFilteringTest class and getTabHierarchy method names.
2010-06-16 15:33:14 +00:00
jeb228
bddc92fb72 NIHVIVO-510 Remove warnings for deprecated methods in ServletContext 2010-06-04 16:13:11 +00:00
jeb228
5b9bf808c8 NIHVIVO-510 Create the FileStorageSetup initializer, instead of the FileStorageFactory 2010-06-03 21:16:03 +00:00
rjy7
0e545d65c4 Added UrlBuilder class to handle building urls for site links 2010-05-27 14:20:59 +00:00
jeb228
916a7a5d62 NIHVIVO-160 Change package from webapp.utils.filestorage to webapp.filestorage.backend 2010-05-26 20:10:24 +00:00
rjy7
f6b3acd831 Moved url utility methods into Routes class 2010-05-26 16:04:46 +00:00
jeb228
a16985ccaa NIHVIVO-160 Complete the first iteration of coding and testing - especially avoidance of Windows reserved words. 2010-05-25 20:33:32 +00:00
jeb228
60958400f1 Make file deletion more robust. Make file creation more robust.
Handle newlines rigorously when reading a file.
2010-05-25 20:31:09 +00:00
jeb228
f40e2d1af7 NIHVIVO-160 FileStorage.getInputStream returns an InputStream, instead of an array of bytes. Read it however you like. 2010-05-24 19:27:27 +00:00
jeb228
b86ec9e7b2 NIHVIVO-160 Remove the maximum file size - no need for it at this level. 2010-05-24 19:18:41 +00:00
jeb228
544432acc1 NIHVIVO-160 Complete the FileStorageHelper, with tests. 2010-05-24 15:20:31 +00:00
rjy7
4aa300e5a3 Changed FreeMarkerHttpServlet static variables from public to protected. Moved files into the freemarker package as needed to support access to those variables. 2010-05-21 18:26:17 +00:00
jeb228
787e378a3c NIHVIVO-160 Start writing unit tests as the implementation progresses. 2010-05-21 17:42:03 +00:00
jeb228
734067f22a NIHVIVO-160 These belong in the 'src' directory, not in the 'test' directory. 2010-05-21 17:35:11 +00:00
jeb228
b9dfa9023b NIHVIVO-160 Start coding the back-end 2010-05-20 20:49:42 +00:00
jeb228
ae01a03122 Add a "magic license comment" 2010-05-19 18:38:55 +00:00
rjy7
6741f7d586 Fix link to individual list page 2010-05-18 17:38:47 +00:00
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