]> git.agnieray.net Git - galette.git/history - galette/lib/Galette/Controllers/Crud/MembersController.php
Setting error codes that way breaks redirection
[galette.git] / galette / lib / Galette / Controllers / Crud / MembersController.php
2021-10-17 Johan CwiklinskiSetting error codes that way breaks redirection
2021-10-17 Johan CwiklinskiAdd methods to manage dependencies to load on members
2021-10-17 Johan CwiklinskiCreate member from parent
2021-10-17 Johan CwiklinskiChild management from parents
2021-10-02 Johan CwiklinskiUse constants for modes; few typos.
2021-09-30 Johan CwiklinskiMassive add contributions; closes #1381
2021-09-28 Johan CwiklinskiMass edition of dynamic fields; closes #1194
2021-09-28 Johan CwiklinskiFactorize visibility check for core fields
2021-04-25 Johan CwiklinskiFix typehint
2021-04-16 Johan CwiklinskiKeep values changed when an error occurs; closes #1542
2021-04-05 Johan CwiklinskiPrevent some possible XSS
2021-03-17 Johan CwiklinskiFix none required adding member
2021-01-10 Johan CwiklinskiReplacements feature; fixes #1393
2020-12-13 Johan CwiklinskiIntegrate php-di; closes #1372
2020-12-06 Johan CwiklinskiFixes from scrutinizer errors
2020-11-11 Johan CwiklinskiImprove captcha; closes #1516
2020-11-01 Johan CwiklinskiClean unreachable code
2020-09-14 Johan CwiklinskiFix dynamic file display; closes #1486
2020-08-22 Johan CwiklinskiUse events to send member administrative emails
2020-08-22 Johan CwiklinskiEnsure self subscription captcha is not inspected as...
2020-08-17 Johan CwiklinskiMakes default member password stronger
2020-07-31 Johan CwiklinskiMass uncheck booleans; closes #1471
2020-07-11 Johan CwiklinskiRemove useless checks
2020-07-11 Johan CwiklinskiUse two distinct routes for add and edit; let routing...
2020-06-13 Johan CwiklinskiRemove 'svn' lines
2020-06-12 Johan CwiklinskiCheck captcha from controller; refs #1441
2020-06-11 Johan CwiklinskiFix var name
2020-06-11 Johan CwiklinskiNot initialized array
2020-06-11 Johan CwiklinskiCS
2020-06-11 Johan CwiklinskiSwitch to PSR12, phpcbf fix
2020-06-10 Scrutinizer Auto... Scrutinizer Auto-Fixes (#59)
2020-06-10 Johan CwiklinskiFixes, run CS on PHP 7.4
2020-06-02 Johan CwiklinskiFix inconsistent data on duplication; closes #1432
2020-05-26 Johan CwiklinskiConfigure members list displayed fields; closes #979
2020-05-24 Johan CwiklinskiFix various warnings
2020-05-09 Johan CwiklinskiMigrate public page to a controller
2020-05-08 Johan CwiklinskiMigrate contributions and transactions to controllers
2020-05-08 Johan CwiklinskiFinalize migration to a controller of "members" routes
2020-05-07 Johan CwiklinskiFix regression
2020-05-07 Johan CwiklinskiFix cs
2020-05-07 Johan CwiklinskiFix some warnings
2020-05-05 Johan CwiklinskiEnds members routes migration to a controller
2020-05-04 Johan CwiklinskiBegin to migrate members routes to a controller