Page MenuHomePhabricator
Feed Advanced Search

Jul 12 2016

epriestley added a revision to T9275: Move Calendar to EditEngine: D16284: Fix some EditEngine issues with rendering "invite" transactions.
Jul 12 2016, 8:23 PM · ApplicationEditor, Policy, Calendar
epriestley added a revision to T9275: Move Calendar to EditEngine: D16283: Switch Calendar to EditEngine.
Jul 12 2016, 8:16 PM · ApplicationEditor, Policy, Calendar
epriestley added a revision to T9275: Move Calendar to EditEngine: D16282: Smooth over a few more transaction compatibility/structure issues with Calendar events.
Jul 12 2016, 7:29 PM · ApplicationEditor, Policy, Calendar
epriestley added a revision to T9275: Move Calendar to EditEngine: D16281: Make EditEngine form for Calendar Events almost fully-functional.
Jul 12 2016, 5:06 PM · ApplicationEditor, Policy, Calendar
epriestley added a revision to T9275: Move Calendar to EditEngine: D16280: Simplify the TYPE_INVITE Calendar Event transaction for EditEngine.
Jul 12 2016, 4:08 PM · ApplicationEditor, Policy, Calendar

Jul 11 2016

epriestley added a revision to T9275: Move Calendar to EditEngine: D16274: Prepare event dates for EditEngine/API.
Jul 11 2016, 11:35 PM · ApplicationEditor, Policy, Calendar
epriestley added a revision to T9275: Move Calendar to EditEngine: D16272: Create separate "Accept" and "Decline" transactions for Calendar.
Jul 11 2016, 10:16 PM · ApplicationEditor, Policy, Calendar

Jul 9 2016

epriestley added a revision to T9275: Move Calendar to EditEngine: D16264: Move more event fields to EditEngine.
Jul 9 2016, 4:22 PM · ApplicationEditor, Policy, Calendar

Jul 7 2016

epriestley added a revision to T9275: Move Calendar to EditEngine: D16248: Generate "stub" events earlier, so more infrastructure works with Calendar.
Jul 7 2016, 5:26 PM · ApplicationEditor, Policy, Calendar
eadler added a subtask for T4768: Phabricator silently overwrites concurrent changes (no conflict detection): T7657: Reviewer changes across `arc diff --update` and web UI are not merged constructively.
Jul 7 2016, 4:59 PM · Restricted Project, ApplicationEditor, Wikimedia, Maniphest, Phriction

Jul 5 2016

epriestley closed T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input as Resolved by committing rP921d56efb0f0: Make repository URI creation work regardless of "repository" transaction order.
Jul 5 2016, 11:45 PM · ApplicationEditor, Conduit, Bug Report
epriestley added a revision to T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input: D16237: Make repository URI creation work regardless of "repository" transaction order.
Jul 5 2016, 11:40 PM · ApplicationEditor, Conduit, Bug Report
epriestley added a comment to T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input.

A possible alternate approach would be to attachRepository() as a side-effect of validating the transaction instead of while applying the transaction, but then if something throws between the "validate" and "apply" steps we could end up with a URI in a weird state. That probably never actually matters, but feels a little more awkward to me than ordering the transactions.

Jul 5 2016, 11:34 PM · ApplicationEditor, Conduit, Bug Report
avivey added a comment to T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input.

ok, that makes sense.

Jul 5 2016, 11:32 PM · ApplicationEditor, Conduit, Bug Report
epriestley added a comment to T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input.

It's impossible to create a URI without a repository transaction (it doesn't make sense, since URI objects can't just exist), and we already give you an appropriate error when you try:

Jul 5 2016, 11:31 PM · ApplicationEditor, Conduit, Bug Report
avivey added a comment to T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input.

That kinda feels like a band-aid... Shouldn't we be able to not-crash for any input? Like if a user will only provide a uri transaction?

Jul 5 2016, 11:22 PM · ApplicationEditor, Conduit, Bug Report
epriestley added a comment to T9275: Move Calendar to EditEngine.

One problem with updating this is that recurring events currently work like this:

Jul 5 2016, 10:50 PM · ApplicationEditor, Policy, Calendar
epriestley added a comment to T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input.

