Commit graph

2162 commits

Author SHA1 Message Date
bjl23
0cf5f7cef6 first list view with CONSTRUCTs 2011-01-31 18:23:23 +00:00
mb863
58e38f6898 NIHVIVO-1930: Replacing gif icon for png format 2011-01-31 18:15:48 +00:00
cdtank
5cacc57292 1. Made changes so that on individual pages the div containers for network links & sparkline image/text is only generated if there is content to be shown. This as opposed to always creating it first, hiding it & then shoing the container if there was any content.
2. Made sure that network link DIVs are separated by border & padding only if there is need. Now if a person only has grants, on it's profile page there is no longer border & padding on top of the co-investiogator link.
2011-01-31 17:40:06 +00:00
nac26
5ee4bf2ac6 NIHVIVO-1908 NIHVIVO-1930 Updated info icon image name to account for changes introduced in vitro r7236 and changed title text for icon to only reference publications and not grants (NIHVIVO-1931) 2011-01-31 17:01:50 +00:00
nac26
7f464394d0 NIHVIVO-1959 Added default value for property parameter in hasStatement(). Tried to put the onus of determining whether a property is available in the function. Work in progress. 2011-01-31 16:50:01 +00:00
nac26
45e9480885 NIHVIVO-1959 Added hasStatements() function for use by individual templates and especially visualization team to test and decide whether data is present to proceed with visualizations. Should eliminate initial ajax requests and the need for vivo specific code in vitro core. Work in progress. 2011-01-31 15:35:58 +00:00
rjy7
d61c7412ce NIHVIVO-1727 Update collated hasRole query with same changes made in uncollated query 2011-01-31 15:02:04 +00:00
rjy7
c833e512e2 NIHVIVO-1727 Allow for optional activity label, using activity local name when no label exists. 2011-01-31 15:00:24 +00:00
nac26
a5acc986dd NIHVIVO-1945 Added required hint for title field and updated labels button text for consistency with the rest of our forms 2011-01-31 05:02:57 +00:00
nac26
10a9f8750b NIHVIVO-1948 Pulled pagination out into its own function so it can be called by the default file and any product extension. Also introduced scrolling to getIndividuals(). Not sure if we'll keep this. 2011-01-31 04:04:23 +00:00
mb863
32fed86027 NIHVIVO-1925: Moved css that references vivo-specific ontology properties into
individual-vivo.css in VIVO. Also, added space between selector name and opening bracket.
2011-01-30 19:14:51 +00:00
mb863
f04eaa6eb1 NIHVIVO-641: Removed Network stats. If BC provide the data to wire the network stats, I will put it back. 2011-01-30 17:19:55 +00:00
mb863
97e8344b3c NIHVIVO-1930: Used iconInfo.png instead of gif format 2011-01-30 16:52:55 +00:00
cdtank
39e743f234 1. Removed double inclusion of a javascript file. 2011-01-28 23:30:53 +00:00
rjy7
0ef2fda7a9 NIHVIVO-1923 Handle hard-coded literal select elements in building query that limits activity type returned to the types in the select list 2011-01-28 21:50:17 +00:00
jeb228
6ddecbbddb NIHVIVO-719 Begin refactoring, to try to figure out why the thread isn't shutting down. Pull the ServletContextListener into a separate inner class. 2011-01-28 21:45:49 +00:00
rjy7
605b0c974e NIHVIVO-1923 Moving construction of activityTypeQuery into a separate method, since it's lengthy 2011-01-28 20:53:31 +00:00
tlw72
cc722d5ad0 changed file extension from png to gif for the info icon 2011-01-28 20:42:26 +00:00
rjy7
9465073a6d Changed name of image property display macro (was erroneously named "imageLinks") 2011-01-28 20:23:38 +00:00
nac26
5e22691146 NIHVIVO-1073 Menu page refactoring. Removed temporary placeholder files and introduced pie charts on menu pages. UI team will compare with bar graphs on home page and determine whether we'll stick with one type over the other or throw them both into the mix. 2011-01-28 18:27:01 +00:00
mb863
7f9adab986 NIHVIVO-1930: Removed icon to vitro/webapp/web/images and renamed to iconInfo.png 2011-01-28 16:58:12 +00:00
bjl23
2cbd060696 rolling back undesirable changes from r.2403, 'boatload' 2011-01-28 16:49:54 +00:00
rjy7
89643df83b Remove unneeded commented-out lines from templates 2011-01-28 14:55:10 +00:00
rjy7
b5d1344158 NIHVIVO-1923 Modify activity type query so it only returns subclasses of objectClassUri, if that is defined. Need to deal with hard-coded literals case separately. 2011-01-27 22:39:02 +00:00
bjl23
d4d353d4b0 added missing prefixes to query 2011-01-27 22:15:58 +00:00
mb863
294cc3bb87 NIHVIVO-1315: Temporal graph was overlapping individual name. 2011-01-27 22:00:50 +00:00
bjl23
b2c7a7288a authorInAuthorship query fix 2011-01-27 21:57:37 +00:00
mb863
2ebbde8c3b NIHVIVO-1930: Fixed wrong icon size 2011-01-27 21:55:49 +00:00
mb863
f2d5441297 NIHVIVO-1930: Added info icon 2011-01-27 21:53:44 +00:00
cdtank
7955319bf2 1. Making changes to facilitate hide/show of information icon on profile page. 2011-01-27 21:43:21 +00:00
rjy7
0394cd971e Fixed template error on person page when positions or research areas are null 2011-01-27 21:09:28 +00:00
bjl23
7313e4210d rewritten list view queries with UNIONs plus various and sundry other bugfixes and improvements; also probably new bugs 2011-01-27 20:57:14 +00:00
tlw72
e05f8a6d04 NIHVIVO-1908: change for new information icon 2011-01-27 20:21:33 +00:00
rjy7
b32686ec09 NIHVIVO-1923 Correction to previous commit. Fix had been temporarily commented out. 2011-01-27 20:14:46 +00:00
rjy7
24e4432076 NIHVIVO-1923 Modify orgType query so it only returns subclasses of foaf:Organization. Otherwise form breaks in edit mode. 2011-01-27 20:11:19 +00:00
tlw72
aa625004da NIHVIVO-1914: set the disabled style for selects back to the default look 2011-01-27 19:52:16 +00:00
bdc34
764a3bde2a Adding date time with precision to grant form NIHVIVO-1915 2011-01-27 18:33:03 +00:00
rjy7
c633d3fbd0 Moved display of personInPosition and hasResearchArea properties to a macro. Adjusted css selectors accordingly to align with auto-generated ids. 2011-01-27 16:07:55 +00:00
jeb228
c5e1ce4913 Keep FakeExternalAuthController commented out. 2011-01-27 14:53:04 +00:00
mb863
4fec8f74bf Re-factored the markup and styles for visualization in individual pages. 2011-01-26 22:20:47 +00:00
mb863
c4d32307cc NIHVIVO-1315, NIHVIVO1316: Re-factored the markup and styles for individual pages. Also I have introduced an image placeholder for non person individuals. 2011-01-26 22:19:18 +00:00
mb863
7580db63e0 NIHVIVO-1315, NIHVIVO1316: Added ellipses to link "more" for showing more core:overview content 2011-01-26 22:17:19 +00:00
cdtank
81f089389d 1. Fixed the bug (see NIHVIVO-1794) where wrong language was getting displayed in the sidebar for person level visualizations. 2011-01-26 22:01:59 +00:00
ass92
afec9c1b82 NIHVIVO-1571 servlet mapping for SDBSetupController 2011-01-26 21:45:04 +00:00
rjy7
8b00b33c1b Restored setting of disabled values in edit mode that was inadvertently removed from a previous commit 2011-01-26 20:12:40 +00:00
cdtank
f69e2eb904 1. Did minor refactor in preparation for saving the state & possibly just swapping daata instead of redirecting to a completely new page when the change in parameter happens on the temporal graph vis. 2011-01-26 18:15:17 +00:00
rjy7
3ed8ed456f NIHVIVO-1869 Remove old custom short view jsps and enclosing directory. Removed remnants of old start and end year properties from add role form. 2011-01-26 17:10:24 +00:00
rjy7
247026988e NIHVIVO-1913 Fix grant form repair mode so core:roleIn relation is created. Additional fixes to form: a grant created by the form is now assigned type core:Grant in both add and repair modes; the grant name field is disabled in edit mode. 2011-01-26 16:48:00 +00:00
nac26
bac2011271 NIHVIVO-1073 Pagination for browsing individuals 2011-01-26 14:33:13 +00:00
nac26
1d51f94d56 NIHVIVO-1073 Fairly significant refactoring of markup and styles for menu pages. Got rid of duplication between the default template and template for people class group. 2011-01-26 14:16:57 +00:00