github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2013-01-21 11:17 pm

[dreamwidth/dw-free] f261bb: (Bug 4851) Fix operator precedence

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: f261bb821c90234fd00ada5451355fa4064746dc
https://github.com/dreamwidth/dw-free/commit/f261bb821c90234fd00ada5451355fa4064746dc
Author: Afuna <fu@dreamwidth.org>
Date: 2013-01-21 (Mon, 21 Jan 2013)

Changed paths:
M cgi-bin/DW/Routing.pm

Log Message:
-----------
(Bug 4851) Fix operator precedence

What we want:

ssl && ( GET || HEAD )

What we actually had:

( ssl && GET ) || HEAD


Commit: 1d98c55ceeec489e4c745b537de6ac5122cc91a4
https://github.com/dreamwidth/dw-free/commit/1d98c55ceeec489e4c745b537de6ac5122cc91a4
Author: Afuna <afunamatata+github@gmail.com>
Date: 2013-01-21 (Mon, 21 Jan 2013)

Changed paths:
M cgi-bin/DW/Routing.pm

Log Message:
-----------
Merge pull request #232 from afuna/head-https-bug4851

(Bug 4851) Fix operator precedence


Compare: https://github.com/dreamwidth/dw-free/compare/4567aecf72fb...1d98c55ceeec