mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
Remove 'full-display' setting from Conpherence, spruce up search results
Summary: This removes 'full-display', 'minimal-display' from Conpherence, which I recall was because we had 2 UIs for column and regular chat. I'm also tossing in slightly nicer search results, with a link to the actual message and the full date shown for context. Test Plan: Post a message in mobile, tablet, full conpherence, and in durable column. Clean up UI in durable column. Do a search in Full UI, click on result date, get taken to the message... usually. My test data is a little wonky, but I think this works most of the time. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16710
This commit is contained in:
parent
dd25b2b48b
commit
ac8e11359d
12 changed files with 124 additions and 179 deletions
|
@ -7,10 +7,10 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'conpherence.pkg.css' => 'f934296b',
|
'conpherence.pkg.css' => '49b8aaac',
|
||||||
'conpherence.pkg.js' => 'cbe4d9be',
|
'conpherence.pkg.js' => 'cbe4d9be',
|
||||||
'core.pkg.css' => 'b99bbf5e',
|
'core.pkg.css' => 'b99bbf5e',
|
||||||
'core.pkg.js' => '30185d95',
|
'core.pkg.js' => '3eb7abf7',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => 'e1d704ce',
|
'differential.pkg.css' => 'e1d704ce',
|
||||||
'differential.pkg.js' => '634399e9',
|
'differential.pkg.js' => '634399e9',
|
||||||
|
@ -46,10 +46,10 @@ return array(
|
||||||
'rsrc/css/application/config/config-template.css' => '8f18fa41',
|
'rsrc/css/application/config/config-template.css' => '8f18fa41',
|
||||||
'rsrc/css/application/config/setup-issue.css' => 'f794cfc3',
|
'rsrc/css/application/config/setup-issue.css' => 'f794cfc3',
|
||||||
'rsrc/css/application/config/unhandled-exception.css' => '4c96257a',
|
'rsrc/css/application/config/unhandled-exception.css' => '4c96257a',
|
||||||
'rsrc/css/application/conpherence/durable-column.css' => '44bcaa19',
|
'rsrc/css/application/conpherence/durable-column.css' => 'd82e130c',
|
||||||
'rsrc/css/application/conpherence/header-pane.css' => 'e8acbd37',
|
'rsrc/css/application/conpherence/header-pane.css' => 'e8acbd37',
|
||||||
'rsrc/css/application/conpherence/menu.css' => '4f51db5a',
|
'rsrc/css/application/conpherence/menu.css' => '4f51db5a',
|
||||||
'rsrc/css/application/conpherence/message-pane.css' => '7a94bf5e',
|
'rsrc/css/application/conpherence/message-pane.css' => 'b80f1675',
|
||||||
'rsrc/css/application/conpherence/notification.css' => '965db05b',
|
'rsrc/css/application/conpherence/notification.css' => '965db05b',
|
||||||
'rsrc/css/application/conpherence/participant-pane.css' => '7bba0b56',
|
'rsrc/css/application/conpherence/participant-pane.css' => '7bba0b56',
|
||||||
'rsrc/css/application/conpherence/transaction.css' => '85129c68',
|
'rsrc/css/application/conpherence/transaction.css' => '85129c68',
|
||||||
|
@ -435,9 +435,9 @@ return array(
|
||||||
'rsrc/js/application/calendar/behavior-month-view.js' => 'fe33e256',
|
'rsrc/js/application/calendar/behavior-month-view.js' => 'fe33e256',
|
||||||
'rsrc/js/application/calendar/behavior-recurring-edit.js' => '5f1c4d5f',
|
'rsrc/js/application/calendar/behavior-recurring-edit.js' => '5f1c4d5f',
|
||||||
'rsrc/js/application/config/behavior-reorder-fields.js' => 'b6993408',
|
'rsrc/js/application/config/behavior-reorder-fields.js' => 'b6993408',
|
||||||
'rsrc/js/application/conpherence/ConpherenceThreadManager.js' => '01774ab2',
|
'rsrc/js/application/conpherence/ConpherenceThreadManager.js' => '358c717b',
|
||||||
'rsrc/js/application/conpherence/behavior-conpherence-search.js' => '3e137827',
|
'rsrc/js/application/conpherence/behavior-conpherence-search.js' => '9bbf3762',
|
||||||
'rsrc/js/application/conpherence/behavior-durable-column.js' => 'c5238acb',
|
'rsrc/js/application/conpherence/behavior-durable-column.js' => 'aa3bd034',
|
||||||
'rsrc/js/application/conpherence/behavior-menu.js' => '07928ca3',
|
'rsrc/js/application/conpherence/behavior-menu.js' => '07928ca3',
|
||||||
'rsrc/js/application/conpherence/behavior-participant-pane.js' => '8604caa8',
|
'rsrc/js/application/conpherence/behavior-participant-pane.js' => '8604caa8',
|
||||||
'rsrc/js/application/conpherence/behavior-pontificate.js' => 'f2e58483',
|
'rsrc/js/application/conpherence/behavior-pontificate.js' => 'f2e58483',
|
||||||
|
@ -616,13 +616,13 @@ return array(
|
||||||
'conduit-api-css' => '7bc725c4',
|
'conduit-api-css' => '7bc725c4',
|
||||||
'config-options-css' => '0ede4c9b',
|
'config-options-css' => '0ede4c9b',
|
||||||
'config-page-css' => '8798e14f',
|
'config-page-css' => '8798e14f',
|
||||||
'conpherence-durable-column-view' => '44bcaa19',
|
'conpherence-durable-column-view' => 'd82e130c',
|
||||||
'conpherence-header-pane-css' => 'e8acbd37',
|
'conpherence-header-pane-css' => 'e8acbd37',
|
||||||
'conpherence-menu-css' => '4f51db5a',
|
'conpherence-menu-css' => '4f51db5a',
|
||||||
'conpherence-message-pane-css' => '7a94bf5e',
|
'conpherence-message-pane-css' => 'b80f1675',
|
||||||
'conpherence-notification-css' => '965db05b',
|
'conpherence-notification-css' => '965db05b',
|
||||||
'conpherence-participant-pane-css' => '7bba0b56',
|
'conpherence-participant-pane-css' => '7bba0b56',
|
||||||
'conpherence-thread-manager' => '01774ab2',
|
'conpherence-thread-manager' => '358c717b',
|
||||||
'conpherence-transaction-css' => '85129c68',
|
'conpherence-transaction-css' => '85129c68',
|
||||||
'd3' => 'a11a5ff2',
|
'd3' => 'a11a5ff2',
|
||||||
'differential-changeset-view-css' => '9ef7d354',
|
'differential-changeset-view-css' => '9ef7d354',
|
||||||
|
@ -666,7 +666,7 @@ return array(
|
||||||
'javelin-behavior-conpherence-menu' => '07928ca3',
|
'javelin-behavior-conpherence-menu' => '07928ca3',
|
||||||
'javelin-behavior-conpherence-participant-pane' => '8604caa8',
|
'javelin-behavior-conpherence-participant-pane' => '8604caa8',
|
||||||
'javelin-behavior-conpherence-pontificate' => 'f2e58483',
|
'javelin-behavior-conpherence-pontificate' => 'f2e58483',
|
||||||
'javelin-behavior-conpherence-search' => '3e137827',
|
'javelin-behavior-conpherence-search' => '9bbf3762',
|
||||||
'javelin-behavior-countdown-timer' => 'e4cc26b3',
|
'javelin-behavior-countdown-timer' => 'e4cc26b3',
|
||||||
'javelin-behavior-dark-console' => 'f411b6ae',
|
'javelin-behavior-dark-console' => 'f411b6ae',
|
||||||
'javelin-behavior-dashboard-async-panel' => '469c0d9e',
|
'javelin-behavior-dashboard-async-panel' => '469c0d9e',
|
||||||
|
@ -695,7 +695,7 @@ return array(
|
||||||
'javelin-behavior-diffusion-pull-lastmodified' => 'f01586dc',
|
'javelin-behavior-diffusion-pull-lastmodified' => 'f01586dc',
|
||||||
'javelin-behavior-doorkeeper-tag' => 'e5822781',
|
'javelin-behavior-doorkeeper-tag' => 'e5822781',
|
||||||
'javelin-behavior-drydock-live-operation-status' => '901935ef',
|
'javelin-behavior-drydock-live-operation-status' => '901935ef',
|
||||||
'javelin-behavior-durable-column' => 'c5238acb',
|
'javelin-behavior-durable-column' => 'aa3bd034',
|
||||||
'javelin-behavior-editengine-reorder-configs' => 'd7a74243',
|
'javelin-behavior-editengine-reorder-configs' => 'd7a74243',
|
||||||
'javelin-behavior-editengine-reorder-fields' => 'b59e1e96',
|
'javelin-behavior-editengine-reorder-fields' => 'b59e1e96',
|
||||||
'javelin-behavior-error-log' => '6882e80a',
|
'javelin-behavior-error-log' => '6882e80a',
|
||||||
|
@ -974,17 +974,6 @@ return array(
|
||||||
'javelin-request',
|
'javelin-request',
|
||||||
'javelin-typeahead-source',
|
'javelin-typeahead-source',
|
||||||
),
|
),
|
||||||
'01774ab2' => array(
|
|
||||||
'javelin-dom',
|
|
||||||
'javelin-util',
|
|
||||||
'javelin-stratcom',
|
|
||||||
'javelin-install',
|
|
||||||
'javelin-aphlict',
|
|
||||||
'javelin-workflow',
|
|
||||||
'javelin-router',
|
|
||||||
'javelin-behavior-device',
|
|
||||||
'javelin-vector',
|
|
||||||
),
|
|
||||||
'019f36c4' => array(
|
'019f36c4' => array(
|
||||||
'javelin-behavior',
|
'javelin-behavior',
|
||||||
'javelin-dom',
|
'javelin-dom',
|
||||||
|
@ -1211,6 +1200,17 @@ return array(
|
||||||
'javelin-dom',
|
'javelin-dom',
|
||||||
'javelin-workflow',
|
'javelin-workflow',
|
||||||
),
|
),
|
||||||
|
'358c717b' => array(
|
||||||
|
'javelin-dom',
|
||||||
|
'javelin-util',
|
||||||
|
'javelin-stratcom',
|
||||||
|
'javelin-install',
|
||||||
|
'javelin-aphlict',
|
||||||
|
'javelin-workflow',
|
||||||
|
'javelin-router',
|
||||||
|
'javelin-behavior-device',
|
||||||
|
'javelin-vector',
|
||||||
|
),
|
||||||
'3ab51e2c' => array(
|
'3ab51e2c' => array(
|
||||||
'javelin-behavior',
|
'javelin-behavior',
|
||||||
'javelin-behavior-device',
|
'javelin-behavior-device',
|
||||||
|
@ -1227,13 +1227,6 @@ return array(
|
||||||
'javelin-util',
|
'javelin-util',
|
||||||
'javelin-uri',
|
'javelin-uri',
|
||||||
),
|
),
|
||||||
'3e137827' => array(
|
|
||||||
'javelin-behavior',
|
|
||||||
'javelin-dom',
|
|
||||||
'javelin-util',
|
|
||||||
'javelin-workflow',
|
|
||||||
'javelin-stratcom',
|
|
||||||
),
|
|
||||||
'3f5d6dbf' => array(
|
'3f5d6dbf' => array(
|
||||||
'javelin-behavior',
|
'javelin-behavior',
|
||||||
'javelin-dom',
|
'javelin-dom',
|
||||||
|
@ -1759,6 +1752,13 @@ return array(
|
||||||
'phabricator-phtize',
|
'phabricator-phtize',
|
||||||
'changeset-view-manager',
|
'changeset-view-manager',
|
||||||
),
|
),
|
||||||
|
'9bbf3762' => array(
|
||||||
|
'javelin-behavior',
|
||||||
|
'javelin-dom',
|
||||||
|
'javelin-util',
|
||||||
|
'javelin-workflow',
|
||||||
|
'javelin-stratcom',
|
||||||
|
),
|
||||||
'9bdbbab0' => array(
|
'9bdbbab0' => array(
|
||||||
'javelin-behavior',
|
'javelin-behavior',
|
||||||
'javelin-dom',
|
'javelin-dom',
|
||||||
|
@ -1839,6 +1839,16 @@ return array(
|
||||||
'javelin-util',
|
'javelin-util',
|
||||||
'phabricator-prefab',
|
'phabricator-prefab',
|
||||||
),
|
),
|
||||||
|
'aa3bd034' => array(
|
||||||
|
'javelin-behavior',
|
||||||
|
'javelin-dom',
|
||||||
|
'javelin-stratcom',
|
||||||
|
'javelin-behavior-device',
|
||||||
|
'javelin-scrollbar',
|
||||||
|
'javelin-quicksand',
|
||||||
|
'phabricator-keyboard-shortcut',
|
||||||
|
'conpherence-thread-manager',
|
||||||
|
),
|
||||||
'ab2f381b' => array(
|
'ab2f381b' => array(
|
||||||
'javelin-request',
|
'javelin-request',
|
||||||
'javelin-behavior',
|
'javelin-behavior',
|
||||||
|
@ -1966,16 +1976,6 @@ return array(
|
||||||
'javelin-install',
|
'javelin-install',
|
||||||
'javelin-dom',
|
'javelin-dom',
|
||||||
),
|
),
|
||||||
'c5238acb' => array(
|
|
||||||
'javelin-behavior',
|
|
||||||
'javelin-dom',
|
|
||||||
'javelin-stratcom',
|
|
||||||
'javelin-behavior-device',
|
|
||||||
'javelin-scrollbar',
|
|
||||||
'javelin-quicksand',
|
|
||||||
'phabricator-keyboard-shortcut',
|
|
||||||
'conpherence-thread-manager',
|
|
||||||
),
|
|
||||||
'c587b80f' => array(
|
'c587b80f' => array(
|
||||||
'javelin-install',
|
'javelin-install',
|
||||||
),
|
),
|
||||||
|
|
|
@ -5,7 +5,6 @@ final class ConpherenceTransactionRenderer extends Phobject {
|
||||||
public static function renderTransactions(
|
public static function renderTransactions(
|
||||||
PhabricatorUser $user,
|
PhabricatorUser $user,
|
||||||
ConpherenceThread $conpherence,
|
ConpherenceThread $conpherence,
|
||||||
$full_display = true,
|
|
||||||
$marker_type = 'older') {
|
$marker_type = 'older') {
|
||||||
|
|
||||||
$transactions = $conpherence->getTransactions();
|
$transactions = $conpherence->getTransactions();
|
||||||
|
@ -74,8 +73,7 @@ final class ConpherenceTransactionRenderer extends Phobject {
|
||||||
->setUser($user)
|
->setUser($user)
|
||||||
->setConpherenceThread($conpherence)
|
->setConpherenceThread($conpherence)
|
||||||
->setHandles($handles)
|
->setHandles($handles)
|
||||||
->setMarkupEngine($engine)
|
->setMarkupEngine($engine);
|
||||||
->setFullDisplay($full_display);
|
|
||||||
|
|
||||||
foreach ($transactions as $transaction) {
|
foreach ($transactions as $transaction) {
|
||||||
$collapsed = false;
|
$collapsed = false;
|
||||||
|
|
|
@ -335,9 +335,6 @@ final class ConpherenceUpdateController
|
||||||
$request->getInt('latest_transaction_id'))
|
$request->getInt('latest_transaction_id'))
|
||||||
->appendForm($form);
|
->appendForm($form);
|
||||||
|
|
||||||
if ($request->getExists('minimal_display')) {
|
|
||||||
$view->addHiddenInput('minimal_display', true);
|
|
||||||
}
|
|
||||||
return $view;
|
return $view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -477,9 +474,6 @@ final class ConpherenceUpdateController
|
||||||
->addHiddenInput('__continue__', true)
|
->addHiddenInput('__continue__', true)
|
||||||
->appendChild($form);
|
->appendChild($form);
|
||||||
|
|
||||||
if ($request->getExists('minimal_display')) {
|
|
||||||
$view->addHiddenInput('minimal_display', true);
|
|
||||||
}
|
|
||||||
if ($request->getExists('force_ajax')) {
|
if ($request->getExists('force_ajax')) {
|
||||||
$view->addHiddenInput('force_ajax', true);
|
$view->addHiddenInput('force_ajax', true);
|
||||||
}
|
}
|
||||||
|
@ -492,7 +486,6 @@ final class ConpherenceUpdateController
|
||||||
$conpherence_id,
|
$conpherence_id,
|
||||||
$latest_transaction_id) {
|
$latest_transaction_id) {
|
||||||
|
|
||||||
$minimal_display = $this->getRequest()->getExists('minimal_display');
|
|
||||||
$need_transactions = false;
|
$need_transactions = false;
|
||||||
$need_participant_cache = true;
|
$need_participant_cache = true;
|
||||||
switch ($action) {
|
switch ($action) {
|
||||||
|
@ -525,8 +518,7 @@ final class ConpherenceUpdateController
|
||||||
if ($need_transactions && $conpherence->getTransactions()) {
|
if ($need_transactions && $conpherence->getTransactions()) {
|
||||||
$data = ConpherenceTransactionRenderer::renderTransactions(
|
$data = ConpherenceTransactionRenderer::renderTransactions(
|
||||||
$user,
|
$user,
|
||||||
$conpherence,
|
$conpherence);
|
||||||
!$minimal_display);
|
|
||||||
$key = PhabricatorConpherenceColumnMinimizeSetting::SETTINGKEY;
|
$key = PhabricatorConpherenceColumnMinimizeSetting::SETTINGKEY;
|
||||||
$minimized = $user->getUserSetting($key);
|
$minimized = $user->getUserSetting($key);
|
||||||
if (!$minimized) {
|
if (!$minimized) {
|
||||||
|
@ -547,7 +539,6 @@ final class ConpherenceUpdateController
|
||||||
$nav_item = null;
|
$nav_item = null;
|
||||||
$header = null;
|
$header = null;
|
||||||
$people_widget = null;
|
$people_widget = null;
|
||||||
if (!$minimal_display) {
|
|
||||||
switch ($action) {
|
switch ($action) {
|
||||||
case ConpherenceUpdateActions::METADATA:
|
case ConpherenceUpdateActions::METADATA:
|
||||||
$policy_objects = id(new PhabricatorPolicyQuery())
|
$policy_objects = id(new PhabricatorPolicyQuery())
|
||||||
|
@ -576,7 +567,6 @@ final class ConpherenceUpdateController
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
$data = $conpherence->getDisplayData($user);
|
$data = $conpherence->getDisplayData($user);
|
||||||
$dropdown_query = id(new AphlictDropdownDataQuery())
|
$dropdown_query = id(new AphlictDropdownDataQuery())
|
||||||
->setViewer($user);
|
->setViewer($user);
|
||||||
|
|
|
@ -73,7 +73,6 @@ final class ConpherenceViewController extends
|
||||||
$data = ConpherenceTransactionRenderer::renderTransactions(
|
$data = ConpherenceTransactionRenderer::renderTransactions(
|
||||||
$user,
|
$user,
|
||||||
$conpherence,
|
$conpherence,
|
||||||
$full_display = true,
|
|
||||||
$marker_type);
|
$marker_type);
|
||||||
$messages = ConpherenceTransactionRenderer::renderMessagePaneContent(
|
$messages = ConpherenceTransactionRenderer::renderMessagePaneContent(
|
||||||
$data['transactions'],
|
$data['transactions'],
|
||||||
|
|
|
@ -199,7 +199,7 @@ final class ConpherenceThreadSearchEngine
|
||||||
->setMarkupEngine($engines[$conpherence_phid])
|
->setMarkupEngine($engines[$conpherence_phid])
|
||||||
->setConpherenceThread($conpherence)
|
->setConpherenceThread($conpherence)
|
||||||
->setConpherenceTransaction($xaction)
|
->setConpherenceTransaction($xaction)
|
||||||
->setFullDisplay(true)
|
->setSearchResult(true)
|
||||||
->addClass('conpherence-fulltext-result');
|
->addClass('conpherence-fulltext-result');
|
||||||
|
|
||||||
if ($message['match']) {
|
if ($message['match']) {
|
||||||
|
|
|
@ -413,8 +413,7 @@ final class ConpherenceDurableColumnView extends AphrontTagView {
|
||||||
|
|
||||||
$data = ConpherenceTransactionRenderer::renderTransactions(
|
$data = ConpherenceTransactionRenderer::renderTransactions(
|
||||||
$this->getUser(),
|
$this->getUser(),
|
||||||
$conpherence,
|
$conpherence);
|
||||||
$full_display = false);
|
|
||||||
$messages = ConpherenceTransactionRenderer::renderMessagePaneContent(
|
$messages = ConpherenceTransactionRenderer::renderMessagePaneContent(
|
||||||
$data['transactions'],
|
$data['transactions'],
|
||||||
$data['oldest_transaction_id'],
|
$data['oldest_transaction_id'],
|
||||||
|
|
|
@ -6,8 +6,8 @@ final class ConpherenceTransactionView extends AphrontView {
|
||||||
private $conpherenceTransaction;
|
private $conpherenceTransaction;
|
||||||
private $handles;
|
private $handles;
|
||||||
private $markupEngine;
|
private $markupEngine;
|
||||||
private $fullDisplay;
|
|
||||||
private $classes = array();
|
private $classes = array();
|
||||||
|
private $searchResult;
|
||||||
private $timeOnly;
|
private $timeOnly;
|
||||||
|
|
||||||
public function setConpherenceThread(ConpherenceThread $t) {
|
public function setConpherenceThread(ConpherenceThread $t) {
|
||||||
|
@ -47,17 +47,13 @@ final class ConpherenceTransactionView extends AphrontView {
|
||||||
return $this->markupEngine;
|
return $this->markupEngine;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setFullDisplay($bool) {
|
public function addClass($class) {
|
||||||
$this->fullDisplay = $bool;
|
$this->classes[] = $class;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getFullDisplay() {
|
public function setSearchResult($result) {
|
||||||
return $this->fullDisplay;
|
$this->searchResult = $result;
|
||||||
}
|
|
||||||
|
|
||||||
public function addClass($class) {
|
|
||||||
$this->classes[] = $class;
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -100,11 +96,7 @@ final class ConpherenceTransactionView extends AphrontView {
|
||||||
$image = $this->renderTransactionImage();
|
$image = $this->renderTransactionImage();
|
||||||
$content = $this->renderTransactionContent();
|
$content = $this->renderTransactionContent();
|
||||||
$classes = implode(' ', $this->classes);
|
$classes = implode(' ', $this->classes);
|
||||||
|
|
||||||
$transaction_dom_id = null;
|
|
||||||
if ($this->getFullDisplay()) {
|
|
||||||
$transaction_dom_id = 'anchor-'.$transaction->getID();
|
$transaction_dom_id = 'anchor-'.$transaction->getID();
|
||||||
}
|
|
||||||
|
|
||||||
$header = phutil_tag_div(
|
$header = phutil_tag_div(
|
||||||
'conpherence-transaction-header grouped',
|
'conpherence-transaction-header grouped',
|
||||||
|
@ -137,12 +129,25 @@ final class ConpherenceTransactionView extends AphrontView {
|
||||||
$tip = phabricator_datetime($transaction->getDateCreated(), $viewer);
|
$tip = phabricator_datetime($transaction->getDateCreated(), $viewer);
|
||||||
$label = phabricator_time($transaction->getDateCreated(), $viewer);
|
$label = phabricator_time($transaction->getDateCreated(), $viewer);
|
||||||
$width = 360;
|
$width = 360;
|
||||||
if ($this->getFullDisplay()) {
|
|
||||||
Javelin::initBehavior('phabricator-watch-anchor');
|
Javelin::initBehavior('phabricator-watch-anchor');
|
||||||
$anchor = id(new PhabricatorAnchorView())
|
$anchor = id(new PhabricatorAnchorView())
|
||||||
->setAnchorName($transaction->getID())
|
->setAnchorName($transaction->getID())
|
||||||
->render();
|
->render();
|
||||||
|
|
||||||
|
if ($this->searchResult) {
|
||||||
|
$uri = $thread->getMonogram();
|
||||||
|
$info[] = hsprintf(
|
||||||
|
'%s',
|
||||||
|
javelin_tag(
|
||||||
|
'a',
|
||||||
|
array(
|
||||||
|
'href' => '/'.$uri.'#'.$transaction->getID(),
|
||||||
|
'class' => 'transaction-date',
|
||||||
|
'sigil' => 'conpherence-search-result-jump',
|
||||||
|
),
|
||||||
|
$tip));
|
||||||
|
} else {
|
||||||
$info[] = hsprintf(
|
$info[] = hsprintf(
|
||||||
'%s%s',
|
'%s%s',
|
||||||
$anchor,
|
$anchor,
|
||||||
|
@ -150,7 +155,7 @@ final class ConpherenceTransactionView extends AphrontView {
|
||||||
'a',
|
'a',
|
||||||
array(
|
array(
|
||||||
'href' => '#'.$transaction->getID(),
|
'href' => '#'.$transaction->getID(),
|
||||||
'class' => 'anchor-link',
|
'class' => 'transaction-date anchor-link',
|
||||||
'sigil' => 'has-tooltip',
|
'sigil' => 'has-tooltip',
|
||||||
'meta' => array(
|
'meta' => array(
|
||||||
'tip' => $tip,
|
'tip' => $tip,
|
||||||
|
@ -158,20 +163,6 @@ final class ConpherenceTransactionView extends AphrontView {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
$label));
|
$label));
|
||||||
} else {
|
|
||||||
$href = '/'.$thread->getMonogram().'#'.$transaction->getID();
|
|
||||||
$info[] = javelin_tag(
|
|
||||||
'a',
|
|
||||||
array(
|
|
||||||
'href' => $href,
|
|
||||||
'class' => 'epoch-link',
|
|
||||||
'sigil' => 'has-tooltip',
|
|
||||||
'meta' => array(
|
|
||||||
'tip' => $tip,
|
|
||||||
'size' => $width,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
$label);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return phutil_tag(
|
return phutil_tag(
|
||||||
|
|
|
@ -180,19 +180,6 @@
|
||||||
padding: 8px 12px 0;
|
padding: 8px 12px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-durable-column-transactions
|
|
||||||
.conpherence-transaction-view.conpherence-edited {
|
|
||||||
color: {$lightgreytext};
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-edited
|
|
||||||
.conpherence-transaction-header {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-transaction-view {
|
.conpherence-durable-column-transactions .conpherence-transaction-view {
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -205,50 +192,31 @@
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-transaction-detail {
|
.conpherence-durable-column-transactions .conpherence-transaction-view
|
||||||
|
.conpherence-transaction-detail {
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0 0 0 32px;
|
margin: 0 0 0 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-transaction-detail
|
.conpherence-durable-column-transactions .conpherence-transaction-view
|
||||||
.conpherence-transaction-header {
|
.conpherence-transaction-detail .conpherence-transaction-header {
|
||||||
background: none;
|
background: none;
|
||||||
padding: 0 0 2px 0;
|
padding: 0 0 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-durable-column-transactions
|
.conpherence-durable-column-transactions
|
||||||
.conpherence-transaction-view.date-marker {
|
.conpherence-transaction-view.date-marker {
|
||||||
margin: 12px 0 0;
|
margin: 12px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-durable-column-transactions
|
.conpherence-durable-column-transactions
|
||||||
.conpherence-transaction-view.date-marker .date {
|
.conpherence-transaction-view.date-marker .date {
|
||||||
left: 0;
|
left: 0;
|
||||||
font-size: {$normalfontsize};
|
font-size: {$normalfontsize};
|
||||||
top: -14px;
|
top: -10px;
|
||||||
padding: 0 6px 0 0;
|
padding: 0 6px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-transaction-detail
|
|
||||||
.conpherence-transaction-header .conpherence-transaction-info {
|
|
||||||
color: {$lightbluetext};
|
|
||||||
font-size: {$smallerfontsize};
|
|
||||||
}
|
|
||||||
|
|
||||||
.conpherence-transaction-header .epoch-link {
|
|
||||||
color: {$lightgreytext};
|
|
||||||
}
|
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-transaction-detail
|
|
||||||
.conpherence-transaction-header .phui-link-person {
|
|
||||||
margin: 0 8px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-transaction-detail
|
|
||||||
.conpherence-transaction-content .phui-link-person {
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.conpherence-durable-column-transactions
|
.conpherence-durable-column-transactions
|
||||||
.conpherence-transaction-detail
|
.conpherence-transaction-detail
|
||||||
.conpherence-transaction-content
|
.conpherence-transaction-content
|
||||||
|
@ -267,8 +235,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-transaction-detail
|
.conpherence-durable-column-transactions .conpherence-transaction-detail
|
||||||
.conpherence-transaction-content {
|
.conpherence-transaction-content {
|
||||||
background: #fff;
|
|
||||||
padding: 0 0 8px 0;
|
padding: 0 0 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -321,7 +321,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-transaction-view .conpherence-transaction-info,
|
.conpherence-transaction-view .conpherence-transaction-info,
|
||||||
.conpherence-transaction-view .anchor-link,
|
.conpherence-transaction-view .transaction-date,
|
||||||
.conpherence-transaction-view .phabricator-content-source-view {
|
.conpherence-transaction-view .phabricator-content-source-view {
|
||||||
color: {$lightgreytext};
|
color: {$lightgreytext};
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
|
|
@ -31,7 +31,6 @@ JX.install('ConpherenceThreadManager', {
|
||||||
_transactionCache: null,
|
_transactionCache: null,
|
||||||
_canEditLoadedThread: null,
|
_canEditLoadedThread: null,
|
||||||
_updating: null,
|
_updating: null,
|
||||||
_minimalDisplay: false,
|
|
||||||
_messagesRootCallback: JX.bag,
|
_messagesRootCallback: JX.bag,
|
||||||
_willLoadThreadCallback: JX.bag,
|
_willLoadThreadCallback: JX.bag,
|
||||||
_didLoadThreadCallback: JX.bag,
|
_didLoadThreadCallback: JX.bag,
|
||||||
|
@ -150,11 +149,6 @@ JX.install('ConpherenceThreadManager', {
|
||||||
return this._canEditLoadedThread;
|
return this._canEditLoadedThread;
|
||||||
},
|
},
|
||||||
|
|
||||||
setMinimalDisplay: function(bool) {
|
|
||||||
this._minimalDisplay = bool;
|
|
||||||
return this;
|
|
||||||
},
|
|
||||||
|
|
||||||
setMessagesRootCallback: function(callback) {
|
setMessagesRootCallback: function(callback) {
|
||||||
this._messagesRootCallback = callback;
|
this._messagesRootCallback = callback;
|
||||||
return this;
|
return this;
|
||||||
|
@ -196,9 +190,6 @@ JX.install('ConpherenceThreadManager', {
|
||||||
},
|
},
|
||||||
|
|
||||||
_getParams: function(base_params) {
|
_getParams: function(base_params) {
|
||||||
if (this._minimalDisplay) {
|
|
||||||
base_params.minimal_display = true;
|
|
||||||
}
|
|
||||||
if (this._latestTransactionID) {
|
if (this._latestTransactionID) {
|
||||||
base_params.latest_transaction_id = this._latestTransactionID;
|
base_params.latest_transaction_id = this._latestTransactionID;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,7 +44,13 @@ JX.behavior('conpherence-search', function() {
|
||||||
});
|
});
|
||||||
request.setData({fulltext: search_text});
|
request.setData({fulltext: search_text});
|
||||||
request.send();
|
request.send();
|
||||||
|
}
|
||||||
|
|
||||||
|
function _viewResult(e) {
|
||||||
|
e.kill();
|
||||||
|
var uri = e.getNode('tag:a');
|
||||||
|
_toggleSearch(e);
|
||||||
|
JX.$U(uri).go();
|
||||||
}
|
}
|
||||||
|
|
||||||
JX.Stratcom.listen(
|
JX.Stratcom.listen(
|
||||||
|
@ -63,6 +69,11 @@ JX.behavior('conpherence-search', function() {
|
||||||
_doSearch(e);
|
_doSearch(e);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
JX.Stratcom.listen(
|
||||||
|
'click',
|
||||||
|
'conpherence-search-result-jump',
|
||||||
|
_viewResult);
|
||||||
|
|
||||||
JX.Stratcom.listen(
|
JX.Stratcom.listen(
|
||||||
'click',
|
'click',
|
||||||
'conpherence-search-toggle',
|
'conpherence-search-toggle',
|
||||||
|
|
|
@ -114,7 +114,6 @@ JX.behavior('durable-column', function(config, statics) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var threadManager = new JX.ConpherenceThreadManager();
|
var threadManager = new JX.ConpherenceThreadManager();
|
||||||
threadManager.setMinimalDisplay(true);
|
|
||||||
threadManager.setMessagesRootCallback(function() {
|
threadManager.setMessagesRootCallback(function() {
|
||||||
return _getColumnMessagesNode();
|
return _getColumnMessagesNode();
|
||||||
});
|
});
|
||||||
|
@ -282,7 +281,7 @@ JX.behavior('durable-column', function(config, statics) {
|
||||||
function _sendMessage(e) {
|
function _sendMessage(e) {
|
||||||
e.kill();
|
e.kill();
|
||||||
var form = _getColumnFormNode();
|
var form = _getColumnFormNode();
|
||||||
threadManager.sendMessage(form, { minimal_display: true });
|
threadManager.sendMessage(form, {});
|
||||||
}
|
}
|
||||||
|
|
||||||
JX.Stratcom.listen(
|
JX.Stratcom.listen(
|
||||||
|
|
Loading…
Reference in a new issue