RESEND RT 3.0.5 now available

[This message didn’t actually make it out to rt-users and rt-devel and
is being resent]

RT 3.0.5 is now available. This release represents almost two months of
work improving cleaning up the core of RT 3.0. In addition to new and
updated translations, more robust mail handling, new configurable
preferences and enhancements to the internationalization, this release
boasts the first release of RT’s new CLI. The CLI is still “beta
quality” but is now included in the distribution. Unlike RT2’s CLI, this
tool works remotely using the same web/based application server as the
rest of RT, which means that you can now use RT’s cli from anywhere you
can use the web UI!

Download RT 3.0.5 now from:

http:/bestpractical.com/pub/rt/release/rt-3-0-5.tar.gz
MD5: 62c4840de335cdf2f7ffff093569e3ce  rt-3-0-5.tar.gz

New features in RT 3.0.5 enable the use of RTFM, our knowledge-base
tool, which is freely available at:

http://bestpractical.com/rtfm/

In addition to the standard search and edit functionality, RTFM lets
you extract ticket replies into new knowledge-base articles and use
knowledge-base articles to reply to tickets.

Both RT and RTFM will be discusses at our upcoming developer training
sessions in Boston on September 26 and in San Francisco on November 7.
We’ve still got a couple open slots in Boston and plenty of room in SF.
If you’re interested, you can find out more at:

http://bestpractical.com/services/training.html


Best,
Jesse

Full changelog:

Project “rt.3”, Branch 0
Page 1
Change Log Mon Sep 8
14:18:44 2003

rt.3.D000, C0, jesse, Thu Mar 13 20:43:23 2003, RT: Request Tracker,
branch 3.0.
RT: Request Tracker, branch 3.0.

Change Delta  Brief Description
 195    153	  #3042: Make max inline body size configurable
 196    154	  #3029 - better warning message on improper perms on mail in
 202    155	  Initial commit of new commandline client support code
 203    156	  More updates to the commandline client
 205    157	  Removing ancient cli code that was accidentally added to the
	  repository
 206    158	  Extended ACL edit routines to make it easier to use generic
	  routines in 3rd party apps
  24    159	  Certain ACL checks could fail on postgres due to a marshalling
	  bug
 209    160	  #1751: update second page in Bulk update
 208    161	  #1651: URIs not escaped in ticket display
 210    162	  A couple of fixes to better deal with creation of 'blank'
	  ticket requestors
 207    163	  regression tests: use $RT::WebPath and RT_LIB_PATH
 211    164	  Requestor searches had an extra join that they didn't need
 212    165	  License tagger was tagging Makefile, not Makefile.in.
	  Reconfigured.
 213    166	  Bumping to 3.0.5pre1
 215    167	  Merging internationalization fixes from ourinternet
 216    168	  #2692: make $Domain an argument for SelectGroups
 219    169	  #2855: User_Overlay and Template_Overlay fixes
 220    170	  #2989: regexp changes for Subject and loop-detection
 221    171	  3158: user can delete only with DeleteTicket right
 222    172	  fixes for the importer
 223    173	  Adding the RT coding style guide to the distribution
 225    174	  One I18N 'fix' from ourinternet tainted attachment data,
	  breaking tests
 226    175	  Code to catch execution problems within RT's web app server
	  was made more robust
  34    176	  Failed user creation didn't always properly roll-back the
	  database
 227    177	  [fsck.com #2378] personal permissions for installation
 228    178	  #3199: normalize custom fields searching syntax - Global CF's
	  previously didn't allow the { }
 229    179	  #3201: Perform more clever joining to enhance custom field
	  search results
  40    180	  #3200 - AND MultipleSelect CFs together -  OR all other CFs
	  together.
  42    181	  Bumping version to 3.0.5-pre2
  41    182	  #3022: Update to German translation
  43    183	  #3068: Better setting of Due dates via the web ui
  44    184	  #3131: Preliminary support for Oracle from Brook Schonfield
  45    185	  #3152: Updated russian .po file
  46    186	  #2792: When finding out if someone is a queue watcher, check
	  groups recursively
  47    187	  Bumping to 3.0.5pre3
  49    188	  Dependencies updated; performance and memory usage fixes for
	  ticket creation memory usage
 231    189	  #3237: Queue-specific templates with the same name as global
	  templates will now override the globals for queue-related
	  scrips
  54    190	  #3279: Make fsck.com-rt: URIs case insensitive
 230    191	  #3230: Parser patch to make watchers searches more efficient
 218    192	  #2955: wrapping in messagebox
 232    193	  Old relationship update transactions weren't properly
	  displayed
 237    194	  #2672: custom field values ordering
 235    195	  #2653: Email.pm patch
 238    196	  #3114: allow longer subject lines for postgres
 233    197	  #3242: cannonicalize addresses in comments
 236    198	  #3278: occasional internal server error in RT.pm
 239    199	  #3309: switch lines in User/Prefs.html
 250    200	  #3329: Email.pm patch
 252    201	  #2687: add ticket subject to resolved template
 255    202	  #2268: align fields in User/Prefs.html
 256    203	  #2160: clarify that box deletes scrips
 259    204	  #2773: don't allow searching for deleted tickets
 257    205	  #2700: configurable home page ticket list length
 258    206	  #2409: colons after labels in Create.html
 261    207	  #3240: DeleteWatcher, not DelWatcher
 262    208	  #3143: Italian translation
 251    209	  #2617: custom field ordering
 260    210	  #2558: allow access to CFs with no name
 263    211	  #3281: form actions must not be paths
 266    212	  #2693: show proper id in menu after creation
 265    213	  #3118: change default unset mail address
 267    214	  #3324: Apache::DBI must be 0.92 or newer
 253    215	  Fixing improperly applied custom field editing patches
 268    216	  Bumping version to 3.0.5pre4
 269    217	  #3341: edit comments in SiteConfig
 271    218	  #3012: vertical alignment in Ticket/Elements/ShowPeople
 270    219	  #3349: umlauts aren't correct in subject
 272    220	  #3236: allow attachments without other txn contents
 273    221	  #3105: CreateTickets doesn't set ticket type
 275    222	  #3384: recursive merge patches
 276    223	  #3354: an additional fix for avoiding the morning bug
 277    224	  #3114: increase subject length in non-Postgres dbs
 278    225	  Fixes to attempt to stop mysql 'morning bugs' with mysql
 280    226	  Post 3.0.5pre3 - sometimes silently losing mail. fixed a
	  possible bug, improved testing
 281    227	  More explicit warning about a lack of perl 5.8
 282    228	  fixing the new testdeps thing
 279    229	  #2651: localize die/warn handlers
  64    230	  Bumping to 3.0.5pre5
 283    231	  #3399: Message parsing fails for some types of report
 285    232	  Better handling of apparently bogus email; rationalize mail
	  gateway error codes
 286    233	  Bumping to 3.0.5pre6
 287    234	  Bumping to 3.0.5RC1
 288    235	  Patches to the cli from ams
 289    236	  Custom field values couldn't be set to '0'; README updated for
	  apache2
 290    237	  RT 3.0.5

Request Tracker — Best Practical Solutions – Trouble Ticketing. Free.

rt-announce mailing list
rt-announce@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-announce