Bug 17600: Standardize our EXPORT_OK
[koha.git] / opac / opac-memberentry.pl
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Maryse SimardBug 11879: (follow up) Some fixes and code cleanup
2021-07-12 Bin WenBug 11879: Add a new field to patron record: main conta...
2021-05-11 Jonathan DruartBug 18112: Use GetAuthValueDropbox from the template
2021-05-11 Lucas GassBug 18112: Add street type to self reg/self mod form
2021-04-21 Lucas GassBug 28162: fix doubled scalar sigil
2021-04-09 Martin RenvoizeBug 28031: (follow-up) Clarify check methods
2021-03-16 Jonathan DruartBug 27860: Fix self-registration if messages with incor...
2021-03-04 Jonathan DruartBug 22824: Remove C4::Boolean, true_p, boolean_preferen...
2021-02-23 Jonathan DruartBug 27626: Fix self registration if categorycode is...
2021-02-16 Jonathan DruartBug 27604: Deal with empty pref
2021-02-08 Jonathan DruartBug 27604: Init to {}
2021-02-08 Nick ClemensBug 27604: (QA follow-up) Limit the libraries during...
2021-02-08 Jonathan DruartBug 27604: Make sure PatronSelfRegistrationLibraryList...
2021-02-01 Jonathan DruartBug 27450: Remove password from the mandatory fields...
2020-12-26 Agustin MoyanoBug 27148: Fix bug on self registration when user categ...
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-09-09 Agustin MoyanoBug 23816: Add minimum password length and require...
2020-08-31 David GustafssonBug 20057: System preference for auto approval of patro...
2020-07-20 Jonathan DruartBug 22844: Make the patron's attribute mandatory at...
2020-06-24 Kyle M HallBug 25769: Patron self modification triggers change...
2020-04-21 Aleisha AmohiaBug 24913: Add PatronSelfRegistrationConfirmEmail syspref
2020-04-16 Jonathan DruartBug 25136: Join the 2 ifs
2020-04-16 Lucas GassBug 25136: Make PatronSelfRegistrationLibraryList only...
2020-04-15 Jonathan DruartBug 25137: (bug 23084 follow-up) Fix incorrect grep...
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Remove CheckUniqueness
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Remove opac_display and opac_editable from...
2020-03-20 Marcel de RooyBug 24892: Resolve uninitialized warns from opac-member...
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-01-23 Jonathan DruartBug 19809: Remove some new occurrences
2019-09-17 Chris CormackBug 21390: Send registration verification emails immedi...
2019-09-17 Tomas Cohen AraziBug 20691: (QA follow-up) Fix self-reg
2019-09-11 Kyle M HallBug 20691: Add ability to turn feature on and off
2019-08-20 Tomas Cohen AraziBug 14570: (QA follow-up) Call Koha::Patron->find in...
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-08-08 Liz ReaBug 23431: Don't nullify DOB if it's hidden by sysprefs
2019-07-19 Mark TompsettBug 23151: Tweak to use the new database structure
2019-06-21 Marcel de RooyBug 23150: (follow-up) Make gdpr_proc_consent mandatory...
2019-06-21 Jonathan DruartBug 23150: Do not consider gdpr_proc_consent a mandator...
2019-04-12 Tomas Cohen AraziBug 10796: Use $category->effective_change_password...
2019-01-18 Jonathan DruartBug 21192: Do not pick SelfRegistration hidden fields...
2018-09-20 Marcel de RooyBug 20819: Add consent to self-registration process
2018-07-18 Jonathan DruartBug 20287: Add plain_text_password (& Remove AddMember_...
2018-07-18 Jonathan DruartBug 20287: Remove AddMember_Auto
2018-02-12 Jonathan DruartBug 18403: Add new methods Koha::Patrons->search_limite...
2018-02-05 Jonathan DruartBug 19989: remove confusing variable
2018-02-05 Zoe BennettBug 19989: Use Koha::Patron::Modifications->delete...
2018-01-15 Jonathan DruartBug 19911: Do not escape html characters when saving...
2017-12-21 Jonathan DruartBug 19845: Do not generate a password if one is filled...
2017-10-16 Jonathan DruartBug 18298: Add server-side checks and refactor stuffs
2017-10-16 Jonathan DruartBug 18298: minPaswordLength should not be < 3
2017-09-29 Jonathan DruartBug 19366: Do not block patron's detail update if Email...
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-05-09 Jonathan DruartBug 17762: Send lang to GetPreparedLetter
2017-03-30 Jonathan DruartBug 18124: Change the calls to generate and check CSRF...
2017-03-24 Tomas Cohen AraziBug 13757: (QA followup) Filter out non-editable params...
2017-03-24 Tomas Cohen AraziBug 13757: (QA followup) Exclude empty attributes from...
2017-03-24 Tomas Cohen AraziBug 13757: (QA followup) Fix non-editable attrs on...
2017-03-24 Tomas Cohen AraziBug 13757: (QA followup) Make opac-memberentry.pl handl...
2017-03-24 Tomas Cohen AraziBug 13757: (followup) Staff interface changes
2017-03-24 Tomas Cohen AraziBug 13757: (followup) Remove warnings
2017-03-24 Tomas Cohen AraziBug 13757: Add extended attributes to the patron modifi...
2017-03-24 Jesse WeaverBug 13757: OPAC changes
2016-12-30 Jonathan DruartBug 17830: CSRF - Handle unicode characters in userid
2016-12-05 Jonathan DruartBug 17720: CSRF - Handle unicode characters
2016-11-04 Kyle M HallBug 17494: Prevent duplicate tokens from getting stored
2016-11-04 Jonathan DruartBug 17494: Make sure the same verification token won...
2016-10-21 Jonathan DruartBug 17393: Fix non-Latin chars handling in self reg
2016-09-25 Nick ClemensBug 17213 - Add HTML5 validation to cardnumber field...
2016-09-12 Jonathan DruartBug 16274: Limit the patron self registration to some...
2016-09-09 Jonathan DruartBug 16275: Do not allow a self registration with an...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchesLoop
2016-08-22 Jonathan DruartBug 16960: Delete previous patron modifications
2016-08-22 Kyle M HallBug 16960 - Patron::Modifications should be fixed
2016-08-18 Jonathan DruartBug 16996: Do not explode if mandatory fields are missing
2016-08-10 Chris CormackBug 16969 cgi->param used in list context in opac-membe...
2016-08-10 Marcel de RooyBug 16929: [QA Follow-up] Shortcut methods and use...
2016-08-10 Marcel de RooyBug 16929: Prevent opac-memberentry waiting for random...
2016-08-04 Jonathan DruartBug 16878: Fix XSS in opac-memberentry
2016-07-22 Jonathan DruartBug 16847: Remove C4::Members::GetTitles
2016-06-24 Jonathan DruartBug 16591: Fix CSRF in opac-memberentry
2016-04-29 Kyle M HallBug 16283 - Make OPAC registration captcha case insensitive
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Remove GetPatronImage
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-02 Jesse WeaverBug 14659: Allow patrons to enter card number and patro...
2016-02-26 Jonathan DruartBug 14658: Remove warning if prefs are not defined
2016-02-26 Jesse WeaverBug 14658 - (QA followup) make it easier to grep for...
2016-02-26 Jesse WeaverBug 14658 - Split PatronSelfRegistrationBorrowerUnwante...
2016-02-24 Nick ClemensBug 15343 [QA Followup]
2016-02-24 Nick ClemensBug 15343 [QA Follow up] Fix captcha display
2016-02-24 Kyle M HallBug 15343 [QA Followup] - Fix issues
2016-02-24 Nick ClemensBug 15343 - Allow user to set password on opac-memberen...
2016-02-24 Jesse WeaverBug 15813: Fix list-context call to ...->guarantor...
2015-12-31 Kyle M HallBug 9303 [QA Followup] - Restore ability for patron...
2015-11-06 Marc VéronBug 14956: (followup) Fix birthday date validation...
2015-11-06 Marc VéronBug 14956: C4::Dates from files opac/*.pl
2015-10-02 Jonathan DruartBug 5371: Force no caching for private pages at the...
next