phab/src/applications/differentialproduction
phab/src/applications/differential
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
4dfd4944c4dd | epriestley | Don't use CommentEditor in lipsum | Mar 7 2014 | |||
75514cc0f713 | epriestley | Update `differential.close` to use DifferentialTransactionEditor | Mar 7 2014 | |||
3dc9afa28dc2 | epriestley | Remove `differential.markcommitted` | Mar 7 2014 | |||
2ceffadee78a | epriestley | Support Herald rules for new Differential edits | Mar 5 2014 | |||
4ef87eeac832 | epriestley | Add an explcit "Changes Planned" state for Differential | Mar 5 2014 | |||
9da6ec208111 | epriestley | Make updates of rejected revisions behave correctly again | Mar 5 2014 | |||
e78df59ced7c | Bob Trahan | Maniphest Tasks + Project Boards - some polish | Mar 5 2014 | |||
83206242c9dd | epriestley | Clean up some Differential behaviors | Mar 3 2014 | |||
b383d2c338fa | epriestley | Replace "Edit" controller with "EditPro" controller | Mar 1 2014 | |||
bca0ad8fdd7f | epriestley | Make "EditPro" controller work with diff updates | Mar 1 2014 | |||
8e32ab88c4cb | epriestley | Minor, fix a missing parameter. | Mar 1 2014 | |||
11c1edfb7431 | epriestley | Implement "words of power" against ApplicationTransactions | Mar 1 2014 | |||
3a188de32876 | Chad Little | Align textarea in diff comment | Feb 28 2014 | |||
024c331d2ba3 | epriestley | Improve rendering of new-style Differential comments in feed/notifications | Feb 28 2014 | |||
647d52f24880 | epriestley | Improve threading of new and old Differential mail | Feb 28 2014 | |||
a5dbb1fd59ae | epriestley | Make new JIRA Issues field editable | Feb 28 2014 | |||
ba7d67f9175f | epriestley | Use "CommentPro" controller instead of "Comment" controller | Feb 27 2014 | |||
62143b5455e7 | epriestley | Add modern Unit/Lint field support | Feb 27 2014 | |||
f6a13fd1c7b1 | epriestley | Use CustomField, not AuxiliaryField, to power RevisionView | Feb 27 2014 | |||
0b4a6b8bee67 | epriestley | Add Branch and Arcanist Project CustomFields | Feb 27 2014 | |||
cce67caa0fc8 | epriestley | Fix bad method call from CustomField migration | Feb 27 2014 | |||
8297c2131cb2 | epriestley | Implement more Differential fields on ApplicationTransaction/CustomField | Feb 27 2014 | |||
cd7171ec6e11 | epriestley | Migrate old AuxiliaryField storage to modern CustomField storage | Feb 27 2014 | |||
ee2b6eebaa31 | epriestley | Implement detail views for many Differential fields on ApplicationTransactions | Feb 26 2014 | |||
7ff211065555 | epriestley | Stop markup cache from hitting cache O(N^2) times | Feb 26 2014 | |||
7f5b15c6faaf | Joshua Spence/epriestley | Made some classes final. | Feb 26 2014 | |||
627011476733 | Joshua Spence/epriestley | Various linter fixes. | Feb 26 2014 | |||
cd080b092e20 | epriestley | Use ApplicationTransactions/CustomField to power Differential global search | Feb 26 2014 | |||
424ba2e58887 | epriestley | Render inline comments in "Pro" mail | Feb 26 2014 | |||
06fc82a3eeff | epriestley | Mark reviewers as "commented" when they leave a comment | Feb 25 2014 | |||
a69cca9fbb15 | epriestley | Update overall revision status after reviewers change | Feb 25 2014 | |||
ca8c2c2d11a3 | epriestley | Implement Accept/Reject in ApplicationTransactions, approximately | Feb 25 2014 | |||
d07292df7fe0 | epriestley | Implement Commandeer action in ApplicationTransactions | Feb 25 2014 | |||
0f0673b9e526 | epriestley | Remove "dateCommitted" field from DifferentialRevision | Feb 25 2014 | |||
9292433daebd | epriestley | Implement "Resign" action against ApplicationTransactions | Feb 25 2014 | |||
4eadcf975ade | epriestley | Implement most Differential actions against ApplicationTransactions | Feb 25 2014 | |||
d48a88d4cd78 | epriestley | Add inline comment support to "Pro" comment save controller | Feb 25 2014 | |||
c7d208fda1ed | epriestley | Add a "Pro" version of the Differential comment save controller | Feb 25 2014 | |||
3a8eb28a074f | epriestley | Send basic email from new ApplicationTransaction editor | Feb 25 2014 | |||
d94c33b61aa5 | epriestley | Use a more modern design for "no reviewers" warning in Differential | Feb 22 2014 | |||
b62420e6e4e0 | epriestley | Separate reading object values out of didSetObject() in CustomField | Feb 21 2014 | |||
a84cc1ab731a | epriestley | Fix (?) an issue with CCs not being written into commit messages properly | Feb 21 2014 | |||
a24605432f60 | epriestley | Use standard rendering and controller for Differential subscriptions | Feb 21 2014 | |||
c5ba75ee9ed2 | epriestley | Implement a "Reviewers" CustomField | Feb 21 2014 | |||
aa7ba4c6e6d6 | epriestley | Implement Differential subscribers as a CustomField | Feb 21 2014 | |||
f91e94eb90f9 | epriestley | Implement view and edit policies in Differential CustomFields | Feb 21 2014 | |||
01572d9d933b | epriestley | Implement "Repository" as a new-style CustomField in Differential | Feb 21 2014 | |||
05f2ab32d8cc | epriestley | Implement "Test Plan" as a CustomField | Feb 21 2014 | |||
88227d26bc13 | epriestley | Allow CustomField to provide ApplicationTransaction change details | Feb 21 2014 | |||
be262f4b0c16 | epriestley | Implement new-style "Summary" field | Feb 21 2014 | |||
92ac8b5ad9a5 | epriestley | Make Differential inline comment rendering more consistent and somewhat more… | Feb 21 2014 | |||
50ed42761ce9 | epriestley | Don't issue a bazillion queries to load Differential object lists | Feb 19 2014 | |||
65bc2b1ac53d | epriestley | Implement "Pro" version of revision editor, with one field | Feb 19 2014 | |||
dcd7a316d239 | Bob Trahan | Differential - add DifferentialDraft to track whether revisions have draft… | Feb 19 2014 | |||
f3cbc0e0066e | epriestley | Move many task status hardcodes into ManiphestTaskStatus | Feb 18 2014 | |||
8a725ece0f8b | epriestley | Bring "fixes x as y" parser forward and use new parsers instead of old ones | Feb 18 2014 | |||
5afddb6703c8 | epriestley | Bring "Reverts X" to more general infrastructure and port unit tests | Feb 18 2014 | |||
d016cac91513 | epriestley | Modularize parser for "Closes task X as Y" | Feb 18 2014 | |||
04ba976a04f7 | epriestley | Remove references to legacy comment IDs | Feb 15 2014 | |||
23146f2bb9e7 | epriestley | Render Differential previews through ApplicationTransactions | Feb 14 2014 | |||
a0262c0b4f14 | epriestley | Remove `tokenizer.ondemand`, and always load on demand | Feb 14 2014 | |||
390a0f91b021 | Chad Little | Remove spacing after timeline on diffs | Feb 14 2014 | |||
7374a0a4d4f5 | epriestley | Fix inline comment links for non-visible comments | Feb 14 2014 | |||
9afe52de51d7 | epriestley | Provide transaction strings, icons and colors for Differential | Feb 14 2014 | |||
cb20205aee10 | epriestley | Don't show "edit" links in Differential for now | Feb 14 2014 | |||
c7ca3cd4abd8 | epriestley | Pass $all_changesets, not $changesets, to inline rendering logic | Feb 14 2014 | |||
ee38e334963b | epriestley | Fix two issues with Differential Transactions | Feb 14 2014 | |||
29918e1bd47f | epriestley | Fix double-rendering of inline comments in mail | Feb 14 2014 | |||
62cb58408346 | epriestley | Use timeline view in Differential and make inlines somewhat usable again | Feb 14 2014 | |||
0dc73d5d9357 | epriestley | Always provide a valid content source for DifferentialCommentEditor | Feb 13 2014 | |||
18938b531071 | epriestley | Migrate Differential comments to ApplicationTransactions | Feb 12 2014 | |||
3092efdc65a4 | epriestley | Reduce reliance on `getRevisionID()` on DifferentialComment | Feb 12 2014 | |||
143b89286aad | epriestley | Remove unreachable DifferentialRevisionStatsView | Feb 12 2014 | |||
54ce4a719eb7 | epriestley | Fix issue where new transaction comments can be spread across multiple… | Feb 12 2014 | |||
8f9b7f419619 | epriestley | Move Differential to proper subscriptions | Feb 12 2014 | |||
1dbfc56d3588 | epriestley | Write one DifferentialComment per CommentEditor action | Feb 12 2014 | |||
c65fad3fca0e | epriestley | Separate revision updates into two separate comments | Feb 12 2014 | |||
8e232a8bf164 | epriestley | Allow Differential Mail to accept multiple comments for one mail | Feb 12 2014 | |||
305fb3fbd9c1 | epriestley | Migrate all Differential comment text into new storage | Feb 11 2014 | |||
ee44c6db53e2 | Chad Little | Translate Differential Feed/Comment/Asana stories | Feb 9 2014 | |||
9be4df02c230 | Bob Trahan | Herald - Add "new" field to herald | Feb 4 2014 | |||
e7d671c8d31f | epriestley | Index "Closed" and "Unowned" relationships explicitly | Feb 3 2014 | |||
d0e30882a11f | Aviv Eyal/epriestley | Add Disabled mode to landing revision ui | Jan 30 2014 | |||
08225bd86074 | epriestley | Remove policy caveat from Differential | Jan 29 2014 | |||
8735ec4dbe7a | epriestley | Wrong method name. | Jan 27 2014 | |||
014a873773eb | epriestley | Update DifferentialDiff: add repositoryPHID, drop parentRevisionID | Jan 27 2014 | |||
c5c9cd415d89 | Peng Li/epriestley | Allow arc project and branch showing up in diff emails | Jan 22 2014 | |||
9f35c7cc2675 | epriestley | Complete modularization of the GC daemon | Jan 15 2014 | |||
42d9fa34e21b | epriestley | Use RemarkupControl in Differential inline comment UI | Jan 15 2014 | |||
31a2bebf633b | Chad Little | Move PhabricatorTagView to PHUITagView | Jan 14 2014 | |||
a716fe99f3b2 | epriestley | Perform search indexing in the worker queue and respect `bin/search index… | Jan 14 2014 | |||
51d8570b3472 | Chad Little | Clean up diff view page | Jan 13 2014 | |||
b74c7a3d371a | Chad Little | Simplify PHUIObjectBoxViews handling of Save and Error states | Jan 10 2014 | |||
68de639470f0 | epriestley | Fix two edge case issues with Differential mail tags | Jan 9 2014 | |||
3c5756adf977 | Chad Little | Clean up AphrontError boxes, Diffusion Headers | Jan 9 2014 | |||
31b6f69ff7c2 | epriestley | Allow CelerityResourceResponse to hold resources from multiple maps | Jan 2 2014 | |||
2de96c6f0821 | Aviv Eyal/epriestley | Semi-fix git cloning for non-bare repos for landing | Dec 31 2013 | |||
591df78361a7 | epriestley | Bind patches, file content and raw diffs bind policies to their originating… | Dec 30 2013 | |||
aad6b57c36f8 | epriestley | Add `bin/harbormaster` to make builds easier to debug | Dec 26 2013 | |||
a5dc9067af0c | epriestley | Provide convenience method addTextCrumb() to PhabricatorCrumbsView | Dec 19 2013 |
c4science · Help