Bug 20287: Replace occurrences of AddMember with Koha::Patron->new->store->borrowernumber
[koha.git] / members / memberentry.pl
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
2016-04-07 Jonathan DruartBug 16157: Move the selected flag from GetAuthorisedVal...
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-02-24 Jonathan DruartBug 15631: Koha::Cities - remove getidcity and GetCities
2016-02-14 Kyle M HallBug 9021 [QA Followup] - Switch to Koha::Object(s)
2016-02-14 Kyle M HallBug 9021 - Add SMS via email as an alternative to SMS...
2016-01-27 Gus Bug 15619: Spelling mistake in memberentry.pl
2015-11-09 Fridolin SomersBug 14867: userid not generated when defined in Borrowe...
2015-10-08 Marc VéronBug 14924: Remove C4::Dates from members/memberentry.pl
2015-10-06 Jonathan DruartBug 10020: Remove code related to ethnicity
2015-09-07 Marcel de RooyBug 14683: [QA Follow-up] Similar change for staff
2015-09-02 Jonathan DruartBug 14685: Fix set guarantor for a child or professiona...
2015-07-24 Juhani SeppäläBug 5685: Validation of email address field
2015-07-10 Mark TompsettBug 14428: Remove C4::Input
2015-06-11 Jonathan DruartBug 13970: Remove category_type related code
2015-06-11 Jonathan DruartBug 9314: Remove useless code related to the type_only...
2015-05-20 Jonathan DruartBug 11925: Check ages limits when creating/updating...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-02-09 Tomas Cohen AraziBug 13602: (QA followup) take advantage of the defined...
2015-02-09 Olli-Antti KivilahtiBug 13602 - Username/password already exists when editi...
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-11-14 Magnus EngerBug 11401: QA followup
2014-11-14 Magnus EngerBug 11401: Add support for Norwegian national library...
2014-08-11 Owen LeonardBug 7944 - attribute error could be clearer
2014-07-30 Owen LeonardBug 7237 - duplicating patron not using patron's branch
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2014-05-04 Jonathan DruartBug 766: remove disused routine buildCGISort
2014-05-04 Jonathan DruartBug 766: Use the new plugin to generate sort dropdown...
2014-04-09 SrdjanBug 11184: correct attribute cloning for the patron...
2014-03-12 Jonathan DruartBug 10861: (follow-up) various refactoring
2014-03-12 Jonathan DruartBug 10861: Add a check on cardnumber length
2014-03-11 Jonathan DruartBug 11751: remove dead code related to handling members...
2014-02-21 Jonathan DruartBug 7372: Move road types from the roadtype table to...
2013-12-30 Kyle M HallBug 10277 - Add C4::Context->IsSuperLibrarian()
2013-12-26 Kyle M HallBug 11282: fix overwriting of existing restrictions...
2013-11-21 Jonathan DruartBug 11207: fix issue where SMS number couldn't be clear...
2013-11-19 Galen CharltonMerge branch 'new/bug11269' into 3.14.x
2013-11-19 Galen CharltonMerge branch 'new/bug11269'
2013-11-19 Galen CharltonMerge branch 'new/bug8854' into 3.14.x
2013-11-19 Galen CharltonMerge branch 'new/bug8854'
2013-11-19 Galen CharltonMerge branch 'new/bug11221' into 3.14.x
2013-11-19 Galen CharltonMerge branch 'new/bug11221'
2013-11-15 Galen CharltonMerge branch 'new/bug11163' into 3.14.x
2013-11-15 Galen CharltonMerge branch 'new/bug11163'
2013-11-15 Galen CharltonMerge branch 'new/bug11185' into 3.14.x
2013-11-15 Galen CharltonMerge branch 'new/bug11185'
2013-11-15 Galen CharltonMerge branch 'new/bug10671' into 3.14.x
2013-11-15 Galen CharltonMerge branch 'new/bug10671'
next