Commit graph

1758 commits

Author SHA1 Message Date
tworrall
4b192ef8eb rename class attribute 2012-06-28 19:12:47 +00:00
tworrall
86627facb3 adusted font style and size for text areas on property edit page 2012-06-28 17:13:17 +00:00
tworrall
bbd616b227 minor ui adjustments 2012-06-28 15:59:48 +00:00
tworrall
b3d3a870ac NIHVIVO-if all grants or pubs are hidden, the manage link should still be displayed 2012-06-27 19:17:34 +00:00
briancaruso
d7b3f0e3f1 Removing debugging message from ftl NIHVIVO-3827 2012-06-26 21:11:54 +00:00
j2blake
b223feedb2 NIHVIVO-3484 If an expected image file is not found, serve the "missing link" image instead. 2012-06-26 20:47:53 +00:00
hjkhjk54
2a3181536c updates for code cleanup, also fixed error in internalClassDataGetter introduced after previous update removing JSON Object as constructor for ProcessInternalClassDataGetter. Added space to sparql query for other ProcessDataGetter classes - although code was working without that. 2012-06-26 17:48:50 +00:00
j2blake
54807074a1 NIHVIVO-3772 Incorporate the most recent changes from Eric (2012-06-25) 2012-06-26 16:24:54 +00:00
jcorson-rikert
5981f30047 minor tweaks to display; removing comments from vclass console (no way to populate) 2012-06-26 12:15:28 +00:00
jcorson-rikert
32cd580d81 More changes to ontology editing forms and console pages based on help from Manolo 2012-06-26 03:11:49 +00:00
hjkhjk54
ac3b58874f adding sortable icon for menu ordering in vitro 2012-06-25 21:08:46 +00:00
tworrall
4cf370e116 page management - added edit icon to page list template 2012-06-25 20:23:08 +00:00
tworrall
7ea00cd5a8 pagemanagement - added cancel button to main content type sections 2012-06-25 19:59:18 +00:00
hjkhjk54
c46b148535 Updates for page management, including updating link to menu ordering on page list, updating internal class server side logic to correctly instantiate objects when editing an internal class page (previously json object was passed but wasn't needed so removed from constructor), also updated client-side script to correctly populate internal class/class group section and other client-side interactions 2012-06-25 17:34:25 +00:00
jcorson-rikert
9c7e231324 Changes to vclass, object property, and data property editing forms (JSPs) and controllers, plus one new vitro.css class 2012-06-25 17:01:41 +00:00
tworrall
c36d9565a1 ftl and css changes for page management 2012-06-25 14:52:46 +00:00
tworrall
ffce3efe91 NIHVIVO-760 added noscript message to menu pages 2012-06-25 01:59:15 +00:00
hjkhjk54
e3f9caced1 updates for page management - page deletion as well as changing menu management to menu ordering 2012-06-25 00:19:33 +00:00
tworrall
54941a201b page managemnet changes 2012-06-24 21:23:12 +00:00
j2blake
544839906e NIHVIVO-3774 Revisions to the document. 2012-06-24 18:09:53 +00:00
j2blake
c4ae8af529 NIHVIVO-3772 Incorporate the most recent changes from Eric (2012-06-20) 2012-06-24 17:51:08 +00:00
hjkhjk54
b3c09797b0 update for page deletion controller - need to include exception thrown 2012-06-24 02:22:35 +00:00
hjkhjk54
7e2a5d22d4 updates for page management, and replacing empty options with Constant empty options for pageData in EditConfigurationTemplateModel in populateDropdowns and also logging error if name in pageData already in use for that field name 2012-06-24 01:39:58 +00:00
tworrall
c7ed7792dc moved inline style defs to css 2012-06-22 19:39:05 +00:00
hjkhjk54
9ca30d634a updates for page management 2012-06-22 17:56:02 +00:00
tworrall
7808d72eec added pagex.listedPageCannotDeletePage variable 2012-06-22 17:44:36 +00:00
tworrall
db90acd8de ongoing page management changes 2012-06-22 17:21:31 +00:00
briancaruso
346e84b164 removing JSP that no longer compiles 2012-06-22 16:26:34 +00:00
tworrall
2b96b7cabf pagelist changes 2012-06-22 16:07:17 +00:00
tworrall
f4d56223df changed div to span 2012-06-22 16:02:47 +00:00
tworrall
1e75996ef2 formatting/style changes 2012-06-22 15:45:56 +00:00
hjkhjk54
67f5517d90 updates to enable page list to return correctly (previous pageUri parameter was being bound after sparql query updated to enable parameter binding to query) 2012-06-22 14:55:29 +00:00
hjkhjk54
f6b2387a3e updates for page management as well as updates to new URI maker and individual dao jena to handle creation of new URI (old code was returning duplicate when maximum number of attempts was exhausted in NewURIMakerVitro b/c IndividualDaoJena kept returning the same URI since Random instance was set with system time seed and possibly the calls to the method were occurring close together in time and nextInt kept returning the same number). 2012-06-21 20:44:42 +00:00
j2blake
e8f01e9838 NIHVIVO-3748 Implement a shortview_config.n3 file to set up the short views. It had been hardcoded. 2012-06-21 19:41:35 +00:00
briancaruso
9b30ecdcb1 Fixed object property sorting on individual page for default list view. NIHVIVO-3415
Removed unused domainEntitySortField and rangeEntitySortField from ObjectProperty.
Added rangeEntitySortField back to property_retry.jsp.
2012-06-21 17:10:14 +00:00
tworrall
ceaf27a713 NIHVIVO-3546 implemented new manage icon in lib-properties.ftl 2012-06-21 16:02:19 +00:00
tworrall
c5538eeb9d hide the manage pubs and manage grants links if there are no pubs or grants 2012-06-20 21:25:15 +00:00
hjkhjk54
7c0f00e7e9 updates for page management 2012-06-20 21:20:55 +00:00
tworrall
f5a39b1148 removed testing comments from form, fixed setType issue in js 2012-06-20 16:03:50 +00:00
briancaruso
2ba92cf8e7 Default object property from changed to switch to auto complete when there are too many individuals found in the range.
Auto complete code, css, templates and js moved from vivo to vitro.
2012-06-19 21:59:01 +00:00
hjkhjk54
414df19928 updates to make sure default template is not selected in javascript if editing (in which case template should select either default or custom) 2012-06-19 21:12:49 +00:00
briancaruso
0324d89561 Changing startup status to use requested url for continue link. 2012-06-19 15:46:20 +00:00
tworrall
4bf0729f04 NIHVIVO 3722, 3723 and 3725 css and js changes for OpenSocial gadgets 2012-06-19 13:37:51 +00:00
hjkhjk54
c338c9025b updates for page management 2012-06-18 21:15:22 +00:00
hjkhjk54
f327e91a3c page management related updates 2012-06-15 22:14:09 +00:00
tworrall
2cc59294be NIHVIVO 3775 change id of button to make it unique 2012-06-15 17:25:22 +00:00
stellamit
f7e7bd9998 removing AppliationConfiguration.n3 from trunk, it is saved on branch dev-app-ont-NIHVIVO-3609 2012-06-14 15:25:42 +00:00
hjkhjk54
5c3ab93bd5 updates for page management 2012-06-14 14:20:27 +00:00
hjkhjk54
4e96cd318d page management updates 2012-06-13 19:37:04 +00:00
brianjlowe
297e943635 merge dev-rdfapi branch to trunk 2012-06-13 18:44:46 +00:00