[Rt-devel] RT 3.6.0pre1 now available

Jesse Vincent jesse at bestpractical.com
Fri Apr 7 10:52:42 EDT 2006


I'm happy to announce the availability of RT 3.6.0pre1. If folks who
tested out RT 3.6.0pre0 and ran into trouble report that this version
better meets their needs, it will become RT 3.6.0rc1 next week. (If they
don't report that, of course, we'll likely see pre2 sometime soon) 

You can download this release from:

http://download.bestpractical.com/pub/rt/devel/

Please try out this version on your test systems and let us know how
we're doing.

A changelog relative to 3.6.0pre0 follows.


Best,
Jesse



----------------------------------------------------------------------
r10634:  jesse | 2006-03-30 21:03:02 -0500

RT-Ticket: 7425
RT-Status: resolved
RT-Update: correspond

Test fixes from Todd Chapman

----------------------------------------------------------------------
r10630:  jesse | 2006-03-30 20:40:29 -0500

* perltidied the autohandler per Jim Meyer.

----------------------------------------------------------------------
r10629:  jesse | 2006-03-30 20:36:09 -0500


----------------------------------------------------------------------
r4787 (orig r4786):  kevinr | 2006-03-20 21:18:44 -0500

 r11586 at sad-girl-in-snow:  kevinr | 2006-03-20 20:11:58 -0500
 * Fixed the problem where the RT CLI wouldn't let you create a new object if
 you weren't 'add'ing something to it (ie. if you were only 'set'ing values).
 Turns out that it wasn't grabbing a form from the server when creating a new
 object unless you 'add'ed something, so default values like queue weren't 
 getting filled in.

----------------------------------------------------------------------
r4786 (orig r4785):  kevinr | 2006-03-20 21:18:29 -0500

 r11585 at sad-girl-in-snow:  kevinr | 2006-03-20 18:18:11 -0500
 * Fixed the RT command-line tool to not spew the entire help text for the 
 command you just typed if you screw something up, so you don't have to scroll
 up to see the actual error message.
 * Changed most of the todo_skip CLI tests to TODO tests, so I can see when they
 start passing, since I no longer have to wade through many many screens worth
 of help text. :)

----------------------------------------------------------------------
r4784 (orig r4783):  ruz | 2006-03-20 19:26:00 -0500

* fix for multiple OrderBy on edit
** backport r4622 from 3.7
----------------------------------------------------------------------
r4783 (orig r4782):  ruz | 2006-03-20 18:00:12 -0500

* return back components calls dropped by rev 4562
----------------------------------------------------------------------
r4773 (orig r4772):  trs | 2006-03-19 00:09:25 -0500

 r9240 at wintermute:  tom | 2006-03-19 00:08:22 -0500
 RT-Ticket: 7415
 RT-Status: resolved
 RT-Action: correspond
 
 Removed invalid slash (/) character from titlebox IDs.

----------------------------------------------------------------------
r4771 (orig r4770):  alexmv | 2006-03-16 17:10:00 -0500

 r8588 at zoq-fot-pik:  chmrr | 2006-03-16 17:09:31 -0500
 RT-Ticket: 7424
 RT-Update: correspond
 RT-Status: resolved
 
  * Patch from Todd Chapman to remove duplicate class="..."
 

----------------------------------------------------------------------
r4756 (orig r4755):  kevinr | 2006-03-13 21:49:47 -0500

 r11461 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 21:20:26 -0500
 * Tweaked my new CLI tests to handle servers and ports which are not localhost
 and 80, respectively, a la Todd Chapman's patch.

----------------------------------------------------------------------
r4755 (orig r4754):  kevinr | 2006-03-13 21:49:21 -0500

 r11460 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 19:57:10 -0500
 * Gave the RT CLI tests a plan

----------------------------------------------------------------------
r4754 (orig r4753):  kevinr | 2006-03-13 21:48:45 -0500

 r11459 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 19:54:07 -0500
 * Bumped RT 3.5's DBIx::SearchBuilder dependency from 1.35 to 1.39

----------------------------------------------------------------------
r4753 (orig r4752):  kevinr | 2006-03-13 21:47:52 -0500

 r11458 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 19:28:36 -0500
 * Applied patch from Todd Chapman to make the RT 3.5 test-suite obey the
 configuration directives for server and port, so you don't have to be
 testing on localhost and port 80.

----------------------------------------------------------------------
r4745 (orig r4744):  kevinr | 2006-03-13 18:42:01 -0500

 r11456 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 18:41:41 -0500
 * Added tests for a basic (not-yet-implemented) CLI mechanism to create and
 modify custom fields

----------------------------------------------------------------------
r4744 (orig r4743):  kevinr | 2006-03-13 18:28:23 -0500

 r11452 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 18:27:41 -0500
 * Tests for modification of users, groups, and queues from the CLI

----------------------------------------------------------------------
r4741 (orig r4740):  kevinr | 2006-03-13 16:52:02 -0500

 r11449 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 16:50:42 -0500
 * Added tests for listing and showing tickets from the command line

----------------------------------------------------------------------
r4740 (orig r4739):  kevinr | 2006-03-13 16:51:18 -0500

 r11363 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-06 23:33:15 -0500
 * Added basic Term::ReadLine support to the CLI

----------------------------------------------------------------------
r4727 (orig r4726):  jesse | 2006-03-13 01:29:18 -0500


----------------------------------------------------------------------
r4726 (orig r4725):  jesse | 2006-03-13 01:28:53 -0500

 r26050 at truegrounds:  jesse | 2006-03-12 20:05:18 -0800
 * Switched the LinkTransactionsRunOneScrip default, tx to Todd Chapman

----------------------------------------------------------------------
r4707 (orig r4706):  kevinr | 2006-03-06 21:46:17 -0500

 r11357 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-06 21:46:02 -0500
 * Added most of the 'frob this database field on the ticket' tests I think the
 CLI is going to want

----------------------------------------------------------------------
r4702 (orig r4701):  kevinr | 2006-03-06 18:24:39 -0500

 r11355 at SAD-GIRL-IN-SNOW:  kevinr | 2006-03-06 18:23:38 -0500
 * Added the beginnings of CLI tests

----------------------------------------------------------------------
r4689 (orig r4688):  jesse | 2006-03-04 17:51:25 -0500

 r25526 at truegrounds:  jesse | 2006-03-04 14:49:56 -0800
 * If a given txn is on something other than a ticket, don't try to update its TimeTaken

----------------------------------------------------------------------
r4688 (orig r4687):  jesse | 2006-03-04 17:51:08 -0500

 r24842 at truegrounds:  jesse | 2006-03-01 13:13:35 -0800
 * that extra slash causes breakage


-- 


More information about the Rt-devel mailing list