Commit graph

156 commits

Author SHA1 Message Date
cdtank
a8d6b13c3d 1. Made changes to style of the person level elements.
2. Made changes as to how the URI for "download data" & "view full timeline n/w" were generated.
2010-07-02 01:06:46 +00:00
cdtank
12a005ea96 1. Making changes to house the draft integration of coauthor, sparkline & other person level vis's content in one place.
2. Made changes to the styling of some elements like publication data table etc.
2010-07-01 22:26:36 +00:00
cdtank
64ff99a222 1. Created a draft person level vis (integration of sparkline & co-authorship vis)
2. Modified the person pub count to use a single VO to give access to jsp to various contents of sparkline.
3. Modified test bed to include link to Person Level vis.
2010-07-01 16:45:02 +00:00
cdtank
0e8e1dc9e2 1. Refactored code to use a utility method instead of having the same method being defined in each of the vis request handlers.
2. Adding a "person level" vis package to handle combination of sparkline & co-authorship vis page.
3. Testing out the concept of accessing fields of a class form jsp page.
2010-07-01 15:54:11 +00:00
cdtank
7564c9b24e 1. added a VO for the person pub count data. The goal is to be able to get specific parts of the visualization like download data link, table etc.
2. modified peson pub count to make use of the VO.
3. Made changes to the front-end code for the co-authorship to include all the person-level objects.
4. cleaned & refactored the code.
2010-06-30 19:19:48 +00:00
cdtank
94755a7f73 1. Refactored/Cleaned the front-end for the co-author vis.
2. Added Gson library for making use of json. 
3. Added capability to send information in json format. We will use this especially in getting non-specific information on the fly about an individual.
2010-06-29 22:07:55 +00:00
cdtank
e58927661e 1. Refactored part of the code to give a better structure.
2. Moved image url provider to the generic utilities package.
3. Made change to co authorship jsp page to dynamically load images, which in turn uses utilities api to get the imageThumb url for a person. In case of no image, we dont append anything & hence no "placeholders" or "broken image" icons will be seen in some browsers like IE.
2010-06-29 16:54:59 +00:00
cdtank
cf4ac521c4 1. House cleaning.
2. Added javascript-ajax hooks to call the utilities servlets to serve well formed urls for profile & coauthorship visualization urls.
2010-06-29 00:20:49 +00:00
cdtank
32bbd519c2 1. Added a generic query handler. It will be used to get all (or a subset) of the properties for a particular URI. This will be helpful in getting image paths & other info on the fly.
2. Made changes to the test bed to include more samples.
2010-06-27 01:42:12 +00:00
cdtank
ee2b141687 1. Modified the content header for the graphML file so that it streams instead of downloading it to the user's machine as a file attachment. This is required because thats how the flash expects the input file to be.
2. Added Asik's first draft of the co-authorship visuazlization files. 
3. Integrated the front end with the back end.
2010-06-26 02:11:59 +00:00
cdtank
41dfb27bd0 1. Refactored some part of the code to give it a better structure & give it more modularity.
2. Added the first draft of the co-author data feeder.
3. Modified the Dummy Vis Client to have a clear notification re: it being a test bed.
2010-06-24 20:27:25 +00:00
cdtank
7bb0b8a17d 1. Modified the way of how I compute the URL for the "loading..." image. 2010-06-21 22:44:31 +00:00
cdtank
25e534e23f 1. Added code related to Visualization Framework.
2. Added code related to Person Publication count visualization.
3. Added code related to College Publication count visualization.
4. Added code related to PDF Report visualization.
2010-06-21 21:44:26 +00:00
cdtank
d4fe92441c 1. Testing the svn commit privileges.
2. Adding a notification at the top of each page re: this web portal being a research instance.
2010-06-19 01:07:19 +00:00
rjy7
97a753b66e NIHVIVO-646 Add cancelUrl parameter to submit tag in InputElementFormattingTags so that the cancel button can redirect to a different page from the form submission. Change cancel values in submit tags in vitro and vivo forms to "true" where previously they specified a uri, because the uri is misleading (it doesn't control the redirect location). Removed edit submission preprocessing due to problems with cloning. 2010-06-17 14:26:59 +00:00
rjy7
77242aeac8 Remove extra right angle bracket from formSuffix.jsp 2010-06-15 19:47:28 +00:00
rjy7
5a1b1b2d80 NIHVIVO-646 More work on addAuthorsToInformationResource custom form. Create edit submission preprocessing mechanism to make automated modifications to the form submission (e.g., creating a label from first, last, and middle name entries). 2010-06-15 19:35:36 +00:00
rjy7
bdc0bbfeae Add custom form utils mixin to forms for educational background and position history. 2010-06-14 20:06:52 +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
7568169fdd Add jquery UI 2010-06-14 01:39:49 +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
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
hjk54
9237b7bd41 Edited editConfiguration method call - using incorrect arguments 2010-06-07 17:48:43 +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
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
rjy7
037ff45736 Complete default individual list view in FreeMarker 2010-06-02 17:06:55 +00:00
rjy7
c2fa2c4e37 Handle custom search views used on individual list page. 2010-05-28 21:44:59 +00:00
rjy7
99a080ad3f Corrected path to templates in FreeMarkerComponentGenerator. Contact form gets form action passed in by controller. Updated some comments. 2010-05-27 19:43:56 +00:00
rjy7
b7d2027da4 Some reorganization of templates. Restored entitylist as destination of links on index page, since new individuallist controller/templates not finished yet. 2010-05-26 14:03:59 +00:00
rjy7
8b0665a0d7 Clean up paths and names relating to contact form. Use freemarker template to generate email backup. 2010-05-25 20:49:50 +00:00
rjy7
fbdba79833 Rewrote IndividualListController to handle error conditions from within FreeMarker. Reorganized controller control flow to account for interdependencies between body and title. 2010-05-25 19:20:25 +00:00
rjy7
fe89b1f7e9 Deleting vitro/webapp/web/correctionForm.jsp: no longer used or needed. 2010-05-24 19:15:34 +00:00
rjy7
c4709265c4 Work on FreeMarker version of individual list page 2010-05-21 21:49:53 +00:00
rjy7
197aa2f4f9 Tweaks to: adding stylesheets from freemarker templates; contact form styles. Add sender's name to sender address on contact form email notification. 2010-05-21 16:39:32 +00:00
rjy7
bda278e59b Implement StylesheetList and ScriptList view objects and new strategy for templates to direct stylesheets and script files to be loaded onto a page. 2010-05-21 15:55:26 +00:00
rjy7
4f77fa419e Changed class Router to Routes to clarify its purpose. Decode the referrer url in the contact form email. 2010-05-19 21:08:48 +00:00
rjy7
f88a77d307 Rewrote comment form controllers and templates in FreeMarker. 2010-05-19 19:50:54 +00:00
rjy7
fc8c9876f0 Move Terms of Use controller & template into FreeMarker. 2010-05-17 21:30:54 +00:00
rjy7
8a83103367 Moved vivo-basic theme jsps out of themes into productMods, to make them less easily accessible to theme customizers. 2010-05-17 19:22:30 +00:00
hjk54
1c5e7fdde8 Removing debugging messages/text 2010-05-17 14:01:01 +00:00
rjy7
aab3f23f3a Breadcrumbs template. Copied some templates into vivo-basic theme. 2010-05-14 20:50:33 +00:00
rjy7
3105e29bca Use FreeMarker templates to generate page identity, menu, search, and footer in JSP pages. This will allow theme authors to work just with the ftls rather than having to maintain both jsp and ftl versions of these templates, during the transition from JSP to FreeMarker. 2010-05-14 20:01:12 +00:00
hjk54
73172f4f40 Datastar cleanup release - including changes to access permissions review and editing as well as fedora utilities. 2010-05-14 17:37:55 +00:00
rjy7
7c72f0f37c Implement multi-location template loading to look for a template first in the themes directory, then in the vitro template directory. 2010-05-12 15:08:56 +00:00
rjy7
a0c93fda6d Move FreeMarker templates, controllers, setup, and library upgrades into trunk. Not used to generate any pages or templates yet (except a couple of hidden pages that are only available through the url). 2010-05-11 20:37:48 +00:00
rjy7
da6ac0eef1 Add StringProcessorTag taglib directive - was missing, even though tags were used. 2010-04-30 17:39:56 +00:00
rjy7
27025bff72 NIHVIVO-247 Upgrade jquery from 1.2.6 to 1.4.2 2010-04-29 18:59:22 +00:00
sjm222
d718ebb9de Resolution of JIRA issue NIHVIVO-404 2010-04-28 14:48:23 +00:00
rjy7
1d5eedae4c Load custom form css before theme css, so the latter can more easily be used to override the former. Load custom form js at bottom of page rather than top (Javascript best practice). 2010-04-15 19:40:09 +00:00