mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
No description
83ab275b0f
Summary: The issue was noticed in Firefox when user with login "watch" was registered in the database. And it was caused by Object in Firefox having "watch" method. Solved by checking for whether lookup object does have own property before using it as a map key. Test Plan: To test the issue simply create a user with login "watch", open the phabricator site in Firefox and try to assign any maniphest task to this user. You'll see exception being printed to the javascript console (in my case it's printed to firebug console). Reviewers: #blessed_reviewers, epriestley Reviewed By: epriestley CC: epriestley, aran Differential Revision: https://secure.phabricator.com/D8037 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. 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.