koha.git
2018-02-16 Tomas Cohen... Bug 18336: Add explicit index names to kohastructure.sql
2018-02-16 Tomas Cohen... Bug 18336: Atomic update
2018-02-16 Tomas Cohen... Bug 18336: DBIC update
2018-02-16 Tomas Cohen... Bug 18336: Convert schema from utf8 to utf8mb4
2018-02-16 Tomas Cohen... Bug 18336: SET NAMES utf8mb4 in Koha::Database
2018-02-16 Tomas Cohen... Bug 18336: Full stack tests for supplemental UTF-8...
2018-02-16 Kyle M HallBug 20004: Fix POD
2018-02-16 Tomas Cohen... Bug 20004: Adapt /v1/cities to new naming guidelines
2018-02-16 Tomas Cohen... Bug 20004: Unit tests
2018-02-16 Jonathan DruartBug 20229: Explicitly list the SQL modes we support
2018-02-16 Jonathan DruartBug 18789: (follow-up) Fix page title when creating...
2018-02-16 Jonathan DruartBug 18789: (follow-up) Fix perlcritic issue - housebound.pl
2018-02-16 Tomas Cohen... Bug 19686: (follow-up) Add to_api param for completeness
2018-02-16 Tomas Cohen... Bug 19686: Add objects.search a 'to_model' param
2018-02-16 Tomas Cohen... Bug 19686: Unit tests
2018-02-16 Owen LeonardBug 19947: Update popup window templates to use Bootstr...
2018-02-16 Owen LeonardBug 19932: (follow-up) Add fixed footer to cataloging...
2018-02-16 Owen LeonardBug 19932: Update popup window templates to use Bootstr...
2018-02-16 Marcel de RooyBug 20227: Check for categorycode in default_borrower_c...
2018-02-16 Kyle M HallBug 12598: Fix POD
2018-02-16 Jonathan DruartBug 12598: Use Pod::Usage and make the help more explicit
2018-02-16 Jonathan DruartBug 12598: Remove warnings from tests and make them...
2018-02-16 Jonathan DruartBug 12598: Add use Koha::Patron::debarments statement
2018-02-16 Jonathan DruartBug 12598: Re-add bug 18555: Create patron list from...
2018-02-16 Colin CampbellBug 12598: Allow matched patron to be updated
2018-02-16 Jonathan DruartBug 12598: Re-add some missing stuffs
2018-02-16 Jonathan DruartBug 12598: Fix conflict with 17829 - GetMember
2018-02-16 Jonathan DruartBug 12598: Fix conflict with bug 16911
2018-02-16 Jonathan DruartBug 12598: Update code to use new modules
2018-02-16 Kyle M HallBug 12598: New misc/import_borrowers.pl command line...
2018-02-16 Jonathan DruartBug 18789: Add POD for is_adult and is_child
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix viewlog when accessed...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Update holdshistory.pl, fix...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Use is_child in circulation.pl
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Use patron object in batch...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix showing cardnumber when...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix showing patron name when...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix loading saved address...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Use first_valid_email_address...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix showing the name of baske...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix borrowernumber in menu...
2018-02-16 Josef MoravecBug 18789: (QA follow-up) Fix tab char
2018-02-16 Jonathan DruartBug 18789: Use the patron variable in circulation....
2018-02-16 Jonathan DruartBug 18789: Add tests for is_adult and is_child
2018-02-16 Jonathan DruartBug 18789: (follow-up) Use Koha::Patron->image from...
2018-02-16 Jonathan DruartBug 18789: (follow-up) Send Koha::Patron object to...
2018-02-16 Jonathan DruartBug 18789: Update other occurences where is_child shoul...
2018-02-16 Jonathan DruartBug 18789: Remove adultborrower from the pay* scripts
2018-02-16 Jonathan DruartBug 18789: Remove useless IS_ADULT variable
2018-02-16 Jonathan DruartBug 18789: Use Koha::Patron->is_adult where needed
2018-02-16 Jonathan DruartBug 18789: Use Koha::Patron->is_child where needed
2018-02-16 Jonathan DruartBug 18789: Add tests for is_adult and is_child
2018-02-16 Jonathan DruartBug 18789: Use Koha::Patron->image from the templates
2018-02-16 Jonathan DruartBug 18789: Pass a Koha::Patron object from returns.pl
2018-02-16 Jonathan DruartBug 18789: Send Koha::Patron object to the templates
2018-02-16 Magnus EngerBug 20205: Add IDs to buttons in patron-toolbar.inc
2018-02-16 Jonathan DruartBug 20185: Remove warnings from stats.print.pl
2018-02-16 Jonathan DruartBug 20185: Remove warnings from aqplan.pl
2018-02-16 Jonathan DruartBug 20182: [sql_modes] Remove group by clause in search...
2018-02-16 Jonathan DruartBug 20176: [sql_modes] Set biblio.datecreated to NOW...
2018-02-16 Jonathan DruartBug 12904: Add KOHA_VERSION to few more .css
2018-02-16 Owen LeonardBug 20193: Path to Greybox CSS broken after Bug 12904
2018-02-16 Jonathan DruartBug 20191: Use find with unique key combination
2018-02-16 Tomas Cohen... Bug 20191: Make OAI/Server.t tests use timestamps from...
2018-02-16 Owen LeonardBug 20221: Fix for JavaScript error during checkout...
2018-02-16 Jonathan DruartBug 18403: Prevent Modifications.t to fail randomly
2018-02-15 Jonathan DruartBug 19881: Remove authorities-list.pl
2018-02-15 Jonathan DruartBug 19847: Track links within the records and 404 for...
2018-02-15 Josef MoravecBug 19738: Fix XSS on vendor name in serials module
2018-02-15 Nick ClemensBug 20216: Correctly populate values in itemtype editor
2018-02-15 Jonathan DruartBug 19641: (follow-up) Update circulation.tt too
2018-02-15 Jonathan DruartBug 19641: (follow-up) Move patron templates to the...
2018-02-15 Owen LeonardBug 20038: Switch single-column templates to Bootstrap...
2018-02-15 Owen LeonardBug 20036: Switch single-column templates to Bootstrap...
2018-02-15 Owen LeonardBug 20035: Switch single-column templates to Bootstrap...
2018-02-15 Owen LeonardBug 20034: Switch single-column templates to Bootstrap...
2018-02-15 Owen LeonardBug 20033: Switch single-column templates to Bootstrap...
2018-02-15 Owen LeonardBug 20032: Switch single-column templates to Bootstrap...
2018-02-15 Owen LeonardBug 19982: Switch single-column templates to Bootstrap...
2018-02-15 Owen LeonardBug 19960: Update popup window templates to use Bootstr...
2018-02-15 Owen LeonardBug 19950: Update popup window templates to use Bootstr...
2018-02-15 Owen LeonardBug 19755: Move template JavaScript to the footer:...
2018-02-15 Owen LeonardBug 19682: Move JS to the footer: Two patron-related...
2018-02-15 Owen LeonardBug 19641: (follow-up) Fix update child menu option
2018-02-15 Owen LeonardBug 19641: (follow-up) Correct popup templates
2018-02-15 Owen LeonardBug 19641: (follow-up) Update circulation.tt too
2018-02-15 Owen LeonardBug 19641: Move patron templates to the footer
2018-02-15 Victor GroussetBug 20214: (bug 18403 follow-up) Fix patron search...
2018-02-15 Jonathan DruartBug 19996: (RM follow-up 2) Remove commented use warnings;
2018-02-15 Jonathan DruartBug 19996: (RM follow-up) Remove commented use warnings;
2018-02-15 Marcel de RooyBug 20204: Add TestBuilder to replace CPL branch
2018-02-13 Jonathan DruartBug 19243: Fix tests for patron categories
2018-02-13 Jonathan DruartBug 19243: Fix tests for AV
2018-02-13 Jonathan DruartBug 19243: The "delete library" is now a button with id
2018-02-13 Jonathan DruartBug 19243: Fix for bug 19860
2018-02-13 Jonathan DruartBug 19243: fix urls - do not use /cgi-bin/koha
2018-02-13 Alex BuckleyBug 19243: Amended Selenium test to add the creation...
2018-02-13 Jonathan DruartBug 19243: Add selenium tests for the administration...
2018-02-13 Jonathan DruartBug 19802: Add stack trace to ease debugging
2018-02-13 Jonathan DruartBug 19802: Move Selenium code to t::lib::Selenium
next