[Rt-commit] rt branch, 4.0/encode-and-decode-docs, repushed

Kevin Falcone falcone at bestpractical.com
Tue Dec 17 18:21:14 EST 2013


The branch 4.0/encode-and-decode-docs was deleted and repushed:
       was 0f93637d44310db621ccd0924dfae6814bee14e4
       now 929b4231ac5787e1fc996cad10f9c8dd006e87ed

1:  bb61691 ! 1:  750bdd7 Correct missing arguments in _EnclodeLOB docs
    @@ -19,8 +19,8 @@
     -Takes a potentially large attachment. Returns (ContentEncoding, EncodedBody) based on system configuration and selected database
     +Takes a potentially large attachment. Returns (ContentEncoding,
     +EncodedBody, MimeType, Filename) based on system configuration and
    -+selected database.  Returns a special compatible error message if
    -+DropLongAttachments is enabled.
    ++selected database.  Returns a custom (short) text/plain message if
    ++DropLongAttachments causes an attachment to not be stored.
      
      =cut
      
2:  0f93637 ! 2:  929b423 Document _DecodeLOB.  Improve the _EncodeLOB docs
    @@ -10,8 +10,8 @@
     --- a/lib/RT/Record.pm
     +++ b/lib/RT/Record.pm
     @@
    - selected database.  Returns a special compatible error message if
    - DropLongAttachments is enabled.
    + selected database.  Returns a custom (short) text/plain message if
    + DropLongAttachments causes an attachment to not be stored.
      
     +Encodes your data as base64 or Quoted-Printable as needed based on your
     +Databases's restrictions and the UTF-8ness of the data being passed in.  Since



More information about the rt-commit mailing list