Bug 14910: Redirect to the circulation module after a renew
[koha.git] / Koha /
2015-02-10 Jonathan DruartBug 13319: Fix Koha::Acq::Order should set parent_order...
2015-02-09 Tomas Cohen AraziBug 13007: DBIC updates
2015-02-09 Jonathan DruartBug 13352: On editing, prices should not be formatted
2015-02-05 David CookBug 13262 - Add parameters to XSLT Handler transform...
2015-02-05 Tomas Cohen AraziBug 12601: (RM followup) DBIx updates
2015-01-18 Marcel de RooyBug 12973: Allow passing code to XSLT_Handler instead...
2015-01-13 Tomas Cohen AraziBug 13379: (RM followup) DBIx updates
2015-01-13 Jonathan DruartBug 11944: Fix encoding issue for the "Did you mean...
2015-01-13 Jonathan DruartBug 11944: Authentication
2015-01-13 Jonathan DruartBug 11944: TT Plugins should not encode strings
2015-01-13 Jonathan DruartBug 11944: Never use decode/encode in TT Plugins
2015-01-13 Jonathan DruartBug 11944: replace use of utf8 with Encode
2015-01-13 Jonathan DruartBug 11944: Remove all utf8 filter from templates
2015-01-04 Jonathan DruartBug 12969: Add a subroutine to calculate VAT and prices
2015-01-04 Tomas Cohen AraziBug 13496: add a method for the templates to print...
2014-12-31 Jonathan DruartBug 12896: Move the bookseller-related code into Koha...
2014-12-31 Tomas Cohen AraziBug 1861: (RM followup) DNIx updates
2014-11-26 Jonathan DruartBug 13242: Remove warning if no parameter given
2014-11-21 Jonathan DruartBug 12411: Preferences values should be utf8 encoded
2014-11-19 Marcel de RooyBug 13223: [QA Follow-up] Trivial change to one POD...
2014-11-19 Marcel de RooyBug 13223: Plugin housekeeping: do not redefine wrapper
2014-11-19 Frédéric DemiansBug 13242: Fix DateUtils for 'infinite' dates (ie year...
2014-11-14 Jonathan DruartBug 11413: Fix field_numbers
2014-11-14 Jonathan DruartBug 11413: Change the field number logic
2014-11-14 Tomas Cohen AraziBug 11401: DBIx updates
2014-11-14 Magnus EngerBug 11401: QA followup - Make the tests pass
2014-11-14 Magnus EngerBug 11401: QA followup
2014-11-14 Magnus EngerBug 11401: Add support for Norwegian national library...
2014-11-12 Kyle M HallBug 11634 [QA Followup] - Make unit tests pass
2014-11-12 Jonathan DruartBug 11319: Add the field management for Koha::SimpleMARC
2014-11-12 Jonathan DruartBug 11319: Koha::SimpleMARC should take a hashref for...
2014-11-06 Tomas Cohen AraziBug 8836: Update DBIx
2014-11-05 Tomas Cohen AraziBug 11425: Update DBIx
2014-11-04 Julian MauriceBug 11425: Add unit tests
2014-11-04 Julian MauriceBug 11425: Add item search form in staff interface
2014-11-03 Tomas Cohen AraziBug 10860: Update DBIx
2014-10-30 Tomas Cohen AraziBug 7162: Update DBIx
2014-10-28 Jonathan DruartBug 12830: use find instead of search
2014-10-28 Jonathan DruartBug 12830: Move the order-related code into Koha::Acqui...
2014-10-28 Tomas Cohen AraziBug 5342: Update DBIx
2014-10-28 Tomas Cohen AraziBug 11007: Update DBIx
2014-10-27 Jonathan DruartBug 12844: Force the symbol place in the tests
2014-10-27 Jonathan DruartBug 12844: New module to manage prices into Koha
2014-10-27 Tomas Cohen AraziBug 9530: Update DBIx
2014-10-27 Chris CormackBug 9530: Adding a new Koha::Email module
2014-10-24 Tomas Cohen AraziBug 2969: Update DBIx
2014-10-18 Jonathan DruartBug 12801: Use the branchcode to cache holidays
2014-10-11 Jonathan DruartBug 12538: Remove Solr without breaking anything else
2014-09-18 Tomas Cohen AraziBug 11577: Update DBIx
2014-09-01 Tomas Cohen AraziBug 6536: (RM followup) make DBIx::Class::Schema::Loade...
2014-09-01 Marcel de RooyBug 6536: Update DBIx schema of z3950servers for testing
2014-08-26 Tomas Cohen Arazi10402: DBIx::Class schema update
2014-08-26 Jonathan DruartBug 10212: Columns configuration for tables - DB changes
2014-08-26 Jonathan DruartBug 10212: Columns configuration for tables
2014-08-21 Yohann DufourBug 12784: Patron cannot change his personal details
2014-08-21 Tomas Cohen AraziBug 12781: DBIx::Class schema update 08/2014
2014-08-11 Yohann DufourBug 12623: SQLHelper replacement - Borrower::Modifications
2014-08-11 Tomas Cohen AraziBug 12647: PQF QueryParser driver and unit tests fixes
2014-07-11 Galen CharltonBug 12558: (follow-up) remove old versions of schema...
2014-07-11 Tomas Cohen AraziBug 12558: DBIx::Class schema update 07/2014
2014-07-07 Tomas Cohen AraziBug 12151: Remove uses of smartmatch operator from...
2014-07-03 Kyle M HallBug 11703 - Convert checkouts table to ajax datatable
2014-06-22 Tomas Cohen AraziBug 12462: Fix some POD errors
2014-06-19 Jonathan DruartBug 12041: UT - Get rid of warnings
2014-06-19 Robin SheatBug 12041 - POD fixing followup
2014-06-19 Robin SheatBug 12041 - improve Koha::Cache
2014-06-19 Galen CharltonBug 11891: (follow-up) set DBIC storage flags correctly
2014-06-19 Galen CharltonBug 11891: (follow-up) remove custom storage class
2014-06-19 Kyle M HallBug 11891 - Make Koha::Schema use C4::Context->dbh
2014-05-26 Galen CharltonBug 11826: (follow-up) run perltidy on Koha/XSLT_Handler.pm
2014-05-26 Marcel de RooyBug 11826: (follow-up) enable printing warnings
2014-05-26 Marcel de RooyBug 11826: Use the XSLT handler in C4/XSLT module
2014-05-26 Marcel de RooyBug 11826: Add XSLT handler object to Koha namespace
2014-05-26 Kyle M HallBug 7720: (follow-up) fix various issues
2014-05-26 Galen CharltonBug 12230: (follow-up) update DBIC classes
2014-05-26 Galen CharltonBug 6254: (follow-up) update DBIC classes using newer...
2014-05-26 Kyle M HallBug 6254: (follow-up) update DBIC classes
2014-05-25 Galen CharltonBug 3050: (follow-up) update DBIC schema classes
2014-05-25 Jacek AblewiczBug 3050 - Add an option to upload scanned invoices...
2014-05-08 Owen LeonardBug 9723: display time due for hourly loans in the...
2014-05-05 Kyle M HallBug 11287: make patron import tool take new restriction...
2014-05-05 Galen CharltonBug 5377: (follow-up) update DBIC schema classes
2014-05-05 Galen CharltonBug 11848: (follow-up) update license statment
2014-05-05 Julian MauriceBug 11848: Make Koha::I18N easier to use
2014-05-05 Marcel de RooyBug 8044: (follow-up) ensure Modern::Perl is imported...
2014-05-05 Julian MauriceBug 8044: (follow-up) add copyright block and use Moder...
2014-05-05 Julian MauriceBug 8044: new module for translating strings in Perl...
2014-05-05 Galen CharltonBug 10807: (follow-up) update DBIC schema classes
2014-05-05 Galen CharltonBug 6739: (follow-up) update DBIC schema classes
2014-05-04 Galen CharltonBug 766: (follow-up) move copyright statement back...
2014-05-04 Jonathan DruartBug 766: Update POD for AuthorisedValues TT plugin
2014-05-04 Jonathan DruartBug 766: Use a TT include instead of a method in the...
2014-05-04 Jonathan DruartBug 766: Create a plugin routine to build dropdown...
2014-05-04 Galen CharltonBug 9593: update DBIC files
2014-05-02 Galen CharltonBug 10694: (follow-up) fix problems with the new Borrow...
2014-05-02 Kyle M HallBug 10694: (follow-up) fix various issues
2014-05-02 Galen CharltonBug 9016: (follow-up) update DBIC schema classes
2014-04-29 Kyle M HallBug 11518: (follow-up) retrieve syspref value using...
2014-04-29 Kyle M HallBug 11518: (follow-up) Change method name from 'itemtyp...
2014-04-29 Kyle M HallBug 11518: Add new method to K::S::R::Item that will...
next