Commit graph

4249 commits

Author SHA1 Message Date
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
manolobevia
b3efdce52f NIHVIVO-2280: Changed order of zebra stripe rows for main account management table. 2011-07-08 17:45:21 +00:00
manolobevia
9db4328321 NIHVIVO-2280: Formatted date and time for Last login column in main account management. Changed Last login time for Last login, so I have some space for including Login count. 2011-07-08 16:56:26 +00:00
manolobevia
e9b939e1c5 NIHVIVO-2838: Fixed more layout issues for ie6,7,8,9 in main account management page 2011-07-08 16:26:16 +00:00
ryounes
d9567f69ab Update known_exceptions.txt for class rename 2011-07-08 15:39:07 +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
cappadona
6771633be6 NIHVIVO-2783 NIHVIVO-2784 Tweaked JavaScript and CSS for URI (qTip) and QR code popups. 2011-07-08 12:51:13 +00:00
cappadona
df999f3aef NIHVIVO-2810 NIHVIVO-2232 Fixed a typo for the menu management sortable list causing problems in IE6/7. 2011-07-08 12:47:58 +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
manolobevia
2e757891e3 NIHVIVO-2838: Fixed some layout issues for ie6,7,8,9 in main account management page 2011-07-07 21:52:37 +00:00
stellamit
ea5094d0ef NIHVIVO-2837 - compute mostSpecificType annotations on the upgrade to 1.3 2011-07-07 21:31:28 +00:00
ryounes
89fb16caf7 NIHVIVO-707 Initial work on migrating custom form from vitro link properties to core:webpage 2011-07-07 21:23:49 +00:00
ryounes
69d91c5080 Correct name of class in error messages 2011-07-07 21:20:23 +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
tworrall
1f8428f488 NIHVIVO-2829: template and css changes for account-profile association 2011-07-07 20:25:20 +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
manolobevia
61f5d87331 NIHVIVO-2280: Added role tags to forms 2011-07-07 16:26:55 +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
manolobevia
8ad216644b NIHVIVO-2823: Added styles for mostSpecificTypes display on search results and individuallist page 2011-07-07 15:10:59 +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
0c3de1e104 removing obsolote vitro properties from vitro-0.7.owl 2011-07-06 20:39:42 +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
manolobevia
20f39dc25c NIHVIVO-2280: Removed checkbox form element for multiple accounts deletion when javascript is disable. 2011-07-06 19:40:30 +00:00
j2blake
c2d1a05c2a NIHVIVO-2749 restrict the Menu Management. 2011-07-06 19:28:05 +00:00
manolobevia
c0dbfafab8 NIHVIVO-2280: Used ${siteName} in all email subject lines 2011-07-06 19:26:42 +00:00