Commit graph

191 commits

Author SHA1 Message Date
tworrall
32e4f81be7 NIHVIVO-2063: placed contents of index page into columns 2011-04-15 14:50:05 +00:00
tworrall
84b9365ad4 NIHVIVO-2160:improved tooltip for uri icon via javascript 2011-04-11 14:47:10 +00:00
anupsawant
3745c37cc9 NIHVIVO-2257 made a change in ingestUtils.js to check if primary and duplicate uris are same while using merge individuals tool. 2011-03-28 19:01:35 +00:00
cappadona
b5bfd92888 NIHVIVO-1899 Removed thickbox jquery plugin from project as it's no longer used. 2011-03-18 14:16:56 +00:00
rjy7
3134054f7b NIHVIVO-2154 dwr/util.js overwrites $, so use jQuery() rather than $() 2011-02-25 15:47:55 +00:00
rjy7
db6e1f56ed NIHVIVO-1629 Upgrade to jQuery 1.5.1 2011-02-25 15:21:50 +00:00
rjy7
198c8293ce NIHVIVO-1629 Upgrade to jquery-ui version 1.8.9 2011-02-21 17:53:10 +00:00
rjy7
dae5369232 NIHVIVO-1629 Upgrade jQuery to version 1.5. NIHVIVO-2153 Change datetime fieldnames to use hyphen rather than period, since the latter generates errors in jQuery 1.5 and is not a valid CSS selector. 2011-02-21 16:09:40 +00:00
mb863
ff45e2e86e NIHVIVO-2121: Fixed stretched image thumbnail issue on menupage individual listing 2011-02-11 16:01:31 +00:00
nac26
a8d353dab1 NIHVIVO-2006 Realized that I had introduced a bug in r7283 and was missing the closing </a> for #classes-in-classgroup list items. IE was not a fan. Also removed labels since Raphael uses VML for graphing in IE and I wasn't reliably able to target and hide rvml:textpath. 2011-02-08 13:29:09 +00:00
nac26
38f021251a NIHVIVO-1603 Using jQuery in place of DWR to return the moniker selection experience to its former glory 2011-02-06 01:44:24 +00:00
nac26
b6170b6f9d NIHVIVO-2033 Added test in emptyResultSet() to handle the rare (but possible) occurrence where a class is rendered in the list due to having an individual count > 0, but for some reason the Search Index has not been rebuilt, so those individuals are not returned by the JSON service. 2011-02-05 00:25:04 +00:00
nac26
82f24c5966 NIHVIVO-2040 Added data-page attribute on pagination links and removed pageX class since they're no longer needed. This makes it easier to reliably handle multiple digit page numbers without jumping through hoops. Can't rely on .text() do to the "more..." pattern. 2011-02-05 00:07:48 +00:00
nac26
93de3d8aa9 NIHVIVO-1073 Small change to message displayed when no individuals are found for requested letter in alphabet 2011-02-03 16:06:07 +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
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
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
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
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
nac26
e153452b81 NIHVIVO-1073 Ensured the pagination event listener is not called until both pagination navs have been added to the DOM. 2011-01-26 21:58:48 +00:00
nac26
f9faa680f2 NIHVIVO-1073 Pagination for browsing individuals 2011-01-26 14:32:26 +00:00
rjy7
2fb9547738 NIHVIVO-1871 Added repair mode to grant and educational training custom forms. 2011-01-25 22:41:15 +00:00
nac26
0d78f1f1f0 Moved fade-in for flash-message to vitroUtils.js since this behavior should apply throughout the app and should not be limited only to pages that include the login widget. 2011-01-24 18:26:51 +00:00
nac26
2be51ef25c NIHVIVO-592 Class group browse for home page. Still waiting on update to JSONServlet (NIHVIVO-1674) so classes in class group can be returned for AJAX requests. Introducing alternative bar graph in lieu of pie chart. 2011-01-24 18:24:24 +00:00
mb863
94141e048c NIHVIVO-1776: Refactored alert error message when user delete individual's photo. 2011-01-21 03:16:07 +00:00
mb863
8019766830 NIHVIVO-1838: Fixed some browser issues in IE 6 and 7 2011-01-20 18:31:23 +00:00
tlw72
38227f9115 have the welcome message fade out 2011-01-19 14:53:00 +00:00
tlw72
5439382e64 removed line referencing welcome flash message 2011-01-18 20:58:55 +00:00
nac26
c27938d19b NIHVIVO-1071 Changed title attributes of edit links to use "entry" instead of "relationship". imageUploadUtils.js was updated only to reflect this change, but still needs work to resolve the bug described in NIHVIVO-1776 2011-01-18 12:23:02 +00:00
nac26
02b1ef29a7 NIHVIVO-1073 Markup and stylesheet cleanup. 2011-01-18 11:48:04 +00:00
mb863
c41f121235 NIHVIVO-634: Fixed style issues in 'browse by' section for individuals with no thumb images 2011-01-18 00:16:55 +00:00
tlw72
75d45dfc5b Update to fade out the welcome log in message 2011-01-17 22:46:42 +00:00
mb863
d357222b2a NIHVIVO-1706: changed jQuery selector for adding alert feedback when deleting individual photos in individual templates. 2011-01-17 15:47:50 +00:00
jeb228
940fe03123 Merge r7065, r7066 from the release 1.2 maintenance branch 2011-01-17 14:58:37 +00:00
nac26
3a5a01ee57 NIHVIVO-1458 Login form is hidden once again if JavaScript is disabled. Autofocus on login form also makes a triumphant return. 2011-01-16 19:26:15 +00:00
mb863
d7209cf2d8 Changed loginUtils.js to the head and change comment for fading error alerts to fade IN 2011-01-14 22:00:30 +00:00
nac26
638c0211ec NIHVIVO-1073 NIHVIVO-634 NIHVIVO-641 Refactoring default vitro level behavior of menupages (does not assume any classes and is not ontology aware) 2011-01-14 15:12:35 +00:00
nac26
bdfca9c730 NIHVIVO-1678 Now that all classes are returned (even empties), we cannot blindly select the first class as the default one to browse. 2011-01-13 14:35:21 +00:00
mb863
00dc9aef8a Increased size of photo to be cropped. 2011-01-10 15:08:46 +00:00
mb863
00d144196a NIHVIVO-641: Changed markup <article> for <li> in individual display list on browse by section. 2011-01-07 22:11:49 +00:00
bkoniden
9b4bcb3b6a Moved the js and css files to vivo. Going to use them. 2011-01-05 16:03:38 +00:00
nac26
17c1c69dad NIHVIVO-1598 Updated JavaScript to render thumbnail image now that it's included in the JSON results 2011-01-05 14:15:52 +00:00
ass92
e4585e9c4d NIHVIVO-1487 new javascript file 2011-01-05 04:16:49 +00:00
nac26
ace9f86f5c 2011-01-04 21:36:08 +00:00
nac26
155629db58 Renamed "dummyImages" to "placeholders" 2011-01-04 00:17:35 +00:00
bkoniden
4dac98f9c0 1) Added code for testing if an individual is an organization in IndividualTemplateModel.java
2) Couple of changes to the css of table in Temporal graph. -- in demo_table.css
3) Added section for temporal graph icon in individual.ftl
2011-01-03 22:49:51 +00:00
mb863
0b0cc67059 NIHVIVO-641:
Included in menupage--classgroup-people.ftl 3 include files:
*menupage-browse.ftl: Template for browsing class groups in menupages
*menupage-classCroupMenu.ftl: Template for class groups menu in menupages 
*menupage-browseByVClass.ftl: Template for browsing VClasses in menupages

Removed some Find By filters

Added existing dummy individual: foaf person picture (Before I was using a duplicated image file)
2011-01-03 21:40:37 +00:00