Page MenuHomePhabricator
Feed Advanced Search

Mar 13 2017

epriestley closed T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task as Invalid.

Feel free to file a new report if you are able to come up with clear, working reproduction steps that reproduce this issue on a clean install.

Mar 13 2017, 5:40 PM · Bug Report, EditEngine

Mar 11 2017

chad renamed T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task from Locked task on create new one. to Locked task on create new one.
Mar 11 2017, 8:20 PM · Bug Report, EditEngine

Mar 9 2017

epriestley added a comment to T12378: "This task has been locked" on all logged out tasks.

Thanks for catching this, and for the clear reproduction steps.

Mar 9 2017, 4:52 PM · Maniphest, EditEngine
epriestley closed T12378: "This task has been locked" on all logged out tasks as Resolved by committing rPd0c648dfa53b: Make "Can Interact" and logged-out users interact more gracefully.
Mar 9 2017, 4:51 PM · Maniphest, EditEngine
epriestley added a revision to T12378: "This task has been locked" on all logged out tasks: D17485: Make "Can Interact" and logged-out users interact more gracefully.
Mar 9 2017, 4:46 PM · Maniphest, EditEngine
epriestley claimed T12378: "This task has been locked" on all logged out tasks.

I think the way the view gets built is a little odd and I didn't get the logic quite right. Definitely a bug, thanks.

Mar 9 2017, 3:16 PM · Maniphest, EditEngine
chad added projects to T12378: "This task has been locked" on all logged out tasks: EditEngine, Maniphest.
Mar 9 2017, 3:05 PM · Maniphest, EditEngine

Mar 7 2017

ksmith added a comment to T12314: Support formal task subtypes (like "bug" vs "feature").

@20after4 : Ah. So by default, everyone just gets a "create task" option, which would never use any custom forms or subtypes. That does seem to resolve my concerns (although I still think it would be cool for phab to behave differently depending on which project(s) I was viewing).

Mar 7 2017, 5:10 PM · EditEngine, Maniphest, Custom Fields, Feature Request
20after4 added a comment to T12314: Support formal task subtypes (like "bug" vs "feature").

@ksmith: Thanks to the new 'favorites' menu, each user can customize their menu, there is no longer a global 'create new' menu, as it's been replaced.

Mar 7 2017, 9:43 AM · EditEngine, Maniphest, Custom Fields, Feature Request

Mar 6 2017

ksmith added a comment to T12314: Support formal task subtypes (like "bug" vs "feature").

Our phabricator instance (WMF) is shared by many(!) different projects and teams. If I understand the current proposal, all the subtypes and forms would be available to all users across all teams and projects, except where specific access is limited (e.g. security issues). I think that forces us to either: a) have very few subtypes, which manage to achieve consensus, or b) have a lot of subtypes, which would mean that everyone's "create new" menu would be very cluttered.

Mar 6 2017, 11:25 PM · EditEngine, Maniphest, Custom Fields, Feature Request
20after4 added a comment to T12314: Support formal task subtypes (like "bug" vs "feature").

Weakness: Subtyping is Probably Only Useful in Maniphest

Subtyping is likely to involve a large number of changes in shared infrastructure (EditEngine), but they will probably only ever be useful in Maniphest. Although most applications now use EditEngine, I can't really come up with any good use cases for subtyping in other applications. Perhaps Calendar could use subtyping on events, but this feels like a solution searching for a problem.

Mar 6 2017, 12:44 AM · EditEngine, Maniphest, Custom Fields, Feature Request

Mar 3 2017

eliaspro added a comment to T12347: "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'.".

Thanks a lot for this ultra-fast reaction & fix.

Mar 3 2017, 9:55 PM · EditEngine, Bug Report
epriestley added a comment to T12347: "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'.".

This should be resolved at HEAD of master, thanks for the report!

Mar 3 2017, 9:45 PM · EditEngine, Bug Report
epriestley closed T12347: "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'." as Resolved by committing rP5ed90b223591: Only validate form subtype edits if subtype transactions are present.
Mar 3 2017, 9:44 PM · EditEngine, Bug Report
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17457: Only validate form subtype edits if subtype transactions are present.
Mar 3 2017, 9:43 PM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T12347: "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'.": D17457: Only validate form subtype edits if subtype transactions are present.
Mar 3 2017, 9:43 PM · EditEngine, Bug Report
chad added a comment to T12347: "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'.".

