Commit graph

516 commits

Author SHA1 Message Date
hjkhjk54
3bed795ea4 page management: updates to allow for class group content to change to internal class/selected classes and vice versa. 2012-08-30 17:53:35 +00:00
hjkhjk54
c94e9ddb45 updates for page management 2012-08-16 21:18:10 +00:00
tworrall
ff7ef0267f merging r4248 into the trunk 2012-08-01 14:03:11 +00:00
briancaruso
5e79cca398 Merging from 1.5 maint branch
removing unnecessary option list building from several custom forms NIHVIVO-3899
2012-07-11 15:16:18 +00:00
kongchinhua
1336709d4f Fix XSS vulnerability 2012-07-11 00:58:46 +00:00
kongchinhua
6c062d7683 Corrected misspell of subdisciplines 2012-07-10 21:53:55 +00:00
tworrall
eb21c265be merging 4217 to trunk 2012-07-09 16:38:49 +00:00
kongchinhua
03be80f58a Add about map of science page support 2012-07-03 17:50:44 +00:00
briancaruso
e184f2ade3 Moving vivoSearchProhibited.n3 to ontologies/app/loadedAtStartup
Fixing a bug in the ContextNodeFields where initialBindings were no longer getting used so a critical variable in the SPARQL query was free. NIHVIVO-3853
2012-07-03 00:14:25 +00:00
tworrall
a60f78004c NIHVIVO-3836 and 3857 changes to the addPubToPerson custom form 2012-06-29 14:31:44 +00:00
tworrall
c3d67a7872 NIHVIVO-if all grants or pubs are hidden, the manage link should still be displayed 2012-06-27 19:16:24 +00:00
briancaruso
18f254ad59 Index all labels for an individual, to support searching on multiple labels and other-language versions of a label NIHVIVO-3811
Fixed number of threads used during a solr index update
Changed nameLowercaseSingleValue to not be a copy field
Changed logging in solr index building so that errors from the solr server are logged
2012-06-26 19:00:59 +00:00
brianjlowe
dc30531062 checking in some import statements that i needed to add to get vivo to build 2012-06-26 18:59:12 +00:00
hjkhjk54
35747e8eb8 fixed error in ProcessInternalClassDataGetterN3 after deleting JSON object from constructor in previous update. Also updated web.xml to remove Menu Management class paths that are no longer used. 2012-06-26 17:49:31 +00:00
stellamit
719975fa3d NIHVIVO-3797 routing search indexing queries for context node fields through rdfservice 2012-06-25 21:44:03 +00:00
hjkhjk54
c391a35b3d updates for page management - specifically handling of internal class etc. 2012-06-25 17:34:55 +00:00
hjkhjk54
3e34e4cdb2 Correcting isDefinedBy for concepts that are not best matches returned by UMLS search service 2012-06-25 00:37:17 +00:00
briancaruso
64a2aade4a Removing old N3 editing code. NIHVIVO-3807 2012-06-21 21:58:44 +00:00
tworrall
f14e2328c1 NIHVIVO-1630 the different role forms can now have their own datatime precisions for the start and end dates 2012-06-21 14:31:47 +00:00
tworrall
a3f603e008 generator had incorrect class URI for vivo:Grant 2012-06-20 15:59:34 +00:00
briancaruso
c2bfc88eef Default object property from changed to switch to auto complete when there are too many individuals found in the range. NIHVIVO-3792
Auto complete code, css, templates and js moved from vivo to vitro.
2012-06-19 22:05:07 +00:00
tworrall
4d680092d5 NIHVIVO 3783 added urltype select element to the template 2012-06-19 17:55:39 +00:00
hjkhjk54
075f7338c3 updates for page management 2012-06-18 21:14:45 +00:00
briancaruso
8d353cf977 Removing unused class. 2012-06-18 20:27:15 +00:00
hjkhjk54
00338b05d9 page management related updates 2012-06-15 22:14:29 +00:00
hjkhjk54
173a9454c4 updates for page management 2012-06-13 19:37:50 +00:00
stellamit
121acbc17b sameAs support in plugins 2012-06-12 20:47:47 +00:00
hjkhjk54
2a4647f140 updates for page management 2012-06-08 14:19:09 +00:00
tworrall
805ddb1d1e NIHVIVO 2599 and 2702 updates to addAuthorToPub to allow selection of organizations 2012-06-07 15:20:49 +00:00
hjkhjk54
391db5297c update to internal class n3 processing 2012-06-06 19:00:17 +00:00
hjkhjk54
5472c77cee updates for page management 2012-06-05 21:34:41 +00:00
tworrall
2c294c38e9 NIHVIVO-3768 grants management page 2012-05-25 15:28:56 +00:00
tworrall
359c2cb505 fixing package name 2012-05-23 13:54:42 +00:00
tworrall
91881dc6f5 NIHVIVO-3728 vivo components of publications management 2012-05-22 20:27:32 +00:00
tworrall
c126688a49 custom form changes for NIHVIVO-2594 and NIHVIVO-3761 2012-05-16 19:53:11 +00:00
tworrall
8b3e420dd7 NIHVIVO-3757 now using ChildVClassesOptions to get the organization types; AddPresenter role now using ChildVClassesWithParent 2012-05-10 19:01:49 +00:00
briancaruso
219ea3d0d5 Worked on refactoring the startup listeners NIHVIVO-3700. 2012-05-04 16:22:23 +00:00
j2blake
94662cc824 NIHVIVO-3746 Change DataGetter.getData() so it doesn't require VitroRequest. Modify implementations of DataGetter to conform. 2012-05-02 17:46:03 +00:00
j2blake
93fd34eb2e NIHVIVO-2411 Move JsonServlet into its own package, in preparation for refactoring. 2012-04-26 20:57:41 +00:00
briancaruso
558737bf80 Working on refactoring select option generation NIHVIVO-3657 2012-04-24 22:02:01 +00:00
j2blake
584a88d687 NIHVIVO-3729 Don't fetch the FreemarkerConfiguration only to pass it through 6 levels of calls. Instead, get it from the FreemarkerConfigurationLoader when you need it. 2012-04-20 20:51:33 +00:00
tworrall
028d367461 NIHVIVO-3709: updates to support editable autocomplete fields 2012-04-06 19:04:25 +00:00
tworrall
5e13309e8a custom form changes to support editable autocomplete fields; new validator classes 2012-04-04 14:01:41 +00:00
j2blake
6695832257 NIHVIVO-3404 Restructure the SelfEditorRelationshipPolicy to use the model in the RequestedAction, instead of a model assigned at system startup time. Also, break out the logic into separate RelationshipChecker objects, for easier maintenance. 2012-04-03 16:13:38 +00:00
j2blake
a4eddca19b NIHVIVO-3404 Rename accessor methods on AbstractObjectPropertyStatementAction to be consistent with those on AbstractDataPropertyStatementAction. 2012-03-30 21:44:43 +00:00
j2blake
0e5847d5d2 NIHVIVO-3404 Make instance fields on AbstractObjectPropertyStatementAction private. 2012-03-30 21:20:21 +00:00
j2blake
8b94fa3495 NIHVIVO-3404 Rename statement-related RequestedAction classes to consistent naming scheme. 2012-03-30 21:14:42 +00:00
j2blake
1d2a9c9dca Stop using VivoPolicy to suppress add, edit, and delete links. Use a hard-coded list for now, while waiting for the application ontology. 2012-03-28 18:38:29 +00:00
hjkhjk54
05b8ad270a updates to allow related concepts to be returned from GEMET as well as display which results are best matches and which are not. 2012-03-28 18:13:10 +00:00
tworrall
f0ccf65ddd updates related to autocomplete changes 2012-03-27 20:26:19 +00:00