mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
No description
176ee9a889
Summary: Remarkup rule callbacks now get SafeHTML matches instead of string matches. If they call: $some_lisk_dao->load($matches[1]); ..as is the case with the `{F123}` rule, we reject the SafeHTML as an invalid ID and return null. Allow load() to string convert any object (which will either succeed or fatal in an obviously-broken way). (Long ago we threw instead of returning null here, but it meant we had to do a lot of redundant checks.) Test Plan: `{F123}` shows an image again. `{C1}` embeds a countdown. Reviewers: vrana, chad Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D4961 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
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.