Bug 32482: (follow-up) Add markup comments
[koha.git] / opac / opac-user.pl
2022-07-29 Tomas Cohen AraziBug 22456: (QA follow-up) Consider cancellation request...
2022-07-22 Jonathan DruartBug 29697: Use flag embed_items
2022-05-05 Aleisha AmohiaBug 30291: Changes to OPAC files
2022-05-05 Nick ClemensBug 30167: (follow-up) Return a hash with soonest_renew...
2022-05-05 Nick ClemensBug 30167: Use returned renewal date rather than fetching
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) Fix recalls.old is default 0
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Marcel de RooyBug 19532: (QA follow-up) Fix few Koha::Recalls->search...
2022-03-15 Aleisha AmohiaBug 19532: Recalls on OPAC
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2021-11-03 Jonathan DruartBug 28417: Don't require C4::Auth_with_cas from opac...
2021-11-03 Tomas Cohen AraziBug 28417: (follow-up) Fix typo
2021-10-07 Jonathan DruartBug 29083: Don't pass _count var
2021-10-07 Tomas Cohen AraziBug 29083: Update article requests-related Koha::Patron...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-22 Jonathan DruartBug 28591: Don't pass debug to get_template_and_user
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-09-09 Nick ClemensBug 26388: Do not show 'Renew all' or 'Renew selected...
2020-09-03 Jonathan DruartBug 24663: Remove authnotrequired if set to 0
2020-04-29 Owen LeonardBug 25110: Allow patrons to add star ratings to titles...
2020-03-24 Nick ClemensBug 24476: Allow direct editing of autorenew_checkouts...
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttribute
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributeValue to Koha:...
2020-03-19 Aleisha AmohiaBug 15775: Show message on OPAC summary if holds are...
2020-02-21 Jonathan DruartBug 17896: Remove duplicated use statements
2020-02-21 Nick ClemensBug 17896: load BakerTaylor module with use
2019-11-07 Martin RenvoizeBug 23293: Apply OPACFineNoRenewalsIncludeCredit preference
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-10-22 Martin RenvoizeBug 22445: Custom cover images - opac user (checkout...
2019-09-11 Kyle M HallBug 20691: Implement fines view
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-08-05 Ere MaijalaBug 11529: Add templates for biblio title display....
2019-08-05 Ere MaijalaBug 11529: Clean up subtitle usage
2019-08-05 Ere MaijalaBug 11529: Use new biblio fields whenever possible
2019-07-26 Martin RenvoizeBug 11573: (follow-up) Correction to accountype search...
2019-07-15 Martin RenvoizeBug 22563: Be more descriptive with accountypes
2019-04-17 Martin RenvoizeBug 22521: Update UI to use accountlines.status
2019-04-17 Martin RenvoizeBug 22521: Update fines handling to use accountline...
2019-04-16 Josef MoravecBug 22588: Simplify getting fines information in opac...
2019-03-07 Kyle M HallBug 20912: (QA follow-up) Warn patron of daily and...
2018-11-07 Nick ClemensBug 15494: Update display of renewal errors
2018-11-06 Tomas Cohen AraziBug 21673: (QA follow-up) Fix typo and remove unused...
2018-11-06 Jonathan DruartBug 21673: Use Koha::Account::Lines->total_amountoutsta...
2018-11-02 Mark TompsettBug 14385: Squash of a lot of patches rebased
2018-10-01 SrdjanBug 17602: OPAC integration of RecordedBooks
2018-08-30 Jonathan DruartBug 19991: Remove warning from opac-user
2018-08-30 Charlotte CordwellBug 19991: use Modern::Perl in OPAC perl scripts
2018-08-14 Jonathan DruartBug 21137: Replace BORROWER_INFO with logged_in_user
2018-06-29 Lee JamisonBug 17153: Redirect to search when logging in from...
2018-06-15 Josef MoravecBug 20832: Fix opac user profile page when there is...
2018-04-23 Jonathan DruartBug 19855: Remove getalert from opac-user.pl
2018-04-20 Jonathan DruartBug 20489: Remove warnings from the interface
2018-04-03 Jonathan DruartBug 19935: (follow-up) Replace GetPendingIssues - opac...
2018-04-03 Jonathan DruartBug 19935: Replace GetPendingIssues - opac-user.pl
2018-03-23 Ulrich KleiberBug 19160: (follow-up) Fix problems introduced by renam...
2018-03-23 Jonathan DruartBug 19160: Isolate CAS code into its own module
2018-03-23 Jonathan DruartBug 19160: Move the code from controller to C4::Auth_wi...
2018-03-23 Chris CormackBug 19160: CAS Single logout
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2017-10-27 Marc VéronBug 13796: OPAC: Display rental charge for renewing
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-06-05 Jonathan DruartBug 18179: Update existing calls
2017-05-29 Jonathan DruartBug 18632: Remove 'CGI::param called in list context...
2017-05-09 Jonathan DruartBug 15705: Add specific warning messages for auto_too_m...
2017-04-28 Kyle M HallRevert "Bug 18179: Update existing calls"
2017-04-28 Aleisha AmohiaBug 14224: Allow patron notes about item shown at check in
2017-04-28 Aleisha AmohiaBug 15738: Show rental fees on OPAC summary page
2017-04-28 Jonathan DruartBug 18179: Update existing calls
2017-04-21 Chris CormackBug 18432 : Follow up - Updating to use they/them
2017-04-21 phette23Bug 18432: code comments assume male gender
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-03-31 Tomas Cohen AraziBug 17825: Remove the use of AttributeTypeExists from...
2017-02-21 Srdjanbug_16034 Add overdrive info to the users page in the...
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove amountoutstanding
2016-11-02 Katrin FischerBug 15581: Follow-up - suggested change to the OPAC...
2016-10-26 Kyle M HallBug 14610 - Add and update scripts
2016-10-10 Jonathan DruartBug 17386: Simplify code
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchesLoop
2016-09-02 Jonathan DruartBug 16464: Add FIXME
2016-09-02 Owen LeonardBug 16464 - If a patron has been discharged, show a...
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-08 Mark TompsettBug 16805: Log in with database admin user breaks OPAC
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Force scalar context
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-02-24 Kyle M HallBug 14930 [QA Followup] - Allow OpacFineNoRenewals...
2016-02-24 GusBug 14930 - Leaving OpacFineNoRenewals blank blocks...
2015-12-31 Kyle M HallBug 9303 [3] - relative's checkouts in the opac
2015-12-31 Kyle M HallBug 13918 [QA Followup] - Remove unnecessary reference...
2015-12-31 Kyle M HallBug 13918 [QA Followup] - Remove dead template code
2015-12-31 Kyle M HallBug 13918 [QA Followup] - Remove reserves_count
2015-12-31 Kyle M HallBug 13918 - Add waiting expiration date to opac list...
2015-12-30 Jonathan DruartBug 15344: Remove some other calls of GetMemberDetails...
next