phab/src/applications/differential/parser/DifferentialChangesetParser.phpstable
phab/src/applications/differential/parser/DifferentialChangesetParser.php
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
d1842929afaa | aubort | Merge with Stable Week 26 | Jul 7 2017 | |||
edfc6a69345a | epriestley | Convert some loadPreferences() to getUserSetting() | Jun 2 2016 | |||
92ea4fb098cb | epriestley | Stop two special cache writes in read-only mode | May 30 2016 | |||
bd9bcaa8ffea | epriestley | Improve HTML mail rendering of inline patches | May 12 2016 | |||
1baef494c1b7 | epriestley | Pick context windows for inlines in a slightly smarter way | May 5 2016 | |||
94c7bb605c35 | epriestley | Highlight inline diff context in HTML mail | May 5 2016 | |||
68b468a846c1 | epriestley | Partially improve threading UI for adjacent inline comments | Mar 11 2016 | |||
f2435fd1d0b5 | Joshua Spence | Return `$this` from setter methods | Jul 6 2015 | |||
b6d745b66687 | Joshua Spence | Extend from Phobject | Jun 15 2015 | |||
1b12249b2ca3 | Joshua Spence | Fix some format strings | May 25 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
84f62bdf9a79 | epriestley | Move ported inlines which appear on nonvisible lines backward so they show up | Apr 21 2015 | |||
174cf8239802 | epriestley | Provide getObjectOwnerPHID() on inline comment views | Mar 27 2015 | |||
aa310230b6bc | epriestley | Detect moves and copies with some unchanged lines as moves or copies | Mar 24 2015 | |||
373aaa643a51 | epriestley | Clean up copy detection code a bit | Mar 24 2015 | |||
21826ed7b35a | epriestley | Don't highlight very large files by default | Mar 24 2015 | |||
4310c4ed5387 | epriestley | Track a "Done" state on inline comments | Mar 24 2015 | |||
10a84d66dbc9 | epriestley | Show a more tailored message when adding empty files | Mar 9 2015 | |||
c35cafda2c2f | epriestley | Use ChangesetListView on Differential standalone view | Mar 9 2015 | |||
ad3c94dd454f | epriestley | Make "Show Context" persist rendering, whitespace, encoding, etc | Mar 5 2015 | |||
c82066408d1b | epriestley | Expand Differential test coverage to include moves, shields, and more | Mar 5 2015 | |||
d66cbff29811 | Joshua Spence | Rename a constant | Feb 10 2015 | |||
c66954af262f | Joshua Spence | Fix a TODO | Feb 10 2015 | |||
77eae81e1a5c | Bob Trahan | Policy - fix up DifferentialChangesetParser | Jan 30 2015 | |||
39ca2fdf649f | Joshua Spence | Use `new FutureIterator` instead of `Futures` | Dec 30 2014 | |||
dc1106a9b910 | Bob Trahan | Differential - stop showing the shield for "move away" operations | Nov 18 2014 | |||
1ad0e845188a | epriestley | Show image dimensions and some other metadata in Differential | Aug 13 2014 | |||
8756d82cf6c1 | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
add7bc418dcb | epriestley | Allow Herald to "Require legal signatures" for reviews | Jun 29 2014 | |||
b20884a842a6 | epriestley | Substantially support character encodings and "Highlight As" in changesets | Jun 20 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
b64407d47e18 | epriestley | Fix explosive runtime of detectCopiedCode() | May 19 2014 | |||
d744d5d85995 | epriestley | Fix binary/utf8 issues with Differential changeset parse cache | May 18 2014 | |||
13dae0519368 | epriestley | Make most file reads policy-aware | Sep 30 2013 | |||
ab2ae9e47fa3 | Bob Trahan | Differential - make sure not to return change type header if we're not top level | Sep 13 2013 | |||
11f1268e993f | Wez Furlong | don't throw BadMethodCallException on diffs that add images | Aug 30 2013 | |||
0529acd05b5c | Jakub Vrana | Fix typo in comment | Jun 28 2013 | |||
a22bea2a74cf | epriestley | Apply lint rules to Phabricator | Feb 19 2013 | |||
4f42d85c1c09 | epriestley | Use a serialize()-based cache instead of a JSON-based cache for changesets | Feb 13 2013 | |||
4bd2ad9270ac | epriestley | Merge branch 'master' into phutil_tag | Feb 13 2013 | |||
4eb84149c2f1 | vrana | Convert everything to safe HTML | Feb 13 2013 | |||
b72e7969a1e0 | vrana | Move Pygments handling to libphutil | Feb 10 2013 | |||
3e6fa4365811 | Nick Pellegrino/epriestley | getConfigEnv fails fast when key is not found and no default value is given. | Jan 19 2013 | |||
df8d0a578bbd | vrana | Correctly handle unset generated paths | Jan 17 2013 | |||
e974ffea7fc9 | Ricky Elrod/epriestley | Remove curly braces around line count. | Jan 16 2013 | |||
4566b86376bf | epriestley | Fix two diff rendering bugs | Jan 15 2013 | |||
2de107f21b2c | epriestley | Remove DifferentialChangesetRenderer->(g|s)etLineCount() | Jan 14 2013 | |||
612b29fff40a | epriestley | Implement basic one-up and test renderers | Jan 14 2013 | |||
dbdb01f85807 | epriestley | Fix whitespace and unchanged file shields | Jan 12 2013 | |||
039a5a6d8618 | epriestley | Simplify hunk parsing | Jan 12 2013 | |||
6a6910835874 | epriestley | Simplify context parsing and add test coverage | Jan 11 2013 | |||
9aeebbbf58ec | epriestley | Fix "context not available" in contextless diffs | Jan 10 2013 | |||
f1d7c8fbf8bd | Bob Trahan | fix whitespace mode for differentialHunkParser | Jan 9 2013 | |||
84c27ae255dc | Bob Trahan | re-factor DifferentialChangesetParser pass 3 / N | Jan 9 2013 | |||
fcc5366effa4 | Bob Trahan | fix differential + diffusion for showing generated files | Dec 19 2012 | |||
406833ba90e0 | epriestley | Minor, fix a variable name after recent refactoring. | Dec 13 2012 | |||
c970f7e89c42 | Bob Trahan | refactor pass 2 of N on DifferentialChangesetParser and bonus bug fix | Dec 12 2012 | |||
6ed02e6ee8fb | epriestley | Restore "Reply" action to Differential inline comments | Dec 11 2012 | |||
81d59a0b776b | hfcorriez | Fix call to undefined method for DifferentialChangesetParser::originalRight() | Dec 10 2012 | |||
638449b48372 | Bob Trahan | removed some debugging code from D4117 | Dec 8 2012 | |||
75e8ff26f5eb | Bob Trahan | Refactor DifferentialChangesetParser -- pass 1 of N | Dec 8 2012 | |||
08172cf36143 | Bob Trahan | fluid diff -- more table silliness | Dec 8 2012 | |||
8a6e82eba6f7 | Bob Trahan | more fixes to fluid diff | Dec 7 2012 | |||
1922590f98b5 | Bob Trahan | fix fluid diff change | Dec 7 2012 | |||
210f8e03903a | epriestley | Fix leftover call to renderRightCode() from D4083 | Dec 7 2012 | |||
b4de56ef4bfd | Bob Trahan | make differential use fluid width for code layout | Dec 6 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
e0b9a6338881 | Bob Trahan | make Differential comment panel flexible width and nip a bit at other flexible… | Nov 1 2012 | |||
fdf90b46eb88 | epriestley | Use modern two-stage markup cache (PhabricatorMarkupInterface) in Differential | Oct 24 2012 | |||
c0b9b6db549b | epriestley | Don't count "\r" or "\n" for purposes of linewrapping text in Differential | Oct 23 2012 | |||
67498f33340a | epriestley | Restore phutil_split_lines() to Differential | Oct 20 2012 | |||
468aeaef0db7 | epriestley | Revert "Use phutil_split_lines() in Differential" | Oct 20 2012 | |||
f6cb51562efd | epriestley | Use phutil_split_lines() in Differential | Oct 20 2012 | |||
1b6eced75706 | Wez Furlong | avoid claiming that the source of a file move was unchanged | Oct 9 2012 | |||
58206a146ff1 | vrana | Fix displaying gap context when showing first lines | Oct 4 2012 | |||
377a29644ffd | vrana | Display shield for generated binary files | Oct 2 2012 | |||
958e6cd109f3 | vrana | Add missing break statement | Sep 7 2012 | |||
0f9f8b5f3058 | vrana | Tidy context displayed in gap | Aug 30 2012 | |||
8b715a64b52d | vrana | Don't waste too much cache by a single changeset | Aug 28 2012 | |||
5a0b640ccd00 | Alan Huang | Bump cache version | Aug 24 2012 | |||
ca1775b4687c | vrana | Display context in changeset gaps | Aug 23 2012 | |||
ea5d9d40e166 | vrana | Delete empty command | Aug 23 2012 | |||
6fc01aa5fda5 | Alan Huang | Change background for image views in Differential | Aug 14 2012 | |||
251438b2c2b2 | vrana | Translate change type header | Aug 6 2012 | |||
aefc5654c3f9 | vrana | Load contents of shielded files with lots of changes | Jul 26 2012 | |||
00160ab2a392 | vrana | Remove ambiguous test | Jul 19 2012 | |||
273211ae3e4d | vrana | Highlight also lines that were added on the other side in diff of diffs | Jun 30 2012 | |||
a2f4d661b9a9 | vrana | Fix computing line numbers in diff of diffs | Jun 30 2012 | |||
99df72b81cb3 | vrana | Unhighlight lines modified in rebase | Jun 30 2012 | |||
bf10eaf81c8e | vrana | Wrap Differential property changes | Jun 19 2012 | |||
6cc196a2e557 | vrana | Move files in Phabricator one level up | Jun 1 2012 |
c4science · Help