Commit graph

3399 commits

Author SHA1 Message Date
hjk54
fa143a168b Changes for issues pertaining to file upload (correction of date for uploadDateTime), file replacement (changing label, etc.), and file deletion. 2010-03-11 15:06:56 +00:00
rjy7
fd2676da55 NIHVIVO-155 Corrections to redirections after fake self-editing form submissions 2010-03-10 22:13:04 +00:00
jeb228
6837626931 Improve log messages for debugging and for error if an Ontology file fails to load. 2010-03-10 14:30:41 +00:00
rjy7
7cbbd2eafd NIHVIVO-155 Put fake self-edit testing form on a regular site page with header, footer, theme, etc. 2010-03-09 20:30:34 +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
edd1ea0a3a Make the log format a little prettier 2010-03-09 14:28:02 +00:00
jeb228
4385e3dab2 Change the log format to include a timestamp, skip the thread name, and use unqualified class names. Remove the "specialty" log files. 2010-03-08 22:19:26 +00:00
rjy7
450b2cbf0f Fixed typos 2010-03-05 22:14:43 +00:00
rjy7
324a6ea3f9 NIHVIVO-138 Distinguish format validation from nonempty validation: specification of format validation now does not entail a requirement that the field be nonempty. 2010-03-05 17:51:00 +00:00
rjy7
794e5d9f64 NIHVIVO-138 Distinguish format validation from nonempty validation: specification of format validation now does not entail a requirement that the field be nonempty. 2010-03-05 15:42:11 +00:00
jeb228
c41f94eebe NIHVIVO-137 Restore the "skiptests" parameter on the build. 2010-03-04 18:40:06 +00:00
hjk54
a30c10fa54 Changes for file upload email confirmation 2010-03-02 21:59:15 +00:00
hjk54
5b83d1fcf9 Fix max file size upload to 1GB 2010-03-02 15:05:52 +00:00
rjy7
04ef5fb559 Removed vivoweb license text from 3rd party tlds. 2010-03-01 21:34:52 +00:00
rjy7
9f7aecd6ac Changed a less than sign to the corresponding html character entity. 2010-03-01 20:32:31 +00:00
hjk54
f884489278 Changes related to datastar issues: Adding link in site admin for custom report, fixing upload issues. 2010-02-28 21:14:48 +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
bdc34
3dc85f666d Changing class used for fake self editing in web.xml. 2010-02-24 22:20:38 +00:00
jeb228
57f41f833f NIHVIVO-119 Tweak the code for initialAdminUser -- User is a Resource, not a Literal. 2010-02-23 22:42:57 +00:00
jeb228
6a13e272e7 NIHVIVO-119 Remove the ontologies/auth directory, remove vitroUsers.owl, remove the build step that modifies vitroUsers.own (both build.xml and product-build.xml). 2010-02-23 18:50:21 +00:00
jeb228
bdb154935c NIHVIVO-119 If there are no users in the model, and none from files in ontologies/auth, create one from deploy.properties "initialAdminUser". 2010-02-23 18:48:48 +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
19ff6ea2fd NIHVIVO-56 Use copy with override to be sure that the product modifications will override any existing files of the same names. 2010-02-22 16:45:54 +00:00
hjk54
cbfe1940a6 Changes for adding ability to email all users 2010-02-22 16:32:47 +00:00
jeb228
1afb527408 NIHVIVO-56 Cleanup comments in build scripts. 2010-02-22 13:32:29 +00:00
jeb228
82d8322393 NIHVIVO-56 Cleanup 2010-02-21 20:47:30 +00:00
jeb228
6e97a7158b NIHVIVO-56 Merge modifications and supplements into one directory, and make it configurable. Include any added JARs in the product-compile path. 2010-02-21 20:47:07 +00:00
jeb228
e28f10d2bc NIHVIVO-56 Property name changed for upload.directory. 2010-02-21 18:58:11 +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
bjl23
609b18b940 transactional Sesame sync 2010-02-17 20:20:02 +00:00
hjk54
79f0c67ce8 Removing test comments output 2010-02-12 16:58:47 +00:00
hjk54
e60bd55d78 Update 2010-02-12 16:49:26 +00:00
bdc34
e0cee7732f Fixing editing of user to individual. 2010-02-11 22:03:04 +00:00
rjy7
8dbfe7a9cd Reverting changes from last commit: these were intended for the dev-template-engine-eval branch, not the trunk. 2010-02-09 17:14:22 +00:00
rjy7
788b1cde36 NIHVIVO-89 Removing new experimental controllers and views from vitro-core trunk; these should have been added only to the dev-template-engine-eval branch. 2010-02-09 15:36:17 +00:00
rjy7
53297c182c NIHVIVO-89 Work on new JSP template for browse controllers 2010-02-09 15:23:22 +00:00
rjy7
d72f639f74 NIHVIVO-89 Initial setup for multiple browsecontrollers 2010-02-08 19:34:48 +00:00
jeb228
d0fe1a818c Modify MakeTidy so it doesn't create an output file when we run the unit tests. 2010-02-08 15:45:52 +00:00
jeb228
9a4a38b7c7 NIHVIVO-62 Removed json.jar instead of the source files, since it's easier to determine the provenance of the source. 2010-02-05 15:32:28 +00:00
rjy7
82343f63a3 Removed unneeded taglib directive from about.js. Removed vivo cornell clone headContent.js because it should be the same as the vitro core file. Cleaned up the latter. 2010-02-04 16:13:03 +00:00
jeb228
a874f4b88a NIHVIVO-15 Merge three configuration properties files into one. Create ConfigProperties as a central mechanism for reading configuration properties. 2010-02-03 15:09:52 +00:00
rjy7
863992f4ce Correct error in string used to create log 2010-02-02 00:42:03 +00:00
rjy7
03cfa3f584 NIHVIVO-75 Change "Datatype property" to "Data property" on editing forms 2010-02-01 21:59:52 +00:00
rjy7
06b7511e3d Style tweaks to admin dashboard "add individual" button and verbose property listings. 2010-01-31 04:54:58 +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