Commit graph

3156 commits

Author SHA1 Message Date
ryounes
a49554db8f Add license text 2011-04-20 19:13:51 +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
j2blake
760a1acf6d NIHVIVO-2492 jenaAdmin.jsp is no longer used, and not secure. Get rid of it. 2011-04-20 16:53:37 +00:00
j2blake
285eda8555 NIHVIVO-2492 testnetid.jsp is obsolete, using a hard-coded header name and a hard-coded matching ID property. Use /admin/showids.jsp instead. 2011-04-20 16:52:23 +00:00
j2blake
4d78b2896d NIHVIVO-2492 Fix misspelling of has_content, add guards against trying to use empty URLs. 2011-04-20 16:20:41 +00:00
ryounes
c89c7b2b30 Remove redundant variable from template data model 2011-04-20 16:03:35 +00:00
ryounes
9e847bad59 NIHVIVO-1564 Minor tweak to DumpDirective tests, and comments in BaseDumpDirective. 2011-04-20 15:41:05 +00:00
j2blake
c7081f81cd NIHVIVO-2492 Remove DummyVisClient page, as per email with Chintan. 2011-04-20 15:15:39 +00:00
ryounes
5152f971e7 NIHVIVO-2378 Implement dumpAll directive in freemarker dump package 2011-04-20 14:42:32 +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
ryounes
4e4566c55f NIHVIVO-1564 Modify dump data structure so variable name is a map key rather than the value of "name" key: this will work better for dumpAll directive. 2011-04-19 18:46:14 +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
ryounes
ff5c63151c Record-only merge of r7792 from nihvivo-rel-1.2-maint branch. Same changes have been made independently on the trunk. 2011-04-19 16:13:12 +00:00
j2blake
65a50bdff0 NIHVIVO-2492 Display "site configuration" options unless the siteConfig map is empty. 2011-04-19 16:05:08 +00:00
ryounes
5e5a6d39bb Add information on registering a custom list view to the list view doc. 2011-04-19 16:00:39 +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
ryounes
d126241bcd NIHVIVO-1564 Commit changes that should have been included in r7823. 2011-04-19 13:30:23 +00:00
ryounes
f7dbdc4889 NIHVIVO-1564 Minor refactoring. Add DumpAll directive. 2011-04-18 22:41:35 +00:00
ryounes
15ed59d494 Revert changes from r7821 - incomplete refactoring 2011-04-18 22:23:09 +00:00
ryounes
4227bfb2ad NIHVIVO-1564 Minor refactoring 2011-04-18 22:11:00 +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
ryounes
0cf1da00b8 NIHVIVO-1564 Object dump with different exposure levels 2011-04-18 21:09:17 +00:00
j2blake
1c1d48a971 Minor cleanup - omit problematic call to super.doGet(). Add some generics. 2011-04-18 20:21:56 +00:00
ryounes
6ebb72a09d NIHVIVO-1564 Separate properties and methods in object dump. Reorganize unit tests to share more code. 2011-04-18 20:02:08 +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
ryounes
b2b3086ef6 NIHVIVO-1564 Continue work on object dump 2011-04-18 18:38:50 +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
ryounes
75377ae10e NIHVIVO-1564 Continue work on object dump 2011-04-18 17:29:25 +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
j2blake
ce6058b3bb add generic types to return values. 2011-04-17 17:07:02 +00:00
j2blake
0fea51aed7 remove compiler warnings; use new-style "for" loop. 2011-04-17 17:00:18 +00:00
j2blake
9e2d64fb5f remove compiler warnings 2011-04-17 16:15:24 +00:00
j2blake
1fbde99c50 remove compiler warnings; use new-style "for" loop. 2011-04-17 15:38:07 +00:00
ryounes
eb2995ac12 NIHVIVO-1564 Continue work on object dump 2011-04-15 22:29:29 +00:00
j2blake
8e3c13bd4c NIHVIVO-2492 Restrict JenaIngest, JenaExport, RDFUpload and SparqlQuery pages 2011-04-15 22:01:08 +00:00