My initial thought is that we should just reorder these transactions. We should use a stable sort, but that's relatively easy now that we have msortv(). There are probably a handful of other transactions with similar properties in other object types.

Jul 5 2016, 9:10 PM · ApplicationEditor, Conduit, Bug Report
avivey renamed T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input from diffusion.uri.edit fails depending on order of transactions in input to diffusion.uri.edit for creating an object fails depending on order of transactions in input.
Jul 5 2016, 8:43 PM · ApplicationEditor, Conduit, Bug Report
avivey created T11276: diffusion.uri.edit for creating an object fails depending on order of transactions in input.
Jul 5 2016, 8:42 PM · ApplicationEditor, Conduit, Bug Report
epriestley added a revision to T9275: Move Calendar to EditEngine: D16235: Initial cut of CalendarEditEngine.
Jul 5 2016, 4:30 PM · ApplicationEditor, Policy, Calendar
epriestley claimed T9275: Move Calendar to EditEngine.
Jul 5 2016, 4:28 PM · ApplicationEditor, Policy, Calendar

Jul 4 2016

eadler moved T4768: Phabricator silently overwrites concurrent changes (no conflict detection) from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 4 2016, 9:05 PM · Restricted Project, ApplicationEditor, Wikimedia, Maniphest, Phriction

Jul 1 2016

epriestley closed T8152: Allow Batch Edit of Blocking Task Field, a subtask of T10005: Implement an ApplicationEditor-based Bulk Editor, as Resolved.
Jul 1 2016, 8:08 PM · ApplicationEditor
epriestley closed T5450: Add support for adding / removing dependent tasks when batch editing tasks, a subtask of T10005: Implement an ApplicationEditor-based Bulk Editor, as Wontfix.
Jul 1 2016, 8:07 PM · ApplicationEditor

Jun 28 2016

chad merged T11221: Panel: Allow to run more complex querys into T5307: UX for taking actions with search results.
Jun 28 2016, 1:37 AM · Restricted Project, Dashboards (v2), ApplicationEditor, Design

Jun 22 2016

epriestley added a revision to T4768: Phabricator silently overwrites concurrent changes (no conflict detection): D16164: Resolve relationship edit conflicts more naturally.
Jun 22 2016, 3:36 PM · Restricted Project, ApplicationEditor, Wikimedia, Maniphest, Phriction

May 25 2016

epriestley added a comment to T4768: Phabricator silently overwrites concurrent changes (no conflict detection).

Copying in some context from elsewhere:

May 25 2016, 2:46 PM · Restricted Project, ApplicationEditor, Wikimedia, Maniphest, Phriction

May 24 2016

aklapper added a comment to T4768: Phabricator silently overwrites concurrent changes (no conflict detection).

I think nowadays the biggest issue (as it is the most work to manually correct afterwards) is two folks editing a task description at the same time and silently overwriting.

May 24 2016, 10:49 AM · Restricted Project, ApplicationEditor, Wikimedia, Maniphest, Phriction

May 13 2016

eadler added a parent task for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T10512: Implement `user.search` Conduit API method.
May 13 2016, 9:44 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
eadler removed a subtask for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T10512: Implement `user.search` Conduit API method.
May 13 2016, 9:43 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
eadler added a subtask for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T10512: Implement `user.search` Conduit API method.
May 13 2016, 9:43 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
eadler removed a parent task for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T10512: Implement `user.search` Conduit API method.
May 13 2016, 9:43 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
eadler added a parent task for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T10512: Implement `user.search` Conduit API method.
May 13 2016, 9:42 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
epriestley merged T10960: Allow people to quote others at calendar like at maniphest into T9275: Move Calendar to EditEngine.
May 13 2016, 12:19 AM · ApplicationEditor, Policy, Calendar

May 11 2016

epriestley closed T10930: Exception in editengine for Paste as Resolved by committing rP54409e771649: Fix an issue with TextAreaEditField affecting Paste.
May 11 2016, 10:35 PM · ApplicationEditor, Bug Report
epriestley added a revision to T10930: Exception in editengine for Paste: D15892: Fix an issue with TextAreaEditField affecting Paste.
May 11 2016, 10:34 PM · ApplicationEditor, Bug Report

