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
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
j2blake
ee81ecfa9b
NIHVIVO-2492 Second try at the JSP custom tag - it requires the fully-qualified class name, but it behaves in a much more robust way.
2011-04-15 16:55:20 +00:00
ryounes
6375161d5a
NIHVIVO-1564 Add sorting to map keys in dump
2011-04-15 15:52:18 +00:00
j2blake
83ac0750b5
NIHVIVO-2492 First pass at a mechanism to restrict pages by policy
2011-04-15 15:25:13 +00:00
j2blake
15b778fd79
NIHVIVO-2492 Add a convenience method to get the policies from a request.
2011-04-15 14:38:43 +00:00
ryounes
ccdbee221b
NIHVIVO-2481 Fix possible source of NullPointerException (still haven't been able to reproduce)
2011-04-13 21:56:28 +00:00
ryounes
233c1c8feb
Add parameters to generic types
2011-04-13 20:56:34 +00:00
ryounes
12f6e832e6
NIHVIVO-2484 Provide a link to a classgroup with no public name on the classgroups list page, so the user can navigate to the page for the group and edit it.
2011-04-13 20:17:18 +00:00
j2blake
e3961cdd20
NIHVIVO-2477 Change the sequence of operations so scaling is done before cropping, thus avoiding the boundary conditions on rounding error. Use Java AWT operations to do scaling and cropping since the JAI operations are buggy. JAI is still used to read the file and to remove transparency.
2011-04-13 20:03:10 +00:00
ryounes
013ef73278
Add utility method wrap to use a non-default BeansWrapper to wrap an object.
2011-04-13 20:01:26 +00:00
ryounes
1d2e1009e5
NIHVIVO-1562 Test for object dump with EXPOSE_NOTHING BeansWrapper
2011-04-12 19:58:02 +00:00
ryounes
f1288b90b5
NIHVIVO-1562 Working on dumping Java objects through method invocation
2011-04-12 19:11:00 +00:00
ryounes
79effb9a6e
NIHVIVO-1562 Replace hard-coded strings with enums in dump methods. Rudimentary template for variable dump.
2011-04-11 22:05:36 +00:00
j2blake
306a6c8712
NIHVIVO-2254 Adjust for change in VitroFilterUtils
2011-04-11 19:55:45 +00:00
j2blake
863718241d
NIHVIVO-2254
...
Create RequestedActions to display properties and statements.
Create policies for authorizing those actions.
Create Identifiers for those policies to recognize.
Create a filter that is based on policy authorizations.
Use that filter instead of the one that is based only on role level.
2011-04-11 19:39:36 +00:00
briancaruso
2f1f8c6cff
Adding license
2011-04-11 17:52:19 +00:00
briancaruso
3795b8cc9b
Removing modTime and timekey from search index.
2011-04-11 17:30:29 +00:00
briancaruso
15f6bbce5c
Adding some chagnes to ProcessRdfForm.java
2011-04-11 17:23:50 +00:00
briancaruso
543c1cd945
Adding solr indexing prototype
2011-04-11 17:21:38 +00:00
ryounes
9bfa6acbd5
NIHVIVO-1562 Dump of TemplateCollectionModel and TemplateHashModelEx, along with some unit tests.
2011-04-11 15:32:12 +00:00
ryounes
68385d6d84
NIHVIVO-1562 Date dump
2011-04-08 21:23:32 +00:00
ryounes
43ba41711b
NIHVIVO-2472 Suppress classgroup search refinement link when classgroup has no public name
2011-04-08 20:39:22 +00:00
ryounes
575ab24ef6
NIHVIVO-1562 Dump for TemplateSequenceModel
2011-04-08 17:23:16 +00:00
ryounes
5bbf6b472b
NIHVIVO-1562 Dump for TemplateDirectiveModels and TemplateMethodModels
2011-04-08 16:50:33 +00:00
j2blake
78fec720c4
Remove AuthFlag class - it is no longer used.
2011-04-08 15:36:43 +00:00