Commit graph

817 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
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
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
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
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
rjy7
028f4c038f Upgrading to jQuery UI 1.8.4 2010-08-19 13:36:00 +00:00
rjy7
51123056d0 Upgrading to jQuery UI 1.8.4 2010-08-19 13:32:58 +00:00
rjy7
2e8e7ee7dd Inconsequential wording changes and removing unused imports. 2010-08-18 19:30:05 +00:00
rjy7
5c9b3cf8da NIHVIVO-564 Style modifications for dump output 2010-08-09 18:59:24 +00:00
rjy7
a0e94628eb NIHVIVO-564 Refined method list output by describe directive 2010-08-09 18:46:29 +00:00
rjy7
badfac1321 NIHVIVO-564 Exclude methods declared on BaseTemplateModel from describe directive display. 2010-08-09 16:43:17 +00:00
rjy7
698d0877c3 NIHVIVO-564 Describe directive to display methods declared on a template model object that are accessible to the template. 2010-08-09 16:31:22 +00:00
jeb228
f8176ed041 NIHVIVO-762 do server-side validation as well as client-side. Do MD5 encoding on the server side and not on the client side. 2010-08-09 13:35:09 +00:00
jeb228
8ed86720f7 NIHVIVO-762 do server-side validation as well as client-side. Do MD5 encoding on the server side and not on the client side. 2010-08-09 13:34:58 +00:00
jeb228
992d51e927 NIHVIVO-762 add factory methods for successful validation and failed validation. 2010-08-09 13:33:45 +00:00
jeb228
794466d463 NIHVIVO-762 make applyMd5Encoding() a public static method so it can be used by UserRetryController, when resetting a user's password. 2010-08-09 13:33:14 +00:00
rjy7
216d7a7905 NIHVIVO-564 Help directive for directive help output. 2010-08-05 19:54:24 +00:00
rjy7
91468db876 NIHVIVO-564 Rearchitected dump directives to use shared helper methods rather than having dumpAll template call dump directive. 2010-08-05 19:25:12 +00:00
nac26
d3b8b89de4 removed forcing of portal on login/logout 2010-08-05 17:59:43 +00:00
jeb228
3b392c7eba NIHVIVO-1045 If a request to delete an image comes from a fly-out link on the display page, then that's the page we should return to. 2010-08-05 16:04:24 +00:00
jeb228
28cdade5dd Remove a bug that was introduced by revision 5584 - use ACTION_DELETE_EDIT when drawing the replace-image page. 2010-08-05 15:58:29 +00:00
jeb228
7263b11672 NIHVIVO-813 the file storage system will delete any parent directories that become empty as a result of deleting a file. 2010-08-05 15:35:50 +00:00
rjy7
107162012a NIHVIVO-564 Refactoring in FreemarkerHelper to take Configuration object in constructor and store as instance variable; individual methods don't need the param. 2010-08-05 15:32:48 +00:00
rjy7
528414e4c7 Some renaming in dump directives 2010-08-05 15:25:03 +00:00
jeb228
9311e83827 NIHVIVO-737 Clean up file logic. Create a FileInfo class that holds all relevant info about an uploaded File (mimeType, filename, URI, bytestream). Create an ImageInfo class that holds to FileInfo objects. Create factory methods for each of these classes. Client code becomes much simpler. 2010-08-05 14:55:40 +00:00
jeb228
e35bce16f0 Modify the build script to allow multi-layer products. 2010-08-03 18:53:55 +00:00
sjm222
802e5bc1ab merging in 1.1 branch changes 2010-08-03 14:25:31 +00:00
nac26
8bef6badf4 removed white background from #formLogin, cleaned up file. Still have question about "noOutterBox". Looks like a typo but can't find this or "noOuterBox" being used in any other file so left it for now 2010-08-03 13:11:37 +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
nac26
ac652f25d2 whoops...we were using login_process.jsp after all (during logout) restoring from rev 5505 via svn copy NIHVIVO-1000 2010-07-29 23:05:33 +00:00
cdtank
b20c8a1ef8 1. Made changes so that visualizations url prefix is less vague (refer NIHVIVO-967) 2010-07-29 22:17:29 +00:00
jeb228
e29e1c5a46 NIHVIVO-1029 Log file location is left relative to Tomcat, not hard-coded as absolute path. 2010-07-29 19:50:49 +00:00
rjy7
b90efc74fb NIHVIVO-564 Added infrastructure for dumping template model objects. 2010-07-29 17:39:56 +00:00
rjy7
5e8eb80732 NIHVIVO-564 Modifications to directive help output. Included changing template directive iface to an abstract class that provides a default help() method and some utilities. 2010-07-29 17:08:27 +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
jeb228
34799b02ed Remove the requirement for a namespace ending in "/individual/" - print a warning, but go on. 2010-07-29 16:02:10 +00:00