phab/src/applications/differential/parserstable
phab/src/applications/differential/parser
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
a238f6a7598a | epriestley | Implement rough content-aware inline adjustment rules for ghosts | May 7 2015 | |||
abe28e628a7c | epriestley | Improve performance of generating synthetic changesets | May 7 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 | |||
25ee2d4508d8 | Joshua Spence | Rename `DifferentialHunk` subclasses for consistency | Jan 22 2015 | |||
384b670709aa | Bob Trahan | Fix string truncation calls all over the codebase. | Jan 5 2015 | |||
39ca2fdf649f | Joshua Spence | Use `new FutureIterator` instead of `Futures` | Dec 30 2014 | |||
435085862892 | Bob Trahan | Differential - allow setting viewPolicy from web ui during diff creation process | Nov 19 2014 | |||
dc1106a9b910 | Bob Trahan | Differential - stop showing the shield for "move away" operations | Nov 18 2014 | |||
b93bc7e47947 | Bob Trahan | phutil_utf8_shorten => PhutilUTF8StringTruncator | Aug 30 2014 | |||
1ad0e845188a | epriestley | Show image dimensions and some other metadata in Differential | Aug 13 2014 | |||
86c399b65783 | Joshua Spence | Rename `PhabricatorApplication` subclasses | Jul 23 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 | |||
a4a8cfa6d632 | Joshua Spence | Update callsites of `phutil_json_decode`. | Jun 20 2014 | |||
8dafabbb1d95 | epriestley | Restore test-sensitive whitespace to some test cases | Jun 11 2014 | |||
d0128afa2908 | Joshua Spence/epriestley | Applied various linter fixes. | Jun 10 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
40e2a1c800ff | epriestley | Write new hunks to the modern hunk store | Jun 4 2014 | |||
0aa913805d14 | epriestley | Add an alternate "modern" hunk datastore | Jun 4 2014 | |||
71e9fb96b56e | epriestley | Move more hunk loads into DifferentialHunkQuery | Jun 4 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 | |||
a272ddcc7869 | epriestley | Fix two parsing issues for diffs with damaged whitespace | May 4 2014 | |||
592591e71538 | epriestley | Clean up various pieces of dead/obsolete Differential code | Mar 11 2014 | |||
aff34077c52c | epriestley | Move Differential commit message parsing to a separate, tested class | Mar 8 2014 | |||
627011476733 | Joshua Spence/epriestley | Various linter fixes. | Feb 26 2014 | |||
92ac8b5ad9a5 | epriestley | Make Differential inline comment rendering more consistent and somewhat more… | Feb 21 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 | |||
5d1f94ac8a2c | epriestley | Fix some Phabricator lint warnings | Jun 5 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