View | Details | Raw Unified | Return to bug 16106
Collapse All | Expand All

(-)a/misc/plack/koha.psgi (-1 / +1 lines)
Lines 5-11 use lib qw( ./lib ); Link Here
5
use Plack::Middleware::Debug;
5
use Plack::Middleware::Debug;
6
use Plack::App::Directory;
6
use Plack::App::Directory;
7
7
8
use CGI qw(-utf8 ); # we will loose -utf8 under plack
8
use CGI qw(-utf8 ); # we will lose -utf8 under plack
9
{
9
{
10
    no warnings 'redefine';
10
    no warnings 'redefine';
11
    my $old_new = \&CGI::new;
11
    my $old_new = \&CGI::new;
(-)a/misc/release_notes/release_notes_3_22_0.txt (-2 / +1 lines)
Lines 528-534 Architecture, internals, and plumbing Link Here
528
	12320	normal	$.cookie('foo', null) deprecated
528
	12320	normal	$.cookie('foo', null) deprecated
529
	13265	normal	Still too many search cursor cookies
529
	13265	normal	Still too many search cursor cookies
530
	13805	normal	Installer does not work under Plack
530
	13805	normal	Installer does not work under Plack
531
	13815	normal	Plack loose CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere
531
	13815	normal	Plack loses CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere
532
	14351	normal	Remove given-when from opac-search.pl
532
	14351	normal	Remove given-when from opac-search.pl
533
	14494	normal	Terribly slow checkout caused by DateTime->new in far future
533
	14494	normal	Terribly slow checkout caused by DateTime->new in far future
534
	14522	normal	Use Koha::Cache for accessing single_holidays()
534
	14522	normal	Use Koha::Cache for accessing single_holidays()
535
- 

Return to bug 16106