Bug 13691: Add basic selenium script
[koha.git] / C4 /
2016-07-08 Colin CampbellBug 13807 Rework main input loop in SIPServer
2016-07-08 Jonathan DruartBug 16819: Remove use of map
2016-07-08 Tomas Cohen AraziBug 16819: C4::Members::DelMember should use Koha:...
2016-07-08 Mark TompsettBug 16805: Log in with database admin user breaks OPAC
2016-07-08 Kyle M HallBug 14757 - Allow the use of Template Toolkit syntax...
2016-07-08 AleishaBug 9259: Ability to delete a staged file once it has...
2016-07-08 Alex SassmannshausenBug 6906: Follow coding guidelines in terminology.
2016-07-08 Alex SassmannshausenBug 6906 - show 'Borrower has previously issued...
2016-07-08 Jonathan DruartBug 16431: Use Koha::Cache to cache marc subfield structure
2016-07-08 Lyon3 TeamBug 14968 - found shouldn't be set to null when cancell...
2016-07-07 Tomas Cohen AraziBug 14048: (followup) Use the original holding branch
2016-07-07 Tomas Cohen AraziBug 14048: (QA followup) Update syspref name for HEA
2016-07-07 Kyle M HallBug 14048: [QA Followup]
2016-07-07 Tomas Cohen AraziBug 14048: Hook new rules into C4::Circulation
2016-07-07 Tomas Cohen AraziBug 14048: Add RefundLostItemFeeRule table and classes
2016-06-24 Jonathan DruartBug 16770: Remove Memoize::Memcached dependency
2016-06-24 Jonathan DruartBug 16770: Remove wrong caching of 3 subroutines in...
2016-06-24 Tomas Cohen AraziBug 15485: Use lists-specific XSLT sysprefs
2016-06-24 Jonathan DruartBug 16624: Fix regression displaying a letter with...
2016-06-24 Jonathan DruartBug 16591: Fix CSRF in opac-memberentry
2016-06-24 Kyle M HallBug 16534: (followup) - Tidy AddIssue
2016-06-24 Jonathan DruartBug 16534: Block AddIssue from issuing if the return...
2016-06-24 Jonathan DruartBug 16534: Make CanBookBeIssued test if the issue can...
2016-06-17 Kyle M HallBug 16692 - Error "No method update!" when creating...
2016-06-17 Jonathan DruartBug 13074: Use Koha::Cache to cache the defaults values...
2016-06-17 Jonathan DruartBug 12748: findSerialByStatus has been renamed with...
2016-06-17 Jonathan DruartBug 12748: Code tidy
2016-06-17 remiBug 12748 - Add test for step 7 and 8 and rename findSe...
2016-06-17 remiBug 12748 - Fixes duplicate serials with an "expected...
2016-06-10 Jonathan DruartBug 16289: Refactore code and add tests
2016-06-10 Karl HoltenBug 16289: Abbreviated formatting for numbering patterns
2016-06-10 Mark TompsettBug 16637: Dependency for C4::Tags not listed
2016-06-10 Marcel de RooyBug 16636: [QA Follow-up] Make BakerTaylor plack safe
2016-06-10 Mark TompsettBug 16636: t/00-load.t warning from C4/External/BakerTa...
2016-06-10 Marcel de RooyBug 16635: [QA Follow-up] Eliminate some global package...
2016-06-10 Mark TompsettBug 16635: t/00-load.t warning from C4/Barcodes/hbyymmi...
2016-06-10 Jonathan DruartBug 16492: Add a FIXME to explain the possible problem...
2016-06-10 Kyle M HallBug 16492 - Checkouts ( and possibly checkins and other...
2016-06-10 Jonathan DruartBug 16695: Require Exception::Class 1.38 instead of...
2016-06-10 Jonathan DruartBug 16668: Fix t/Ris.t tests
2016-06-10 Marcel de RooyBug 16428: [QA Follow-up] Useless call to GetMarcStruct...
2016-06-10 Jonathan DruartBug 16428: Use the biblio framework to know if a field...
2016-06-10 Jonathan DruartBug 16441: Do not use a package variable to cache C4...
2016-06-10 Jonathan DruartBug 16443: Make C4::Members::Statistics plack safe
2016-06-06 Jonathan DruartBug 16455: Remove the "Too late to run INIT block"...
2016-06-04 Jonathan DruartBug 16444: Make C4::Tags plack safe
2016-06-04 Jonathan DruartBug 16088: Introduce Koha::Cache::Memory::Lite to cache...
2016-06-03 Jonathan DruartBug 16442: Make C4::Ris plack safe
2016-06-03 Kyle M HallBug 16610 - Regression in SIP2 user password handling
2016-06-03 Marcel de RooyBug 16504: [QA Follow-up] Make koha-qa happy with two...
2016-06-03 Jonathan DruartBug 16504: (follow-up for bug 15163) Do not remove...
2016-05-31 Lari TaskulaBug 16200: Make 'Hold waiting too long' translatable...
2016-05-30 Kyle M HallBug 16569 - Message box for "too many checked out"...
2016-05-25 Jonathan DruartBug 15333: Use Koha::Cache to cache exception_holidays...
2016-05-25 Bernardo Gonzalez... Bug 13669: followup to add DBIx::RunSQL dependency
2016-05-23 Kyle M HallBug 15878 [QA Followup]
2016-05-23 Nick ClemensBug 15878 - C4::Barcodes::hbyymmincr inccorectly calcul...
2016-05-23 Marc VéronBug 16550: Can't set opac news expiration date to NULL...
2016-05-23 Jonathan DruartBug 13669: Catch the errors to have them to the logs
2016-05-23 Bernardo Gonzalez... Bug 13669: Re-adds error handling to load_sql
2016-05-23 Bernardo Gonzalez... Bug 13669: (alternative) use DBIx::RunSQL
2016-05-23 Tomas Cohen AraziBug 13669: Use perl to load SQL statements from sample...
2016-05-16 Jonathan DruartBug 16454: Remove another occurrence in comment
2016-05-16 Jonathan DruartBug 16259: Replace CGI->param with CGI->multi_param...
2016-05-13 Jesse WeaverBug 15816: Redirect back to correct page after login
2016-05-11 Marcel de RooyBug 13871: [QA Follow-up] Fix small regression on AF...
2016-05-11 Kyle M HallBug 16496 - accountlines.issue_id not set when new...
2016-05-06 Kyle M HallMerges translations for Koha 16.05
2016-05-06 Jonathan DruartBug 16426: follow-up of bug 15840 - correctly manage...
2016-05-05 Jonathan DruartBug 16325: Do not return all suggestions if search...
2016-05-05 Owen LeonardBug 16315 - OPAC Shelfbrowser doesn't display the full...
2016-05-04 Julian MauriceBug 15126: Update dependencies
2016-05-04 Jonathan DruartBug 15263: Bug 15263: (follow-up 2) XSLT display fetche...
2016-05-04 Jonathan DruartBug 15263: (follow-up) XSLT display fetches sysprefs...
2016-05-04 Mirko TietgenBug 15263: XSLT display fetches sysprefs for every...
2016-04-29 Mark TompsettBug 14362: Regression tests
2016-04-29 Mark TompsettBug 14362: PEGI15 Circulation/AgeRestrictionMarkers...
2016-04-29 Marcel de RooyBug 14834: Make membership_expiry cronjob more flexible
2016-04-29 Marcel de RooyBug 16320: [QA Follow-up] Remove warnings from ILSDI...
2016-04-29 Magnus EngerBug 16316 - Limit patron search to surname
2016-04-29 Jonathan DruartBug 16167: Remove Authorised value images prefs
2016-04-29 Marcel de RooyBug 15956: Remove warn from handle_patron_status
2016-04-29 Jesse WeaverBug 15531: (followup) Use a quantity of 1, not null...
2016-04-29 Jesse WeaverBug 15531: Add support for standing orders
2016-04-29 Jonathan DruartBug 15009: QA follow-up
2016-04-29 BlouBug 15009 - Planning dropdown button in aqbudget can...
2016-04-29 Marcel de RooyBug 14377: [QA Follow-up] Correct typo and comment
2016-04-29 Kyle M HallBug 14377 [QA Followup] - Fix conditional
2016-04-29 Kyle M HallBug 14377 - Don't replace 942$n with authorised value...
2016-04-29 Bouzid FerganiBug 11371 - Add a new report : Orders by fund with...
2016-04-29 Kyle M HallBug 11565 - decreaseLoanHighHolds needs Override
2016-04-29 Kyle M HallBug 14577 [QA Followup]
2016-04-29 Kyle M HallBug 14577 - Allow restriction of checkouts based on...
2016-04-29 Kyle M HallBug 15534 [QA Followup] - Use IsItemOnHoldAndFound...
2016-04-29 Kyle M HallBug 15534 - Add the ability to prevent a patron from...
2016-04-29 Julian MauriceBug 15533: Fix 'ambiguous' SQL query in CanItemBeReserved
2016-04-29 Kyle M HallBug 15533 - Allow patrons and librarians to select...
2016-04-29 Kyle M HallBug 15532: Add ability to allow only items whose home...
2016-04-29 Marc VéronBug 12721: (followup) Replace mysqlism by DBIx::Class
2016-04-29 Marc VéronBug 12721 - Prevent software error if incorrect fieldna...
next