May 6 2016

avivey created T10930: Exception in editengine for Paste.
May 6 2016, 6:09 PM · ApplicationEditor, Bug Report

Apr 29 2016

cburroughs moved T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 29 2016, 2:16 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
cburroughs added a project to T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: Restricted Project.
Apr 29 2016, 2:15 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit

Apr 26 2016

epriestley closed T10778: ${NAMESPACE}_search is missing an edge and edgedata table as Resolved by committing rP467c4e84e5ac: Add an edge table to the `search` database.
Apr 26 2016, 6:26 PM · ApplicationEditor, Bug Report
epriestley added a revision to T10778: ${NAMESPACE}_search is missing an edge and edgedata table: D15803: Add an edge table to the `search` database.
Apr 26 2016, 6:22 PM · ApplicationEditor, Bug Report
epriestley claimed T10778: ${NAMESPACE}_search is missing an edge and edgedata table.
Apr 26 2016, 6:16 PM · ApplicationEditor, Bug Report
epriestley added a comment to T10778: ${NAMESPACE}_search is missing an edge and edgedata table.

Oh, thanks. I can reproduce this variant of things. I thought I remembered seeing this...

Apr 26 2016, 6:15 PM · ApplicationEditor, Bug Report
chad merged T10880: Cannot persist changes of visibility of Form Template into T10778: ${NAMESPACE}_search is missing an edge and edgedata table.
Apr 26 2016, 6:14 PM · ApplicationEditor, Bug Report

Apr 23 2016

yelirekim added a comment to Q377: Is there a right way to define edit engines with separate "create" and "edit" modes?.

There is no trickery involved in our repository edit field, it might as well be a datasource field.

Apr 23 2016, 3:29 AM · ApplicationEditor
yelirekim updated Q377: Is there a right way to define edit engines with separate "create" and "edit" modes? from to Is there a right way to define edit engines with separate "create" and "edit" modes?.
Apr 23 2016, 3:26 AM · ApplicationEditor

Apr 21 2016

angie moved T9132: Build an ApplicationEditor abstraction from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 21 2016, 10:22 PM · Restricted Project, ApplicationEditor, Transactions

Apr 13 2016

chad added a project to T10778: ${NAMESPACE}_search is missing an edge and edgedata table: ApplicationEditor.
Apr 13 2016, 2:07 AM · ApplicationEditor, Bug Report

Apr 11 2016

epriestley updated subscribers of T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges.
Apr 11 2016, 7:27 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit

Apr 7 2016

epriestley closed T10684: Need a PhabricatorDateEditField as Resolved by committing rPcdec31914390: Convert Countdown to EditEngine.
Apr 7 2016, 7:34 PM · Calendar, ApplicationEditor
epriestley closed T10684: Need a PhabricatorDateEditField, a subtask of T9275: Move Calendar to EditEngine, as Resolved.
Apr 7 2016, 7:34 PM · ApplicationEditor, Policy, Calendar
epriestley added a revision to T10684: Need a PhabricatorDateEditField: D15655: Convert Countdown to EditEngine.
Apr 7 2016, 6:49 PM · Calendar, ApplicationEditor
epriestley claimed T10684: Need a PhabricatorDateEditField.
Apr 7 2016, 5:22 PM · Calendar, ApplicationEditor
eadler moved T4768: Phabricator silently overwrites concurrent changes (no conflict detection) from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 7 2016, 7:30 AM · Restricted Project, ApplicationEditor, Wikimedia, Maniphest, Phriction
eadler added a project to T4768: Phabricator silently overwrites concurrent changes (no conflict detection): Restricted Project.
Apr 7 2016, 7:28 AM · Restricted Project, ApplicationEditor, Wikimedia, Maniphest, Phriction

Apr 6 2016

