Commit graph

75 commits

Author SHA1 Message Date
jeb228
21bbd9e881 Fix ambiguous method call. 2010-10-27 20:06:00 +00:00
jeb228
b438f7d36d NIHVIVO-1229 Create the RevisionInfoBean, with setup listener and unit tests. 2010-10-25 21:30:34 +00:00
jeb228
5a2af2f97d NIHVIVO-1208 Cleaned things up a bit - ready to give up, for now at least. Still works for JPEG, but not for GIF. 2010-10-12 20:05:55 +00:00
bdc34
23bc237950 Adding self editing of author lists, NIHVIVO-1155 2010-10-06 21:52:08 +00:00
sjm222
9e1a84e174 merging in changes from NIHVIVO-1191 and NIHVIVO-1195 from the 1.1.1 branch 2010-10-05 21:35:33 +00:00
sjm222
a5f04394d9 merging update for NIHVIVO-1191 from branch 1.1.1 to trunk 2010-10-05 14:45:55 +00:00
rjy7
a79d4067a6 Reimplementing main site admin page in Freemarker: ontology editor panel 2010-08-31 17:12:53 +00:00
jeb228
4d59966bd0 Fix "lastModified" test to allow for the fact that Unix only keeps timestamps to the nearest second. 2010-07-30 18:20:52 +00:00
jeb228
7fd7fbcc27 NIHVIVO-705 NIHVIVO-789 Use a Flattening Template Loader for templates from Vitro core, instead of flattening the template directory during the build process. 2010-07-30 14:23:18 +00:00
jeb228
677dfb18d0 Remove the requirement for a namespace ending in "/individual/" - print a warning, but go on. 2010-07-29 16:28:07 +00:00
bdc34
5671656d5d Merge to trunk. Fixing tab flag 1 filtering when there is only one portal. NIHVIVO-987 2010-07-23 21:04:08 +00:00
jeb228
1236e6cf18 NIHVIVO-927 Merge 5418 from the branch. 2010-07-22 20:23:20 +00:00
jeb228
d3bba71a13 NIHVIVO-927 Merge 5404 from the branch. 2010-07-22 19:26:50 +00:00
jeb228
1c62224b6d NIHVIVO-927 Merge 5386 from branch. 2010-07-22 15:22:18 +00:00
jeb228
0459959ae7 NIHVIVO-701 Merge 5366 from branch 2010-07-21 19:40:40 +00:00
bdc34
0b97ec523b merging URL validation in defaultLinkForm.jsp 2010-07-21 18:44:34 +00:00
bdc34
8f4b448dcb Fixing problems with too many threads for indexing. 2010-07-08 23:43:51 +00:00
rjy7
e7675e494d Added license text 2010-07-02 03:49:31 +00:00
bdc34
ec7a7c23a8 Adding ability to hide classes in search. NIHVIVO-643. Adding ability to have n3 files in ontology directories. 2010-07-02 00:24:15 +00:00
rjy7
fd0df8b281 NIHVIVO-646 Autocomplete, remove author functionality 2010-06-29 16:15:49 +00:00
jeb228
e110a0fde1 NIHVIVO-208 Convert Log4J calls to Apache Commons Logging calls. 2010-06-23 12:29:35 +00:00
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