eeb7d517c2658ceb2cd433b104e806a979fdd366
Summary: I am not sure if it is by purpose but Phabricator now process paths like https://secure.phabricator.com/D1681-so-freaking-cool. The reason is that there are bunch of rules with missing '$' at the end. This mistake is so common and easy to create that I've rather removed all '$' and changed the way how the key is processed. I am not absolutelly sure if the '$' was missing in some rules by purpose but if it is the case then we should rather add explicit '.*'. This change is backwards compatible with custom maps ending with '$'. It is not compatible with paths not ending with '$' by purpose. Test Plan: Visit /, /differential/, /differential/stats/revisions/, /D1681. Run before and after: ./aphrontpath.php D123 ./aphrontpath.php D123-cool ./aphrontpath.php / ./aphrontpath.php differential ./aphrontpath.php differential/ ./aphrontpath.php differential/stats/revisions/ ./aphrontpath.php /file/data/x/PHID-FILE-y/z Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1745
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted. http://www.apache.org/licenses/LICENSE-2.0
Description
Languages
PHP
93.4%
JavaScript
4.1%
CSS
2.4%