Author: arekm Date: Sun Aug 28 14:30:36 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 1; works for me; fix missing links on search results
---- Files affected: packages/rt: rt.spec (1.91 -> 1.92) , rt-git.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/rt/rt.spec diff -u packages/rt/rt.spec:1.91 packages/rt/rt.spec:1.92 --- packages/rt/rt.spec:1.91 Wed Aug 24 09:19:47 2011 +++ packages/rt/rt.spec Sun Aug 28 16:30:30 2011 @@ -43,7 +43,7 @@ Summary(pl.UTF-8): Request Tracker - system do śledzenia zleceń Name: rt Version: 4.0.2 -Release: 0.1 +Release: 1 License: GPL v2 Group: Applications Source0: http://download.bestpractical.com/pub/rt/release/%{name}-%{version}.tar.gz @@ -53,6 +53,7 @@ Source3: %{name}-apache.conf Patch0: %{name}-layout.patch Patch1: %{name}-config.patch +Patch2: %{name}-git.patch URL: http://www.bestpractical.com/rt/ BuildRequires: autoconf BuildRequires: automake @@ -249,6 +250,7 @@ %setup -q %patch0 -p0 %patch1 -p1 +%patch2 -p1 mv aclocal.m4 acinclude.m4 @@ -340,6 +342,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.92 2011/08/28 14:30:30 arekm +- rel 1; works for me; fix missing links on search results + Revision 1.91 2011/08/24 07:19:47 arekm - up to 4.0.2 ================================================================ Index: packages/rt/rt-git.patch diff -u /dev/null packages/rt/rt-git.patch:1.1 --- /dev/null Sun Aug 28 16:30:36 2011 +++ packages/rt/rt-git.patch Sun Aug 28 16:30:30 2011 @@ -0,0 +1,19 @@ +commit da71990c74342f5370bf54408f86f1bf5d1bf2b9 +Author: sunnavy <[email protected]> +Date: Mon Aug 22 05:40:59 2011 +0800 + + show same page menu in simple search as in normal search if there is query + +diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs +index ff2055b..f4e8ce91 100755 +--- a/share/html/Elements/Tabs ++++ b/share/html/Elements/Tabs +@@ -571,7 +571,7 @@ my $build_admin_menu = sub { + } + } + } +- if ( $request_path =~ m{^/(?:Ticket|Search)/} && $request_path !~ m{^/Search/Simple\.html}) { ++ if ( $request_path =~ m{^/(?!Search/Simple\.html)(?:Ticket|Search)/} || $request_path =~ m{^/Search/Simple\.html} && $m->request_args->{'q'} ) { + my $search = Menu()->child('search'); + my $args = ''; + my $has_query = ''; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rt/rt.spec?r1=1.91&r2=1.92&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
