Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3214740
D25898.1741585873.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25898.1741585873.diff
View Options
diff --git a/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php b/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php
--- a/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php
+++ b/src/applications/diffusion/editor/DiffusionRepositoryEditEngine.php
@@ -287,6 +287,9 @@
id(new PhabricatorTextEditField())
->setKey('callsign')
->setLabel(pht('Callsign'))
+ ->setControlInstructions(
+ pht('Callsign is the monogram rXXXX for this repository. '.
+ 'It cannot contain spaces.'))
->setTransactionType(
PhabricatorRepositoryCallsignTransaction::TRANSACTIONTYPE)
->setDescription(pht('The repository callsign.'))
@@ -296,6 +299,9 @@
id(new PhabricatorTextEditField())
->setKey('shortName')
->setLabel(pht('Short Name'))
+ ->setControlInstructions(
+ pht('Short Name is part of the URI paths for this repository. '.
+ 'It cannot contain spaces.'))
->setTransactionType(
PhabricatorRepositorySlugTransaction::TRANSACTIONTYPE)
->setDescription(pht('Short, unique repository name.'))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 05:51 (2 d, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1249792
Default Alt Text
D25898.1741585873.diff (1 KB)
Attached To
Mode
D25898: Add instructions to Create Repository form fields for Callsign and Short Name
Attached
Detach File
Event Timeline
Log In to Comment