Commit graph

1590 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
20e65852d5 NIHVIVO-2492 remove redundant old restriction checks. 2011-04-21 16:35:16 +00:00
j2blake
4077d66d1b NIHVIVO-2492 restrict IndexController by requested actions. Remove the page-restriction code from FreemarkerHttpServlet, letting VitroHttpServlet handle it. 2011-04-21 16:19:54 +00:00
ryounes
84f779238c NIHVIVO-2470 Initial work on new dump template. Handle undefined variables. 2011-04-20 21:23:38 +00:00
j2blake
4bff64ca12 NIHVIVO-2492 restrict ImageUploadController only by requested actions. 2011-04-20 20:34:08 +00:00
j2blake
4654ec7354 NIHVIVO-2492 restrict Ajax controllers by UseBasicAjaxControllers 2011-04-20 19:52:19 +00:00
ryounes
c1a7c7a9f5 NIHVIVO-2378 Add HelpDirective to freemarker dump package. Remove DescribeDirective from vitro source. 2011-04-20 18:56:05 +00:00
j2blake
79b7f7a3e4 remove unused imports. 2011-04-20 17:36:45 +00:00
j2blake
4d2806d8f1 A self-editor would now be seen by LoginStatusBean.isLoggedIn() 2011-04-20 17:36:14 +00:00
j2blake
da7f10cd0a NIHVIVO-2492 restrict assorted pages by UseMiscellaneousAdminPages and UseMiscellaneousCuratorPages 2011-04-20 17:13:26 +00:00
j2blake
0669f3758a Add toString() methods for easier diagnosis. 2011-04-20 17:12:22 +00:00
ryounes
c89c7b2b30 Remove redundant variable from template data model 2011-04-20 16:03:35 +00:00
j2blake
fbd5496514 NIHVIVO-2492 Restrict page by SeeRevisionInfo requested action. 2011-04-19 19:09:52 +00:00
j2blake
ab48ef4a9c NIHVIVO-2492 Restrict Individual editing by UseIndividualEditorPages requested action, and use of SiteAdmin page by UseSiteAdminPage. 2011-04-19 18:49:17 +00:00
j2blake
8986e0ccda NIHVIVO-2492 Restrict pages by UseMenuEditorPages requested action. 2011-04-19 18:20:55 +00:00
j2blake
b3b40d780d NIHVIVO-2492 Restrict the SiteInfoEditingPage by requested action. 2011-04-19 16:42:27 +00:00
ryounes
1e03e2b5a8 Merge r7827 from nihvivo-rel-1.2-maint branch: fix display of classgroups with no public name on index and home pages. 2011-04-19 16:33:21 +00:00
j2blake
78c3294102 NIHVIVO-2492 Restrict pages by UseTabEditorPages requested action. 2011-04-19 16:30:46 +00:00
j2blake
11e19ce19a NIHVIVO-2492 Restrict pages by UsePortalEditorPages requested action. 2011-04-19 14:49:55 +00:00
j2blake
f2269120d7 NIHVIVO-2492 Improve method names 2011-04-19 14:12:51 +00:00
j2blake
212916ebdc NIHVIVO-2492 Restrict pages by UseEditUserAccountsPages requested action. 2011-04-18 21:14:52 +00:00
j2blake
155ab92f51 Put back the doGet() method, even though it's empty. 2011-04-18 21:14:08 +00:00
j2blake
1c1d48a971 Minor cleanup - omit problematic call to super.doGet(). Add some generics. 2011-04-18 20:21:56 +00:00
j2blake
0eb6f25e89 Clean up some obsolete logic. 2011-04-18 20:00:02 +00:00
j2blake
5d44fa50f7 NIHVIVO-2492 Restrict pages by UseOntologyEditorPages requested action. 2011-04-18 19:55:31 +00:00
j2blake
98d9be5cf2 NIHVIVO-2492 A better implementation to allow RequiresAuthorizationFor this or that. 2011-04-18 18:16:10 +00:00
j2blake
d246b7b9e0 NIHVIVO-2492 A better implementation to allow RequiresAuthorizationFor this or that. 2011-04-18 17:31:02 +00:00
j2blake
bb118dc340 NIHVIVO-2492 Create another "UsePage" action. 2011-04-18 16:51:01 +00:00
j2blake
07b1bee3da NIHVIVO-2492 JenaExportController must be accessible if either of two RequestedActions is authorized. Right now, the annotation can't handle that, so we use this method call instead. Not the best solution. 2011-04-18 15:23:14 +00:00
j2blake
e797657c8e NIHVIVO-2492 Refine PolicyHelper class - create tests. 2011-04-18 15:20:40 +00:00
j2blake
1943040e7d remove compiler warnings; use new-style "for" loop. 2011-04-17 17:07:59 +00:00