Commit graph

3628 commits

Author SHA1 Message Date
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
ryounes
d6f8ac002e Clean up indentation 2011-07-07 14:42:50 +00:00
ryounes
464a89ecaa NIHVIVO-2821 For now, suppress verbose property display on vitro and vitro public namespace properties. 2011-07-07 14:30:40 +00:00
ryounes
7f24663115 NIHVIVO-2449 Remove moniker from menupage display 2011-07-06 21:56:02 +00:00
brianjlowe
5f043d02ea NIHVIVO-2825 SPARQL bug in JenaModelUtils 2011-07-06 21:06:09 +00:00
brianjlowe
d27c7b5ccb NIHVIVO-2430 fixed discrepancy in namespace/localname generation when there is no local name part 2011-07-06 20:37:17 +00:00
ryounes
faa9b35399 NIHVIVO-2449 On individual list page, display preferredTitle with fallback to mostSpecificTypes. Don't show mostSpecificTypes that are the same as the type being displayed on the page, to avoid redundancy. 2011-07-06 20:20:36 +00:00
stellamit
d6112ea52a clearing out inference rebuild model (might be left over in DBs from 1.2) 2011-07-06 20:07:54 +00:00
j2blake
c2d1a05c2a NIHVIVO-2749 restrict the Menu Management. 2011-07-06 19:28:05 +00:00
ryounes
14cee2cbea NIHVIVO-2449 In search results, display preferredTitle with fallback to mostSpecificTypes 2011-07-06 19:02:45 +00:00
j2blake
dfc09f6ac7 Clarify logic in VitroRequestPrep.checkForSpecialWDF 2011-07-06 18:50:35 +00:00
stellamit
dcd2d44e09 updating log message 2011-07-06 17:40:45 +00:00
ryounes
08f4ee8a5c NIHVIVO-2821 Suppress edit as well as add link on vitro:moniker 2011-07-06 16:02:12 +00:00
ryounes
0347b682c7 NIHVIVO-2449 Display preferred title on individuallist page 2011-07-05 23:03:47 +00:00
ryounes
1c52d91b08 NIHVIVO-2449 Display mostSpecificTypes in search results in place of moniker. Create new template model class for individual in search results, since the display increasingly diverges from the individualList display. 2011-07-05 22:00:10 +00:00
j2blake
57ca8f9915 NIHVIVO-2749 Move the calculation of the MenuManagement URL into the controller. 2011-07-05 21:07:46 +00:00
j2blake
6a284ff010 NIHVIVO-2749 Prior to adding authorization checks for menu management, clarify the structure and remove compiler warnings. 2011-07-05 20:55:01 +00:00
brianjlowe
cfcea88dfe NIHVIVO-2318 removed a few extraneous references to monikers 2011-07-05 19:50:13 +00:00
ryounes
1fb8fdcc45 NIHVIVO-2790 Make vitro:moniker displayable and editable (but not addable) so existing values can be managed by editors post-1.3 upgrade. 2011-07-05 19:19:07 +00:00
brianjlowe
6e4fcedb6c NIHVIVO-2317 NIHVIVO-2318 removing vitro namespace properties from editing and various Java classes and interfaces 2011-07-05 19:14:16 +00:00
runeliza
a839bdcc02 Added more tests on SolrJsonReconcileServlet. 2011-07-05 18:48:19 +00:00
ryounes
8c73bd95ba Change system output to logging output 2011-07-05 16:47:45 +00:00
j2blake
561d35ddc0 Change SesameController to FriendController 2011-07-05 15:36:09 +00:00
runeliza
67cb3d19a6 Removed all references to Lucene. 2011-07-05 14:45:30 +00:00
briancaruso
def98f96de Worked on java based N3 editing. NIHVIVO-2236 2011-07-02 00:19:45 +00:00
ryounes
7f07155cf8 NIHVIVO-2733 Add custom list view for core:linkedRole - uses core:relatedRole view, with adaptations to fit both properties. Collation support for core:hasEditReviewRole. Improvements to the custom list queries and templates for core:hasRole, core:relatedRole, core:hasEditReviewRole. 2011-07-01 23:29:34 +00:00
hjkhjk54
263cca2727 Creating new versions that can handle multi-valued parameters for Edit Configuration and n3 editing 2011-07-01 21:43:59 +00:00
ryounes
fd7c20047f NIHVIVO-2733 Adapt core:relatedRole list view for core:linkedRole 2011-07-01 21:16:36 +00:00
j2blake
dc14aa5aa4 Create SesameController 2011-07-01 20:53:56 +00:00