mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 13:52:40 +01:00
No description
eeb7d517c2
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 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
README |
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