[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-837-g249bf51

Chia-liang Kao clkao at bestpractical.com
Mon Dec 13 07:19:03 EST 2010


The branch, 3.9-trunk has been updated
       via  249bf51d05d51f07c540b94c80d3111959a5ce42 (commit)
       via  d40ce62dde56fa5c57056658107091cc54208106 (commit)
       via  5919d8ab0d0701b0aaaf71e64722eac6618a40b0 (commit)
       via  46592f62d9edb4fa1cefba69ce81b1e731de66db (commit)
       via  6fbd803766581c4df8554b5b1f9cff4b49518b9a (commit)
       via  dc1798460111f5e65c019ebe5853b5e834096fea (commit)
       via  545b938c40cbd5df268bc4541def26b6aa146a22 (commit)
       via  b10146d01e21657d4444c0ab3939e0a17fc5dbbb (commit)
       via  35b9da49f8dfab70d9eae5d7feecbe91aef5f923 (commit)
       via  887ee4654147c8038548b8137186daf07264f4fb (commit)
       via  352c64fcd471c1cb5ab4315fc522f458eb2af5fc (commit)
       via  35d35fd1f549ceee85dd6dfa99713a29c6e83a52 (commit)
       via  a3acc03fdcb0a7dfe666f0b2b162480e01ffbe34 (commit)
       via  f593fe54919e68edf7bc1637143467d908e1d79d (commit)
       via  54983fc93de298e7f22d9e223646589074d0d0c9 (commit)
       via  eaa8358a2ab8dfcfe49dc86adbccc05b92f2927b (commit)
       via  039b8989a626f4aa5ba86b39dbb023e1aa165965 (commit)
       via  370cd0d1edbb264e3e566442e95b7f0db0ebd705 (commit)
       via  031cb91fd0354f889aed50b13fd3a559ad82e3c9 (commit)
       via  308f619953a45104ddc1ddce3b106160e7c2edf4 (commit)
       via  2fe98c5b610e0cded32aeb1a90277dc3bcb24572 (commit)
       via  a08b24e18c181c6d37e954bc5174eae7322d6c37 (commit)
       via  992f57074a9c979ae181f1543984e636ba9853df (commit)
       via  3b71a46a10a300bf8466f75c3ed018d4bdff3abd (commit)
       via  b151359b19d401eb3435c3970e19864ec0d6bcaa (commit)
       via  98809c8b164a3b7c7f936acf6291c4bab8ef924a (commit)
       via  ccd08815c4f513cea8adeeb250b86897c73dd5fe (commit)
      from  1aa8e01413c4fdd59fd26c193f5755ae020871ac (commit)

Summary of changes:
 lib/RT.pm                                  |  125 ++++++++++++++++++-------
 lib/RT/Plugin.pm                           |  107 ++++++++++++++++++---
 lib/RT/Test.pm                             |   22 ++--
 sbin/rt-test-dependencies.in               |    1 +
 share/html/Admin/Elements/CheckRestart     |    6 +
 share/html/Admin/Global/Plugins.html       |  141 ++++++++++++++++++++++++++++
 share/html/Admin/Global/index.html         |    3 +
 share/html/Admin/index.html                |    1 +
 share/html/Elements/Tabs                   |    1 +
 t/plugins/_plugins/Hello/html/NoAuth/hello |    1 +
 t/plugins/_plugins/Hello/lib/Hello.pm      |    3 +
 t/plugins/_plugins/Hello/po/zh_tw.po       |   13 +++
 t/plugins/_plugins/World/html/NoAuth/hello |    1 +
 t/plugins/_plugins/World/lib/World.pm      |    3 +
 t/plugins/api.t                            |   70 ++++++++++++++
 t/plugins/probe.t                          |   14 +++
 16 files changed, 452 insertions(+), 60 deletions(-)
 create mode 100644 share/html/Admin/Elements/CheckRestart
 create mode 100644 share/html/Admin/Global/Plugins.html
 create mode 100644 t/plugins/_plugins/Hello/html/NoAuth/hello
 create mode 100644 t/plugins/_plugins/Hello/lib/Hello.pm
 create mode 100644 t/plugins/_plugins/Hello/po/zh_tw.po
 create mode 100644 t/plugins/_plugins/World/html/NoAuth/hello
 create mode 100644 t/plugins/_plugins/World/lib/World.pm
 create mode 100644 t/plugins/api.t
 create mode 100644 t/plugins/probe.t

- Log -----------------------------------------------------------------
commit 249bf51d05d51f07c540b94c80d3111959a5ce42
Merge: 1aa8e01 d40ce62
Author: Chia-liang Kao <clkao at bestpractical.com>
Date:   Mon Dec 13 19:32:59 2010 +0800

    Merge branch 'runtime-plugin' into 3.9-trunk

diff --cc share/html/Elements/Tabs
index eae90a1,b577558..0479bd0
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@@ -176,21 -168,11 +176,22 @@@ if ( $request_path !~ qr{^/SelfService/
  
          }
  
 +        my $article_admin = $admin->child( articles => title => loc('Articles') => path => "/Admin/Articles/index.html" );
 +        my $class_admin = $article_admin->child(classes => title => loc('Classes'), path => '/Admin/Articles/Classes/');
 +        $class_admin->child(select => title => loc('Select') => path => '/Admin/Articles/Classes/' );
 +        $class_admin->child(create => title => loc('Create') => path => '/Admin/Articles/Classes/Modify.html?Create=1' );
 +
 +
 +        my $cfs = $article_admin->child( 'custom-fields' => title => loc('Custom Fields'), path => '/Admin/CustomFields/index.html?'.$m->comp('/Elements/QueryString', type => 'RT::Class-RT::Article') );
 +        $cfs->child( select => title => loc('Select'), path => '/Admin/CustomFields/index.html?'.$m->comp('/Elements/QueryString', type => 'RT::Class-RT::Article') );
 +        $cfs->child( create => title => loc('Create'), path => '/Admin/CustomFields/Modify.html?'.$m->comp("/Elements/QueryString", Create=>1, LookupType=> "RT::Class-RT::Article" ));
 +
          $admin_global->child( 'group-rights' => title => loc('Group Rights'), path => '/Admin/Global/GroupRights.html', );
          $admin_global->child( 'user-rights' => title => loc('User Rights'), path => '/Admin/Global/UserRights.html', );
 +        $admin_global->child('topics'       => title => loc('Topics'), path => "/Admin/Global/Topics.html" );
          $admin_global->child( 'my-rt' => title => loc('RT at a glance'), path => '/Admin/Global/MyRT.html', );
          $admin_global->child( theme => title => loc('Theme'), path => '/Admin/Global/Theme.html', );
+         $admin_global->child( 'rt-features' => title => loc('RT Features'), path => '/Admin/Global/Plugins.html', );
  
          my $admin_tools = $admin->child( tools => title => loc('Tools'), path => '/Admin/Tools/', );
          $admin_tools->child( configuration => title => loc('System Configuration'), path => '/Admin/Tools/Configuration.html', );

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


More information about the Rt-commit mailing list