1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 09:12:41 +01:00
phorge-phorge/webroot/rsrc/css
vrana 4f615ad2a9 Allow excluding paths from package
Summary: Resolves T2149.

Test Plan:
  $ bin/storage upgrade

# /owners/ - saw +
# /owners/package/1/ - saw +
# /owners/edit/1/ - added exclude paths, saw correct e-mail
# /rPabc123 - included paths are still highlighted and excluded not
# /owners/view/search/?path=/included/ - found
# /owners/view/search/?path=/excluded/ - not found
# owners.query - path: /included/
# owners.query - path: /excluded/
# new unit test

  PhabricatorOwnersPackage::loadAffectedPackages(
    $repository,
    array('/excluded/b.php'));

  PhabricatorOwnersPackage::loadAffectedPackages(
    $repository,
    array('/included/a.php'));

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2149

Differential Revision: https://secure.phabricator.com/D4102
2012-12-07 16:33:16 -08:00
..
aphront Simplify ".device-phone X, .device-tablet X { ... }" rules 2012-12-07 13:37:10 -08:00
application Allow excluding paths from package 2012-12-07 16:33:16 -08:00
core Add some textures/gradients to crumbs and menu 2012-12-07 13:35:49 -08:00
layout Clean up some more sprite stuff 2012-12-07 14:29:09 -08:00
sprite-apps-large.css Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
sprite-apps-xlarge.css Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
sprite-apps.css Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
sprite-gradient.css Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
sprite-icon.css Use application icons for "Eye" menu and Crumbs 2012-12-07 13:37:28 -08:00
sprite-menu.css Clean up some more sprite stuff 2012-12-07 14:29:09 -08:00