I was able to reproduce it, sorry for mis-reading.

Mar 3 2017, 9:40 PM · EditEngine, Bug Report
eliaspro added a comment to T12347: "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'.".

Is it possible that symlinks could cause this issue?
libphutil and arcanist are symlinked from their current builds to the location where Phabricator expects to find them.

Mar 3 2017, 9:40 PM · EditEngine, Bug Report
chad renamed T12347: "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'." from "Make Editable" for any form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'." to "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'.".
Mar 3 2017, 9:36 PM · EditEngine, Bug Report
chad added a project to T12347: "Make Editable" for any (non-task) form causes exception: "Unable to resolve method 'newEditEngineSubtypeMap'.": EditEngine.
Mar 3 2017, 9:36 PM · EditEngine, Bug Report

Mar 2 2017

epriestley added a comment to T12314: Support formal task subtypes (like "bug" vs "feature").

A basic version of this is now available in HEAD of master. Here's a walkthrough of what we've implemented and a discussion of some areas where we'd like feedback.

Mar 2 2017, 7:19 PM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17451: Provide UI hints about task subtypes.
Mar 2 2017, 1:09 PM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T11580: Tasks created from workboards frequently have to be edited to add properties common to all tasks on the workboard: D17446: On workboards, provide all of the supported "create task" forms in the dropdown.
Mar 2 2017, 1:17 AM · Workboards, EditEngine, Projects, Feature Request
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17446: On workboards, provide all of the supported "create task" forms in the dropdown.
Mar 2 2017, 1:17 AM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17445: When editing a subtyped object, use edit forms of the same subtype.
Mar 2 2017, 1:04 AM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17444: Allow tasks to be searched by subtype.
Mar 2 2017, 12:52 AM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17443: When an object which supports subtypes is created, set its subtype to the creating form's subtype.
Mar 2 2017, 12:40 AM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17442: Allow EditEngine forms for objects which support subtyping to have a subtype configured.
Mar 2 2017, 12:08 AM · EditEngine, Maniphest, Custom Fields, Feature Request

Mar 1 2017

epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17441: Add "subtype" storage to Maniphest tasks.
Mar 1 2017, 11:42 PM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17440: Add `maniphest.subtypes` for configuring task subtypes.
Mar 1 2017, 11:24 PM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley added a revision to T12314: Support formal task subtypes (like "bug" vs "feature"): D17439: Add a "subtype" field to EditEngine forms.
Mar 1 2017, 11:01 PM · EditEngine, Maniphest, Custom Fields, Feature Request

Feb 28 2017

epriestley added a comment to T12314: Support formal task subtypes (like "bug" vs "feature").

Go ahead and file something separate for that, I don't think it interacts here.

Feb 28 2017, 9:03 PM · EditEngine, Maniphest, Custom Fields, Feature Request
cos added a comment to T12314: Support formal task subtypes (like "bug" vs "feature").

thanks, sounds great!

Feb 28 2017, 8:51 PM · EditEngine, Maniphest, Custom Fields, Feature Request
epriestley renamed T12314: Support formal task subtypes (like "bug" vs "feature") from Multilevel custom fields to Support formal task subtypes (like "bug" vs "feature").
Feb 28 2017, 6:59 PM · EditEngine, Maniphest, Custom Fields, Feature Request

Feb 22 2017

epriestley closed T12301: `Create Form` always leads to page creating forms for configuring forms as Resolved by committing rP4540ae028a6e: Fix "Create Form" link destinations when editing edit forms.
Feb 22 2017, 11:00 PM · EditEngine, Bug Report
epriestley added a revision to T12301: `Create Form` always leads to page creating forms for configuring forms: D17398: Fix "Create Form" link destinations when editing edit forms.
Feb 22 2017, 10:34 PM · EditEngine, Bug Report
chad added a project to T12301: `Create Form` always leads to page creating forms for configuring forms: EditEngine.
Feb 22 2017, 9:01 PM · EditEngine, Bug Report

Feb 15 2017

