[Rt-commit] rt annotated tag, rt-4.0.22rc1, created. rt-4.0.22rc1
Alex Vandiver
alexmv at bestpractical.com
Thu Sep 4 22:03:00 EDT 2014
The annotated tag, rt-4.0.22rc1 has been created
at 4e8618df2c9de6212e6e99a6048c44b5df9f3d3f (tag)
tagging 458598fcf47382e8b4d75830c703bee3d6195518 (commit)
replaces rt-4.0.21
tagged by Alex Vandiver
on Thu Sep 4 21:27:36 2014 -0400
- Log -----------------------------------------------------------------
Version 4.0.22rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlQJEYgACgkQMflWJZZAbqBTuQCgjzFpHl24oB3NqheVJ4XZYC5n
iBIAn19xe/2Kj9XFSBN88/qG3ckOKriR
=lTSJ
-----END PGP SIGNATURE-----
Alex Vandiver (45):
Use cached attribute list when fetching preferences
Cache Attributes on the CurrentUser object, not an ephemeral User object
Merge branch '4.0.21-releng' into 4.0-trunk
Correct the documentation on where shredder puts SQL dumps by default
Add a useful index for shredding users
Use explicit AdminUsers check in SetPrivateKey, not _Accessible
Merge branch '4.0/keep-date-cf-value-on-create' into 4.0-trunk
Merge branch '4.0/unread-message-styling' into 4.0-trunk
Merge branch '4.0/updatestatus-displaypath' into 4.0-trunk
Merge branch '4.0/bin-rt-ls-too-much' into 4.0-trunk
Merge branch '4.0/silence-email-parser-undef-warning' into 4.0-trunk
Merge branch '4.0/silence-users-modify-undef-warning' into 4.0-trunk
Re-indent _EncodeLOB and _DecodeLOB
Respect the database Content-Type header in decoding textual parts
Stop needlessly frobbing utf8 internals
Decoding content, and returning characters, is incorrect
Stop assuming the data in the database is utf8
Modernize and condense t/mail/sendmail.t
Always log bytes, not characters
The alluded-to deficiency is not a concern in perl ≥ 5.8.3
Ensure all MIME::Entity bodies are UTF-8 encoded bytes
Ensure all MIME::Entity headers are UTF-8 encoded bytes
Make RT::Action::SendEmail->SetHeader take characters, not bytes
Add a utility method to check that an input is bytes
Verify that MIME::Entity bodies are bytes, and remove _utf8_off call
Verify that MIME::Entity headers are bytes, and remove _utf8_off call
Standardize on the stricter Encode::encode("UTF-8", ...) everywhere
Remove "use utf8" from RT::I18N::fr, making NBSP explicit
Remove remaining cases of "use utf8"
Dashboard: decode bytes in query parameters into characters
Tests: WWW::Mechanize correctly returns characters now
_utf8_on in EncodeToMIME is needless and incorrect; remove it
Move comment from PreprocessTimeUpdates to DecodeArgs, where it belongs
Always decode data in %ARGS as UTF-8 in DecodeArgs
Add RT::Util::assert_bytes checks to _EncodeLOB and _DecodeLOB
Update POD and comments to be clearer about characters vs bytes
Remove an unreachable line
TSV need not explicitly encode as UTF-8; all output is UTF-8 encoded
Move "use Encode" calls to one central location
Consistent character/byte hygene allows RT to run with DBD::Pg 3.3.0
Note that HTTP output still incorrectly relies on is_utf8
Comment the logic for database decode_utf8/is_utf8 checking
Encode characters on their way out of tests
Stop hiding "Wide character in..." warnings
Merge branch '4.0/edit-txn-cf-args-order' into 4.0-trunk
Christian Loos (2):
Silence undef warning in Admin/Users/Modify
Silence undef warning in EmailParser
Jim Brandt (1):
Add tests showing date CF value is lost on add attachment submit
Kevin Falcone (6):
When aileron was copied from web2, old unread-messages styling lingered
Make links in the "New Messages" popup show as links
Don't ask for every field if you only want seven
Expose DisplayPath in ShowUpdateStatus
Merge branch '4.0/utf8-reckoning' into 4.0-trunk
Merge branch '4.0/cache-empty-preferences' into 4.0-trunk
Matt Zagrabelny (2):
typo in approvals.pod - s/you/your/
fix transposition of vowels
Wallace Reis (2):
Merge branch '4.0/shredder-sqldump-path' into 4.0-trunk
Merge branch '4.0/dump-metadata-privatekey' into 4.0-trunk
sunnavy (2):
fill the date cf inputs when creating tickets/txns
move %ARGS ahead so they won't override the explicit args we pass later
-----------------------------------------------------------------------
More information about the rt-commit
mailing list