https://bugzilla.wikimedia.org/show_bug.cgi?id=16361

           Summary: Add user and password globals so that those using
                    SubversionShell and closed svn can see diffs
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: need-review, patch
          Severity: enhancement
          Priority: Normal
         Component: CodeReview
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The attached patch adds two globals $wgSubversionUser and $wgSubversionPassword
that allow people using SubversionShell with a closed svn to still view diffs,
etc. with Special:Code.

Details:
$wgSubversionUser (mixed): String of the username needed to access svn, or
false if not needed (default false)
$wgSubversionPassword (mixed): String of the password needed to access svn, or
false if not needed (default false)

Both of the above globals are properly escaped before being passed into the
shell


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to