epriestley removed a parent task for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T7944: Add Conduit support to Calendar.
Apr 6 2016, 3:21 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
epriestley added a parent task for T9275: Move Calendar to EditEngine: T7944: Add Conduit support to Calendar.
Apr 6 2016, 3:21 PM · ApplicationEditor, Policy, Calendar
epriestley moved T9275: Move Calendar to EditEngine from Backlog to Unprototype (v1) on the Calendar board.
Apr 6 2016, 3:16 PM · ApplicationEditor, Policy, Calendar
epriestley moved T10684: Need a PhabricatorDateEditField from Backlog to Unprototype (v1) on the Calendar board.
Apr 6 2016, 3:16 PM · Calendar, ApplicationEditor
epriestley added a project to T10684: Need a PhabricatorDateEditField: Calendar.
Apr 6 2016, 3:16 PM · Calendar, ApplicationEditor
epriestley added a subtask for T9275: Move Calendar to EditEngine: T10684: Need a PhabricatorDateEditField.
Apr 6 2016, 3:16 PM · ApplicationEditor, Policy, Calendar
epriestley added a parent task for T10684: Need a PhabricatorDateEditField: T9275: Move Calendar to EditEngine.
Apr 6 2016, 3:16 PM · Calendar, ApplicationEditor
epriestley renamed T9275: Move Calendar to EditEngine from New Calendar events should have Public visibility by default to Move Calendar to EditEngine.
Apr 6 2016, 3:16 PM · ApplicationEditor, Policy, Calendar

Mar 27 2016

chad created T10684: Need a PhabricatorDateEditField.
Mar 27 2016, 8:44 PM · Calendar, ApplicationEditor

Mar 11 2016

avivey added a project to T10567: Ability to know who can do what in Maniphest EditEngine: ApplicationEditor.
Mar 11 2016, 8:11 PM · ApplicationEditor, Maniphest, Feature Request

Mar 2 2016

epriestley closed T10504: Phame EditEngine and policy state is inconsistent for "New Blog" button as Resolved by committing rPe3ed8b5fe1f5: Sync up UI with actual policy rules in Phame.
Mar 2 2016, 7:53 PM · ApplicationEditor, Phame
epriestley added a revision to T10504: Phame EditEngine and policy state is inconsistent for "New Blog" button: D15384: Sync up UI with actual policy rules in Phame.
Mar 2 2016, 7:44 PM · ApplicationEditor, Phame
epriestley created T10504: Phame EditEngine and policy state is inconsistent for "New Blog" button.
Mar 2 2016, 6:30 PM · ApplicationEditor, Phame

Feb 26 2016

epriestley closed T10455: technology"... as Spite.
Feb 26 2016, 1:53 PM
9999999999 created T10455: technology"....
Feb 26 2016, 1:14 PM
9999999999 created T10454: represents-Thenth,.
Feb 26 2016, 1:10 PM

Feb 25 2016

Krenair added a parent task for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T7944: Add Conduit support to Calendar.
Feb 25 2016, 6:17 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
Krenair removed a subtask for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T7944: Add Conduit support to Calendar.
Feb 25 2016, 6:17 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
Krenair added a subtask for T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: T7944: Add Conduit support to Calendar.
Feb 25 2016, 6:17 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit

Feb 23 2016

eadler moved T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Feb 23 2016, 6:14 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit

Feb 19 2016

epriestley moved T5307: UX for taking actions with search results from Lyuba to v2 on the Dashboards board.
Feb 19 2016, 3:15 PM · Restricted Project, Dashboards (v2), ApplicationEditor, Design
epriestley updated the task description for T5307: UX for taking actions with search results.
Feb 19 2016, 1:28 PM · Restricted Project, Dashboards (v2), ApplicationEditor, Design

Feb 11 2016

epriestley updated subscribers of T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges.
Feb 11 2016, 5:32 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit

Feb 4 2016

epriestley merged task T10278: allow maniphest forms to require an entry in a field into T6030: Allow CustomFields to specify additional options (like "required") configurable in `<application>.fields`.
Feb 4 2016, 9:35 PM · ApplicationEditor, Feature Request
epriestley added a comment to T10278: allow maniphest forms to require an entry in a field.

See also T5118.

Feb 4 2016, 9:35 PM · ApplicationEditor, Feature Request
cburroughs created T10278: allow maniphest forms to require an entry in a field.
Feb 4 2016, 9:28 PM · ApplicationEditor, Feature Request

