RT 3.2.0rc2

I’m pleased to announce the second release candidate for RT 3.2.0. This
version should fix all the issues reported in 3.2.0rc1.

r1143 | jesse | 2004-06-25 12:43:50 -0400 (Fri, 25 Jun 2004) | 6 lines

r1971@tinbook: jesse | 2004-06-25T16:34:00.998988Z

Bumping to 3.2.0rc2

r1142 | alexmv | 2004-06-24 16:50:11 -0400 (Thu, 24 Jun 2004) | 11 lines

  • Tickets::ItemsArrayRef needs to exist, and step though the contents
    to ensure access control; code dropped back in

  • However, it should provide ordered results; factor out sorting from
    overridden RT::SearchBuilder’s ItemsArrayRef into ItemsOrderBy and
    call that in Tickets::ItemsArrayRef

  • Invalidate ItemMap if ItemsArray is invalidated

r1141 | alexmv | 2004-06-24 03:48:39 -0400 (Thu, 24 Jun 2004) | 7 lines

  • Further changes to keep sort order

  • Remove RT::Tickets_Overlay::ItemsArrayRef, which seemed to only
    duplicate the effect of RT::SearchBuilder but without the OrderBy
    feature.

r1140 | alexmv | 2004-06-23 17:33:28 -0400 (Wed, 23 Jun 2004) | 3 lines

  • Maintain Order and OrderBy across more links – most importantly,
    the “prev/next” ones

r1138 | alexmv | 2004-06-22 19:37:54 -0400 (Tue, 22 Jun 2004) | 3 lines

  • Fix first/prev/next/last buttons (only show once, reparent to
  • sensible place)
  • Add “show results” link whenever there is a search

r1136 | alexmv | 2004-06-22 17:17:44 -0400 (Tue, 22 Jun 2004) | 2 lines

  • Oops. Should make sure to store state before forwarding to results.

r1135 | alexmv | 2004-06-22 17:16:41 -0400 (Tue, 22 Jun 2004) | 3 lines

  • Do the search after any modifications are passed in – this
    allows executing searches from a (relatively) simple URL.

r1133 | huberth | 2004-06-22 16:31:04 -0400 (Tue, 22 Jun 2004) | 7 lines

RT-Ticket: 5149
RT-Status: resolved

  • Transactions previously were ordered only by time of creation, and
  • were
    displayed in an arbitrary order otherwise. They are now sorted first
    by
    time of creation and next by transaction ID.

r1132 | alexmv | 2004-06-22 16:21:52 -0400 (Tue, 22 Jun 2004) | 6 lines

RT-Ticket: 5767

  • Fix copy/paste error in the perl dependency checker
    – the web group isn’t a user, it’s a group.

r1131 | alexmv | 2004-06-22 16:15:47 -0400 (Tue, 22 Jun 2004) | 2 lines

  • Add CreatedBy (AKA Creator) column

r1129 | alexmv | 2004-06-22 15:43:21 -0400 (Tue, 22 Jun 2004) | 7 lines

RT-Ticket: 5765

  • Add LastUpdatedBy as a possible display column for ticket searching

r1128 | jesse | 2004-06-22 15:40:41 -0400 (Tue, 22 Jun 2004) | 6 lines

RT-Ticket: 2584

Reverted a new feature that wasn’t yet functional
The previous patch wasn’t valid mason. I’d also like to do something a
little more elegant. (Perhaps we should do it at the API level, not the
UI level)

r1127 | alexmv | 2004-06-22 14:49:51 -0400 (Tue, 22 Jun 2004) | 6 lines

RT-Ticket: 5764

  • Fix missing paren