Commit graph

2156 commits

Author SHA1 Message Date
hjkhjk54
a5b2ccaad0 updates for menu management - select list generator copy still referenced moniker and had to be updated 2011-07-12 01:50:36 +00:00
hjkhjk54
dca2cd4a42 changes for menu management and N3 Refactoring 2011-07-12 01:40:40 +00:00
briancaruso
2e283c18a4 Adding render time filtering of script elements to avoid javascript based security exploits. NIHVIVO-2678 2011-07-11 23:29:25 +00:00
briancaruso
22427f694f Adding render time filtering of script elements to avoid javascript based security exploits. NIHVIVO-2678 2011-07-11 23:14:55 +00:00
deepakkoni
7ce7f7a1ac NIHVIVO-2847, NIHVIVO-2827, NIHVIVO-2862
1) The ArrayList that was used for checking blacklisted classes has been removed from IndividualToSolrDoc. Now, any change in search.n3 is reflected on deploying vivo with a fresh database.
2) core:URLLink (NIHVIVO-2847) and Class URI(NIHVIVO-2827) don't appear in search results anymore.
3) File and FileByteStream are also added to the blacklisted class list (search.n3)
2011-07-11 22:20:27 +00:00
ryounes
b2ce6fb0e6 NIHVIVO-707 First draft of Manage Web Pages screen. JS not yet functional. 2011-07-11 21:13:00 +00:00
deepakkoni
619aa66c67 NIHVIVO-2489
The functionality for ASK query is added to the SparqlQueryServlet. The output is a boolean true/false. ASK query returns a boolean
based on if the pattern in the query exists in the model or not.
2011-07-11 21:06:39 +00:00
brianjlowe
743f2e507b changed log level on IndexWorkerThread messages 2011-07-11 20:16:26 +00:00
runeliza
abf49ae47a Added class to handle "Add columns from VIVO". It runs SPARQL queries to get the values for the given subjectUri and propertyUri. 2011-07-11 19:18:27 +00:00
ryounes
bebc08fb8b NIHVIVO-707 Set hidden rank field value based on existing webpage ranks 2011-07-11 18:26:25 +00:00
brianjlowe
84758e4c3a NIHVIVO-2689 modified constModel so Vitro Public Ontology appears in ontology list 2011-07-11 17:55:17 +00:00
anupsawant
5c4de6d358 NIHVIVO-2463 merge tool improvement for rdfs:labels 2011-07-11 17:52:38 +00:00
anupsawant
c185d816f9 NIHVIVO-2463 merge tool improvement for rdfs:labels 2011-07-11 17:52:17 +00:00
brianjlowe
de26e25bcd NIHVIVO-2831 fixed incorrect update level in verbose property display 2011-07-11 17:23:03 +00:00
ryounes
91409c631c NIHVIVO-707 Work on core:webpage custom form; committing test version for debugging 2011-07-11 16:09:06 +00:00
brianjlowe
43c03236d2 NIHVIVO-2215 Fixed inability to attach SDB models to the webapp TBox 2011-07-11 16:04:54 +00:00
deepakkoni
be0a835b29 NIHVIVO-2847 - Added core:URLLink to set of prohibited classes. 2011-07-11 15:22:14 +00:00
brianjlowe
d3fd975060 NIHVIVO-2215 Fixed inability to attach SDB models to the webapp TBox 2011-07-11 15:06:21 +00:00
j2blake
424fc2b17e NIHVIVO-2819 Rewrite accountAssociateProfile.js to improve the logic and enhance the function - mostly in preserving user choices in a re-display of the form. 2011-07-09 18:51:35 +00:00
j2blake
7f4e15256c NIHVIVO-2850 Implement the creation of new profiles when editing or adding a User Account. 2011-07-09 15:18:33 +00:00
brianjlowe
53d6dc7019 NIHVIVO-2215 preparatory refactoring of JenaIngestController 2011-07-08 20:36:19 +00:00
stellamit
c492a4c397 NIHVIVO-2766 (abox recompute in separate thread) 2011-07-08 20:32:09 +00:00
j2blake
94ae938900 NIHVIVO-2854 InternetExplorer interprets "function" as a reserved word. Changed to "action". 2011-07-08 19:47:57 +00:00
runeliza
1dcbe8491f It seemed to work better without using tokenizeNameQuery(), i.e. return results when searched for emails. Previously it didn't return anything when tokenized. Not sure why. 2011-07-08 19:08:04 +00:00
deepakkoni
97af07766b NIHVIVO-2260 Registering the ModelChangedListener to listen to changes in ApplicationMetadataModel. 2011-07-08 18:53:13 +00:00
deepakkoni
f28a8e63cf NIHVIVO-2260 Making the VClassGroupCacheChangeListener listen to changes in classgroup's displayRank and name. 2011-07-08 18:51:21 +00:00
ryounes
3afafee12b Final renaming of JSONtoFmModel to JsonToFmModel 2011-07-08 15:32:38 +00:00
ryounes
f202f1366c Temporary renaming of JSONtoFmModel 2011-07-08 15:30:28 +00:00
ryounes
d230bd73d7 NIHVIVO-2449 Send mostSpecificTypes to menu page template. Small wording tweak on add user accounts page. Correct inverse property in manageWebpagesForIndividual.jsp. Switch class dependencies from Lucene to Solr servlets. 2011-07-08 15:17:54 +00:00
j2blake
9c0cd7f639 NIHVIVO-2845 the siteName was missing from the Freemarker body map. It was required by the email template. 2011-07-08 15:04:55 +00:00
j2blake
fdc9f02b85 NIHVIVO-2819 If a user logs in with external credentials to an account that is not ACTIVE, activate it. 2011-07-08 14:38:02 +00:00
anupsawant
3d37d30bf9 NIHVIVO-2770 NIHVIVO 2428 made changes while working on individual removal from solr index. 2011-07-07 22:39:05 +00:00
anupsawant
e07ed707a1 NIHVIVO-2770 NIHVIVO 2428 made changes while working on individual removal from solr index. 2011-07-07 22:38:52 +00:00
anupsawant
a771884e92 NIHVIVO-2770 NIHVIVO 2428 made changes while working on individual removal from solr index. 2011-07-07 22:38:40 +00:00
ryounes
f99b450c83 Re-refactoring in template model objects: move vreq instance member out of BaseTemplateModel and into only those classes that use it. Also add final modifier to some instance variables, and remove initializations to null. 2011-07-07 22:19:35 +00:00
stellamit
ea5094d0ef NIHVIVO-2837 - compute mostSpecificType annotations on the upgrade to 1.3 2011-07-07 21:31:28 +00:00
runeliza
7065c15842 Moved classes to grefine, so that it's easier to identify which classes are Google Refine related and which are not. 2011-07-07 21:05:23 +00:00
brianjlowe
a8dd57c6be NIHVIVO-2252 fixed bug retrieving ontologies with URIs ending in hashes 2011-07-07 20:46:28 +00:00
j2blake
0fdf28d3f5 NIHVIVO-2819 Store the time of last login as part of the UserAccount. Display it on the List page. 2011-07-07 20:45:36 +00:00
ryounes
c5c4ecd394 NIHVIVO-1317 Migrated custom list view from vitro:primaryLink and vitro:additionalLink to core:webpage 2011-07-07 20:34:11 +00:00
runeliza
4a2877abfa Removed temporary classes. 2011-07-07 20:26:02 +00:00
anupsawant
816ac0d466 NIHVIVO-2662 changes for not connecting to solr during startup. 2011-07-07 19:07:36 +00:00
brianjlowe
f9f3966abe NIHVIVO-2205 Applied patch from Jim Wood to fix bugs in database agnosticism 2011-07-07 18:39:12 +00:00
ryounes
d09a6640d9 NIHVIVO-2612 Remove portal-relative url-building methods from UrlBuilder. As a consequence, all methods can become static, so add a private constructor so the class cannot be instantiated. 2011-07-07 18:30:10 +00:00
runeliza
b3d4a305c6 Commented out System.out lines. 2011-07-07 16:49:27 +00:00
runeliza
d98967a7e3 Modified JSONReconcileServlet and related test class to be the same as SolrJsonReconcileServlet. They are all identical now. 2011-07-07 16:47:16 +00:00
j2blake
ce743ce79e NIHVIVO-2819 Profile matching wasn't working when creating a new account. 2011-07-07 15:53:58 +00:00
ryounes
9d3cfcba69 Refactoring in BaseTemplateModel hierarchy: since vreq is declared at the top level, move initializations to the top-level constructor. 2011-07-07 15:46:12 +00:00
stellamit
45ff2441c6 NIHVIVO-2804 individuals deleted in error during kb migration 2011-07-07 15:40:55 +00:00
ryounes
59a23c20bf NIHVIVO-2449 Remove moniker references 2011-07-07 15:01:11 +00:00