Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13991860
D14677.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D14677.id.diff
View Options
diff --git a/src/applications/phame/controller/post/PhamePostEditController.php b/src/applications/phame/controller/post/PhamePostEditController.php
--- a/src/applications/phame/controller/post/PhamePostEditController.php
+++ b/src/applications/phame/controller/post/PhamePostEditController.php
@@ -139,8 +139,7 @@
->setValue(rtrim($phame_title, '/'))
->setID('post-phame-title')
->setCaption(pht('Up to 64 alphanumeric characters '.
- 'with underscores for spaces. '.
- 'Formatting is enforced.'))
+ 'with underscores for spaces.'))
->setError($e_phame_title))
->appendChild(
id(new AphrontFormSelectControl())
diff --git a/src/applications/phame/controller/post/PhamePostViewController.php b/src/applications/phame/controller/post/PhamePostViewController.php
--- a/src/applications/phame/controller/post/PhamePostViewController.php
+++ b/src/applications/phame/controller/post/PhamePostViewController.php
@@ -21,6 +21,9 @@
$blog = $post->getBlog();
$crumbs = $this->buildApplicationCrumbs();
+ $crumbs->addTextCrumb(
+ pht('Blogs'),
+ $this->getApplicationURI('blog/'));
if ($blog) {
$crumbs->addTextCrumb(
$blog->getName(),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 1:05 PM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6714435
Default Alt Text
D14677.id.diff (1 KB)
Attached To
Mode
D14677: Minor Phame polish
Attached
Detach File
Event Timeline
Log In to Comment