phab/src/applications/diffusionproduction
phab/src/applications/diffusion
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
2f44c0fac909 | Bob Trahan | Diffusion - move querying for stable commit name to occur over conduit | May 17 2013 | |||
63e39cef328b | Bob Trahan | Diffusion - move search (grep) system commands to happen over Conduit | May 17 2013 | |||
a54877320917 | epriestley | Make "Receive Test" mail form use MailReceivers | May 17 2013 | |||
016b62a7ef51 | Bob Trahan | Diffusion - move some DiffusionRequest queries to occur over Conduit | May 15 2013 | |||
c1d771d86ca5 | Bob Trahan | Diffusion - move DiffQuery to Conduit | May 14 2013 | |||
2d3c73495ada | Gareth Evans/epriestley | Allow 'readme.md' to be read as readme file in diffusion | May 13 2013 | |||
9c87ba8b09a7 | Gareth Evans/epriestley | parse with %s as `number_format()` returns stirng | May 13 2013 | |||
57ca8de61cce | Chad Little | Modernize Diffusion | May 11 2013 | |||
83bb113be706 | Bob Trahan | Diffusion - fix error log spew from D5894 | May 11 2013 | |||
c36f44a01468 | Bob Trahan | Diffusion - tag queries => conduit | May 11 2013 | |||
a42851501f7b | Bob Trahan | Diffusion - move DiffusionBrowseQuery => Conduit | May 10 2013 | |||
78a8079f595a | deedydas/epriestley | Tokens added to Repository Commits and Pastes | May 9 2013 | |||
5877026e817f | epriestley | Fix highlighted code in Diffusion | May 9 2013 | |||
1c8d045ea0a2 | Bob Trahan | DiffusionFileContentQuery => Conduit | May 7 2013 | |||
30b15e094c59 | epriestley | Load commits affected by revert language in Diffusion message parser | May 7 2013 | |||
7573ad9a7048 | Bob Trahan | DiffusionBranchQuery => Conduit | May 1 2013 | |||
c79d26144a01 | Bob Trahan | Diffusion - move DiffusionExistsQuery to work over conduit | May 1 2013 | |||
2ed29980dbad | epriestley | Make DiffusionQuery extend PhabricatorQuery | Apr 30 2013 | |||
f302751a23d6 | Jakub Vrana | Don't report zero grep results as error | Apr 25 2013 | |||
eff3089650f3 | Jakub Vrana | Allow searching in repositories | Apr 23 2013 | |||
4767068ab782 | Jakub Vrana | Improve page title in Diffusion history | Apr 23 2013 | |||
6a5807eba44f | Jakub Vrana | Link external bug trackers | Apr 20 2013 | |||
725373386afa | Jakub Vrana | Pull only existing authorPHIDs in blame | Apr 19 2013 | |||
141228343c84 | Juan Pablo Civile/epriestley | Fix error in D5634 | Apr 15 2013 | |||
e31e998f3b8a | Jakub Vrana | Convert differential.revisionPHID commit detail to edge | Apr 13 2013 | |||
985a85ec7229 | epriestley | Show diffs of removed and propchanged files in Mercurial correctly | Apr 11 2013 | |||
57ad790de35b | Chad Little | Hovercard tweaks | Apr 7 2013 | |||
3231df762513 | Jakub Vrana | Deprecate 'maniphest.enabled' and 'phriction.enabled' | Apr 6 2013 | |||
3391e3d34b10 | Jakub Vrana | Use (a = ? AND b = ?) instead of (a, b) IN (?, ?) | Apr 6 2013 | |||
b951a38a077e | Anh Nhan Nguyen/epriestley | Adding hovercard event listeners for Users, Revisions, Conpherence and Commits | Apr 6 2013 | |||
b0d408c5d3a2 | Anh Nhan Nguyen/epriestley | Fix failing unit test `testParentEdgeCases` under Windows | Apr 2 2013 | |||
3f708710eb8d | Nick Harper | Don't barf on bad commit identifiers | Mar 19 2013 | |||
855e085c6f50 | epriestley | Uninstall Conduit calls when uninstalling applications | Mar 13 2013 | |||
4c914a5c4937 | epriestley | Remove all calls to renderSingleView() and deprecate it | Mar 9 2013 | |||
4e535b03e53e | vrana | Adjust the shade of green in blame | Mar 8 2013 | |||
b3a63a62a21b | vrana | Introduce PhabricatorEmptyQueryException | Mar 7 2013 | |||
1091dc7aa151 | vrana | Save blame info to lint messages | Mar 7 2013 | |||
e57f20905683 | vrana | Load blame in Diffusion by AJAX | Mar 6 2013 | |||
8ae718c2aab5 | epriestley | Require a viewer for Remarkup rendering | Mar 4 2013 | |||
2cd4f2e82709 | vrana | Resolve SVN commit identifier inside Git in lint saver | Mar 4 2013 | |||
0ff9ce69638b | vrana | Don't try to highlight 11 in Remarkup | Mar 2 2013 | |||
f6bba771cb3b | epriestley | Fix DiffusionBrowseQuery->setUser() vs ->setViewer() | Mar 1 2013 | |||
0a069cb55ace | epriestley | Require a viewer to load handles | Mar 1 2013 | |||
1539b21b45c6 | epriestley | Fix overescaping for Repositories home screen | Feb 28 2013 | |||
88497bf7dfcd | epriestley | Use reverse(x::y) instead of y::x in Mercurial history queries | Feb 28 2013 | |||
e2c9ebdbc1d0 | epriestley | Fix DiffusionMercurialHistoryQuery for file history | Feb 28 2013 | |||
e5122877a55d | epriestley | Fix Mercurial "Last Modified" query | Feb 28 2013 | |||
8fead366154f | epriestley | Implement DiffusionMercurialContainsQuery in Diffusion | Feb 28 2013 | |||
ed00e37f4734 | epriestley | Fix commit policy stuff and anchor handling | Feb 27 2013 | |||
fe78944c9df7 | epriestley | Prepare Diffusion for hovercards | Feb 27 2013 | |||
fe500f4268a2 | epriestley | Pre-prepare for hovercards | Feb 26 2013 | |||
58ef3be1c665 | Anh Nhan Nguyen/epriestley | made DiffusionHomeController use commit summaries | Feb 26 2013 | |||
e9b5eb860906 | vrana | Fix number of lint count displayed on SVN files | Feb 22 2013 | |||
b32bfb654163 | epriestley | Render commit summaries when rendering handles | Feb 22 2013 | |||
6cee50d4d655 | vrana | Link Browse Repository from repo overview | Feb 21 2013 | |||
4f5e57283f79 | vrana | Fix dynamic string usage as safe input | Feb 21 2013 | |||
762ace810df3 | kwadwo/epriestley | Allow files to TTL and and be garbage collected | Feb 20 2013 | |||
a22bea2a74cf | epriestley | Apply lint rules to Phabricator | Feb 19 2013 | |||
dea1a9585c1c | Evan Priestley | Merge pull request #237 from dmrenie/master | Feb 14 2013 | |||
60cb9e1cfb1f | Evan Priestley | Merge pull request #267 from taichi/escape_file_path | Feb 14 2013 | |||
ef7f16180ce5 | epriestley | Restore merge of phutil_tag. | Feb 13 2013 | |||
73cce6e1310b | epriestley | Revert "Promote phutil-tag again" | Feb 13 2013 | |||
4bd2ad9270ac | epriestley | Merge branch 'master' into phutil_tag | Feb 13 2013 | |||
718d22d607db | vrana | Convert Remarkup to safe HTML | Feb 13 2013 | |||
5ad526942bb6 | vrana | Convert AphrontPanelView to safe HTML (except children) | Feb 13 2013 | |||
21ddd3a73f24 | taichi | escape svn repository file paths. | Feb 13 2013 | |||
80fb84bd94cc | vrana | Convert PhabricatorTransactionView to safe HTML | Feb 12 2013 | |||
868ca71451d3 | vrana | Fix some HTML problems | Feb 12 2013 | |||
c9ab1fe50553 | vrana | Return safe HTML from all render() | Feb 12 2013 | |||
37b98450a57b | vrana | Replace array_interleave() by phutil_implode_html() | Feb 12 2013 | |||
a22ef4e9b472 | vrana | Kill most of phutil_escape_html() | Feb 12 2013 | |||
ca0d6aca1098 | epriestley | Add separate exception for when the repository clone is unreadable. | Feb 11 2013 | |||
9b8da7376550 | vrana | Convert AphrontTableView to safe HTML | Feb 10 2013 | |||
059920c2dac5 | vrana | Convert AphrontErrorView to safe HTML | Feb 8 2013 | |||
11bb8db9705d | epriestley | Merge branch 'master' into phutil_tag | Feb 7 2013 | |||
2f508bf0dc52 | vrana | Delete some phutil_safe_html() | Feb 6 2013 | |||
1d0058abcf24 | Bob Trahan | Update PeopleMenu to only show integration with applications if they are… | Feb 5 2013 | |||
8f1311bbc182 | epriestley | Merge branch 'master' into phutil_tag | Feb 5 2013 | |||
af1f57b37ac3 | epriestley | Add a preference to completely disable the file tree | Feb 5 2013 | |||
34c51a61b55d | vrana | Delete preference for Diffusion symbols | Feb 4 2013 | |||
0f1bdbe147a7 | epriestley | Merge branch 'master' into phutil_tag | Feb 4 2013 | |||
5459af3bdda7 | vrana | Fix dynamic string usage as safe input | Feb 3 2013 | |||
6e959011611a | vrana | Convert phutil_render_tag() to phutil_tag() for inline comments | Feb 2 2013 | |||
01236dcaf046 | vrana | Use PhutilNumber in translations | Jan 31 2013 | |||
7f43826854d2 | epriestley | render_tag -> tag: fix more callsites (more view, misc) | Jan 31 2013 | |||
525673126221 | epriestley | Don't show changes for commits which affect more than 1,000 files | Jan 30 2013 | |||
c1bcccb227bf | epriestley | Always render comment panel in Diffusion commit view | Jan 30 2013 | |||
40547030a54e | epriestley | render_tag -> tag: PropertyListView | Jan 29 2013 | |||
edfcd7bd2d6a | epriestley | render_tag -> tag: phame, remarkup | Jan 29 2013 | |||
fb6dbd7d3a28 | epriestley | Convert more render_tag -> tag | Jan 29 2013 | |||
a1ff679f41f8 | epriestley | Fix AphrontCrumbView (phutil_tag) | Jan 26 2013 | |||
3093d1663de4 | epriestley | Add javelin_tag(), convert easy callsites | Jan 25 2013 | |||
fc6838b890ae | vrana | Fix double escaping after D4638 | Jan 25 2013 | |||
3c1b8df8ae6e | vrana | Convert simple phutil_render_tag() to phutil_tag() | Jan 25 2013 | |||
20768d65d566 | vrana | Convert phutil_render_tag(X, Y, '...') to phutil_tag | Jan 25 2013 | |||
48561a8b1f7b | vrana | Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag | Jan 25 2013 | |||
f8dbfdd59d51 | vrana | Convert phutil_render_tag(X, Y) to phutil_tag | Jan 25 2013 | |||
c9870b12aeee | vrana | Don't add trailing slash to Search Owners link | Jan 24 2013 | |||
b3fa5492b48e | vrana | Allow blaming of seemingly binary files in SVN | Jan 24 2013 | |||
ffd46df597c6 | vrana | Avoid error in blaming empty file | Jan 24 2013 |
c4science · Help