Commit graph

4249 commits

Author SHA1 Message Date
jeb228
a08706c212 NIHVIVO-1232 fix NullPointerException when there is no session. 2010-11-15 16:07:37 +00:00
rjy7
d53a900e11 NIHVIVO-304 TestWidget demonstrates the use of different markup macros based on Java logic. 2010-11-15 02:22:37 +00:00
rjy7
37d95fe5fc Code cleanup in FreemarkerConfigurationLoader.getTemplateLoader() 2010-11-15 02:12:01 +00:00
rjy7
8a49574f7e NIHVIVO-1304 Rewrote widget framework to support a single template per widget, with multiple macros in each template file. 2010-11-15 02:11:08 +00:00
sjm222
965f4c399b beginning infrastructure for NIHVIVO-590, migrating Date/Time representation 2010-11-13 00:00:01 +00:00
sjm222
7764d2e4d4 removing unused import statement 2010-11-12 22:41:26 +00:00
mb863
4f62fe72f1 NIHVIVO-653: Styled revisionInfo.ftl. 2010-11-12 22:00:51 +00:00
mb863
a9cd4a489d NIHVIO-556: Undo the fix I did for expanding the width of the intro text for What is VIVO? in homepage 2010-11-12 18:57:13 +00:00
ass92
98940959ba forgot to put license tag 2010-11-12 18:39:19 +00:00
ass92
e6407145d1 NIHVIVO-1307 added entry for new controller JenaCsv2RdfController 2010-11-12 18:06:33 +00:00
ass92
40d3b98e90 NIHVIVO-1307 code change for uploading file on "Convert csv to rdf" tool. 2010-11-12 18:02:18 +00:00
rjy7
70e116c8bb NIHVIVO-1304 Refactoring of widget code based on Brian Caruso's code review. 2010-11-12 18:02:06 +00:00
ass92
caa8bddf2b NIHVIVO-1307 new controller that supports uploading file on "Convert csv to rdf" tool. 2010-11-12 18:01:07 +00:00
bdc34
17557c3ecb Changes to product-build.xml to run unit tests in products 2010-11-11 19:11:42 +00:00
rjy7
252763e3b1 NIHVIVO-1304 Widget subclasses return TemplateResponseValues object to allow for greater flexibility in determining the template to be invoked in difference cases (e.g., for the login widget). 2010-11-11 16:04:22 +00:00
rjy7
7ad822efce NIHVIVO-1304 Allow a widget assets template to be absent without generating an error. 2010-11-11 01:19:56 +00:00
jeb228
bb614c833b NIHVIVO-1207 Add the LoginShibboleth servlet. 2010-11-10 21:26:29 +00:00
jeb228
e661ced35b Add comments 2010-11-10 20:15:18 +00:00
jeb228
75809f971c Add debugging statements to show request URL and request headers. 2010-11-10 20:14:44 +00:00
jeb228
082a04d285 NIHVIVO-1207 Factor out the LoginRedirector, so LoginShibboleth share it. 2010-11-10 20:13:46 +00:00
jeb228
f2cf6093e6 NIHVIVO-1207 Make LoginProcessBean.Message a simple class instead of an enum, so LoginShibboleth can create additional instances. 2010-11-10 20:13:00 +00:00
rjy7
8dc645cfb6 NIHVIVO-1304 Initial implementation of Widget directive. Requires two templates, one for assets and one for markup; would like to combine into a single template with two macros instead. 2010-11-10 19:50:28 +00:00
mb863
3eed766716 NIHVIVO-1315: Created temporary freemarker template for individual with generic classes. Once I have the controller ready I will wire data from the controller to the body template. 2010-11-09 21:55:29 +00:00
mb863
a564987e3c NIHVIVO-1316: Created temporary freemarker template. Once I have the controller ready I will wire data from the controller to the body template. 2010-11-09 21:54:32 +00:00
bdc34
57ff1c461b Working on date time with precision edit element, NIHVIVO-295. Changed EditN3Generator to use a different regex to substitute values into the N3. 2010-11-09 20:36:06 +00:00
ass92
13c1808d38 NIHVIVO-1290 Code change for rdf export feature 2010-11-09 19:33:19 +00:00
jeb228
593ce19e13 Modify the build so you can specify -Dskipinfo=true to supress revisionInfo gathering. 2010-11-09 18:13:44 +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
mb863
7f62ea5087 NIHVIVO-556. Organized html header elements. 2010-11-08 18:08:40 +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
0028509f63 Fixed problem that was causing error on individual profile page when logged in. 2010-11-05 21:49:15 +00:00
bdc34
bba7eb9064 Adding Licenses. 2010-11-05 20:56:11 +00:00
bdc34
9e1fcdb9c3 Working URL handling related to NIHVIVO-1242 2010-11-05 20:24:01 +00:00
bdc34
137905e6fd Adding test for URLRewritingHttpServletResponse. 2010-11-05 19:55:58 +00:00
bdc34
ddd285aab9 Test for VitroURL. 2010-11-05 19:47:34 +00:00
bdc34
2de267af6b Working on improving URL handling. 2010-11-05 19:41:45 +00:00
mb863
594ebeda22 NIHVIVO-556: Temporary fix for not showing log-in widget after users log-in. I forgot I can't in Textmate commit files from VITRO and VIVO at the same time. That's why I am commiting this file. 2010-11-05 19:29:27 +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