roxen:5.2

Last commit made on 2019-01-04
Get this branch:
git clone -b 5.2 https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
5.2
Repository:
lp:roxen

Recent commits

79ddacd... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws390' into 5.2

* patches/ws390:
  UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

9ff7ea5... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

UserDB [LDAP] [Pike 7.8]: Fixed broken handling of %u%.

Since Pike 7.7.14 all URI-escapes in LDAP-URLs are decoded.
This broke use of the magic marker '%u%' as it was interpreted
as a Unicode-escape. We now force the marker to be escaped
properly before parsing the LDAP-URL.

Also some related code-cleanup.

Fixes [WS-390].

546e31f... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/bug7746' into 5.2

* patches/bug7746:
  ABS: Fix listing of call_outs.

d8ff335... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

ABS: Fix listing of call_outs.

Fixes ABS listing of call_outs which have no arguments or not an array
as the first argument.

Fixes [bug 7746].

15df0f5... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/bug7707' into 5.2

* patches/bug7707:
  RXML [Help]: Fixed tag name quoting on non-existing tag.

7eff460... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

RXML [Help]: Fixed tag name quoting on non-existing tag.

Thanks to Henry Umansky <email address hidden> for the report.

Fixes [bug 7707].

e14edfb... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/cookies' into 5.2

* patches/cookies:
  API [Roxen.set_cookie]: Fixed the function type.

4e27e70... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

API [Roxen.set_cookie]: Fixed the function type.

The last two arguments to Roxen.set_cookie() are flags, and should
thus accept the canonical true value (ie 1).

5c133ef... by Martin Karlgren <email address hidden>

Static Resource: Don't attempt to stat paths with a leading double slash.

In URL contexts, a leading double slash means protocol-relative link.

5e7c548... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/bug7439' into 5.2

* patches/bug7439:
  TagSQLQuery: Removed remaining leakage of SQLKey to backtraces.
  SQLKey: Improved censoring of passwords. Fixes [bug 7439] some more.