Details
Details
Created a column. Edited a column name and point limit. Hid and un-hid a column. Grepped for removed symbols.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/project/controller/PhabricatorProjectColumnEditController.php | ||
---|---|---|
96 | This fixes a bug where this workflow didn't actually enforce the requirement that columns have a name. |
src/applications/project/xaction/column/PhabricatorProjectColumnLimitTransaction.php | ||
---|---|---|
40 | For consistency, "changed the point limit". | |
src/applications/project/xaction/column/PhabricatorProjectColumnStatusTransaction.php | ||
23 | "unhid this column" | |
27 | "hid this column" | |
48 | This is just going to be "0, 1"; maybe don't even bother to show it? |
src/applications/project/xaction/column/PhabricatorProjectColumnStatusTransaction.php | ||
---|---|---|
48 | I think it'll be real strings some day. Showing it is mostly for the benefit of API callers, since the internal constants may not always be obvious. |