epriestley closed T11114: Move Differential to EditEngine as Resolved.

I think we've ended up in a fairly stable place here, and remaining work generally has existing tasks motivating it in terms of features (like T10967 for reviewers, T10574 for acceptance rules, T2543 for revision states, various tasks for inlines, T9713 for commit message parsing). Obsoleted transaction types also need migrations (but they should happen alongside the migrations that other features require so we're minimizing the number of weeks with migrations that need special planning) and this dumb mess got left in PhabricatorModularTransaction.php and will probably be there for an uncomfortably long time:

Feb 15 2017, 1:23 AM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Feb 9 2017

chad merged task T12230: When I edit a task I cannot see some fields I had there when I created the task into T10956: Multiple active edit forms.
Feb 9 2017, 12:03 AM · EditEngine, Feature Request
chad merged T12230: When I edit a task I cannot see some fields I had there when I created the task into T10956: Multiple active edit forms.
Feb 9 2017, 12:03 AM · EditEngine, Feature Request

Feb 8 2017

sergio.castro added a comment to T12230: When I edit a task I cannot see some fields I had there when I created the task.

Sorry, I never tried to bother you.

Feb 8 2017, 5:32 PM · EditEngine, Feature Request
chad added a comment to T12230: When I edit a task I cannot see some fields I had there when I created the task.

Asking questions to the community first frees the developers up to fix bugs and make new features.

Feb 8 2017, 4:52 PM · EditEngine, Feature Request
chad edited projects for T12230: When I edit a task I cannot see some fields I had there when I created the task, added: EditEngine; removed Maniphest.
Feb 8 2017, 4:50 PM · EditEngine, Feature Request
chad closed T12223: Allow to duplicate Forms as Wontfix.

Thanks for the suggestion, we'll keep this task around if there is further interest we can always reopen.

Feb 8 2017, 3:21 PM · EditEngine, Feature Request
sergio.castro added a comment to T12223: Allow to duplicate Forms.

Just to provide some more information, filling this feature request I realised that I like the fact that you have created two different forms (Bug and Feature Request) with the tags preassigned to avoid people "forgetting" to tag them.

Feb 8 2017, 10:43 AM · EditEngine, Feature Request

Feb 7 2017

sergio.castro added a comment to T12223: Allow to duplicate Forms.

Well it's not a real problem if you see like that. It was only a suggestion. Of course I can live without that.

Feb 7 2017, 4:14 PM · EditEngine, Feature Request
chad added a comment to T12223: Allow to duplicate Forms.

This doesn't explain the root problem we require for feature requests. Please see Contributing Feature Requests and Describing Root Problems. We don't expect people to need to make so many forms, we don't know why you're creating so many forms, we don't know what number that is on say a weekly basis, and so forth. We also have upcoming products like Nuance that might be better suited for your workflow. Please please please... only file feature requests stating the problem (and not the solution) you are having with Phabricator.

Feb 7 2017, 3:37 PM · EditEngine, Feature Request
chad edited projects for T12223: Allow to duplicate Forms, added: EditEngine; removed Maniphest.
Feb 7 2017, 3:35 PM · EditEngine, Feature Request

Jan 25 2017

epriestley added a revision to T11114: Move Differential to EditEngine: D17248: Fix two issues with embedding other fields inside "Summary" or "Test Plan" in Differential with the web UI.
Jan 25 2017, 7:25 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Jan 19 2017

chad added a comment to T12127: Allow EditEngine forms to have custom icons.

