Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15395673
D21268.id50644.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D21268.id50644.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -13,7 +13,7 @@
'core.pkg.js' => '845355f4',
'dark-console.pkg.js' => '187792c2',
'differential.pkg.css' => '42a2334f',
- 'differential.pkg.js' => 'b57da3e7',
+ 'differential.pkg.js' => '8f59bce2',
'diffusion.pkg.css' => '42c75c37',
'diffusion.pkg.js' => 'a98c0bf7',
'maniphest.pkg.css' => '35995d6d',
@@ -380,7 +380,7 @@
'rsrc/js/application/dashboard/behavior-dashboard-query-panel-select.js' => '1e413dc9',
'rsrc/js/application/dashboard/behavior-dashboard-tab-panel.js' => '0116d3e8',
'rsrc/js/application/diff/DiffChangeset.js' => '0c083409',
- 'rsrc/js/application/diff/DiffChangesetList.js' => 'ac403c32',
+ 'rsrc/js/application/diff/DiffChangesetList.js' => 'db615898',
'rsrc/js/application/diff/DiffInline.js' => 'b00168c1',
'rsrc/js/application/diff/DiffPathView.js' => '8207abf9',
'rsrc/js/application/diff/DiffTreeView.js' => '5d83623b',
@@ -775,7 +775,7 @@
'phabricator-darkmessage' => '26cd4b73',
'phabricator-dashboard-css' => '5a205b9d',
'phabricator-diff-changeset' => '0c083409',
- 'phabricator-diff-changeset-list' => 'ac403c32',
+ 'phabricator-diff-changeset-list' => 'db615898',
'phabricator-diff-inline' => 'b00168c1',
'phabricator-diff-path-view' => '8207abf9',
'phabricator-diff-tree-view' => '5d83623b',
@@ -1911,11 +1911,6 @@
'javelin-dom',
'phabricator-notification',
),
- 'ac403c32' => array(
- 'javelin-install',
- 'phuix-button-view',
- 'phabricator-diff-tree-view',
- ),
'ad258e28' => array(
'javelin-behavior',
'javelin-dom',
@@ -2124,6 +2119,11 @@
'javelin-uri',
'phabricator-notification',
),
+ 'db615898' => array(
+ 'javelin-install',
+ 'phuix-button-view',
+ 'phabricator-diff-tree-view',
+ ),
'e150bd50' => array(
'javelin-behavior',
'javelin-stratcom',
diff --git a/webroot/rsrc/js/application/diff/DiffChangesetList.js b/webroot/rsrc/js/application/diff/DiffChangesetList.js
--- a/webroot/rsrc/js/application/diff/DiffChangesetList.js
+++ b/webroot/rsrc/js/application/diff/DiffChangesetList.js
@@ -342,7 +342,7 @@
var inline = cursor.target;
if (inline.canReply()) {
this.setFocus(null);
- inline.reply(true);
+ inline.reply(is_quote);
return;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 17 2025, 8:52 AM (5 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7342474
Default Alt Text
D21268.id50644.diff (2 KB)
Attached To
Mode
D21268: Fix "r" and "R" both replying with quote on inline comments
Attached
Detach File
Event Timeline
Log In to Comment