Page MenuHomePhabricator

Update Project for handleRequest
ClosedPublic

Authored by chad on Aug 8 2015, 4:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 12, 7:55 AM
Unknown Object (File)
Thu, Sep 12, 7:55 AM
Unknown Object (File)
Sat, Sep 7, 12:32 AM
Unknown Object (File)
Thu, Sep 5, 3:28 PM
Unknown Object (File)
Wed, Sep 4, 10:15 AM
Unknown Object (File)
Sun, Sep 1, 12:11 PM
Unknown Object (File)
Sat, Aug 31, 2:20 PM
Unknown Object (File)
Aug 25 2024, 1:16 PM
Subscribers

Details

Summary

Updates Projects to use handleRequest

Test Plan

New Project, Edit Project, Archive, Watch, Create Workboards, Import Workboards, Edit Column, New Column, Change Icon, Add/Remove Members

Diff Detail

Repository
rP Phabricator
Branch
process-project
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 7538
Build 8116: [Placeholder Plan] Wait for 30 Seconds
Build 8115: arc lint + arc unit

Event Timeline

chad retitled this revision from to Update Project for handleRequest.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/project/controller/PhabricatorProjectBoardImportController.php
8

By convention, consider separating words with underscores in lowercase variable names: $project_id.

src/applications/project/controller/PhabricatorProjectColumnDetailController.php
9

Yeah, this one's a little more consistent with the rest of the codebase I think.

src/applications/project/controller/PhabricatorProjectListController.php
12

Really minor, but consider $query_key for similar reasons.

This revision is now accepted and ready to land.Aug 8 2015, 4:54 PM
chad marked 3 inline comments as done.
chad edited edge metadata.
  • Update per comments
This revision was automatically updated to reflect the committed changes.