~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to phabricator/src/applications/diffusion/controller/DiffusionBrowseSearchController.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-01-29 00:15:58 UTC
  • mfrom: (0.14.1) (0.13.1) (0.10.2) (2.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20150129001558-7qklhtcc043y9mog
Tags: 0~git20150129-1
* New snapshot release
* restricted access to local config file (closes: #775479)
* moved local config file to /var/lib/phabricator (closes: #775478)
* switched mysql-server dependency to recommends (closes: #773536)
* use /run instead of /var/run (closes: #775803)
* prevent package reinstall from overwritting local changes (closes: #776288)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
final class DiffusionBrowseSearchController extends DiffusionBrowseController {
4
4
 
5
 
  public function processRequest() {
 
5
  protected function processDiffusionRequest(AphrontRequest $request) {
6
6
    $drequest = $this->diffusionRequest;
7
7
 
8
8
    $actions = $this->buildActionView($drequest);
132
132
    }
133
133
 
134
134
    try {
135
 
      Futures($futures)->limit(8)->resolveAll();
 
135
      id(new FutureIterator($futures))
 
136
        ->limit(8)
 
137
        ->resolveAll();
136
138
    } catch (PhutilSyntaxHighlighterException $ex) {}
137
139
 
138
140
    $rows = array();