Bug 22521: Increase varchar size for accounttype
[koha-equinox.git] / serials /
2015-10-02 Jonathan DruartBug 10855: New fields on adding/updating a subscription
2015-10-02 Jonathan DruartBug 10855: interface configuration for adding new field...
2015-08-26 Kyle M HallBug 9809: Update AddReserve prototype to remove constra...
2015-06-05 Jonathan DruartBug 13662: Fix the serials.receive_serials permissions
2015-05-14 Bernardo Gonzalez... Bug 13423: Remove unused serials-recieve
2015-04-30 Jonathan DruartBug 11814: (follow-up) Use constants to describe statuses
2015-04-22 Jonathan DruartBug 14022: Does not reset the subscription length on...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-16 Mark TompsettBug 13947: Correct call to GetBiblio to receive correct...
2015-04-13 Jonathan DruartBug 13891: DataTables server-side processing - Fix...
2015-04-13 Jonathan DruartBug 13891: DataTables server-side processing - Serial...
2015-04-13 Jonathan DruartBug 11337: Remove the C4::Serials::GetSubscriptions...
2015-03-31 Katrin FischerBug 13890 - Switch from full serials permission to...
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2015-01-13 Jonathan DruartBug 11944: Fix encoding issue on adding a subscription
2015-01-13 Jonathan DruartBug 11944: Some refresh don't indicate the charset...
2015-01-13 Jonathan DruartBug 11944: replace uri_escape with uri_escape_utf8...
2015-01-13 Jonathan DruartBug 11944: replace use of utf8 with Encode
2014-12-31 Jonathan DruartBug 12896: Move the bookseller-related code into Koha...
2014-12-03 Jonathan DruartBug 12852: C4::Bookseller should not be imported anymore
2014-12-03 Jonathan DruartBug 12852: Some unused stuffs more
2014-12-03 Jonathan DruartBug 12852: The "preview" param can be removed serials...
2014-11-25 simithBug 12536 - Incorrect number of irregularity issues
2014-10-28 Jonathan DruartBug 5342: Serial claiming improvements: add a counter
2014-07-17 Tomas Cohen AraziBug 11349: Make the QA script happy
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2014-07-14 Jonathan DruartBug 11226: subscription frequencies and numbering patte...
2014-06-25 Galen CharltonBug 11715: require authentication for various staff...
2014-06-23 Jonathan DruartBug 11742: Change return type for GetLetters
2014-05-05 Jonathan DruartBug 11263: Use all languages instead of just the transl...
2014-05-05 Jonathan DruartBug 11263: do not use system locales settings for subsc...
2014-04-18 Julian MauriceBug 12003: Do not calculate next pubdate for irregular...
2014-03-14 Jonathan DruartBug 11637: don't try to guess publication dates for...
2014-02-28 Tomas Cohen AraziBug 11096: support the retrieval of large MARCXML records
2014-02-07 Jonathan DruartBug 11687: remove disused script statecollection.pl
2014-01-30 Jonathan DruartBug 9823: Refactor return from GetReservesFromBiblionumber
2014-01-06 Fridolyn SOMERSBug 10429: improve display of library and library filte...
2013-12-30 Kyle M HallBug 10277 - Add C4::Context->IsSuperLibrarian()
2013-12-14 Jonathan DruartBug 10852: serials search improvements
2013-12-05 Fridolyn SOMERSBug 11091: (follow-up) perltidy on serials/subscription...
2013-12-05 Fridolyn SOMERSBug 11091: revamp search limit options for new subscrip...
2013-11-27 Fridolyn SOMERSBug 11214: improve create/edit routing list links in...
2013-11-21 Fridolyn SOMERSBug 10809: use branches template plugin in serials...
2013-10-31 Jonathan DruartBug 7298: (follow-up) various QA fixes
2013-10-31 Jonathan DruartBug 7298: add option to export late orders as CSV
2013-10-31 Jonathan DruartBug 8435: add permission to enable editing other librar...
2013-10-30 Galen CharltonBug 7688: (follow-up) update license statements
2013-10-30 Galen Charltonbug 7688: (follow-up) add authentication checking
2013-10-30 Julian MauriceBug 7688: Change subscription numbering pattern and...
2013-10-21 Jonathan DruartBug 10723: Merge GetPendingOrders and SearchOrders...
2013-10-11 Jonathan DruartBug 10854: add ability to export serial claims using...
2013-10-10 Chris Hallbug 10365: change routing slips to use date published...
2013-08-19 Galen Charltonbug 10728: fix additional log noise generated by subscr...
2013-08-19 Colin CampbellBug 10728: fix log noise generated by subscription...
2013-07-24 Kyle M HallBug 9394: Use reserve_id where possible
2013-07-01 Kyle M HallBug 10484: serials-edit.pl not checking for barcode...
2013-05-22 Kyle M HallBug 10080 - Change system pref IndependantBranches...
2013-05-20 Jonathan DruartBug 9508: Standardize the dateformat value from C4...
2013-04-29 Galen CharltonRevert "Bug 6554: Followup for serial search"
2013-04-29 Galen CharltonRevert "Bug 6554 - make Koha internally utf-8 clean"
2013-04-01 Marcel de RooyBug 6554: Followup for serial search
2013-04-01 Dobrica PavlinusicBug 6554 - make Koha internally utf-8 clean
2013-03-23 Jared Camins-EsakovRevert "Merge branch 'bug_7688' into 3.12-master"
2013-03-23 Jonathan DruartBug 5343: Followup: invoicenumber no longer exists...
2013-03-23 Jonathan DruartBug 5343: Link serial and acqui modules
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 #2
2013-03-23 Julian MauriceBug 7688: Change subscription numbering pattern and...
2013-03-20 Bernardo Gonzalez... Bug 9827: remove 'insecure' system preference
2013-03-17 Jared Camins-EsakovBug 9239: Allow the use of QueryParser for all queries
2013-03-07 Jared Camins-EsakovBug 9574: Plack fixes for serials/subscription-add.pl
2013-01-18 Jonathan DruartBug 9108: Followup: send the dateformat value from...
2012-11-30 Jonathan DruartBug 8782: Close a subscription
2012-11-30 Jonathan DruartBug 8715: Receive all serials for a year.
2012-10-01 Paul PoulainBug 5335 follow-up: fixing Perl error
2012-10-01 Lyon3 TeamBug_7913-Follow-up, hide button for subs with items
2012-10-01 Lyon3 TeamReceiving serials in a loop
2012-09-20 Jonathan DruartBug 5335 - More granular VAT
2012-09-18 Katrin FischerBug 5357: Follow-up - layout and EAN search
2012-09-18 Jonathan DruartBug 5357: Adds a new page for searching subscriptions
2012-09-13 Julian MauriceBug 3456: Show internalnotes when receiving serials
2012-06-09 Matthias MeusburgerBug 5337: EAN management : Adds ean for various searches
2012-03-28 Paul PoulainBug 5354 follow-up : dealing with a wrong regexp
2012-03-28 Jonathan DruartBug 5354: Followup. Change separator
2012-03-28 Jonathan DruartBug 5354: Partial duplication of a subscription
2012-03-26 Dobrica PavlinusicBug 7773 - serials/subscription-add.pl scope for plack
2012-03-22 Adrien SauratBug 7753: serials-home displays library name instead...
2012-03-19 Robin SheatBug 6296: allow users to be authenticated by SSL client...
2012-03-14 Katrin FischerBug 7557: Change hardcoded routing list note into a...
2012-02-27 Katrin FischerBug 7523: Improve checks for routing permissions
2012-02-17 Matthias MeusburgerBug 7312: Adds ISSN to serials/subscription-bib-search...
2012-02-17 Katrin FischerBug 7521: Templates should use receive_serials permission
2012-02-17 Liz ReaBug 7546 - cannot view subscription detail
2012-01-23 Colin CampbellBug 6790: Remove unnecessary variable from getroutingli...
2012-01-06 Katrin FischerBug 7338: Follow up: show link only when there is more...
2012-01-06 Frédéric DemiansBug 7338 Links on Serial Collection page
2011-09-02 Frédérick CapovillaBug 6479 Converts all the serialseq variables to UTF-8.
2011-07-19 Katrin FischerBug 6589: Adding supplements broken
2011-07-05 Katrin FischerBug 6305: Subscriptions can not be edited
2011-06-14 Colin CampbellBug 6050 Make calls to GetItemsInfo consistent
next