Commit graph

859 commits

Author SHA1 Message Date
nac26
66163d24c2 Reordered scripts to ensure jQuery is first. Put html5.js within conditional comments so that the additional http request is fired only for those browsers that need the crutch (IE8 and below) 2011-02-03 14:34:20 +00:00
nac26
53483d31c1 NIHVIVO-1995 Refactored scrolling behavior and added function to determine whether user has already scrolled past the top of the browse section. NIHVIVO-2007 Had to change <nav> for pagination to <div> because IE was choking on this for some reason. Wouldn't style it and also wouldn't act on the event listeners. As part of this work, also refactored the sequence in how new content replaces existing content on an Ajax request, which I think improves the experience during loading (NIHVIVO-1742). 2011-02-03 13:54:36 +00:00
yuysun
a98cbfe470 Remove GRAPH in the query 2011-02-03 05:44:49 +00:00
nac26
7a0a2655ed NIHVIVO-1997 Removed pie charts and class group browse from menu pages due to current limitations of individual counts for classes. This should all be brought back from the dead in the future once we implement counts based on most specific type. 2011-02-03 03:06:02 +00:00
mb863
ee0c1dd5bb NIHVIVO-1954: Done some markup refactoring changing ID's into classes.
Also,  in some cases I wasn't able to change id selectors because these are used temporarily due to the custom jsp tags (<v:input>) 
for editing forms which require an id and do not allow a class. This will be 
removed once we refactor the editing forms to Freemarker
2011-02-02 17:15:05 +00:00
rjy7
e954cccca3 Fix vitroLinks display so if there are no links, property heading doesn't display twice. 2011-02-02 16:48:33 +00:00
nac26
0db60ac7d8 NIHVIVO-1995 Removed individual counts from classes and added logic that attempts to identify super class 2011-02-02 16:10:58 +00:00
mb863
c324ab3151 NIHVIVO-1979: Made stylesheets syntax consistent across the app. 2011-02-02 02:58:37 +00:00
rjy7
9caa5c437c Fix comments 2011-02-01 23:58:08 +00:00
rjy7
d671cc9716 NIHVIVO-1853 Display statement in object property deletion form 2011-02-01 23:54:41 +00:00
nac26
72fe7b1a42 NIHVIVO-1910 Updated title attribute for add link next to property heading to use property name 2011-02-01 21:38:48 +00:00
rjy7
8c1020bf31 NIHVIVO-1717 Suppress add link on vitro:primaryLink if there's already a primary link for the individual 2011-02-01 21:27:06 +00:00
mb863
abd5c89497 NIHVIVO-1838: In IE6 some content (text) disappear after loading individual pages for foaf person or generic. Changing var applyPositioning = false in supersleight.js change the behavior and content doesn't disappear (text) anymore. Still working on why PNG images disappear. Also I have fixed some layout issues in IE 6 and IE 7. 2011-02-01 21:19:12 +00:00
tlw72
41e441b9da NIHVIVO-1976: updated error alert styles 2011-02-01 17:34:49 +00:00
mb863
8581bed7ca NIHVIVO-1972: Increased size of pie chart in menupage people 2011-02-01 15:24:25 +00:00
mb863
3427fa55c2 NIHVIVO-1964: Fixed visualization layout issue in individual foaf:person 2011-02-01 03:31:44 +00:00
mb863
00f5999b07 NIHVIVO-1969: Fixed wrong list style type in individual pages 2011-02-01 03:10:15 +00:00
nac26
c018e84ecc NIHVIVO-1883 - Added test to collatedObjectPropertyListing macro so that statements that are not in a subclass will be listed in the to level <ul>, instead of being nested 2011-01-31 23:56:48 +00:00
bjl23
eb55aa694f vitro list views with CONSTRUCTs and improvement to null individual handling 2011-01-31 21:53:24 +00:00
rjy7
4da578acda NIHVIVO-1836 Restrict subclasses that can be returned from the collated default list view query 2011-01-31 21:16:05 +00:00
rjy7
4dcad0134a Fix comments 2011-01-31 20:52:12 +00:00
rjy7
f8cb61a833 Another comment update 2011-01-31 20:19:04 +00:00
rjy7
5c0342d8ce Fix comments 2011-01-31 20:17:30 +00:00
rjy7
ede95e2fcb Cleanup of sparkline visualization template and hasStatements function 2011-01-31 20:01:37 +00:00
mb863
aa1ad284bf NIHVIVO-556: Deleting userIcon.gif, the icon for user uses a png. 2011-01-31 18:12:42 +00:00
mb863
bcf5158978 NIHVIVO-1930: Replacing gif icon for png format 2011-01-31 17:58:15 +00:00
nac26
285400f3df 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:51:10 +00:00
nac26
86d3f8ff3d 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:24 +00:00
nac26
e5b0ed9b29 NIHVIVO-1948 Missed committing this with r7241. Adds essential scrollTo jquery plugin 2011-01-31 15:23:11 +00:00
nac26
bb8617ba4a NIHVIVO-1883 For collated object properties, don't print the <h3> if we have no heading to render (individuals that are not asserted as any sub class) 2011-01-31 05:27:19 +00:00
nac26
f0a3b8cc79 NIHVIVO-1929 Added test for when startDate = endDate. In this case, display this as a single date instead of an interval. 2011-01-31 05:10:52 +00:00
nac26
379d9ce1f7 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:03:32 +00:00
mb863
0c11498905 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:18 +00:00
mb863
8e9689aff4 NIHVIVO-1953: Removed search.css from wilma. Made search theme agnostics. Added styles. 2011-01-30 17:58:33 +00:00
mb863
e25b9fe3f1 NIHVIVO-641: Removed Network stats. If BC provide the data to wire the network stats, I will put it back. Also, cleaned menupage.css 2011-01-30 17:19:23 +00:00
tlw72
c39c066b72 relocated and renamed info icon per NIHVIVO-1930 2011-01-28 20:45:02 +00:00
rjy7
ac74c1041a Changed name of image property display macro (was erroneously named "imageLinks") 2011-01-28 20:23:36 +00:00
nac26
dd839ebd18 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:25:21 +00:00
nac26
81813bcb83 NIHVIVO-592 Improvements to class group browse and bar graphs on home page. 2011-01-28 18:21:17 +00:00
mb863
d286816a2c NINVIVO-1315: Removing images/individual folder and files. This was a placeholder for coauthor images. 2011-01-28 17:43:28 +00:00
bjl23
25abfe0f32 rolling back undesirable changes from r.7210, 'boatload' 2011-01-28 16:49:15 +00:00
rjy7
bb8e0b5aae Remove unneeded commented-out lines from templates 2011-01-28 14:55:08 +00:00
mb863
70d14ff67f NIHVIVO-1930: Added info icon 2011-01-27 21:52:59 +00:00
rjy7
c01dc9bf65 Fixed template error on person page when positions or research areas are null 2011-01-27 21:09:23 +00:00
bjl23
b5777a60ad rewritten list view queries with UNIONs plus various and sundry other bugfixes and improvements; also probably new bugs 2011-01-27 20:56:44 +00:00
tlw72
f5c8200f33 NIHVIVO-1908: placeholder icon for pub/grant info 2011-01-27 20:06:50 +00:00
rjy7
43e18bf8af 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:51 +00:00
nac26
d982007d98 NIHVIVO-1924 Added explicit color for #adminDashboard h4 so as to not inadvertently collide with general h4 rules from theme 2011-01-27 15:29:20 +00:00
mb863
223b64e07f Changed background color to white for Site Information Editing form 2011-01-27 15:09:42 +00:00
mb863
92764b0c1a 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:12:51 +00:00