Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
8445288a
Commit
8445288a
authored
Feb 15, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLs
r=dkl a=justdave
parent
adceb1cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
Bug.pm
Bugzilla/Bug.pm
+0
-2
BugUrl.pm
Bugzilla/BugUrl.pm
+1
-0
Requirements.pm
Bugzilla/Install/Requirements.pm
+2
-9
No files found.
Bugzilla/Bug.pm
View file @
8445288a
...
...
@@ -32,8 +32,6 @@ use Bugzilla::BugUrl;
use
List::
MoreUtils
qw(firstidx uniq part)
;
use
List::
Util
qw(min max first)
;
use
Storable
qw(dclone)
;
use
URI
;
use
URI::
QueryParam
;
use
Scalar::
Util
qw(blessed)
;
use
parent
qw(Bugzilla::Object Exporter)
;
...
...
Bugzilla/BugUrl.pm
View file @
8445288a
...
...
@@ -17,6 +17,7 @@ use Bugzilla::Error;
use
Bugzilla::
Constants
;
use
Bugzilla::
Hook
;
use
URI
;
use
URI::
QueryParam
;
###############################
...
...
Bugzilla/Install/Requirements.pm
View file @
8445288a
...
...
@@ -148,9 +148,8 @@ sub REQUIRED_MODULES {
{
package
=>
'URI'
,
module
=>
'URI'
,
# This version properly handles a semicolon as the delimiter
# in a URL query string.
version
=>
'1.37'
,
# Follows RFC 3986 to escape characters in URI::Escape.
version
=>
'1.55'
,
},
# 0.32 fixes several memory leaks in the XS version of some functions.
{
...
...
@@ -397,12 +396,6 @@ sub OPTIONAL_MODULES {
# memcached
{
package
=>
'URI-Escape'
,
module
=>
'URI::Escape'
,
version
=>
0
,
feature
=>
[
'memcached'
],
},
{
package
=>
'Cache-Memcached'
,
module
=>
'Cache::Memcached'
,
version
=>
'0'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment