Skip to content

Tags: sagepe/fixmystreet

Tags

v2.4

Toggle v2.4's commit message
Version 2.4.

v2.3.5

Toggle v2.3.5's commit message
Update user object before attempting sign-in.

This prevents leaking of user account phone
number on a failed login attempt.

v2.3.4

Toggle v2.3.4's commit message
Version 2.3.4.

v2.3.3

Toggle v2.3.3's commit message
Version 2.3.3.

v2.3.2

Toggle v2.3.2's commit message
Version 2.3.2.

v2.3.1

Toggle v2.3.1's commit message
Merge branch 'version-2.3.1'

v2.3

Toggle v2.3's commit message
Merge branch 'version-2.3'

v2.2

Toggle v2.2's commit message
Fix issues with Open/Closed translated too early.

It was possible for _hardcoded_states to be reached with no locale
selected (e.g. bin/update-all-reports), causing an error trying to
translate Open/Closed. But translating those there wasn't correct,
because that would then be cached and returned even if a different
language was being used. Caching was ignored in testing, which did
not help.

We no longer translate the state names in their objects, only upon
display at the point that we will know the locale. We can't simply
return the translation of Open/Closed because there may be entries
in the translation table as well.

v2.1.1

Toggle v2.1.1's commit message
Version 2.1.1

v2.1

Toggle v2.1's commit message
Reinstate FCGI module for Plack FCGI handler usage