Commit graph

6681 commits

Author SHA1 Message Date
rjy7
bdc0bbfeae Add custom form utils mixin to forms for educational background and position history. 2010-06-14 20:06:52 +00:00
jrm424
da9f7ee0c4 new tool 2010-06-14 20:04:28 +00:00
rjy7
7e1d4186ad NIHVIVO-646 Move custom form utilities to a separate js file and add utility mixin methods to mix them in to specific custom forms. Make paths to css and js files in formPrefix.jsp and formSuffix.jsp absolute instead of relative. 2010-06-14 19:22:49 +00:00
rjy7
ba418660e3 NIHVIVO-646 Continued work on custom form for adding authors to publications 2010-06-14 16:36:11 +00:00
rjy7
7568169fdd Add jquery UI 2010-06-14 01:39:49 +00:00
jeb228
b8c36d7f32 NIHVIVO-161 add method ObjectPropertyStatementDao.getObjectPropertyStatements(ObjectPropertyStatement) to search for all object properties that match a given pattern. 2010-06-12 22:23:47 +00:00
rjy7
6adee49eef NIHVIVO-646 add authors to publications custom form 2010-06-11 21:11:17 +00:00
jrm424
5e4d133bbd a number of minor changes to deal with new directory layout 2010-06-10 21:21:53 +00:00
jrm424
ecd9c2e925 This xsl was changed to deal with the INTELLCONT_JOURNAL PUBLIC_VIEW tags in the Activity Insight xmls 2010-06-09 20:25:58 +00:00
jrm424
db03ac4c23 updated doc to reflect required transform args 2010-06-09 20:22:21 +00:00
rjy7
4e168078c6 Added Support link to header and footer link lists. Modified firstLastList macro so it doesn't require delimiters separating the list items. 2010-06-09 19:37:16 +00:00
rjy7
1aa4bb00d6 Improved implementation of script/stylesheet object wrapping to make them writable. 2010-06-09 16:13:24 +00:00
rjy7
4c3259163b Modify default FreeMarker bean wrapper so template data is read-only. Use different bean wrapper for script and stylesheet objects. Added methods to IndividualView class. 2010-06-08 22:24:12 +00:00
rjy7
b27617696f Changed theme template directory name 2010-06-08 19:00:56 +00:00
jeb228
a5cc17d7bc Keep Joe's files from causing issues with the licenser. 2010-06-08 17:30:48 +00:00
jrm424
715a28bcc2 name change 2010-06-08 17:21:42 +00:00
jrm424
085f0e4656 name change 2010-06-08 17:21:19 +00:00
jrm424
8f75b72573 new project first commit 2010-06-08 17:15:01 +00:00
jeb228
baeea24cd1 Create a folder to hold the ingest tools. 2010-06-08 17:02:40 +00:00
jeb228
cbda9a16cc NIHVIVO-160 make the map of FileItems available as an attribute as well as through a method call. That way, if the request is wrapped in a VitroRequest, the map is still accessible. 2010-06-07 18:43:40 +00:00
hjk54
9237b7bd41 Edited editConfiguration method call - using incorrect arguments 2010-06-07 17:48:43 +00:00
jeb228
0c748372f0 NIHVIVO-161 Create vitroPublic.owl to hold the file-related classes and properties. 2010-06-07 15:54:39 +00:00
hjk54
5d4f3d8601 Removing debut statements and adding support for validation of annotation properties on forms. 2010-06-07 15:51:31 +00:00
jeb228
c4062267bd NIHVIVO-405 modify build.xml to recognize debug.log4j.properties if it exists, and to use it instead of default.log4j.properties. Clean up svn:ignore properties in webapp/config 2010-06-07 15:47:43 +00:00
jeb228
9f76c1462d NIHVIVO-239 Fix oversight - summarize output after running the tests. 2010-06-07 13:17:34 +00:00
jeb228
bddc92fb72 NIHVIVO-510 Remove warnings for deprecated methods in ServletContext 2010-06-04 16:13:11 +00:00
jeb228
d34b0deeff NIHVIVO-239 Return a non-zero error code if the task finds any errors or warnings. 2010-06-04 13:26:37 +00:00
rjy7
7e730cb0a0 Fixed url on logout link. 2010-06-03 22:22:49 +00:00
jeb228
5b9bf808c8 NIHVIVO-510 Create the FileStorageSetup initializer, instead of the FileStorageFactory 2010-06-03 21:16:03 +00:00
jeb228
bcf06634ee Tell Tomcat not to attempt to persist the Vivo user sessions when Tomcat shuts down. 2010-06-03 21:12:22 +00:00
jeb228
2c0d76286d NIHVIVO-239 Permit a zero-length second argument from the command line - might happen in Linux. 2010-06-03 19:26:47 +00:00
jeb228
32fe55f854 NIHVIVO-239 Create a build script for the testrunner, and make it possible to run tests on Vitro. 2010-06-03 18:57:46 +00:00
jeb228
ad1f9e3b94 NIHVIVO-239 Move the selenium stuff from vivo to vitro. 2010-06-03 18:52:15 +00:00
jeb228
500b36d7af NIHVIVO-239 Create a clearer error message if the parameter file is not found. 2010-06-03 18:49:58 +00:00
rjy7
30b07ebd05 Added default formats to Freemarker configuration. Added a test controller and template for running test cases. 2010-06-03 16:20:35 +00:00
rjy7
340970c891 Miscellaneous minor changes for Freemarker implementation. Restored old entitylist instead of new individuallist until url errors in the latter are fixed. 2010-06-02 21:23:23 +00:00
jeb228
5f5d4b98ac Specify java 1.6 compatibility in the compile steps, instead of java 1.5 2010-06-02 20:30:17 +00:00
rjy7
55e68bb232 Remove call to FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp from VitroHttpServlet, since was getting called more than once per request (since there are multiple servlets that are called for a single request). Use calls from the jsps instead. 2010-06-02 17:29:12 +00:00
rjy7
037ff45736 Complete default individual list view in FreeMarker 2010-06-02 17:06:55 +00:00
jeb228
b3ddf9e822 NIHVIVO-160 Move @SuppressWarning("deprecation") so the build doesn't produce deprecation warnings. 2010-06-01 19:59:27 +00:00
jeb228
8d366fec4c NIHVIVO-432 use <sync> to remove any FreeMarker templates that were left over from previous builds. 2010-06-01 19:58:17 +00:00
jeb228
429479f242 NIHVIVO-160 Rewrite JenaXMLFileUpload to use the FileUploadServletRequest. 2010-06-01 17:10:57 +00:00
jeb228
59392fc934 NIHVIVO-160 Clean up the code: remove unused imports and variables. 2010-06-01 17:09:11 +00:00
jeb228
f584aebbd5 NIHVIVO-160 Rewrite FedoraDatastreamController to use the FileUploadServletRequest. 2010-06-01 16:54:28 +00:00
jeb228
77f9fd2d30 NIHVIVO-160 Add getFileItem() 2010-06-01 16:49:49 +00:00
jeb228
3646092f4d NIHVIVO-160 Clean up the code: remove unused imports and variables. 2010-06-01 13:40:29 +00:00
rjy7
c2fa2c4e37 Handle custom search views used on individual list page. 2010-05-28 21:44:59 +00:00
rjy7
a4f652ddbf removed debugging print statement 2010-05-27 22:13:00 +00:00
rjy7
b26d294ea1 NIHVIVO-517 Fix identification of active tab in main menu 2010-05-27 22:12:24 +00:00
rjy7
6bfab4e431 Changed visibility of FreeMarkerHttpServlet root hashmap to private, so other controllers can't add to it. 2010-05-27 20:47:09 +00:00