Commit graph

3219 commits

Author SHA1 Message Date
briancaruso
5467d62023 Adding debugging code to ProhibitedFromSearch 2011-04-29 17:55:11 +00:00
briancaruso
6779dd5cb7 Fixing error in debugging output of SearchReindexingListener 2011-04-29 17:53:29 +00:00
brianjlowe
2f132d6290 NIHVIVO-2576 addresses issue with db connections closed by MySQL not being returned to the pool 2011-04-29 16:55:58 +00:00
j2blake
6363b3fb11 NIHVIVO-2570 Max file size is in megabytes to the template 2011-04-29 16:23:20 +00:00
j2blake
cefd83b22d NIHVIVO-2571 For image upload, make max-file-size and thumbnail dimensions available to the templates. 2011-04-29 14:32:06 +00:00
cdtank
bffd2fefea 1. Implemented the backend for accepting shorter urls for visualizations. This partially implements the feature described here http://issues.library.cornell.edu/browse/NIHVIVO-1097
2. Changed the IndividualTemplateModel to render shorter vis urls for temporal graph & ego-centric networks.
3. changed main toggle visualization links in ego-centric networks to use shorter vis urls.
2011-04-28 20:29:36 +00:00
j2blake
bad94b2d1c NIHVIVO-2492 rename RequestedActions to be more action-oriented. 2011-04-28 18:48:55 +00:00
ryounes
0ee951faaa NIHVIVO-2458 Continue work on solr search controller 2011-04-27 21:32:12 +00:00
j2blake
5678965935 NIHVIVO-2492 convert final controllers from checkLoginStatus() to isAuthorizedToDisplayPage() 2011-04-27 20:35:57 +00:00
j2blake
5610249bbc NIHVIVO-2492 convert JSPs from <vitro:requiresAuthorizationFor> and <vitro:confirmLoginStatus> to <vitro:confirmAuthorization> 2011-04-27 20:20:25 +00:00
j2blake
3d70274c78 NIHVIVO-2492 add a catch-all RequestedAction for pages that only require that the user be logged in. 2011-04-27 20:05:40 +00:00
ryounes
1168f0c0e9 NIHVIVO-2458 Initial draft of a solr PagedSearchController. Updates to web.xml are commented out for now. Remove portal and flag fields from search form in Freemarker templates. 2011-04-27 19:37:48 +00:00
j2blake
6edca01dd8 NIHVIVO-2492 Delete obsolete JSPs that reference old authorization mechanisms. 2011-04-27 16:28:19 +00:00
j2blake
c87e5be99c Remove unused import statements. 2011-04-27 16:10:13 +00:00
j2blake
7a87a8c8fa NIHVIVO-2492 isEditable() and getShowAdminPanel() should be based on Policy, not login level. 2011-04-27 15:03:28 +00:00
j2blake
5ba66c4e9f Remove unused method. 2011-04-27 14:59:42 +00:00
j2blake
ef1e8eb95c NIHVIVO-2492 Fix bug - pages with an empty set of required actions should not be considered as restricted. 2011-04-27 14:53:09 +00:00
j2blake
712003ac56 NIHVIVO-2492 Restrict these admin pages by RequestedActions, not login level. 2011-04-27 13:58:47 +00:00
stellamit
ae9012421b NIHVIVO-2577 2011-04-27 13:31:17 +00:00
ryounes
3ba088e8e9 Update org.apache.commons.io library 2011-04-26 23:16:12 +00:00
ryounes
68af755ecb Suppress log messages to console in SimpleReasonerTest 2011-04-26 21:44:09 +00:00
j2blake
665b10f3b2 NIHVIVO-2492 Improve the names of some RequestedActions -- fix JSPs 2011-04-26 21:31:09 +00:00
j2blake
6c8c6bcfae Get rid of FakeSelfEditing. 2011-04-26 21:21:21 +00:00
j2blake
34c858500d NIHVIVO-2492 Convert controllers from checkLoginStatus() to isAuthorizedToDisplayPage() 2011-04-26 21:03:58 +00:00
j2blake
3bbb7960d8 NIHVIVO-2492 Improve the names of some RequestedActions 2011-04-26 18:53:16 +00:00
j2blake
2de935824b NIHVIVO-2492 Remove the last uses of the annotation. 2011-04-26 18:48:37 +00:00
j2blake
b82cf72807 NIHVIVO-2492 Modify authorizations based on action-classes to be based on actions instead. 2011-04-26 18:20:25 +00:00
stellamit
87b87c8edf NIHVIVO-2314 add support for property-based inferencing to the SimpleReasoner 2011-04-26 18:16:31 +00:00
j2blake
a1e87a10b9 NIHVIVO-2492 Modify AJAX controllers to be Actions-based. 2011-04-26 18:03:39 +00:00
ryounes
50e7e2099f Record-only merge of r7882, r7883, and r7887 on nihvivo-rel-1.2-maint: updates have or will be made manually on trunk. 2011-04-26 16:39:18 +00:00
j2blake
a10909b11b NIHVIVO-2492 Modify FreemarkerHttpServlet and subclasses to be Actions-based. Remove explicit static reliance on the annotation. 2011-04-26 16:28:19 +00:00
j2blake
447e9ac7ee NIHVIVO-2492 Convert JSP tag to be Actions-based 2011-04-26 14:15:08 +00:00
ryounes
8ac723b606 NIHVIVO-2541 Allow end date with no start date in date intervals 2011-04-25 19:37:50 +00:00
ryounes
e7e9507d58 NIHVIVO-2540 Fixed compile errors in 3 jsps. 2011-04-25 17:27:05 +00:00
j2blake
ac55760a5a NIHVIVO-2509 Replace InformationResourceEditingPolicy with SelfEditorRelationshipPolicy, which is better structured and handles more special relationships. 2011-04-25 16:26:58 +00:00
ryounes
1ef114ff45 NIHVIVO-1562 Add unit tests for TemplateDirectiveModel and TemplateMethodModel help() methods that return something other than the expected type. Delete HelpDirectiveTest since it just replicated method and help directive tests in DumpDirectiveTest, and was a nuisance to maintain. 2011-04-25 14:13:33 +00:00
ryounes
1b9f4bbdce NIHVIVO-1562 Show class of template directive/model in dump. Use LinkedHashMap in help data structure to ensure ordering of the entries. 2011-04-22 22:16:28 +00:00
ryounes
b6ea045503 NIHVIVO-1562 Modify help methods on existing template directives and methods to align with new dump directive requirements 2011-04-22 21:42:08 +00:00
ryounes
9aa6c17dd9 NIHVIVO-1562 Rename dump template. 2011-04-22 21:24:33 +00:00
ryounes
8c7900f239 NIHVIVO-1562 Remove old dump files 2011-04-22 21:20:11 +00:00
ryounes
686d994b32 2011-04-22 21:18:06 +00:00
j2blake
eb236275a3 NIHVIVO-2509 minor cleanup 2011-04-22 20:45:26 +00:00
ryounes
0926e5cc30 NIHVIVO-2479 Small improvements to dump output 2011-04-22 20:27:55 +00:00
ryounes
8f0b6f7b01 NIHVIVO-2479 Finalize dump template 2011-04-22 19:45:45 +00:00
j2blake
27b78c2760 NIHVIVO-2509 add InformationResource "features" Individual 2011-04-22 18:59:59 +00:00
j2blake
483e5b7bc9 Add missing import. 2011-04-22 18:26:56 +00:00
j2blake
aab03c38d3 PropertyEditLink is gone -- remove references to it. 2011-04-22 18:18:29 +00:00
ryounes
530c7a70f8 NIHVIVO-2479 Continue work on dump templates for values of different types 2011-04-22 16:55:36 +00:00
j2blake
930ee45f52 Fix compile error in the comments. 2011-04-22 16:47:59 +00:00
j2blake
ca03a6ec48 Allow user to disable Javac deprecated messages with -Djava.deprecated=false 2011-04-22 16:40:49 +00:00