Bug 11921: Update remaining occurrences of ->ismemcached
[koha.git] / opac /
2016-09-08 Jonathan DruartBug 17189: Replace occurrences of 'use Koha::Cache'
2016-09-08 Jonathan DruartBug 17189: Add the ability to define several memcached...
2016-09-03 Kyle M HallBug 14695 - Add ability to place multiple item holds...
2016-09-02 Jacek AblewiczBug 10848 - Allow configuration of mandatory/required...
2016-09-02 Magnus EngerBug 5456 - Create a link to opac-ics.pl
2016-09-02 Jonathan DruartBug 16464: Add FIXME
2016-09-02 Owen LeonardBug 16464 - If a patron has been discharged, show a...
2016-09-02 Jonathan DruartBug 17048: Fix pagination offset for authority searches
2016-08-22 Jonathan DruartBug 16960: Delete previous patron modifications
2016-08-22 Jonathan DruartBug 16960: Fix error on validating the registration
2016-08-22 Kyle M HallBug 16960 - Patron::Modifications should be fixed
2016-08-18 Jonathan DruartBug 16996: Do not explode if mandatory fields are missing
2016-08-17 Tomas Cohen AraziBug 14642: Add logging for Holds
2016-08-10 Chris CormackBug 16969 cgi->param used in list context in opac-membe...
2016-08-10 Jonathan DruartBug 16776: Do not forget external language choice in...
2016-08-10 Marcel de RooyBug 16929: [QA Follow-up] Shortcut methods and use...
2016-08-10 Marcel de RooyBug 16929: Prevent opac-memberentry waiting for random...
2016-08-04 Jonathan DruartBug 16878: Fix XSS in opac-memberentry
2016-07-22 Jonathan DruartBug 16847: Remove C4::Members::GetTitles
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove the residue
2016-07-22 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove GetCsvProfilesLoop
2016-07-15 Jonathan DruartBug 16853: Move changepassword to Koha::Patron->update_...
2016-07-15 Jonathan DruartBug 16849: Move IsDebarred to Koha::Patron->is_debarred
2016-07-15 Marc VéronBug 16621: Translatability: Issues in opac-user.tt...
2016-07-15 Jonathan DruartBug 2735: Fix authority search pagination at the OPAC
2016-07-08 Mark TompsettBug 16805: Log in with database admin user breaks OPAC
2016-07-08 Jonathan DruartBug 15128: Do not display "New suggestion" if limit...
2016-07-08 Jonathan DruartBug 15128: Revert Display all purchase suggestions...
2016-07-08 Nick ClemensBug 15128 - (QA Followup) Don't get patrons suggestions...
2016-07-08 Nick ClemensBug 15128 - (QA Followup) Fix use of 'my' variable...
2016-07-08 Nick ClemensBug 15128 (QA Followup) Display all purchase suggestion...
2016-07-08 Nick ClemensBug 15128 - Followup
2016-07-08 Kyle M HallBug 15128 [QA Followup 2] - Only count pending suggesti...
2016-07-08 Kyle M HallBug 15128 [QA Followup] - Make suggestion display after...
2016-07-08 Nick ClemensBug 15128 - Add ability to limit patrons open purchase...
2016-06-24 Tomas Cohen AraziBug 15485: (QA followup) Simplify logic and use *Result...
2016-06-24 Tomas Cohen AraziBug 15485: (QA followup) Fix behaviour and default...
2016-06-24 Tomas Cohen AraziBug 15485: Use lists-specific XSLT sysprefs
2016-06-24 Jonathan DruartBug 16591: Fix CSRF in opac-memberentry
2016-06-24 Jonathan DruartBug 16707: Fix software error in OPAC password recovery...
2016-06-24 Jonathan DruartBug 16593: Do not allow patrons to delete search histor...
2016-06-10 Tomas Cohen AraziBug 16578: Fix wide character errors in opac-export.pl
2016-06-06 Jonathan DruartBug 16518: Fix Plack variable scoping problem in opac...
2016-05-16 Jonathan DruartBug 16476: Do not call CGI->param in list context,...
2016-05-06 Kyle M HallMerges translations for Koha 16.05
2016-05-06 Marc VéronBug 15823: Redirect opac-discharge.pl to 404 page
2016-05-05 Jonathan DruartBug 16447: Remove occurrence of the borrow permission...
2016-05-04 Tomas Cohen AraziBug 15263: (QA followup) Use the new XSLTParse4Display...
2016-05-04 Tomas Cohen AraziBug 15263: (QA followup) Make *shelves.pl use the new API
2016-04-29 Jonathan DruartBug 12528: redirect to 404 if at least 1 pref is off
2016-04-29 Jonathan DruartBug 16167: Remove Authorised value images prefs
2016-04-29 Jonathan DruartBug 16041: Turn off StaffAuthorisedValueImages by default
2016-04-29 Martin PerssonBug 14305: View arbitrary branch's news
2016-04-29 Martin PerssonBug 14305: View arbitrary branch's news, RSS fix
2016-04-29 Kyle M HallBug 16283 - Make OPAC registration captcha case insensitive
2016-04-29 Kyle M HallBug 15533 [QA Followup] - All itemtypes for all items...
2016-04-29 Kyle M HallBug 15533 - Allow patrons and librarians to select...
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Assign a list
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Force scalar context
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Manual changes
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-04-26 Jesse WeaverBug 12748: (QA followup) fix several tiny QA tools...
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatRevert "Bug 12478: Display facet terms ordered by numbe...
2016-04-26 Jonathan DruartBug 12478: Take the FacetMaxCount pref into account
2016-04-26 Jonathan DruartBug 12478: Display facet terms ordered by number of...
2016-04-26 Robin SheatBug 12478: allow more granular sorting configuration
2016-04-26 Robin SheatBug 12478: paging is fixed now too
2016-04-26 Robin SheatBug 12478: authority paging works
2016-04-26 Robin SheatBug 12478 - more authorites
2016-04-26 Robin SheatBug 12478 - more authority searching
2016-04-26 Robin SheatBug 12478 - fix syntax errors so that stuff runs
2016-04-26 Robin SheatBug 12478 - authority work in progress
2016-04-26 Robin SheatBug 12478 - authorities can now be stored in ES
2016-04-26 Robin SheatBug 12478 - pile of elasticsearch code
2016-04-22 Alex ArnaudBug 16296 - Fix records displaying in virtualshelves
2016-04-22 Kyle M HallBug 16317 - Attempt to share private list results in...
2016-04-22 Henri-Damien LAURENTBug 5979 : OPAC : using OPACISBD systempreference to...
2016-04-22 Nick ClemensBug 12663 - SCOUserCSS and SCOUserJS ignored on selfche...
2016-04-20 Jonathan DruartBug 16179: Do not crash if "rate me" is clicked and...
2016-04-07 Jonathan DruartBug 16157: Move the selected flag from GetAuthorisedVal...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-04-06 Jonathan Druart Bug 16198: Fix regression in OPAC suggestions
2016-04-01 Nicholas van Oudts... Bug 10988 - Fix some wording Fix some outdated wording...
2016-04-01 Nicholas van Oudts... Bug 10988 - Fixes for comments 57 and 58
2016-04-01 Tomas Cohen Arazi Bug 16129: Remove URL::Encode dependency
2016-03-31 Martin Persson Bug 14257 - Add show_attributes to GetPatronInfo
2016-03-25 Jonathan DruartBug 14076: Do not use CGI->param in list context -...
2016-03-24 Tomas Cohen Arazi Bug 16143: Make opac-shelves.pl generate OPAC itype...
2016-03-22 charlesBug 15585 - Move C4::Passwordrecovery to the new namesp...
2016-03-07 Marcel de Rooy Bug 14306: Remove call to GetMarcNotes from sendshelf
2016-03-07 Marcel de Rooy Bug 14306: Show URL from MARC21 field 555$u under...
2016-03-07 Jonathan Druart Bug 5404: C4::Koha - remove subfield_is_koha_internal_p
2016-03-07 Kyle M HallBug 15084 [QA Followup] - Fix new uses of GetCurrency
2016-03-04 Jonathan DruartBug 15635: Koha::Patron::Images - Remove GetPatronImage
2016-03-03 Kyle M HallBug 15548 [QA Followup] - More new uses of Koha::Borrower
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Remove GetMessages
2016-03-03 Jonathan Druart Bug 15632: Koha::Patron::Messages - Remove GetMessages...
2016-03-03 Jonathan Druart Bug 15084: Replace C4::Budgets::GetCurrencies with...
next