Jan 26 2016

epriestley renamed T10222: Consider soft-locked and mergeable EditEngine field settings from Creating a subtask no longer copies project from supertask to Consider soft-locked and mergeable EditEngine field settings.
Jan 26 2016, 3:15 PM · ApplicationEditor, Feature Request

Jan 19 2016

epriestley updated subscribers of T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges.
Jan 19 2016, 10:58 PM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
chad closed Q269: Remarkup Previews as resolved.
Jan 19 2016, 9:56 PM · Maniphest, ApplicationEditor

Jan 15 2016

chad updated subscribers of T10004: ApplicationEditor Errata.
Jan 15 2016, 5:06 PM · ApplicationEditor

Jan 14 2016

epriestley added a comment to T10004: ApplicationEditor Errata.

I think T10116 may have fixed the "actions ignored" issue -- does it still reproduce for you after that?

Jan 14 2016, 3:22 PM · ApplicationEditor

Jan 13 2016

epriestley renamed T10143: Admins always see all Create Forms in Quick Create / Application Create Menus from Admins always see all Create Forms to Admins always see all Create Forms in Quick Create / Application Create Menus.
Jan 13 2016, 4:33 PM · Restricted Project, ApplicationEditor, Bug Report
epriestley added a project to T10143: Admins always see all Create Forms in Quick Create / Application Create Menus: ApplicationEditor.
Jan 13 2016, 4:33 PM · Restricted Project, ApplicationEditor, Bug Report

Jan 12 2016

sshannin updated Q269: Remarkup Previews from to Remarkup Previews.
Jan 12 2016, 2:18 AM · Maniphest, ApplicationEditor

Jan 11 2016

carlokok added a comment to T10122: ctrl+enter to commit in all fields.

Right. This was a feature request to have "ctrl+enter" (or cmd enter on osx) to work in all fields (in addition to enter in the fields where it makes sense), so that there's 1 key that always works to submit the current form.

Jan 11 2016, 6:43 PM · Restricted Project, ApplicationEditor, Feature Request
epriestley added a comment to T10122: ctrl+enter to commit in all fields.

I largely can't reproduce this. Here's what I did:

Jan 11 2016, 6:41 PM · Restricted Project, ApplicationEditor, Feature Request
carlokok created T10122: ctrl+enter to commit in all fields.
Jan 11 2016, 6:34 PM · Restricted Project, ApplicationEditor, Feature Request
epriestley closed T10116: ctrl+enter in comment field in maniphest issues with new editor as Resolved by committing rP5a723bff9177: Support synthetic submits from stacked actions.
Jan 11 2016, 5:16 PM · ApplicationEditor, Bug Report
epriestley claimed T10116: ctrl+enter in comment field in maniphest issues with new editor.
Jan 11 2016, 11:35 AM · ApplicationEditor, Bug Report

Jan 9 2016

eadler moved T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 9 2016, 12:51 AM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit
eadler added a project to T5873: Update Conduit for ApplicationTransactions, CustomFields and Edges: Restricted Project.
Jan 9 2016, 12:51 AM · Haskell.org, Restricted Project, Restricted Project, ApplicationEditor, FreeBSD, Restricted Project, User Delight, Phacility, Custom Fields, Transactions, Conduit

Jan 5 2016

joshuaspence added a comment to T10004: ApplicationEditor Errata.

OK, I managed to reproduce it on this install, see T10083. Specifically see T10083#151963 in which I attempted to close the task as resolved.

Jan 5 2016, 7:14 AM · ApplicationEditor
joshuaspence added a comment to T10004: ApplicationEditor Errata.

OK, I managed to reproduce it on this install, see T10083. Specifically see T10083#151963 in which I attempted to close the task as resolved.

Jan 5 2016, 7:12 AM · ApplicationEditor
joshuaspence added a comment to T10004: ApplicationEditor Errata.

Actually, I am seeing still seeing this issue on our install on tasks which aren't affected by any Herald rule (that I know of).

Jan 5 2016, 12:54 AM · ApplicationEditor