mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Allow workboard background colors to be configured
Summary: Adds a UI for selecting background colors. You can choose "Use Parent", which is the default, and allows you to set a color that all descendants inherit. You can also choose "None", if a parent has a WHACKY BACKGROUND that you refuse to put up with. Test Plan: {F1114588} {F1114589} Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D15279
This commit is contained in:
parent
5a44c85b6b
commit
483d90fac1
11 changed files with 383 additions and 8 deletions
|
@ -155,7 +155,7 @@ return array(
|
||||||
'rsrc/css/phui/phui-tag-view.css' => '9d5d4400',
|
'rsrc/css/phui/phui-tag-view.css' => '9d5d4400',
|
||||||
'rsrc/css/phui/phui-timeline-view.css' => '2efceff8',
|
'rsrc/css/phui/phui-timeline-view.css' => '2efceff8',
|
||||||
'rsrc/css/phui/phui-two-column-view.css' => 'c75bfc5b',
|
'rsrc/css/phui/phui-two-column-view.css' => 'c75bfc5b',
|
||||||
'rsrc/css/phui/workboards/phui-workboard-color.css' => '543432b9',
|
'rsrc/css/phui/workboards/phui-workboard-color.css' => '2f068cc8',
|
||||||
'rsrc/css/phui/workboards/phui-workboard.css' => 'e6d89647',
|
'rsrc/css/phui/workboards/phui-workboard.css' => 'e6d89647',
|
||||||
'rsrc/css/phui/workboards/phui-workcard.css' => '3646fb96',
|
'rsrc/css/phui/workboards/phui-workcard.css' => '3646fb96',
|
||||||
'rsrc/css/phui/workboards/phui-workpanel.css' => '92197373',
|
'rsrc/css/phui/workboards/phui-workpanel.css' => '92197373',
|
||||||
|
@ -842,7 +842,7 @@ return array(
|
||||||
'phui-theme-css' => 'ab7b848c',
|
'phui-theme-css' => 'ab7b848c',
|
||||||
'phui-timeline-view-css' => '2efceff8',
|
'phui-timeline-view-css' => '2efceff8',
|
||||||
'phui-two-column-view-css' => 'c75bfc5b',
|
'phui-two-column-view-css' => 'c75bfc5b',
|
||||||
'phui-workboard-color-css' => '543432b9',
|
'phui-workboard-color-css' => '2f068cc8',
|
||||||
'phui-workboard-view-css' => 'e6d89647',
|
'phui-workboard-view-css' => 'e6d89647',
|
||||||
'phui-workcard-view-css' => '3646fb96',
|
'phui-workcard-view-css' => '3646fb96',
|
||||||
'phui-workpanel-view-css' => '92197373',
|
'phui-workpanel-view-css' => '92197373',
|
||||||
|
|
|
@ -2869,6 +2869,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorProjectAddHeraldAction' => 'applications/project/herald/PhabricatorProjectAddHeraldAction.php',
|
'PhabricatorProjectAddHeraldAction' => 'applications/project/herald/PhabricatorProjectAddHeraldAction.php',
|
||||||
'PhabricatorProjectApplication' => 'applications/project/application/PhabricatorProjectApplication.php',
|
'PhabricatorProjectApplication' => 'applications/project/application/PhabricatorProjectApplication.php',
|
||||||
'PhabricatorProjectArchiveController' => 'applications/project/controller/PhabricatorProjectArchiveController.php',
|
'PhabricatorProjectArchiveController' => 'applications/project/controller/PhabricatorProjectArchiveController.php',
|
||||||
|
'PhabricatorProjectBoardBackgroundController' => 'applications/project/controller/PhabricatorProjectBoardBackgroundController.php',
|
||||||
'PhabricatorProjectBoardController' => 'applications/project/controller/PhabricatorProjectBoardController.php',
|
'PhabricatorProjectBoardController' => 'applications/project/controller/PhabricatorProjectBoardController.php',
|
||||||
'PhabricatorProjectBoardDisableController' => 'applications/project/controller/PhabricatorProjectBoardDisableController.php',
|
'PhabricatorProjectBoardDisableController' => 'applications/project/controller/PhabricatorProjectBoardDisableController.php',
|
||||||
'PhabricatorProjectBoardImportController' => 'applications/project/controller/PhabricatorProjectBoardImportController.php',
|
'PhabricatorProjectBoardImportController' => 'applications/project/controller/PhabricatorProjectBoardImportController.php',
|
||||||
|
@ -2970,6 +2971,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorProjectViewController' => 'applications/project/controller/PhabricatorProjectViewController.php',
|
'PhabricatorProjectViewController' => 'applications/project/controller/PhabricatorProjectViewController.php',
|
||||||
'PhabricatorProjectWatchController' => 'applications/project/controller/PhabricatorProjectWatchController.php',
|
'PhabricatorProjectWatchController' => 'applications/project/controller/PhabricatorProjectWatchController.php',
|
||||||
'PhabricatorProjectWatcherListView' => 'applications/project/view/PhabricatorProjectWatcherListView.php',
|
'PhabricatorProjectWatcherListView' => 'applications/project/view/PhabricatorProjectWatcherListView.php',
|
||||||
|
'PhabricatorProjectWorkboardBackgroundColor' => 'applications/project/constants/PhabricatorProjectWorkboardBackgroundColor.php',
|
||||||
'PhabricatorProjectWorkboardProfilePanel' => 'applications/project/profilepanel/PhabricatorProjectWorkboardProfilePanel.php',
|
'PhabricatorProjectWorkboardProfilePanel' => 'applications/project/profilepanel/PhabricatorProjectWorkboardProfilePanel.php',
|
||||||
'PhabricatorProjectsEditEngineExtension' => 'applications/project/engineextension/PhabricatorProjectsEditEngineExtension.php',
|
'PhabricatorProjectsEditEngineExtension' => 'applications/project/engineextension/PhabricatorProjectsEditEngineExtension.php',
|
||||||
'PhabricatorProjectsEditField' => 'applications/transactions/editfield/PhabricatorProjectsEditField.php',
|
'PhabricatorProjectsEditField' => 'applications/transactions/editfield/PhabricatorProjectsEditField.php',
|
||||||
|
@ -7298,6 +7300,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorProjectAddHeraldAction' => 'PhabricatorProjectHeraldAction',
|
'PhabricatorProjectAddHeraldAction' => 'PhabricatorProjectHeraldAction',
|
||||||
'PhabricatorProjectApplication' => 'PhabricatorApplication',
|
'PhabricatorProjectApplication' => 'PhabricatorApplication',
|
||||||
'PhabricatorProjectArchiveController' => 'PhabricatorProjectController',
|
'PhabricatorProjectArchiveController' => 'PhabricatorProjectController',
|
||||||
|
'PhabricatorProjectBoardBackgroundController' => 'PhabricatorProjectBoardController',
|
||||||
'PhabricatorProjectBoardController' => 'PhabricatorProjectController',
|
'PhabricatorProjectBoardController' => 'PhabricatorProjectController',
|
||||||
'PhabricatorProjectBoardDisableController' => 'PhabricatorProjectBoardController',
|
'PhabricatorProjectBoardDisableController' => 'PhabricatorProjectBoardController',
|
||||||
'PhabricatorProjectBoardImportController' => 'PhabricatorProjectBoardController',
|
'PhabricatorProjectBoardImportController' => 'PhabricatorProjectBoardController',
|
||||||
|
@ -7413,6 +7416,7 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorProjectViewController' => 'PhabricatorProjectController',
|
'PhabricatorProjectViewController' => 'PhabricatorProjectController',
|
||||||
'PhabricatorProjectWatchController' => 'PhabricatorProjectController',
|
'PhabricatorProjectWatchController' => 'PhabricatorProjectController',
|
||||||
'PhabricatorProjectWatcherListView' => 'PhabricatorProjectUserListView',
|
'PhabricatorProjectWatcherListView' => 'PhabricatorProjectUserListView',
|
||||||
|
'PhabricatorProjectWorkboardBackgroundColor' => 'Phobject',
|
||||||
'PhabricatorProjectWorkboardProfilePanel' => 'PhabricatorProfilePanel',
|
'PhabricatorProjectWorkboardProfilePanel' => 'PhabricatorProfilePanel',
|
||||||
'PhabricatorProjectsEditEngineExtension' => 'PhabricatorEditEngineExtension',
|
'PhabricatorProjectsEditEngineExtension' => 'PhabricatorEditEngineExtension',
|
||||||
'PhabricatorProjectsEditField' => 'PhabricatorTokenizerEditField',
|
'PhabricatorProjectsEditField' => 'PhabricatorTokenizerEditField',
|
||||||
|
|
|
@ -86,6 +86,8 @@ final class PhabricatorProjectApplication extends PhabricatorApplication {
|
||||||
=> 'PhabricatorProjectBoardDisableController',
|
=> 'PhabricatorProjectBoardDisableController',
|
||||||
'manage/'
|
'manage/'
|
||||||
=> 'PhabricatorProjectBoardManageController',
|
=> 'PhabricatorProjectBoardManageController',
|
||||||
|
'background/'
|
||||||
|
=> 'PhabricatorProjectBoardBackgroundController',
|
||||||
),
|
),
|
||||||
'update/(?P<id>[1-9]\d*)/(?P<action>[^/]+)/'
|
'update/(?P<id>[1-9]\d*)/(?P<action>[^/]+)/'
|
||||||
=> 'PhabricatorProjectUpdateController',
|
=> 'PhabricatorProjectUpdateController',
|
||||||
|
|
|
@ -0,0 +1,124 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
final class PhabricatorProjectWorkboardBackgroundColor extends Phobject {
|
||||||
|
|
||||||
|
public static function getOptions() {
|
||||||
|
$options = array(
|
||||||
|
array(
|
||||||
|
'key' => '',
|
||||||
|
'name' => pht('Use Parent Background (Default)'),
|
||||||
|
'special' => 'parent',
|
||||||
|
'icon' => 'fa-chevron-circle-up',
|
||||||
|
'group' => 'basic',
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'none',
|
||||||
|
'name' => pht('No Background'),
|
||||||
|
'special' => 'none',
|
||||||
|
'icon' => 'fa-ban',
|
||||||
|
'group' => 'basic',
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'red',
|
||||||
|
'name' => pht('Red'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'orange',
|
||||||
|
'name' => pht('Orange'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'yellow',
|
||||||
|
'name' => pht('Yellow'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'green',
|
||||||
|
'name' => pht('Green'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'blue',
|
||||||
|
'name' => pht('Blue'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'indigo',
|
||||||
|
'name' => pht('Indigo'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'violet',
|
||||||
|
'name' => pht('Violet'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'sky',
|
||||||
|
'name' => pht('Sky'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'pink',
|
||||||
|
'name' => pht('Pink'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'fire',
|
||||||
|
'name' => pht('Fire'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'grey',
|
||||||
|
'name' => pht('Grey'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-red',
|
||||||
|
'name' => pht('Ripe Peach'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-orange',
|
||||||
|
'name' => pht('Ripe Orange'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-yellow',
|
||||||
|
'name' => pht('Ripe Mango'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-green',
|
||||||
|
'name' => pht('Shallows'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-blue',
|
||||||
|
'name' => pht('Reef'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-bluegrey',
|
||||||
|
'name' => pht('Depths'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-indigo',
|
||||||
|
'name' => pht('This One Is Purple'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-violet',
|
||||||
|
'name' => pht('Unripe Plum'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-sky',
|
||||||
|
'name' => pht('Blue Sky'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-pink',
|
||||||
|
'name' => pht('Intensity'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'key' => 'gradient-grey',
|
||||||
|
'name' => pht('Into The Expanse'),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
foreach ($options as $key => $option) {
|
||||||
|
if (empty($option['group'])) {
|
||||||
|
if (preg_match('/^gradient/', $option['key'])) {
|
||||||
|
$option['group'] = 'gradient';
|
||||||
|
} else {
|
||||||
|
$option['group'] = 'solid';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$options[$key] = $option;
|
||||||
|
}
|
||||||
|
|
||||||
|
return ipull($options, null, 'key');
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,168 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
final class PhabricatorProjectBoardBackgroundController
|
||||||
|
extends PhabricatorProjectBoardController {
|
||||||
|
|
||||||
|
public function handleRequest(AphrontRequest $request) {
|
||||||
|
$viewer = $request->getUser();
|
||||||
|
$board_id = $request->getURIData('projectID');
|
||||||
|
|
||||||
|
$board = id(new PhabricatorProjectQuery())
|
||||||
|
->setViewer($viewer)
|
||||||
|
->withIDs(array($board_id))
|
||||||
|
->needImages(true)
|
||||||
|
->requireCapabilities(
|
||||||
|
array(
|
||||||
|
PhabricatorPolicyCapability::CAN_VIEW,
|
||||||
|
PhabricatorPolicyCapability::CAN_EDIT,
|
||||||
|
))
|
||||||
|
->executeOne();
|
||||||
|
if (!$board) {
|
||||||
|
return new Aphront404Response();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!$board->getHasWorkboard()) {
|
||||||
|
return new Aphront404Response();
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->setProject($board);
|
||||||
|
$id = $board->getID();
|
||||||
|
|
||||||
|
$manage_uri = $this->getApplicationURI("board/{$id}/manage/");
|
||||||
|
|
||||||
|
if ($request->isFormPost()) {
|
||||||
|
$background_key = $request->getStr('backgroundKey');
|
||||||
|
|
||||||
|
$xactions = array();
|
||||||
|
|
||||||
|
$xactions[] = id(new PhabricatorProjectTransaction())
|
||||||
|
->setTransactionType(PhabricatorProjectTransaction::TYPE_BACKGROUND)
|
||||||
|
->setNewValue($background_key);
|
||||||
|
|
||||||
|
id(new PhabricatorProjectTransactionEditor())
|
||||||
|
->setActor($viewer)
|
||||||
|
->setContentSourceFromRequest($request)
|
||||||
|
->setContinueOnNoEffect(true)
|
||||||
|
->setContinueOnMissingFields(true)
|
||||||
|
->applyTransactions($board, $xactions);
|
||||||
|
|
||||||
|
return id(new AphrontRedirectResponse())
|
||||||
|
->setURI($manage_uri);
|
||||||
|
}
|
||||||
|
|
||||||
|
$nav = $this->getProfileMenu();
|
||||||
|
|
||||||
|
$crumbs = id($this->buildApplicationCrumbs())
|
||||||
|
->addTextCrumb(pht('Workboard'), "/project/board/{$board_id}/")
|
||||||
|
->addTextCrumb(pht('Manage'), $manage_uri)
|
||||||
|
->addTextCrumb(pht('Background Color'));
|
||||||
|
|
||||||
|
$form = id(new AphrontFormView())
|
||||||
|
->setUser($viewer);
|
||||||
|
|
||||||
|
$group_info = array(
|
||||||
|
'basic' => array(
|
||||||
|
'label' => pht('Basics'),
|
||||||
|
),
|
||||||
|
'solid' => array(
|
||||||
|
'label' => pht('Solid Colors'),
|
||||||
|
),
|
||||||
|
'gradient' => array(
|
||||||
|
'label' => pht('Gradients'),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
$groups = array();
|
||||||
|
$options = PhabricatorProjectWorkboardBackgroundColor::getOptions();
|
||||||
|
$option_groups = igroup($options, 'group');
|
||||||
|
|
||||||
|
require_celerity_resource('people-profile-css');
|
||||||
|
require_celerity_resource('phui-workboard-color-css');
|
||||||
|
Javelin::initBehavior('phabricator-tooltips', array());
|
||||||
|
|
||||||
|
foreach ($group_info as $group_key => $spec) {
|
||||||
|
$buttons = array();
|
||||||
|
|
||||||
|
$available_options = idx($option_groups, $group_key, array());
|
||||||
|
foreach ($available_options as $option) {
|
||||||
|
$buttons[] = $this->renderOptionButton($option);
|
||||||
|
}
|
||||||
|
|
||||||
|
$form->appendControl(
|
||||||
|
id(new AphrontFormMarkupControl())
|
||||||
|
->setLabel($spec['label'])
|
||||||
|
->setValue($buttons));
|
||||||
|
}
|
||||||
|
|
||||||
|
// NOTE: Each button is its own form, so we can't wrap them in a normal
|
||||||
|
// form.
|
||||||
|
$layout_view = $form->buildLayoutView();
|
||||||
|
|
||||||
|
$form_box = id(new PHUIObjectBoxView())
|
||||||
|
->setHeaderText(pht('Edit Background Color'))
|
||||||
|
->appendChild($layout_view);
|
||||||
|
|
||||||
|
return $this->newPage()
|
||||||
|
->setTitle(
|
||||||
|
array(
|
||||||
|
pht('Edit Background Color'),
|
||||||
|
$board->getDisplayName(),
|
||||||
|
))
|
||||||
|
->setCrumbs($crumbs)
|
||||||
|
->setNavigation($nav)
|
||||||
|
->appendChild($form_box);
|
||||||
|
}
|
||||||
|
|
||||||
|
private function renderOptionButton(array $option) {
|
||||||
|
$viewer = $this->getViewer();
|
||||||
|
|
||||||
|
$icon = idx($option, 'icon');
|
||||||
|
if ($icon) {
|
||||||
|
$preview_class = null;
|
||||||
|
$preview_content = id(new PHUIIconView())
|
||||||
|
->setIcon($icon, 'lightbluetext');
|
||||||
|
} else {
|
||||||
|
$preview_class = 'phui-workboard-'.$option['key'];
|
||||||
|
$preview_content = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
$preview = phutil_tag(
|
||||||
|
'div',
|
||||||
|
array(
|
||||||
|
'class' => 'phui-workboard-color-preview '.$preview_class,
|
||||||
|
),
|
||||||
|
$preview_content);
|
||||||
|
|
||||||
|
$button = javelin_tag(
|
||||||
|
'button',
|
||||||
|
array(
|
||||||
|
'class' => 'grey profile-image-button',
|
||||||
|
'sigil' => 'has-tooltip',
|
||||||
|
'meta' => array(
|
||||||
|
'tip' => $option['name'],
|
||||||
|
'size' => 300,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
$preview);
|
||||||
|
|
||||||
|
$input = phutil_tag(
|
||||||
|
'input',
|
||||||
|
array(
|
||||||
|
'type' => 'hidden',
|
||||||
|
'name' => 'backgroundKey',
|
||||||
|
'value' => $option['key'],
|
||||||
|
));
|
||||||
|
|
||||||
|
return phabricator_form(
|
||||||
|
$viewer,
|
||||||
|
array(
|
||||||
|
'class' => 'profile-image-form',
|
||||||
|
'method' => 'POST',
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
$button,
|
||||||
|
$input,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -96,6 +96,16 @@ final class PhabricatorProjectBoardManageController
|
||||||
->setDisabled(!$can_edit)
|
->setDisabled(!$can_edit)
|
||||||
->setWorkflow(true));
|
->setWorkflow(true));
|
||||||
|
|
||||||
|
$background_uri = $this->getApplicationURI("board/{$id}/background/");
|
||||||
|
|
||||||
|
$actions->addAction(
|
||||||
|
id(new PhabricatorActionView())
|
||||||
|
->setIcon('fa-paint-brush')
|
||||||
|
->setName(pht('Change Background Color'))
|
||||||
|
->setHref($background_uri)
|
||||||
|
->setDisabled(!$can_edit)
|
||||||
|
->setWorkflow(!$can_edit));
|
||||||
|
|
||||||
$disable_uri = $this->getApplicationURI("board/{$id}/disable/");
|
$disable_uri = $this->getApplicationURI("board/{$id}/disable/");
|
||||||
|
|
||||||
$actions->addAction(
|
$actions->addAction(
|
||||||
|
@ -117,6 +127,15 @@ final class PhabricatorProjectBoardManageController
|
||||||
->setUser($viewer)
|
->setUser($viewer)
|
||||||
->setObject($board);
|
->setObject($board);
|
||||||
|
|
||||||
|
$background = $board->getDisplayWorkboardBackgroundColor();
|
||||||
|
if ($background !== null) {
|
||||||
|
$map = PhabricatorProjectWorkboardBackgroundColor::getOptions();
|
||||||
|
$map = ipull($map, 'name');
|
||||||
|
|
||||||
|
$name = idx($map, $background, $background);
|
||||||
|
$properties->addProperty(pht('Background Color'), $name);
|
||||||
|
}
|
||||||
|
|
||||||
return $properties;
|
return $properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -431,12 +431,7 @@ final class PhabricatorProjectBoardViewController
|
||||||
$crumbs->addAction($manage_menu);
|
$crumbs->addAction($manage_menu);
|
||||||
$crumbs->addAction($fullscreen);
|
$crumbs->addAction($fullscreen);
|
||||||
|
|
||||||
// TODO: Wire to Workboard Preferences
|
$page = $this->newPage()
|
||||||
// require_celerity_resource('phui-workboard-color-css');
|
|
||||||
// ->addClass('phui-workboard-color')
|
|
||||||
// ->addClass('phui-workboard-bluegrey')
|
|
||||||
|
|
||||||
return $this->newPage()
|
|
||||||
->setTitle(
|
->setTitle(
|
||||||
array(
|
array(
|
||||||
$project->getDisplayName(),
|
$project->getDisplayName(),
|
||||||
|
@ -454,6 +449,17 @@ final class PhabricatorProjectBoardViewController
|
||||||
array(
|
array(
|
||||||
$board_box,
|
$board_box,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
$background = $project->getDisplayWorkboardBackgroundColor();
|
||||||
|
if ($background !== null) {
|
||||||
|
require_celerity_resource('phui-workboard-color-css');
|
||||||
|
$background_color_class = "phui-workboard-{$background}";
|
||||||
|
|
||||||
|
$page->addClass('phui-workboard-color');
|
||||||
|
$nav->addClass($background_color_class);
|
||||||
|
}
|
||||||
|
|
||||||
|
return $page;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function readRequestState() {
|
private function readRequestState() {
|
||||||
|
|
|
@ -42,6 +42,7 @@ final class PhabricatorProjectTransactionEditor
|
||||||
$types[] = PhabricatorProjectTransaction::TYPE_HASWORKBOARD;
|
$types[] = PhabricatorProjectTransaction::TYPE_HASWORKBOARD;
|
||||||
$types[] = PhabricatorProjectTransaction::TYPE_DEFAULT_SORT;
|
$types[] = PhabricatorProjectTransaction::TYPE_DEFAULT_SORT;
|
||||||
$types[] = PhabricatorProjectTransaction::TYPE_DEFAULT_FILTER;
|
$types[] = PhabricatorProjectTransaction::TYPE_DEFAULT_FILTER;
|
||||||
|
$types[] = PhabricatorProjectTransaction::TYPE_BACKGROUND;
|
||||||
|
|
||||||
return $types;
|
return $types;
|
||||||
}
|
}
|
||||||
|
@ -77,6 +78,8 @@ final class PhabricatorProjectTransactionEditor
|
||||||
return $object->getDefaultWorkboardSort();
|
return $object->getDefaultWorkboardSort();
|
||||||
case PhabricatorProjectTransaction::TYPE_DEFAULT_FILTER:
|
case PhabricatorProjectTransaction::TYPE_DEFAULT_FILTER:
|
||||||
return $object->getDefaultWorkboardFilter();
|
return $object->getDefaultWorkboardFilter();
|
||||||
|
case PhabricatorProjectTransaction::TYPE_BACKGROUND:
|
||||||
|
return $object->getWorkboardBackgroundColor();
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::getCustomTransactionOldValue($object, $xaction);
|
return parent::getCustomTransactionOldValue($object, $xaction);
|
||||||
|
@ -100,6 +103,12 @@ final class PhabricatorProjectTransactionEditor
|
||||||
return $xaction->getNewValue();
|
return $xaction->getNewValue();
|
||||||
case PhabricatorProjectTransaction::TYPE_HASWORKBOARD:
|
case PhabricatorProjectTransaction::TYPE_HASWORKBOARD:
|
||||||
return (int)$xaction->getNewValue();
|
return (int)$xaction->getNewValue();
|
||||||
|
case PhabricatorProjectTransaction::TYPE_BACKGROUND:
|
||||||
|
$value = $xaction->getNewValue();
|
||||||
|
if (!strlen($value)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return $value;
|
||||||
case PhabricatorProjectTransaction::TYPE_SLUGS:
|
case PhabricatorProjectTransaction::TYPE_SLUGS:
|
||||||
return $this->normalizeSlugs($xaction->getNewValue());
|
return $this->normalizeSlugs($xaction->getNewValue());
|
||||||
}
|
}
|
||||||
|
@ -153,6 +162,9 @@ final class PhabricatorProjectTransactionEditor
|
||||||
case PhabricatorProjectTransaction::TYPE_DEFAULT_FILTER:
|
case PhabricatorProjectTransaction::TYPE_DEFAULT_FILTER:
|
||||||
$object->setDefaultWorkboardFilter($xaction->getNewValue());
|
$object->setDefaultWorkboardFilter($xaction->getNewValue());
|
||||||
return;
|
return;
|
||||||
|
case PhabricatorProjectTransaction::TYPE_BACKGROUND:
|
||||||
|
$object->setWorkboardBackgroundColor($xaction->getNewValue());
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::applyCustomInternalTransaction($object, $xaction);
|
return parent::applyCustomInternalTransaction($object, $xaction);
|
||||||
|
@ -198,6 +210,7 @@ final class PhabricatorProjectTransactionEditor
|
||||||
case PhabricatorProjectTransaction::TYPE_HASWORKBOARD:
|
case PhabricatorProjectTransaction::TYPE_HASWORKBOARD:
|
||||||
case PhabricatorProjectTransaction::TYPE_DEFAULT_SORT:
|
case PhabricatorProjectTransaction::TYPE_DEFAULT_SORT:
|
||||||
case PhabricatorProjectTransaction::TYPE_DEFAULT_FILTER:
|
case PhabricatorProjectTransaction::TYPE_DEFAULT_FILTER:
|
||||||
|
case PhabricatorProjectTransaction::TYPE_BACKGROUND:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -579,6 +579,31 @@ final class PhabricatorProject extends PhabricatorProjectDAO
|
||||||
return $this->setProperty('workboard.filter.default', $filter);
|
return $this->setProperty('workboard.filter.default', $filter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getWorkboardBackgroundColor() {
|
||||||
|
return $this->getProperty('workboard.background');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function setWorkboardBackgroundColor($color) {
|
||||||
|
return $this->setProperty('workboard.background', $color);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getDisplayWorkboardBackgroundColor() {
|
||||||
|
$color = $this->getWorkboardBackgroundColor();
|
||||||
|
|
||||||
|
if ($color === null) {
|
||||||
|
$parent = $this->getParentProject();
|
||||||
|
if ($parent) {
|
||||||
|
return $parent->getDisplayWorkboardBackgroundColor();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($color === 'none') {
|
||||||
|
$color = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return $color;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* -( PhabricatorCustomFieldInterface )------------------------------------ */
|
/* -( PhabricatorCustomFieldInterface )------------------------------------ */
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ final class PhabricatorProjectTransaction
|
||||||
const TYPE_HASWORKBOARD = 'project:hasworkboard';
|
const TYPE_HASWORKBOARD = 'project:hasworkboard';
|
||||||
const TYPE_DEFAULT_SORT = 'project:sort';
|
const TYPE_DEFAULT_SORT = 'project:sort';
|
||||||
const TYPE_DEFAULT_FILTER = 'project:filter';
|
const TYPE_DEFAULT_FILTER = 'project:filter';
|
||||||
|
const TYPE_BACKGROUND = 'project:background';
|
||||||
|
|
||||||
// NOTE: This is deprecated, members are just a normal edge now.
|
// NOTE: This is deprecated, members are just a normal edge now.
|
||||||
const TYPE_MEMBERS = 'project:members';
|
const TYPE_MEMBERS = 'project:members';
|
||||||
|
@ -73,6 +74,7 @@ final class PhabricatorProjectTransaction
|
||||||
case self::TYPE_HASWORKBOARD:
|
case self::TYPE_HASWORKBOARD:
|
||||||
case self::TYPE_DEFAULT_SORT:
|
case self::TYPE_DEFAULT_SORT:
|
||||||
case self::TYPE_DEFAULT_FILTER:
|
case self::TYPE_DEFAULT_FILTER:
|
||||||
|
case self::TYPE_BACKGROUND:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,6 +86,7 @@ final class PhabricatorProjectTransaction
|
||||||
case self::TYPE_HASWORKBOARD:
|
case self::TYPE_HASWORKBOARD:
|
||||||
case self::TYPE_DEFAULT_SORT:
|
case self::TYPE_DEFAULT_SORT:
|
||||||
case self::TYPE_DEFAULT_FILTER:
|
case self::TYPE_DEFAULT_FILTER:
|
||||||
|
case self::TYPE_BACKGROUND:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -291,6 +294,11 @@ final class PhabricatorProjectTransaction
|
||||||
return pht(
|
return pht(
|
||||||
'%s changed the default filter for the project workboard.',
|
'%s changed the default filter for the project workboard.',
|
||||||
$author_handle);
|
$author_handle);
|
||||||
|
|
||||||
|
case self::TYPE_BACKGROUND:
|
||||||
|
return pht(
|
||||||
|
'%s changed the background color of the project workboard.',
|
||||||
|
$author_handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::getTitle();
|
return parent::getTitle();
|
||||||
|
|
|
@ -30,6 +30,12 @@
|
||||||
background-color: rgba(255,255,255,.6);
|
background-color: rgba(255,255,255,.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.phui-workboard-color-preview {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
font-size: 34px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Gradients */
|
/* Gradients */
|
||||||
|
|
||||||
.phui-workboard-gradient-red {
|
.phui-workboard-gradient-red {
|
||||||
|
|
Loading…
Reference in a new issue