[Rt-commit] rt branch, 4.0.0-releng, updated. rt-4.0.0rc4-13-gebfbb53

Alex Vandiver alexmv at bestpractical.com
Sun Jan 23 02:04:45 EST 2011


The branch, 4.0.0-releng has been updated
       via  ebfbb537ab0bcc6c932e33a49d08730a163130a0 (commit)
       via  a11c1fe58eccd5dd4b19966d8ba55358bd0fcfaa (commit)
       via  166f6703efdaf39955c99ac7ef09e5c41f1a0060 (commit)
       via  12bacce9ba19feca4b1040991a4e0ac711b44f35 (commit)
       via  2439ddfb90df791c020801e3fafda5c1bb80442e (commit)
       via  4324605e540338eebb413f34bc389b73c29ef296 (commit)
       via  b9087f4fa53d0c64289ee28dd4b7848076e9337b (commit)
       via  24c73663c400bf4b1bec3cfba0aac2c496a09cac (commit)
       via  6ba5b1e85d57b18029b637582be554cd44ef39c5 (commit)
       via  bdbad008b7c3fcb1ee58bce3359896bfe8f65125 (commit)
      from  311223f5a7177a2646ebbef0106e6fef7433d419 (commit)

Summary of changes:
 lib/RT/Interface/Web.pm        |    2 --
 lib/RT/SQL.pm                  |   13 +++++++------
 share/html/Elements/Tabs       |    4 +++-
 share/html/Search/Build.html   |    9 ++++++++-
 share/html/Search/Results.html |    4 +++-
 5 files changed, 21 insertions(+), 11 deletions(-)

- Log -----------------------------------------------------------------
commit a11c1fe58eccd5dd4b19966d8ba55358bd0fcfaa
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sun Jan 23 01:42:29 2011 -0500

    Remove debugging lines

diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index 023e95a..1a8d27f 100644
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -903,8 +903,6 @@ sub StripContent {
     $sig =~ s/</&lt;/g;
     $sig =~ s/>/&gt;/g;
     $sig =~ s/"/&quot;/g;
-    warn "Got:\n$content\n";
-    warn "Sig is:\n$sig\n";
     return '' if $html and $content =~ m{^(?:<p>)?(--)?\Q$sig\E(?:</p>)?$}s;
 
     # Pass it through

commit ebfbb537ab0bcc6c932e33a49d08730a163130a0
Merge: a11c1fe 166f670
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sun Jan 23 01:42:39 2011 -0500

    Merge branch '4.0/advanced-keeps-saved-search' into 4.0.0-releng


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


More information about the Rt-commit mailing list