Commit graph

2393 commits

Author SHA1 Message Date
rjy7
38c6b4310c NIHVIVO-2012 Remove call to BaseObjectPropertyDataPostProcessor.getMoniker() because now it only returns the moniker, not the vclass, so provides no additional data over the sparql query (see NIHVIVO-2001). 2011-02-03 15:08:39 +00:00
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
bdc34
1a2e4b4c47 Removing vitro:keyword indexing to improve performance of lucene index build NIHVIVO-1795 2011-02-03 13:45:59 +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
sjm222
c2e17ec638 kb migration logging tweak 2011-02-03 01:34:32 +00:00
sjm222
909f2b8670 kb migration logging correction (rename --> remove) 2011-02-03 01:13:23 +00:00
ass92
080f0a818c NIHVIVO-1983 code change to add vitro:Link class while ABox extraction. 2011-02-02 21:55:36 +00:00
jeb228
a5ed018e66 Downgrade the log level of this message. 2011-02-02 21:12:07 +00:00
bjl23
c8ec6c9067 NIHVIVO-1989 ; fixes lack of labels for individuals returned from getIndividualsByVClass() in SDB 2011-02-02 20:55:08 +00:00
bdc34
6e00e1e997 Changing individualJena.getMoniker() so that it doesn't return a VClass name when the moniker is not in the model 2011-02-02 20:16:11 +00:00
bdc34
bfa9979266 Changing individualSDB.getMoniker() in SDB so that it doesn't return a VClass name when the moniker is not in the model 2011-02-02 19:52:10 +00:00
jeb228
ddc58f5259 NIHVIVO-1814 A login remains in process only if the user has not travelled to another page. 2011-02-02 19:10:01 +00:00
rjy7
5a377bf421 Added a comment. 2011-02-02 17:45:25 +00:00
rjy7
991c24a74c NIHVIVO-1994 Fix passing of null values in url params on delete links, causing NullPointerException 2011-02-02 17:39:10 +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
jeb228
7b62bdd0a2 NIHVIVO-1568 If a user clicks on the Login link, or tries to access a restricted page, any previous login process is cancelled and a new one is begun. 2011-02-02 16:44:00 +00:00
jeb228
7c5b296476 NIHVIVO-1814 and NIHVIVO-1568 If the user navigates to a page that contains the login widget, it cancels any login session that was occurring on a different page. 2011-02-02 16:42:32 +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
jeb228
6ffe9daa64 NIHVIVO-1786 If no Vitro.smtphost, write messages to the log instead of to System.out 2011-02-01 21:43:06 +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
bdc34
4e0b942d91 Adding exception checking to IndividualListController.java NIHVIVO-1687 2011-02-01 21:21:19 +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
bdc34
e8667d3a8e Fixing divide by zero error in IndexBuilder NIHVIVO-1974
Fixing odd return of moniker that was causing cast exception.
Fixing ERROR message about temporary index build directory.
2011-02-01 20:30:10 +00:00
bjl23
4e18504ca0 de-GRAPHing some remaining DAO queries 2011-02-01 18:54:48 +00:00
rjy7
7b18bbe8d6 NIHVIVO-1968 Removed unused methods isPerson(), isOrganization(), getVisualizationUrl(), and isVClass() from IndividualTemplateModel. 2011-02-01 18:31:31 +00:00
sjm222
eb4d4a9f40 kb migration logging tweak 2011-02-01 17:46:27 +00:00
tlw72
41e441b9da NIHVIVO-1976: updated error alert styles 2011-02-01 17:34:49 +00:00
sjm222
903cb6cfda kb migration logging tweak 2011-02-01 16:18:54 +00:00
bjl23
4fdb34ae55 removing superfluous graph filter from ObjectPropertyStatementDaoSDB 2011-02-01 16:16:11 +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
rjy7
eaa1d4ef78 NIHVIVO-1891 Don't do queries for properties known to be unpopulated 2011-01-31 22:47:14 +00:00
rjy7
37596f3408 NIHVIVO-1887 Use default object property data postprocessor if specified postprocessor doesn't exist 2011-01-31 22:20:15 +00:00
bjl23
eb55aa694f vitro list views with CONSTRUCTs and improvement to null individual handling 2011-01-31 21:53:24 +00:00
tlw72
c9cf713fed NIHVIVO-1963: modified error text for temp password change 2011-01-31 21:38:29 +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
bdc34
99daffa6de Adding logging of search index builder progress. 2011-01-31 20:45:28 +00:00
bdc34
e058b67072 SelectListGenerator is no longer prohibited search class filtering. NIHVIVO-1792 2011-01-31 20:44:31 +00:00
bdc34
93a0c56f08 Removing some unused code and logging individual count in IndividualDaoSDB.java 2011-01-31 20:43:04 +00:00
bdc34
8d61ffbcda Adding change to PortalRetryController to allow editing of portal 0. 2011-01-31 20:40:07 +00:00