rjy7
d5664d93ec
Some refactoring in FreemarkerHttpServlet
2010-09-16 15:50:37 +00:00
jeb228
140eaef670
NIHVIVO-736 Create a Login.java controller to replace login_process.jsp.
2010-09-03 20:58:14 +00:00
jeb228
7d40f99158
VIVO-246 Add a filter to limit the lifetime of trivial sessions.
2010-09-02 20:14:37 +00:00
rjy7
3e06d2849e
Moved Freemarker SiteAdminController
2010-08-31 19:37:23 +00:00
rjy7
849ea3a201
Finalized Freemarker version of main site admin page.
2010-08-31 18:33:51 +00:00
rjy7
2c6ddaab64
Rename Freemarker search result templates. Initial work on moving main site admin page to Freemarker: login form.
2010-08-30 19:39:49 +00:00
rjy7
73024a4d03
Reimplement search controller and search results display template in Freemarker. Error cases not handled yet.
2010-08-27 15:52:30 +00:00
jeb228
16c75b60ac
NIHVIVO-1044 database.tld is based on open source code, so it must comply with the license even though we have modified it.
2010-08-26 16:16:25 +00:00
rjy7
028f4c038f
Upgrading to jQuery UI 1.8.4
2010-08-19 13:36:00 +00:00
rjy7
51123056d0
Upgrading to jQuery UI 1.8.4
2010-08-19 13:32:58 +00:00
cdtank
b20c8a1ef8
1. Made changes so that visualizations url prefix is less vague (refer NIHVIVO-967)
2010-07-29 22:17:29 +00:00
jeb228
e29e1c5a46
NIHVIVO-1029 Log file location is left relative to Tomcat, not hard-coded as absolute path.
2010-07-29 19:50:49 +00:00
jeb228
77bba699bf
Note more licensing issues.
2010-07-29 13:22:20 +00:00
rjy7
7f8b9159db
Simple refactoring: changed name of freemarker base classes
2010-07-27 18:58:27 +00:00
bdc34
2de4504d1b
Fixing compile error. NIHVIVO-1000
2010-07-27 15:55:10 +00:00
bdc34
f4409580b4
Cleanup of webapp context root. Removing many unused jsp files and some unused controllers. NIHVIVO-1000
2010-07-27 15:31:19 +00:00
bdc34
0b186aaf20
Merge to trunk. Adding filtering to EntityMergedPropertyListcontroller NIHVIVO-984
2010-07-24 21:36:12 +00:00
rjy7
2be346ee67
Merge r5466 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint
2010-07-24 20:25:37 +00:00
cdtank
32fa4851a6
1. Commented out servlet mapping for dummy vis servlet which contained links to various test individuals.
2010-07-23 16:05:03 +00:00
rjy7
e3d09333c4
Merge r5371:5373 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint
2010-07-21 22:02:11 +00:00
bdc34
ad3c92d66e
Changing user editing so that self-editor shows up as an option only if the SelfEditingPolicySetup was configured in the web.xml. NIHVIVO-775
2010-07-15 15:36:27 +00:00
sjm222
3a256b106f
uncommenting knowledgebase updater listener
2010-07-15 08:24:00 +00:00
jeb228
00261a8a5c
Reduce logging clutter at startup.
2010-07-14 20:28:44 +00:00
jeb228
9bd5a500e2
Reduce logging clutter at startup.
2010-07-14 15:49:36 +00:00
sjm222
d82753d4f4
commenting out updateKnowledgeBase listener
2010-07-14 14:58:59 +00:00
bdc34
93b53a67c3
Hiding delete for core:authorInAuthorship NIHVIVO-739
...
Adding error message when Freemarker template system is not configured correctly in web.xml
Adding principal investigator and co-pi role custom forms NIHVIVO-626
2010-07-11 21:21:40 +00:00
bdc34
0d09bcf546
merging in http://svn.mannlib.cornell.edu/svn/vitro/branches/iu-vis-vitro-1.1-pre-release from r4966 to r5166
2010-07-09 22:04:26 +00:00
rjy7
99359f19c9
NIHVIVO-647 Add name attribute to vitro custom jsp input tag so that the name can differ from the id.
...
Removed flag1value1 stuff from all vivo custom forms, since no longer needed.
Initial setup for publication form javascript.
2010-07-08 15:08:41 +00:00
bdc34
9e9876cd43
Removing vitro:citation from back end editing and front end display. NIHVIVO-503
2010-07-05 19:16:50 +00:00
rjy7
9cdaabd0fb
NIHVIVO-646 Reorder authorships through drag-and-drop. Handle success and failure cases. Reset element positions after a removal.
2010-07-02 03:40:04 +00:00
jeb228
28d5c6e672
Fix the licensing information on cropImage.js and validateUpload.js
2010-07-01 20:11:36 +00:00
rjy7
681cc62c21
Move image cropping js out of template into separate js file. Use existing jquery.js rather than the one included with jcrop.
2010-06-30 20:30:06 +00:00
jeb228
020c60d9eb
NIHVIVO-161 First cut at Image Upload
2010-06-30 13:44:33 +00:00
jeb228
54ccd08923
Dampen the logging of some classes.
2010-06-29 20:01:33 +00:00
rjy7
fd0df8b281
NIHVIVO-646 Autocomplete, remove author functionality
2010-06-29 16:15:49 +00:00
jeb228
e110a0fde1
NIHVIVO-208 Convert Log4J calls to Apache Commons Logging calls.
2010-06-23 12:29:35 +00:00
bdc34
6c59f2185a
Working on new navigation controllers and model. NIHVIVO-633
2010-06-22 21:34:13 +00:00
jeb228
e92bea31bf
Add license tags, or list as known exceptions.
2010-06-22 14:55:55 +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
576688f15c
Adding primitive rdf edit
2010-06-21 19:04:18 +00:00
rjy7
86394e3cf2
NIHVIVO-646 Work on autocomplete in add authors to publication form
2010-06-21 16:07:20 +00:00
jeb228
c1bdd477f0
NIHVIVO-644 Add Freemarker templates to the list of licensed file types: *.ftl
2010-06-21 14:03:53 +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
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
ba418660e3
NIHVIVO-646 Continued work on custom form for adding authors to publications
2010-06-14 16:36:11 +00:00
rjy7
7568169fdd
Add jquery UI
2010-06-14 01:39:49 +00:00
jeb228
a5cc17d7bc
Keep Joe's files from causing issues with the licenser.
2010-06-08 17:30:48 +00:00
jeb228
c4062267bd
NIHVIVO-405 modify build.xml to recognize debug.log4j.properties if it exists, and to use it instead of default.log4j.properties. Clean up svn:ignore properties in webapp/config
2010-06-07 15:47:43 +00:00
jeb228
5b9bf808c8
NIHVIVO-510 Create the FileStorageSetup initializer, instead of the FileStorageFactory
2010-06-03 21:16:03 +00:00
rjy7
30b07ebd05
Added default formats to Freemarker configuration. Added a test controller and template for running test cases.
2010-06-03 16:20:35 +00:00