php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66324 Commit buttons have disappeared from Online Editor
Submitted: 2013-12-19 10:14 UTC Modified: 2013-12-20 05:49 UTC
From: daverandom@php.net Assigned: yannick (profile)
Status: Closed Package: Online Doc Editor problem
PHP Version: Irrelevant OS: Any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: daverandom@php.net
New email:
PHP Version: OS:

 

 [2013-12-19 10:14 UTC] daverandom@php.net
Description:
------------
All commit related functionality has disappear from the online editor when logged in using a valid VCS account. This problem has been reported by multiple users.

http://chat.stackoverflow.com/rooms/11/conversation/php-net-doc-oe-commit-bug-discussion

Test script:
---------------
// none

Expected result:
----------------
Editor will allow VCS users to commit docs patches

Actual result:
--------------
It doesn't working

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-12-19 10:14 UTC] daverandom@php.net
-Assigned To: +Assigned To: yannick
 [2013-12-19 21:29 UTC] yannick@php.net
I found the problem.

The editor check for user karma and display the commit button only if the connected user have the right karma.

For this purpos, the editor check this file :
https://svn.php.net/viewvc/SVNROOT/global_avail?view=co
It parse it, save it into DB, and re-check it again to see all modification.

The problem is actually, this view have been disable.

Need to see why, and fix it into conf/project.php.ini into the editor
 [2013-12-20 05:49 UTC] yannick@php.net
-Status: Assigned +Status: Closed
 [2013-12-20 05:49 UTC] yannick@php.net
This bug has been fixed in SVN, and should show up online in an
hour or three.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 03:01:35 2024 UTC