There are at 5.6.15 now.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 12 2015
Works for some months, without complaint.
ffmpeg is perfect for that, the superseding by avconf were a FUD.
- Rebased against D40
- Added documentation for Mailgun
PHABRICATOR_NO_INSTALL documented in README
- Whitespace issues
- One question previously left half unanswered
- Rewritten -e notes, list of the environment variables
- Arcanist container is now ready
- Instructions about how to configure Aphlict in Phabricator config
- Questions in bold in Troubleshoot question
- Acknowledgement and Team sections
Nov 11 2015
There is an issue: Docker passes the environment to the starting process, but also to linked containers (they need MYSQL_ENV_MYSQL_ROOT_PASSWORD to setup their MySQL database).
Add links to containers and informations about '-e' option
Draft commit not intended to merge as is in master branch, pre-commit review in D44.
This commit is a draft in progress, not merged in master.
This commit is a draft in progress, not merged in master.
This should be documented in user documentation as well.
$PHABRICATOR_NO_INSTALL should be documented in README.md.
Trigger issue: this commit were committed to a topic branch, to save it.
Trigger issue: this commit were committed to a topic branch, to save it.
Squashed commits.
diff --git a/src/applications/home/controller/PhabricatorHomeMainController.php b/src/applications/home/controller/PhabricatorHomeMainController.php index 330aecf..05b44cc 100644 --- a/src/applications/home/controller/PhabricatorHomeMainController.php +++ b/src/applications/home/controller/PhabricatorHomeMainController.php @@ -54,7 +54,7 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController { return $this->buildApplicationPage( $content, array( - 'title' => 'Phabricator', + 'title' => getenv('PHABRICATOR_TITLE'), )); }
We'll review after a footer is there, so currently, that's fine.
Whitespaces and key issues
Nov 10 2015
It seems to be a delta of 10 px (For the Bitbucket icon, -70px → -60px works).
Local editors rules should be added to a global list, set for the host with the Git core.excludesfile setting.