ass92
|
13c1808d38
|
NIHVIVO-1290 Code change for rdf export feature
|
2010-11-09 19:33:19 +00:00 |
|
rjy7
|
e940ebc379
|
NIHVIVO-1304 Make request and context accessible through the Environment object so directives can reference them.
|
2010-11-09 17:12:10 +00:00 |
|
bdc34
|
555c787570
|
adding license
|
2010-11-08 21:54:07 +00:00 |
|
bdc34
|
d1c053ff97
|
Adding FreemarkerConfigurationLoader to allow freemarker to be used in other parts of the system.
|
2010-11-08 21:49:07 +00:00 |
|
rjy7
|
57750cd789
|
Refinements to infrastructure that allows freemarker controllers to block access to pages if user is not logged in.
|
2010-11-08 15:26:22 +00:00 |
|
rjy7
|
e7e5cefb29
|
Add infrastructure to allow freemarker controllers to block access to pages if user is not logged in.
|
2010-11-08 00:00:43 +00:00 |
|
bdc34
|
9e1fcdb9c3
|
Working URL handling related to NIHVIVO-1242
|
2010-11-05 20:24:01 +00:00 |
|
bdc34
|
2de267af6b
|
Working on improving URL handling.
|
2010-11-05 19:41:45 +00:00 |
|
jeb228
|
4f3f5bec58
|
NIHVIVO-1207 Simplify the Authenticator interface.
|
2010-11-05 18:36:49 +00:00 |
|
bjl23
|
0dc6abfe61
|
latest releases of Jena, ARQ, SDB, and Pellet libraries
|
2010-11-05 17:45:57 +00:00 |
|
jeb228
|
7e4499778c
|
NIHVIVO-1207 Restructure Authenticate as a clean state machine.
|
2010-11-05 17:03:34 +00:00 |
|
ass92
|
40ab798c48
|
NIHVIVO-1306 code fix for sorting properties on dropdown.
|
2010-11-05 15:34:20 +00:00 |
|
ass92
|
dc73f0bedb
|
NIHVIVO-1306 code fix for sorting properties in dropdown.
|
2010-11-05 15:33:38 +00:00 |
|
jeb228
|
dcb358d4c8
|
NIHVIVO-1207 Make LoginProcessBean more encapsulated.
|
2010-11-05 15:26:22 +00:00 |
|
jeb228
|
c6ff668647
|
NIHVIVO-1207 Rewrite a unit test to use an AuthenticatorStub, now that it has been factored out.
|
2010-11-04 20:57:34 +00:00 |
|
jeb228
|
cc7026fc1d
|
NIHVIVO-1207 Factor out the model-related stuff from Authenticate into Authenticator.
|
2010-11-04 19:08:28 +00:00 |
|
jeb228
|
db304c4f52
|
NIHVIVO-1207 Factor out the model-related stuff from Authenticate into Authenticator.
|
2010-11-04 19:01:23 +00:00 |
|
ass92
|
d0c73a4d23
|
NIHVIVO-1210 : Code change for adding sorted properties in dropdown for sub/superproperty links.
|
2010-11-04 18:55:22 +00:00 |
|
bdc34
|
97ef829204
|
Adding VitroURL in its own file.
|
2010-11-04 16:08:25 +00:00 |
|
jeb228
|
78df1b181f
|
NIHVIVO-1207 improve code formatting in Authenticate.
|
2010-11-04 14:45:19 +00:00 |
|
jeb228
|
8b2e38abca
|
NIHVIVO-1207 improve log messages in Authenticate.
|
2010-11-04 14:42:58 +00:00 |
|
rjy7
|
45ac6e2eac
|
Revert changes from revisions 6300, 6301, 6303. Didn't fix the login issue, and not a good solution anyway.
|
2010-11-03 20:22:59 +00:00 |
|
rjy7
|
ef9a5061d3
|
Comment.
|
2010-11-03 16:28:37 +00:00 |
|
rjy7
|
8cfe11d615
|
Added "templateType" to page and body template models so we know whether we're in a page or body template during processing. Changed a method name.
|
2010-11-03 14:52:31 +00:00 |
|
rjy7
|
74da549755
|
Comment
|
2010-11-03 02:59:26 +00:00 |
|
rjy7
|
28d3e0d50a
|
NIHVIVO-1296 Enable login directly from home page rather than redirecting to dedicated login page.
|
2010-11-03 02:58:31 +00:00 |
|
bjl23
|
2b9891ad6f
|
NIHVIVO-1300 always serialize N3 as Turtle
|
2010-11-02 15:20:21 +00:00 |
|
jeb228
|
cb7fdf17ca
|
NIHVIVO-1277 When referencing a file, assume that the FileByteStream resource contains the alias URL.
|
2010-10-29 20:28:08 +00:00 |
|
jeb228
|
a79b203a15
|
NIHVIVO-1277 When uploading a file, store the alias URL on the FileByteStream resource.
|
2010-10-29 20:27:42 +00:00 |
|
jeb228
|
fcf0eb527f
|
NIHVIVO-1277 Create an updater that tries to insure that all FileByteStream resources have alias URLs.
|
2010-10-29 20:27:07 +00:00 |
|
jeb228
|
a5bff5bd00
|
NIHVIVO-1277 Define a property to store the Alias URL on a FileByteStream resource.
|
2010-10-29 20:25:48 +00:00 |
|
rjy7
|
c178c8d922
|
NIHVIVO-1297 Undid the effects of revision 6246. This was a mistake, since including the body template from the page template rather than pregenerating the body string doesn't allow the addition of stylesheet tags to the page head.
|
2010-10-29 16:44:29 +00:00 |
|
nac26
|
377a225b73
|
NIHVIVO-556 no longer necessary to call login.ftl from a jsp
|
2010-10-28 16:46:18 +00:00 |
|
rjy7
|
fababdd9d2
|
NIHVIVO-1234 Handle routing of a request for the home page to the HomePageController by forwarding from TabController
|
2010-10-28 15:09:17 +00:00 |
|
jeb228
|
ce99295729
|
Change the name of the loginName template variable to "username" so it doesn't conflict with the variable already in use in the footer.
|
2010-10-27 20:21:42 +00:00 |
|
jeb228
|
a7a083c7b3
|
NIHVIVO-1230 NIHVIVO-1231 Example implementation of the Freemarker templates to show revision info.
|
2010-10-27 19:57:57 +00:00 |
|
jeb228
|
b8fefaee00
|
NIHVIVO-1229 break out a method for getBean(ServletContext)
|
2010-10-27 19:47:35 +00:00 |
|
rjy7
|
eed6e5a9d9
|
NIHVIVO-1287 Moved changes from PagedSearchController to FreemarkerPagedSearchController, since this is the active search controller in vivo and vitro
|
2010-10-27 18:57:13 +00:00 |
|
jeb228
|
2d5ef9d187
|
Use generics on ArrayList.
|
2010-10-27 17:01:27 +00:00 |
|
jeb228
|
2181d4178b
|
Generify: User implements Comparable<User>
|
2010-10-27 17:01:00 +00:00 |
|
rjy7
|
9b3ac410c2
|
NIHVIVO-1230 Added stub for version info in FreemarkerHttpServlet and templates
|
2010-10-27 14:51:50 +00:00 |
|
nac26
|
a1e27c5935
|
added login FreemarkerComponentGenerator for use in JSPs as we work on the transition to freemarker
|
2010-10-27 13:13:27 +00:00 |
|
rjy7
|
df3a3dd1c7
|
NIHVIVO-1234 Removed separation of body and root maps in Freemarker controllers. Combine everything into one map, which includes the name of the body template also, to be invoked from the page template. Simplifies the logic considerably, in both controllers and templates, and allows the template author to dump the name of the body template rather than having to inspect the controller code.
|
2010-10-27 01:27:52 +00:00 |
|
jeb228
|
b438f7d36d
|
NIHVIVO-1229 Create the RevisionInfoBean, with setup listener and unit tests.
|
2010-10-25 21:30:34 +00:00 |
|
rjy7
|
7fab757f65
|
Add missing license tag.
|
2010-10-22 22:29:56 +00:00 |
|
rjy7
|
3a0feaeff2
|
NIHVIVO-1234 Initial version of HomePageController and templates
|
2010-10-22 21:39:14 +00:00 |
|
rjy7
|
8263bd9cf1
|
NHVIVO-1218 Correct blank page on image upload error by removing overrides to getTemplateName() and getMap() in ExceptionResponseValues.
|
2010-10-22 15:10:08 +00:00 |
|
rjy7
|
9b2e654545
|
NHVIVO-1218 Correct blank page on image upload error by removing overrides to getTemplateName() and getMap() in ExceptionResponseValues.
|
2010-10-22 15:08:09 +00:00 |
|
jeb228
|
e774f52471
|
Add generics to VClassGroupDao and sub-classes; organize import statments.
|
2010-10-20 13:54:36 +00:00 |
|
jeb228
|
1a9e53f7bf
|
Add generics to LinksDao and sub-classes; organize import statments.
|
2010-10-19 20:24:32 +00:00 |
|