~ubuntu-branches/ubuntu/wily/phabricator/wily-proposed

« back to all changes in this revision

Viewing changes to phabricator/src/applications/nuance/application/PhabricatorNuanceApplication.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-08-03 23:28:35 UTC
  • mfrom: (0.39.1) (0.38.1) (0.27.3) (2.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20150803232835-qnomusa964oxnywb
Tags: 0~git20150803-1
* New snapshot release (closes: #789760)
* renamed arcanist bash-completion file (closes: #791632)
* depends on same version for libphutil (closes: #794462)
* added php5-mysqlnd alternative depends (closes: #792136)

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
      NuanceSourceDefaultViewCapability::CAPABILITY => array(
74
74
        'caption' => pht('Default view policy for newly created sources.'),
75
75
        'template' => NuanceSourcePHIDType::TYPECONST,
 
76
        'capability' => PhabricatorPolicyCapability::CAN_VIEW,
76
77
      ),
77
78
      NuanceSourceDefaultEditCapability::CAPABILITY => array(
78
79
        'caption' => pht('Default edit policy for newly created sources.'),
79
80
        'template' => NuanceSourcePHIDType::TYPECONST,
 
81
        'capability' => PhabricatorPolicyCapability::CAN_EDIT,
80
82
      ),
81
83
      NuanceSourceManageCapability::CAPABILITY => array(),
82
84
    );