]> git.agnieray.net Git - galette.git/history - galette/lib/Galette/Entity/Entitled.php
Fix XSS, prevent their storage
[galette.git] / galette / lib / Galette / Entity / Entitled.php
2021-11-09 Johan CwiklinskiFix XSS, prevent their storage
2021-11-09 Johan CwiklinskiUse prepared statement rather than direct SQL
2021-11-08 Johan CwiklinskiExport contributions as CSV; closes #1581
2021-11-07 Johan CwiklinskiThrow errors
2021-10-31 Johan CwiklinskiMove trait to Features namespace
2021-10-17 Johan Cwiklinskiphpdoc
2021-09-30 Johan CwiklinskiSmall rework and few typo fixes
2020-12-13 Johan CwiklinskiSimplify getLastGeneratedValue
2020-12-13 Johan CwiklinskiIntegrate php-di; closes #1372
2020-11-29 Johan Cwiklinskithrow, do not return
2020-11-14 Johan CwiklinskiFix wrong parameters names due to old laminas-db bug
2020-11-06 Johan CwiklinskiCatch Throwables instead of Exceptions
2020-07-31 Johan CwiklinskiCS: declare visibility for constants
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-07 Johan CwiklinskiMove status and contrib type routes in a controller...
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 CwiklinskiHandle sequence on PostgreSQL for titles; closes #1374...
2018-04-30 Johan CwiklinskiMerge branch 'release/0.9.1'
2018-04-26 Johan CwiklinskiEnsure transaction is commited; missing use
2018-04-09 Johan CwiklinskiMerge branch 'release/0.9.1rc1'
2018-03-12 Johan CwiklinskiHandle status and contributions types dynamic translati...
2017-10-29 Johan CwiklinskiMerge branch 'release/0.9rc3'
2017-10-23 Johan CwiklinskiCannot get Entitled localized label; fixes #1082
2017-09-17 Johan CwiklinskiMerge branch 'release/0.9rc1'
2017-06-17 Johan CwiklinskiMinor fixes
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-10-17 Johan CwiklinskiMigrate statuses and contributions types management...
2016-10-17 Johan CwiklinskiMerge branch 'release/0.8.3'
2016-09-28 Johan CwiklinskiFix entitlesds initialization issue (thanks to Guillaum...
2015-06-09 Johan CwiklinskiMerge branch 'release/0.8.2'
2015-04-20 Johan CwiklinskiDrop SQLite support
2014-10-28 Johan CwiklinskiMerge branch 'release/0.8.1'
2014-10-01 Johan CwiklinskiRemove "as" in use statements when not needeed
2014-09-14 Johan CwiklinskiMerge branch 'release/0.8'
2014-01-12 Johan CwiklinskiAdd contribution type (fixes #773), add/remove dynamic...
2014-01-04 Johan CwiklinskiUpdate copyright date
2013-12-22 Johan CwiklinskiHandle contribution extension boolean
2013-12-22 Johan CwiklinskigetLastGeneratedValue with postgres need sequence id
2013-12-22 Johan CwiklinskiInstallation and various initialization methods now...
2013-12-22 Johan CwiklinskiUse Zf2 methods
2013-12-22 Johan CwiklinskiUse ZF2 methods
2013-12-22 Johan CwiklinskiAlign comments
2013-12-22 Johan CwiklinskiMake member modification work, add some wrapper method...
2013-12-22 Johan CwiklinskiZF2:core Db object improvments / members
2013-12-22 Johan CwiklinskiMake members list, pagination and simple search work...
2013-12-21 Johan CwiklinskiMerge branch 'release/0.7.8' into develop
2013-12-21 Johan CwiklinskiMerge branch 'release/0.7.8' 0.7.8
2013-12-21 Johan CwiklinskiSQLite does not like boolean false; fixes #755
2013-10-19 Johan CwiklinskiMerge branch 'release/0.7.6' 0.7.6
2013-10-14 Johan CwiklinskiFix membership selection
2013-10-13 Johan CwiklinskiFix Status and ContributionsTypes initialization
2013-10-13 Johan CwiklinskiFix bad variable name (thanks to Roland)
2013-10-12 Johan CwiklinskiMerge branch 'hotfix/0.7.5.5' into develop
2013-10-06 Johan CwiklinskiAdd a common object to avoid code duplucation beetween...