[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-157-g32149cd

Kevin Falcone falcone at bestpractical.com
Wed Sep 8 14:10:36 EDT 2010


The branch, 3.8-trunk has been updated
       via  32149cd45228de2e92640c9d5cb97bf02fbcbc44 (commit)
       via  e27e530008759b4ce221cb6e9155b45cea2a8a50 (commit)
       via  032e19a038491354439f33c0e49b9eb614608919 (commit)
       via  9758064e85eea8c9dc3e39df325bd17d13a636e5 (commit)
       via  7240e1a815de0c798bdbc04a5fb060db8128b754 (commit)
       via  bc978caad4336b6ebf3cb86f9d9fb0b1d7dedd2c (commit)
       via  e69223f5436077aabc40cf6e0be825cff238c48f (commit)
       via  ae634b768fd3500f775659dfd1dedc3ed673f834 (commit)
      from  aca690c44b5555143d4e76926d8151299cc92f28 (commit)

Summary of changes:
 etc/initialdata                                 |    4 +-
 share/html/Approvals/Elements/PendingMyApproval |   63 +++---
 share/html/Elements/Quicksearch                 |    1 +
 t/approval/admincc.t                            |  271 +++++++++++++++++++++++
 4 files changed, 304 insertions(+), 35 deletions(-)
 create mode 100644 t/approval/admincc.t

- Log -----------------------------------------------------------------
commit e27e530008759b4ce221cb6e9155b45cea2a8a50
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Sep 8 14:01:47 2010 -0400

    Make it possible to add or modify the Quick Search conditions
    
    This lets you make site-specific restrictions on searches or
    add new conditions as needed

diff --git a/share/html/Elements/Quicksearch b/share/html/Elements/Quicksearch
index 6b11f73..a5e74aa 100755
--- a/share/html/Elements/Quicksearch
+++ b/share/html/Elements/Quicksearch
@@ -62,4 +62,5 @@ my @conditions = ();
 foreach ( RT::Queue->ActiveStatusArray ) {
     push @conditions, { cond => "Status = '$_'", name => loc($_) };
 }
+$m->callback( CallbackName => 'Conditions', conditions => \@conditions );
 </%INIT>

commit 32149cd45228de2e92640c9d5cb97bf02fbcbc44
Merge: e27e530 032e19a
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Sep 8 14:03:22 2010 -0400

    Merge branch '3.8-approvals-queryfix' into 3.8-trunk


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


More information about the Rt-commit mailing list