1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 02:08:47 +02:00
phorge-phorge/src/applications/diffusion/view
epriestley 70a2a653ff Revert D4359 and apply a better fix
Summary:
In D4359 I fixed an error with 'lint' in SVN repositories, but created an error with the 'lint' column in Javascript. Specifically, when we load the column information over Ajax, we now always include a 'lint' key, even if there is no lint column.

Instead, access the 'lint' property conditionally (so SVN works) but don't include the key if there's no data (so Javascript works).

Test Plan: Loaded SVN, non-SVN non-lint, non-SVN+lint repositories. Everything appeared to work correctly.

Reviewers: asherkin, codeblock

Reviewed By: codeblock

CC: aran

Differential Revision: https://secure.phabricator.com/D4578
2013-01-22 12:26:52 -08:00
..
DiffusionBranchTableView.php Move setUser() to AphrontView 2012-12-20 14:49:52 -08:00
DiffusionBrowseTableView.php Revert D4359 and apply a better fix 2013-01-22 12:26:52 -08:00
DiffusionCommentListView.php Move setUser() to AphrontView 2012-12-20 14:49:52 -08:00
DiffusionCommentView.php Move setUser() to AphrontView 2012-12-20 14:49:52 -08:00
DiffusionCommitChangeTableView.php Allow excluding paths from package 2012-12-07 16:33:16 -08:00
DiffusionEmptyResultView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DiffusionHistoryTableView.php Use user's timezone in repo history 2012-12-20 15:16:05 -08:00
DiffusionTagListView.php Move setUser() to AphrontView 2012-12-20 14:49:52 -08:00
DiffusionView.php upgrade diffusion to use modern header UI and fix a few quirks 2012-12-12 17:50:42 -08:00