Bug 23816: Fix patron edition
[koha.git] / Koha /
2020-09-09 Agustin MoyanoBug 23816: (follow-up) Fix many things
2020-09-09 Jonathan DruartBug 23816: trivial code simplification
2020-09-09 Agustin MoyanoBug 23816: Add minimum password length and require...
2020-09-09 Agustin MoyanoBug 23816: (follow-up) Define boolean column in shcema
2020-09-09 Agustin MoyanoBug 23816: [DO NOT PUSH] Update category schema
2020-09-03 Kyle M HallBug 23682: Dedup plugin calls my moving to a single...
2020-09-03 Nick ClemensBug 26309: Make cxn_pool configurable
2020-09-03 Jonathan DruartBug 23634: Make is_superlibrarian return 1 or 0
2020-09-02 Tomas Cohen AraziBug 23634: (QA follow-up) Our PUT is really a PATCH
2020-09-02 Martin RenvoizeBug 23634: (QA follow-up) Catch all email cases in API
2020-09-02 Tomas Cohen AraziBug 23634: Secure the email on the API
2020-09-02 Martin RenvoizeBug 23634: Add is_superlibrarian method to Koha::Patron
2020-09-02 Jonathan DruartBug 21066: DBIC schema changes
2020-08-31 Agustin MoyanoBug 19889: set exclude_from_local_holds_priority column...
2020-08-31 Tomas Cohen AraziBug 25504: (QA follow-up) Remove unused include
2020-08-31 Jonathan DruartBug 25504: Use Koha::Logger and display the full stacktrace
2020-08-31 Ere MaijalaBug 25504: Improve REST API spec loading errors
2020-08-31 Nick ClemensBug 25273: (follow-up) Don't die on unknown authtype
2020-08-31 Nick ClemensBug 25273: Make match-heading rely on authority type...
2020-08-31 Katrin FischerBug 26015: Terminology: Fix tons more staff clients...
2020-08-31 Agustin MoyanoBug 22789: Add non priority feature to C4 classes and...
2020-08-31 Agustin MoyanoBug 22789: Set non_priority column as boolean in schema
2020-08-26 Jonathan DruartBug 23653: Remove uneeded cond test
2020-08-26 David CookBug 23653: use local copy of swagger v2 schema
2020-08-25 Jonathan DruartBug 25534: DBIC schema changes
2020-08-25 Kyle M HallBug 25534: (QA follow-up) Update Koha::Hold::cancel POD
2020-08-25 Kyle M HallBug 25534: Add ability to send an email specifying...
2020-08-25 Tomas Cohen AraziBug 25662: Make the route for holds restpect maxreserves
2020-08-25 Jonathan DruartBug 23166: Early return if no set
2020-08-25 Jonathan DruartBug 26139: Centralize code for "Place hold" button...
2020-08-25 Joonas KylmäläBug 23166: (QA follow-up) Add POD text
2020-08-25 Jonathan DruartBug 23166: Call the methods from the .inc
2020-08-25 Jonathan DruartBug 23166: Add filter_by_current and _cancelled Koha...
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Do not rely on userenv->{branchcode}
2020-08-20 Jonathan DruartBug 18501: Fix QA issues
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Fix regressions highlighted...
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Remove FIXME + Track issue_id
2020-08-20 Jonathan DruartBug 18501: Adjust condition for flagging an item found
2020-08-20 Jonathan DruartBug 18501: set the is_refunded flag as internal var
2020-08-20 Jonathan DruartBug 18501: Add _set_found_trigger
2020-08-20 Jonathan DruartBug 18501: Remove the borrowernumber parameter
2020-08-20 Jonathan DruartBug 18501: Prepare the ground
2020-08-20 Martin RenvoizeBug 19036: DBIC Schema Updates
2020-08-20 Martin RenvoizeBug 19036: (QA follow-up) Use Koha::DateUtils
2020-08-20 Julian MauriceBug 19036: Add ability to enable credit number for...
2020-08-20 Julian MauriceBug 19036: Add ability to auto generate a number for...
2020-08-20 Colin CampbellBug 26082: Call store on new items to update itemnumber
2020-08-19 Nick ClemensBug 26239: Do not format large negative numbers
2020-08-18 Marcel de RooyBug 20469: Remove effective parameter
2020-08-18 Marcel de RooyBug 20469: Add Koha::Item->itemtype
2020-08-18 Nick ClemensBug 25872: Fix scoping of $limits
2020-08-18 Jonathan DruartBug 26127: local_referer should not compare with OPACBa...
2020-08-13 Jonathan DruartBug 16371: Fix inconsistencies with timestamp
2020-08-13 Emmi TakkinenBug 16371: Combine get_daily_quote and get_daily_quote_...
2020-08-13 Emmi TakkinenBug 16371: Rewrite get_daily_quote
2020-08-13 Emmi TakkinenBug 16371: Fix QA issues, change terminology
2020-08-13 Olli-Antti KivilahtiBug 16371: Quote of the Day (QOTD) - Display in differe...
2020-08-13 Emmi TakkinenBug 16371: Add needed Koha::Exception
2020-08-13 Emmi TakkinenBug 16371: Move GetDailyQuote to get_daily_quote
2020-08-13 Emmi TakkinenBug 16371: Add Koha::Quote[s] classes
2020-08-13 Jonathan DruartBug 21946: DBIC schema changes
2020-08-13 Nick ClemensBug 21946: Display parent-child relationship on smart...
2020-08-13 Nick ClemensBug 21946: Update Administration->Item types to allow...
2020-08-13 Martin RenvoizeBug 25663: Remove Koha::RefundLostItemFeeRule and uses
2020-08-13 Martin RenvoizeBug 25663: Add get_lostreturn_policy method to Circulat...
2020-08-12 Nick ClemensBug 25882: Remove phr indicator from limits when processing
2020-08-07 Josef MoravecBug 24201: (QA follow-up) Remove unneeded use
2020-08-07 Josef MoravecBug 24201: (QA follow-up) Do not unbless a list from...
2020-08-07 Nicolas LegrandBug 24201: (follow-up) add desk choice with library...
2020-08-07 Martin RenvoizeBug 24201: (follow-up) Rework Desks Plugin
2020-08-07 Martin RenvoizeBug 24201: (follow-up) Use GetLoggedInDeskName
2020-08-07 Nicolas LegrandBug 24201: Attach desk to intranet session
2020-08-07 Nick ClemensBug 26009: Add facet size to home/holdingbranch
2020-08-06 Nick ClemensBug 25683: (follow-up) Use COALESCE instead of IFNULL
2020-08-06 Nick ClemensBug 25683: Fix grouping of results
2020-08-06 Nick ClemensBug 25683: Patron with no accountlines should have...
2020-08-05 Tomas Cohen AraziBug 26143: Make the API handle per_page=-1
2020-08-05 Jonathan DruartBug 26138: Make Koha::Plugins->call return consistent...
2020-07-30 Jonathan DruartBug 26063: Use Koha::Plugins->call for some other hooks
2020-07-30 Julian MauriceBug 24031: Add safety checks in Koha::Plugins::call
2020-07-30 Julian MauriceBug 24031: Remove check for syspref UseKohaPlugins
2020-07-30 Julian MauriceBug 24031: Add plugin hook after_hold_create
2020-07-30 Jonathan DruartBug 24157: Add new method Acq::Invoice::Adjustement...
2020-07-24 Martin RenvoizeBug 23092: Add 'daterequested' to branchtransfers table
2020-07-23 Jonathan DruartBug 23797: DBIC schema changes
2020-07-23 Martin RenvoizeBug 25765: (QA follow-up) Save a DB hit
2020-07-23 Fridolin SomersBug 25765: Add GetLoggedInBranchname method
2020-07-23 Tomas Cohen AraziBug 5087: (QA follow-up) Rename the attribute to fit...
2020-07-23 Aleisha AmohiaBug 5087: Ability to define whether CSV profile shows...
2020-07-22 Martin RenvoizeBug 25998: (QA follow-up) Add DBIC level relation
2020-07-22 Martin RenvoizeBug 25998: Add 'library' relation to Koha::Account...
2020-07-21 Jonathan DruartBug 24151: Use fully qualified names for UpdateStats
2020-07-20 Nick ClemensBug 25723: (QA follow-up) Handle holiday and exception...
2020-07-20 Martin RenvoizeBug 25723: (QA follow-up) Silent POD warning
2020-07-20 Martin RenvoizeBug 25723: Use the same code for single and exception...
2020-07-20 Martin RenvoizeBug 25723: Use a hasref for lookup
2020-07-20 Martin RenvoizeBug 25723: Drop DateTime::Set dependancy
2020-07-20 Agustin MoyanoBug 23820: Add checkout to default to patron's home...
2020-07-20 Jonathan DruartBug 23391: Remove warnings
2020-07-20 Magnus EngerBug 23391: Hide finished ILL requests
next