Commit graph

133 commits

Author SHA1 Message Date
mb863
036a88fceb NIHVIVO-2101
Created favicon for VIVO instance
2011-02-10 17:58:08 +00:00
jeb228
bad03c9955 NIHVIVO-719 Begin refactoring, to try to figure out why the thread isn't shutting down. Pull the ServletContextListener into a separate inner class. 2011-01-28 21:45:47 +00:00
ass92
be39ff7d5b NIHVIVO-1571 servlet mapping for SDBSetupController 2011-01-26 21:45:55 +00:00
nac26
2be51ef25c NIHVIVO-592 Class group browse for home page. Still waiting on update to JSONServlet (NIHVIVO-1674) so classes in class group can be returned for AJAX requests. Introducing alternative bar graph in lieu of pie chart. 2011-01-24 18:24:24 +00:00
jeb228
563d1b8651 Add license info for JSONtoFmModel.java 2011-01-14 21:06:41 +00:00
rjy7
e245d05801 Fix typos 2011-01-14 19:38:23 +00:00
rjy7
32ad455ff7 NIHVIVO-1679 Remove servlet mappings to old individual page. They are left in as comments in case someone needs them. 2011-01-14 17:30:44 +00:00
hlm7
eae3203b45 Holly updated the comments in known_exceptions.txt. 2011-01-14 15:43:20 +00:00
bdc34
709b1fc534 Working on improving error messages for lucene at startup NIHVIVO-1483 2011-01-13 21:24:51 +00:00
ass92
a25efc8bd4 NIHVIVO-1376 adding mapping for EntityURLController 2011-01-13 15:14:24 +00:00
ass92
804abd7389 NIHVIVO-437 adding new controller mapping 2011-01-10 15:33:34 +00:00
rjy7
7db0ea8938 NIHVIVO-650 Change servlet mappings so request for individual profile directs to new IndividualController 2011-01-07 14:45:52 +00:00
jeb228
752ed0a9a1 Make the startup a little quieter. 2011-01-05 17:05:02 +00:00
jeb228
1c1a803ddd VitroJenaModelMakerSetup has been deleted. Remove it from web.xml 2010-12-23 15:56:42 +00:00
jeb228
6d3f183a8f Removing a duplicate item that was accidentally added in 6703 2010-12-23 15:06:59 +00:00
bdc34
22575dc3e2 Adding N3 menu editing to the site admin page. 2010-12-16 20:11:29 +00:00
bdc34
751ed0d8be Adding back to web.xml some elements that were accidently removed. 2010-12-16 19:13:25 +00:00
jeb228
99778cd8c3 NIHVIVO-1329 document how to setup Shibboleth. 2010-12-14 21:58:01 +00:00
jeb228
80d5602dea NIHVIVO-1363 Create a separate controller to handle AJAX sparql queries. The calling sequence changes slightly. 2010-12-14 16:41:46 +00:00
bdc34
29bfb39cf6 Moving vclass group caching out of BrowsController and into its own object. 2010-12-14 14:25:15 +00:00
jeb228
3b3111be82 NIHVIVO-1460 implement the ProgramLogin servlet. 2010-12-09 17:18:27 +00:00
jeb228
224c21b077 Remove some vestigial Login artifacts. 2010-12-09 15:58:00 +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
3b1fe1eb45 2010-12-08 19:40:20 +00:00
jeb228
53de388998 NIHVIVO-1232 Create InformationResourceEditingPolicySetup, add to web.xml, and modify EditProhibitionListener to keep it current. 2010-12-06 19:57:32 +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
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
bjl23
0a71b802df SDB code into trunk; not yet active by default 2010-11-22 16:24:00 +00:00
jeb228
37c9eaf4a1 NIHVIVO-1207 Rename Shibboleth servlets to more general ExternalAuth servlets. Add functionality to deal with self-editors as well as Users. 2010-11-17 19:25:55 +00:00
yuysun
62aae75893 SPARQL Query Builder with one property button. 2010-11-17 01:15:12 +00:00
yuysun
f872582288 SPARQL Query Builder v1.0 with data and object property buttons separately. 2010-11-17 00:15:14 +00:00
rjy7
252edbe863 Use login widget on login page. 2010-11-16 14:44:01 +00:00
ass92
e6407145d1 NIHVIVO-1307 added entry for new controller JenaCsv2RdfController 2010-11-12 18:06:33 +00:00
jeb228
bb614c833b NIHVIVO-1207 Add the LoginShibboleth servlet. 2010-11-10 21:26:29 +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
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
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
a7a083c7b3 NIHVIVO-1230 NIHVIVO-1231 Example implementation of the Freemarker templates to show revision info. 2010-10-27 19:57:57 +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
236fe53ebe NIHVIVO-1229 Set up the RevisionInfo when the application is initialized. 2010-10-25 21:32:08 +00:00
rjy7
3a0feaeff2 NIHVIVO-1234 Initial version of HomePageController and templates 2010-10-22 21:39:14 +00:00
jeb228
e841c8d546 NIHVIVO-762 removed md5.js and the "crypto" JavaScript package from Dojo. Not needed since we aren't doing client-side encryption of passwords. 2010-10-15 14:22:16 +00:00
jeb228
674b2e1222 NIHVIVO-736 Modify the <vitro:confirmLoginStatus> custom JSP tag to permit test for self-editing. 2010-10-14 15:59:04 +00:00
jeb228
2f5580ab76 NIHVIVO-736 Create the <vitro:confirmLoginStatus> custom JSP tag. 2010-10-14 15:07:29 +00:00
mb863
45a4f8e690 added supersleight.js to jquery_plugins and added new pah to known_exceptions.txt 2010-10-06 20:30:20 +00:00
mb863
4549e8e610 2010-10-06 19:40:09 +00:00
rjy7
d5664d93ec Some refactoring in FreemarkerHttpServlet 2010-09-16 15:50:37 +00:00
jeb228
140eaef670 NIHVIVO-736 Create a Login.java controller to replace login_process.jsp. 2010-09-03 20:58:14 +00:00
jeb228
7d40f99158 VIVO-246 Add a filter to limit the lifetime of trivial sessions. 2010-09-02 20:14:37 +00:00