Commit graph

505 commits

Author SHA1 Message Date
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
mb863
9f22a78864 NIHVIVO-1238: Making custom forms theme agnostic 2010-12-01 19:39:10 +00:00
jeb228
a645c60e13 NIHVIVO-1368 fill the loginName field with a previously-supplied value, if one exists. 2010-12-01 15:39:16 +00:00
mb863
25edf03517 NIHVIVO-1361: Removed Forgot your password and request account features from widget-login.ftl template. This feature won't hit 1.2 2010-11-30 20:21:52 +00:00
rjy7
7b6c3237d4 Removed insufficient authorization part of already logged in message in login widget, since this case is being handled by a dedicated insufficient authorization page. 2010-11-30 19:29:23 +00:00
rjy7
42dca90027 NIHVIVO-1333 More work on property display on individual page 2010-11-30 13:45:28 +00:00
jeb228
30fa59cf5e NIHVIVO-1379 If a user is logged in but not authorized to view a page, send them to a page with an explanation. 2010-11-29 22:36:19 +00:00
jeb228
d60f39f7d4 NIHVIVO-151 send all logout requests directly to /logout. Remove old links to login_process.jsp 2010-11-29 21:37:01 +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
d4b8a638af NIHVIVO-1361 2010-11-29 18:26:16 +00:00
jeb228
bdfe0d018d NIHVIVO-1399 create a servlet and template to use in faking external authentication. Add the info to web.xml, but commented out. 2010-11-28 22:35:07 +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
jeb228
0418489ec1 Remove unreferenced files. 2010-11-23 20:19:48 +00:00
rjy7
70fe857329 NIHVIVO-1394 As a necessary first step to calling a template from a controller which will add to the data model used by page and body templates, provide BaseTemplateModelDirective with its own template processing methods, to separate from TemplateProcessingHelper, which will only be available to FreemarkerHttpServlet. 2010-11-23 16:10:05 +00:00
rjy7
60060d4752 NIHVIVO-1393 Add button to login widget when external auth server is configured 2010-11-23 02:32:09 +00:00
rjy7
ca6ab8288e NIHVIVO-1386 Self-editors don't get SiteAdmin link in top nav. They also don't get revision info link in footer. Implemented with new User template model class. Changed tests for loginName, showFlag1Status in templates to use this object. 2010-11-23 01:28:39 +00:00
mb863
ef94f673d2 NIHVIVO-1361: Removed fade in 2010-11-22 16:28:49 +00:00
bjl23
0a71b802df SDB code into trunk; not yet active by default 2010-11-22 16:24:00 +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
mb863
a3b8550e29 Fixed login widget for vivo-basic 2010-11-19 14:52:41 +00:00
rjy7
ca76cfa4bd Fixes to variable dump. 2010-11-18 23:30:35 +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
mb863
d4c96c6ba9 vivo-basic wasn't rendering property. Now It is fixed. 2010-11-18 18:50:52 +00:00
rjy7
4a3bc7d092 Added ${url.base} to template model so templates can build urls. Modified templates accordingly to replace ${url.home} with {$url.base}. Also replaced ${url.base}/images with ${url.images}. Added scripts and stylesheets to personHasEducationalTraining.ftl. 2010-11-18 00:46:04 +00:00
mb863
239c38b3c3 NIHVIVO-1361: clean up, added login.css to stylesheets.ftl 2010-11-17 23:16:59 +00:00
jeb228
eafa04ccf2 NIHVIVO-1207 Some time ago NetIdIdentifierFactory and SelfEditingUriFactory were merged into SelfEditingIdentifierFactory. Fix several comments to reflect this. 2010-11-17 21:35:52 +00:00
mb863
6f4f1b4659 NIHVIVO-1382: more clean up for back-end pages 2010-11-17 19:28:49 +00:00