Commit graph

2230 commits

Author SHA1 Message Date
j2blake
c9cefba077 NIHVIVO-2492 Remove DummyVisClient page, as per email with Chintan. 2011-04-20 15:15:35 +00:00
cdtank
ac3b25db22 1. Removed debug statements. 2011-04-19 16:54:33 +00:00
cdtank
c65f02a3d6 1. More changes to the front-end for temporal vis re:text & info-icons. 2011-04-19 16:45:11 +00:00
j2blake
86b855df95 NIHVIVO-2492 Display "site configuration" options unless the siteConfig map is empty. 2011-04-19 16:05:03 +00:00
cdtank
a2069d1575 1. Minor changes to front-end text for temporal vis per Katy's requests. 2011-04-18 21:37:23 +00:00
cdtank
c52e8362bc 1. Improved bar graph DOM generation for temp vis. 2011-04-15 21:41:49 +00:00
cdtank
3c1afb45a0 1. Completed the feature for ability to select organizations/people in temporal vis see http://issues.library.cornell.edu/browse/NIHVIVO-2022
2. Refactored legacy front-end code to remove unneceesary repetitive computations for activity count.
3. Fixed the overlay when parameter switch happens (earlier it used to go in the center of  the screen).
2011-04-15 18:36:20 +00:00
cdtank
680f9ec2d4 1. Reduced size of the json that gets sent to the client-side.
2. Removed unnecessary stop words removal code.
2011-04-14 16:53:52 +00:00
cdtank
6209f2af82 1. Reverting visualization bean to not use the cached-implementation of temporal vis by default. 2011-04-14 15:47:03 +00:00
cdtank
24a8a3de21 1. Fixed minor type in temporal vis legend bar. 2011-04-14 15:45:40 +00:00
cdtank
58976b5d99 1. Partial fix for NIHVIVO-2150. This will make sure that there is no downward curve for the sparklines for the current year. Only last 10 complete years are considered. e..g it is 15th april, 2011 today, sparkline will consider only publications that have dates before/on 31st december, 2010 2011-04-14 15:19:05 +00:00
cdtank
1e55fe9f1f 1. Improved wordings for the hover-over for bars in the legend, 2011-04-13 20:15:47 +00:00
cdtank
c8a8f27937 1. Introduced a new legend category for publication/grant from the current year, since we are not mapping them in the graph above. 2011-04-13 18:25:42 +00:00
cdtank
3aa9d2879f 1. Partial fix for NIHVIVO-2150, now the temporal vis only shows line graph only for the last complete 10 years. 2011-04-13 16:23:02 +00:00
ryounes
a98b77762c NIHVIVO-2480 Fix core:hasRole list view so an activity with no rdfs:label can be returned by the query 2011-04-13 16:14:49 +00:00
cdtank
44f4792df5 1. changed text in the side-bar for person level vis. Now when the "ego" person node is clicked we no longer display the co-author / co-pi vis link, since it is redundant. 2011-04-13 15:41:26 +00:00
cdtank
c943c852ce 1. Reverting mappings of cached-implementation of temporal vis in the visualization bean. This should be done only when the cached-implementation is approved. 2011-04-13 14:26:51 +00:00
cdtank
e76fb35492 1. Fix for error message not showing up when you switched the parameter in the temporal vis & there happens to be no data available for that parameter for that organization. 2011-04-13 14:23:55 +00:00
cdtank
ae43216396 1. In Temporal vis developed vis drilling up from lower level. (see http://issues.library.cornell.edu/browse/NIHVIVO-1800)
2. Refactored client-side code for temporal vis.
2011-04-12 17:49:53 +00:00
tworrall
82c4d1faa7 NIHVIVO-834: added text to note section for more details 2011-04-12 14:45:55 +00:00
j2blake
dfbb8dcad6 NIHVIVO-2254
Create RequestedActions to display properties and statements. 
Create policies for authorizing those actions. 
Create Identifiers for those policies to recognize. 
Create a filter that is based on policy authorizations. 
Use that filter instead of the one that is based only on role level.
2011-04-11 19:39:30 +00:00
tworrall
923572053a NIHVIVO-2160:improved tooltip for uri icon via javascript 2011-04-11 15:47:44 +00:00
tworrall
2896821c47 NIHVIVO-2160:improved tooltip for uri icon via javascript 2011-04-11 14:47:41 +00:00
mbarbier
41aa28ed03 individual-qrCodeFoafPerson.ftl: add hasValidVCard function, remove tabs
individual--foaf-person.ftl: use hasValidVCard function in commented-out QR code section
2011-04-07 17:40:48 +00:00
mbarbier
1c3df021cf individual--foaf-person.ftl: remove tabs 2011-04-07 16:33:55 +00:00
mbarbier
09a4402be9 aboutQrCodes.ftl: Add license line 2011-04-07 13:45:22 +00:00
mbarbier
d3287a7493 individual--foaf-person.ftl: updated commented-out QR code sample to add link to "about" page
IndividualTemplateModel.java: add link to "about" page to QR data
2011-04-06 20:28:25 +00:00
mbarbier
baa7835a35 individual--foaf-person.ftl: update commented-out QR code sample 2011-04-06 20:07:07 +00:00
mbarbier
6a2614710f web.xml: add servlet for AboutQrCodesController
aboutQrCodes.ftl: create initial mockup
foaf-person--exportQrCode.ftl: rename from individual-exportQrCode
individual-exportQrCode.ftl: delete
AboutQrCodesController.java: create
ExportQrCodeController.java: handle rename of FTL file
2011-04-06 20:03:34 +00:00
mbarbier
e08a675874 web.xml: add servlet for ExportQrCodeController
individual-exportQrCode.ftl: basic mockup for QR Export page
ExportQrCodeController: created
IndividualTemplateModel.java: prevent QR data from being generated twice, add URL for Export QR Code page
2011-04-06 19:19:57 +00:00
j2blake
cb38cd87df NIHVIVO-2254 Rewrite the role-based policies to use the PropertyRestrictionPolicyHelper. 2011-04-06 19:11:08 +00:00
mbarbier
1d1f5414bc individual-qrCodeFoafPerson.ftl: separate QR code URL construction from HTML markup writeout 2011-04-06 14:47:51 +00:00
mbarbier
edf091372e IndividualTemplateModel.java: Add externalUrl to getQrData()
individual-qrCodeFoafPerson.ftl: Use externalUrl
2011-04-05 19:37:15 +00:00
mbarbier
3ee4fa10ce individual-qrCodeFoafPerson.ftl: use correct url, add hyperlink QR code macro 2011-04-05 18:46:10 +00:00
mbarbier
3766dc25bd IndividualTemplateModel.java: Add getQrData()
individual-qrCodeFoafPerson.ftl: Use getQrData()
individual-setup.ftl: Undo QR code changes
2011-04-05 18:03:02 +00:00
ryounes
88aa698555 Remove StringUtils class and use org.apache.commons.lang.StringUtils instead. 2011-04-05 16:58:30 +00:00
ryounes
9d5383c6e0 NIHVIVO-1907 Add repair mode to publication form 2011-04-05 14:33:06 +00:00
briancaruso
eab8a2153b Fixing error in web.xml 2011-04-04 21:26:12 +00:00
briancaruso
66ad5490ac Removing UpdateEntityFlagServlet.java, no longer used. NIHVIVO-2059 2011-04-04 20:04:55 +00:00
ryounes
4b0521fe66 Additions to 1.3 upgrade doc. 2011-04-04 17:47:35 +00:00
j2blake
92d47eabf7 NIHVIVO-2450 combine upload.directory and LuceneSetup.indexDir under vitro.home.directory 2011-04-04 16:35:13 +00:00
mbarbier
64a69b9e1e individual--foaf-person.ftl: vCard QR code prepped and ready, just uncomment the call. 2011-04-01 18:29:14 +00:00
mbarbier
b27514e14c individual-qrCodeFoafPerson.ftl: Minor fix 2011-04-01 16:23:02 +00:00
mbarbier
bbbf604a17 individual-qrCodeFoafPerson.ftl: URL encoding, remove blank lines, formatting 2011-04-01 16:22:25 +00:00
deepakkoni
cf9626d47c Servlet definition and mapping for ProcessRdfForm 2011-04-01 16:21:13 +00:00
ryounes
653626fa2d Modify RedirectResponseValues constructor so the redirectUrl does not contain the context path, but gets added by the constructor. Create file for v1.3 upgrade notes. 2011-03-31 21:04:29 +00:00
ryounes
0d7179d6f0 Rename getPropertyAndRemoveFromList() to pullProperty(). The original method remains in the code but marked deprecated. 2011-03-31 19:04:18 +00:00
ryounes
d1d03fa40f Remove PropertyEditLink custom jsptag and associated files 2011-03-31 18:46:15 +00:00
mbarbier
538370aa4f individual-qrCodeFoafPerson.ftl: quick correction 2011-03-31 18:38:33 +00:00
mbarbier
5491a88b91 individual-qrCodeFoafPerson.ftl: After standardizing vCard QR code with Narayan, set up macro. All that's needed is completion wherever "temp" is seen. 2011-03-31 18:37:53 +00:00