Commit graph

324 commits

Author SHA1 Message Date
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
nac26
6f494c535c NIHVIVO-641 Updates to menupage-classgroup-people.ftl to utilize Brian's new data service that returns JSON. Still needs some work to degrade gracefully without JS. 2011-01-03 13:45:30 +00:00
yuysun
11b3a72672 Add GRAPH block for each triple 2010-12-22 17:10:34 +00:00
mb863
0329dc7cc0 NIHVIVO-1492: Style external authentication in the VITRO core when active 2010-12-21 15:11:50 +00:00
mb863
f170c94a68 NIHVIVO-1315: Removed jquery plugin for scrolling to property menus nav. 2010-12-20 15:00:43 +00:00
mb863
68ef7ff400 NIHVIVO-1511: Used a different supersleight.js version to fix the problem. 2010-12-13 21:21:31 +00:00
yuysun
4512502e4f 2010-12-08 19:06:48 +00:00
mb863
9f22a78864 NIHVIVO-1238: Making custom forms theme agnostic 2010-12-01 19:39:10 +00:00
yuysun
f200a9bb59 Adding check query statement, it will return all if not specifying data properties. 2010-11-29 20:46:23 +00:00
yuysun
cb1f06ab24 A graph term is added to all queries in order to yield results, regarding JIRA issue http://issues.library.cornell.edu/browse/NIHVIVO-1443 2010-11-29 20:27:15 +00:00
mb863
367fbc910c NIHVIVO-556: Making name selectors and markup consistent (using dash in between words VS camel notation), adding more aria roles, shortening selector names, just continuing cleaning markup for templates and optimizing css files. 2010-11-24 18:21:23 +00:00
mb863
ef94f673d2 NIHVIVO-1361: Removed fade in 2010-11-22 16:28:49 +00:00
mb863
b2abc1f389 NIHVIVO-1361: Add less time for fading in alert messages. 2010-11-22 15:59:11 +00:00
mb863
19163bc6b3 decrease fade in time for error alert display 2010-11-19 21:25:33 +00:00
mb863
6196d46d60 Worked on styling login widget for Wilma theme 2010-11-19 20:54:16 +00:00
bkoniden
6b750d946e committing changes (deletion of a css file, modifying one, Adding support for AutoEllipsis ) 2010-11-18 20:07:47 +00:00
yuysun
62aae75893 SPARQL Query Builder with one property button. 2010-11-17 01:15:12 +00:00
yuysun
f872582288 SPARQL Query Builder v1.0 with data and object property buttons separately. 2010-11-17 00:15:14 +00:00