Bug 16166: Improve L1 cache performance and safety
[koha.git] / C4 / Serials.pm
2016-06-17 Kyle M HallBug 16692 - Error "No method update!" when creating...
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-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2015-12-31 Kyle M HallBug 12375 [7] - Update to use Koha::Object classes
2015-12-31 Kyle M HallBug 12375 [4] - Replace use of DBI with Koha::Database...
2015-12-31 Kyle M HallBug 12375 [3] - Store serials enumeration data in separ...
2015-11-19 Katrin FischerBug 14870: QA follow-up - fixing tiny typo
2015-11-19 Marc VéronBug 14870: (followup) Remove stray C4::Dates
2015-11-17 Jonathan DruartBug 14969: Remove C4::Dates from serials/*.pl files
2015-11-17 Jonathan DruartBug 15168: Remove C4:Serials::ItemizeSerials
2015-11-05 Julian MauriceBug 8296: Add descriptive (text) published date field...
2015-11-04 Jonathan DruartBug 8438: Users can only claim for serials related...
2015-10-02 Jonathan DruartBug 10855: (follow-up) Bug 10855: Remove additional...
2015-10-02 Julian MauriceBug 10855: Remove additional field values when subscrip...
2015-10-02 Jonathan DruartBug 10855: Squash several fixes
2015-10-02 Jonathan DruartBug 10855: Search subscriptions by additional fields...
2015-10-02 Jonathan DruartBug 10855: Search subscriptions by additional fields
2015-10-02 Jonathan DruartBug 10855: New fields on adding/updating a subscription
2015-09-02 Katrin FischerBug 13972: Include fields from subscription and serial...
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-05-14 Bernardo Gonzalez... Bug 13423: Remove unused serials-recieve
2015-05-05 Olli-Antti KivilahtiBug 12671: Guess next serial date when there are severa...
2015-05-05 Julian MauriceBug 12671: Guess next serial date when there are severa...
2015-05-05 Julian MauriceBug 12671: Refactor GetNextDate
2015-04-30 Jonathan DruartBug 11814: Fix existing tests
2015-04-30 Jonathan DruartBug 11814: Fix sql parameters order
2015-04-30 Jonathan DruartBug 11814: (follow-up) Use constants to describe statuses
2015-04-30 Kyle M HallBug 11814: Use constants to describe statuses
2015-04-29 Mason JamesBug 13109: Serial failure for received and general...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-13 Jonathan DruartBug 11337: Remove the C4::Serials::GetSubscriptions...
2015-03-15 Katrin FischerBug 13746: On creating a new subscription, notes fields...
2015-01-15 Jonathan DruartBug 12850: C4::Serials::GetLateIssues can be removed
2014-10-28 Jonathan DruartBug 5342: Serial claiming improvements: add a counter
2014-06-16 Tomas Cohen AraziBug 12338: Remove smartmatch operator from C4/Serials.pm
2014-05-09 Julian MauriceBug 11843: prevent manual history from being overwritte...
2014-05-05 Galen CharltonBug 11262: (follow-up) base generation of day name...
2014-05-05 Jonathan DruartBug 11262: Don't require hardcoded translations for...
2014-04-28 Owen LeonardBug 11719 - Use new DataTables include in serials templates
2014-04-18 Galen CharltonBug 11689: (follow-up) fix another warning when running...
2014-04-18 Jonathan DruartBug 11689: (follow-up) fix warnings generated when...
2014-04-18 Jonathan DruartBug 11689: Take new serial missing statuses into accoun...
2014-04-18 Julian MauriceBug 12003: Do not calculate next pubdate for irregular...
2014-04-18 Galen CharltonBug 12098: (follow-up) put can_show_subscription()...
2014-04-18 Jonathan DruartBug 12098: Refactor can_*_subscription in C4::Serials
2014-04-18 Jonathan DruartBug 12098: Fix C4::Serials::can_edit_subscription
2014-04-18 Kyle M HallBug 12080: (follow-up) fix test failure and warnings...
2014-04-18 Frédéric DemiansBug 12080: restore effect of superserials permission
2014-04-18 Frédéric DemiansBug 12048: restore ability of superlibrarian to see...
2014-03-12 Julian MauriceBug 11861: Add ISSN column in serials claims table
2014-02-04 Jonathan DruartBug 10851: (follow-up) fix issues reported by QA script
2014-02-04 Jonathan DruartBug 10851: add additional "missing" statuses for serial...
2013-12-30 Kyle M HallBug 10277 - Add C4::Context->IsSuperLibrarian()
2013-12-14 Galen CharltonBug 10852: (follow-up) update the POD for C4::Serials...
2013-12-14 Galen CharltonBug 10852: (follow-up) fix POD for C4::Serials::NewSubs...
2013-12-14 Jonathan DruartBug 10852: serials search improvements
2013-10-31 Jonathan DruartBug 11168: fix regression that broke exporting serial...
2013-10-31 Galen CharltonBug 8435: (follow-up) make SearchSubscriptions handle...
2013-10-31 Jonathan DruartBug 8435: (follow-up) handle lack of userenv gracefully
2013-10-31 Jonathan DruartBug 8435: (follow-up) add unit tests for can_edit_subsc...
2013-10-31 Jonathan DruartBug 8435: add permission to enable editing other librar...
2013-10-30 Galen CharltonBug 7688: (follow-up) update test cases to reflect...
2013-10-30 Julian MauriceBug 7688: (follow-up) rewrite t/db_dependant/Serials.t
2013-10-30 Julian MauriceBug 7688: Change subscription numbering pattern and...
2013-10-11 Fridolyn SOMERSBug 10689: make public note appear in subscriptions...
2013-08-19 Owen LeonardBug 9916 - Use DataTables in the OPAC
2013-07-10 Chris Hallbug 10356: improve display of serial issue dates in...
2013-05-22 Kyle M HallBug 10080 - Change system pref IndependantBranches...
2013-05-06 Jared Camins-EsakovMerge branch 'master' of git://git.koha-community.org...
2013-05-06 Jared Camins-EsakovMerge branch 'bug_8896' into 3.14-master
2013-05-06 Marcel de RooyBug 8896 QA Followup for regex
2013-05-06 Lyon3 TeamBug 8896: Delete serials no more missing from missinglist
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-03-23 Jared Camins-EsakovRevert "Merge branch 'bug_7688' into 3.12-master"
2013-03-23 Jared Camins-EsakovMerge branch 'bug_5343' into 3.12-master
2013-03-23 Jonathan DruartBug 5343: It is not possible to add a subscription...
2013-03-23 Jonathan DruartBug 5343: Link serial and acqui modules
2013-03-23 Jared Camins-EsakovMerge branch 'bug_9900' into 3.12-master
2013-03-23 Jared Camins-EsakovMerge branch 'bug_7688' into 3.12-master
2013-03-23 Jonathan DruartBug 7688: Followup FIX perldoc
2013-03-23 Julian MauriceBug 7688: Fix generating next serial when there is...
2013-03-23 Julian MauriceBug 7688 follow-up: Small fixes for QA
2013-03-23 Julian MauriceBug 7688: Change subscription numbering pattern and...
2013-02-12 Jared Camins-EsakovMerge branch 'bug_9105' into 3.12-master
2013-02-01 Jared Camins-EsakovMerge branch 'bug_9102' into 3.12-master
2013-01-16 Jared Camins-EsakovMerge branch 'bug_8443' into 3.12-master
2013-01-16 Fridolyn SOMERSBug 8443: Suggestions publication year and copyright...
2013-01-15 Jared Camins-EsakovMerge branch 'bug_8557' into 3.12-master
2013-01-09 Jared Camins-EsakovMerge branch 'bug_8977' into 3.12-master
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7368' into 3.12-master
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7143' into 3.12-master
2012-12-04 Jared Camins-EsakovMerge branch 'bug_8945' into 3.12-master
2012-12-02 Jared Camins-EsakovMerge branch 'bug_8641' into 3.12-master
next