Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / members / memberentry.pl
2020-08-18 Jonathan DruartBug 6725: Make patron duplicate matching flexible
2020-08-18 David RobertsBug 25364: Add "Other" to the gender options in a patro...
2020-07-20 Jonathan DruartBug 22844: Make the attribute mandatory when editing...
2020-06-29 Petro VashchukBug 25322: fix for not selected "relationship" defaults...
2020-05-07 Jonathan DruartBug 20443: (follow-up) Remove C4::Members::AttributeTypes
2020-05-04 Jonathan DruartBug 25311: Better error handling when updating a patron
2020-05-04 Jonathan DruartBug 25311: Better error handling when creating a patron
2020-04-27 Jonathan DruartBug 5161: Keep patron's attributes on warning/duplicate
2020-04-06 Alex BuckleyBug 22534: Added syspref for defining what guarantee...
2020-03-24 Nick ClemensBug 24476: Allow patrons to opt out of auto-renewal
2020-03-23 Jonathan DruartBug 20443: Fix creation of new patron with attributes
2020-03-23 Jonathan DruartBug 20443: Use search_with_library_limits for attribute...
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_code_value_arrayr...
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Move C4::Members::AttributeTypes::GetAttribu...
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-20 Kyle M HallBug 23808: (follow-up) Object methods can be used direc...
2020-03-20 Alex BuckleyBug 23808: Pre-fill guarantor fields when adding guaran...
2020-01-23 Julian MauriceBug 19809: Re-allow to call Koha::Objects::find in...
2020-01-20 Jonathan DruartBug 24018: Remove die "Not logged in"
2019-11-27 Kyle M HallBug 24113: guarantor info lost when a duplicate is...
2019-08-20 Tomas Cohen AraziBug 14570: Remove wrong parameter in add_guarantor...
2019-08-20 Agustin MoyanoBug 14570: (follow-up) fix qa FAIL tests
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-07-05 Arthur SuzukiBug 23199: Koha::Patron->store must check 'uppercasesur...
2019-06-25 Jonathan DruartBug 23082: Fatal error editing a restricted patron
2019-06-06 Pasi KallinenBug 22910: Do not copy unique patron attributes to...
2019-04-18 Kris SinnaeveBug 22139: Fields of ACCTDETAILS email not populating
2019-03-28 Josef MoravecBug 12159: Fix getting extended patron attributes for...
2019-02-04 Tomas Cohen AraziBug 22253: Check we actually need to update the password
2019-01-25 Jonathan DruartBug 21993: Display a user-friendly message when the...
2019-01-25 Tomas Cohen AraziBug 22048: Use set_password in memberentry.pl
2018-12-14 Jonathan DruartBug 21986: Do not escape quotation marks when cataloguing
2018-11-26 Nick ClemensBug 21649: Pass guarantee info to template when adding...
2018-08-30 Jonathan DruartBug 21068: Remove NorwegianPatronDB related code
2018-08-16 Jonathan DruartBug 21222: (bug 20226 follow-up) Fix patron creation
2018-08-16 Jonathan DruartBug 21221: Shortcut memberentry scripts if patron does...
2018-08-09 Owen LeonardBug 20828: Step 4 of moremember is used for Housebound...
2018-08-02 Jonathan DruartBug 21136: Fix add/edit patron when cities are defined
2018-07-30 Jonathan DruartBug 21087: Fix one wrong call
2018-07-30 Jonathan DruartBug 21087: Hash passwords in ->update_password
2018-07-19 Jonathan DruartBug 21085: Fix add/edit of patrons when HouseboundModul...
2018-07-18 Jonathan DruartBug 20287: generate_userid now set the userid
2018-07-18 Jonathan DruartBug 20287: Fix update of patrons, clean the data before...
2018-07-18 Jonathan DruartBug 20287: Move ModMember to Koha::Patron
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-06-29 Jonathan DruartBug 20991: Do not lost patron's category when editing...
2018-06-22 Jonathan DruartBug 13655: Same fix for partial edit
2018-06-22 Jonathan DruartBug 13655: Allow creation of organisations without...
2018-04-20 Jonathan DruartBug 20489: Prevent DB user login
2018-04-12 Jonathan DruartBug 19936: Replace Generate_Userid - Update the occurrences
2018-04-12 Jonathan DruartBug 19936: Replace Check_userid - Update the occurrences
2018-04-04 Kyle M HallBug 20008: Fix restrictions added from memberentry...
2018-03-19 Lari TaskulaBug 20367: Avoid resetting userid when BorrowerUnwanted...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix loading saved address...
2018-02-12 Jonathan DruartBug 18403: Deal with the DB user
2018-02-12 Jonathan DruartBug 18403: Guarantors
2018-02-12 Jonathan DruartBug 18403: Add new methods Koha::Patrons->search_limite...
2018-02-12 Jonathan DruartBug 18403: Add sub output_and_exit_if_error - unknown_p...
2018-02-12 Jonathan DruartBug 18403: Update permissions - borrowers => 1|* become...
2018-02-05 Te Rauhina JacksonBug 20009: use Modern::Perl in Members perl scripts
2017-10-27 Jonathan DruartBug 19493: Force scalar context to prevent future error
2017-10-27 Jonathan DruartBug 19531: When saving patron record do not redirect...
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-08-25 Jonathan DruartBug 19080: Handle non-existing patrons gratefully
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-06-05 Jonathan DruartBug 18179: Update existing calls
2017-05-09 Jonathan DruartBug 17762: Add the lang attribute to the patron form
2017-04-28 Kyle M HallRevert "Bug 18179: Update existing calls"
2017-04-28 Jonathan DruartBug 18179: Update existing calls
2017-03-30 Jonathan DruartBug 18124: Change the calls to generate and check CSRF...
2017-01-13 Kyle M HallBug 6782 [QA Followup] - Remove unused param and limit...
2017-01-13 Meenakshi.RBug 6782 - Move auto member cardnumber generation to...
2016-12-30 Jonathan DruartBug 17830: CSRF - Handle unicode characters in userid
2016-12-16 Jonathan DruartBug 17557: Koha::Patrons - Move GetAge to ->set_age...
2016-12-05 Jonathan DruartBug 17720: CSRF - Handle unicode characters
2016-11-07 radiusczBug 17521: Added missing age limit check
2016-11-07 Jonathan DruartBug 17548: Fix step 1 of memberentry
2016-10-21 Jonathan DruartBug 5670: Use Koha.Preference to retrieve syspref from...
2016-10-21 Alex SassmannshausenBug 5670: [QA Followup] HouseboundRole CRUD from UI.
2016-10-21 Jonathan DruartBug 17252 - Koha::AuthorisedValues - Remove GetAuthoris...
2016-10-10 Marc VéronBug 17384 - Categories do not display in patron editing...
2016-09-25 Mark TompsettBug 17307: Smaller counter-patch
2016-09-09 Jonathan DruartBug 16911: Koha::Patron::Categories - Move GetExpiryDat...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchesLoop
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace GetborCat...
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace GetBorrow...
2016-08-10 Jonathan DruartBug 16993: Fix CSRF in memberentry.pl
2016-07-22 Jonathan DruartBug 16847: Remove C4::Members::GetTitles
2016-07-22 Marc VéronBug 16941: Can not add new patron in staff client
2016-07-15 Jonathan DruartBug 16909: Koha::Patrons - Remove checkuniquemember
2016-07-07 Nick ClemensBug 3534 - Patron quick add form
2016-04-26 Jonathan DruartBug 16154: Fix some other occurrences
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Force scalar context
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-04-22 Jonathan DruartBug 12267: Remove borrower_attributes.password
next