[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. cfc29105b1bf6743b8ec18e9213fdb43dace1b1a

Thomas Sibley trs at bestpractical.com
Tue May 14 18:31:00 EDT 2013


The branch, master has been updated
       via  cfc29105b1bf6743b8ec18e9213fdb43dace1b1a (commit)
      from  4594d52b0d3ae64d6e98414813bc862bf9e07642 (commit)

Summary of changes:
 patches/4.0.14-admin-queues.patch | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 patches/4.0.14-admin-queues.patch

- Log -----------------------------------------------------------------
commit cfc29105b1bf6743b8ec18e9213fdb43dace1b1a
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue May 14 15:30:49 2013 -0700

    Add a patch that makes the Admin Queues page better

diff --git a/patches/4.0.14-admin-queues.patch b/patches/4.0.14-admin-queues.patch
new file mode 100644
index 0000000..02729cc
--- /dev/null
+++ b/patches/4.0.14-admin-queues.patch
@@ -0,0 +1,26 @@
+From 944109e78909187e4427557380f16f34a93c9727 Mon Sep 17 00:00:00 2001
+From: Thomas Sibley <trs at bestpractical.com>
+Date: Tue, 14 May 2013 15:27:19 -0700
+Subject: [PATCH] Limit the Admin Queues list to 50 rows per page by default
+
+Otherwise instances with a large number of queues take forever to load
+and display (such as rt.cpan.org).
+---
+ share/html/Admin/Queues/index.html | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/share/html/Admin/Queues/index.html b/share/html/Admin/Queues/index.html
+index 7f26702..2092230 100644
+--- a/share/html/Admin/Queues/index.html
++++ b/share/html/Admin/Queues/index.html
+@@ -58,6 +58,7 @@
+ <& /Elements/CollectionList,
+     OrderBy => 'Name',
+     Order => 'ASC',
++    Rows => 50,
+     %ARGS,
+     Format => $Format,
+     Collection => $queues,
+-- 
+1.8.2.2
+

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list