[Rt-commit] rt branch, master, updated. rt-4.1.5-82-g071b5b9

Alex Vandiver alexmv at bestpractical.com
Wed Dec 19 11:29:22 EST 2012


The branch, master has been updated
       via  071b5b9344cc59af9b71cc689e49709a67b16d75 (commit)
       via  0f1c6f74ca70bade62df9745ad2a15e6e872c26f (commit)
       via  c92e61628daed52f89faa49e204d2d467f876a80 (commit)
       via  d16457df051f14e1fb079e4fdb22d61fc545f1db (commit)
       via  d0e98d40c4cb0dd27d343d67f3cf816902ebf838 (commit)
       via  c3ef8c709c475a96b6576e1549fb405494ab9429 (commit)
       via  2fc92598674235a2be45463f5dc1744f1cc83029 (commit)
       via  ac4a4a38f651750d06c647b7a7bdd425792c458d (commit)
       via  9c47cfb67eec9103bbc5d04d9252de4085e2133c (commit)
       via  632aae7efaa7054892df19e62ef0458112adb50e (commit)
       via  3aea0207df2e3b07c0f0d8b38ea2bf67508d7948 (commit)
       via  2901ecf0007e7b3b4c0eb2da47e1f6b419f5d11c (commit)
       via  2ea98e29d4840ea0756092576509553e4a7dc4fb (commit)
       via  84255cda0be647082d5fdb554df45a51288a7540 (commit)
       via  4a471ac0a4bfc75c34af83b4c9da20014f86ea50 (commit)
       via  007eb26b8f8414614f2f5445ab49de33e86662ac (commit)
       via  4164ad8ebfc14cc5d0d8b10d9074c0e071290fc5 (commit)
      from  ffc9a3b67838044f4aa7595e65dc54953b51203a (commit)

Summary of changes:
 docs/UPGRADING-4.2                           |  11 +
 lib/RT/Interface/Email.pm                    |   6 +
 lib/RT/Transaction.pm                        | 305 +++++++++++++++++----------
 lib/RT/User.pm                               | 118 ++++++++++-
 sbin/rt-test-dependencies.in                 |   1 +
 share/html/Dashboards/Elements/SelectPrivacy |   6 +-
 share/html/Elements/SelectOwnerDropdown      |   6 +-
 share/html/Elements/ShowReminders            |   2 +-
 share/html/Elements/ShowTransaction          |  10 +-
 share/html/Elements/ShowUser                 |  34 +--
 share/html/Elements/ShowUserConcise          |  67 ------
 share/html/Elements/ShowUserVerbose          |  71 -------
 share/html/Helpers/Autocomplete/Owners       |   4 +-
 share/html/Helpers/Autocomplete/Users        |   4 +-
 share/html/NoAuth/css/base/history.css       |   4 +
 share/html/Search/Elements/ResultsRSSView    |   2 +-
 share/html/Search/Elements/SearchPrivacy     |   6 +-
 share/html/Ticket/Elements/Reminders         |   4 +-
 share/html/Ticket/Update.html                |   2 +-
 share/html/m/ticket/reply                    |   2 +-
 t/web/ticket_forward.t                       |  26 ++-
 21 files changed, 388 insertions(+), 303 deletions(-)
 delete mode 100644 share/html/Elements/ShowUserConcise
 delete mode 100644 share/html/Elements/ShowUserVerbose

- Log -----------------------------------------------------------------
commit 071b5b9344cc59af9b71cc689e49709a67b16d75
Merge: ffc9a3b 0f1c6f7
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Dec 19 10:55:22 2012 -0500

    Merge branch '4.2/html-transaction-descriptions'
    
    Conflicts:
    	docs/UPGRADING-4.2

diff --cc docs/UPGRADING-4.2
index e3613d5,637f96b..77fe86a
--- a/docs/UPGRADING-4.2
+++ b/docs/UPGRADING-4.2
@@@ -29,5 -23,13 +29,16 @@@ UPGRADING FROM RT 4.0.0 and greate
    the parameter hash instead of "ticket".  The object may be any RT::Record
    subclass.
  
 +* $MessageBoxWrap was removed.  Wrapping is now always SOFT.  If you want hard
 +  line breaks, enter them manually.
++
+ * ShowUser handlers (/Elements/ShowUser*) have moved out of Mason components
+   and into RT::User methods.  Any custom username formats will need to be
+   reimplemented as RT::User methods.  Renaming should follow that of the core
+   components:
+ 
+         /Elements/ShowUserConcise => RT::User->_FormatUserConcise
+         /Elements/ShowUserVerbose => RT::User->_FormatUserVerbose
+ 
+   The _FormatUser* methods are passed a hash containing the keys User and
+   Address, which have the same properties as before.

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


More information about the Rt-commit mailing list