nac26
|
b27b3aa607
|
NIHVIVO-1389 NIHVIVO-1506 Added include for ${scripts} variable that had been mistakenly left out of basicPage.jsp. This was resulting in missing JavaScript and causing problems on individual control panel and visualizations for the individual page. Once the JS was returned, there was still another problem with jQuery's user of $() conflicting with DWR on the entity edits page. Resolved this using jQuery's built in noConflict() method.
|
2010-12-15 13:46:09 +00:00 |
|
rjy7
|
15cc06995b
|
Moved partials for Freemarker individual profile page into the partials directory
|
2010-12-14 21:39:43 +00:00 |
|
bdc34
|
bfc524afdc
|
Working on temporary menu editor NIHVIVO-710
|
2010-12-14 21:09:59 +00:00 |
|
mb863
|
bbe7cf4625
|
NIHVIVO-641: Theming widget-browse.ftl data
|
2010-12-14 20:42:35 +00:00 |
|
mb863
|
8b322b960d
|
NIHVIVO-1518: - Changed "${urls.siteIcons} to ${urls.images), so images are rendered from images folder and not site_icons folder.
|
2010-12-14 18:39:19 +00:00 |
|
mb863
|
bf1d320d01
|
NIHVIVO-1518, Moving images from SITE_ICON folder to IMAGES folder in in VITRO
|
2010-12-14 18:23:19 +00:00 |
|
rjy7
|
1dd5885514
|
NIHVIVO-1510 Added error-checking of collation target in list view config file against sparql select terms.
|
2010-12-14 16:24:50 +00:00 |
|
rjy7
|
25b14ad78c
|
NIHVIVO-1513 New individual page was generating errors when user is logged in because some property labels were not set. Fixed by setting in the property template model constructor.
NIHVIVO-1334 Initial set up for custom list views.
|
2010-12-13 22:46:42 +00:00 |
|
mb863
|
d464426554
|
NIHVIVO-1511: Added image gif necessary for supersleight.js
|
2010-12-13 21:41:00 +00:00 |
|
bdc34
|
53de9ad8e9
|
Working on moving paged results to IndividualListController NIHVIVO-1503
|
2010-12-13 21:24: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 |
|
mb863
|
fc43269ad5
|
NIHVIVO-1493: Defining app level classes.
|
2010-12-13 20:13:10 +00:00 |
|
rjy7
|
91f96a2304
|
NIHVIVO-1510 Temporarily display collated properties as uncollated, until collated view is implemented.
|
2010-12-13 20:03:06 +00:00 |
|
rjy7
|
838713d669
|
NIHVIVO-1333 Display of uncollated object property statements with default view
|
2010-12-13 15:27:22 +00:00 |
|
mb863
|
85d7db23e5
|
NIHVIVO-1493: adding generic selector id="submit" for <input> type=submit.
|
2010-12-10 22:08:36 +00:00 |
|
bdc34
|
e9ca1f9986
|
working on menu page browse NIHVIVO-632
|
2010-12-10 21:03:30 +00:00 |
|
mb863
|
9431d5e614
|
NIHVIVO-1493: Defining app level classes for HTML elements. Working on ingest tools forms.
|
2010-12-10 20:30:22 +00:00 |
|
mb863
|
6344101e5f
|
NIHVIVO-1238: Ongoing css work.
|
2010-12-10 20:25:21 +00:00 |
|
bdc34
|
377ca44940
|
Adding XML search results NIHVIVO-1303. Adding menu page browse NIHVIVO-632.
|
2010-12-09 23:53:56 +00:00 |
|
ass92
|
a420b6261a
|
NIHVIVO-1498 change in listModels.jsp to correct the nullpointerexception bug.
|
2010-12-09 23:02:01 +00:00 |
|
bjl23
|
a9e244a3ee
|
setting the stage for some connection management improvements
|
2010-12-09 21:55:27 +00:00 |
|
mb863
|
bf6765cada
|
NIHVIVO-1493: Started defining app level classes for HTML elements
|
2010-12-09 19:11:25 +00:00 |
|
ass92
|
bf2ca1b02f
|
NIHVIVO-1489 code change to use same vitroJenaModelMaker across all ingest utilities.
|
2010-12-09 18:40:56 +00:00 |
|
ass92
|
528acb7471
|
NIHVIVO-1489 code change to use same vitroJenaModelMaker across all ingest utilities.
|
2010-12-09 18:40:43 +00:00 |
|
jeb228
|
224c21b077
|
Remove some vestigial Login artifacts.
|
2010-12-09 15:58:00 +00:00 |
|
mb863
|
4bb7f5d99c
|
NIHVIVO-1315: Cleaning unnecessary html markup, wired primary link, additional links, and worked on Visualization.
|
2010-12-08 23:25:24 +00:00 |
|
jeb228
|
9046a9c735
|
NIHVIVO-1379 If not sufficiently authorized to view a restricted page, redirect to home page with a message.
|
2010-12-08 22:35:04 +00:00 |
|
yuysun
|
a32656cf21
|
|
2010-12-08 19:38:26 +00:00 |
|
yuysun
|
4512502e4f
|
|
2010-12-08 19:06:48 +00:00 |
|
rjy7
|
38fef41a12
|
Moved utility methods for parsing query results back to PageDaoJena from JenaBaseDao, because they are not all-purpose at this point.
|
2010-12-08 17:10:37 +00:00 |
|
nac26
|
9892846244
|
NIHVIVO-1389 NIHVIVO-1407 NIHVIVO-1437 Significant refactoring of templates both in vitro core and vivo themes to ensure consistent markup with 3 different base templates at play (page.ftl, basicPage.jsp and formPrefix/formSuffix.jsp) Resulted in creating smaller component freemarker templates that could be included by all of the base templates, whether ftl or jsp. This is a temporary compromise while we continue our conversion to Freemarker. The goal was to keep jsp files outside of the theme and working behind the scenes.
|
2010-12-08 14:05:16 +00:00 |
|
rjy7
|
e4d301cf98
|
NIHVIVO-1333 Continued work on display of object properties on individual profile, including getting sparql query and template name from a config file and using it to generate and display statements.
|
2010-12-07 21:30:13 +00:00 |
|
jeb228
|
1bad0658cb
|
NIHVIVO-1393 for the external login button, put the entire text in the deploy.properties value.
|
2010-12-07 18:41:02 +00:00 |
|
ass92
|
297805e5bc
|
NIHVIVO-1451 mechanism to toggle between VitroJenaModelMaker and VitroSDBModelMaker
|
2010-12-07 17:17:29 +00:00 |
|
rjy7
|
cb230a10c3
|
NIHVIVO-1333 Make ObjectPropertyTemplateModel a non-abstract class to represent uncollated object properties, so UncollatedObjectPropertyTemplateModel is not needed. Some test code in the template to distinguish collated and uncollated object properties.
|
2010-12-06 22:55:17 +00:00 |
|
rjy7
|
96b10bed71
|
NIHVIVO-1333 Added some sample markup to the ontology property display template.
|
2010-12-06 22:18:26 +00:00 |
|
mb863
|
55eb8bece4
|
NIHVIVO-1238: Styled custom forms for wilma and cleaned up work
|
2010-12-06 22:04:30 +00:00 |
|
rjy7
|
0c8e1afe35
|
NIHVIVO-1333 Display the value of data property statements
|
2010-12-06 21:44:07 +00:00 |
|
rjy7
|
5b0a4eb03c
|
NIHVIVO-1333 Output property names within each property group
|
2010-12-06 21:40:53 +00:00 |
|
nac26
|
ec25d91391
|
NIHVIVO-1236 Updates to insufficientAuthorization.ftl (sounds like this file will most likely be going away)
|
2010-12-06 19:04:42 +00:00 |
|
bdc34
|
272d90343b
|
NPE in tabAdmin. NIHVIVO-1325
|
2010-12-06 18:48:22 +00:00 |
|
rjy7
|
bfd81d1327
|
NIHVIVO-1333 Continued work on ontology property display on individual profile page.
|
2010-12-06 16:47:41 +00:00 |
|
nac26
|
4f909b3a6e
|
added link for index page
|
2010-12-04 23:08:27 +00:00 |
|
rjy7
|
f6ff54120d
|
NIHVIVO-1333 Handle property group for unassigned properties, and case where no property groups are defined
|
2010-12-03 17:30:18 +00:00 |
|
mb863
|
ed08113669
|
NIHVIVO-1238: Continue working on styles and making custom forms theme agnostic
|
2010-12-02 22:45:51 +00:00 |
|
bdc34
|
3180ed432b
|
Adding menu controller, tomcat filter for menu page URL routing NIHVIVO-1073 NIHVIVO-597
|
2010-12-02 21:09:58 +00:00 |
|
mb863
|
73aea203ed
|
NIHVIVO-556: Moved screen.css to theme level.
|
2010-12-02 20:55:47 +00:00 |
|
nac26
|
584a285465
|
moving <script> for jquery into the vitro core and out of the themes
|
2010-12-02 17:53:30 +00:00 |
|
rjy7
|
10dc4d3e1f
|
NIHVIVO-1333 Lots of work on display of ontology properties on individual page (nothing visible yet).
|
2010-12-01 22:28:54 +00:00 |
|
bjl23
|
f00e8bf585
|
adding graph variable to 'raw statements' queries
|
2010-12-01 22:03:02 +00:00 |
|