bjl23
ca2d8dfb4c
NIHVIVO-1509 connection pool size configuration
2010-12-13 15:24:40 +00:00
mb863
85d7db23e5
NIHVIVO-1493: adding generic selector id="submit" for <input> type=submit.
2010-12-10 22:08:36 +00:00
bjl23
30bd6c7d88
SELECT-based implementation of getIndividualsByVClassURI for SDB
2010-12-10 21:53:12 +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
jeb228
1a970e6262
NIHVIVO-151 handle the case where we come from a bookmark of the login link -- a "return" parameter with no referrer.
2010-12-10 16:30:22 +00:00
bjl23
e3e7e1ebd6
preventing reuse of closed jdbc connections in dao factories stored in context
2010-12-10 15:57:10 +00:00
bdc34
2957d66594
Adding license text.
2010-12-10 15:42:56 +00:00
bdc34
f0af16d76c
Adding XML search results NIHVIVO-1303. Adding menu page browse NIHVIVO-632.
2010-12-09 23:54:27 +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
39818e7489
setting the stage for some connection management improvements take 2
2010-12-09 21:56:30 +00:00
bjl23
a9e244a3ee
setting the stage for some connection management improvements
2010-12-09 21:55:27 +00:00
jeb228
f4186c3657
Make the test quieter.
2010-12-09 21:22:11 +00:00
jeb228
43b6d8d5f2
NIHVIVO-1460 revise logic in the ProgramLogin servlet.
2010-12-09 20:24:59 +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
ass92
654258e892
NIHVIVO-1489 code change to use same vitroJenaModelMaker across all ingest utilities.
2010-12-09 18:39:12 +00:00
jeb228
3b3111be82
NIHVIVO-1460 implement the ProgramLogin servlet.
2010-12-09 17:18:27 +00:00
jeb228
192b722de3
NIHVIVO-1460 implement more stub methods to enable testing.
2010-12-09 17:18:00 +00:00
jeb228
48b4f16ed2
NIHVIVO-1460 remove the hooks in Authenticate that were supposed to allow programmatic login - this is superseded by the ProgramLogin servlet.
2010-12-09 17:17:16 +00:00
jeb228
224c21b077
Remove some vestigial Login artifacts.
2010-12-09 15:58:00 +00:00
jeb228
d30abaea5f
NIHVIVO-151 removed unused import statements
2010-12-09 15:17:29 +00:00
jeb228
ceaed87af7
NIHVIVO-151 tidy the logic: let Authenticate be the one to create the LoginProcessBean and store the return URL.
2010-12-09 15:16:51 +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
jeb228
3c239271e3
NIHVIVO-151 when forcing a login, assemble the process bean and go straight to the form.
2010-12-08 22:15:50 +00:00
jeb228
8676ec5544
NIHVIVO-151 Get better control of redirection after logging in.
...
1) The login link goes to the controller, not directly to the form.
2) The process bean holds the URL where the form is located, and the URL we will go to on success.
3) Only the controller alters the state of the bean, not the widget.
4) The process bean is kept until the redirector can get information from it.
5) Finally, with more control in the redirector, change the behavior.
2010-12-08 22:14:39 +00:00
rjy7
ba3163da20
Fix redirect from /individual to /display in IndividualController
2010-12-08 22:00:09 +00:00
yuysun
3b1fe1eb45
2010-12-08 19:40:20 +00:00
yuysun
a32656cf21
2010-12-08 19:38:26 +00:00
yuysun
4512502e4f
2010-12-08 19:06:48 +00:00
yuysun
1ac4d34057
2010-12-08 19:06:20 +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
rjy7
cc9f132503
Removed request attribute freemarkerComponentsDone: no longer needed, since the call to the component generator has been centralized.
2010-12-08 14:22:02 +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
ass92
1126d6f75d
reverting it back to original piece of code as Nick faced some problem. Will look into whats the problem.
2010-12-08 13:59:40 +00:00
ass92
c332d76577
NIHVIVO-1226 made a change so that the sparql query goes through Dataset.
2010-12-07 22:06:06 +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
6e7afb976d
Sparql query improvments.
2010-12-07 17:48:05 +00:00
ass92
297805e5bc
NIHVIVO-1451 mechanism to toggle between VitroJenaModelMaker and VitroSDBModelMaker
2010-12-07 17:17:29 +00:00
ass92
c67ed3921c
NIHVIVO-1451 mechanism to toggle between VitroJenaModelMaker and VitroSDBModelMaker in ingest tools.
2010-12-07 17:15:56 +00:00
ass92
6066180a6c
NIHVIVO-1449 add methods to JenaDataSourceSetupBase and remove VitroJenaModelMakerSetup listener
2010-12-07 16:59:58 +00:00
rjy7
54395c6cb3
NIHVIVO-1333 Continued work on ontology property display
2010-12-07 14:29:17 +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