1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Fix some typos, restore outline styles.

This commit is contained in:
epriestley 2011-02-05 12:33:53 -08:00
parent de2a9c634c
commit f0934e655f
4 changed files with 19 additions and 20 deletions

View file

@ -190,7 +190,7 @@ celerity_register_resource_map(array(
),
'phabricator-core-css' =>
array(
'uri' => '/res/80cbabe4/rsrc/css/core/core.css',
'uri' => '/res/6eebb99b/rsrc/css/core/core.css',
'type' => 'css',
'requires' =>
array(
@ -398,7 +398,7 @@ celerity_register_resource_map(array(
), array (
'packages' =>
array (
'89ccb170' =>
'e8e774f6' =>
array (
'name' => 'core.pkg.css',
'symbols' =>
@ -417,7 +417,7 @@ celerity_register_resource_map(array(
11 => 'phabricator-remarkup-css',
12 => 'syntax-highlighting-css',
),
'uri' => '/res/pkg/89ccb170/core.pkg.css',
'uri' => '/res/pkg/e8e774f6/core.pkg.css',
'type' => 'css',
),
'4b8af7b5' =>
@ -454,19 +454,19 @@ celerity_register_resource_map(array(
),
'reverse' =>
array (
'phabricator-core-css' => '89ccb170',
'phabricator-core-buttons-css' => '89ccb170',
'phabricator-standard-page-view' => '89ccb170',
'aphront-dialog-view-css' => '89ccb170',
'aphront-form-view-css' => '89ccb170',
'aphront-panel-view-css' => '89ccb170',
'aphront-side-nav-view-css' => '89ccb170',
'aphront-table-view-css' => '89ccb170',
'aphront-tokenizer-control-css' => '89ccb170',
'aphront-typeahead-control-css' => '89ccb170',
'phabricator-directory-css' => '89ccb170',
'phabricator-remarkup-css' => '89ccb170',
'syntax-highlighting-css' => '89ccb170',
'phabricator-core-css' => 'e8e774f6',
'phabricator-core-buttons-css' => 'e8e774f6',
'phabricator-standard-page-view' => 'e8e774f6',
'aphront-dialog-view-css' => 'e8e774f6',
'aphront-form-view-css' => 'e8e774f6',
'aphront-panel-view-css' => 'e8e774f6',
'aphront-side-nav-view-css' => 'e8e774f6',
'aphront-table-view-css' => 'e8e774f6',
'aphront-tokenizer-control-css' => 'e8e774f6',
'aphront-typeahead-control-css' => 'e8e774f6',
'phabricator-directory-css' => 'e8e774f6',
'phabricator-remarkup-css' => 'e8e774f6',
'syntax-highlighting-css' => 'e8e774f6',
'differential-core-view-css' => '4b8af7b5',
'differential-changeset-view-css' => '4b8af7b5',
'differential-revision-detail-css' => '4b8af7b5',

View file

@ -357,14 +357,14 @@ class DifferentialRevisionEditor {
$mail = array();
$changesets = null;
$feedback = null;
$comment = null;
if ($diff) {
$changesets = $diff->loadChangesets();
// TODO: This should probably be in DifferentialFeedbackEditor?
if (!$is_new) {
$comment = $this->createComment();
}
if ($feedback) {
if ($comment) {
$mail[] = id(new DifferentialNewDiffMail(
$revision,
$this->getActorPHID(),

View file

@ -19,7 +19,7 @@
class AphrontFormTokenizerControl extends AphrontFormControl {
private $datasource;
private $disableBehvaior;
private $disableBehavior;
public function setDatasource($datasource) {
$this->datasource = $datasource;

View file

@ -13,7 +13,6 @@ pre, form, fieldset,
p, blockquote, th, td, button {
margin: 0;
padding: 0;
outline: 0;
border: 0;
}