(I've grown to like the icon-less menus though)

Jan 19 2017, 7:35 PM · Dashboards, EditEngine
chad added a comment to T12127: Allow EditEngine forms to have custom icons.

We'd probably be fine picking 16 per form... Not sure people customize forms outside of Maniphest though.

Jan 19 2017, 7:34 PM · Dashboards, EditEngine
epriestley added a comment to T12127: Allow EditEngine forms to have custom icons.

This is easy but I think you want to get rid of all the IconSet stuff and just let everything have any icon?

Jan 19 2017, 7:32 PM · Dashboards, EditEngine
chad created T12127: Allow EditEngine forms to have custom icons.
Jan 19 2017, 7:31 PM · Dashboards, EditEngine

Jan 13 2017

epriestley added a revision to T11114: Move Differential to EditEngine: D17207: Remove some remnants of the old ways commit mesage fields worked from Differential.
Jan 13 2017, 11:18 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Jan 12 2017

epriestley added a revision to T11114: Move Differential to EditEngine: D17191: Restore "[Action]" mail subject lines to Differential/Diffusion.
Jan 12 2017, 3:47 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
chad added a subtask for T11114: Move Differential to EditEngine: T12098: Create Revision from FavoritesMenuItem doesn't work.
Jan 12 2017, 3:09 AM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Jan 11 2017

epriestley added a comment to T11114: Move Differential to EditEngine.

If you'd like us to look at it, please file a separate bug report with reproduction instructions, following the guide in Contributing Bug Reports.

Jan 11 2017, 5:34 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
fabe added a comment to T11114: Move Differential to EditEngine.

I think this might have broken one of our Herald rules. The rule in question is an Object rule for Commits on a Project and will open an Audit whenever a commit is made to a repository that's tagged with this project.
At least it did ~2 month ago and after the upgrade it just won't fire. Just using the test console on a new commit in a repo tagged with the project simply says "Rule failed".
To make sure i already removed all the other conditions from it so it only states "always".

Jan 11 2017, 5:27 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Jan 10 2017

epriestley added a revision to T11114: Move Differential to EditEngine: D17170: Provide tailored strings for revision creation.
Jan 10 2017, 8:33 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Jan 9 2017

epriestley added a revision to T11114: Move Differential to EditEngine: D17162: Remove extra container tag on HandleListViews rendering from ModularTransactions in text mode.
Jan 9 2017, 4:21 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17163: Fix an issue which could prevent blocking reviewers from being removed from revisions.
Jan 9 2017, 4:20 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Jan 6 2017

epriestley merged T10254: Assign projects to spaces into T11580: Tasks created from workboards frequently have to be edited to add properties common to all tasks on the workboard.
Jan 6 2017, 7:38 PM · Workboards, EditEngine, Projects, Feature Request

Jan 5 2017

epriestley added a revision to T11114: Move Differential to EditEngine: D17146: Fix a case where "Accept + Comment" would ignore the "Accept".
Jan 5 2017, 7:17 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Jan 2 2017

epriestley added a revision to T11114: Move Differential to EditEngine: D17133: Define Differential email action in terms of EditEngine.
Jan 2 2017, 7:47 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17132: Make some Differential comment actions (like "Accept" and "Reject") conflict with one another.
Jan 2 2017, 7:22 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17131: Make "View" links on Differential inline comment previews work again.
Jan 2 2017, 6:56 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Jan 1 2017

epriestley added a revision to T11114: Move Differential to EditEngine: D17125: Use a more conventional spelling of "CLOSED".
Jan 1 2017, 5:20 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Dec 31 2016

epriestley added a comment to T11114: Move Differential to EditEngine.

I'm going to dump everything into master now because I believe any disastrous brokenness should be reasonably easy to fix at this point.

Dec 31 2016, 6:06 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17120: Make marking comments as "Done" work cleanly on EditEngine.
Dec 31 2016, 5:59 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17119: Add transitional support for mail tags to Differential on EditEngine.
Dec 31 2016, 5:34 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17118: Restore some minor state behaviors to Differential on EditEngine.
Dec 31 2016, 5:24 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17117: Restore quote and warning behaviors to Differential EditEngine comment area.
Dec 31 2016, 5:01 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Dec 30 2016

epriestley added a revision to T11114: Move Differential to EditEngine: D17116: Make inline comment preview and submission mostly work on EditEngine.
Dec 30 2016, 10:09 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Dec 29 2016

epriestley added a revision to T11114: Move Differential to EditEngine: D17115: Order actions sensibly within Differential revision comment action groups.
Dec 29 2016, 9:44 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17114: Allow comment actions to be grouped; group Differential "Review" and "Revision" actions.
Dec 29 2016, 9:20 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley closed T12049: Give EditEngine universal support for "Haunted Mode", a subtask of T11114: Move Differential to EditEngine, as Resolved.
Dec 29 2016, 8:49 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley closed T12049: Give EditEngine universal support for "Haunted Mode" as Resolved by committing rP3fedc8c299f7: Allow any EditEngine comment form to be pinned.
Dec 29 2016, 8:49 PM · EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17113: Restore "Accept", "Reject" and "Resign" actions to Differential on EditEngine.
Dec 29 2016, 6:53 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley closed T4043: Provide a keyboard shortcut to focus the comment textarea in Differential, a subtask of T12049: Give EditEngine universal support for "Haunted Mode", as Resolved.
Dec 29 2016, 4:20 PM · EditEngine, Differential
epriestley closed T11659: Differential comment panel haunter does not allow scrolling to bottom of differential revision when no ui.footer-items configured, a subtask of T12049: Give EditEngine universal support for "Haunted Mode", as Resolved.
Dec 29 2016, 4:16 PM · EditEngine, Differential
epriestley added subtasks for T12049: Give EditEngine universal support for "Haunted Mode": T4043: Provide a keyboard shortcut to focus the comment textarea in Differential, T11659: Differential comment panel haunter does not allow scrolling to bottom of differential revision when no ui.footer-items configured.
Dec 29 2016, 4:13 PM · EditEngine, Differential
epriestley moved T12049: Give EditEngine universal support for "Haunted Mode" from Backlog to v3 (Infrastructure) on the Differential board.
Dec 29 2016, 4:12 PM · EditEngine, Differential
epriestley added a comment to T11114: Move Differential to EditEngine.

So should Arcanist be modified to just call differential.revision.edit directly then?

Dec 29 2016, 3:50 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
joshuaspence added a comment to T11114: Move Differential to EditEngine.

From D17067:

Dec 29 2016, 10:42 AM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Dec 28 2016

epriestley added a revision to T11114: Move Differential to EditEngine: D17111: Restore "Commandeer" action to Differential on EditEngine.
Dec 28 2016, 10:37 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
eadler added a comment to T12049: Give EditEngine universal support for "Haunted Mode".

FWIW #Twitter has multiple users of this feature and we'd likely get complaints if it broke

Dec 28 2016, 10:25 PM · EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17109: Restore "Plan Changes" and "Request Review" actions to Differential on EditEngine.
Dec 28 2016, 9:42 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17108: Restore "Close" and "Reopen" actions to Differential on EditEngine.
Dec 28 2016, 9:23 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17107: Restore "Reclaim" and "Abandon" actions to Differential on EditEngine.
Dec 28 2016, 8:53 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17106: Move Differential to EditEngine comments.
Dec 28 2016, 6:44 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T12049: Give EditEngine universal support for "Haunted Mode": D17105: Allow any EditEngine comment form to be pinned.
Dec 28 2016, 5:46 PM · EditEngine, Differential
chad added a comment to T12049: Give EditEngine universal support for "Haunted Mode".

I do use it, but not in conjunction with preview.

Dec 28 2016, 5:08 PM · EditEngine, Differential
epriestley added a comment to T12049: Give EditEngine universal support for "Haunted Mode".

Oh, there's no preference for this right now. I'll probably just keep "Z" for the moment.

Dec 28 2016, 5:07 PM · EditEngine, Differential
epriestley created T12049: Give EditEngine universal support for "Haunted Mode".
Dec 28 2016, 5:01 PM · EditEngine, Differential

Dec 21 2016

epriestley added a comment to T11114: Move Differential to EditEngine.

JIRA actually seems fine: arc, web UI, and both the integrations (link / post) work properly for me at HEAD of master.

Dec 21 2016, 9:25 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley updated the task description for T11114: Move Differential to EditEngine.
Dec 21 2016, 9:24 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential

Dec 16 2016

epriestley updated the task description for T11114: Move Differential to EditEngine.
Dec 16 2016, 8:41 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17091: Rename Differenital "EditPro" controller back to "Edit".
Dec 16 2016, 8:33 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley updated the task description for T11114: Move Differential to EditEngine.
Dec 16 2016, 6:07 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential
epriestley added a revision to T11114: Move Differential to EditEngine: D17089: Simplify "Blame Revision" field in Differential.
Dec 16 2016, 6:07 PM · Prioritized, Restricted Project, Infrastructure, EditEngine, Differential