1. Implemented the backend for accepting shorter urls for visualizations. This partially implements the feature described here http://issues.library.cornell.edu/browse/NIHVIVO-1097

2. Changed the IndividualTemplateModel to render shorter vis urls for temporal graph & ego-centric networks.
3. changed main toggle visualization links in ego-centric networks to use shorter vis urls.
This commit is contained in:
cdtank 2011-04-28 20:29:36 +00:00
parent bad94b2d1c
commit bffd2fefea

View file

@ -46,6 +46,7 @@ public class UrlBuilder {
SITE_ADMIN("/siteAdmin"),
TERMS_OF_USE("/termsOfUse"),
VISUALIZATION("/visualization"),
VISUALIZATION_SHORT("/vis"),
VISUALIZATION_AJAX("/visualizationAjax"),
VISUALIZATION_DATA("/visualizationData");