[Rt-commit] rt branch, query-logging, updated. rt-3.8.8-924-gbbe1b29

Shawn Moore sartak at bestpractical.com
Mon Sep 27 18:44:07 EDT 2010


The branch, query-logging has been updated
       via  bbe1b29d8f9c5e5fc792ee4d0a0bc0f488762091 (commit)
       via  ac39b89d7315beebce426750745dcdb2b393465e (commit)
       via  4446bd52ebdadf3b0aa71c83977a1ecd528343bb (commit)
       via  8f498d5fb7ccdc502ff59f7f10de9e1c18984b72 (commit)
       via  b1f9257260f6c4eddedc6487d4bb20b17117126c (commit)
       via  8925fbf095d3d4aacbf38dd77ffe68204a1166f7 (commit)
       via  d1864289647298ffbaf48233d05cb795961a7db7 (commit)
       via  46aa1f2342f46e78123fa74bb046bacb16dabfa4 (commit)
       via  a367be24104f101d631fa8657bafef7fb5b1d3a7 (commit)
       via  e1b8c5f80b49037ca5df48f404c949fef518e930 (commit)
       via  fba6e6bd1961b312119c6714da71b8389bc5b52f (commit)
       via  f7bfa386e2c9f9f4d82b39d87bc4f58d1daea3df (commit)
       via  2fb3132ecdb563c5e0f90903037df5acf18af7f1 (commit)
       via  c154fbf7fbcc1f5acec433cf8c503a7198a566ea (commit)
       via  30fc9e4c71a19f158ab96e4c448e4783a402a224 (commit)
       via  572f31e9e3c539a6197369d6cb2eb4177efb724c (commit)
       via  09cedc1a370259452874bf8bb593346631791405 (commit)
       via  a86b2ff006f7739d8ea007d29d5e282fb0f2c22a (commit)
       via  04271b37a446347d0e969c420eb818d9b1180d94 (commit)
       via  e24a55bbde5802e34006044dad7f067d31f9448e (commit)
       via  1e5673be23115ee6fd2c17c7f8980e9d405ffdde (commit)
       via  ccdbeba431253e26f03a5f37483ee99c98a7c7c7 (commit)
       via  32afb860c09e726b06505c730a106cc0a5b0b23b (commit)
       via  336a87adf42c5879e291d8e4c8ebb15ff5d6a992 (commit)
       via  e8c30250aeb3a9f98dce105e0d9c90380bfb800e (commit)
       via  4c6b7bdc6889bbe16f9d00e198d53044b2fc28ea (commit)
       via  7f52e20d34f2d13fac6ad34e082cc145089c43c7 (commit)
       via  7f07692971c1c95031649518f78b37ce185066b5 (commit)
       via  16afadeb78f9ed5fc924683c4532ea733386977c (commit)
       via  7dd5bc9fbbc5a1bbf3eb255d530c7dd5116b1445 (commit)
       via  8bf3073339ee8077766e0600f12665f4c40219cb (commit)
       via  e999a36a0a5f1a1977bd7ebbe68fa3b7c3d4ba6a (commit)
       via  a7feaa272e45872ec1f6a8edbd9c840307e77e6f (commit)
       via  082373ddf7c2124515242672407e27c124fa7171 (commit)
       via  f5ba076e3c959f57eb9d63b8312b084ad023095e (commit)
       via  b06d221ef5a9ff4dc16c4a05dbcb7e8aa8c96742 (commit)
       via  4cb36c5f1ef907dd59f1295fbea64e103ee0851a (commit)
       via  960d7ef227dcdd94c8ae76525519f61c796ad74d (commit)
       via  55093830620d3b9b521c121e8801702d79ad161e (commit)
       via  be84ed481a3cc33b0f5e54bf44d5edb2028645d2 (commit)
      from  5cd39b7d03e5d39ba9a98cb1294b448184bf9720 (commit)

Summary of changes:
 etc/RT_Config.pm.in                                |    4 +-
 lib/RT/CustomField_Overlay.pm                      |   21 +-
 lib/RT/ObjectCustomFieldValue_Overlay.pm           |  190 ++++++++
 lib/RT/Test/Web.pm                                 |    2 +-
 lib/RT/Tickets_Overlay.pm                          |   90 ++++
 sbin/rt-test-dependencies.in                       |    3 +
 share/html/Admin/Elements/SystemTabs               |    3 +
 share/html/Admin/Global/index.html                 |    5 +-
 .../Graph => Elements/EditCustomFieldIPAddress}    |   28 +-
 .../EditCustomFieldIPAddressRange}                 |   28 +-
 ...{SelectCustomFieldOperator => SelectIPRelation} |    4 +-
 share/html/Elements/ValidateCustomFields           |   27 ++-
 share/html/Search/Elements/PickCFs                 |    7 +
 t/customfields/ip.t                                |  285 ++++++++++++
 t/customfields/iprange.t                           |  469 +++++++++++++++++++
 t/customfields/iprangev6.t                         |  473 ++++++++++++++++++++
 t/customfields/ipv6.t                              |  274 +++++++++++
 17 files changed, 1875 insertions(+), 38 deletions(-)
 copy share/html/{Search/Elements/Graph => Elements/EditCustomFieldIPAddress} (95%)
 copy share/html/{Search/Elements/Graph => Elements/EditCustomFieldIPAddressRange} (95%)
 copy share/html/Elements/{SelectCustomFieldOperator => SelectIPRelation} (93%)
 mode change 100755 => 100644
 create mode 100644 t/customfields/ip.t
 create mode 100644 t/customfields/iprange.t
 create mode 100644 t/customfields/iprangev6.t
 create mode 100644 t/customfields/ipv6.t

- Log -----------------------------------------------------------------
commit ac39b89d7315beebce426750745dcdb2b393465e
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Sep 27 18:32:34 2010 -0400

    Document DevelMode as logging queries

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 28bed83..ab91d31 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2197,7 +2197,9 @@ production:
   edit RT's web ui components on the fly and have RT magically pick up
   your changes. (It's a big performance hit)
 
- * More to come
+* Turns on SQL query logging available under Configuration -> Global -> Queries
+
+* More to come
 
 =cut
 

commit bbe1b29d8f9c5e5fc792ee4d0a0bc0f488762091
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Sep 27 18:32:45 2010 -0400

    Link to the (currently nonexistent) Queries page

diff --git a/share/html/Admin/Elements/SystemTabs b/share/html/Admin/Elements/SystemTabs
index 58ea660..3e265f4 100755
--- a/share/html/Admin/Elements/SystemTabs
+++ b/share/html/Admin/Elements/SystemTabs
@@ -76,6 +76,9 @@
                 J => { title => loc('Theme'),
                                 path => 'Admin/Global/Theme.html',
                       },
+                Q => { title => loc('Queries'),
+                                path => 'Admin/Global/Queries.html',
+                      },
 
 };
 
diff --git a/share/html/Admin/Global/index.html b/share/html/Admin/Global/index.html
index a5edf47..29dee20 100755
--- a/share/html/Admin/Global/index.html
+++ b/share/html/Admin/Global/index.html
@@ -82,7 +82,8 @@
                 J => { title => loc('Theme'),
                                 path => '/Admin/Global/Theme.html',
                       },
-
-
+                Q => { title => loc('Queries'),
+                                path => '/Admin/Global/Queries.html',
+                      },
 };
 </%INIT>

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


More information about the Rt-commit mailing list