[Rt-commit] [rtir] branch 2.9-trunk updated (a3bd6a4 -> 8aa86ee)

Kevin Falcone falcone at bestpractical.com
Mon Jul 15 14:11:54 EDT 2013


This is an automated email from the git hooks/post-receive script.

falcone pushed a change to branch 2.9-trunk
in repository rtir.

      from  a3bd6a4   Bump the version requirements
       new  d0f7d5b   Remove an RTFM reference.
      adds  2aad956   Stop hiding the Status select when refining.
      adds  9790fdf   Remove another double-tag
      adds  49d7513   Remove an erroneous arg added in 1dda1b71ab0626
      adds  dba3d07   Carry forward SelectFooAll links in the Refine mechanism
      adds  a7f6f10   Remove 'New Search' on subsearch pages
      adds  7f90286   Give the Search form an id so that core CSS applies.
      adds  eeb36ab   Pass a requested argument to Refine.html
      adds  b69e4cd   Stop using Mason Notes and just pass Arguments.
      adds  cc7b83a   Grab and pass along the id of the Ticket we're working from.
      adds  450d734   Pass through all the arguments on Incident Reply
      adds  5be32c7   Properly set QueryBuilder arguments for Linking searches
      adds  9d08fe7   No longer allow Editing of the Children search
      adds  41c832f   Rename RefineArgs to SearchArgs
       new  a89ce83   Merge branch '2.9/edit-search-regressions' into 2.9-trunk
      adds  198150f   Pass search state to the RTIR Search UI
      adds  b4031ec   Limit what Menus are shown on a New Search
      adds  2d6eeb7   Don't send full search interface into the limited Refine interface.
      adds  7a630ac   Add a QueryString to the top-level Search Results link.
      adds  1ce5ccb   More consistent Search naming
      adds  7974f7e   Switch to DECODED_ARGS from request_args
      adds  6421ca6   Initial caps for params passed in link to Shredder
      adds  94612d6   Show chart when clicking Chart link from search results
       new  230d142   Merge branch '2.9/search-menus' into 2.9-trunk
      adds  360969c   Bundle Net::Whois::RIPE 1.31
      adds  fec51df   Don't run a query unless something is provided.
      adds  a08279d   Remove references to installing Net::Whois::RIPE
      adds  274f760   defined @array is deprecated on 5.18
       new  8aa86ee   Merge branch '2.9/bundle-net-whois-ripe' into 2.9-trunk

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 META.yml                                           |   1 -
 Makefile.PL                                        |   2 -
 README                                             |  10 +-
 html/Callbacks/RTIR/Elements/Tabs/Privileged       | 168 +++----
 .../RTIR/Search/Elements/PickBasics/Default        |   2 +-
 html/RTIR/Incident/Children/Refine.html            |  60 ---
 html/RTIR/Incident/Reply/Refine.html               |   8 +-
 html/RTIR/Incident/Reply/index.html                |   8 +-
 html/RTIR/Link/FromIncident/index.html             |   8 +-
 html/RTIR/Link/ToIncident/index.html               |   8 +-
 html/RTIR/Merge/index.html                         |   2 +-
 html/RTIR/Search/Elements/BuildQuery               |  58 +--
 html/RTIR/Search/Elements/RefinePage               |   7 +-
 html/RTIR/Search/index.html                        |   2 +-
 html/RTIR/Tools/Elements/ToolResultsWhois          |   2 +
 lib/Net/Whois/RIPE.pm                              | 528 +++++++++++++++++++++
 lib/Net/Whois/RIPE.pod                             | 254 ++++++++++
 lib/Net/Whois/RIPE/Iterator.pm                     |  90 ++++
 lib/Net/Whois/RIPE/Iterator.pod                    |  75 +++
 lib/Net/Whois/RIPE/Object.pm                       | 259 ++++++++++
 lib/Net/Whois/RIPE/Object.pod                      | 166 +++++++
 lib/Net/Whois/RIPE/Object/Template.pm              |  35 ++
 t/walk-web.t                                       |   4 +-
 23 files changed, 1538 insertions(+), 219 deletions(-)
 delete mode 100644 html/RTIR/Incident/Children/Refine.html
 create mode 100644 lib/Net/Whois/RIPE.pm
 create mode 100644 lib/Net/Whois/RIPE.pod
 create mode 100644 lib/Net/Whois/RIPE/Iterator.pm
 create mode 100644 lib/Net/Whois/RIPE/Iterator.pod
 create mode 100644 lib/Net/Whois/RIPE/Object.pm
 create mode 100644 lib/Net/Whois/RIPE/Object.pod
 create mode 100644 lib/Net/Whois/RIPE/Object/Template.pm



More information about the Rt-commit mailing list