]> git.agnieray.net Git - galette.git/history - galette/lib/Galette/Controllers/Crud/ContributionsController.php
Merge branch 'hotfix/1.0.4'
[galette.git] / galette / lib / Galette / Controllers / Crud / ContributionsController.php
2024-03-01 Johan CwiklinskiMerge branch 'hotfix/1.0.3'
2024-03-01 Johan CwiklinskiDisable events from mass changes; closes #1733
2024-01-16 Johan CwiklinskiMerge branch 'hotfix/1.0.1'
2024-01-05 Johan CwiklinskiFix redirection URL when conribution creation fails
2023-12-07 Johan CwiklinskiMerge branch 'release/1.0.0'
2023-11-08 Johan CwiklinskiSome phpstan lvl 4 checks
2023-11-07 Johan CwiklinskiFix contribution filtering from transactions
2023-10-27 Johan CwiklinskiUse requested contribution type; closes #1738
2023-09-30 Johan CwiklinskiLoad member children
2023-09-24 Johan CwiklinskiFix mass add contributions; closes #1694
2023-09-11 Johan CwiklinskiType is sent as route argument; closes #1689
2023-03-02 Johan CwiklinskiPrevent issue on PHP 8.2
2023-03-01 Johan CwiklinskiFix batch contributions removal
2023-02-19 Johan Cwiklinskiphpstan level 1 fixes
2023-02-18 Johan CwiklinskiCS fixes from scrutinizer
2023-02-17 Johan CwiklinskiMerge branch 'feature/fix/single-removal-actions' into...
2023-02-17 Guillaume AGNIERAYAdd missing route argument
2023-02-10 Johan CwiklinskiMigration to slimv4
2023-02-10 Guillaume AGNIERAYFix advanced modal to select a contribution
2023-01-10 Guillaume AGNIERAYFix selection of contributions on transaction form
2022-07-09 Johan CwiklinskiFix CS
2022-07-09 Johan CwiklinskiMy contributions was not filtered on current member...
2022-07-07 Johan CwiklinskiFix CS
2022-07-07 Johan CwiklinskiRemaining smarty syntax, few fixes
2022-07-03 Johan CwiklinskiMove to correct directory
2022-06-22 Guillaume AGNIERAYRename getSelectizedMembers function
2022-06-16 Johan CwiklinskiImprove
2022-06-16 Johan CwiklinskiPrepare rename to *_sel to entries_sel, add javascripts...
2022-06-08 Guillaume AGNIERAYFix contributions list filter; fixes #1621
2022-06-08 Johan CwiklinskiDeclare missing variable
2022-06-08 Guillaume AGNIERAYMove modals templates in the right folder
2022-06-08 Guillaume AGNIERAYConvert last templates to twig
2022-06-08 Guillaume AGNIERAYConvert contribution form to twig
2022-06-08 Johan CwiklinskiContinue migration
2022-06-08 Johan CwiklinskiContinue migration
2021-11-29 Johan CwiklinskiMerge branch 'release/0.9.6'
2021-11-22 Johan CwiklinskiRework getSelectizedMembers to take care of group managers
2021-11-08 Johan CwiklinskiExport contributions as CSV; closes #1581
2021-10-23 Johan CwiklinskiMerge branch 'release/0.9.5.1'
2021-10-17 Johan CwiklinskiFix contributions and transactions list for non parent...
2021-10-17 Johan CwiklinskiParents can display their children transactions
2021-10-17 Johan CwiklinskiTypehint, typos, phpdoc, minor fix
2021-10-17 Johan CwiklinskiChild management from parents
2021-09-30 Johan CwiklinskiSmall rework and few typo fixes
2021-09-30 Johan CwiklinskiMassive add contributions; closes #1381
2021-07-03 Johan CwiklinskiMerge branch 'release/0.9.5'
2021-04-17 Johan CwiklinskiHandle dynamic files on contributions and transactions
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-06 Johan CwiklinskiCatch Throwables instead of Exceptions
2020-10-18 Johan CwiklinskiMerge branch 'release/0.9.4.1'
2020-10-07 Johan CwiklinskiFix missing namespace
2020-10-07 Johan CwiklinskiContribution email was not sent to member
2020-10-03 Johan CwiklinskiUse events to send contributions administrative emails
2020-07-14 Johan CwiklinskiFix PDF conribution link in mails
2020-07-07 Johan CwiklinskiCleanup unused code; missing use; indent
2020-07-04 Johan CwiklinskiMerge branch 'release/0.9.4'
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-06-10 Johan CwiklinskiFixes, run CS on PHP 7.4
2020-05-11 Johan CwiklinskiMember not selected addin new contribution
2020-05-11 Johan CwiklinskiFix namespaces
2020-05-08 Johan CwiklinskiMigrate contributions and transactions to controllers