php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61113 Unified diffs use absolute path of doc editor server
Submitted: 2012-02-16 21:15 UTC Modified: 2012-02-19 13:40 UTC
From: frozenfire@php.net Assigned: irker (profile)
Status: Closed Package: Online Doc Editor problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2012-02-16 21:15 UTC] frozenfire@php.net
Description:
------------
Currently, when downloading a unified diff from a patch waiting for review, the 
paths used in the diff are absolute. This creates a problem where applying the 
patch requires that one specify -p7 or -p8 to the patch utility.

Unified diffs should use the project root as the base of the diff.

Expected result:
----------------
en/reference/yadayada.xml

Actual result:
--------------
/local/web/sites/edit.php.net/data/phpdoc-all/en/reference/yadayada.xml

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-19 13:40 UTC] irker@php.net
Can you check patch format now?
 [2012-02-19 13:40 UTC] irker@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: irker
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 18:01:28 2024 UTC