Commit graph

525 commits

Author SHA1 Message Date
brianjlowe
5c99d7e3bf NIHVIVO-2957 unfiltered DAO factory for QR code 2011-07-18 15:18:51 +00:00
brianjlowe
3400b33576 modified QR code code to use normal WebappDaoFactory 2011-07-18 15:02:55 +00:00
tankchintan
6f213a61fa 1. Changed icon for map of science.
2. Bug fixes for map of science edge cases.
3. Included a default error message when there are no publications to be found.
4. Improved text for map of sience info.
2011-07-13 22:39:28 +00:00
tankchintan
dccaf298b1 1. Improved layout for map of science vis.
2. Removed sys print.
3. Added new info icon content to map of science vis.
2011-07-13 20:25:50 +00:00
tankchintan
dbdf2de95b 1. Improved layout for map of science.
2. Made sure that all sub-disciplines & disciplines are exported in the csv file even though they dont have any associated value.
2011-07-13 17:38:26 +00:00
tankchintan
330393e329 1. Fix for licensing-related build failure. 2011-07-13 00:59:02 +00:00
tankchintan
51208948f2 1. Adding the tools menu for visualizations. This will provide detailed explanation on why we need the cache refreshing for visualizations and also the link to initiating the reconstruct. It is only accessible to the admins. 2011-07-13 00:36:53 +00:00
tankchintan
a83c1180f4 1. Cleanup of old files.
2. Fix for the NIHVIVO-2818 issue.
2011-07-12 22:05:41 +00:00
tankchintan
f2148a785c 1. Modified visualization request handlers so that they can handle privileges i.e. give access to users who have the right permissions to view that visualization related page.
2. Improved how short url parameters were extracted.
3. Added a new feature "Refresh Visualziation Cache" which reconstructs all the models that are currently saved. This so that the admin can rebuild the vis cache instead of having to restart the server to rebuilding the cache.
2011-07-12 19:30:05 +00:00
briancaruso
40fef365bd Adding render time filtering of script elements to avoid javascript based security exploits. NIHVIVO-2678 2011-07-11 23:21:43 +00:00
ryounes
2936d1730c NIHVIVO-707 Suppress delete link on core:webpage, and suppress add/edit/delete links on core:webpageOf 2011-07-08 21:30:47 +00:00
mbarbier
8dc72f55db fileharvest.ftl: remove outdated help
CsvFileHarvestJob: add some stuff in preparation for handling new Harvester script format
FileHarvestController: send the text of the running script to the client
2011-07-08 20:37:34 +00:00
ryounes
9ee6a96c55 NIHVIVO-2449 In search results, display preferredTitle with fallback to mostSpecificTypes 2011-07-06 19:02:49 +00:00
ryounes
fface83a87 NIHVIVO-2449 Display preferred title on individuallist page 2011-07-05 23:03:51 +00:00
mbarbier
977d859cd6 Some minor file harvest changes 2011-07-05 20:49:23 +00:00
mbarbier
52a933c20d ---FILE HARVEST---
web.xml: Add file harvest mapping
fileharvest.xml: renamed from testfile.xml
testfile.xml: deleted
CsvFileHarvestJob.java: bug fixes
FileHarvestController.java: renamed from TestFileController.java
TestFileController.java: deleted
2011-06-30 20:13:34 +00:00
mbarbier
e28b7d7247 File Harvest: almost done 2011-06-29 21:13:36 +00:00
mbarbier
d5965b8112 Massive work done on File Harvest 2011-06-28 20:33:51 +00:00
j2blake
3c3d230666 NIHVIVO-2758 Move SelfEditorRelationshipPolicy and unit tests from Vitro into Vivo, since it uses URIs from the Vivo ontology. Change the package. 2011-06-24 19:15:14 +00:00
j2blake
e9b9597809 NIHVIVO-2758 Move VivoPolicy from Vitro into Vivo. Change the package and merge the Setup class. 2011-06-24 18:53:55 +00:00
mbarbier
5ceda63a65 Improved parsing of additions file, add some job-specific UI stuff 2011-06-23 20:41:21 +00:00
ryounes
31a8ec8b3a NIHVIVO-2744 Display of mostSpecificType(s) on individual profile (in place of former moniker). 2011-06-23 15:00:27 +00:00
mbarbier
6ee5771c01 testfile.ftl, CsvFileHarvestJob.java, FileHarvestJob.java, TestFileController.java: continued construction 2011-06-16 20:53:49 +00:00
mbarbier
5b609cf299 CsvFileHarvestJob.java: created 2011-06-15 21:02:52 +00:00
mbarbier
83194eb293 testfile.ftl, FileHarvestJob.java, TestFileController.java: Major updates, still too general and under-construction for a more specific report 2011-06-15 21:02:09 +00:00
mbarbier
f28203e8f4 FileHarvestJob.java: Commit interface.
TestFileController.java: Re-commit with FileHarvestJob.  Used an interface method from the uncommitted code, which had broken the build earlier.
2011-06-09 15:09:32 +00:00
j2blake
88018f83c4 Back out revision 3017 to remove compile error. Revert to revision 2959. 2011-06-06 16:19:34 +00:00
mbarbier
589a5cf09a TestFileController.java and testfile.ftl: add links to newly ingested items via parsing the additions file 2011-06-03 20:44:15 +00:00
ryounes
073657b63e Change System.out.println() to log.debug() 2011-06-01 15:23:23 +00:00
tankchintan
2208ffd6c0 1. Added scimap icon.
2. Made chanegs to scimap request handler to accept scimap requests for people as an entity.
2011-05-31 20:14:21 +00:00
tankchintan
c79c6cf968 1. More updates to the map of science vis. 2011-05-28 00:05:42 +00:00
tankchintan
ca08343379 1. Added front-end for map of science vis.
2. Added Data tables for disciplines/sub-disciplines in the vis.
3. added support for different csv downloadables.
4. Added new updated libraries for DataTables plugin.
2011-05-26 17:11:16 +00:00
ryounes
d18b02782e Changes to QR code generation to support swapping in a different model in IndividualController: fixed NPEs, and change getQrCode() to doQrCode() so it's invoked only when the template asks for it. 2011-05-24 19:00:30 +00:00
mbarbier
5c22e19580 TestFileController.java: Added some comments 2011-05-19 20:18:03 +00:00
tankchintan
e564857261 1. Initial integration of maop of science front-end with the backend. 2011-05-19 19:03:35 +00:00
tankchintan
43a391a0ae 1. Added download file in csv format for map of science info. 2011-05-18 22:02:00 +00:00
tankchintan
69311ae53f 1. Addition of new scimaps vis related jar file.
2. COmpleted the task of providing subdiscipline activity for an entity & other metadata to the front-end in the json format.
3/ Minor refactor of utility functions.
2011-05-18 19:58:40 +00:00
mbarbier
09daaa58ac testfile.ftl and TestFileController.java: modifications for calling a script instead of directly calling Harvester 2011-05-17 20:57:54 +00:00
tankchintan
ddae764181 1. Testing new svn credentials. 2011-05-13 14:07:52 +00:00
cdtank
0e3ccec947 1. Improved the json response structure for the scimaps vis. 2011-05-12 22:19:58 +00:00
cdtank
f0cae04b19 1. Fix for misbehaving VOs for science maps vis. 2011-05-12 21:28:47 +00:00
cdtank
f812185dad 1. Fix for license text missing. 2011-05-12 21:13:00 +00:00
cdtank
5f8e6e4172 1. Refactored package structure for the java files to remove the work "freemarker".
2. Did more work for setting up the backend for the science map visualziation.
2011-05-12 20:51:47 +00:00
briancaruso
b14311e048 Refactoring the N3 editing to reorganize packages 2011-05-12 16:04:28 +00:00
cdtank
380d7bca96 1. Refactored the package naming, removed the "freemarker" from the package structure for visualziations, since now only freemarkerised visualizations exist. 2011-05-11 21:35:43 +00:00
cdtank
1e82115d64 1. refactored code in preparation for adding code structure for map of science vis 2011-05-11 20:51:54 +00:00
mbarbier
663090318d FileHarvestJob.java: added getScript() and performHarvest() methods
Harvester.java: added stringsToArray(), modified API methods to use it
TestFileController.java: implemented preliminary harvest
2011-05-10 20:12:46 +00:00
cdtank
0a158ae30f 1. Made changes to the coautho/copi link creator utility to first test for short-uri possibility. 2011-05-09 15:52:05 +00:00
mbarbier
4a7b25016c Harvester.java: Created. Commented-out temporarily, reasons for being in this state are clearly stated in the file. 2011-05-04 16:11:56 +00:00
brianjlowe
7992ab1a4b Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248 2011-05-03 19:02:44 +00:00