[Rt-commit] rtir annotated tag, 2.6.0rc1, created. 2.6.0rc1
Ruslan Zakirov
ruz at bestpractical.com
Mon Sep 27 19:11:55 EDT 2010
The annotated tag, 2.6.0rc1 has been created
at 49ebf05558db71d11cc9624251b8d91abe84fb4f (tag)
tagging 8528a2c86803853fab84ae30586c79737732ee2e (commit)
replaces 2.4.5rc1
tagged by Ruslan Zakirov
on Tue Sep 28 03:14:47 2010 +0400
- Log -----------------------------------------------------------------
RTIR 2.6.0rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
iEYEABECAAYFAkyhJWcACgkQvH6dkeDZaS+JyACffoMpVpWtV8gLWNCp1+qPRYzw
XWMAn1znELViOL6ACqA/HRtTH0jZq78z
=mAoD
-----END PGP SIGNATURE-----
Jesse Vincent (1):
merge forward from 2.4
Kevin Falcone (11):
ignore generated files
Hide Constituency on Incident creation if it is disabled
Switch simplesearch over to the buttonless version from rt-3.8
Be clear that we're editing RTIR at a Glance
ignore vim swp files
silence an annoying warning
Don't display a disabled Constituency during Incident editing
Don't die, this cached is called when RT::IR is loaded
use new style callback
Hide Launch link if the user can't actually Launch an investigation
Make Custom Field Validation error messages useful
Ruslan Zakirov (111):
branch trunk
bump 2.5.0
delete hardcoded displaying of RTIR custom fields, so users can disable
drop custom fields that hide rtir custom fields from displaying
add upgrade script for 2.5.1 where we rename CFs
update initial data and upgrade script
add TODO log of CFs works for tracking changes and preparing upgrade docs
add OurQueue method to the RT::IR
switch to RT's interfaces for editing CFs
update todo
strip most of _RTIR_ prefixes from code
update state parser according to the recent changes in CF displaying
we can not use '' quoting in this particular place of etc/initialdata
return back some fields
fix set_custom_field in tests
set_custom_field has new prototype
as we're switching to RT's core CF editing, we shouldn't use special arguments $ARGS{'CF name'}
adjust RTIR/Create.html
update TODO
Adjust EditComponentName callback so we can use the following components:
return type for RT::IR->OurQueue
fix hiding RTIR's special custom fields
update number of tests
add Init callback
* sync 2.4->2.5
commit things we lost on merge of the rename
sync 2.4->2.5
fix ticket_status invocation in t/lib
sync 2.4->2.5
add Init callback for Incidents as well
git rid of calls to EditRTIRField on incident create, everything
begin filling in UPGRADING
make proper overriding of WebNoAuthRegexp
replace many options with a new one option to handle default values
update UPGRADING
move libs for testing out of t/lib
add RT::IR::Test::Web
move most functions into ::Test::Web and make them methods
reuse new testing features in the latest RT from repo
adjust tests numbering
add CustomFields class method
refactor defaults for custom fields
pass all arguments down into custom fields editor
add new method - custom_field_input
add tests for CFs defaults in the config
move a test
update TODO
test CFs inheritance when we link tickets on create
add a callback
another callback
* handle case when max values on IP CF is limitted
allow to use any custom field for lookup, not only IP
* fix name typo in recently added feature
* update manifest
* update M::I
Merge branch '2.4-trunk' into 2.5-trunk
bump new version, RTIR 2.5.1
* logic around checking CF's type was incorrect
adjust deserialization of IP from value with leading zeroes
get rid of uninit warnings
* bump version
Merge branch '2.4-trunk' into 2.5-trunk
default config still had _RTIR_State and unbalanced tag
delete some operations we don't need anymore since CFs rename
delete custom CF based restrictions in the QB
delete _RTIR_ prefix we missed
delete code we don't need anymore at all
bump version
update manifest
Search by IP if query is IP only
* fix reporting
delete some components we don't need
use RT's PickCriteria component
switch over RT's style for QB
Override LargeContent for IP field
bump version, 2.5.4
use hint on the right like for other fields and add more text
* use more classes to make form look consistent
Customer is not mandatory custom field anymore
drop not required brs, new callbacks
* ::States without Queue argument never worked
* subst another file, it has been moved
update M::I
as IP field applies to all queues we should search in all
lengthy line
don't apply scrips when constituency is disabled
don't show Constituency when it's disabled
bump version, 2.5.5
we have search in any RTIR's queue, so we need default search format
stop searching when we reach exactly required number of CFV
don't show modify links if we can not modify
HasConstituency check
bump version, 2.5.6
tidy
* update changelog
cover more custom field changes in upgrade script
update UPGRADING documentation
update tutorial for administrators
update changelog
call methods on $session{'tickets'} only if it's defined
update change log
bump version, 2.5.7
update M::I
port changes from 2.4
Merge branch '2.4-trunk' into 2.5-trunk
re-delete code we don't need (mis-merge)
private flush cashe method
fix test (cache isssues) and improve reporting
clean manifest
extract message catalog
bump version, 2.6.0rc1
sunnavy (18):
move has_watchers method to Test/Web.pm
move goto_edit_block method to Test/Web.pm
use default_agent to get agent RT::IR::Test::Web
tests number fix
move bulk_abadon and resolv_rtir_ticket methods to Test/Web.pm
make 013-custom-field-ip.t pass
go on the conversion of sub => method
update the constituency check when creating: we use RT's CF edit component now
tests number fix
recheck the cf Constituency if $const is _none
rename cf keys with spaces
add EditCustomFields to find defaults
use /RTIR/Elements/EditCustomFields in RTIR/Create.html
find cf ip defaults
trans IncidentObj or ChildObj to EditCustomFields
make default values todo done
add script to update saved_searches because the stripping _RTIR_ prefix
update todo
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list