Commit graph

138 commits

Author SHA1 Message Date
mb863
ebd885c3bd 2010-07-09 21:09:42 +00:00
mb863
bb0468c459 put it back this file. 2010-07-09 21:08:38 +00:00
cdtank
ef7d36bba5 1. Included ellipsis for very long monikers in the side bar for the person level vis. 2010-07-09 20:50:23 +00:00
cdtank
8c77970189 1. Made changes to make sparklines be less ditant from the surrounding text.
2. Made style changes.
3. Enabled displaying of flash vis when there is atleast 1 publication, previously we looked for at least 1 co-authorship.
4. Made style changes to the tables displaying stats.
2010-07-09 20:16:42 +00:00
mb863
0de5829857 made changes for login 2010-07-09 19:36:41 +00:00
mb863
e78d6923db made changes for photo upload: new icon alert, created page for those with javascript disable, restructure javascript files 2010-07-09 18:55:04 +00:00
cdtank
c30d99692a 1. Refactored code
2. Fine tuned the sparkline generators for "person level" vis
3. Modified coauthorship vis code geenrator to fix link bugs
4. Modified front end for the person level so that IE behaves properly. 
5. Modified style to make sure no weirdness when a user's profile image is present or not.
6. Added handler for downloading a list of all the coauthors and its count.
2010-07-09 01:05:27 +00:00
mb863
48eb027898 moved jcrop files to the jquery_plugins folder 2010-07-08 19:14:19 +00:00
mb863
a802685741 deleted maxSize attribute for Jcrop 2010-07-08 01:47:54 +00:00
rjy7
e972fd5549 NIHVIVO-725 Add VClassGroup type to SelectListGenerator in order to generate a select list of all classes belonging to publication classgroup for publication custom form. 2010-07-07 17:32:11 +00:00
mb863
717e09e2cd Set an initial selection area of 115 by 115 pixels. Added minimum (115 by 115 pixels) and maximum (300 by 300 pixels) sizes for cropping images 2010-07-07 14:51:44 +00:00
mb863
d3737502c9 Fix js for photo deletion. When the user chooses “Cancel”, he doesn't see anymore a page with the word “false” on it. 2010-07-05 15:49:13 +00:00
mb863
71f1b8001b Added JS confirmation for photo deletion. 2010-07-02 19:18:44 +00:00
cdtank
34b06281e5 1. minor modification to the styling & change in a url parameter. 2010-07-02 01:26:45 +00:00
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
jeb228
28d5c6e672 Fix the licensing information on cropImage.js and validateUpload.js 2010-07-01 20:11:36 +00:00
mb863
e50507efee added validation for uploading a photo. Users must select a photo before they hit the upload button. 2010-07-01 19:10:34 +00:00
jeb228
15bcf62f7f NIHVIVO-161 Tweak the javascript and the arithmetic for cropping the image. 2010-07-01 15:54:31 +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
rjy7
61714819b0 NIHVIVO-161 Minor Javascript refactoring. 2010-07-01 14:35:53 +00:00
rjy7
b1a35f1588 NIHVIVO-161 Transfer thumbnail preview coordinates to hidden form fields to be received by the controller. 2010-07-01 14:20:18 +00:00
rjy7
681cc62c21 Move image cropping js out of template into separate js file. Use existing jquery.js rather than the one included with jcrop. 2010-06-30 20:30:06 +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
jeb228
020c60d9eb NIHVIVO-161 First cut at Image Upload 2010-06-30 13:44:33 +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
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
rjy7
ca1e1d0489 NIHVIVO-646 more work on javascript for add authors to publication form 2010-06-22 22:12:32 +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
f88a77d307 Rewrote comment form controllers and templates in FreeMarker. 2010-05-19 19:50:54 +00:00
rjy7
27025bff72 NIHVIVO-247 Upgrade jquery from 1.2.6 to 1.4.2 2010-04-29 18:59:22 +00:00
rjy7
8f67bb1fb3 NIHVIVO-194 First draft of educational background form. Degree select doesn't get populated, so committing now so BrianC can take a look. 2010-04-02 20:15:07 +00:00
bdc34
f935249374 NIHVIVO-173 Hide contact link when no SMTP host is configured. 2010-03-31 19:26:13 +00:00
rjy7
a451740c85 NIHVIVO-193 Added Javascript functionality to custom form for person has position 2010-03-30 01:03:56 +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