Commit graph

2337 commits

Author SHA1 Message Date
bdc34
cad57c2c88 Filtering out properties and classes from full text search NIHVIVO-643 2010-06-25 18:20:53 +00:00
bdc34
66134154f8 Filtering out properties and classes from full text search NIHVIVO-643 2010-06-25 17:46:54 +00:00
rjy7
df683191cf Changed template variable stylesheetDir to themeStylesheetDir for clarity. Added examples of how to add a script from a body template. Pass themedir to ScriptList object. 2010-06-25 17:44:50 +00:00
bdc34
2ada3b7c35 Removed EntityChangeListener, it was no longer in use. Moved ModelListener registration from JenaDatasourceSetup to LuceneSetup. NIHVIVO-643 2010-06-25 15:59:04 +00:00
rjy7
3527b1c948 NIHVIVO-658 Handle body changing page title in FreeMarker controllers. Modifications to dump directives. 2010-06-25 15:30:31 +00:00
rjy7
f77cf70224 NIHVIVO-658 Removed response parameter from FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp, since not needed. 2010-06-25 14:38:49 +00:00
rjy7
22eb6677f5 Changed visibility of BaseTemplateModel.servletContext 2010-06-25 14:14:46 +00:00
rjy7
fb0377134b NIHVIVO-658 Reintegrate changes from dev-freemarker-new. Most necessary updates to freemarker controllers for thread-safety are complete. A couple of details remain. 2010-06-24 21:51:46 +00:00
cdtank
41dfb27bd0 1. Refactored some part of the code to give it a better structure & give it more modularity.
2. Added the first draft of the co-author data feeder.
3. Modified the Dummy Vis Client to have a clear notification re: it being a test bed.
2010-06-24 20:27:25 +00:00
rjy7
c7f4c2d961 Additions to freemarker test controller/template 2010-06-24 19:40:39 +00:00
bdc34
c5393afb59 Adding license 2010-06-23 17:07:09 +00:00
bdc34
6cdea1953b Attempting to move package fileList to filelist. 2010-06-23 15:47:09 +00:00
rjy7
49fdfb1019 Changed package and class names for view objects 2010-06-23 15:20:57 +00:00
rjy7
75b9030cc3 Moved edu.cornell.mannlib.vitro.webapp.view package to edu.cornell.mannlib.vitro.webapp.web.templatemodels 2010-06-23 14:24:55 +00:00
jeb228
e110a0fde1 NIHVIVO-208 Convert Log4J calls to Apache Commons Logging calls. 2010-06-23 12:29:35 +00:00
cdtank
9a6a7ce3fb 1. SPARQL query was illegally modified due to Refactor. This led to "foaf:Person" being changed to "foaf:Individual".
2. Changed the slugify logic so that only first 10 letters are considered for the file nam, else the filenames become very very big, especially for schools like CALS.
2010-06-23 02:34:29 +00:00
cdtank
4a74799a18 1. Made changes to the value objects structure/inheritance.
2. Removed unnecessary fields from BiboDocument.
3. Changes to the Query & Vis request handlers to incorporate changes to the VOs.
2010-06-23 01:25:03 +00:00
bdc34
6c59f2185a Working on new navigation controllers and model. NIHVIVO-633 2010-06-22 21:34:13 +00:00
rjy7
1cdef7f6e4 NIHVIVO-646 Filter existing authors out of autocomplete query results in add authors to publication form 2010-06-22 20:49:29 +00:00
hjk54
c9c3bf4e17 Removing some debug output 2010-06-22 19:37:06 +00:00
rjy7
218d3dfa3c NIHVIVO-646 Adding an existing person as an author on the add authors to publications form 2010-06-22 17:52:35 +00:00
jeb228
e92bea31bf Add license tags, or list as known exceptions. 2010-06-22 14:55:55 +00:00
rjy7
72a6658116 Primitive first draft of dump directives for FreeMarker templates. 2010-06-22 04:26:16 +00:00
rjy7
b767a81f76 Primitive first draft of a dump directive for Freemarker templates. 2010-06-22 04:09:48 +00:00
cdtank
25e534e23f 1. Added code related to Visualization Framework.
2. Added code related to Person Publication count visualization.
3. Added code related to College Publication count visualization.
4. Added code related to PDF Report visualization.
2010-06-21 21:44:26 +00:00
bdc34
195c03f9d0 Fixing bugs with PrimitiveRdfEdit. 2010-06-21 21:11:00 +00:00
jeb228
10da4551cd NIHVIVO-511 show more clearly whether the upgrade process succeeded. 2010-06-21 21:10:49 +00:00
rjy7
6f5c01d34d Fixed typo and filename extension 2010-06-21 19:14:25 +00:00
bdc34
576688f15c Adding primitive rdf edit 2010-06-21 19:04:18 +00:00
ass92
cb8d4509d9 NIHVIVO-436 code for automatic prefixes to SPARQL construct added. 2010-06-21 17:48:40 +00:00
rjy7
86394e3cf2 NIHVIVO-646 Work on autocomplete in add authors to publication form 2010-06-21 16:07:20 +00:00
sjm222
c7e406f22d default display tier settings to -1 when the object property editing form is first presented during property creation. They are currently defaulting to -1, but later in the process. 2010-06-21 01:45:26 +00:00
jeb228
c01ffc278f Add license tag. 2010-06-20 19:27:43 +00:00
jeb228
fb7d5bbba9 NIHVIVO-157 manual merge of the changes from branch NIHVIVO-157-file-storage 2010-06-20 19:23:19 +00:00
rjy7
083aa4e530 NIHVIVO-646 Broke up FreeMarkerHttpServlet write() method into separate pieces for greater flexibility in subclass controllers. 2010-06-17 22:17:48 +00:00
rjy7
369a0f0a93 NIHVIVO-646 Break setup method into two parts, so that FreeMarker controllers that aren't generating a full page only do the part of the setup they need. In particular, the autocomplete controller doesn't need to do page setup. 2010-06-17 21:45:02 +00:00
rjy7
97a753b66e NIHVIVO-646 Add cancelUrl parameter to submit tag in InputElementFormattingTags so that the cancel button can redirect to a different page from the form submission. Change cancel values in submit tags in vitro and vivo forms to "true" where previously they specified a uri, because the uri is misleading (it doesn't control the redirect location). Removed edit submission preprocessing due to problems with cloning. 2010-06-17 14:26:59 +00:00
rjy7
2ba28a04a5 NIHVIVO-646 Initial setup for autocomplete field in authors form.
Fixed typos in TabFilteringTest class and getTabHierarchy method names.
2010-06-16 15:33:14 +00:00
rjy7
09473b4531 NIHVIVO-646 Sort author list on add author form by authorship rank 2010-06-15 22:27:06 +00:00
rjy7
5a1b1b2d80 NIHVIVO-646 More work on addAuthorsToInformationResource custom form. Create edit submission preprocessing mechanism to make automated modifications to the form submission (e.g., creating a label from first, last, and middle name entries). 2010-06-15 19:35:36 +00:00
rjy7
ba418660e3 NIHVIVO-646 Continued work on custom form for adding authors to publications 2010-06-14 16:36:11 +00:00
jeb228
b8c36d7f32 NIHVIVO-161 add method ObjectPropertyStatementDao.getObjectPropertyStatements(ObjectPropertyStatement) to search for all object properties that match a given pattern. 2010-06-12 22:23:47 +00:00
rjy7
6adee49eef NIHVIVO-646 add authors to publications custom form 2010-06-11 21:11:17 +00:00
rjy7
4e168078c6 Added Support link to header and footer link lists. Modified firstLastList macro so it doesn't require delimiters separating the list items. 2010-06-09 19:37:16 +00:00
rjy7
1aa4bb00d6 Improved implementation of script/stylesheet object wrapping to make them writable. 2010-06-09 16:13:24 +00:00
rjy7
4c3259163b Modify default FreeMarker bean wrapper so template data is read-only. Use different bean wrapper for script and stylesheet objects. Added methods to IndividualView class. 2010-06-08 22:24:12 +00:00
rjy7
b27617696f Changed theme template directory name 2010-06-08 19:00:56 +00:00
jeb228
cbda9a16cc NIHVIVO-160 make the map of FileItems available as an attribute as well as through a method call. That way, if the request is wrapped in a VitroRequest, the map is still accessible. 2010-06-07 18:43:40 +00:00
hjk54
5d4f3d8601 Removing debut statements and adding support for validation of annotation properties on forms. 2010-06-07 15:51:31 +00:00
rjy7
7e730cb0a0 Fixed url on logout link. 2010-06-03 22:22:49 +00:00