Commit graph

4144 commits

Author SHA1 Message Date
rjy7
2c6ddaab64 Rename Freemarker search result templates. Initial work on moving main site admin page to Freemarker: login form. 2010-08-30 19:39:49 +00:00
rjy7
dc331e515a Style tweaks on search results page 2010-08-27 19:24:00 +00:00
rjy7
2ef905d8a1 Undid debugging setting inadvertently committed in last revision. 2010-08-27 18:48:50 +00:00
rjy7
5d53dd4b2b Add previous and next links to search result paging. Small style changes. 2010-08-27 18:47:56 +00:00
rjy7
589383f15b Handle search error message from Freemarker controller and template. 2010-08-27 16:52:26 +00:00
rjy7
73024a4d03 Reimplement search controller and search results display template in Freemarker. Error cases not handled yet. 2010-08-27 15:52:30 +00:00
rjy7
3dbbf13cd7 NIHVIVO-564 Dump directive displays a message rather than throwing an error if the variable is undefined in the data model. 2010-08-26 20:51:55 +00:00
jrm424
fd53202f21 name the gol durn thang 2010-08-26 20:31:11 +00:00
jrm424
29dcd2553a deal with limitation to ls arg list size. use opendir readdir close from perl 2010-08-26 20:30:39 +00:00
jrm424
17d603c783 make aiic aiis dirs if they don't exist 2010-08-26 20:29:03 +00:00
jrm424
5ff0d43a73 set for copy-paste 2010-08-26 20:28:04 +00:00
jrm424
606fe64c5d make award's year dataprop conditional 2010-08-26 17:03:47 +00:00
jrm424
9b89b62825 remove custom short view 2010-08-26 17:02:13 +00:00
jeb228
16c75b60ac NIHVIVO-1044 database.tld is based on open source code, so it must comply with the license even though we have modified it. 2010-08-26 16:16:25 +00:00
jeb228
d47b5211c3 NIHVIVO-222 Use a condensed table to replace a lot of space-consuming output. 2010-08-26 14:58:21 +00:00
jeb228
8abffc78ee NIHVIVO-222 Selenium requires that the Base URL end in /, so the webapp name cannot be the last thing in the URL. Fix the logic. 2010-08-26 14:55:21 +00:00
jrm424
3b879c09ef new transform finds ai users in the cu vivo xml match by netid 2010-08-26 11:54:45 +00:00
jrm424
76c806591e new transform used to create rdf for ai users in cornell vivo 2010-08-26 11:47:08 +00:00
jrm424
ff7d3e7420 add a simple trim function that returns an empty string when all whitespace is removed and nothing is left 2010-08-26 11:44:21 +00:00
jrm424
e25cde127b add rdf:datatype XMLSchema decl to data props associated with dates etc and make it conditional - no null years 2010-08-26 11:42:37 +00:00
jrm424
718ab569f5 add rdf:datatype XMLSchema decl to data props associated with dates etc and make it conditional - no null dates 2010-08-26 11:42:04 +00:00
jrm424
7ea6763f4a add rdf:datatype XMLSchema decl to data props associated with dates etc and make it conditional - no null years 2010-08-26 11:41:10 +00:00
jrm424
15aa6e6db6 add http prefix to ai id to make a uri 2010-08-26 11:40:02 +00:00
jrm424
5929ecc04c add http prefix to ai id to make a uri 2010-08-26 11:39:36 +00:00
jrm424
e7b3d4ba01 add rdf:datatype XMLSchema decl to data props associated with dates etc 2010-08-26 11:38:35 +00:00
jrm424
409ecf38b8 apply matching method used to identify the first instance of a promulgator to subsequent promulgators 2010-08-26 11:36:44 +00:00
jrm424
5f374963e4 added transform to remove nasty namespace stuff after merge 2010-08-26 11:30:55 +00:00
jrm424
2d9a7c55c5 changed the name of option: newrun becomes reget 2010-08-26 11:29:37 +00:00
jrm424
993d61fc64 changed to overcome a limitation of the qx() mechanism using perl opendir readdir close instead 2010-08-26 11:26:38 +00:00
jrm424
094c56704a added INIT phase 2010-08-26 11:25:16 +00:00
jrm424
3a882a342f adjusted for cut and paste 2010-08-26 11:24:45 +00:00
jrm424
48614da5ab more notes 2010-08-26 11:24:01 +00:00
rjy7
1bbf1665b5 Direct links on index page to Freemarker IndividualListController instead of EntityListController 2010-08-25 18:23:30 +00:00
rjy7
f71dc53a63 Modify IndividualTemplateModel.getProfileUrl() to return correct url for individuals with uris that are not in the default namespace. 2010-08-25 16:28:15 +00:00
rjy7
ca7cf6d861 Incorporate asserted vs inferred class distinction in method searching for custom views. Logic borrowed from MiscWebUtils.getCustomShortView() and extended to all custom view types. 2010-08-25 15:58:31 +00:00
rjy7
ff0aa17398 Updates to ViewFinder class to find custom templates 2010-08-25 14:45:02 +00:00
jeb228
d48efa96cf NIHVIVO-222 don't shut down Tomcat between sweets - just stop and start the app. 2010-08-24 20:46:18 +00:00
rjy7
49cbd0c171 Changed method name in BaseTemplateDirectiveModel 2010-08-24 18:17:41 +00:00
rjy7
1c21d921eb Increase template update delay in non-development build from default value of 5 seconds to 60 seconds. Those who are developing templates without restarting the server should set Environment.build = development in deploy.properties for delay of 0. 2010-08-23 20:07:14 +00:00
rjy7
07c3d735d6 NIHVIVO-803 Alternate implementation (commented out) of reordering in ReorderController 2010-08-23 18:12:12 +00:00
jeb228
393256b03d NIHVIVO-1096 Look for MIME-types that are specific to Internet Explorer, and translate them to recognized values. 2010-08-23 16:45:22 +00:00
jeb228
7a2c5691cf NIHVIVO-222 Consolidate pre-run and post-run data into SuiteData, backing away from SuiteContents and SuiteResults, except as data-gathering classes. Distinguish between INGORED and WARN as two valid statuses with distinct meanings. 2010-08-23 15:00:34 +00:00
rjy7
ff1e62c0a9 NIHVIVO-803 ReorderController doesn't need to set datatype explicitly, because it's done by the data property statement insertion method 2010-08-20 21:18:12 +00:00
rjy7
15aeaaa2ae NIHVIVO-803 Reimplementation of author reordering so application logic is moved server-side. Currently now in addAuthorsToInformationResource1.jsp and addAuthorsToInformationResource1.js. 2010-08-20 21:06:03 +00:00
jrm424
c7a70ca6b5 add xslt to gen rdf for presentation orgs 2010-08-20 20:09:12 +00:00
jrm424
97746460d6 use index not counter
add public view ctrl
2010-08-20 20:08:04 +00:00
jrm424
9d7b2fc4c5 get ai id from the correct place - not from @id
add public view ctrl
2010-08-20 20:06:51 +00:00
jrm424
bb46d82faf add AI- to uri 2010-08-20 20:05:26 +00:00
jrm424
4b7696aedc use index not counter 2010-08-20 20:04:53 +00:00
jrm424
68eff7bd33 use public attribute to ctrl presence of object property 2010-08-20 20:04:12 +00:00