“installation script fails without mbstring, added
sanity check before executing command”
“[ISSUE-12] redirect to user profile after
finished setup”
“added JSON serialization handler for article
entity, fixes #1337”
Slide 16
Slide 16 text
short description
(empty line)
longer story
about the changeset
which explains
its purpose
Slide 17
Slide 17 text
added extensions sanity check before installation
installation script requires mbstring extension to
correctly process fixtures inserted in the database.
we should detect its presence so the data is not
malformed and installation is not corrupted.