[Rt-commit] rtir branch, 2.5-trunk, updated. 2.6.0rc2-5-g11c9e63

Ruslan Zakirov ruz at bestpractical.com
Thu Nov 4 20:28:40 EDT 2010


The branch, 2.5-trunk has been updated
       via  11c9e63634ef00eccc393b11902c4e6720bf2ddf (commit)
       via  44f7bf4deef3bd06a6d085164323cbe224966b6b (commit)
       via  1d8a2d785aa5c17446b9d4329be099d8f34a7b49 (commit)
       via  cb6a58df0e6138d53473decff307cf3c14e3bad3 (commit)
       via  8e3872cbb0fe1ca91800a28d8ae34231981d2c3f (commit)
      from  1b8fc04e566a60eafada00c26bbff32eeaf95390 (commit)

Summary of changes:
 .gitignore    |    1 +
 CHANGES       |    5 +----
 MANIFEST.SKIP |    1 +
 3 files changed, 3 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 11c9e63634ef00eccc393b11902c4e6720bf2ddf
Merge: 1b8fc04 44f7bf4
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Fri Nov 5 03:28:20 2010 +0300

    Merge branch '2.4-trunk' into 2.5-trunk
    
    Conflicts:
    	.gitignore
    	CHANGES
    	META.yml
    	lib/RT/IR.pm

diff --cc .gitignore
index 19902d6,73fab39..b26b11f
--- a/.gitignore
+++ b/.gitignore
@@@ -1,6 -1,6 +1,7 @@@
 -MANIFEST.bak
  Makefile
  Makefile.old
 +MANIFEST.bak
  blib/
  pm_to_blib
+ t/tmp
 +*.swp
diff --cc CHANGES
index 538771e,476e721..022cb33
--- a/CHANGES
+++ b/CHANGES
@@@ -1,51 -1,4 +1,51 @@@
 +CHANGES IN 2.6.0 SINCE RTIR 2.4.x
 +---------------------------------
 +
 +FEATURES
 +========
 +
 +* INCOMPATIBLE: prefix '_RTIR_' has been deleted from
 +  all custom fields in RTIR. See UPGRADING for upgrade
 +  instructions.
 +* INCOMPATIBLE: New option %RTIR_CustomFieldDefaults
 +  that replaces several $RTIR_*_default options that
 +  were there before, don't forget to update config.
 +* almost all default Custom Fields of RTIR now can be
 +  disabled or un-applied. Read more in Administration
 +  Tutorial.
 +* IP CF can be changed to single value
 +* On create with linking (a new child from an incident or a new
 +  incident from a child) use default values for custom fields
 +  from linked object
 +* allow to use any custom field for lookup, not only IP,
 +  no UI at the moment, but can be used via arguments of a URL
 +  in clicky actions or linked CFs 
 +* switch SimpleSearch over to the buttonless version
 +* RTIR's SimpleSearch searches by IP in all queues if
 +  query is an IP only
 +* we have search in any RTIR's queue, so we need default
 +  search format, new entry in $RTIRSearchResultFormats
 +  config option
 +* switched over RT's style for RTIR's query builder
 +* RT::IR->OurQueue(...) method
 +* RT::IR->CustomFields(...) method
 +* refactored test suite for re-use in RTIR's extensions
 +* described better Incident input field on Create pages
 +
 +BUGS
 +====
 +
 +* Hide Launch links if user can not create an Inv
 +* More...
 +
 +CALLBACKS
 +=========
 +
 +* 'Init' callback in Create.html acting like /Ticket/Create.html
 +* 'AfterRequestors' in several components
 +* 'LeftColumnStart' and 'RightColumnStart' in Display.html
 +
- CHANGES IN 2.4.6
+ CHANGES IN 2.4.5
  ----------------
  
  BUGS

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


More information about the Rt-commit mailing list