fix ticketing system error on bootstrap of new install
[freeside.git] / rt / Changelog
index 21b58d4..1ffc374 100644 (file)
 ------------------------------------------------------------------------
-r8062 | jesse | 2007-07-05 16:01:48 -0400 (Thu, 05 Jul 2007) | 1 line
+r10425 | jesse | 2008-01-22 11:49:13 -0500 (Tue, 22 Jan 2008) | 1 line
 Changed paths:
-   A /rt/tags/3.6.4 (from /rt/branches/3.6-RELEASE:8061)
+   A /rt/tags/3.6.6 (from /rt/branches/3.6-RELEASE:10424)
+
+Tagged as 3.6.6 by svn RelEng 1.0
+------------------------------------------------------------------------
+r10424 | jesse | 2008-01-22 11:45:37 -0500 (Tue, 22 Jan 2008) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r75532@pinglin:  jesse | 2008-01-22 11:43:46 -0500
+ 3.6.6 final
+
+------------------------------------------------------------------------
+r10352 | jesse | 2008-01-15 10:22:58 -0500 (Tue, 15 Jan 2008) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r75058@pinglin:  jesse | 2008-01-15 10:22:51 -0500
+ * bump to rc3
+
+------------------------------------------------------------------------
+r10351 | jesse | 2008-01-15 10:18:19 -0500 (Tue, 15 Jan 2008) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+ r75056@pinglin:  jesse | 2008-01-15 10:17:55 -0500
+ * Fixed an issue where RT would flub the content-type on mail messages containing non-ascii characters 
+   (Bug introduced after 3.6.5 and reported by Sven Sternberger)
+
+------------------------------------------------------------------------
+r10231 | jesse | 2008-01-03 09:47:40 -0500 (Thu, 03 Jan 2008) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+
+ r74540@pinglin:  jesse | 2008-02-11 15:31:54 +0000
+ SetupSessionCookie - enable "Transaction" property for better support on 
+   Oracle or File sessions (From Alexandr Ciornii)
+
+------------------------------------------------------------------------
+r10183 | jesse | 2007-12-29 15:47:12 -0500 (Sat, 29 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+3.6.6rc2
+
+
+------------------------------------------------------------------------
+r10129 | jesse | 2007-12-26 16:01:11 -0500 (Wed, 26 Dec 2007) | 13 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+ r74208@pinglin:  jesse | 2007-12-26 16:00:34 -0500
+ RT-Ticket: 8781
+ RT-Status: resolved
+ RT-Update: correspond
+ I've encountered a problem with sender identification in the mailgate. If
+ a user sends an e-mail where 'Reply-To' is present but empty (i.e there is
+ 'Reply-To: ' in the e-mail headers), RT does not associate the e-mail
+ with a RT user even if the user exists in the system and the sender
+ address is specified in the 'Sender' or 'From' fields.
+  - Patch from ondrasej@centrum.cz
+
+------------------------------------------------------------------------
+r9963 | jesse | 2007-12-15 02:11:28 -0500 (Sat, 15 Dec 2007) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+
+ r73110@pinglin:  jesse | 2007-12-14 13:54:52 -0500
+ * Fix for a copy and paste bug when RT's config file was unreadable.
+     Thanks to Maxime Henrion <mux@freebsd.org>
+
+------------------------------------------------------------------------
+r9962 | jesse | 2007-12-15 02:11:20 -0500 (Sat, 15 Dec 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/index.html
+   M /rt/branches/3.6-RELEASE/html/Approvals/index.html
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Offline.html
+
+ r72962@pinglin:  jesse | 2007-12-10 15:05:42 -0500
+ * Canonicalize a bunch of "Go" buttons to "Go!" 
+ * Switched the approvals button from "Show Approvals" to "Go"
+
+------------------------------------------------------------------------
+r9961 | jesse | 2007-12-15 02:11:14 -0500 (Sat, 15 Dec 2007) | 7 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+   M /rt/branches/3.6-RELEASE/lib/t/regression/06-mime_decoding.t
+
+ r72961@pinglin:  jesse | 2007-12-10 14:58:08 -0500
+ RT-Ticket: 8710
+ RT-Status: resolved
+ RT-Update correspond
+ * Attached patch fixes a bug in decoding content-type headers that contain  encoded file names.
+
+------------------------------------------------------------------------
+r9960 | jesse | 2007-12-15 02:10:50 -0500 (Sat, 15 Dec 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+
+ r72958@pinglin:  jesse | 2007-12-10 13:57:04 -0500
+ * Switch the REST interface to always show ticket times in minutes, rather than lose data
+
+------------------------------------------------------------------------
+r9923 | ruz | 2007-12-12 15:32:51 -0500 (Wed, 12 Dec 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Groups_Overlay.pm
+
+* add definitions of new methods we have to share between Groups and Users classes
+------------------------------------------------------------------------
+r9922 | ruz | 2007-12-12 15:31:15 -0500 (Wed, 12 Dec 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/23cfsort.t
+
+backport from 3.7
+
+* add more tests to show that sorting by CF fails mark them as todo
+
+------------------------------------------------------------------------
+r9884 | sartak | 2007-12-11 08:58:39 -0500 (Tue, 11 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
+
+ r48891@onn:  sartak | 2007-12-11 08:58:32 -0500
+ Add some callbacks to Simple Search
+
+------------------------------------------------------------------------
+r9883 | sartak | 2007-12-11 08:41:42 -0500 (Tue, 11 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/Googleish.pm
+
+ r48889@onn:  sartak | 2007-12-11 08:41:35 -0500
+ Allow the caller of Googleish searches to choose what queues go into the query
+
+------------------------------------------------------------------------
+r9882 | sartak | 2007-12-11 08:37:35 -0500 (Tue, 11 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
+
+ r48885@onn:  sartak | 2007-12-11 08:37:30 -0500
+ Add an optional Clear button to SelectionBox
+
+------------------------------------------------------------------------
+r9879 | sartak | 2007-12-11 08:13:27 -0500 (Tue, 11 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
+
+ r48883@onn:  sartak | 2007-12-11 08:13:12 -0500
+ Add a NoArrows option to selectionbox, for when order doesn't matter
+
+------------------------------------------------------------------------
+r9871 | jesse | 2007-12-10 13:45:46 -0500 (Mon, 10 Dec 2007) | 7 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/Modify.html
+
+ r72955@pinglin:  jesse | 2007-12-10 13:45:10 -0500
+ RT-Ticket: 8702
+ RT-Status: resolved
+ RT-Update: correspond
+ * Applied a small  html fix (missing </td>) from Steve Turner
+
+------------------------------------------------------------------------
+r9870 | jesse | 2007-12-10 13:45:31 -0500 (Mon, 10 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectScripAction
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectTemplate
+
+ r72954@pinglin:  jesse | 2007-12-10 13:42:06 -0500
+ * Sort Templates, Actions and Conditions by Name, as suggested by Steve Turner
+
+------------------------------------------------------------------------
+r9869 | jesse | 2007-12-10 13:01:05 -0500 (Mon, 10 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fr.po
+
+ r72886@pinglin:  jesse | 2007-12-10 13:00:49 -0500
+ * Updated french translation from Emmanuel Lacour
+
+------------------------------------------------------------------------
+r9853 | audreyt | 2007-12-09 00:19:10 -0500 (Sun, 09 Dec 2007) | 9 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/etc/initialdata
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/SelfService/index.html
+   M /rt/branches/3.6-RELEASE/html/Tools/MyDay.html
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_tw.po
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
+
+ r18145@T (orig r9848):  audreyt | 2007-12-08 07:35:37 +0800
+ * Massive internationalization fixes.
+ r18146@T (orig r9849):  audreyt | 2007-12-08 07:39:06 +0800
+ * zh_tw.po cleanup
+ r18148@T (orig r9851):  audreyt | 2007-12-09 01:21:40 +0800
+ * zh_tw.po: More L10N
+ r18149@T (orig r9852):  audreyt | 2007-12-09 13:08:38 +0800
+ * Full translation of zh_tw and zh_cn.
+
+------------------------------------------------------------------------
+r9807 | jesse | 2007-12-03 16:05:08 -0500 (Mon, 03 Dec 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+* 3.6.6rc1
+
+------------------------------------------------------------------------
+r9806 | jesse | 2007-12-03 12:06:57 -0500 (Mon, 03 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
+
+ r72604@pinglin:  jesse | 2007-12-03 12:06:40 -0500
+ * Japanese translation updates from Shinji Yamane
+
+------------------------------------------------------------------------
+r9784 | jesse | 2007-12-01 21:41:06 -0500 (Sat, 01 Dec 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/EmailInput
+   M /rt/branches/3.6-RELEASE/html/Helpers/EmailAutocomplete
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous/controls.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous/effects.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous/prototype.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous/scriptaculous.js
+   M /rt/branches/3.6-RELEASE/html/SelfService/Create.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Update.html
+
+ r72598@pinglin:  jesse | 2007-12-01 21:40:32 -0500
+ * reverting audrey's changes which were just pulled to the aberdeen branch
+
+------------------------------------------------------------------------
+r9781 | audreyt | 2007-12-01 21:31:45 -0500 (Sat, 01 Dec 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Helpers/EmailAutocomplete
+   M /rt/branches/3.6-RELEASE/html/SelfService/Create.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Update.html
+
+* Convert SelfService and Ticket Create/Update to EmailAutocomplete.
+------------------------------------------------------------------------
+r9780 | audreyt | 2007-12-01 21:30:10 -0500 (Sat, 01 Dec 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/EmailInput
+
+* EmailInput: First cut at email completion widget.
+------------------------------------------------------------------------
+r9779 | audreyt | 2007-12-01 21:27:18 -0500 (Sat, 01 Dec 2007) | 1 line
+Changed paths:
+   A /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous
+   A /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous/controls.js
+   A /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous/effects.js
+   A /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous/prototype.js
+   A /rt/branches/3.6-RELEASE/html/NoAuth/js/scriptaculous/scriptaculous.js
+
+* Add the parts of scriptaculous we need for the autocompleter.
+------------------------------------------------------------------------
+r9778 | audreyt | 2007-12-01 21:17:03 -0500 (Sat, 01 Dec 2007) | 1 line
+Changed paths:
+   A /rt/branches/3.6-RELEASE/html/NoAuth/images/css/fieldbg-autocomplete.gif
+
+* Picture of autocompleted-field-background from jifty
+------------------------------------------------------------------------
+r9777 | audreyt | 2007-12-01 21:15:21 -0500 (Sat, 01 Dec 2007) | 1 line
+Changed paths:
+   A /rt/branches/3.6-RELEASE/html/Helpers/EmailAutocomplete
+
+* Email Autocompletion element.
+------------------------------------------------------------------------
+r9776 | audreyt | 2007-12-01 18:09:56 -0500 (Sat, 01 Dec 2007) | 1 line
+Changed paths:
+   A /rt/branches/3.6-RELEASE/html/Elements/EmailInput
+
+* Elements/EmailInput - Beginning of refactoring toward Ajax mail
+------------------------------------------------------------------------
+r9768 | jesse | 2007-11-30 14:14:25 -0500 (Fri, 30 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r72537@pinglin:  jesse | 2007-11-30 14:13:55 -0500
+ * Applied http://page.mi.fu-berlin.de/pape/rt3/patches/rt/3.6.5/less_warnings_in_error_log.patch from Dirk Pape to quiet some warnings
+
+------------------------------------------------------------------------
+r9767 | jesse | 2007-11-30 14:08:42 -0500 (Fri, 30 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/nl.po
+
+ r72527@pinglin:  jesse | 2007-11-30 14:07:42 -0500
+ * Updated dutch .po file from Marcel Kolkman
+
+------------------------------------------------------------------------
+r9742 | ruz | 2007-11-23 20:27:52 -0500 (Fri, 23 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* bump required version of SB so people will get a fix that
+  affect the latest change
+------------------------------------------------------------------------
+r9741 | ruz | 2007-11-23 20:25:55 -0500 (Fri, 23 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Users_Overlay.pm
+
+* split WhoHaveRoleRights into more queries so buggy MySQL's
+  optimizer can do the right thing
+------------------------------------------------------------------------
+r9733 | ruz | 2007-11-23 17:34:45 -0500 (Fri, 23 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
+
+* oops, missed space during refactoring
+------------------------------------------------------------------------
+r9730 | falcone | 2007-11-23 17:15:54 -0500 (Fri, 23 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/search/ticket
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+ r26864@ketch:  falcone | 2007-11-23 17:04:49 -0500
+ * handle spaces in field names when doing rt ls
+
+------------------------------------------------------------------------
+r9727 | ruz | 2007-11-21 19:38:24 -0500 (Wed, 21 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Widgets/SavedSearch
+
+* add handling of arguments with multiple values into Widgets/SavedSearch
+------------------------------------------------------------------------
+r9715 | ruz | 2007-11-20 20:27:25 -0500 (Tue, 20 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ConfigureMyRT
+   M /rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
+
+* revert rev9654 as it breaks charts on home page
+------------------------------------------------------------------------
+r9695 | ruz | 2007-11-18 16:56:52 -0500 (Sun, 18 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
+
+* add caching based on short keys
+* split _HasRight into _HasGroupRight and _HasRoleRight
+* use more queries for roles
+------------------------------------------------------------------------
+r9693 | ruz | 2007-11-16 17:42:23 -0500 (Fri, 16 Nov 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
+
+* unshift more global objects instead of pushing them,
+  so we'll get them earlier in an upcoming refactoring
+* do all things related to EquivObjects in HasRight and
+  leave only checks in _HasRight
+------------------------------------------------------------------------
+r9692 | ruz | 2007-11-16 17:37:59 -0500 (Fri, 16 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
+
+* minor
+------------------------------------------------------------------------
+r9659 | falcone | 2007-11-13 19:09:02 -0500 (Tue, 13 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/Modify.html
+
+ r26553@ketch:  falcone | 2007-11-13 19:07:28 -0500
+ * set the prefix so that CFs can be added during Group Creation
+
+------------------------------------------------------------------------
+r9654 | ruz | 2007-11-13 12:59:32 -0500 (Tue, 13 Nov 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ConfigureMyRT
+   M /rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
+
+* add labeling of portlets that are based on components,
+  it doesn't support localization, but it's better than empty label
+* allow to manage many portlets that are based on the same
+  comp by adding optional 'id' key
+------------------------------------------------------------------------
+r9653 | ruz | 2007-11-13 12:45:26 -0500 (Tue, 13 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Widgets/TitleBoxStart
+
+* we don't use some vars anymore so don't fool people
+  by defining them in the %ARGS block
+------------------------------------------------------------------------
+r9649 | audreyt | 2007-11-12 15:48:07 -0500 (Mon, 12 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+* RT::Action::SendEmail - Support for multipart/* emails; we now
+  textualify all MIME parts, instead of collapsing the whole multipart.
+------------------------------------------------------------------------
+r9648 | audreyt | 2007-11-12 15:46:09 -0500 (Mon, 12 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+
+* RT::Transaction->ContentObj - Prefer the first part that
+  matches $PreferredContentType, instead of always 'text/plain'.
+------------------------------------------------------------------------
+r9647 | audreyt | 2007-11-12 03:03:52 -0500 (Mon, 12 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+
+* RT::Transaction_Overlay - use RT::I18N::IsTextualContentType.
+------------------------------------------------------------------------
+r9646 | audreyt | 2007-11-12 03:02:35 -0500 (Mon, 12 Nov 2007) | 10 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachment_Overlay.pm
+
+* RT::Attachment_Overlay - Fix several broken logic in ->OriginalContent:
+
+    - When $self->ContentEncoding eq 'quoted-printable', a premature
+      "return" prevented any encoding conversion from taking place.
+
+    - A bogus Encode::_utf8_on($content) later prevented any encoding
+      conversino from taking place _anyway_.
+
+* $attachment->Quote now respects RT::I18N::IsTextualContentType.
+
+------------------------------------------------------------------------
+r9645 | audreyt | 2007-11-12 02:58:56 -0500 (Mon, 12 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+* RT::Record - _DecodeLOB now respects RT::I18N::IsTextualContentType.
+------------------------------------------------------------------------
+r9644 | audreyt | 2007-11-12 02:56:43 -0500 (Mon, 12 Nov 2007) | 13 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+
+* RT::I18N - Introduce a new utility function, IsTextualContentType($type),
+  that determines whether $type can be sensibly converted to Unicode text.
+
+  Currently it uses this regex (case-insensitively):
+
+      ^(?:text/(?:plain|html)|message/rfc822)\b
+
+  The idea is to unify all the inconsistent uses all over RT's code
+  (some tested for text/*, some for text/plain|message/rfc822, some
+  for text/plain|text/html|message/*) to use this function instead.
+
+* Minor POD glitch - Say "function" when it said "method" but really wasn't.
+
+------------------------------------------------------------------------
+r9643 | audreyt | 2007-11-12 02:52:35 -0500 (Mon, 12 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+* RT::Action::SendEmail - Minor comment typo: "use" ne "sue"
+------------------------------------------------------------------------
+r9642 | audreyt | 2007-11-11 15:05:50 -0500 (Sun, 11 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+
+* RT::Transaction_Overlay: Be saner and allows explicitly
+  calling $txn->Content(Type => 'text/html'), instead of
+  relying on action-at-a-distance $PreferredContentType.
+------------------------------------------------------------------------
+r9641 | audreyt | 2007-11-11 14:58:21 -0500 (Sun, 11 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+
+* RT.pm.in: Add support for loading RT_Vendor.pm by default
+  before RT_Local, for greater consistency.
+------------------------------------------------------------------------
+r9640 | audreyt | 2007-11-11 14:07:43 -0500 (Sun, 11 Nov 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+* RT::Action::SendEmail: Allow user-specified Content-Type
+  in outgoing templates.  Currently, only text/* is supported
+  for security reasons.  Eventually maybe multipart/* with
+  all textual subparts might be allowed, too.
+------------------------------------------------------------------------
+r9639 | audreyt | 2007-11-11 14:06:06 -0500 (Sun, 11 Nov 2007) | 9 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+
+* RT::Transaction_Overlay: Unify the idea of "textual" MIME types
+  to text/plain, text/html and message/*. (Previously it was defined
+  differently for e.g. the first part and the other parts.)
+
+* RT::Transaction_Overlay: Introduce the variable
+  $RT::Transaction::PreferredContentType to control the context
+  where ->Content() is evaluated in.  If not set, it defaults
+  to text/plain.
+
+------------------------------------------------------------------------
+r9628 | sartak | 2007-11-09 15:49:01 -0500 (Fri, 09 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
+
+ r44879@onn:  sartak | 2007-11-09 15:48:26 -0500
+ If there are no tickets found in a search, give an error-message image instead of silently failing to load.
+
+------------------------------------------------------------------------
+r9627 | audreyt | 2007-11-09 15:23:38 -0500 (Fri, 09 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+* _DecodeLOB: All text/* are treated as UTF-8, not only text/plain.
+------------------------------------------------------------------------
+r9626 | audreyt | 2007-11-09 15:06:09 -0500 (Fri, 09 Nov 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+
+* RT::Transaction_Overlay: Signatures in text/html content objects should be
+  removed in a way that doesn't depend on whitespace.
+  Also, remove an unneccessary regex capture.
+
+------------------------------------------------------------------------
+r9625 | ruz | 2007-11-09 14:57:37 -0500 (Fri, 09 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
+
+* delete double width definition
+* don't escape html
+------------------------------------------------------------------------
+r9623 | audreyt | 2007-11-09 14:07:05 -0500 (Fri, 09 Nov 2007) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+* MakeMIMEEntity now takes an optional "Type" field to denote
+  the MIME Type of the body.  (Default to 'text/plain'.)
+
+* CreateTicket() now supports $ARGS{ContentType}, and
+  ProcessUpdateMessage() now supports $ARGS{UpdateContentType}.
+------------------------------------------------------------------------
+r9620 | ruz | 2007-11-08 18:08:32 -0500 (Thu, 08 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/Members.html
+   M /rt/branches/3.6-RELEASE/html/User/Groups/Members.html
+
+* In this case the <ul> was opened inside an IF block,
+  but </ul> closed outside the IF block.
+  Thanks to Jason Long.
+------------------------------------------------------------------------
+r9619 | ruz | 2007-11-08 18:05:04 -0500 (Thu, 08 Nov 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+
+* The <nobr> opening tag came before the IF statement,
+  and the </nobr> closing tag was inside the IF statement.
+  Thanks to Jason Long.
+------------------------------------------------------------------------
+r9618 | ruz | 2007-11-08 17:55:41 -0500 (Thu, 08 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+* RFC dictates to encode by chars, so if char is two octets then
+  it MUST be in one chunk
+------------------------------------------------------------------------
+r9617 | ruz | 2007-11-08 17:38:33 -0500 (Thu, 08 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+* add max-age along to Expires
+------------------------------------------------------------------------
+r9616 | audreyt | 2007-11-08 15:06:00 -0500 (Thu, 08 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* Add new dep: CSS::Squish 0.06
+------------------------------------------------------------------------
+r9615 | ruz | 2007-11-08 12:19:48 -0500 (Thu, 08 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/autohandler
+
+* align comments
+------------------------------------------------------------------------
+r9610 | ruz | 2007-11-06 16:30:42 -0500 (Tue, 06 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowBasics
+   A /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowQueue
+
+* add Ticket/Elements/ShowQueue and use it on create and in ShowBasics,
+  tiny comp for overriding in extensions
+------------------------------------------------------------------------
+r9560 | ruz | 2007-11-06 05:03:32 -0500 (Tue, 06 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/Header
+   A /rt/branches/3.6-RELEASE/html/NoAuth/css/dhandler
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* squish our CSS into one big thing use CSS::Squish and dhandler
+------------------------------------------------------------------------
+r9559 | ruz | 2007-11-06 04:59:01 -0500 (Tue, 06 Nov 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+* don't send Last-Modified field in a response
+* make cache public
+------------------------------------------------------------------------
+r9558 | ruz | 2007-11-06 04:40:57 -0500 (Tue, 06 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/forms.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/main.css
+
+* revert rev. 9532 as we now more interested in mason comments instead of css comments
+------------------------------------------------------------------------
+r9532 | ruz | 2007-11-01 10:07:17 -0400 (Thu, 01 Nov 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/forms.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/main.css
+
+* convert mason comments into css comments
+------------------------------------------------------------------------
+r9471 | tla | 2007-10-26 10:36:52 -0400 (Fri, 26 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+get rid of overly verbose debug statement
+------------------------------------------------------------------------
+r9462 | sunnavy | 2007-10-25 16:04:40 -0400 (Thu, 25 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs
+
+add a callback for SelfService/Elements/Tabs
+------------------------------------------------------------------------
+r9460 | tla | 2007-10-25 10:39:42 -0400 (Thu, 25 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+change comment
+------------------------------------------------------------------------
+r9457 | tla | 2007-10-25 05:33:58 -0400 (Thu, 25 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+refrain from shifting args off the argument array
+------------------------------------------------------------------------
+r9447 | tla | 2007-10-24 22:20:11 -0400 (Wed, 24 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+don't want RecordOutgoingMailTransaction to be fatal to the scrip.
+------------------------------------------------------------------------
+r9446 | tla | 2007-10-24 22:04:45 -0400 (Wed, 24 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+store the outgoing txn ID in  for later access
+------------------------------------------------------------------------
+r9445 | tla | 2007-10-24 18:03:16 -0400 (Wed, 24 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+Save the transaction ID of the outgoing message transaction
+------------------------------------------------------------------------
+r9429 | ruz | 2007-10-23 20:16:06 -0400 (Tue, 23 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
+
+* oops, forgot commit one line, there is no $member anymore
+------------------------------------------------------------------------
+r9428 | ruz | 2007-10-23 20:12:43 -0400 (Tue, 23 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
+
+* switch to /Elements/ShowLink
+------------------------------------------------------------------------
+r9426 | ruz | 2007-10-23 19:05:52 -0400 (Tue, 23 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/EditLinks
+
+* delete unused variable
+------------------------------------------------------------------------
+r9425 | ruz | 2007-10-23 19:03:34 -0400 (Tue, 23 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
+
+* add missing </li>
+------------------------------------------------------------------------
+r9424 | ruz | 2007-10-23 19:02:34 -0400 (Tue, 23 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
+
+* move general if block into <%INIT>
+------------------------------------------------------------------------
+r9423 | ruz | 2007-10-23 18:44:53 -0400 (Tue, 23 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+* update docs
+------------------------------------------------------------------------
+r9422 | ruz | 2007-10-23 18:43:38 -0400 (Tue, 23 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyLinks.html
+
+* pass a reference to @results into a callback, so extensions can fill it
+------------------------------------------------------------------------
+r9421 | ruz | 2007-10-23 16:41:07 -0400 (Tue, 23 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowLinks
+
+* add closing tags for elements of lists
+------------------------------------------------------------------------
+r9418 | sartak | 2007-10-23 14:14:23 -0400 (Tue, 23 Oct 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
+
+ r44066@onn:  sartak | 2007-10-23 14:14:02 -0400
+ Allow Template->ParseContent to not require Ticket and Txn
+
+------------------------------------------------------------------------
+r9380 | sunnavy | 2007-10-20 03:06:24 -0400 (Sat, 20 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+
+don't overwrite %ARGS; don't add cloned ticket to parents by default
+------------------------------------------------------------------------
+r9365 | sunnavy | 2007-10-19 15:42:07 -0400 (Fri, 19 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldFreeform
+
+we shouldn't replace "\n" with whitespace if it's multiple type
+------------------------------------------------------------------------
+r9362 | sunnavy | 2007-10-19 15:23:08 -0400 (Fri, 19 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+
+Ticket/Create.html can handle clone function now
+------------------------------------------------------------------------
+r9271 | jesse | 2007-10-11 11:40:59 -0400 (Thu, 11 Oct 2007) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
+
+ r68059@pinglin:  jesse | 2007-10-11 11:40:39 -0400
+ * We used the wrong variable name in html/Search/Chart (for fonts)
+     Thanks to elacour at easter-eggs.com
+
+------------------------------------------------------------------------
+r9270 | sunnavy | 2007-10-11 01:22:26 -0400 (Thu, 11 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/History.html
+
+added AfterShowHistory Callback in Ticket/History.html
+------------------------------------------------------------------------
+r9268 | jesse | 2007-10-10 21:35:37 -0400 (Wed, 10 Oct 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r68037@h46055e4a:  jesse | 2007-10-10 19:45:05 -0500
+  * A small fix to stop RT from complaining about categories when updating custom fields via the web ui.  Thanks to Brian Gallew
+
+------------------------------------------------------------------------
+r9258 | sunnavy | 2007-10-09 16:44:47 -0400 (Tue, 09 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+added current_tab arg for AfterShowHistory Callback in Ticket/Display.html
+------------------------------------------------------------------------
+r9245 | sunnavy | 2007-10-08 14:11:19 -0400 (Mon, 08 Oct 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/PageLayout
+   M /rt/branches/3.6-RELEASE/html/Elements/Tabs
+
+added show_menu arg for Elements/Tabs and Elements/PageLayout, mainly for RTx-TicketBottomTabs
+------------------------------------------------------------------------
+r9214 | jesse | 2007-10-03 10:54:53 -0400 (Wed, 03 Oct 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html
+
+ r27337@hualien:  jesse | 2007-10-03 10:54:11 -0400
+ New callbacks from Dirk Pape: http://page.mi.fu-berlin.de/pape/rt3/patches/rt/3.6.4/add_callbacks_to_admin_us
+ ers.patch
+
+------------------------------------------------------------------------
+r9192 | jesse | 2007-10-02 14:09:30 -0400 (Tue, 02 Oct 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrips
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditTemplates
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
+   M /rt/branches/3.6-RELEASE/html/Ticket/Update.html
+
+ r27297@hualien:  jesse | 2007-10-02 14:08:53 -0400
+ * HTML Table fixes from Dirk Pape (http://page.mi.fu-berlin.de/pape/rt3/patches/rt/3.6.4/rt3.6-xhtml-2.patch)
+
+------------------------------------------------------------------------
+r9190 | jesse | 2007-10-01 17:09:35 -0400 (Mon, 01 Oct 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r27278@hualien:  jesse | 2007-10-01 17:08:31 -0400
+ 3.6.5 releng
+
+------------------------------------------------------------------------
+r9152 | jesse | 2007-09-26 00:43:10 -0400 (Wed, 26 Sep 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/EmailParser.pm
+
+ r67594@pinglin:  jesse | 2007-09-26 00:42:44 -0400
+  MIME::Tools removed a method from their public API. this works around it
+
+------------------------------------------------------------------------
+r9148 | sunnavy | 2007-09-25 16:42:57 -0400 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+revert lib/t/regression/26command_line.t to drop multiple value cf tests
+------------------------------------------------------------------------
+r9145 | sunnavy | 2007-09-25 12:05:09 -0400 (Tue, 25 Sep 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/bin/rt.in
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+
+revert back for multiple cf values bug in cli, we need a branch for that
+------------------------------------------------------------------------
+r9139 | jesse | 2007-09-24 11:42:34 -0400 (Mon, 24 Sep 2007) | 8 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
+
+ r67533@pinglin:  jesse | 2007-09-24 11:41:58 -0400
+ RT-Ticket: 8563
+ RT-Status: resolved
+ RT-Update: correspond
+ Updated Japanese translation from  y-iida@secom.co.jp
+
+------------------------------------------------------------------------
+r9122 | sunnavy | 2007-09-23 00:34:33 -0400 (Sun, 23 Sep 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/bin/rt.in
+
+updated vsplit in accordance with our change to multiple value CF
+------------------------------------------------------------------------
+r9121 | sunnavy | 2007-09-23 00:20:30 -0400 (Sun, 23 Sep 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+do the right way for view and modification of multiple value CF for cli
+------------------------------------------------------------------------
+r9119 | sunnavy | 2007-09-21 16:24:07 -0400 (Fri, 21 Sep 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+single value cf can be set rightly through bin/rt.
+------------------------------------------------------------------------
+r9100 | sunnavy | 2007-09-20 02:55:33 -0400 (Thu, 20 Sep 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+
+remove buggy whitespaces following a comma
+------------------------------------------------------------------------
+r9099 | sunnavy | 2007-09-20 02:05:48 -0400 (Thu, 20 Sep 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+A multi-valued custom field should end up with multiple rows in
+ObjectCustomFieldValues
+------------------------------------------------------------------------
+r9082 | sunnavy | 2007-09-18 03:02:09 -0400 (Tue, 18 Sep 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
+
+cleaned up a useless custom field for following tests
+------------------------------------------------------------------------
+r9081 | sunnavy | 2007-09-18 01:13:09 -0400 (Tue, 18 Sep 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+added tests for set/add/del values for custom field with multiple 
+values in command line
+------------------------------------------------------------------------
+r9076 | sunnavy | 2007-09-17 16:52:39 -0400 (Mon, 17 Sep 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+
+fix bug 10273.
+https://tickets.bestpractical.com/Ticket/Display.html?id=10273
+we need `delete' the old values before setting new values.
+
+------------------------------------------------------------------------
+r8942 | jesse | 2007-09-05 16:57:32 -0400 (Wed, 05 Sep 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
+
+ r66993@pinglin:  jesse | 2007-09-05 16:44:11 -0400
+ Fix to not update tickets multiple times when doing a selfservice posting.
+
+------------------------------------------------------------------------
+r8674 | jesse | 2007-08-21 13:49:46 -0400 (Tue, 21 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r66194@pinglin:  jesse | 2007-08-21 13:49:09 -0400
+  3.6.5 RC2
+
+------------------------------------------------------------------------
+r8672 | ruz | 2007-08-21 12:03:53 -0400 (Tue, 21 Aug 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css
+
+* switch back to using paddings instead of margins,
+  tables in title-boxes are screwed in IE
+------------------------------------------------------------------------
+r8671 | nicholas | 2007-08-21 11:30:26 -0400 (Tue, 21 Aug 2007) | 11 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditCustomFields
+
+svn merge -r8090:8094 http://code.bestpractical.com/bps-public/rt/branches/3.7-EXPERIMENTAL-TUNIS/html/Ticket/Elements/EditCustomFields html/Ticket/Elements/EditCustomFields
+
+    r8091 | ruz | 2007-07-10 21:44:12 +0000 (Tue, 10 Jul 2007) | 2 lines
+
+    * get rid of Count call, use counter to figure out if we have even or odd number of CFs
+    * use less nested tables
+
+    r8093 | ruz | 2007-07-10 21:59:45 +0000 (Tue, 10 Jul 2007) | 1 line
+
+    * skip a CF if user has no right to change it
+
+------------------------------------------------------------------------
+r8670 | nicholas | 2007-08-21 10:28:28 -0400 (Tue, 21 Aug 2007) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+
+<div class="messagebody"> is opened within 
+  foreach my $message ( grep { $_->Parent == $Parent } @$Attachments ) {
+but was being closed (erroneously) just beyond the foreach. This could result
+in lots of orphaned </div> tags.
+
+------------------------------------------------------------------------
+r8669 | nicholas | 2007-08-21 09:39:15 -0400 (Tue, 21 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/Row
+
+For a long time html/Elements/CollectionAsTable/ParseFormat has been parsing
+/CLASS. Fix html/Elements/CollectionAsTable/Row to put that class on the <td>
+
+------------------------------------------------------------------------
+r8550 | falcone | 2007-08-14 13:54:27 -0400 (Tue, 14 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/StyleGuide.pod
+
+ r23791@ketch:  falcone | 2007-08-14 13:53:58 -0400
+ * we no longer support 5.6.1
+
+------------------------------------------------------------------------
+r8540 | falcone | 2007-08-14 12:23:38 -0400 (Tue, 14 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+ r23772@ketch:  falcone | 2007-08-14 12:22:58 -0400
+ * document how to use the Update command on Records
+
+------------------------------------------------------------------------
+r8471 | jesse | 2007-08-09 11:26:00 -0400 (Thu, 09 Aug 2007) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
+
+ r65323@pinglin:  jesse | 2007-08-09 11:25:41 -0400
+ *( Fix a bug (?) where a 0 was displayed after a value for multiple-values
+ custom fields. - Quentin Garnier
+
+------------------------------------------------------------------------
+r8454 | sartak | 2007-08-08 17:20:43 -0400 (Wed, 08 Aug 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+
+Reword $ChartFont description
+------------------------------------------------------------------------
+r8453 | ruz | 2007-08-08 17:04:31 -0400 (Wed, 08 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
+
+* add new $ChartFont option to the config which allow admin to
+  select a tru type font RT uses in charts
+
+------------------------------------------------------------------------
+r8451 | ruz | 2007-08-08 16:26:30 -0400 (Wed, 08 Aug 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ru.po
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+
+* fix ru.po
+* simplify translators' work by using phrases with the same case
+------------------------------------------------------------------------
+r8445 | jesse | 2007-08-08 13:25:30 -0400 (Wed, 08 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r65296@pinglin:  jesse | 2007-08-08 13:24:39 -0400
+ * 3.6.5rc1
+
+------------------------------------------------------------------------
+r8443 | falcone | 2007-08-08 09:19:21 -0400 (Wed, 08 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
+
+ r23542@ketch:  falcone | 2007-08-08 09:18:04 -0400
+ * remove $aid var that never gets used.
+
+------------------------------------------------------------------------
+r8433 | ruz | 2007-08-07 16:44:52 -0400 (Tue, 07 Aug 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+
+* fix performance regression in searches by watchers joined
+  with other conditions using OR
+------------------------------------------------------------------------
+r8432 | ruz | 2007-08-07 16:43:05 -0400 (Tue, 07 Aug 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+
+* update doc
+------------------------------------------------------------------------
+r8431 | ruz | 2007-08-07 16:38:47 -0400 (Tue, 07 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+* call CanonicalizeEmailAddress as class method instead of
+  passing undef as first argument
+
+------------------------------------------------------------------------
+r8430 | ruz | 2007-08-07 16:37:21 -0400 (Tue, 07 Aug 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
+
+* add debug info into test
+------------------------------------------------------------------------
+r8428 | ruz | 2007-08-07 15:36:17 -0400 (Tue, 07 Aug 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/00-mason-syntax.t
+
+* fix compatibility of a test with new version of mason
+------------------------------------------------------------------------
+r8409 | jesse | 2007-08-06 17:33:00 -0400 (Mon, 06 Aug 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r65236@pinglin:  jesse | 2007-08-06 17:17:56 -0400
+ * better canonicalization of multiple addresses in the cc/bcc box on correspondence and comment
+
+------------------------------------------------------------------------
+r8344 | ruz | 2007-07-31 19:32:21 -0400 (Tue, 31 Jul 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+
+* we don't exit on errors in data, but go to next object
+------------------------------------------------------------------------
+r8280 | ruz | 2007-07-25 10:34:34 -0400 (Wed, 25 Jul 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t
+
+* mark only one query as todo instead of many which really should pass
+------------------------------------------------------------------------
+r8271 | jesse | 2007-07-24 19:06:29 -0400 (Tue, 24 Jul 2007) | 8 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
+
+ r61183@pinglin:  jesse | 2007-07-24 16:05:28 -0700
+ RT-Ticket: 8492
+ RT-Update: correspond
+ RT-Status: resolved
+ * James Bunch pointed out a missing $ that would cause a failed method call in an error scenario
+
+------------------------------------------------------------------------
+r8237 | jesse | 2007-07-20 16:37:33 -0400 (Fri, 20 Jul 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+ r60980@pinglin:  jesse | 2007-07-20 16:36:52 -0400
+ * Some custom fields (mixed case ones) didn't work properly on case-sensitive databases from the CLI client
+
+------------------------------------------------------------------------
+r8233 | jesse | 2007-07-19 15:30:01 -0400 (Thu, 19 Jul 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r60965@pinglin:  jesse | 2007-07-19 15:29:22 -0400
+ * Backported 6766 to RT 3.6, with additional cleanups
+
+------------------------------------------------------------------------
+r8228 | jesse | 2007-07-19 13:40:36 -0400 (Thu, 19 Jul 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/drop.Oracle
+
+ r60951@pinglin:  jesse | 2007-07-19 13:39:57 -0400
+ * Oracle drop schema typo fixes. Thanks to JoopvandeWege@mococo.nl
+
+------------------------------------------------------------------------
+r8215 | jesse | 2007-07-18 19:12:52 -0400 (Wed, 18 Jul 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/bin/rt.in
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/dhandler
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/REST.pm
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+ r60938@pinglin:  jesse | 2007-07-18 19:12:15 -0400
+ * Fixed RT REST API and commandline client to support custom fields with spaces in their names
+
+------------------------------------------------------------------------
+r8186 | ruz | 2007-07-17 12:27:11 -0400 (Tue, 17 Jul 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+* clear duplications recipient lists, based on patch from Dirk Pape
+------------------------------------------------------------------------
+r8182 | ruz | 2007-07-17 07:11:12 -0400 (Tue, 17 Jul 2007) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Base.pm
+
+::Base::CurrentUser
+* allow passing RT::User as argument
+* check that the object is really RT::CurrentUser
+  or its sub-class
+* verbose error message
+* on error return undef instead of 0(zero)
+------------------------------------------------------------------------
+r8162 | jesse | 2007-07-14 00:03:08 -0400 (Sat, 14 Jul 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+
+ r60623@pinglin:  jesse | 2007-07-13 15:58:45 -0400
+ * Quiet a warning. Thanks to Vlad <marchenko@gmail.com>
+
+------------------------------------------------------------------------
+r8063 | jesse | 2007-07-05 16:59:04 -0400 (Thu, 05 Jul 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+ r59918@pinglin:  jesse | 2007-07-05 16:58:53 -0400
+ * Someone left in a call to Data::Dumper
 
-Tagged as 3.6.4 by svn RelEng 1.0
 ------------------------------------------------------------------------
 r8061 | jesse | 2007-07-05 13:46:42 -0400 (Thu, 05 Jul 2007) | 3 lines
 Changed paths: