User Details
User Details
- User Since
- Jun 1 2015, 8:34 PM (494 w, 2 d)
- Availability
- Available
Apr 7 2016
Apr 7 2016
dgfitch added a comment to T4240: Installing phpexcel and adding the pasth does not seem to be working.
@kravitz: You are changing the cli php.ini but NOT the apache2 one.
Dec 1 2015
Dec 1 2015
dgfitch awarded T9878: Remarkup rendering inside quoted sections does not distinguish paragraphs a Like token.
dgfitch added a comment to T9878: Remarkup rendering inside quoted sections does not distinguish paragraphs.
Further example:
Oct 19 2015
Oct 19 2015
dgfitch updated Q183: Possible to query for tasks I am subscribed to but NOT the assignee? from to Possible to query for tasks I am subscribed to but NOT the assignee?.
Jun 17 2015
Jun 17 2015
dgfitch added a comment to T8585: PhabricatorBot failing with Attempt to write to undeclared property .
Looks real similar to T8541, more undeclared property madness.
Jun 16 2015
Jun 16 2015
dgfitch added a comment to T8541: Domain Exception on trying to write to undefined property mailer.
Adding protected $mailer; to src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php fixes it.
dgfitch reopened T8541: Domain Exception on trying to write to undefined property mailer as "Open".
For some reason my stack trace is slightly shorter, but I updated Friday and it stopped working.
Jun 12 2015
Jun 12 2015
dgfitch added a comment to T8126: Issue with using the filter "Blocked: Show Tasks Not Blocked By Other Tasks" in Queries.
$parts[] = qsprintf( $conn, 'blocked.dst IS NULL OR blockedtask.status NOT IN (%Ls)', ManiphestTaskStatus::getOpenStatusConstants());
Jun 11 2015
Jun 11 2015
dgfitch added a comment to T8126: Issue with using the filter "Blocked: Show Tasks Not Blocked By Other Tasks" in Queries.
We have also replicated this in our install.
Jun 1 2015
Jun 1 2015
dgfitch added a comment to T3179: Importing data from external systems (like GitHub, JIRA, Trac, Asana, Trello, etc.).
Fogbugz to Phabricator import script: P1795