Skip to content

Tags: peterkeung/ezpublish-legacy-netgen

Tags

v2017.07.0

Toggle v2017.07.0's commit message

Verified

This tag was signed with the committer’s verified signature.
emodric Edi Modrić
Release v2017.07.0

v2017.06.0

Toggle v2017.06.0's commit message

Verified

This tag was signed with the committer’s verified signature.
emodric Edi Modrić
Release v2017.06.0

v2017.04.0

Toggle v2017.04.0's commit message

Verified

This tag was signed with the committer’s verified signature.
emodric Edi Modrić
Release v2017.04.0

v2017.03.0

Toggle v2017.03.0's commit message

Verified

This tag was signed with the committer’s verified signature.
emodric Edi Modrić
Release v2017.03.0

v2017.02.0

Toggle v2017.02.0's commit message

Verified

This tag was signed with the committer’s verified signature.
emodric Edi Modrić
Release version 2017.02.0

v2016.11.0

Toggle v2016.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
emodric Edi Modrić
Release version 2016.11.0

v2016.10.0

Toggle v2016.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
emodric Edi Modrić
Release v2016.10.0

v2015.01.3

Toggle v2015.01.3's commit message
Fix EZP-24140: Potential vulnerability in eZ Publish password recovery

Use openssl_random_pseudo_bytes() if available, otherwise fall back to mt_rand(). Use microtime() for entropy.

(cherry picked from commit 5908d5e)

v2014.11.2

Toggle v2014.11.2's commit message
Fix EZP-24140: Potential vulnerability in eZ Publish password recovery

Use openssl_random_pseudo_bytes() if available, otherwise fall back to mt_rand(). Use microtime() for entropy.

(cherry picked from commit 5908d5e)

v2015.01.2

Toggle v2015.01.2's commit message
Fix EZP-24135: Output buffer gets cleared after legacy call

Moved hasInstance() method from \eZ\Publish\Core\MVC\Legacy\Kernel to ezpKernel
Use hasInstance() in eZScript
Use hasInstance() in Kernel::instance()
CS fix in Kernel::instance()

(cherry picked from commit 97d6a72)