mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
No description
bd7981c750
Summary: Ref T10004. Fixes T9527. Currently, we render two kinds of bad policy/space transactions during object creation. First, we render a transaction showing a change from the default policy/space to the selected policy/space: > alice shifted this object from space S1 Default to space S2 Secret. This is a //good transaction// (it's showing that the default was changed, which could be important for policy stuff!) but it's confusing because it makes it sound like the object briefly existed in space S1, when it did not. Instead, render this: > alice created this object in space S2 Secret. This retains the value (show that the object was created in an unusual space) without the confusion. Second, when you create a "New Bug Report", we render a transaction like this: > alice changed the visibility of this task from "All Users" to "Community". This is distracting and not useful, becasue it's a locked default of the form. This was essentially fixed by D14810. The new behavior is to show this, //only// if the value was changed from the form value: > alice created this object with visibility "Administrators". This should reduce confusion, reduce fluff in the default cases, and do a better job of calling out important changes (basically, unusual spaces/policies). Test Plan: - Created an edit form with a default space and policies. - Used that form to create task with: - same values as form; - different values from form. When I changed the form value, I got transactions. When I left it the same, I didn't. The transactions rendered in the non-confusing "created with ..." variant. Editing the values created normal transactions with "changed policy from X to Y". Reviewers: chad Reviewed By: chad Maniphest Tasks: T9527, T10004 Differential Revision: https://secure.phabricator.com/D14811 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Phabricator is a collection of web applications which help software companies build better software.
Phabricator includes applications for:
- reviewing and auditing source code;
- hosting and browsing repositories;
- tracking bugs;
- managing projects;
- conversing with team members;
- assembling a party to venture forth;
- writing stuff down and reading it later;
- hiding stuff from coworkers; and
- also some other things.
You can learn more about the project (and find links to documentation and resources) at Phabricator.org
Phabricator is developed and maintained by Phacility.
SUPPORT RESOURCES
For resources on filing bugs, requesting features, reporting security issues, and getting other kinds of support, see Support Resources.
NO PULL REQUESTS!
We do not accept pull requests through GitHub. If you would like to contribute code, please read our Contributor's Guide.
LICENSE
Phabricator is released under the Apache 2.0 license except as otherwise noted.