phab/src/applications/differential/parserfeature/better-testing
phab/src/applications/differential/parser
feature/better-testing
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
09c8af4de065 | epriestley | Upgrade phabricator to libphutil v2 | May 30 2012 | |||
6f10706852af | vrana | Display and link lint errors on line 0 | May 30 2012 | |||
5a1d89227bec | vrana | Use subtler highlighting for copied and moved code | May 10 2012 | |||
b80ea9e0e85a | epriestley | Revert cd63d9b2ce26 / D2403, see diff. This broke inline comments by making… | May 7 2012 | |||
cd63d9b2ce26 | vrana | Use subtler highlighting for copied and moved code | May 5 2012 | |||
3fa310f3c00d | vrana | Render shields before highlighting code | May 4 2012 | |||
e08b4cbb2c83 | vrana | Inform about moved code and prefer it over copied code | Apr 30 2012 | |||
13a48a79d733 | vrana | Highlight copied/moved lines in Differential | Apr 29 2012 | |||
0732f2f9ddae | vrana | Hide selection to provide a visual cue about clipboard JS magic in Differential | Apr 25 2012 | |||
7e571994bc7c | vrana | Don't display inline comment's Reply in standalone view | Apr 18 2012 | |||
752d742085d6 | vrana | Fix copy/paste error from D2227 | Apr 18 2012 | |||
74cdad29d086 | vrana | Don't save highlithing errors to cache | Apr 17 2012 | |||
974b576df09a | vrana | Fix whitespace | Apr 10 2012 | |||
bc61f36bebe1 | vrana | Replace `elseif` by `else if` | Apr 5 2012 | |||
582fc847f25d | vrana | Use assert_instances_of() in Differential | Apr 5 2012 | |||
315870d56a33 | epriestley | Fix various newline problems in the difference engines | Mar 22 2012 |
c4science · Help