j2blake
625f654ae4
NIHVIVO-2254 Remove compiler warnings
2011-04-06 19:26:07 +00:00
j2blake
b0db5dd122
NIHVIVO-2254 Rewrite the role-based policies to use the PropertyRestrictionPolicyHelper.
2011-04-06 19:11:14 +00:00
briancaruso
835ffa3481
Working on removing portal filtering code NIHVIVO-2320 and moving processRdfForm2.jsp to java
2011-04-06 15:41:52 +00:00
briancaruso
8cc8247513
Fixing bug that caused search xml to be invalid, Fixing spelling mistake in search xml. NIHVIVO-2434
2011-04-06 15:32:37 +00:00
runeliza
1de0056c3c
Modified Servlet class to replace deprecated call to the QueryParser constructor and added a simple unit test.
2011-04-06 15:27:59 +00:00
ryounes
8c988d8485
NIHVIVO-2452 Remove more unused code from former front end vitro namespace property editing
2011-04-05 20:34:17 +00:00
ryounes
3610974111
NIHVIVO-2452 Remove general process for front-end vitro namespace property editing, and handle rdfs:label as the only exception.
2011-04-05 20:18:11 +00:00
j2blake
f746534279
NIHVIVO-2254 Create a helper for dealing with property restrictions.
2011-04-05 19:59:00 +00:00
deepakkoni
e8a3cc1dd3
returning additions, retractions from editExistingResource in ProcessRdfForm.java.
2011-04-05 18:17:16 +00:00
mbarbier
113664680c
Undo QR code changes
2011-04-05 18:01:31 +00:00
deepakkoni
92068de031
deleting edu.cornell.mannlib.vitro.webapp.edit.forms.ProcessRdfForm as it duplicates edu.cornell.mannlib.vitro.edit.n3editing.controller.ProcessRdfForm
2011-04-05 17:56:10 +00:00
ryounes
6e9a877e07
NIHVIVO-1461 Log specific error messages to distinguish template parse exception from template not found exception.
2011-04-05 17:46:21 +00:00
ryounes
2e200c6142
Undoing private change committed unintentionally.
2011-04-05 17:11:07 +00:00
ryounes
e7e853259a
Remove reference to deleted StringUtils class.
2011-04-05 17:05:48 +00:00
ryounes
dbeceda47c
Remove StringUtils class and use org.apache.commons.lang.StringUtils instead.
2011-04-05 16:58:27 +00:00
briancaruso
7b93ff82fc
Adding changes for Deepak to review.
2011-04-05 14:58:22 +00:00
briancaruso
35deaebd34
Adding changes for Deepak to review.
2011-04-05 14:52:48 +00:00
ryounes
e9e069fb94
Upgrading to apache commons lang version 2.6
2011-04-05 14:50:22 +00:00
ryounes
68c1f1286c
Fix logging objects so subclass has its own log rather than reporting from the superclass.
2011-04-05 14:34:04 +00:00
briancaruso
2b700343f7
Fixing error in web.xml
2011-04-04 21:25:40 +00:00
briancaruso
619cfeed39
Deleting unused class ProhibitedFromUpdateBelowRoleLevelFilter.
2011-04-04 20:11:50 +00:00
j2blake
c0beb99720
remove obsolete commented code.
2011-04-04 20:11:36 +00:00
briancaruso
52a008cf3c
Removing UpdateEntityFlagServlet.java, no longer used. NIHVIVO-2059
2011-04-04 20:04:18 +00:00
ryounes
a5ef0e4f0b
NIHVIVO-2416 Handle properties declared as both object and data properties in individual property display without throwing an error.
2011-04-04 20:02:35 +00:00
j2blake
b8d07dc9a8
NIHVIVO-2254 Cosmetic cleanups.
2011-04-04 17:17:43 +00:00
j2blake
038a876c34
NIHVIVO-2254 Cosmetic cleanups.
2011-04-04 16:41:46 +00:00
j2blake
08770c8bd0
NIHVIVO-2450 combine upload.directory and LuceneSetup.indexDir under vitro.home.directory
2011-04-04 16:35:22 +00:00
j2blake
412d25e800
NIHVIVO-2254 Add "open" properties and classes to test.
2011-04-04 15:33:42 +00:00
j2blake
34f4f8c611
NIHVIVO-2254 Remove compiler warnings.
2011-04-01 19:46:28 +00:00
j2blake
c0d461c64a
NIHVIVO-2254 Simplify the unit tests for IndividualFiltering
2011-04-01 19:32:51 +00:00
j2blake
d070c84453
NIHVIVO-2254 Create unit tests for IndividualFiltering
2011-04-01 18:27:33 +00:00
briancaruso
14a027b803
adding license exceptions for solr
2011-04-01 17:25:29 +00:00
deepakkoni
74508d8da0
NIHVIVO-2236
...
Initial prototype of the refactor of ProcessRdfForm2.jsp. New Resources have yet to be taken care of.
2011-04-01 15:30:34 +00:00
ryounes
3f32805b68
Modify RedirectResponseValues constructor so the redirectUrl does not contain the context path, but gets added by the constructor. Create file for v1.3 upgrade notes.
2011-03-31 21:04:27 +00:00
ryounes
54de8d5f5b
Rename getPropertyAndRemoveFromList() to pullProperty(). The original method remains in the code but marked deprecated.
2011-03-31 19:04:15 +00:00
ryounes
5021069574
Remove PropertyEditLink custom jsptag and associated files
2011-03-31 18:46:12 +00:00
mbarbier
6b26d43d00
individual-setup.ftl: Add fullPropertyList (as allProperties) to individual setup FTL
2011-03-31 17:08:42 +00:00
mbarbier
9048fc0277
Provide access to the complete set of properties in FreeMarker templates, by putting a fullPropertyList in BaseIndividualTemplateModel. This is done by bypassing filtering.
...
Individual.java: provide getBaseIndividual() method
IndividualImpl.java: implement getBaseIndividual()
IndividualFiltering.java: implement getBaseIndividual()
BaseIndividualTemplateModel.java: provide fullPropertyList, which uses the base individual, which bypasses filtering
2011-03-31 16:34:27 +00:00
mbarbier
defae26bf1
Provide access to the complete set of properties in FreeMarker templates, by putting a fullPropertyList in BaseIndividualTemplateModel. This is done by bypassing filtering.
...
Individual.java: proved getBaseIndividual() method.
2011-03-31 16:07:14 +00:00
ryounes
09af317822
Correct error in previous commit causing context path to be prepended twice to the individual profile url
2011-03-29 22:07:33 +00:00
j2blake
7ebf7fdf29
NIHVIVO-2254 Add license tags.
2011-03-29 21:17:47 +00:00
j2blake
c5183dccf1
NIHVIVO-2254 Create some serious unit tests for HiddenFromDisplayBelowRoleLevelFilter, and fix the errors that they reveal.
2011-03-29 20:31:41 +00:00
ryounes
cb31463bb3
Merge r7709 from branches/nihvivo-rel-1.2-maint
2011-03-29 20:13:47 +00:00
briancaruso
2d6b48268d
Fixing redirect for linked data request. Improved tabulator support.
2011-03-29 19:07:13 +00:00
tworrall
ca1aea20dc
NIHVIVO-2233: updating button text
2011-03-29 17:53:06 +00:00
deepakkoni
bcddbbad2e
Overriding the default Similarity score provided by lucene by adding a CustomSimilarity class.
2011-03-29 15:06:18 +00:00
ryounes
7f679af874
Remove unneeded GRAPH variables from queries used to generate property list on individual profile page
2011-03-29 14:20:54 +00:00
ryounes
cdd8b0b91d
NIHVIVO-2325 Retrieve property in core:hasRole list view query, since the view supports multiple properties, so the template knows which property is being displayed.
2011-03-29 13:46:24 +00:00
ryounes
c4d0143b49
NIHVIVO-2325 Display core:hasPreseneterRole date as non-interval
2011-03-28 22:25:07 +00:00
ryounes
12e68942fc
NIHVIVO-2425 Write autocomplete results to the response's writer directly without merging to a Freemarker template.
2011-03-28 19:23:19 +00:00