]> git.agnieray.net Git - galette.git/history - galette/lib/Galette/Core/Install.php
Some slight accessibility related improvements
[galette.git] / galette / lib / Galette / Core / Install.php
2023-11-07 Guillaume AGNIERAY Some slight accessibility related improvements
2023-11-05 Johan CwiklinskiAdd telemetry step at install
2023-10-19 Johan CwiklinskiFix some duplicate translations (wrong case)
2023-03-22 Johan CwiklinskiRefactor Titles
2023-03-12 Johan CwiklinskiFix display issue on connection failure
2023-02-21 Johan Cwiklinskiphpstan level 3
2023-02-19 Johan Cwiklinskiphpstan, level 2
2023-02-19 Johan Cwiklinskiphpstan level 1 fixes
2023-02-18 Johan CwiklinskiCS fixes from scrutinizer
2023-02-17 Guillaume AGNIERAYMove install print stylesheet in theme
2023-02-11 Johan CwiklinskiAdd phpstan, fix detected errors
2023-01-07 Johan CwiklinskiAdd missing properties declarations
2021-12-18 Guillaume AGNIERAYUse Fomantic UI
2021-10-24 Johan CwiklinskiIgnore "no active transaction"
2021-05-09 Johan CwiklinskiFix web installer
2021-05-08 Johan CwiklinskiAdd test on update process
2021-05-08 Johan CwiklinskiFix php8/mysql autocommit issue
2021-05-08 Johan CwiklinskiDo not retrieve current version update script
2021-05-08 Johan CwiklinskiExecute each migration seperately
2021-01-12 Johan CwiklinskiFix installation
2020-12-06 Johan CwiklinskiSession is useless in Login
2020-11-06 Johan CwiklinskiCatch Throwables instead of Exceptions
2020-07-31 Johan CwiklinskiCS: declare visibility for constants
2020-06-14 Johan CwiklinskiAvoid count in loops
2020-06-13 Johan CwiklinskiRemove 'svn' lines
2020-06-11 Johan CwiklinskiSwitch to PSR12, phpcbf fix
2020-06-10 Scrutinizer Auto... Scrutinizer Auto-Fixes (#59)
2020-05-01 Johan CwiklinskiI18n for email texts; closes #1330
2020-03-28 Johan CwiklinskiVarious texts fixes, from comments on weblate
2020-03-07 Johan CwiklinskiMerge remote-tracking branch 'weblate/develop' into...
2020-03-07 Johan CwiklinskiSwitch to Laminas
2020-02-13 Johan CwiklinskiMerge branch 'hotfix/0.9.3.1' into develop
2020-02-13 Johan CwiklinskiMerge branch 'hotfix/0.9.3.1'
2019-12-17 Johan CwiklinskiFix CS
2018-04-09 Johan CwiklinskiMerge branch 'release/0.9.1rc1'
2018-02-20 Johan CwiklinskiFix update from 0.6x
2017-10-29 Johan CwiklinskiMerge branch 'release/0.9rc3'
2017-10-26 Johan CwiklinskiFix is_writable call; fixes #1088
2017-10-01 Johan CwiklinskiMerge branch 'release/0.9rc2'
2017-09-23 Johan CwiklinskiMinor improvements on install
2017-09-17 Johan CwiklinskiMerge branch 'release/0.9rc1'
2017-09-17 Johan CwiklinskiFix models initialization
2017-09-17 Johan CwiklinskiFix install scripts path
2017-04-30 Johan CwiklinskiFix bad variable on install
2017-04-16 Johan CwiklinskiReplace all each() calls
2017-01-21 Johan CwiklinskiBegin to migrate plugins install
2016-12-24 Johan CwiklinskiMerge branch 'hotfix/0.8.3.3' into develop
2016-12-15 Johan CwiklinskiMerge branch 'hotfix/0.8.3.1' into develop
2016-11-08 Johan CwiklinskiFix CS
2016-11-08 Johan CwiklinskiRework installer
2016-10-31 Johan CwiklinskiCS
2016-10-17 Johan CwiklinskiFix PdfModels constructor calls
2016-10-17 Johan CwiklinskiMerge branch 'release/0.8.3'
2016-10-16 Johan CwiklinskiTry to load missing PDF models
2016-09-24 Johan CwiklinskiDop zdb global on FieldsConfig; refs #414
2016-06-10 Guillaume Rousseadd new models on update
2015-06-09 Johan CwiklinskiMerge branch 'release/0.8.2'
2015-04-20 Johan CwiklinskiDrop SQLite support
2015-03-30 Johan CwiklinskiFix undefined index, take care of single quotes reading...
2014-11-25 Johan CwiklinskiFix missing property on FieldsConfig constructor; fixes...
2014-11-08 Johan CwiklinskiDynamic member form; fixes #156
2014-11-08 Johan CwiklinskiUse single quotes writing config file to prevent some...
2014-09-14 Johan CwiklinskiMerge branch 'release/0.8'
2014-05-17 Johan CwiklinskiFix return code with new SQL update system; fixes #814
2014-02-23 Johan CwiklinskiUnset installed version when stepping back in installer
2014-01-15 Johan CwiklinskiTake care of updates; fixes #448
2014-01-14 Johan CwiklinskiLines too long
2014-01-14 Johan CwiklinskiTry to discover current installed version at upgrade...
2014-01-12 Johan CwiklinskiFix a typo
2014-01-04 Johan CwiklinskiUpdate copyright date
2014-01-04 Johan CwiklinskigetScript path can be set (for UT) and defaults to '.'
2014-01-04 Johan CwiklinskiFix previous step when at install step
2014-01-03 Johan CwiklinskiFix a typo, fix a deprecated comment
2014-01-02 Johan CwiklinskiDatabase scripts has moved
2014-01-01 Johan CwiklinskiBad constant name; refs #448
2014-01-01 Johan CwiklinskiUpdate Galette available version; refs #448
2014-01-01 Johan CwiklinskiinstallInit may return false if all has already been...
2014-01-01 Johan CwiklinskiPreferences no longer use global zdb reference; refs...
2014-01-01 Johan CwiklinskiFix database checks display; refs #448
2014-01-01 Johan CwiklinskiFix installation with ZF2; refs #448
2014-01-01 Johan CwiklinskiRemove unsecure passwords; refs #448
2014-01-01 Johan CwiklinskiBegin to take care of upgrade; refs #448
2014-01-01 Johan CwiklinskiAdd a method to build installation report; refs #448
2014-01-01 Johan CwiklinskiSome installInit method has changed, and there are...
2014-01-01 Johan CwiklinskiFix undefined index; refs #448
2014-01-01 Johan CwiklinskiUse new password hash; refs #448
2014-01-01 Johan CwiklinskiInstaller, first working version, with all install...
2014-01-01 Johan CwiklinskiAdd SQLite, improve display, add db check step, begin...
2014-01-01 Johan CwiklinskiFirst new installation try; refs #448