Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F978519
PhabricatorProjectWikiExplainController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
PhabricatorProjectWikiExplainController.php
View Options
<?php
final
class
PhabricatorProjectWikiExplainController
extends
PhabricatorProjectController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
$this
->
newDialog
()
->
setTitle
(
pht
(
'Wikis Have Changed'
))
->
appendParagraph
(
pht
(
'Wiki pages in Phriction have been upgraded to have more powerful '
.
'support for policies and access control. Each page can now have '
.
'its own policies.'
))
->
appendParagraph
(
pht
(
'This change obsoletes dedicated project wiki pages and '
.
'resolves a number of issues they had: you can now have '
.
'multiple wiki pages for a project, put them anywhere, give '
.
'them custom access controls, and rename them (or the project) '
.
'more easily and with fewer issues.'
))
->
appendParagraph
(
pht
(
'If you want to point users of this project to specific wiki '
.
'pages with relevant documentation or information, edit the project '
.
'description and add links. You can use the %s syntax to link to a '
.
'wiki page.'
,
phutil_tag
(
'tt'
,
array
(),
'[[ example/page/ ]]'
)))
->
addCancelButton
(
'/'
,
pht
(
'Okay'
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 11:24 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
235625
Default Alt Text
PhabricatorProjectWikiExplainController.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment