fix ticketing system error on bootstrap of new install
[freeside.git] / rt / Changelog
index e9b72ab..1ffc374 100644 (file)
 ------------------------------------------------------------------------
-r1485 | jesse | 2004-09-14 00:42:12 -0400 (Tue, 14 Sep 2004) | 1 line
+r10425 | jesse | 2008-01-22 11:49:13 -0500 (Tue, 22 Jan 2008) | 1 line
 Changed paths:
-   A /rt/tags/3.0.12 (from /rt/branches/3.0-MAINT:1484)
+   A /rt/tags/3.6.6 (from /rt/branches/3.6-RELEASE:10424)
 
-Tagged as 3.0.12 by svn RelEng 1.0
+Tagged as 3.6.6 by svn RelEng 1.0
 ------------------------------------------------------------------------
-r1484 | jesse | 2004-09-14 00:41:30 -0400 (Tue, 14 Sep 2004) | 1 line
+r10424 | jesse | 2008-01-22 11:45:37 -0500 (Tue, 22 Jan 2008) | 3 lines
 Changed paths:
-   M /rt/branches/3.0-MAINT/releng.cnf
+   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
+
+------------------------------------------------------------------------
+r8061 | jesse | 2007-07-05 13:46:42 -0400 (Thu, 05 Jul 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r59914@pinglin:  jesse | 2007-07-05 13:45:10 -0400
+ Bumping to 3.6.4
+
+------------------------------------------------------------------------
+r8060 | jesse | 2007-07-05 13:45:54 -0400 (Thu, 05 Jul 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t
+
+ r59913@pinglin:  jesse | 2007-07-05 13:10:32 -0400
+ * todoing a test for a future feature
+
+------------------------------------------------------------------------
+r8025 | falcone | 2007-06-25 10:41:49 -0400 (Mon, 25 Jun 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html
+
+ r22168@ketch:  falcone | 2007-06-25 09:41:08 -0500
+ * There is no $TicketObj here, just $Ticket
+
+------------------------------------------------------------------------
+r8024 | nicholas | 2007-06-25 08:56:54 -0400 (Mon, 25 Jun 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/Error
+
+Add a ) that was missing from r8012.
+
+------------------------------------------------------------------------
+r8023 | nicholas | 2007-06-25 08:55:26 -0400 (Mon, 25 Jun 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/00-mason-syntax.t
+
+Need to skip all files in .svn directories when searching for files to test
+load into Mason.
+
+------------------------------------------------------------------------
+r8016 | jesse | 2007-06-15 16:24:51 -0400 (Fri, 15 Jun 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   A /rt/branches/3.6-RELEASE/lib/RT/I18N/tr.po
+
+ r58409@pinglin:  jesse | 2007-06-15 16:24:18 -0400
+ * First cut Turkish translation from burakgursoy@gmx.net
+
+------------------------------------------------------------------------
+r8012 | jesse | 2007-06-15 12:31:08 -0400 (Fri, 15 Jun 2007) | 9 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/Error
+
+ r58404@pinglin:  jesse | 2007-06-15 12:30:51 -0400
+ html/Element/Errors generates uninitialized value warnings if the parameter
+ $Details is not passed in, and if the SessionType is undefined. The following
+ patch quietens it. - Nicholas Clark.
+ (slightly modified to be more masonic)
+
+------------------------------------------------------------------------
+r8010 | falcone | 2007-06-14 18:12:42 -0400 (Thu, 14 Jun 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+
+ r21978@ketch:  falcone | 2007-06-14 18:12:25 -0400
+ * be more chatty about errors so you can figure out your initialdata mistakes
+
+------------------------------------------------------------------------
+r8009 | falcone | 2007-06-14 16:44:10 -0400 (Thu, 14 Jun 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html
+
+ r21941@ketch:  falcone | 2007-06-14 16:41:33 -0400
+ * reload the ticket after scrips run, so if one of your scrips
+   changes ticket data it'll be reflected in the new display
+
+------------------------------------------------------------------------
+r8008 | falcone | 2007-06-14 16:43:48 -0400 (Thu, 14 Jun 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+
+ r18561@ketch:  falcone | 2007-05-11 14:19:35 -0400
+ * don't parse undef for SQL (quiets a warning on new searches)
+
+------------------------------------------------------------------------
+r8007 | falcone | 2007-06-14 16:43:40 -0400 (Thu, 14 Jun 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r18560@ketch:  falcone | 2007-05-11 14:18:46 -0400
+ * stop a warning when we don't have any saved search
+
+------------------------------------------------------------------------
+r8006 | falcone | 2007-06-14 16:42:27 -0400 (Thu, 14 Jun 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/link
+
+ r18127@ketch:  falcone | 2007-04-18 17:08:59 -0400
+ * make bin/rt link work and fix the associated tests
+
+------------------------------------------------------------------------
+r7999 | jesse | 2007-06-08 15:01:31 -0400 (Fri, 08 Jun 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.po
+
+ r58163@pinglin:  jesse | 2007-06-08 15:00:29 -0400
+ * Czech translation updates from Daniel Kastner
+
+------------------------------------------------------------------------
+r7993 | jesse | 2007-06-07 13:20:44 -0400 (Thu, 07 Jun 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+* 3.6.4.rc2
+
+------------------------------------------------------------------------
+r7992 | jesse | 2007-06-07 13:16:48 -0400 (Thu, 07 Jun 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+
+ r58101@pinglin:  jesse | 2007-06-07 13:15:56 -0400
+ *  Now honor RT::Timezone
+
+------------------------------------------------------------------------
+r7989 | ruz | 2007-06-06 23:07:12 -0400 (Wed, 06 Jun 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+
+* revert fix for searches like 'Requestor = X AND Requestor = Y',
+  unless we have correct bundling of conditions searches by requestors
+  with OR aggregator are very slow.
+------------------------------------------------------------------------
+r7935 | jesse | 2007-05-25 16:16:34 -0400 (Fri, 25 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+ r57122@pinglin:  jesse | 2007-05-25 16:15:54 -0400
+ * Log a notice when we choose not to redistribute autogenerated messages. Suggested by John Bartelt.
+
+------------------------------------------------------------------------
+r7934 | jesse | 2007-05-25 16:00:19 -0400 (Fri, 25 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
+
+ r57120@pinglin:  jesse | 2007-05-25 15:59:54 -0400
+ Minor cleanup from Nicholas Clark
+
+------------------------------------------------------------------------
+r7905 | ruz | 2007-05-22 02:35:58 -0400 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* we uploaded a new version of Module::Versions::Report to the CPAN
+  which fix long standing issue. Bump deps.
+
+------------------------------------------------------------------------
+r7904 | ruz | 2007-05-22 02:30:28 -0400 (Tue, 22 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* mysql 5.x are a little bit crazy about joins dependencies,
+  we've fixed things in SB 1.48
+  
+------------------------------------------------------------------------
+r7900 | jesse | 2007-05-21 15:59:12 -0400 (Mon, 21 May 2007) | 7 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+
+ r57019@pinglin:  jesse | 2007-05-21 15:58:43 -0400
+ RT-Ticket: 8387
+ Update: correspond
+ * Better debugging info when schema files are missing. - Nicholas Clark <nick@ccl4.org>
+
+------------------------------------------------------------------------
+r7897 | ruz | 2007-05-18 01:07:19 -0400 (Fri, 18 May 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+
+* if we cache aliases then we should not apply limits multiple times
+
+------------------------------------------------------------------------
+r7895 | jesse | 2007-05-17 15:26:07 -0400 (Thu, 17 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r56946@pinglin:  root | 2007-05-17 15:23:33 -0400
+  * 3.6.4rc1 
+
+------------------------------------------------------------------------
+r7893 | ruz | 2007-05-17 00:08:14 -0400 (Thu, 17 May 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+* revert revision 7555 as it may result in attachments loosing
+------------------------------------------------------------------------
+r7892 | ruz | 2007-05-16 23:11:33 -0400 (Wed, 16 May 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE_Overlay.pm
+
+* revert change as it's causing regressions
+------------------------------------------------------------------------
+r7891 | ruz | 2007-05-16 21:31:35 -0400 (Wed, 16 May 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+* revert jesse's patch that slurps uploads into session,
+  this may hurt badly with multiple attachments.
+------------------------------------------------------------------------
+r7890 | ruz | 2007-05-16 19:57:27 -0400 (Wed, 16 May 2007) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+
+* calc id of a session in $SessionCookie var
+* add $session_properties variable
+** use it in both attempts to tie
+
+this should fix potential relogin problems
+
+------------------------------------------------------------------------
+r7887 | ruz | 2007-05-16 13:19:55 -0400 (Wed, 16 May 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE_Overlay.pm
+
+* we get principal's type as argument, but that's really
+  wrong as we have id of the pricipal and each principal
+  record has type property. Use info from the record and
+  log an error.
+------------------------------------------------------------------------
+r7886 | ruz | 2007-05-16 13:17:08 -0400 (Wed, 16 May 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE_Overlay.pm
+
+* method must return object and type, not status and message
+------------------------------------------------------------------------
+r7884 | jesse | 2007-05-16 12:49:03 -0400 (Wed, 16 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/TicketList
+
+ r56926@pinglin:  jesse | 2007-05-16 12:47:06 -0400
+ * Fix for "Page 1 of 0" . Thanks to Nicholas Clark <nick@ccl4.org>
+
+------------------------------------------------------------------------
+r7859 | jesse | 2007-05-14 13:02:41 -0400 (Mon, 14 May 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+
+ r56818@pinglin:  jesse | 2007-05-14 13:02:21 -0400
+ * Fix an inaccurate error message. Thanks to Nicholas Clark <nick@ccl4.org>
+
+------------------------------------------------------------------------
+r7855 | falcone | 2007-05-14 11:35:45 -0400 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+
+ r18561@ketch:  falcone | 2007-05-11 14:19:35 -0400
+ * don't parse undef for SQL (quiets a warning on new searches)
+
+------------------------------------------------------------------------
+r7854 | falcone | 2007-05-14 11:35:33 -0400 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r18560@ketch:  falcone | 2007-05-11 14:18:46 -0400
+ * stop a warning when we don't have any saved search
+
+------------------------------------------------------------------------
+r7853 | falcone | 2007-05-14 11:34:39 -0400 (Mon, 14 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/link
+
+ r18127@ketch:  falcone | 2007-04-18 17:08:59 -0400
+ * make bin/rt link work and fix the associated tests
+
+------------------------------------------------------------------------
+r7775 | jesse | 2007-05-06 02:35:28 -0400 (Sun, 06 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary
+
+ r56726@pinglin:  jesse | 2007-05-06 02:35:04 -0400
+ * Evil hack to make the Reminders box render like most of the others
+
+------------------------------------------------------------------------
+r7774 | jesse | 2007-05-06 02:35:19 -0400 (Sun, 06 May 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/transactions.css
+
+ r56725@pinglin:  jesse | 2007-05-06 02:33:17 -0400
+ * Minor 3.6 style cleanups to tighten up the display a bit
+
+------------------------------------------------------------------------
+r7770 | ruz | 2007-05-04 21:20:07 -0400 (Fri, 04 May 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/ScrubHTML
+
+* we scrub format strings and should allow to __WebXXX__ things
+  in the beginning
+------------------------------------------------------------------------
+r7769 | ruz | 2007-05-04 21:13:47 -0400 (Fri, 04 May 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+
+* apply CF as global only if it hasn't been applied to a queue
+------------------------------------------------------------------------
+r7687 | jesse | 2007-04-25 09:22:08 -0400 (Wed, 25 Apr 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/drop.Oracle
+
+ r56038@pinglin:  jesse | 2007-04-25 09:21:30 -0400
+ The drop.Oracle script was incomplete, drop statements were incorrect for version 3.6.3
+     -Reported by Christophe Nowicki cscm@meuh.dyndns.org
+
+------------------------------------------------------------------------
+r7673 | jesse | 2007-04-24 13:21:42 -0400 (Tue, 24 Apr 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/Makefile.in
+   M /rt/branches/3.6-RELEASE/README
+   M /rt/branches/3.6-RELEASE/bin/mason_handler.fcgi.in
+   M /rt/branches/3.6-RELEASE/bin/mason_handler.scgi.in
+   M /rt/branches/3.6-RELEASE/bin/mason_handler.svc.in
+   M /rt/branches/3.6-RELEASE/bin/rt-crontool.in
+   M /rt/branches/3.6-RELEASE/bin/rt-mailgate.in
+   M /rt/branches/3.6-RELEASE/bin/rt.in
+   M /rt/branches/3.6-RELEASE/bin/standalone_httpd.in
+   M /rt/branches/3.6-RELEASE/bin/webmux.pl.in
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/Objects.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ConfigureMyRT
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/CreateUserCalled
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditCustomField
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrip
+   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/Admin/Elements/EditUserComments
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/GlobalCustomFieldTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/GroupTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/Header
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ModifyTemplate
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ObjectCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/PickCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/PickObjects
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/QueueTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectCustomFieldLookupType
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectGroups
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectModifyQueue
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectModifyUser
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectRights
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectScrip
+   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/SelectSingleOrMultiple
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectStage
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectTemplate
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectUsers
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SystemTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ToolTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/UserTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/Groups.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/Users.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/GroupRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/MyRT.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Scrip.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Scrips.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Template.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Templates.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/UserRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/CustomFields.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/GroupRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/History.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/Members.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/UserRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/CustomField.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/CustomFields.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/GroupRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/People.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Scrip.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Scrips.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Template.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Templates.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/UserRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Tools/Configuration.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Tools/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/CustomFields.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/History.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Memberships.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/MyRT.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/autohandler
+   M /rt/branches/3.6-RELEASE/html/Admin/index.html
+   M /rt/branches/3.6-RELEASE/html/Approvals/Display.html
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/Approve
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/ShowDependency
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Approvals/index.html
+   M /rt/branches/3.6-RELEASE/html/Download/CustomFieldValue/dhandler
+   M /rt/branches/3.6-RELEASE/html/Download/Tabular/dhandler
+   M /rt/branches/3.6-RELEASE/html/Elements/BevelBoxRaisedEnd
+   M /rt/branches/3.6-RELEASE/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/3.6-RELEASE/html/Elements/Callback
+   M /rt/branches/3.6-RELEASE/html/Elements/Checkbox
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/Header
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/ParseFormat
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.6-RELEASE/html/Elements/CreateTicket
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomField
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldBinary
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldCombobox
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldFreeform
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldImage
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldText
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldWikitext
+   M /rt/branches/3.6-RELEASE/html/Elements/EditLinks
+   M /rt/branches/3.6-RELEASE/html/Elements/Error
+   M /rt/branches/3.6-RELEASE/html/Elements/Footer
+   M /rt/branches/3.6-RELEASE/html/Elements/GotoTicket
+   M /rt/branches/3.6-RELEASE/html/Elements/Header
+   M /rt/branches/3.6-RELEASE/html/Elements/ListActions
+   M /rt/branches/3.6-RELEASE/html/Elements/Login
+   M /rt/branches/3.6-RELEASE/html/Elements/Logo
+   M /rt/branches/3.6-RELEASE/html/Elements/Menu
+   M /rt/branches/3.6-RELEASE/html/Elements/MessageBox
+   M /rt/branches/3.6-RELEASE/html/Elements/MyAdminQueues
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
+   M /rt/branches/3.6-RELEASE/html/Elements/MyReminders
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRequests
+   M /rt/branches/3.6-RELEASE/html/Elements/MySupportQueues
+   M /rt/branches/3.6-RELEASE/html/Elements/MyTickets
+   M /rt/branches/3.6-RELEASE/html/Elements/PageLayout
+   M /rt/branches/3.6-RELEASE/html/Elements/QueryString
+   M /rt/branches/3.6-RELEASE/html/Elements/QueueSummary
+   M /rt/branches/3.6-RELEASE/html/Elements/QuickCreate
+   M /rt/branches/3.6-RELEASE/html/Elements/Quicksearch
+   M /rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.6-RELEASE/html/Elements/Refresh
+   M /rt/branches/3.6-RELEASE/html/Elements/RefreshHomepage
+   M /rt/branches/3.6-RELEASE/html/Elements/ScrubHTML
+   M /rt/branches/3.6-RELEASE/html/Elements/Section
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectAttachmentField
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectBoolean
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectCustomFieldValue
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectDate
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectDateRelation
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectDateType
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectEqualityOperator
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectGroups
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectLang
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectLinkType
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectMatch
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectNewTicketQueue
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectOwner
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectQueue
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectResultsPerPage
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectSortOrder
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectStatus
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectTicketSortBy
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectTicketTypes
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectTimeUnits
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectUsers
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectWatcherType
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFieldBinary
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFieldImage
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFieldWikitext
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowLink
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowLinks
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowMemberships
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+   M /rt/branches/3.6-RELEASE/html/Elements/SimpleSearch
+   M /rt/branches/3.6-RELEASE/html/Elements/Submit
+   M /rt/branches/3.6-RELEASE/html/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Elements/TicketList
+   M /rt/branches/3.6-RELEASE/html/Elements/TitleBox
+   M /rt/branches/3.6-RELEASE/html/Elements/TitleBoxEnd
+   M /rt/branches/3.6-RELEASE/html/Elements/TitleBoxStart
+   M /rt/branches/3.6-RELEASE/html/Elements/ValidateCustomFields
+   M /rt/branches/3.6-RELEASE/html/Helpers/CalPopup.html
+   M /rt/branches/3.6-RELEASE/html/NoAuth/Logout.html
+   M /rt/branches/3.6-RELEASE/html/NoAuth/Reminder.html
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/body.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/footer.css
+   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/header.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/login.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/main.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/misc.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/nav.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/quickbar.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/ticket.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/titlebox.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/transactions.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/approvals.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/body.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/footer.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/forms.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/header.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/login.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/logo.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/main.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/misc.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/nav.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/quickbar.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/ticket.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/transactions.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/autohandler
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/print.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/ahah.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/autohandler
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/cascaded.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/class.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/combobox.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/list.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/titlebox-state.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/util.js
+   M /rt/branches/3.6-RELEASE/html/Prefs/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+   M /rt/branches/3.6-RELEASE/html/Prefs/Quicksearch.html
+   M /rt/branches/3.6-RELEASE/html/Prefs/Search.html
+   M /rt/branches/3.6-RELEASE/html/Prefs/SearchOptions.html
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/queue/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/queue/ns
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/comment
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/links
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/merge
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/take
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/transaction/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/user/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/user/ns
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/autohandler
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/dhandler
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/logout
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/search/dhandler
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/search/ticket
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/comment
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/link
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/merge
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE/html/Search/Bulk.html
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+   M /rt/branches/3.6-RELEASE/html/Search/Edit.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/BuildFormatString
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditFormat
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditQuery
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/NewListActions
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/PickBasics
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/PickCFs
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/PickCriteria
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SearchPrivacy
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SearchesForObject
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectAndOr
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectChartType
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectGroup
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectGroupBy
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectLinks
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectPersonType
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectSearchObject
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectSearchesForObjects
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
+   M /rt/branches/3.6-RELEASE/html/Search/Results.rdf
+   M /rt/branches/3.6-RELEASE/html/Search/Results.tsv
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Attachment/dhandler
+   M /rt/branches/3.6-RELEASE/html/SelfService/Closed.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Create.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/CreateTicketInQueue.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/GotoTicket
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/Header
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/SelfService/Error.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Prefs.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Update.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/index.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Attachment/dhandler
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/AddWatchers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/BulkLinks
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditBasics
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditCustomField
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditDates
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditPeople
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditWatchers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/FindAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Reminders
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowBasics
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowCustomFields
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowDates
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowDependencies
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMessageHeaders
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMessageStanza
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowPeople
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTime
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowUserEntry
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Ticket/History.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyDates.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyLinks.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyPeople.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Reminders.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Update.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Tools/MyDay.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Offline.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/CreatedByDates.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/ResolvedByDates.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/ResolvedByOwner.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/index.html
+   M /rt/branches/3.6-RELEASE/html/Tools/index.html
+   M /rt/branches/3.6-RELEASE/html/User/Delegation.html
+   M /rt/branches/3.6-RELEASE/html/User/Elements/DelegateRights
+   M /rt/branches/3.6-RELEASE/html/User/Elements/GroupTabs
+   M /rt/branches/3.6-RELEASE/html/User/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/User/Groups/Members.html
+   M /rt/branches/3.6-RELEASE/html/User/Groups/Modify.html
+   M /rt/branches/3.6-RELEASE/html/User/Groups/index.html
+   M /rt/branches/3.6-RELEASE/html/User/Prefs.html
+   M /rt/branches/3.6-RELEASE/html/Widgets/ComboBox
+   M /rt/branches/3.6-RELEASE/html/Widgets/SavedSearch
+   M /rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
+   M /rt/branches/3.6-RELEASE/html/Widgets/TitleBox
+   M /rt/branches/3.6-RELEASE/html/Widgets/TitleBoxEnd
+   M /rt/branches/3.6-RELEASE/html/Widgets/TitleBoxStart
+   M /rt/branches/3.6-RELEASE/html/autohandler
+   M /rt/branches/3.6-RELEASE/html/index.html
+   M /rt/branches/3.6-RELEASE/html/l
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ACL.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ACL_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/Autoreply.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/Notify.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/NotifyAsComment.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/RecordComment.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/RecordCorrespondence.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/ResolveMembers.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SetPriority.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/UserDefined.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachment.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachments.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attribute.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attributes.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Base.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMember.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMembers.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/AnyTransaction.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/BeforeDue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/Overdue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/PriorityChange.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/PriorityExceeds.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/QueueChange.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/StatusChange.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/UserDefined.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CurrentUser.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValues.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValues_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFields.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Date.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/EmailParser.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Group.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/GroupMember.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/GroupMembers.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Group_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Groups.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Groups_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Handle.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/i_default.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/CLI.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email/Auth/GnuPG.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/REST.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Menu/Item.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Menu.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/QueryBuilder.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Standalone.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Link.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Link_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Links.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Links_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomField.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValues.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomField_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFields.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFields_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principals.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principals_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queues.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queues_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Reminders.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets/Entry.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearches.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrip.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripAction.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripActions.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripCondition.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripConditions.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrips.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/FromSQL.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/Googleish.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/SearchBuilder.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/System.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Template.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Templates.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Templates_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transactions.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/base.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/t.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/User.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Users.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+   M /rt/branches/3.6-RELEASE/sbin/extract-message-catalog
+   M /rt/branches/3.6-RELEASE/sbin/extract_pod_tests
+   M /rt/branches/3.6-RELEASE/sbin/factory
+   M /rt/branches/3.6-RELEASE/sbin/license_tag
+   M /rt/branches/3.6-RELEASE/sbin/regression_harness
+   M /rt/branches/3.6-RELEASE/sbin/rt-dump-database.in
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+ r56008@pinglin:  jesse | 2007-04-24 13:17:46 -0400
+ * license-tagger update
+
+------------------------------------------------------------------------
+r7669 | jesse | 2007-04-24 09:28:24 -0400 (Tue, 24 Apr 2007) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
+
+ r55983@pinglin:  jesse | 2007-04-24 09:24:25 -0400
+ The selected option of the "OrderBy"-selectbox cannot be saved in /rt/Prefs/SearchOptions.html if only one (of possibly 4) sort field is selected and other are set to none.
+ patch: <http://page.mi.fu-berlin.de/~pape/rt3/patches/rt/search_prefs_order_cannot_be_saved.patch>
+ -Dr. Dirk Pape
+
+------------------------------------------------------------------------
+r7560 | jesse | 2007-04-18 20:53:34 -0400 (Wed, 18 Apr 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+
+ r55725@241:  jesse | 2007-04-18 16:28:17 -0400
+ * We can't use encoding functions without using Encode
+
+------------------------------------------------------------------------
+r7559 | jesse | 2007-04-18 20:53:25 -0400 (Wed, 18 Apr 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Tools/MyDay.html
+
+ r55724@241:  jesse | 2007-04-18 16:28:00 -0400
+ * Made MyDay.html actually work. Based in spirit on a patch from Chris Hobbs 
+
+------------------------------------------------------------------------
+r7558 | jesse | 2007-04-18 20:52:37 -0400 (Wed, 18 Apr 2007) | 8 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+
+ r55723@241:  jesse | 2007-04-18 15:54:59 -0400
+ RT-Ticket: 8160
+ RT-Status: resolved
+ RT-Update: correspond
+ * Applied patch from jedik to enable UTF8 Passwords
+
+------------------------------------------------------------------------
+r7557 | jesse | 2007-04-18 20:52:25 -0400 (Wed, 18 Apr 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/history
+
+ r55722@241:  jesse | 2007-04-18 15:52:43 -0400
+ * Patch from Philip Kime at Shopzilla to prevent accidental display of transactions from the wrong ticket when you explicitly specify a ticket id and a transaction id.
+
+------------------------------------------------------------------------
+r7556 | jesse | 2007-04-18 20:52:14 -0400 (Wed, 18 Apr 2007) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   A /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/transaction
+   A /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/transaction/default
+
+ r55721@241:  jesse | 2007-04-18 15:47:20 -0400
+ Patch from Philip Kime to allow transactions to be displayed by range
+
+------------------------------------------------------------------------
+r7555 | jesse | 2007-04-18 20:51:20 -0400 (Wed, 18 Apr 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+ r55720@241:  jesse | 2007-04-18 15:37:35 -0400
+ * Attaching files could sometimes eat the messages in ticket replies. 
+   Patch from Harry.Bochner@biogenidec.com
+
+------------------------------------------------------------------------
+r7547 | falcone | 2007-04-18 17:10:45 -0400 (Wed, 18 Apr 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/link
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+ r18127@ketch:  falcone | 2007-04-18 17:08:59 -0400
+ * make bin/rt link work and fix the associated tests
+
+------------------------------------------------------------------------
+r7546 | falcone | 2007-04-18 17:10:18 -0400 (Wed, 18 Apr 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/02basic_web.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/23-web_attachments.t
+
+ r18126@ketch:  falcone | 2007-04-18 15:40:09 -0400
+ * WWW::Mechanize 1.22 removed the form() method
+   02basic_web and 21query_builder have different problems with 1.22
+
+------------------------------------------------------------------------
+r7472 | jesse | 2007-04-05 21:23:33 -0400 (Thu, 05 Apr 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+
+ r54515@dhcp207:  jesse | 2007-04-06 10:22:47 +0900
+ * Typo in a debug message. Thanks to philip kime
+
+------------------------------------------------------------------------
+r7341 | jesse | 2007-03-26 03:26:10 -0400 (Mon, 26 Mar 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r54212@pinglin:  jesse | 2007-03-26 00:24:20 -0700
+ * Allow merging resolved tickets
+
+------------------------------------------------------------------------
+r7314 | jesse | 2007-03-21 23:18:19 -0400 (Wed, 21 Mar 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+
+ r53781@pinglin:  jesse | 2007-03-21 23:17:52 -0400
+ * Mismerge
+
+------------------------------------------------------------------------
+r7313 | jesse | 2007-03-21 23:16:05 -0400 (Wed, 21 Mar 2007) | 8 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+ r53777@pinglin:  jesse | 2007-03-21 23:15:06 -0400
+ RT-Ticket: 8256
+ RT-Status: resolved
+ RT-Update: correspond
+ * New API from pere@hungry.com to Avoid mail loop when using RT-Extension-CommandByMail
+
+------------------------------------------------------------------------
+r7312 | jesse | 2007-03-21 23:15:38 -0400 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+
+
+------------------------------------------------------------------------
+r7310 | ruz | 2007-03-21 14:08:00 -0400 (Wed, 21 Mar 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+
+* revert not intentional commit
+------------------------------------------------------------------------
+r7309 | jesse | 2007-03-21 13:27:10 -0400 (Wed, 21 Mar 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/da.po
+
+ r53758@pinglin:  jesse | 2007-03-21 11:16:26 -0400
+ * Danish PO nits.
+
+------------------------------------------------------------------------
+r7308 | falcone | 2007-03-20 17:49:03 -0400 (Tue, 20 Mar 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+
+ r17520@ketch:  falcone | 2007-03-20 17:47:46 -0400
+ * if you set $RT::WebSessionClass, %backends will be empty and the
+   tie will fail.  This lets you use Apache::Session::Oracle
+
+------------------------------------------------------------------------
+r7307 | jesse | 2007-03-20 13:19:25 -0400 (Tue, 20 Mar 2007) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/da.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/sv.po
+
+ r53731@pinglin:  jesse | 2007-03-20 13:18:35 -0400
+ * New Swedish translation and updated Danish translation contributed by
+   Brian Kjelin Olsen on behalf of Schilling A/S
+
+------------------------------------------------------------------------
+r7264 | jesse | 2007-03-19 01:23:48 -0400 (Mon, 19 Mar 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectGroups
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectUsers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditPeople
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditWatchers
+
+ r53625@pinglin:  jesse | 2007-03-19 01:21:53 -0400
+ * XHTML cleanup from Dirk Pape
+
+------------------------------------------------------------------------
+r7254 | jesse | 2007-03-15 18:52:21 -0400 (Thu, 15 Mar 2007) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+
+ r53492@124:  jesse | 2007-03-15 18:52:01 -0400
+ * RT now complains when you try to start the application server with
+   either too-old a perl or a broken version of Scalar::Util.
+  
+
+------------------------------------------------------------------------
+r7253 | jesse | 2007-03-15 17:24:46 -0400 (Thu, 15 Mar 2007) | 8 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r53457@124:  jesse | 2007-03-15 17:18:44 -0400
+ RT-Ticket: 8186
+ RT-Status: resolved
+ RT-Update: correspond
+ * Patch for a possible race condition in the "SetOwner" routine that could be triggered when two users tried to take a ticket at the same time. Thanks to Todd Chapman!
+
+------------------------------------------------------------------------
+r7251 | jesse | 2007-03-14 14:23:59 -0400 (Wed, 14 Mar 2007) | 11 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+ r53425@pinglin:  jesse | 2007-03-14 13:40:45 -0400
+ RT-Ticket:  8252
+ RT-Status: resolved
+ RT-Update: correspond
+ * Include subject of bounced messages when mailing the RT owner about a mail error <pere@hungry.com>
+
+------------------------------------------------------------------------
+r7250 | jesse | 2007-03-14 14:23:00 -0400 (Wed, 14 Mar 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+ r48450@pinglin:  jesse | 2007-02-21 13:56:09 -0500
+ * Move RT's detection of incoming mail that may be a loop or autogenerated to better catch such cases before certain "Permission denied" messages are generated.
+
+------------------------------------------------------------------------
+r7051 | ruz | 2007-02-22 18:37:12 -0500 (Thu, 22 Feb 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
+
+* use local during filling the T:: namespace for a template processing,
+  otherwise we have a global reference to a ticket and destruction is
+  delayed which hurts TransactionBatch stage
+------------------------------------------------------------------------
+r7046 | falcone | 2007-02-21 14:47:16 -0500 (Wed, 21 Feb 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+ r16829@ketch:  falcone | 2007-02-21 14:46:40 -0500
+ * 1.10 has been bumped to 2.02 because of version and packaging problems
+
+------------------------------------------------------------------------
+r7043 | ruz | 2007-02-21 12:31:37 -0500 (Wed, 21 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/QueueSummary
+
+* fix problems in Quicksearch when queue name has the ampersand char
+------------------------------------------------------------------------
+r7040 | ruz | 2007-02-20 20:30:13 -0500 (Tue, 20 Feb 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+
+* fix a bug with saved searches on rt at glance when summary rows preference
+  and rows per page of the search are different values
+* run callback a little bit earlier
+------------------------------------------------------------------------
+r7039 | ruz | 2007-02-20 19:58:29 -0500 (Tue, 20 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
+
+* backport 'RT at glance with one column' feature from 3.7
+------------------------------------------------------------------------
+r7031 | ruz | 2007-02-19 03:48:57 -0500 (Mon, 19 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+
+* better error propagation, thanks to Pholip Kime.
+------------------------------------------------------------------------
+r7028 | ruz | 2007-02-18 20:57:48 -0500 (Sun, 18 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+* fix errors propagation. Thanks to Philip Kime.
+------------------------------------------------------------------------
+r7027 | ruz | 2007-02-18 20:47:24 -0500 (Sun, 18 Feb 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+* resolve a clobbered regex-match $1 by stashing the principal ID in a
+  temporary variable. Thanks to Richard Harman.
+* type was set incorrect in a case of multiple parameters
+------------------------------------------------------------------------
+r7023 | jesse | 2007-02-18 16:35:45 -0500 (Sun, 18 Feb 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   A /rt/branches/3.6-RELEASE/lib/RT/I18N/sv.po
+
+ r48373@237:  jesse | 2007-02-18 13:36:32 -0600
+ * Swedish translation from Brian Kjelin Olsen and Schilling A/S
+
+------------------------------------------------------------------------
+r7019 | ruz | 2007-02-15 14:01:12 -0500 (Thu, 15 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
+
+* use a local array of attachments we have instead of $Transaction->Attachments call
+------------------------------------------------------------------------
+r7018 | ruz | 2007-02-15 12:00:52 -0500 (Thu, 15 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap
+
+* add forgoten ; after anon subs
+------------------------------------------------------------------------
+r7009 | ruz | 2007-02-14 16:03:14 -0500 (Wed, 14 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap
+
+* get rid of the latest named functions in our comps
+------------------------------------------------------------------------
+r7008 | ruz | 2007-02-14 13:39:59 -0500 (Wed, 14 Feb 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+* run callback before redirect as people are using it for updates
+  when redirect hides all arguments we had
+------------------------------------------------------------------------
+r7007 | falcone | 2007-02-14 13:09:29 -0500 (Wed, 14 Feb 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+ r16747@ketch:  falcone | 2007-02-14 13:07:58 -0500
+ * bump version requirement since we've fixed a bunch of bugs since 1.3
+
+------------------------------------------------------------------------
+r6999 | ruz | 2007-02-13 14:37:01 -0500 (Tue, 13 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+
+* fix all failing tests for searches by watchers
+------------------------------------------------------------------------
+r6998 | ruz | 2007-02-13 12:03:06 -0500 (Tue, 13 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t
+
+* improve tests for lookups by watchers
+------------------------------------------------------------------------
+r6981 | ruz | 2007-02-09 23:52:57 -0500 (Fri, 09 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+* oops, we use ISA later
+------------------------------------------------------------------------
+r6966 | ruz | 2007-02-07 22:45:12 -0500 (Wed, 07 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Attributes_Overlay.pm
+
+* typo
+------------------------------------------------------------------------
+r6965 | ruz | 2007-02-07 20:45:29 -0500 (Wed, 07 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+* we depend on perl 5.8 so we don't need Encode::compat at all
+------------------------------------------------------------------------
+r6964 | ruz | 2007-02-07 20:20:57 -0500 (Wed, 07 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* we don't depend on MLDBM anymore and I don't recall we did.
+------------------------------------------------------------------------
+r6948 | ruz | 2007-02-06 18:27:46 -0500 (Tue, 06 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* backport from 3.7: convert 'sub _' to 'sub text_to_hash'
+------------------------------------------------------------------------
+r6947 | ruz | 2007-02-06 17:41:59 -0500 (Tue, 06 Feb 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* delete we don't use from dependencies, I've checked that Mason 1.23 depends
+  on this modules and versions it requires are equal or greater than we had
+  
+------------------------------------------------------------------------
+r6920 | kevinr | 2007-02-04 19:09:35 -0500 (Sun, 04 Feb 2007) | 9 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
+
+ r18330@sad-girl-in-snow:  kevinr | 2007-02-04 19:08:22 -0500
+ RT-Ticket: 8169
+ RT-Status: open
+ RT-Update: comment
+ Added a missing </div> to the Simple Search page.  Thanks to Arran Cudbard-Bell
+ for the catch.
+
+------------------------------------------------------------------------
+r6919 | ruz | 2007-02-03 17:30:24 -0500 (Sat, 03 Feb 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+* don't push transactions into batch unless CommitScrips is true,
+  this fixes a bug: users click Reply button and we fire a correspond
+  scrip that is in the batch stage
+------------------------------------------------------------------------
+r6881 | ruz | 2007-02-01 22:43:12 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* make defaults actually defaults
+------------------------------------------------------------------------
+r6880 | ruz | 2007-02-01 22:28:09 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* actually skip sections user didn't request
+------------------------------------------------------------------------
+r6879 | ruz | 2007-02-01 22:11:18 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* we don't use FreezeThaw module for a long time
+------------------------------------------------------------------------
+r6878 | ruz | 2007-02-01 22:07:26 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* update mailgate's deps
+------------------------------------------------------------------------
+r6877 | ruz | 2007-02-01 22:04:49 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* update CLI deps
+------------------------------------------------------------------------
+r6876 | ruz | 2007-02-01 22:00:20 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/configure.ac
+
+* add --with-standalone option to configure script
+------------------------------------------------------------------------
+r6875 | ruz | 2007-02-01 21:59:03 -0500 (Thu, 01 Feb 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* add --with-standalone option
+* as well fill defaults for dev mode and standalone within a configure script
+------------------------------------------------------------------------
+r6874 | ruz | 2007-02-01 21:57:03 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* Regexp::Common is required by core(QB/TicketSQL)
+------------------------------------------------------------------------
+r6873 | ruz | 2007-02-01 21:55:59 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* we don't use this module
+------------------------------------------------------------------------
+r6872 | ruz | 2007-02-01 21:55:19 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* Term::ReadKey is used in CLI only
+------------------------------------------------------------------------
+r6871 | ruz | 2007-02-01 21:54:28 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* Test::Inline is only dev dependancy
+------------------------------------------------------------------------
+r6870 | ruz | 2007-02-01 21:51:36 -0500 (Thu, 01 Feb 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* typo
+------------------------------------------------------------------------
+r6869 | kevinr | 2007-02-01 19:36:56 -0500 (Thu, 01 Feb 2007) | 7 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
+
+ r18262@sad-girl-in-snow:  kevinr | 2007-02-01 19:34:35 -0500
+ RT-Ticket: 8159
+ RT-Status: resolved
+ RT-Update: respond
+ Use Watcher instead for better performance.  Thanks to Dirk Pape for the catch.
+
+------------------------------------------------------------------------
+r6868 | kevinr | 2007-02-01 19:35:48 -0500 (Thu, 01 Feb 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
+
+ r18261@sad-girl-in-snow:  kevinr | 2007-02-01 19:29:44 -0500
+ * Put the search navigation in the right submenu.  Thanks to Dirk Pape 
+   for the patch.
+
+------------------------------------------------------------------------
+r6813 | ruz | 2007-01-26 10:35:53 -0500 (Fri, 26 Jan 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t
+
+* add test that fails due to bug in searches by watcher
+------------------------------------------------------------------------
+r6812 | ruz | 2007-01-26 10:34:57 -0500 (Fri, 26 Jan 2007) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+* if we have subject line regexp then we should use it during mail sending.
+  This will allow us to send email with any token we want that matches the
+  regexp, by defining it in a template. So now it's possible to use:
+
+  Subject: [not-rtname-token-that-match-re #{ $Ticket->id }] ...
+
+------------------------------------------------------------------------
+r6811 | jesse | 2007-01-26 07:21:23 -0500 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r21377@hualien:  jesse | 2007-01-26 20:20:50 +0800
+ * Switch web-form based email attachments to in-core storage for better persistence across http hits
+
+------------------------------------------------------------------------
+r6809 | jesse | 2007-01-26 04:15:02 -0500 (Fri, 26 Jan 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_txn.t
+
+ r21344@hualien:  jesse | 2007-01-26 17:14:09 +0800
+ *  Test script 22: search tix by txn had no plan and failed in asian timezones due to a startup precedence bug
+
+------------------------------------------------------------------------
+r6795 | clkao | 2007-01-23 10:42:03 -0500 (Tue, 23 Jan 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm
+
+Fix a bug in CustomField->Create where assigned Queue is not properly
+associated with the newly created CF.  This was previously not exposed
+because rt-setup-database is always supplying queue id to this method.
+
+------------------------------------------------------------------------
+r6794 | ruz | 2007-01-23 05:48:07 -0500 (Tue, 23 Jan 2007) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
+
+SelfService/Elements/MyRequests
+* backport refactoring from 3.7
+------------------------------------------------------------------------
+r6789 | ruz | 2007-01-20 23:50:29 -0500 (Sat, 20 Jan 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+* that was wrong idea to run next mail plugins for some action
+  if the current plugin said that everything was done (returned
+  status -2).
+------------------------------------------------------------------------
+r6788 | ruz | 2007-01-20 22:11:00 -0500 (Sat, 20 Jan 2007) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
+
+* add warnings
+------------------------------------------------------------------------
+r6783 | jesse | 2007-01-19 14:33:56 -0500 (Fri, 19 Jan 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+
+ r21119@hualien:  root | 2007-01-19 14:31:43 -0500
+ * Updates to search unlimited issue from todd chapman
+
+------------------------------------------------------------------------
+r6782 | jesse | 2007-01-19 14:16:40 -0500 (Fri, 19 Jan 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
+
+ r21117@hualien:  jesse | 2007-01-19 14:16:22 -0500
+  * Todd chapman pointed out a typo
+
+------------------------------------------------------------------------
+r6781 | jesse | 2007-01-19 14:05:37 -0500 (Fri, 19 Jan 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
+
+ r21115@hualien:  jesse | 2007-01-19 14:04:50 -0500
+ * A fix for "unlimited rows" searches from James Bunch
+
+------------------------------------------------------------------------
+r6729 | jesse | 2007-01-10 01:53:50 -0500 (Wed, 10 Jan 2007) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r46883@pinglin:  jesse | 2007-01-10 01:53:34 -0500
+  * If the user submits two "add watcher" records with the same http arg name, treat them as separate.
+
+------------------------------------------------------------------------
+r6712 | jesse | 2007-01-08 15:55:52 -0500 (Mon, 08 Jan 2007) | 7 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/autohandler
+
+ r46859@pinglin:  jesse | 2007-01-08 15:55:35 -0500
+ The autohandler should *redirect* unprivileged users from                                                               
+ Ticket/Display.html to the Self-Service interface. Current code displays                                                
+ SS page under non-SS URL, which causes the "Reply" links to go to                                                       
+ Ticket/Update.html, which in turn displays the SS home page.                                                            
+ -David Chandek-Stark <david.chandek.stark@duke.edu>
+
+------------------------------------------------------------------------
+r6703 | jesse | 2007-01-02 22:30:46 -0500 (Tue, 02 Jan 2007) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
+
+ r46723@pinglin:  jesse | 2007-01-02 22:30:09 -0500
+ * Forward port the fix from 3.4 that lets users create tickets with custom field values in SelfService
+
+------------------------------------------------------------------------
+r6691 | ruz | 2006-12-23 21:19:47 -0500 (Sat, 23 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
+
+* adjust error message so it's clear that we report an user's id
+------------------------------------------------------------------------
+r6690 | ruz | 2006-12-22 19:23:37 -0500 (Fri, 22 Dec 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+* Copy rediect feature from Ticket/Display to SelfService/Display
+  Thanks to doogles and Todd.
+------------------------------------------------------------------------
+r6689 | ruz | 2006-12-22 19:05:47 -0500 (Fri, 22 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/QueueSummary
+
+* get rid of 1 query per queue in html/Elements/QueueSummary component
+------------------------------------------------------------------------
+r6687 | ruz | 2006-12-21 13:32:54 -0500 (Thu, 21 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+* bump version, 3.6.3
+------------------------------------------------------------------------
+r6683 | ruz | 2006-12-20 23:10:24 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
+
+* de.po update
+------------------------------------------------------------------------
+r6681 | ruz | 2006-12-20 17:00:19 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+* bum version, 3.6.3rc4
+------------------------------------------------------------------------
+r6680 | ruz | 2006-12-20 16:57:52 -0500 (Wed, 20 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/da.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/en.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/es.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fi.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/he.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/hu.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/id.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/it.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/nl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/no.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ru.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_tw.po
+
+I18N
+* regenerate *.po files
+* several messages gone, several new
+------------------------------------------------------------------------
+r6679 | ruz | 2006-12-20 16:46:49 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/bin/rt-crontool.in
+
+* fix a typo
+------------------------------------------------------------------------
+r6678 | ruz | 2006-12-20 16:40:14 -0500 (Wed, 20 Dec 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/da.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fi.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/he.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/hu.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/id.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/it.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/nl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_tw.po
+
+I18N
+* drop newlines in messages
+* get rid of some errors
+** msgfmt --statistics ... is now almost happy
+------------------------------------------------------------------------
+r6677 | ruz | 2006-12-20 16:37:35 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
+
+* remove newlines from text that should be localized, we couldn't track this well :(
+------------------------------------------------------------------------
+r6676 | ruz | 2006-12-20 16:06:39 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/da.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/es.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fi.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/he.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/hu.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/id.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/it.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/nl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_tw.po
+
+* delete crap from *.po files
+------------------------------------------------------------------------
+r6675 | ruz | 2006-12-20 15:33:33 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/da.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/en.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/es.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/he.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/hu.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/it.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/nl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/no.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_tw.po
+
+* use 'UTF-8' as it's standard name
+------------------------------------------------------------------------
+r6674 | ruz | 2006-12-20 15:30:38 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/da.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/en.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/es.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fi.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/he.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/hu.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/id.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/it.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/nl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/no.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ru.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/zh_tw.po
+
+* lists.bestpractical.com is prefered
+------------------------------------------------------------------------
+r6673 | ruz | 2006-12-20 15:27:15 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.po
+
+* fix issues in cs.po
+------------------------------------------------------------------------
+r6672 | ruz | 2006-12-20 15:20:02 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/no.po
+
+* no.po fixes, thanks to Petter Reinholdtsen
+------------------------------------------------------------------------
+r6670 | ruz | 2006-12-20 14:28:50 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+* bump version, 3.6.3rc3
+------------------------------------------------------------------------
+r6669 | ruz | 2006-12-20 13:59:40 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+* don't write an email record txn if there were no recipients
+------------------------------------------------------------------------
+r6668 | ruz | 2006-12-20 13:03:52 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
+
+* fix de.po
+------------------------------------------------------------------------
+r6667 | ruz | 2006-12-20 12:47:16 -0500 (Wed, 20 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+
+* load module before using
+------------------------------------------------------------------------
+r6660 | ruz | 2006-12-19 17:28:14 -0500 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ru.po
+
+* update russian translation. Thanks to Andrew.
+------------------------------------------------------------------------
+r6658 | jesse | 2006-12-19 16:33:18 -0500 (Tue, 19 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r46287@pinglin:  jesse | 2006-12-19 16:32:47 -0500
+  * rc2
+
+------------------------------------------------------------------------
+r6657 | ruz | 2006-12-19 16:22:29 -0500 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+
+* add %Override option to html/Elements/ShowSearch
+* html/Elements/MyRT should limit results according to user's preferences
+------------------------------------------------------------------------
+r6655 | jesse | 2006-12-19 15:28:16 -0500 (Tue, 19 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r46282@pinglin:  jesse | 2006-12-19 15:24:48 -0500
+ * RT 3.6.3rc1
+
+------------------------------------------------------------------------
+r6654 | ruz | 2006-12-19 15:12:17 -0500 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/TicketList
+
+* workaround problems with Page = '' or undef
+------------------------------------------------------------------------
+r6653 | ruz | 2006-12-19 14:59:18 -0500 (Tue, 19 Dec 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
+
+* always select(mark an option as selected) ASC or DESC value
+* drop aninit warn
+------------------------------------------------------------------------
+r6652 | ruz | 2006-12-19 14:49:02 -0500 (Tue, 19 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectResultsPerPage
+
+* if %ARGS has a key but value is undefefined then default values
+  in the <%ARGS> section are ignored, but we want 50 rows per page
+  by default
+------------------------------------------------------------------------
+r6651 | ruz | 2006-12-19 14:40:03 -0500 (Tue, 19 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+
+* fix issue with saved searches on home page after upgrade from previouse version of RT
+------------------------------------------------------------------------
+r6650 | jesse | 2006-12-19 12:24:06 -0500 (Tue, 19 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/index.html
+
+ r46270@pinglin:  jesse | 2006-12-19 12:23:55 -0500
+ * The clickable link to manage "RT at a glance" had the wrong path. Thanks to John Arends
+
+------------------------------------------------------------------------
+r6648 | jesse | 2006-12-18 17:32:04 -0500 (Mon, 18 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r46246@pinglin:  jesse | 2006-12-18 17:28:32 -0500
+ * 3.6.2 final release
+
+------------------------------------------------------------------------
+r6647 | jesse | 2006-12-18 17:29:40 -0500 (Mon, 18 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+
+ r46168@pinglin:  jesse | 2006-12-14 23:38:55 -0500
+ * Beter quoting on indexes for oracle schema. Should make 9i happier
+
+------------------------------------------------------------------------
+r6646 | falcone | 2006-12-18 16:14:12 -0500 (Mon, 18 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+ r15224@ketch:  falcone | 2006-12-18 16:13:31 -0500
+ * use a proper path to the bplogo.gif file
+
+------------------------------------------------------------------------
+r6633 | falcone | 2006-12-15 10:44:27 -0500 (Fri, 15 Dec 2006) | 6 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/Forms/ticket/attachments
+   A /rt/branches/3.6-RELEASE/lib/t/data/lorem-ipsum
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+ r15177@ketch:  falcone | 2006-12-15 10:43:44 -0500
+ * make the command line client remove the trailing newline if we're given non-text content
+ * if we're returning just a non-text attachment from REST, set the ContentType
+ * un-TODO tests of adding attachments through the command line interface
+ * lorem-ipsum simple test attachment text
+
+------------------------------------------------------------------------
+r6632 | jesse | 2006-12-14 23:39:19 -0500 (Thu, 14 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/schema.Oracle
+
+ r46168@dhcp64-134-35-110:  jesse | 2006-12-14 20:38:55 -0800
+ * Beter quoting on indexes for oracle schema. Should make 9i happier
+
+------------------------------------------------------------------------
+r6618 | jesse | 2006-12-11 11:30:29 -0500 (Mon, 11 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r46101@245:  jesse | 2006-12-11 11:30:08 -0500
+ * rc5
+
+------------------------------------------------------------------------
+r6595 | clkao | 2006-12-07 20:51:31 -0500 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/MyRT.html
+
+Carry current user id in the reset form for Admin/Users/MyRT.html.
+------------------------------------------------------------------------
+r6594 | clkao | 2006-12-07 20:28:29 -0500 (Thu, 07 Dec 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/aclocal.m4
+
+Merge r6433 from 3.7 branch.  This fixes inplace docroot problem.
+------------------------------------------------------------------------
+r6592 | jesse | 2006-12-06 15:39:13 -0500 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r45881@pinglin:  jesse | 2006-12-06 15:38:58 -0500
+  * rc4
+
+------------------------------------------------------------------------
+r6591 | jesse | 2006-12-06 14:18:48 -0500 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+
+ r45870@114:  jesse | 2006-12-06 14:17:20 -0500
+ * Let users add non-predefined searches saved by the superuser to RT::System's saved searches to their homepages
+
+------------------------------------------------------------------------
+r6590 | jesse | 2006-12-06 14:18:35 -0500 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html
+
+ r45869@114:  jesse | 2006-12-06 14:16:40 -0500
+ * Allow admins to set custom field values on user create.
+
+------------------------------------------------------------------------
+r6589 | jesse | 2006-12-06 14:17:52 -0500 (Wed, 06 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
+
+ r45868@114:  jesse | 2006-12-06 13:29:38 -0500
+ * perltidy
+
+------------------------------------------------------------------------
+r6588 | jesse | 2006-12-06 14:17:36 -0500 (Wed, 06 Dec 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectBoolean
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
+
+ r45867@114:  jesse | 2006-12-06 13:29:07 -0500
+ * Warning avoidance
+
+------------------------------------------------------------------------
+r6582 | jesse | 2006-12-04 13:20:08 -0500 (Mon, 04 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r45802@pinglin:  jesse | 2006-12-04 13:19:38 -0500
+ * rc3
+
+------------------------------------------------------------------------
+r6581 | jesse | 2006-12-01 14:45:53 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/index.html
+
+ r45701@pinglin:  jesse | 2006-12-01 14:45:41 -0500
+ * Added a listing for "MyRT" to the actual displayed global list
+
+------------------------------------------------------------------------
+r6580 | jesse | 2006-12-01 14:19:52 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/00-mason-syntax.t
+
+ r45699@pinglin:  jesse | 2006-12-01 14:12:46 -0500
+ * skip backup and .rej files when testing mason syntax
+
+------------------------------------------------------------------------
+r6579 | jesse | 2006-12-01 14:01:52 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/User/Prefs.html
+
+ r45679@pinglin:  jesse | 2006-12-01 13:53:39 -0500
+ * Added a new "end of form" callback to user preferences
+
+------------------------------------------------------------------------
+r6578 | jesse | 2006-12-01 14:00:39 -0500 (Fri, 01 Dec 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+ r45543@pinglin (orig r6545):  jesse | 2006-11-28 18:34:51 -0500
+  r45542@64:  jesse | 2006-11-28 18:34:07 -0500
+   * Refactoring to add a method to just _send_ a MIME::Entity as email
+
+------------------------------------------------------------------------
+r6577 | jesse | 2006-12-01 14:00:23 -0500 (Fri, 01 Dec 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r45540@pinglin (orig r6544):  jesse | 2006-11-28 17:16:13 -0500
+  r45539@pinglin:  jesse | 2006-11-28 17:15:57 -0500
+  * Refactor the recording of outgoing messages so we can massage the one we send but not the one we record
+
+------------------------------------------------------------------------
+r6576 | jesse | 2006-12-01 13:59:58 -0500 (Fri, 01 Dec 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+   M /rt/branches/3.6-RELEASE/html/Widgets/SavedSearch
+
+ r45536@pinglin (orig r6543):  jesse | 2006-11-28 15:30:14 -0500
+  r45535@pinglin:  jesse | 2006-11-28 15:29:55 -0500
+   * Allow a title on the saved searches dropdown
+
+------------------------------------------------------------------------
+r6575 | jesse | 2006-12-01 13:59:26 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+
+ r45534@pinglin (orig r6542):  clkao | 2006-11-28 10:56:23 -0500
+ Enable object custom field by default from rt-setup-database.
+
+------------------------------------------------------------------------
+r6574 | jesse | 2006-12-01 13:59:10 -0500 (Fri, 01 Dec 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+
+ r45533@pinglin (orig r6541):  clkao | 2006-11-28 08:38:46 -0500
+ Allow initdb to insert non-queue custom fields.  The logic for
+ looking up queue is in CustomField->Create already.
+
+------------------------------------------------------------------------
+r6573 | jesse | 2006-12-01 13:58:44 -0500 (Fri, 01 Dec 2006) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
+
+ r45314@pinglin (orig r6511):  clkao | 2006-11-23 06:28:14 -0500
+ Save searches in SaveSearch, not "Search - ..." for RT::System.
+ Note that users must have ShowSavedSearch for the things they have
+ on portlet to work.
+
+------------------------------------------------------------------------
+r6572 | jesse | 2006-12-01 13:58:09 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Widgets/SavedSearch
+
+ r45312@pinglin (orig r6509):  clkao | 2006-11-23 05:45:58 -0500
+ remove extra button
+
+------------------------------------------------------------------------
+r6571 | jesse | 2006-12-01 13:57:54 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+   A /rt/branches/3.6-RELEASE/html/Widgets/SavedSearch
+
+ r45311@pinglin (orig r6508):  clkao | 2006-11-23 05:24:36 -0500
+ Support load and save for charts, in a separate widget SavedSearch.
+
+------------------------------------------------------------------------
+r6570 | jesse | 2006-12-01 13:57:27 -0500 (Fri, 01 Dec 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+
+ r45310@pinglin (orig r6507):  clkao | 2006-11-23 03:50:33 -0500
+ Cluster the processing of saved search related management together.
+
+------------------------------------------------------------------------
+r6569 | jesse | 2006-12-01 13:56:55 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectSearchesForObjects
+
+ r45294@pinglin (orig r6504):  clkao | 2006-11-22 14:23:23 -0500
+ simple saved chart ui.
+
+------------------------------------------------------------------------
+r6568 | jesse | 2006-12-01 13:56:25 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/UserTabs
+   A /rt/branches/3.6-RELEASE/html/Admin/Users/MyRT.html
+
+ r45293@pinglin (orig r6503):  clkao | 2006-11-22 12:39:59 -0500
+ Allow editing myrt prefs for individual user.
+
+------------------------------------------------------------------------
+r6567 | jesse | 2006-12-01 13:56:07 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+
+ r45292@pinglin (orig r6502):  clkao | 2006-11-22 09:18:33 -0500
+ Fix missing >
+
+------------------------------------------------------------------------
+r6566 | jesse | 2006-12-01 13:55:27 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+
+ r45290@pinglin (orig r6500):  clkao | 2006-11-22 07:27:01 -0500
+ Use RT::SavedSearch for Chart saving as well.
+
+------------------------------------------------------------------------
+r6565 | jesse | 2006-12-01 13:55:01 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
+
+ r45289@pinglin (orig r6499):  clkao | 2006-11-22 07:21:00 -0500
+ Refactor Search/Build.html to save searches using RT::SavedSearch.
+
+------------------------------------------------------------------------
+r6564 | jesse | 2006-12-01 13:54:28 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+
+ r45288@pinglin (orig r6498):  clkao | 2006-11-22 06:57:24 -0500
+ Must save searches on RT::System with 'Search - ' convention.
+
+------------------------------------------------------------------------
+r6563 | jesse | 2006-12-01 13:54:14 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+
+ r45287@pinglin (orig r6497):  clkao | 2006-11-22 06:33:42 -0500
+ Allow resetting myrt.
+
+------------------------------------------------------------------------
+r6562 | jesse | 2006-12-01 13:53:42 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SystemTabs
+   A /rt/branches/3.6-RELEASE/html/Admin/Global/MyRT.html
+
+ r45286@pinglin (orig r6496):  clkao | 2006-11-22 06:17:20 -0500
+ Global/Admin/MyRT.html for configure global myrt.
+
+------------------------------------------------------------------------
+r6561 | jesse | 2006-12-01 13:53:07 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   A /rt/branches/3.6-RELEASE/html/Admin/Elements/ConfigureMyRT
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+
+ r45285@pinglin (orig r6495):  clkao | 2006-11-22 06:04:43 -0500
+ Refactor MyRT configuration to an element.
+
+------------------------------------------------------------------------
+r6560 | jesse | 2006-12-01 13:52:28 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+
+ r45284@pinglin (orig r6494):  clkao | 2006-11-22 05:28:14 -0500
+ Display search type as part of the portlet name in MyRT prefs.
+
+------------------------------------------------------------------------
+r6559 | jesse | 2006-12-01 13:51:59 -0500 (Fri, 01 Dec 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r45283@pinglin (orig r6493):  clkao | 2006-11-22 04:56:50 -0500
+ Fix chart saved in rt::system for selection in MyRT preferences.
+
+------------------------------------------------------------------------
+r6558 | jesse | 2006-12-01 13:51:45 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
+
+ r45282@pinglin (orig r6492):  clkao | 2006-11-22 04:44:13 -0500
+ Move load_container_object into RT::SavedSearch.
+
+------------------------------------------------------------------------
+r6557 | jesse | 2006-12-01 13:51:26 -0500 (Fri, 01 Dec 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearches.pm
+
+ r45281@pinglin (orig r6491):  clkao | 2006-11-22 04:38:43 -0500
+ RT::SavedSearches::_GetObject is the same as RT::SavedSearch::_GetObject,
+ apart from error messages.
+
+------------------------------------------------------------------------
+r6556 | jesse | 2006-12-01 13:51:12 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearches.pm
+
+ r45280@pinglin (orig r6490):  clkao | 2006-11-22 03:57:46 -0500
+ refactor the code for loading saved search privacies to RT::SavedSearches.
+
+------------------------------------------------------------------------
+r6555 | jesse | 2006-12-01 13:50:35 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+
+ r45278@pinglin (orig r6488):  clkao | 2006-11-22 03:08:27 -0500
+ Don't show edit link when there's no customize url
+
+------------------------------------------------------------------------
+r6554 | jesse | 2006-12-01 13:49:56 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+
+ r45277@pinglin (orig r6487):  clkao | 2006-11-22 03:00:53 -0500
+ portlet link should respect searchtype.
+
+------------------------------------------------------------------------
+r6553 | jesse | 2006-12-01 13:49:44 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+
+ r45276@pinglin (orig r6486):  clkao | 2006-11-22 02:22:33 -0500
+ Make the style of chart in myrt consistent.
+
+------------------------------------------------------------------------
+r6552 | jesse | 2006-12-01 13:49:08 -0500 (Fri, 01 Dec 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+
+ r45274@pinglin (orig r6484):  clkao | 2006-11-21 15:20:33 -0500
+ No we don't really want to abort.
+
+------------------------------------------------------------------------
+r6551 | jesse | 2006-12-01 13:48:55 -0500 (Fri, 01 Dec 2006) | 11 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+
+ r45273@pinglin (orig r6483):  clkao | 2006-11-21 14:31:42 -0500
+ First cut of savable chart.
+ * Search/Chart.html: build form for saving current chart into
+   saved search, with type "Chart".  This makes the saved search
+   shows up in MyRT prefs.
+ * Elements/ShowSearch: when showing a saved search that is not
+   of type "Ticket", dispatch to different handler.
+
+------------------------------------------------------------------------
+r6548 | jesse | 2006-11-30 12:27:18 -0500 (Thu, 30 Nov 2006) | 8 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrip_Overlay.pm
+
+ r45595@pinglin:  jesse | 2006-11-30 12:26:55 -0500
+ RT-Ticket: 8049
+ RT-Status: resolved
+ RT-Update: correspond
+ Thanks. Applied
+
+------------------------------------------------------------------------
+r6547 | jesse | 2006-11-28 21:27:35 -0500 (Tue, 28 Nov 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/ahah.js
+
+ r45558@pinglin:  jesse | 2006-11-28 21:26:43 -0500
+ * When doing an AHAH replace of a page section, don't show a "loading" message. (makes things feel smoother)
+
+------------------------------------------------------------------------
+r6546 | jesse | 2006-11-28 21:27:23 -0500 (Tue, 28 Nov 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
+
+ r45544@pinglin:  jesse | 2006-11-28 18:37:57 -0500
+  * Typo fix
+
+------------------------------------------------------------------------
+r6515 | ruz | 2006-11-24 16:22:32 -0500 (Fri, 24 Nov 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pl.po
+
+* Polish translation, thanks to Arkadiusz Miskiewicz
+------------------------------------------------------------------------
+r6514 | ruz | 2006-11-24 10:11:12 -0500 (Fri, 24 Nov 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ru.po
+
+* update of russian translation
+------------------------------------------------------------------------
+r6513 | ruz | 2006-11-24 07:42:09 -0500 (Fri, 24 Nov 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrip
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Scrip.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Scrip.html
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrip_Overlay.pm
+
+Scrip management
+* error messages
+* preserve values of the fields between calls
+* correctly report id in the tab
+* fix #7445
+------------------------------------------------------------------------
+r6477 | clkao | 2006-11-21 07:17:23 -0500 (Tue, 21 Nov 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
+
+Allow arguments from component porlets.
+------------------------------------------------------------------------
+r6468 | ruz | 2006-11-20 22:56:05 -0500 (Mon, 20 Nov 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/04send_email.t
+
+* correct number of test
+------------------------------------------------------------------------
+r6467 | ruz | 2006-11-20 21:29:46 -0500 (Mon, 20 Nov 2006) | 1 line
+Changed paths:
+   A /rt/branches/3.6-RELEASE/lib/t/data/very-long-subject
+   M /rt/branches/3.6-RELEASE/lib/t/regression/04send_email.t
+
+* add a test for processing of emails with a long subject
+------------------------------------------------------------------------
+r6466 | ruz | 2006-11-20 18:26:54 -0500 (Mon, 20 Nov 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+   A /rt/branches/3.6-RELEASE/lib/t/data/subject-with-folding-ws
+   M /rt/branches/3.6-RELEASE/lib/t/regression/04send_email.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/06-mime_decoding.t
+
+* tests and fix for folding white spaces in headers
+* see also #5248 at rt3.fsck.com
+------------------------------------------------------------------------
+r6464 | clkao | 2006-11-20 15:03:46 -0500 (Mon, 20 Nov 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/license_tag
+
+FSF has changed their address.
+------------------------------------------------------------------------
+r6458 | ruz | 2006-11-20 00:54:02 -0500 (Mon, 20 Nov 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+
+* minor changes
+------------------------------------------------------------------------
+r6453 | ruz | 2006-11-18 15:08:31 -0500 (Sat, 18 Nov 2006) | 18 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/autohandler
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
+
+* fix problems in building queries with CF conditions based on
+  CFs with not-ascii names
+** bug fix for #8012 at rt3.fsck.com and may be other bugs related
+   to not-ascii keys in the %ARGS.
+** add a test
+
+Additional info:
+
+Use $m->comp( { base_comp => $m->request_comp }, $m->fetch_next, %ARGS );
+instead of $m->call_next to avoid problems with UTF8 keys in arguments.
+The call_next method pass through original arguments and if you have
+an argument with unicode key then in a next component you'll get two
+records in the args hash: one with key without UTF8 flag and another
+with the flag, which may result into errors. "{ base_comp => $m->request_comp }"
+is copied from mason's source to get the same results as we get from
+call_next method, this feature is not documented, so we just leave it
+here to avoid possible side effects.
+
+------------------------------------------------------------------------
+r6450 | ruz | 2006-11-16 17:07:58 -0500 (Thu, 16 Nov 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
+
+* fix TODO tests in query builder and add new tests
+** all tests are related to building queries like 'C1 OR ( C2 AND C3 )',
+   QB was changing all entry aggregators to AND
+------------------------------------------------------------------------
+r6449 | ruz | 2006-11-16 17:03:05 -0500 (Thu, 16 Nov 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
+
+* make the test file re-entrant
+------------------------------------------------------------------------
+r6446 | ruz | 2006-11-16 11:28:28 -0500 (Thu, 16 Nov 2006) | 1 line
+Changed paths:
+   A /rt/branches/3.6-RELEASE/lib/t/regression/00-mason-syntax.t
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+* test syntax of comps with a mason compiler
+------------------------------------------------------------------------
+r6432 | jesse | 2006-11-14 15:53:31 -0500 (Tue, 14 Nov 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Handler.pm
+
+ r44838@pinglin:  jesse | 2006-11-14 15:53:18 -0500
+ * Move Text::Quoted back to being a run-time require. So that it's possible to turn off the feature if it causes your perl to segfault. (Text::Tabs is...not robust in the face of perl bugs)
+
+------------------------------------------------------------------------
+r6400 | jesse | 2006-11-09 23:46:17 -0500 (Thu, 09 Nov 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+
+ r44740@pinglin:  jesse | 2006-11-09 23:46:01 -0500
+ * Added a callback to let extensions massage custom homepage portlet searches
+
+------------------------------------------------------------------------
+r6399 | jesse | 2006-11-09 23:41:15 -0500 (Thu, 09 Nov 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+
+ r44732@pinglin:  jesse | 2006-11-09 23:41:00 -0500
+ * The RT homepage no longer explodes if you upgrade from 3.4. (Error proof the "Portlets" attribute handling)
+
+------------------------------------------------------------------------
+r6380 | jesse | 2006-11-07 14:22:15 -0500 (Tue, 07 Nov 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Closed.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
+   M /rt/branches/3.6-RELEASE/html/SelfService/index.html
+
+ r40520@pinglin:  jesse | 2006-11-07 14:15:50 -0500
+ * SelfService cleanup and regularization patches from 
+         David Chandek-Stark <david.chandek.stark@duke.edu>
+
+------------------------------------------------------------------------
+r6379 | jesse | 2006-11-07 14:16:57 -0500 (Tue, 07 Nov 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r29654@pinglin:  jesse | 2006-10-31 17:10:10 -0500
+ 3.6.2rc2
+
+------------------------------------------------------------------------
+r6363 | falcone | 2006-11-06 14:09:32 -0500 (Mon, 06 Nov 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+
+ r14256@ketch:  falcone | 2006-11-06 14:08:54 -0500
+ Make LoadConfig a lot more vocal about why it can't read your config files
+ and offer some hints and warnings about fixing it
+
+------------------------------------------------------------------------
+r6362 | falcone | 2006-11-06 14:09:21 -0500 (Mon, 06 Nov 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/README
+
+ r14255@ketch:  falcone | 2006-11-06 14:07:58 -0500
+ You can't have FastCgiIpcDir and FastCgiServer in the VirtualHost block
+
+------------------------------------------------------------------------
+r6302 | ruz | 2006-10-25 23:18:11 -0400 (Wed, 25 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+
+ r4038@cubic-pc:  cubic | 2006-10-26 07:29:27 +0400
+ * add doc
+
+------------------------------------------------------------------------
+r6243 | jesse | 2006-10-20 12:37:05 -0400 (Fri, 20 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+ r28972@119:  jesse | 2006-10-20 12:36:50 -0400
+ * Backed out the rest of kevin's accidental commit
+
+------------------------------------------------------------------------
+r6242 | kevinr | 2006-10-20 01:13:43 -0400 (Fri, 20 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+ r28708@SAD-GIRL-IN-SNOW:  kevinr | 2006-10-20 01:13:16 -0400
+ * Reverted
+
+------------------------------------------------------------------------
+r6241 | kevinr | 2006-10-20 00:05:59 -0400 (Fri, 20 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+
+ r28703@sad-girl-in-snow:  kevinr | 2006-10-20 00:02:48 -0400
+ * Pulled User::WatchedQueues in from RT::Extension::rt_cpan_org
+
+------------------------------------------------------------------------
+r6240 | kevinr | 2006-10-20 00:05:03 -0400 (Fri, 20 Oct 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+
+------------------------------------------------------------------------
+r6211 | jesse | 2006-10-16 11:49:02 -0400 (Mon, 16 Oct 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+ r28886@pinglin:  jesse | 2006-10-16 11:48:54 -0400
+ * Added a workaround for parsing headers from broken  MUAs that send headers like:
+     From: ""Vincent, Jesse"" <jesse@fsck.com>
+
+------------------------------------------------------------------------
+r6201 | ruz | 2006-10-12 22:33:22 -0400 (Thu, 12 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r3951@cubic-pc:  cubic | 2006-10-13 06:43:19 +0400
+ * we have $OldOwnerObj, so use it
+
+------------------------------------------------------------------------
+r6200 | ruz | 2006-10-12 22:33:13 -0400 (Thu, 12 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
+
+ r3950@cubic-pc:  cubic | 2006-10-13 06:07:28 +0400
+ * fine tune [Take] and [Steal] actions according to ACL
+
+------------------------------------------------------------------------
+r6199 | ruz | 2006-10-12 22:33:05 -0400 (Thu, 12 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
+
+ r3949@cubic-pc:  cubic | 2006-10-13 06:02:30 +0400
+ * cache results of rights checks locally
+
+------------------------------------------------------------------------
+r6198 | ruz | 2006-10-12 17:54:23 -0400 (Thu, 12 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+* skip -Category part as -Magic [rt3.fsck.com #7903]
+* drop $cfid as it's not used
+
+------------------------------------------------------------------------
+r6172 | jesse | 2006-10-06 12:42:45 -0400 (Fri, 06 Oct 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+ r28065@101:  jesse | 2006-10-06 12:42:52 -0400
+ * After RT 3.6.1, we broke the ""send an error message" email routines to require that they have an incoming message. Fixed now
+     - Spotted by Jason A. Diegmueller
+
+------------------------------------------------------------------------
+r6167 | jesse | 2006-10-05 12:06:49 -0400 (Thu, 05 Oct 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r28050@pinglin:  jesse | 2006-10-05 12:06:47 -0400
+ * 3.6.2rc1
+
+------------------------------------------------------------------------
+r6063 | jesse | 2006-09-27 18:43:54 -0400 (Wed, 27 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/Approve
+
+ r27846@253:  jesse | 2006-09-27 18:43:53 -0400
+ * removed a stray font tag
+
+------------------------------------------------------------------------
+r6055 | ruz | 2006-09-26 22:25:59 -0400 (Tue, 26 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
+
+* convert de.po back to UTF-8 from latin-1
+------------------------------------------------------------------------
+r6054 | ruz | 2006-09-26 20:32:59 -0400 (Tue, 26 Sep 2006) | 48 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+
+merge 3.4 -> QUEBEC -> CHALDEA -> 3.6
+
+ r3890@cubic-pc (orig r6053):  ruz | 2006-09-27 04:31:42 +0400
+ merge QUEBEC -> CHALDEA
+  r3883@cubic-pc (orig r6046):  ruz | 2006-09-27 03:29:31 +0400
+   r3671@cubic-pc (orig r5829):  ruz | 2006-08-31 00:12:48 +0400
+   * typo
+  
+  r3884@cubic-pc (orig r6047):  ruz | 2006-09-27 03:29:39 +0400
+   r3694@cubic-pc (orig r5849):  ruz | 2006-09-04 20:32:29 +0400
+   * drop unused variable
+   * init index($i) with 0 to avoid warnings
+  
+  r3885@cubic-pc (orig r6048):  ruz | 2006-09-27 03:29:51 +0400
+   r3695@cubic-pc (orig r5850):  ruz | 2006-09-04 20:49:12 +0400
+   * drop uninit warning
+  
+  r3886@cubic-pc (orig r6049):  ruz | 2006-09-27 04:15:12 +0400
+   r3696@cubic-pc (orig r5856):  ruz | 2006-09-04 23:17:14 +0400
+   * split function ProcessObjectCustomFieldUpdates into two
+   * call RedoSearch on object's custom fields values collection
+     after {Add,Delete}CustomFieldValues operations
+  
+  r3887@cubic-pc (orig r6050):  ruz | 2006-09-27 04:15:22 +0400
+   r3697@cubic-pc (orig r5857):  ruz | 2006-09-04 23:30:28 +0400
+   * redo search if we have deleted entries in collection
+  
+  r3888@cubic-pc (orig r6051):  ruz | 2006-09-27 04:15:29 +0400
+   r3698@cubic-pc (orig r5858):  ruz | 2006-09-05 02:09:30 +0400
+   ::OldValue and ::NewValue
+   * don't load object if {Old,New}Reference is false value
+   ** this is hitting some cache issues and could return "random" result
+      which brakes tickets' history.
+   
+   Thanks to Joshua Speicher.
+   
+  
+  r3889@cubic-pc (orig r6052):  ruz | 2006-09-27 04:15:58 +0400
+   r3759@cubic-pc (orig r5943):  jesse | 2006-09-15 23:31:25 +0400
+    r27507@pinglin:  jesse | 2006-09-15 20:30:47 +0100
+    [mail gateway] Todd Chapman discovered a case where RT's mail gateway would default to the RT::SystemUser if no valid from header were found. This could allow a malicious user to create tickets or reply to tickets, but not to gain access to data.
+    
+    
+   
+  
+
+------------------------------------------------------------------------
+r6045 | ruz | 2006-09-26 18:59:02 -0400 (Tue, 26 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+
+* drop unused code
+------------------------------------------------------------------------
+r6044 | ruz | 2006-09-26 18:47:02 -0400 (Tue, 26 Sep 2006) | 1 line
+Changed paths:
+   D /rt/branches/3.6-RELEASE/html/NoAuth/ahah.js
+   D /rt/branches/3.6-RELEASE/html/NoAuth/printrt.css
+
+* remove files that have been added by merge
+------------------------------------------------------------------------
+r6043 | ruz | 2006-09-26 18:34:35 -0400 (Tue, 26 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditBasics
+
+* drop duplicated code (result of the merge)
+------------------------------------------------------------------------
+r6042 | ruz | 2006-09-26 18:24:16 -0400 (Tue, 26 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/autohandler
+
+* parsing fails after merge, fix it
+------------------------------------------------------------------------
+r6041 | ruz | 2006-09-26 18:23:05 -0400 (Tue, 26 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
+
+* fix merge bug
+------------------------------------------------------------------------
+r6040 | ruz | 2006-09-26 17:49:01 -0400 (Tue, 26 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+* revert wrong merge part
+------------------------------------------------------------------------
+r6039 | ruz | 2006-09-26 11:06:31 -0400 (Tue, 26 Sep 2006) | 2254 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/README
+   M /rt/branches/3.6-RELEASE/bin/rt-crontool.in
+   M /rt/branches/3.6-RELEASE/bin/rt-mailgate.in
+   M /rt/branches/3.6-RELEASE/bin/rt.in
+   M /rt/branches/3.6-RELEASE/bin/webmux.pl.in
+   M /rt/branches/3.6-RELEASE/configure.ac
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/etc/RT_SiteConfig.pm
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrips
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.6-RELEASE/html/Elements/Callback
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/ParseFormat
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomField
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldFreeform
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.6-RELEASE/html/Elements/Footer
+   M /rt/branches/3.6-RELEASE/html/Elements/Header
+   M /rt/branches/3.6-RELEASE/html/Elements/Menu
+   M /rt/branches/3.6-RELEASE/html/Elements/PageLayout
+   M /rt/branches/3.6-RELEASE/html/Elements/QueryString
+   M /rt/branches/3.6-RELEASE/html/Elements/QuickCreate
+   M /rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.6-RELEASE/html/Elements/ScrubHTML
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectNewTicketQueue
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFieldBinary
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFieldWikitext
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
+   M /rt/branches/3.6-RELEASE/html/Elements/ValidateCustomFields
+   A /rt/branches/3.6-RELEASE/html/NoAuth/ahah.js
+   A /rt/branches/3.6-RELEASE/html/NoAuth/printrt.css
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/search/ticket
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/BuildFormatString
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
+   M /rt/branches/3.6-RELEASE/html/Search/Results.rdf
+   M /rt/branches/3.6-RELEASE/html/Search/Results.tsv
+   M /rt/branches/3.6-RELEASE/html/SelfService/Create.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditBasics
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Reminders
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowBasics
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowDates
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTime
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyDates.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyLinks.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyPeople.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Update.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Tools/Offline.html
+   M /rt/branches/3.6-RELEASE/html/User/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/autohandler
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/Notify.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Base.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValues.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Date.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/EmailParser.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Group_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Groups_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Handle.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/da.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/en.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/es.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fi.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/he.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/hu.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/id.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/it.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/nl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/no.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pl.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ru.po
+   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/I18N.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Standalone.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Link_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Links_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/SearchBuilder.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/base.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+   A /rt/branches/3.6-RELEASE/lib/t/regression/06-mime_decoding.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/06mailgateway.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/07acl.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/07rights.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/12-search.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/14linking.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/20-sort-by-requestor.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/23-batch-upload-csv.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/23-web_attachments.t
+   M /rt/branches/3.6-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE/sbin/extract-message-catalog
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+merge CHALDEA -> 3.6
+
+ r2964@cubic-pc (orig r3308):  jesse | 2005-07-04 02:06:31 +0400
+  r22123@hualien:  jesse | 2005-07-03 17:46:54 -0400
+   r20060@hualien:  jesse | 2005-06-14 08:57:51 -0400
+   * Moving the search qyery into the search body
+  
+ r2965@cubic-pc (orig r3309):  jesse | 2005-07-04 02:06:41 +0400
+  r22124@hualien:  jesse | 2005-07-03 17:46:59 -0400
+   r20076@hualien:  jesse | 2005-06-14 15:01:31 -0400
+    r20064@hualien (orig r3143):  alexmv | 2005-06-13 20:15:22 -0400
+     r4193@zoq-fot-pik:  chmrr | 2005-06-13 20:14:53 -0400
+      * Generalize to work with arrays in %ARGS
+    
+    r20066@hualien (orig r3145):  alexmv | 2005-06-13 21:02:36 -0400
+     r4197@zoq-fot-pik:  chmrr | 2005-06-13 21:01:50 -0400
+      * Don't assume that ->Resolver is a valid object
+    
+    r20068@hualien (orig r3147):  alexmv | 2005-06-14 06:56:06 -0400
+     r4209@zoq-fot-pik:  chmrr | 2005-06-14 06:55:43 -0400
+      * We should actually let people *download* these uploads..
+    
+   
+  
+ r2966@cubic-pc (orig r3310):  jesse | 2005-07-04 02:06:53 +0400
+  r22125@hualien:  jesse | 2005-07-03 17:47:04 -0400
+   r20540@hualien:  jesse | 2005-06-15 14:46:19 -0400
+    r20162@hualien (orig r3156):  alexmv | 2005-06-14 23:24:19 -0400
+     r4230@zoq-fot-pik:  chmrr | 2005-06-14 23:22:31 -0400
+      * Allow filtering of custom fields
+    
+    r20163@hualien (orig r3157):  alexmv | 2005-06-14 23:24:23 -0400
+    
+    r20165@hualien (orig r3159):  alexmv | 2005-06-15 00:47:27 -0400
+     r4236@zoq-fot-pik:  chmrr | 2005-06-15 00:46:57 -0400
+      * <input> tags don't like newlines in them
+    
+   
+  
+ r2967@cubic-pc (orig r3311):  jesse | 2005-07-04 02:07:03 +0400
+  r22126@hualien:  jesse | 2005-07-03 17:47:09 -0400
+   r20543@hualien:  jesse | 2005-06-15 15:58:07 -0400
+    r19701@hualien:  jesse | 2005-06-09 00:58:09 -0400
+    * Bumping to 3.4.3pre1
+    
+   
+  
+ r2968@cubic-pc (orig r3312):  jesse | 2005-07-04 02:07:17 +0400
+  r22127@hualien:  jesse | 2005-07-03 17:47:14 -0400
+   r20544@hualien:  jesse | 2005-06-15 15:58:11 -0400
+    r20078@hualien:  jesse | 2005-06-14 16:57:41 -0400
+    * First draft Indonesian message catalog from James Briggs
+    
+   
+  
+ r2969@cubic-pc (orig r3313):  jesse | 2005-07-04 02:07:35 +0400
+  r22128@hualien:  jesse | 2005-07-03 17:47:18 -0400
+   r20545@hualien:  jesse | 2005-06-15 15:58:15 -0400
+    r20542@hualien:  jesse | 2005-06-15 15:56:43 -0400
+    * Made search-by-any-customfield work
+    
+   
+  
+ r2970@cubic-pc (orig r3314):  jesse | 2005-07-04 02:07:47 +0400
+  r22129@hualien:  jesse | 2005-07-03 17:47:23 -0400
+   r20551@hualien:  jesse | 2005-06-15 16:12:50 -0400
+   * Reenabled testing redirect on article update
+  
+ r2971@cubic-pc (orig r3315):  jesse | 2005-07-04 02:08:00 +0400
+  r22130@hualien:  jesse | 2005-07-03 17:47:27 -0400
+   r20559@hualien:  jesse | 2005-06-15 16:33:09 -0400
+   * Style cleanups for custom field list filtering
+  
+ r2972@cubic-pc (orig r3316):  jesse | 2005-07-04 02:08:11 +0400
+  r22131@hualien:  jesse | 2005-07-03 17:47:32 -0400
+   r20562@hualien:  jesse | 2005-06-15 18:59:20 -0400
+   * When updating articles, we want to say "Updated Article" rather than "Updated FM"
+   
+   
+  
+ r2973@cubic-pc (orig r3317):  jesse | 2005-07-04 02:08:21 +0400
+  r22132@hualien:  jesse | 2005-07-03 17:47:37 -0400
+   r20726@hualien:  jesse | 2005-06-16 12:43:06 -0400
+    r20706@hualien:  jesse | 2005-06-16 12:12:07 -0400
+    
+   
+  
+ r2974@cubic-pc (orig r3318):  jesse | 2005-07-04 02:08:35 +0400
+  r22133@hualien:  jesse | 2005-07-03 17:47:41 -0400
+   r20727@hualien:  jesse | 2005-06-16 12:43:11 -0400
+    r20707@hualien:  jesse | 2005-06-16 12:12:16 -0400
+     r19708@hualien (orig r3120):  kevinr | 2005-06-09 01:33:18 -0400
+      r4110@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-09 01:30:22 -0400
+      * fixed the mis-typed perldoc tags
+     
+    
+   
+  
+ r2975@cubic-pc (orig r3319):  jesse | 2005-07-04 02:08:50 +0400
+  r22134@hualien:  jesse | 2005-07-03 17:47:46 -0400
+   r20728@hualien:  jesse | 2005-06-16 12:43:18 -0400
+    r20708@hualien:  jesse | 2005-06-16 12:12:29 -0400
+     r20063@hualien (orig r3142):  kevinr | 2005-06-13 15:43:08 -0400
+      r4210@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-13 15:39:50 -0400
+      * fixed a couple small issues with the perldoc format
+     
+    
+   
+  
+ r2976@cubic-pc (orig r3320):  jesse | 2005-07-04 02:09:01 +0400
+  r22135@hualien:  jesse | 2005-07-03 17:47:56 -0400
+   r20730@hualien:  jesse | 2005-06-16 12:43:33 -0400
+    r20714@hualien:  jesse | 2005-06-16 12:20:30 -0400
+     r20705@hualien:  jesse | 2005-06-16 12:11:06 -0400
+      r19183@hualien (orig r3063):  pdh | 2005-06-03 01:01:55 -0400
+      Misleading error referred to IsApplicable, not Commit
+      
+      
+     
+    
+   
+  
+ r2977@cubic-pc (orig r3321):  jesse | 2005-07-04 02:09:13 +0400
+  r22136@hualien:  jesse | 2005-07-03 17:48:00 -0400
+   r20731@hualien:  jesse | 2005-06-16 12:43:44 -0400
+    r20715@hualien:  jesse | 2005-06-16 12:20:34 -0400
+     r20712@hualien:  jesse | 2005-06-16 12:16:22 -0400
+      r20710@hualien (orig r3203):  alexmv | 2005-06-16 04:29:14 -0400
+       r4306@zoq-fot-pik:  chmrr | 2005-06-16 04:29:06 -0400
+        * Move /^$foo$/ regexes to use eq instead, to prevent regex insertion
+          exploits
+      
+     
+    
+   
+  
+ r2978@cubic-pc (orig r3322):  jesse | 2005-07-04 02:09:25 +0400
+  r22137@hualien:  jesse | 2005-07-03 17:48:05 -0400
+   r20732@hualien:  jesse | 2005-06-16 12:43:57 -0400
+    r20716@hualien:  jesse | 2005-06-16 12:23:58 -0400
+     r20713@hualien:  jesse | 2005-06-16 12:16:28 -0400
+      r20711@hualien (orig r3204):  alexmv | 2005-06-16 04:31:40 -0400
+       r4308@zoq-fot-pik:  chmrr | 2005-06-16 04:31:30 -0400
+        * Missed an lc
+      
+     
+    
+   
+  
+ r2979@cubic-pc (orig r3323):  jesse | 2005-07-04 02:09:35 +0400
+  r22138@hualien:  jesse | 2005-07-03 17:48:10 -0400
+   r20733@hualien:  jesse | 2005-06-16 12:44:07 -0400
+    r20717@hualien:  jesse | 2005-06-16 12:24:50 -0400
+    * Message catalog updates
+   
+  
+ r2980@cubic-pc (orig r3324):  jesse | 2005-07-04 02:10:10 +0400
+  r22139@hualien:  jesse | 2005-07-03 17:49:33 -0400
+   r20761@hualien:  jesse | 2005-06-17 19:38:02 -0400
+   * Now statistical reports include total # of tickets found
+  
+ r2981@cubic-pc (orig r3325):  jesse | 2005-07-04 02:10:23 +0400
+  r22140@hualien:  jesse | 2005-07-03 17:49:37 -0400
+   r21273@hualien:  jesse | 2005-06-20 17:57:29 -0400
+    r20804@hualien (orig r3230):  alexmv | 2005-06-20 14:57:03 -0400
+     r4370@zoq-fot-pik:  chmrr | 2005-06-20 14:58:14 -0400
+      * Added callback
+    
+   
+  
+ r2982@cubic-pc (orig r3326):  jesse | 2005-07-04 02:10:33 +0400
+  r22141@hualien:  jesse | 2005-07-03 17:49:42 -0400
+   r21955@hualien:  jesse | 2005-06-27 11:40:56 -0400
+    r21288@hualien (orig r3235):  alexmv | 2005-06-20 18:54:00 -0400
+     r4386@zoq-fot-pik:  chmrr | 2005-06-20 18:56:20 -0400
+      * Attempt to prevent footer from showing up on redirects for some servers (?)
+    
+   
+  
+ r2983@cubic-pc (orig r3327):  jesse | 2005-07-04 02:10:46 +0400
+  r22142@hualien:  jesse | 2005-07-03 17:49:50 -0400
+   r21959@hualien:  jesse | 2005-06-27 14:15:10 -0400
+   *  Moved "Owner" to right after queue in the list of basics to edit.
+  
+ r2984@cubic-pc (orig r3328):  jesse | 2005-07-04 02:11:05 +0400
+  r22143@hualien:  jesse | 2005-07-03 17:49:55 -0400
+   r22037@hualien:  jesse | 2005-07-01 19:25:05 -0400
+    r22031@hualien (orig r3273):  alexmv | 2005-07-01 00:46:49 -0400
+     r4557@zoq-fot-pik:  chmrr | 2005-06-30 20:44:33 -0400
+      * Fractional units
+    
+   
+  
+ r2985@cubic-pc (orig r3329):  jesse | 2005-07-04 02:11:22 +0400
+  r22144@hualien:  jesse | 2005-07-03 17:50:04 -0400
+   r22096@hualien:  jesse | 2005-07-03 16:25:14 -0400
+    r20757@hualien:  jesse | 2005-06-17 19:34:37 -0400
+     * Updated mailgateway documentation
+   
+  
+ r2986@cubic-pc (orig r3330):  jesse | 2005-07-04 02:11:35 +0400
+  r22145@hualien:  jesse | 2005-07-03 17:50:08 -0400
+   r22097@hualien:  jesse | 2005-07-03 16:25:18 -0400
+    r21520@hualien:  jesse | 2005-06-23 19:49:06 -0400
+    * Test suite improvements and cleanups
+   
+  
+ r2987@cubic-pc (orig r3331):  jesse | 2005-07-04 02:11:45 +0400
+  r22146@hualien:  jesse | 2005-07-03 17:50:13 -0400
+   r22098@hualien:  jesse | 2005-07-03 16:26:12 -0400
+    r21521@hualien:  jesse | 2005-06-23 19:49:30 -0400
+    * Custom field edit widget bullet proofing
+   
+  
+ r2988@cubic-pc (orig r3332):  jesse | 2005-07-04 02:11:55 +0400
+  r22147@hualien:  jesse | 2005-07-03 17:50:17 -0400
+   r22099@hualien:  jesse | 2005-07-03 16:26:16 -0400
+    r21522@hualien:  jesse | 2005-06-23 19:49:51 -0400
+    * Some warning avoidance in Action/SendEmail.pm
+   
+  
+ r2989@cubic-pc (orig r3333):  jesse | 2005-07-04 02:12:12 +0400
+  r22148@hualien:  jesse | 2005-07-03 17:50:22 -0400
+   r22100@hualien:  jesse | 2005-07-03 16:26:21 -0400
+    r21656@hualien:  jesse | 2005-06-24 13:53:26 -0400
+     * New Indonesian translation from James Briggs
+   
+  
+ r2990@cubic-pc (orig r3334):  jesse | 2005-07-04 02:12:31 +0400
+  r22150@hualien:  jesse | 2005-07-03 17:50:31 -0400
+   r22102@hualien:  jesse | 2005-07-03 16:26:30 -0400
+    r21954@hualien:  jesse | 2005-06-27 11:40:16 -0400
+     r20564@hualien (orig r3181):  alexmv | 2005-06-15 17:52:14 -0400
+     
+     r20798@hualien (orig r3224):  kevinr | 2005-06-18 22:26:40 -0400
+      r4487@sad-girl-in-snow:  kevinr | 2005-06-18 21:23:04 -0500
+      * Fixed a typo
+      * now use $RT::WebAddress because it's a good idea
+      * now localize 'Scrip' and number, instead of only the former
+     
+     r20799@hualien (orig r3225):  kevinr | 2005-06-18 22:26:51 -0400
+     
+     r20800@hualien (orig r3226):  kevinr | 2005-06-18 22:37:51 -0400
+      r4496@sad-girl-in-snow:  kevinr | 2005-06-18 21:37:27 -0500
+      * Fixes possible cross-site scripting bug.
+     
+     r20801@hualien (orig r3227):  jesse | 2005-06-18 23:47:04 -0400
+     * Fixed typo in kevin's fix (/l is a filter. it needs the |)
+     
+     r21566@hualien (orig r3240):  alexmv | 2005-06-23 16:57:51 -0400
+      r4466@zoq-fot-pik:  chmrr | 2005-06-23 16:58:19 -0400
+       * Document Set() a little better
+     
+     r21567@hualien (orig r3241):  alexmv | 2005-06-23 16:57:54 -0400
+      r4467@zoq-fot-pik:  chmrr | 2005-06-23 16:58:52 -0400
+       * Doc that CanonicalizeEmailAddress may be called as static
+     
+     r21568@hualien (orig r3242):  alexmv | 2005-06-23 16:58:02 -0400
+      r4468@zoq-fot-pik:  chmrr | 2005-06-23 16:59:51 -0400
+       * Remove possible closure issue (my $foo = .... if $bar;)
+     
+     r21569@hualien (orig r3243):  alexmv | 2005-06-23 16:58:14 -0400
+      r4469@zoq-fot-pik:  chmrr | 2005-06-23 17:00:09 -0400
+       * Escape queue name properly
+     
+     r21570@hualien (orig r3244):  alexmv | 2005-06-23 17:37:31 -0400
+      r4481@zoq-fot-pik:  chmrr | 2005-06-23 17:39:53 -0400
+       * Actually fix the escaping bug
+     
+     r21571@hualien (orig r3245):  alexmv | 2005-06-23 17:43:57 -0400
+      r4483@zoq-fot-pik:  chmrr | 2005-06-23 17:46:18 -0400
+      RT-Ticket: 6782
+      RT-Update: correspond
+      RT-Status: resolved
+      
+       * Fix perl invocation; thanks to Kim Toms <kim.toms@gmail.com>
+     
+     r21572@hualien (orig r3246):  alexmv | 2005-06-23 17:48:26 -0400
+      r4485@zoq-fot-pik:  chmrr | 2005-06-23 17:50:48 -0400
+      RT-Ticket: 6781
+      RT-Update: correspond
+      RT-Status: resolved
+      
+       * _AddWatcher takes Email, not Person; thanks to Andreas Jakum <ajakum@inode.at>
+     
+    
+   
+  
+ r2991@cubic-pc (orig r3335):  jesse | 2005-07-04 02:12:44 +0400
+  r22151@hualien:  jesse | 2005-07-03 17:50:36 -0400
+   r22103@hualien:  jesse | 2005-07-03 16:27:27 -0400
+    r22038@hualien:  jesse | 2005-07-01 19:28:24 -0400
+     r21984@hualien (orig r3261):  kevinr | 2005-06-28 18:47:38 -0400
+      r5752@sad-girl-in-snow:  kevinr | 2005-06-28 17:45:36 -0500
+      RT-Ticket: 6745
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      Applied Seph's patch to add a BeforeShowHistory callback.
+     
+     r22028@hualien (orig r3270):  alexmv | 2005-07-01 00:32:06 -0400
+      r4555@zoq-fot-pik:  chmrr | 2005-06-30 17:36:05 -0400
+       * WikiText updates to auto-link http:// style links
+     
+     r22029@hualien (orig r3271):  alexmv | 2005-07-01 00:32:10 -0400
+      r4556@zoq-fot-pik:  chmrr | 2005-06-30 17:58:57 -0400
+       * Don't assume link is happy on creation
+     
+     r22030@hualien (orig r3272):  alexmv | 2005-07-01 00:32:15 -0400
+     
+    
+   
+  
+ r2992@cubic-pc (orig r3336):  jesse | 2005-07-04 02:12:59 +0400
+  r22152@hualien:  jesse | 2005-07-03 17:50:41 -0400
+   r22104@hualien:  jesse | 2005-07-03 16:28:54 -0400
+    r22039@hualien:  jesse | 2005-07-01 21:05:38 -0400
+    * Refactoring of how RT::Record deals with custom fields for greater consistency
+    
+   
+  
+ r2993@cubic-pc (orig r3337):  jesse | 2005-07-04 02:13:11 +0400
+  r22153@hualien:  jesse | 2005-07-03 17:50:46 -0400
+   r22105@hualien:  jesse | 2005-07-03 16:28:58 -0400
+    r22091@hualien:  jesse | 2005-07-03 16:13:10 -0400
+     * Disabling a new feature that might be dangerous; test fixes; cf fixes
+   
+  
+ r2994@cubic-pc (orig r3338):  jesse | 2005-07-04 02:13:21 +0400
+  r22154@hualien:  jesse | 2005-07-03 17:50:55 -0400
+   r22109@hualien:  jesse | 2005-07-03 17:06:06 -0400
+   * Test fixups
+  
+ r2995@cubic-pc (orig r3339):  jesse | 2005-07-04 02:13:33 +0400
+ r2996@cubic-pc (orig r3418):  autrijus | 2005-07-08 03:56:54 +0400
+ * Fix misvalidation for single input fields.
+ r2997@cubic-pc (orig r3421):  autrijus | 2005-07-08 05:37:26 +0400
+ * When deleting the value of a single-value field, we need to validate that
+   empty string is a valid value for it.
+ * Also adds regression tests for this.
+ r2998@cubic-pc (orig r3467):  autrijus | 2005-07-13 07:34:47 +0400
+ * invalid CFs in ticket creation times now warns.
+ r2999@cubic-pc (orig r3468):  glasser | 2005-07-13 21:18:09 +0400
+ Add Calendar::Simple to dependencies. (thanks to Kevin Falcone)
+ r3000@cubic-pc (orig r3481):  trs | 2005-07-16 23:14:14 +0400
+  r5007@wintermute:  tom | 2005-07-16 15:11:39 -0400
+  RT-Ticket: 6846
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  Applied Kevin Falcone's patch to fix the calendar display.
+ r3001@cubic-pc (orig r3673):  jesse | 2005-08-19 00:29:25 +0400
+  r13195@hualien:  jesse | 2005-08-18 14:19:57 -0400
+   r4892@hualien:  jesse | 2005-07-18 11:47:55 -0400
+   
+  
+ r3002@cubic-pc (orig r3674):  jesse | 2005-08-19 00:29:51 +0400
+  r13196@hualien:  jesse | 2005-08-18 14:23:48 -0400
+   r4894@hualien:  jesse | 2005-07-18 13:44:44 -0400
+   * releng.cnf bump to rc1
+  
+ r3003@cubic-pc (orig r3675):  jesse | 2005-08-19 00:30:13 +0400
+  r13197@hualien:  jesse | 2005-08-18 14:23:55 -0400
+   r7152@hualien:  jesse | 2005-07-30 11:06:46 -0400
+   * German and Danish translation header fixes. 
+   besides that just a message catalog regenration
+   
+  
+ r3004@cubic-pc (orig r3676):  jesse | 2005-08-19 00:30:55 +0400
+  r13198@hualien:  jesse | 2005-08-18 14:26:49 -0400
+   r7153@hualien:  jesse | 2005-07-30 11:07:37 -0400
+   3.4.3rc2
+  
+ r3005@cubic-pc (orig r3677):  jesse | 2005-08-19 00:31:09 +0400
+  r13199@hualien:  jesse | 2005-08-18 14:26:56 -0400
+   r7158@hualien:  jesse | 2005-07-30 11:08:03 -0400
+    r4909@hualien (orig r3501):  alexmv | 2005-07-18 15:00:38 -0400
+     r5198@zoq-fot-pik:  chmrr | 2005-07-18 14:59:07 -0400
+      * Fix TransactionBatch / DESTROY bug (backport from QUEBEC)
+    
+    r7124@hualien (orig r3546):  kevinr | 2005-07-28 14:51:34 -0400
+     r6713@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-28 14:50:47 -0400
+     RT-Ticket: 6892
+     RT-Status: resolved
+     RT-Update: correspond
+     
+     * Applied patch from Hsin-Chan Chien to fix a bug with attachment uploading
+     in SelfService mode.
+    
+   
+  
+ r3006@cubic-pc (orig r3678):  jesse | 2005-08-19 00:31:32 +0400
+  r13200@hualien:  jesse | 2005-08-18 14:27:07 -0400
+   r7398@hualien:  jesse | 2005-08-05 15:39:10 -0400
+    r7317@hualien (orig r3576):  robert | 2005-08-02 00:23:36 -0400
+     r3582@woof:  rspier | 2005-08-01 21:20:12 -0700
+     allow arbitrary https?: urls in the menus
+    
+    r7333@hualien (orig r3579):  kevinr | 2005-08-02 14:22:27 -0400
+     r6837@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 14:20:51 -0400
+     RT-Ticket: 6897
+     RT-Status: resolved
+     RT-Update: correspond
+     
+     * Incorporated the updated Italian translation from Angelo Turetta
+    
+    r7335@hualien (orig r3581):  glasser | 2005-08-02 15:08:03 -0400
+     r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
+     Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
+     values, use that.
+    
+    r7336@hualien (orig r3582):  glasser | 2005-08-02 15:10:05 -0400
+     r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
+     RT-Ticket: 6899
+     RT-Status: resolved
+     RT-Update: correspond
+     
+     When limiting based on a whole date, make sure you're not being pushed to 
+     another if you happen to be east of GMT.
+     
+     Patch by Ruslan Zakirov, problem found by Olivier Horec.
+    
+    r7366@hualien (orig r3585):  kevinr | 2005-08-02 20:18:54 -0400
+     r6849@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 20:17:38 -0400
+     * POD formatting fixes
+    
+    r7370@hualien (orig r3588):  kevinr | 2005-08-03 01:20:35 -0400
+     r6868@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:19:47 -0400
+     * Fixed an outdated bit of POD
+    
+    r7371@hualien (orig r3589):  kevinr | 2005-08-03 01:51:55 -0400
+     r6872@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:51:33 -0400
+     * More minor perldoc cleanup
+    
+   
+  
+ r3007@cubic-pc (orig r3679):  jesse | 2005-08-19 00:32:07 +0400
+  r13201@hualien:  jesse | 2005-08-18 14:27:20 -0400
+   r7399@hualien:  jesse | 2005-08-05 19:16:58 -0400
+   * Cleaned up searching by ticket or txn date.
+  
+ r3008@cubic-pc (orig r3680):  jesse | 2005-08-19 00:32:32 +0400
+  r13202@hualien:  jesse | 2005-08-18 14:27:29 -0400
+   r7634@hualien:  jesse | 2005-08-10 15:25:31 -0400
+   * This is 3.4.3
+   
+  
+ r3009@cubic-pc (orig r3681):  jesse | 2005-08-19 00:32:53 +0400
+  r13203@hualien:  jesse | 2005-08-18 14:27:36 -0400
+   r12938@hualien:  jesse | 2005-08-11 13:46:14 -0400
+   * French localization had lost its header
+   
+  
+ r3010@cubic-pc (orig r3682):  jesse | 2005-08-19 00:33:18 +0400
+  r13204@hualien:  jesse | 2005-08-18 14:27:47 -0400
+   r13154@hualien:  jesse | 2005-08-17 19:14:26 -0400
+   * Fixes to standalone webserver for mason 1.30
+  
+ r3011@cubic-pc (orig r3683):  jesse | 2005-08-19 00:33:46 +0400
+  r13205@hualien:  jesse | 2005-08-18 14:27:56 -0400
+   r13155@hualien:  jesse | 2005-08-17 19:15:11 -0400
+   * Note dependency on a current HSSM
+  
+ r3012@cubic-pc (orig r3684):  jesse | 2005-08-19 00:34:26 +0400
+  r13208@hualien:  jesse | 2005-08-18 14:39:15 -0400
+   r7377@hualien:  jesse | 2005-08-03 15:11:21 -0400
+   
+  
+ r3013@cubic-pc (orig r3772):  jesse | 2005-09-02 19:52:23 +0400
+  r14057@hualien:  jesse | 2005-08-30 05:48:48 -0400
+   r13699@hualien:  jesse | 2005-08-22 14:46:07 -0400
+    r13255@hualien (orig r3700):  trs | 2005-08-18 22:39:02 -0400
+     r6002@wintermute:  tom | 2005-08-18 22:37:53 -0400
+     Fixed typo
+    
+   
+  
+ r3014@cubic-pc (orig r3773):  jesse | 2005-09-02 19:53:08 +0400
+  r14058@hualien:  jesse | 2005-08-30 05:49:00 -0400
+   r13720@hualien:  jesse | 2005-08-23 17:54:29 -0400
+   * Bugfixes to the German translation file
+  
+ r3015@cubic-pc (orig r3774):  jesse | 2005-09-02 19:53:49 +0400
+  r14059@hualien:  jesse | 2005-08-30 05:49:11 -0400
+   r13723@hualien:  jesse | 2005-08-23 17:55:47 -0400
+    r13701@hualien (orig r3706):  glasser | 2005-08-22 15:55:57 -0400
+     r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
+     Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
+     values, use that.
+    
+    r13721@hualien (orig r3707):  glasser | 2005-08-22 16:04:25 -0400
+     r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
+     RT-Ticket: 6899
+     RT-Status: resolved
+     RT-Update: correspond
+     
+     When limiting based on a whole date, make sure you're not being pushed to 
+     another if you happen to be east of GMT.
+     
+     Patch by Ruslan Zakirov, problem found by Olivier Horec.
+    
+    r13722@hualien (orig r3708):  glasser | 2005-08-22 16:05:46 -0400
+     r40177@tin-foil:  glasser | 2005-08-18 18:49:13 -0400
+     Updates to the standalone server to not dupe as much code, but may be rolled back if HSSM needs to be.
+    
+   
+  
+ r3016@cubic-pc (orig r3775):  jesse | 2005-09-02 19:54:25 +0400
+  r14060@hualien:  jesse | 2005-08-30 05:49:21 -0400
+   r13725@hualien:  jesse | 2005-08-23 22:10:42 -0400
+   * Added support for mod_perl 2.0 
+  
+ r3017@cubic-pc (orig r3776):  jesse | 2005-09-02 19:55:10 +0400
+  r14061@hualien:  jesse | 2005-08-30 05:51:23 -0400
+   r13728@hualien:  jesse | 2005-08-23 22:37:12 -0400
+   * Bumped to 3.4.4pre1
+  
+ r3018@cubic-pc (orig r3777):  jesse | 2005-09-02 19:55:53 +0400
+  r14062@hualien:  jesse | 2005-08-30 05:51:32 -0400
+   r13732@hualien:  jesse | 2005-08-23 23:38:28 -0400
+   * Applied tom's callbacks fix
+   
+  
+ r3019@cubic-pc (orig r3778):  jesse | 2005-09-02 19:56:30 +0400
+  r14063@hualien:  jesse | 2005-08-30 05:51:41 -0400
+   r13733@hualien:  jesse | 2005-08-23 23:38:39 -0400
+   * bumped to pre2
+  
+ r3020@cubic-pc (orig r3779):  jesse | 2005-09-02 19:57:07 +0400
+  r14064@hualien:  jesse | 2005-08-30 05:51:50 -0400
+   r13743@hualien:  jesse | 2005-08-24 02:00:08 -0400
+   RT-Ticket: 6957
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * Applied a patch from ams to restore his byline to bin/rt
+  
+ r3021@cubic-pc (orig r3780):  jesse | 2005-09-02 19:57:46 +0400
+  r14065@hualien:  jesse | 2005-08-30 05:51:59 -0400
+   r13753@hualien:  jesse | 2005-08-25 14:53:06 -0400
+   * Removing warnings about mod_perl2
+  
+ r3022@cubic-pc (orig r3781):  jesse | 2005-09-02 19:58:20 +0400
+  r14066@hualien:  jesse | 2005-08-30 05:52:07 -0400
+   r13754@hualien:  jesse | 2005-08-25 14:55:32 -0400
+   * EquivObjects support for acl queries, from Todd Chapman
+   
+  
+ r3023@cubic-pc (orig r3782):  jesse | 2005-09-02 19:59:02 +0400
+  r14067@hualien:  jesse | 2005-08-30 05:52:15 -0400
+   r13757@hualien:  jesse | 2005-08-25 15:23:18 -0400
+   RT-Ticket: 6934
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * A couple of patches to improve how localization extraction works from jfenal
+   
+  
+ r3024@cubic-pc (orig r3783):  jesse | 2005-09-02 19:59:38 +0400
+  r14068@hualien:  jesse | 2005-08-30 05:52:24 -0400
+   r13759@hualien:  jesse | 2005-08-25 15:31:56 -0400
+   * Fixes to IsRTAddress processing. Spotted by Travis Campbell.
+   
+  
+ r3025@cubic-pc (orig r3784):  jesse | 2005-09-02 20:00:18 +0400
+  r14069@hualien:  jesse | 2005-08-30 05:52:32 -0400
+   r13760@hualien:  jesse | 2005-08-25 15:51:57 -0400
+   RT-Ticket: 6855
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * Applied a patch from Andreas Jakum to improve RT::Ticket->Import's handling
+     of watchers
+   
+  
+ r3026@cubic-pc (orig r3785):  jesse | 2005-09-02 20:00:55 +0400
+  r14070@hualien:  jesse | 2005-08-30 05:52:43 -0400
+   r13763@hualien:  jesse | 2005-08-25 16:04:29 -0400
+   * 3.4.4rc3
+  
+ r3027@cubic-pc (orig r3786):  jesse | 2005-09-02 20:01:35 +0400
+  r14071@hualien:  jesse | 2005-08-30 05:52:51 -0400
+   r13804@hualien:  jesse | 2005-08-27 21:25:50 -0400
+   * Updated French translation from jfenal
+   
+  
+ r3028@cubic-pc (orig r3787):  jesse | 2005-09-02 20:02:15 +0400
+  r14072@hualien:  jesse | 2005-08-30 05:54:33 -0400
+   r13812@hualien:  jesse | 2005-08-28 15:43:29 -0400
+   * bumping to 3.4.4
+  
+ r3029@cubic-pc (orig r3788):  jesse | 2005-09-02 20:02:55 +0400
+  r14073@hualien:  jesse | 2005-08-30 05:55:38 -0400
+   r13543@hualien:  jesse | 2005-08-19 10:40:13 -0400
+    r7386@hualien (orig r3596):  alexmv | 2005-08-03 17:48:18 -0400
+     r5615@zoq-fot-pik:  chmrr | 2005-08-03 17:46:45 -0400
+      * Cutsom field values in RT::Tickets are always on RT::Ticket objects
+      * Remove CSS that was causing <span class="label"> to be small, unused CSS
+    
+   
+  
+ r3030@cubic-pc (orig r3789):  jesse | 2005-09-02 20:04:12 +0400
+  r14074@hualien:  jesse | 2005-08-30 05:55:48 -0400
+   r13544@hualien:  jesse | 2005-08-19 10:40:27 -0400
+    r7387@hualien (orig r3597):  alexmv | 2005-08-03 18:08:02 -0400
+     r5627@zoq-fot-pik:  chmrr | 2005-08-03 18:00:41 -0400
+      * Attempt to fix WebExternalAuth problem with images
+    
+   
+  
+ r3031@cubic-pc (orig r3790):  jesse | 2005-09-02 20:04:52 +0400
+  r14075@hualien:  jesse | 2005-08-30 05:56:28 -0400
+   r13545@hualien:  jesse | 2005-08-19 10:40:41 -0400
+    r7388@hualien (orig r3598):  alexmv | 2005-08-03 18:39:17 -0400
+     r5629@zoq-fot-pik:  chmrr | 2005-08-03 18:37:50 -0400
+      * Show time in hours or days when needed
+    
+   
+  
+ r3032@cubic-pc (orig r3791):  jesse | 2005-09-02 20:05:32 +0400
+  r14076@hualien:  jesse | 2005-08-30 05:56:38 -0400
+   r13546@hualien:  jesse | 2005-08-19 10:40:57 -0400
+    r7391@hualien (orig r3601):  alexmv | 2005-08-04 13:41:11 -0400
+     r5643@zoq-fot-pik:  chmrr | 2005-08-04 13:38:31 -0400
+      * Don't display "days" -- often conntes work days, not 24-hour periods
+    
+   
+  
+ r3033@cubic-pc (orig r3792):  jesse | 2005-09-02 20:06:12 +0400
+  r14077@hualien:  jesse | 2005-08-30 05:56:46 -0400
+   r13547@hualien:  jesse | 2005-08-19 10:41:11 -0400
+    r7392@hualien (orig r3602):  alexmv | 2005-08-04 13:41:33 -0400
+     r5644@zoq-fot-pik:  chmrr | 2005-08-04 13:39:54 -0400
+      * Replace %FIELDS (which has pseudohash meaning) with %FIELD_METADATA
+      * Make join for sorting watchers be a left join
+    
+   
+  
+ r3034@cubic-pc (orig r3793):  jesse | 2005-09-02 20:06:53 +0400
+  r14078@hualien:  jesse | 2005-08-30 05:56:57 -0400
+   r13548@hualien:  jesse | 2005-08-19 10:41:25 -0400
+    r7393@hualien (orig r3603):  alexmv | 2005-08-04 16:11:05 -0400
+     r5647@zoq-fot-pik:  chmrr | 2005-08-04 16:04:03 -0400
+      * Add $RT::WikiImplicitLinks option (defaults to false)
+      * Support for Wiki links doing useful things
+    
+   
+  
+ r3035@cubic-pc (orig r3794):  jesse | 2005-09-02 20:07:35 +0400
+  r14079@hualien:  jesse | 2005-08-30 05:57:09 -0400
+   r13549@hualien:  jesse | 2005-08-19 10:41:40 -0400
+    r7397@hualien (orig r3607):  alexmv | 2005-08-05 14:59:21 -0400
+     r5653@zoq-fot-pik:  chmrr | 2005-08-05 14:57:28 -0400
+      * Display "save" even if search isn't dirty (can be a rename)
+    
+   
+  
+ r3036@cubic-pc (orig r3795):  jesse | 2005-09-02 20:08:16 +0400
+  r14080@hualien:  jesse | 2005-08-30 05:57:19 -0400
+   r13550@hualien:  jesse | 2005-08-19 10:41:53 -0400
+    r12931@hualien (orig r3634):  alexmv | 2005-08-10 20:28:31 -0400
+     r5784@zoq-fot-pik:  chmrr | 2005-08-10 20:29:42 -0400
+      * Fix custom fields formatting in IE
+    
+   
+  
+ r3037@cubic-pc (orig r3796):  jesse | 2005-09-02 20:09:02 +0400
+  r14081@hualien:  jesse | 2005-08-30 05:57:29 -0400
+   r13551@hualien:  jesse | 2005-08-19 10:42:07 -0400
+    r12965@hualien (orig r3648):  alexmv | 2005-08-12 16:30:49 -0400
+     r5826@zoq-fot-pik:  chmrr | 2005-08-12 16:29:24 -0400
+      * r3602 didn't go far enough; be happy we are using DBIx::SB::Unique,
+        because we got us a lot of possible duplice rows with all of these
+        left joins.
+    
+   
+  
+ r3038@cubic-pc (orig r3797):  jesse | 2005-09-02 20:09:52 +0400
+  r14082@hualien:  jesse | 2005-08-30 05:57:40 -0400
+   r13552@hualien:  jesse | 2005-08-19 10:42:22 -0400
+    r12966@hualien (orig r3649):  alexmv | 2005-08-12 16:30:55 -0400
+     r5827@zoq-fot-pik:  chmrr | 2005-08-12 16:33:16 -0400
+      * Revert r3597
+    
+   
+  
+ r3039@cubic-pc (orig r3798):  jesse | 2005-09-02 20:10:33 +0400
+  r14083@hualien:  jesse | 2005-08-30 05:57:49 -0400
+   r13553@hualien:  jesse | 2005-08-19 10:42:36 -0400
+    r13127@hualien (orig r3658):  alexmv | 2005-08-15 18:38:56 -0400
+     r5873@zoq-fot-pik:  chmrr | 2005-08-15 18:42:04 -0400
+      * Require that the object not only be defined but also valid, to pull
+     values from it
+    
+   
+  
+ r3040@cubic-pc (orig r3799):  jesse | 2005-09-02 20:11:16 +0400
+  r14084@hualien:  jesse | 2005-08-30 05:57:58 -0400
+   r13741@hualien:  jesse | 2005-08-24 01:28:59 -0400
+   * Added support for named custom fields in templates
+   
+  
+ r3041@cubic-pc (orig r3800):  jesse | 2005-09-02 20:12:05 +0400
+  r15105@hualien:  jesse | 2005-09-02 11:11:38 -0400
+  Merge forward from RT 3.4.4 
+   
+   
+   r14193@hualien:  jesse | 2005-09-01 13:40:23 -0400
+    r4892@hualien:  jesse | 2005-07-18 11:47:55 -0400
+    
+   
+   r14194@hualien:  jesse | 2005-09-01 13:41:24 -0400
+    r4894@hualien:  jesse | 2005-07-18 13:44:44 -0400
+    * releng.cnf bump to rc1
+   
+   r14195@hualien:  jesse | 2005-09-01 13:41:32 -0400
+    r7152@hualien:  jesse | 2005-07-30 11:06:46 -0400
+    * German and Danish translation header fixes. 
+    besides that just a message catalog regenration
+    
+   
+   r14196@hualien:  jesse | 2005-09-01 13:42:01 -0400
+    r7153@hualien:  jesse | 2005-07-30 11:07:37 -0400
+    3.4.3rc2
+   
+   r14197@hualien:  jesse | 2005-09-01 13:42:09 -0400
+    r7158@hualien:  jesse | 2005-07-30 11:08:03 -0400
+     r4909@hualien (orig r3501):  alexmv | 2005-07-18 15:00:38 -0400
+      r5198@zoq-fot-pik:  chmrr | 2005-07-18 14:59:07 -0400
+       * Fix TransactionBatch / DESTROY bug (backport from QUEBEC)
+     
+     r7124@hualien (orig r3546):  kevinr | 2005-07-28 14:51:34 -0400
+      r6713@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-28 14:50:47 -0400
+      RT-Ticket: 6892
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      * Applied patch from Hsin-Chan Chien to fix a bug with attachment uploading
+      in SelfService mode.
+     
+    
+   
+   r14198@hualien:  jesse | 2005-09-01 13:42:19 -0400
+    r7398@hualien:  jesse | 2005-08-05 15:39:10 -0400
+     r7317@hualien (orig r3576):  robert | 2005-08-02 00:23:36 -0400
+      r3582@woof:  rspier | 2005-08-01 21:20:12 -0700
+      allow arbitrary https?: urls in the menus
+     
+     r7333@hualien (orig r3579):  kevinr | 2005-08-02 14:22:27 -0400
+      r6837@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 14:20:51 -0400
+      RT-Ticket: 6897
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      * Incorporated the updated Italian translation from Angelo Turetta
+     
+     r7335@hualien (orig r3581):  glasser | 2005-08-02 15:08:03 -0400
+      r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
+      Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
+      values, use that.
+     
+     r7336@hualien (orig r3582):  glasser | 2005-08-02 15:10:05 -0400
+      r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
+      RT-Ticket: 6899
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      When limiting based on a whole date, make sure you're not being pushed to 
+      another if you happen to be east of GMT.
+      
+      Patch by Ruslan Zakirov, problem found by Olivier Horec.
+     
+     r7366@hualien (orig r3585):  kevinr | 2005-08-02 20:18:54 -0400
+      r6849@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 20:17:38 -0400
+      * POD formatting fixes
+     
+     r7370@hualien (orig r3588):  kevinr | 2005-08-03 01:20:35 -0400
+      r6868@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:19:47 -0400
+      * Fixed an outdated bit of POD
+     
+     r7371@hualien (orig r3589):  kevinr | 2005-08-03 01:51:55 -0400
+      r6872@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:51:33 -0400
+      * More minor perldoc cleanup
+     
+    
+   
+   r14199@hualien:  jesse | 2005-09-01 13:42:33 -0400
+    r7399@hualien:  jesse | 2005-08-05 19:16:58 -0400
+    * Cleaned up searching by ticket or txn date.
+   
+   r14200@hualien:  jesse | 2005-09-01 13:42:43 -0400
+    r7634@hualien:  jesse | 2005-08-10 15:25:31 -0400
+    * This is 3.4.3
+    
+   
+   r14201@hualien:  jesse | 2005-09-01 13:42:52 -0400
+    r12938@hualien:  jesse | 2005-08-11 13:46:14 -0400
+    * French localization had lost its header
+    
+   
+   r14202@hualien:  jesse | 2005-09-01 13:43:02 -0400
+    r13154@hualien:  jesse | 2005-08-17 19:14:26 -0400
+    * Fixes to standalone webserver for mason 1.30
+   
+   r14203@hualien:  jesse | 2005-09-01 13:43:10 -0400
+    r13155@hualien:  jesse | 2005-08-17 19:15:11 -0400
+    * Note dependency on a current HSSM
+   
+   r14204@hualien:  jesse | 2005-09-01 13:43:19 -0400
+    r13164@hualien:  jesse | 2005-08-17 22:03:19 -0400
+     r13131@hualien (orig r3662):  alexmv | 2005-08-17 13:29:25 -0400
+      r5914@zoq-fot-pik:  chmrr | 2005-08-17 13:32:00 -0400
+       * We love escaping!  We need to escape quotes and slashes in
+      TicketSQL, then URI escape, then HTML escape.  And the query comes
+      from the TicketSQL-escaped one, not the URI and HTML-escaped one.  Oh,
+      yeah, and don't forget to turn off the automatic HTML escaping that
+      Mason does, or it'll be TicketSQL-HTML-URI-HTML escaped, which is
+      Right Out.
+     
+     r13132@hualien (orig r3663):  alexmv | 2005-08-17 13:29:32 -0400
+     
+     r13163@hualien (orig r3666):  alexmv | 2005-08-17 13:41:38 -0400
+      r5920@zoq-fot-pik:  chmrr | 2005-08-17 13:44:59 -0400
+       * My memory was faulty; HTML escaping is not needed
+     
+    
+   
+   r14205@hualien:  jesse | 2005-09-01 13:46:31 -0400
+    r13699@hualien:  jesse | 2005-08-22 14:46:07 -0400
+     r13255@hualien (orig r3700):  trs | 2005-08-18 22:39:02 -0400
+      r6002@wintermute:  tom | 2005-08-18 22:37:53 -0400
+      Fixed typo
+     
+    
+   
+   r14206@hualien:  jesse | 2005-09-01 13:46:41 -0400
+    r13720@hualien:  jesse | 2005-08-23 17:54:29 -0400
+    * Bugfixes to the German translation file
+   
+   r14207@hualien:  jesse | 2005-09-01 13:46:51 -0400
+    r13723@hualien:  jesse | 2005-08-23 17:55:47 -0400
+     r13701@hualien (orig r3706):  glasser | 2005-08-22 15:55:57 -0400
+      r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
+      Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
+      values, use that.
+     
+     r13721@hualien (orig r3707):  glasser | 2005-08-22 16:04:25 -0400
+      r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
+      RT-Ticket: 6899
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      When limiting based on a whole date, make sure you're not being pushed to 
+      another if you happen to be east of GMT.
+      
+      Patch by Ruslan Zakirov, problem found by Olivier Horec.
+     
+     r13722@hualien (orig r3708):  glasser | 2005-08-22 16:05:46 -0400
+      r40177@tin-foil:  glasser | 2005-08-18 18:49:13 -0400
+      Updates to the standalone server to not dupe as much code, but may be rolled back if HSSM needs to be.
+     
+    
+   
+   r14208@hualien:  jesse | 2005-09-01 13:47:00 -0400
+    r13725@hualien:  jesse | 2005-08-23 22:10:42 -0400
+    * Added support for mod_perl 2.0 
+   
+   r14209@hualien:  jesse | 2005-09-01 13:47:09 -0400
+    r13728@hualien:  jesse | 2005-08-23 22:37:12 -0400
+    * Bumped to 3.4.4pre1
+   
+   r14210@hualien:  jesse | 2005-09-01 13:47:17 -0400
+    r13732@hualien:  jesse | 2005-08-23 23:38:28 -0400
+    * Applied tom's callbacks fix
+    
+   
+   r14211@hualien:  jesse | 2005-09-01 13:47:26 -0400
+    r13733@hualien:  jesse | 2005-08-23 23:38:39 -0400
+    * bumped to pre2
+   
+   r14212@hualien:  jesse | 2005-09-01 13:47:35 -0400
+    r13743@hualien:  jesse | 2005-08-24 02:00:08 -0400
+    RT-Ticket: 6957
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Applied a patch from ams to restore his byline to bin/rt
+   
+   r14213@hualien:  jesse | 2005-09-01 13:47:43 -0400
+    r13753@hualien:  jesse | 2005-08-25 14:53:06 -0400
+    * Removing warnings about mod_perl2
+   
+   r14214@hualien:  jesse | 2005-09-01 13:47:53 -0400
+    r13754@hualien:  jesse | 2005-08-25 14:55:32 -0400
+    * EquivObjects support for acl queries, from Todd Chapman
+    
+   
+   r14215@hualien:  jesse | 2005-09-01 13:48:01 -0400
+    r13757@hualien:  jesse | 2005-08-25 15:23:18 -0400
+    RT-Ticket: 6934
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * A couple of patches to improve how localization extraction works from jfenal
+    
+   
+   r14216@hualien:  jesse | 2005-09-01 13:48:11 -0400
+    r13759@hualien:  jesse | 2005-08-25 15:31:56 -0400
+    * Fixes to IsRTAddress processing. Spotted by Travis Campbell.
+    
+   
+   r14217@hualien:  jesse | 2005-09-01 13:48:19 -0400
+    r13760@hualien:  jesse | 2005-08-25 15:51:57 -0400
+    RT-Ticket: 6855
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Applied a patch from Andreas Jakum to improve RT::Ticket->Import's handling
+      of watchers
+    
+   
+   r14218@hualien:  jesse | 2005-09-01 13:48:28 -0400
+    r13763@hualien:  jesse | 2005-08-25 16:04:29 -0400
+    * 3.4.4rc3
+   
+   r14219@hualien:  jesse | 2005-09-01 13:48:37 -0400
+    r13804@hualien:  jesse | 2005-08-27 21:25:50 -0400
+    * Updated French translation from jfenal
+    
+   
+   r14220@hualien:  jesse | 2005-09-01 13:48:47 -0400
+    r13812@hualien:  jesse | 2005-08-28 15:43:29 -0400
+    * bumping to 3.4.4
+   
+   r14221@hualien:  jesse | 2005-09-01 13:48:56 -0400
+    r14192@hualien:  jesse | 2005-09-01 13:37:34 -0400
+     r14130@hualien (orig r3739):  robert | 2005-08-31 16:46:16 -0400
+      r3748@woof:  rspier | 2005-08-31 13:41:53 -0700
+      Check for invalid character (-) in mysql database names and prevent RT from allowing it to be configured.
+     
+    
+   
+  
+ r3042@cubic-pc (orig r3913):  jesse | 2005-10-05 22:48:43 +0400
+  r17065@hualien:  jesse | 2005-10-05 10:39:00 -0400
+   r15942@hualien:  jesse | 2005-09-21 23:48:22 -0400
+   * CreateTickets now handles custom fields
+  
+ r3043@cubic-pc (orig r3914):  jesse | 2005-10-05 22:48:55 +0400
+  r17066@hualien:  jesse | 2005-10-05 10:39:06 -0400
+   r15969@hualien:  jesse | 2005-09-23 15:36:13 -0400
+   * Algorithm for picking transaction content didn't have a reasonable enough fallback case.
+  
+ r3044@cubic-pc (orig r3915):  jesse | 2005-10-05 22:49:11 +0400
+  r17067@hualien:  jesse | 2005-10-05 10:39:13 -0400
+   r17053@hualien:  jesse | 2005-10-05 10:00:45 -0400
+    r15946@hualien (orig r3872):  alexmv | 2005-09-22 12:38:17 -0400
+     r6181@zoq-fot-pik:  chmrr | 2005-09-02 12:09:41 -0400
+      * Additional tests for no requestor (should still sort correctly)
+    
+    r15947@hualien (orig r3873):  alexmv | 2005-09-22 12:38:34 -0400
+     r6451@zoq-fot-pik:  chmrr | 2005-09-22 12:37:30 -0400
+      * Statement logging
+    
+    r17047@hualien (orig r3903):  alexmv | 2005-10-03 15:57:38 -0400
+     r6572@zoq-fot-pik:  chmrr | 2005-10-03 15:47:52 -0400
+      * Make test text reflect the number of tickets the test is looking for
+    
+    r17048@hualien (orig r3904):  alexmv | 2005-10-03 15:57:45 -0400
+    
+   
+  
+ r3045@cubic-pc (orig r3916):  jesse | 2005-10-05 22:49:27 +0400
+  r17068@hualien:  jesse | 2005-10-05 10:39:19 -0400
+   r17054@hualien:  jesse | 2005-10-05 10:07:50 -0400
+    r15723@hualien:  jesse | 2005-09-13 12:05:40 -0400
+    * When pulling data out of the database, we need to be more careful
+      about whether it's utf8 or not. Thanks to Ruslan Zakirov
+    
+   
+  
+ r3046@cubic-pc (orig r3917):  jesse | 2005-10-05 22:49:50 +0400
+  r17069@hualien:  jesse | 2005-10-05 10:39:25 -0400
+   r17055@hualien:  jesse | 2005-10-05 10:07:58 -0400
+    r15749@hualien:  jesse | 2005-09-15 11:14:56 -0400
+    * It was possible to get into an infinite loop when removing a member from a group
+   
+  
+ r3047@cubic-pc (orig r3918):  jesse | 2005-10-05 22:50:07 +0400
+  r17070@hualien:  jesse | 2005-10-05 10:39:31 -0400
+   r17056@hualien:  jesse | 2005-10-05 10:08:04 -0400
+    r15752@hualien:  jesse | 2005-09-15 11:41:41 -0400
+     r14236@hualien (orig r3754):  robert | 2005-09-01 17:47:36 -0400
+      r3800@bear:  rspier | 2005-09-01 14:46:59 -0700
+      RT-Ticket: 6986
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      If we didn't generate any SQL, don't pass it to FromSQL which will reset the dirty flag and then SB won't actually run anything.
+      
+      Also, tests.
+          
+     
+     r15713@hualien (orig r3847):  glasser | 2005-09-12 18:11:43 -0400
+      r41532@maclaurin-seven-twelve:  glasser | 2005-09-12 18:04:55 -0400
+      Defining subs in Mason components is dangerous, since they clash with subs defined
+      in every other component.
+     
+    
+   
+  
+ r3048@cubic-pc (orig r3919):  jesse | 2005-10-05 22:50:32 +0400
+  r17071@hualien:  jesse | 2005-10-05 10:39:37 -0400
+   r17057@hualien:  jesse | 2005-10-05 10:08:11 -0400
+    r15770@hualien:  jesse | 2005-09-16 12:23:15 -0400
+    * The RSS feeds should come with a default subject, as feeds really want to have article titles in some clients
+   
+  
+ r3049@cubic-pc (orig r3920):  jesse | 2005-10-05 22:50:54 +0400
+  r17072@hualien:  jesse | 2005-10-05 10:39:48 -0400
+   r17059@hualien:  jesse | 2005-10-05 10:08:39 -0400
+    r17052@hualien:  jesse | 2005-10-05 09:37:42 -0400
+     r15958@hualien (orig r3877):  alexmv | 2005-09-22 15:09:22 -0400
+      r6458@zoq-fot-pik:  chmrr | 2005-09-22 15:08:37 -0400
+       * Add where the faulty caller was in deprecated warnings
+     
+     r16168@hualien (orig r3892):  robert | 2005-09-28 12:16:03 -0400
+      r3945@bear:  rspier | 2005-09-28 09:15:08 -0700
+      Performance Improvement when Sending Email using sendmailpipe -
+      
+      MIME::Entity would bog down in certain cases because of it's use of IO::Scalar during stringification.  MIME::Entity will be switching to IO::ScalarArray, which will help... but RT was causing it to store into a temporary string anyway, which was silly.
+      
+      This change has MIME::Entity write directly to the pipe, which is a lot more efficient.  Seems to cut out ~33% of user time.  (Because we don't need to have a temporary IO::Scalar thingy around.)  Also will reduce peak memory usage.
+      
+     
+     r16169@hualien (orig r3893):  jesse | 2005-09-28 13:27:29 -0400
+     Switch from ->CustomFields to ->TicketCustomFields to stop using a deprecated API.
+       Thanks to T.J. Maciak
+     
+     r17038@hualien (orig r3894):  alexmv | 2005-09-30 15:19:46 -0400
+      r6554@zoq-fot-pik:  chmrr | 2005-09-30 15:16:47 -0400
+       * Remove unused and deprecated code path (bugs 6605, 7008)
+     
+     r17039@hualien (orig r3895):  alexmv | 2005-09-30 15:19:57 -0400
+      r6555@zoq-fot-pik:  chmrr | 2005-09-30 15:18:22 -0400
+       * Link to the *other* end of the link, not the one that is us
+     
+     r17040@hualien (orig r3896):  alexmv | 2005-09-30 15:56:31 -0400
+      r6558@zoq-fot-pik:  chmrr | 2005-09-30 15:56:06 -0400
+      RT-Ticket: 7029
+      RT-Status: resolved
+      RT-Update: correspond
+      
+       * Applied missing limit for AdminCcs, from Todd Chapman
+      
+     
+     r17044@hualien (orig r3900):  alexmv | 2005-10-03 13:32:45 -0400
+      r6566@zoq-fot-pik:  chmrr | 2005-10-03 13:28:24 -0400
+       * Updated spanish translation, thanks to Carlos Velasco
+     
+     r17045@hualien (orig r3901):  alexmv | 2005-10-03 14:15:35 -0400
+      r6568@zoq-fot-pik:  chmrr | 2005-10-03 14:14:49 -0400
+       * Header fixes in PO files to include correct RT version
+     
+    
+   
+  
+ r3050@cubic-pc (orig r3968):  jesse | 2005-10-15 03:48:12 +0400
+  r17373@hualien:  jesse | 2005-10-14 15:34:42 -0400
+   r17359@hualien:  jesse | 2005-10-14 15:21:10 -0400
+   * Perltidy
+  
+ r3051@cubic-pc (orig r3969):  jesse | 2005-10-15 03:48:19 +0400
+  r17374@hualien:  jesse | 2005-10-14 15:34:43 -0400
+   r17361@hualien:  jesse | 2005-10-14 15:22:39 -0400
+    r17358@hualien:  jesse | 2005-10-14 15:06:26 -0400
+     r17219@hualien (orig r3938):  robert | 2005-10-07 00:20:15 -0400
+      r3995@bear:  rspier | 2005-10-06 21:19:24 -0700
+       [fsck.com #7067] - If we can't find a customfield that the user is allowed to see on a ticket, don't return any values, (when specifying a custom field)
+     
+     r17275@hualien (orig r3944):  ruz | 2005-10-10 15:27:36 -0400
+     backport of the 3.5-TESTING@3943
+     Changes
+     * fix for search by owner's fields, now owner is WATCHERFIELD instead of ENUM
+     * added backward compatible variant for Owner, next searches should work
+     ** Owner = '<id>'
+     ** Owner != '<id>'
+     ** Owner = '<name>'
+     ** Owner != '<name>'
+     ** for other operators or if subfield(subkey) is specified search works
+        as for other watchers
+     * Fix for searches like "Cc.Name <> 'SomeBody'", was skipping tickets
+       with empty Cc list.
+     * get rid of some unint warnings
+     * test suite for all corner cases
+     
+     r17276@hualien (orig r3945):  ruz | 2005-10-10 15:47:29 -0400
+     backport of the 3.5-TESTING@3543
+     Changes:
+     * fix attachments ordering
+     
+     r17313@hualien (orig r3948):  ruz | 2005-10-10 20:01:50 -0400
+     * get rid of "not a number" warning
+     r17339@hualien (orig r3957):  ruz | 2005-10-13 08:37:47 -0400
+     * code comments
+     r17340@hualien (orig r3958):  ruz | 2005-10-13 08:40:24 -0400
+     * new callback in html/User/Elements/Tabs
+    
+    r17360@hualien:  jesse | 2005-10-14 15:21:46 -0400
+    * Perltidy
+   
+  
+ r3052@cubic-pc (orig r3970):  jesse | 2005-10-15 03:48:29 +0400
+  r17375@hualien:  jesse | 2005-10-14 15:34:45 -0400
+   r17362@hualien:  jesse | 2005-10-14 15:56:53 -0400
+   * Merge fixups
+  
+ r3053@cubic-pc (orig r3971):  jesse | 2005-10-15 03:48:42 +0400
+  r17376@hualien:  jesse | 2005-10-14 15:34:47 -0400
+   r17363@hualien:  jesse | 2005-10-14 15:57:06 -0400
+   * Todo test no longer failing
+  
+ r3054@cubic-pc (orig r3972):  jesse | 2005-10-15 03:48:49 +0400
+  r17377@hualien:  jesse | 2005-10-14 15:34:48 -0400
+   r17371@hualien:  jesse | 2005-10-14 17:13:07 -0400
+   Pull up from 3.4
+  
+ r3055@cubic-pc (orig r4177):  jesse | 2005-12-01 00:26:20 +0300
+  r19594@truegrounds:  jesse | 2005-11-30 16:04:46 -0500
+   r18978@truegrounds:  jesse | 2005-11-18 17:16:11 -0500
+   * Minor refactoring of CreateTickets.pm (It needs a more complete rototill)
+   
+   * more flexible support for custom fields whose names contain dashes and spaces in createtickets templates
+   
+  
+ r3056@cubic-pc (orig r4178):  jesse | 2005-12-01 00:26:34 +0300
+  r19595@truegrounds:  jesse | 2005-11-30 16:04:52 -0500
+   r19551@truegrounds:  jesse | 2005-11-30 15:24:09 -0500
+    r19350@truegrounds (orig r4145):  alexmv | 2005-11-23 16:32:25 -0500
+     r7341@zoq-fot-pik:  chmrr | 2005-11-23 16:31:44 -0500
+      * Limiting based on CFs should make sure that the CFs in question are
+     on the right queue, otherwise negative searches might be wrong.
+      * Removed debugging lines from 20-sort-by-requestor.t
+    
+    r19521@truegrounds (orig r4149):  alexmv | 2005-11-28 15:00:53 -0500
+     r7368@zoq-fot-pik:  chmrr | 2005-11-28 15:00:18 -0500
+      * Search/Build.html passes Rows not RowsPerPage -- don't hard-force
+        to 50 all the time!
+    
+   
+  
+ r3057@cubic-pc (orig r4179):  jesse | 2005-12-01 00:26:50 +0300
+  r19596@truegrounds:  jesse | 2005-11-30 16:05:00 -0500
+   r19553@truegrounds:  jesse | 2005-11-30 15:26:01 -0500
+    r19552@truegrounds (orig r4155):  alexmv | 2005-11-30 15:26:08 -0500
+     r7395@zoq-fot-pik:  chmrr | 2005-11-30 15:25:32 -0500
+      * Sort by requestor tests fail on some database backends because they
+     sort nulls differently than Perl does; only compare non-nulls
+    
+   
+  
+ r3058@cubic-pc (orig r4180):  jesse | 2005-12-01 00:27:04 +0300
+  r19597@truegrounds:  jesse | 2005-11-30 16:05:07 -0500
+   r19554@truegrounds:  jesse | 2005-11-30 15:27:53 -0500
+    r18121@truegrounds:  jesse | 2005-11-02 22:40:02 -0500
+     r17958@truegrounds (orig r3989):  alexmv | 2005-10-24 17:26:18 -0400
+      r6881@zoq-fot-pik:  chmrr | 2005-10-24 17:25:14 -0400
+       * Ensure custom fields keep correct fallback values; for instance, if
+      "add another attachment" is clicked
+     
+     r18110@truegrounds (orig r4010):  pdh | 2005-10-31 19:21:57 -0500
+     Make $RT::MaxInlineBody work properly.
+     
+     
+     r18111@truegrounds (orig r4011):  pdh | 2005-11-01 00:43:02 -0500
+     Add a missing space, before the Style Police come after me.
+     
+     
+    
+   
+  
+ r3059@cubic-pc (orig r4181):  jesse | 2005-12-01 00:27:18 +0300
+  r19598@truegrounds:  jesse | 2005-11-30 16:06:36 -0500
+   r19555@truegrounds:  jesse | 2005-11-30 15:28:02 -0500
+    r18409@truegrounds:  jesse | 2005-11-06 17:11:57 -0500
+    * Fix to attachment ordering when you ask for a txn's attachments.
+      (Postgres doesn't default to ordering by id, so we were getting the wrong txn content)
+   
+  
+ r3060@cubic-pc (orig r4182):  jesse | 2005-12-01 00:27:32 +0300
+  r19599@truegrounds:  jesse | 2005-11-30 16:06:44 -0500
+   r19556@truegrounds:  jesse | 2005-11-30 15:28:09 -0500
+    r18411@truegrounds:  jesse | 2005-11-06 17:13:33 -0500
+     * Patch to significantly improve performance on "WhoHaveRight" from Ruslan.
+   
+  
+ r3061@cubic-pc (orig r4183):  jesse | 2005-12-01 00:27:48 +0300
+  r19600@truegrounds:  jesse | 2005-11-30 16:06:53 -0500
+   r19557@truegrounds:  jesse | 2005-11-30 15:28:15 -0500
+    r18412@truegrounds:  jesse | 2005-11-06 17:13:58 -0500
+    * Bumped to 3.4.5pre1
+   
+  
+ r3062@cubic-pc (orig r4184):  jesse | 2005-12-01 00:28:03 +0300
+  r19601@truegrounds:  jesse | 2005-11-30 16:07:00 -0500
+   r19558@truegrounds:  jesse | 2005-11-30 15:28:23 -0500
+    r18716@truegrounds:  jesse | 2005-11-11 00:10:08 -0500
+    * fix from ruslan for fallout from his WhoHaveRight refactoring
+   
+  
+ r3063@cubic-pc (orig r4185):  jesse | 2005-12-01 00:28:18 +0300
+  r19602@truegrounds:  jesse | 2005-11-30 16:07:07 -0500
+   r19559@truegrounds:  jesse | 2005-11-30 15:28:45 -0500
+    r18722@truegrounds:  jesse | 2005-11-11 15:26:34 -0500
+    * SB 1.35 dependency
+   
+  
+ r3064@cubic-pc (orig r4186):  jesse | 2005-12-01 00:28:41 +0300
+  r19603@truegrounds:  jesse | 2005-11-30 16:07:14 -0500
+   r19560@truegrounds:  jesse | 2005-11-30 15:29:29 -0500
+    r18876@truegrounds:  jesse | 2005-11-14 12:32:25 -0500
+     r18739@truegrounds (orig r4061):  robert | 2005-11-13 00:14:57 -0500
+      r4124@bear:  rspier | 2005-11-12 21:08:45 -0800
+      Undefined Warning Elimination:
+        - index.html passes in $session{'home_refresh_interval'} which can be null.  
+      
+      r4125@bear:  rspier | 2005-11-12 21:14:28 -0800
+      Undefined Warning Elimination:
+        GetHeader will return undefined when the header doesn't exist.  (This is _good_, as that is different than empty.)
+        But.. =~ warns.
+     
+    
+   
+  
+ r3065@cubic-pc (orig r4187):  jesse | 2005-12-01 00:28:55 +0300
+  r19604@truegrounds:  jesse | 2005-11-30 16:07:22 -0500
+   r19561@truegrounds:  jesse | 2005-11-30 15:29:35 -0500
+    r18877@truegrounds:  jesse | 2005-11-14 12:37:37 -0500
+    RT-Ticket: 7087
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Displayed linked tickets in search results were inverted
+    
+   
+  
+ r3066@cubic-pc (orig r4188):  jesse | 2005-12-01 00:29:09 +0300
+  r19605@truegrounds:  jesse | 2005-11-30 16:07:28 -0500
+   r19562@truegrounds:  jesse | 2005-11-30 15:29:41 -0500
+    r18880@truegrounds:  jesse | 2005-11-14 12:42:48 -0500
+    RT-Ticket: 7081
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Added a note to the readme warning users to clean out the
+      mason cache on upgrades - Ruslan
+    
+   
+  
+ r3067@cubic-pc (orig r4189):  jesse | 2005-12-01 00:29:25 +0300
+  r19606@truegrounds:  jesse | 2005-11-30 16:07:35 -0500
+   r19563@truegrounds:  jesse | 2005-11-30 15:29:47 -0500
+    r18888@truegrounds:  jesse | 2005-11-14 12:54:25 -0500
+    RT-Ticket: 7048
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Akos Torok pointed out that our HTML scrubber removed "PRE" tags from HTML
+   
+  
+ r3068@cubic-pc (orig r4190):  jesse | 2005-12-01 00:29:40 +0300
+  r19607@truegrounds:  jesse | 2005-11-30 16:07:42 -0500
+   r19564@truegrounds:  jesse | 2005-11-30 15:29:54 -0500
+    r18892@truegrounds:  jesse | 2005-11-14 13:07:15 -0500
+     r18881@truegrounds (orig r4064):  alexmv | 2005-11-14 12:43:06 -0500
+      r7122@zoq-fot-pik:  chmrr | 2005-11-14 12:42:37 -0500
+       * Updated russian translation from Andrew Kornilov <andy@eva.dp.ua>
+     
+    
+   
+  
+ r3069@cubic-pc (orig r4191):  jesse | 2005-12-01 00:29:56 +0300
+  r19608@truegrounds:  jesse | 2005-11-30 16:09:07 -0500
+   r19565@truegrounds:  jesse | 2005-11-30 15:30:00 -0500
+    r18893@truegrounds:  jesse | 2005-11-14 13:19:52 -0500
+    RT-Ticket: 7128
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    A big patch from Todd Chapman (with lots of juicy tests) to optionally
+    create two transactions when you create a link. (Also, this means that we'll
+    run scrips twice). This is off by default in RT 3.4
+    
+   
+  
+ r3070@cubic-pc (orig r4192):  jesse | 2005-12-01 00:30:14 +0300
+  r19609@truegrounds:  jesse | 2005-11-30 16:09:14 -0500
+   r19566@truegrounds:  jesse | 2005-11-30 15:30:08 -0500
+    r18895@truegrounds:  jesse | 2005-11-14 13:35:29 -0500
+    RT-Ticket: 7136
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Stuart Knight reports:
+    
+    As part of the "initdb" processing, the scripts went through and created a new database user, in my case called RT3.
+    
+    When it came time to create the tables, the script was still logged on as the dba user "system", so all of tables/sequences were created under "system"'s schema.
+    
+    I followed through the rt-setup-database script, and spotted that there was a database disconnect, followed by an immediate reconnect, as the same user. (in the case of Oracle this still being the "dba" account)
+    
+    Putting an extra validation check in here for Oracle, and then connecting as the intended database user fixed up the issue.
+    
+   
+  
+ r3071@cubic-pc (orig r4193):  jesse | 2005-12-01 00:30:29 +0300
+  r19610@truegrounds:  jesse | 2005-11-30 16:09:20 -0500
+   r19567@truegrounds:  jesse | 2005-11-30 15:30:15 -0500
+    r18897@truegrounds:  jesse | 2005-11-14 13:35:44 -0500
+     r18896@truegrounds (orig r4072):  alexmv | 2005-11-14 13:33:43 -0500
+      r7135@zoq-fot-pik:  chmrr | 2005-11-14 13:32:23 -0500
+      RT-Ticket: 7101
+      RT-Status: resolved
+      RT-Update: correspond
+      
+       * Don't modify EquivObjects arrayref, thanks to Todd Chapman
+      
+     
+    
+   
+  
+ r3072@cubic-pc (orig r4194):  jesse | 2005-12-01 00:30:44 +0300
+  r19611@truegrounds:  jesse | 2005-11-30 16:09:27 -0500
+   r19568@truegrounds:  jesse | 2005-11-30 15:30:22 -0500
+    r18899@truegrounds:  jesse | 2005-11-14 13:40:24 -0500
+    RT-Ticket: 7121 
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Patch from Todd Chapman to make the web based acl tests honor RT::WebPath
+    
+   
+  
+ r3073@cubic-pc (orig r4195):  jesse | 2005-12-01 00:31:00 +0300
+  r19612@truegrounds:  jesse | 2005-11-30 16:09:34 -0500
+   r19569@truegrounds:  jesse | 2005-11-30 15:37:06 -0500
+    r18900@truegrounds:  jesse | 2005-11-14 13:57:34 -0500
+    RT-Ticket: 7122
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Patch from Todd Chapman to honor changed a $rtname variable when running
+      the test suite
+   
+  
+ r3074@cubic-pc (orig r4196):  jesse | 2005-12-01 00:31:18 +0300
+  r19613@truegrounds:  jesse | 2005-11-30 16:09:40 -0500
+   r19570@truegrounds:  jesse | 2005-11-30 15:37:12 -0500
+    r18904@truegrounds:  jesse | 2005-11-14 14:49:25 -0500
+    RT-Ticket: 7105
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Updated French translation from Jerome Fenal
+   
+  
+ r3075@cubic-pc (orig r4197):  jesse | 2005-12-01 00:31:35 +0300
+  r19614@truegrounds:  jesse | 2005-11-30 16:09:47 -0500
+   r19571@truegrounds:  jesse | 2005-11-30 15:37:19 -0500
+    r19545@truegrounds:  jesse | 2005-11-29 18:51:07 -0500
+    * A pair of new callbacks to make it easier to hide away a custom field on ticket display/edit
+   
+  
+ r3076@cubic-pc (orig r4198):  jesse | 2005-12-01 00:31:49 +0300
+  r19615@truegrounds:  jesse | 2005-11-30 16:09:54 -0500
+   r19572@truegrounds:  jesse | 2005-11-30 15:37:26 -0500
+    r19547@truegrounds:  jesse | 2005-11-29 18:54:41 -0500
+     r18901@truegrounds (orig r4074):  alexmv | 2005-11-14 13:52:00 -0500
+      r7140@zoq-fot-pik:  chmrr | 2005-11-14 13:51:14 -0500
+       * Better bounce handling, from Abhijit Menon-Sen <ams@oryx.com>
+     
+     r18905@truegrounds (orig r4077):  alexmv | 2005-11-14 14:20:49 -0500
+      r7146@zoq-fot-pik:  chmrr | 2005-11-14 14:20:03 -0500
+      RT-Ticket: 7090
+      RT-Status: resolved
+      RT-Update: correspond
+       * New Japanese .po, from Daisuke Maki <daisuke@wafu.ne.jp>
+     
+     r18940@truegrounds (orig r4079):  alexmv | 2005-11-14 14:52:57 -0500
+      r7148@zoq-fot-pik:  chmrr | 2005-11-14 14:51:58 -0500
+      RT-Ticket: 6559
+      RT-Status: resolved
+      RT-Update: correspond
+       * Tests from Todd Chapman for loading CF from a wrong queue
+     
+     r18941@truegrounds (orig r4080):  alexmv | 2005-11-14 14:55:17 -0500
+      r7152@zoq-fot-pik:  chmrr | 2005-11-14 14:54:43 -0500
+       * Restore rightful .po headers on new french translation
+     
+     r18942@truegrounds (orig r4081):  alexmv | 2005-11-14 14:59:42 -0500
+      r7155@zoq-fot-pik:  chmrr | 2005-11-14 14:59:06 -0500
+      RT-Ticket: 7020
+      RT-Status: resolved
+      RT-Update: correspond
+       * Actually make use of 'style' if it is provided; thanks to Kelly
+        F. Hickel <kfh@mqsoftware.com>
+     
+     r18944@truegrounds (orig r4083):  alexmv | 2005-11-14 15:43:24 -0500
+      r7159@zoq-fot-pik:  chmrr | 2005-11-14 15:42:48 -0500
+      RT-Ticket: 6457
+      RT-Status: resolved
+      RT-Update: correspond
+       * Typo in Ticket_Overlay.pm, found by Todd Chapman <todd@chaka.net>
+     
+     r18945@truegrounds (orig r4084):  alexmv | 2005-11-14 15:51:27 -0500
+      r7161@zoq-fot-pik:  chmrr | 2005-11-14 15:50:56 -0500
+      RT-Ticket: 6458
+      RT-Status: resolved
+      RT-Update: correspond
+       * Removed extra return argument from _AddLink, thanks to Todd Chapman
+         <todd@chaka.net>
+     
+     r18946@truegrounds (orig r4085):  alexmv | 2005-11-14 16:30:12 -0500
+      r7163@zoq-fot-pik:  chmrr | 2005-11-14 16:29:36 -0500
+      RT-Ticket: 6507
+      RT-Status: resolved
+      RT-Update: correspond
+       * Standardize fonts to "Verdana, Arial, Helvetica, sans-serif";
+         variant of patch from Maxime Henrion <mux@FreeBSD.org>
+     
+     r18947@truegrounds (orig r4086):  alexmv | 2005-11-14 16:49:33 -0500
+      r7165@zoq-fot-pik:  chmrr | 2005-11-14 16:49:07 -0500
+      RT-Ticket: 7131
+      RT-Status: resolved
+      RT-Update: correspond
+       * The $RT::rtname regex should be case insensitive for matching
+         subjects; thanks to Phil Smith III <psmith@levanta.com> for the
+         catch
+     
+     r18948@truegrounds (orig r4087):  ruz | 2005-11-14 16:50:12 -0500
+     * fix: really hide hidden paths from callbacks
+     * fix: fetch data from the %cache by one key when store data with other
+     r18950@truegrounds (orig r4089):  ruz | 2005-11-14 16:57:36 -0500
+     * revert back mysql.schema, commited by accident
+     r18951@truegrounds (orig r4090):  ruz | 2005-11-14 17:02:36 -0500
+     * /Elements/QueryString now supports ARRAY refs, this allow us to handle
+       multiple arguments with the same name, this behaviour is consistent with
+       how HTML::Mason handle arguments
+     r18953@truegrounds (orig r4092):  alexmv | 2005-11-14 17:35:40 -0500
+      r7175@zoq-fot-pik:  chmrr | 2005-11-14 17:35:03 -0500
+      RT-Ticket: 7010
+      RT-Status: resolved
+      RT-Update: correspond
+       * Treat our email addresses as case-insensitive
+     
+     r18957@truegrounds (orig r4096):  alexmv | 2005-11-14 18:34:44 -0500
+      r7182@zoq-fot-pik:  chmrr | 2005-11-14 18:34:13 -0500
+      RT-Ticket: 6994
+      RT-Status: resolved
+      RT-Update: correspond
+       * Sort custom vield values by SortOrder, then *Name*, then id; patch
+         from Troy Davis <troy@nack.net>
+     
+     r18992@truegrounds (orig r4120):  robert | 2005-11-19 22:52:28 -0500
+      r4186@bear:  rspier | 2005-11-19 19:51:38 -0800
+      typo fix: s/load/Load/ 
+     
+    
+   
+  
+ r3077@cubic-pc (orig r4199):  jesse | 2005-12-01 00:32:08 +0300
+  r19616@truegrounds:  jesse | 2005-11-30 16:11:33 -0500
+  * Reminders typo
+ r3078@cubic-pc (orig r4221):  jesse | 2005-12-03 02:07:20 +0300
+  r19696@truegrounds:  jesse | 2005-12-02 17:59:08 -0500
+  * typo fox
+ r3079@cubic-pc (orig r4222):  jesse | 2005-12-03 02:07:34 +0300
+  r19698@truegrounds:  jesse | 2005-12-02 18:00:25 -0500
+   r19693@truegrounds:  jesse | 2005-12-02 17:48:24 -0500
+    r19588@truegrounds:  jesse | 2005-11-30 16:00:10 -0500
+    * Bump to 3.4.5rc1
+    r19674@truegrounds:  jesse | 2005-12-01 23:13:50 -0500
+     * Added a print stylesheet from Koos van den Hout
+    r19688@truegrounds:  jesse | 2005-12-02 17:01:28 -0500
+    RT-Ticket: 6962
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Patch from Rolf Grossmann to fix some bogosity in the query builder
+    
+   
+  
+ r3080@cubic-pc (orig r4267):  jesse | 2005-12-08 08:44:10 +0300
+  r19796@truegrounds:  jesse | 2005-12-08 00:41:36 -0500
+  * ModifyAll.html has two copies of Owner. Disambiguate.
+ r3081@cubic-pc (orig r4268):  jesse | 2005-12-08 08:45:05 +0300
+  r19797@truegrounds:  jesse | 2005-12-08 00:42:14 -0500
+   *Also, deal with the case where the user doesn't change either value
+ r3082@cubic-pc (orig r4409):  jesse | 2006-01-19 18:14:40 +0300
+  r22718@truegrounds:  jesse | 2006-01-19 09:01:31 -0500
+  Merge forward from RT 3.4 and Quebec
+  
+  r22386@truegrounds:  jesse | 2006-01-13 12:50:56 -0500
+    r19822@truegrounds (orig r4253):  alexmv | 2005-12-06 18:29:47 +0100
+     r7565@zoq-fot-pik:  chmrr | 2005-12-06 12:28:41 -0500
+      * Tailing test -- paging, ORDER BY, JOIN, and DISTINCT collude to
+     produce incorrect results, unless the DISTINCT is done very carefully.
+     See the latest DBIx-SearchBuilder.
+    
+    r20865@truegrounds (orig r4330):  alexmv | 2005-12-19 20:48:21 +0100
+     r7854@zoq-fot-pik:  chmrr | 2005-12-19 14:47:41 -0500
+      * Squish out duplicate SortOrders in ObjectCustomFields if they
+     exist; this should be impossible, so the O(n) updates is mostly
+     justified.
+    
+    r20866@truegrounds (orig r4331):  alexmv | 2005-12-19 21:15:17 +0100
+     r7856@zoq-fot-pik:  chmrr | 2005-12-19 15:14:45 -0500
+      * Checking Principal isn't enough to know if this is the current user
+     -- we could be being passed our own email address, instead of our own
+     principal.
+    
+    r22376@truegrounds (orig r4387):  alexmv | 2006-01-12 17:24:24 +0100
+     r8635@zoq-fot-pik:  chmrr | 2006-01-12 11:23:39 -0500
+      * Parse embedded newlines
+      * Anchor column alias matches at beginning and end so they don't pick
+        up things like 'CustomField-Summary Status' as =~ /Summary/
+    
+   
+   r22387@truegrounds:  jesse | 2006-01-13 12:56:51 -0500
+   * Pulled up changes from RT 3.4.5
+   
+   r19695@truegrounds:  jesse | 2005-12-02 23:58:50 +0100
+    * RC2
+    r20429@truegrounds:  jesse | 2005-12-13 21:25:39 +0100
+     r19996@truegrounds (orig r4303):  alexmv | 2005-12-13 13:58:20 -0500
+      r7707@zoq-fot-pik:  chmrr | 2005-12-13 13:54:45 -0500
+       * I don't think this join to Attachments is needed or useful -- it means you don't see changes with no attachments
+     
+    
+    r20435@truegrounds:  jesse | 2005-12-13 22:51:06 +0100
+    * warning silencing for a log message
+    r20436@truegrounds:  jesse | 2005-12-13 22:51:41 +0100
+    * 3.4.5rc3
+    r22357@truegrounds:  jesse | 2006-01-11 18:20:01 +0100
+    RT-Ticket: 7222
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * German translation update from Dirk Pape
+    r22369@truegrounds:  jesse | 2006-01-12 16:23:48 +0100
+    * Forced timezone for a date test to GMT, since it's searching on subjective dates
+    r22370@truegrounds:  jesse | 2006-01-12 16:25:19 +0100
+    * Silence a warning introduced by a patch to fix oracle installs
+    r22371@truegrounds:  jesse | 2006-01-12 16:25:39 +0100
+    * This be 3.4.5
+   
+   r22715@truegrounds:  jesse | 2006-01-19 08:49:53 -0500
+    r22708@truegrounds (orig r4400):  alexmv | 2006-01-18 16:35:37 -0500
+     r8683@zoq-fot-pik:  chmrr | 2006-01-18 16:34:42 -0500
+      * Correctly deal with 0-length field values; now passes test suite
+        again.  Mea culpa.
+    
+    r22709@truegrounds (orig r4401):  alexmv | 2006-01-18 17:59:16 -0500
+     r8689@zoq-fot-pik:  chmrr | 2006-01-18 17:58:29 -0500
+      * Support multiple requestors, ccs, adminccs, or links on one line
+    
+    r22710@truegrounds (orig r4402):  alexmv | 2006-01-18 23:15:31 -0500
+     r8691@zoq-fot-pik:  chmrr | 2006-01-18 23:14:54 -0500
+      * Document and standardize UpdateType
+      * Fix another possible infinite loop bug
+    
+    r22711@truegrounds (orig r4403):  alexmv | 2006-01-19 00:10:27 -0500
+     r8693@zoq-fot-pik:  chmrr | 2006-01-19 00:09:49 -0500
+      * ForceOwner to force ownership
+    
+    r22712@truegrounds (orig r4404):  alexmv | 2006-01-19 00:13:52 -0500
+     r8695@zoq-fot-pik:  chmrr | 2006-01-19 00:13:12 -0500
+      * Removed debugging statements
+    
+   
+   r22717@truegrounds:  jesse | 2006-01-19 08:59:52 -0500
+   * Merged forward from RT 3.4
+  
+ r3083@cubic-pc (orig r4456):  jesse | 2006-02-01 04:16:39 +0300
+  r23030@truegrounds:  jesse | 2006-01-31 18:51:02 -0500
+  * Added the ability to make custom fields link to and include content from other systems.
+ r3084@cubic-pc (orig r4457):  jesse | 2006-02-01 04:16:50 +0300
+  r23031@truegrounds:  jesse | 2006-01-31 18:52:13 -0500
+  * Added a note about the AHAH support
+ r3085@cubic-pc (orig r4496):  jesse | 2006-02-04 07:13:43 +0300
+  r23050@truegrounds:  jesse | 2006-02-03 13:34:17 -0500
+  * Added a bunch more callbacks for great justice.
+ r3086@cubic-pc (orig r4518):  jesse | 2006-02-09 22:20:22 +0300
+  r23555@truegrounds:  jesse | 2006-02-09 14:19:23 -0500
+  * missing _ in regex 
+ r3087@cubic-pc (orig r4519):  jesse | 2006-02-09 22:59:12 +0300
+  r23569@truegrounds:  jesse | 2006-02-09 14:48:54 -0500
+  * open links in new windows
+ r3088@cubic-pc (orig r4524):  jesse | 2006-02-10 07:14:17 +0300
+  r23587@truegrounds:  jesse | 2006-02-09 23:13:22 -0500
+  * Reminder editing updates
+  
+ r3089@cubic-pc (orig r4525):  jesse | 2006-02-10 22:50:21 +0300
+  r23593@truegrounds:  jesse | 2006-02-10 14:47:08 -0500
+  * Force the content type inside a js comment
+ r3090@cubic-pc (orig r4526):  jesse | 2006-02-10 22:50:33 +0300
+  r23594@truegrounds:  jesse | 2006-02-10 14:49:27 -0500
+  * wrap the mason directive for setting the content type in a js comment
+  
+ r3091@cubic-pc (orig r4541):  jesse | 2006-02-16 22:45:36 +0300
+  r23812@truegrounds:  jesse | 2006-02-16 11:42:23 -0800
+  * Chaldea release engineering
+ r3092@cubic-pc (orig r4543):  jesse | 2006-02-17 00:34:46 +0300
+  r23814@truegrounds:  jesse | 2006-02-16 13:33:40 -0800
+  * try to make rt.js do the right thing with headers
+ r3093@cubic-pc (orig r4551):  jesse | 2006-02-17 05:29:47 +0300
+  r23826@truegrounds:  jesse | 2006-02-16 18:25:05 -0800
+  * Backport tickets_overlay from 3.5. Fix a bug that stopped search on global custom fields
+ r3094@cubic-pc (orig r4552):  jesse | 2006-02-17 21:03:41 +0300
+  r23835@truegrounds:  jesse | 2006-02-17 10:02:28 -0800
+  * Chaldea r7
+ r3095@cubic-pc (orig r4559):  jesse | 2006-02-21 22:13:42 +0300
+  r24473@truegrounds:  jesse | 2006-02-21 14:05:29 -0500
+   r24470@truegrounds:  jesse | 2006-02-21 13:50:15 -0500
+    r23039@truegrounds (orig r4459):  alexmv | 2006-01-31 21:33:58 -0500
+     r8863@zoq-fot-pik:  chmrr | 2006-01-31 21:33:12 -0500
+      * Collapse ForceOwner and Owner
+      * Fix updating of (Admin)Ccs
+      * Default UpdateType to 'correspond'
+      * Default content-type to 'text/plain'
+    
+    r23040@truegrounds (orig r4460):  alexmv | 2006-01-31 23:42:36 -0500
+     r8868@zoq-fot-pik:  chmrr | 2006-01-31 22:24:18 -0500
+      * Untabify and adjust indenting in one or two places
+    
+    r23041@truegrounds (orig r4461):  alexmv | 2006-01-31 23:42:41 -0500
+     r8869@zoq-fot-pik:  chmrr | 2006-01-31 23:41:57 -0500
+      * Custom field updating during processing
+      * Better error handling when ticket id doesn't exist during update
+    
+    r23082@truegrounds (orig r4473):  alexmv | 2006-02-03 14:32:54 -0500
+     r8895@zoq-fot-pik:  chmrr | 2006-02-03 14:32:05 -0500
+      * 'id' is not longer required to be the first column.  In fact, it's
+     not required at all.  Blank or non-existant 'id' columns will cause it
+     to assume the ticket is new, and come up with an automatic template id
+     for the row.
+    
+    r23515@truegrounds (orig r4504):  alexmv | 2006-02-08 15:01:17 -0500
+     r8969@zoq-fot-pik:  chmrr | 2006-02-08 15:00:00 -0500
+      * Whitespace fixes in Results.tsv
+      * Spit out custom fields as CF-...
+      * During offline upload parsing, try to treat date as ISO first,
+        falling back to unknown
+      * Keep offline upload form from tacking on an extra newline each
+        submit
+      * Minimize yo-yo-ing of status if possible
+      * Allow false values as possible values, as long as they're defined
+      * Cc, AdminCc, and Requestor may be either email addresses or users
+    
+    r23628@truegrounds (orig r4527):  alexmv | 2006-02-10 19:10:22 -0500
+     r9038@zoq-fot-pik:  chmrr | 2006-02-10 19:09:21 -0500
+      * Accept either singular or plural forms of requestor, cc, admincc
+    
+   
+   r24472@truegrounds:  jesse | 2006-02-21 13:57:01 -0500
+    r22894@truegrounds:  jesse | 2006-01-24 07:44:05 -0500
+    * Note that our SQLite dependency is 1.0
+    r22958@truegrounds:  jesse | 2006-01-25 07:08:34 -0500
+    From: Joop van de Wege <JoopvandeWege@mococo.nl>
+    Message-Id: <20060125125248.1A97.JOOPVANDEWEGE@mococo.nl>
+    
+    > There is atleast one problem that I have spotted and that is that
+    > schema.Oracle contains two empty lines in CREATE TABLE
+    > ObjectCustomFieldValues which don't belong there.
+    > That is the second set of errors you get. The first is an indication
+    > that an sequence with that name already exists in the schema of that
+    > Oracle users you're RT installing in.
+    
+    r22960@truegrounds:  jesse | 2006-01-25 07:47:07 -0500
+    * a couple added lines of docs to the cli
+    r22962@truegrounds:  jesse | 2006-01-25 08:18:09 -0500
+    * Updated mandatory fields for ticket creation forms
+    r24471@truegrounds:  jesse | 2006-02-21 13:51:18 -0500
+     r23026@truegrounds (orig r4448):  kevinr | 2006-01-30 19:25:47 -0500
+      r10537@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-30 19:20:52 -0500
+      RT-Ticket: 7289
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      Updated German translation (thanks to Thorsten Brumm)
+     
+     r23132@truegrounds (orig r4497):  alexmv | 2006-02-04 18:34:45 -0500
+      r8936@zoq-fot-pik:  chmrr | 2006-02-04 18:24:38 -0500
+       * Only rmtree if we have something to rm; keeps rmtree from
+      complaining about 'Not root path(s) specified'
+     
+     r23133@truegrounds (orig r4498):  alexmv | 2006-02-04 18:34:51 -0500
+      r8937@zoq-fot-pik:  chmrr | 2006-02-04 18:33:57 -0500
+      RT-Ticket: 7329
+      RT-Status: resolved
+      RT-Update: correspond
+      
+       * Use SelectNewTicketQueue instead of SelectQueue
+      
+     
+    
+   
+  
+ r3096@cubic-pc (orig r5258):  ruz | 2006-05-19 06:13:05 +0400
+ merge from 3.4
+  r2079@cubic-pc (orig r4686):  jesse | 2006-03-05 01:47:46 +0300
+   r22962@truegrounds:  jesse | 2006-01-25 05:18:09 -0800
+   * Updated mandatory fields for ticket creation forms
+  
+  r2190@cubic-pc (orig r4799):  jesse | 2006-03-23 09:37:59 +0300
+   r30313@truegrounds:  jesse | 2006-03-23 01:36:27 -0500
+   * Better mp2 bulletproofing
+  
+  r2191@cubic-pc (orig r4814):  jesse | 2006-03-24 06:40:37 +0300
+   r10436@hualien:  jesse | 2006-03-23 22:40:25 -0500
+   * It helps when there aren't typos
+  
+  r2262@cubic-pc (orig r4847):  alexmv | 2006-03-29 00:50:07 +0400
+   r11918@zoq-fot-pik:  chmrr | 2006-03-28 15:49:56 -0500
+    * Backport TXN fixes from 3.7 and 3.5
+  
+  r2321@cubic-pc (orig r4924):  jesse | 2006-03-31 06:07:23 +0400
+   r10636@hualien:  jesse | 2006-03-31 11:06:57 +0900
+   RT-Ticket: 7398
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * Added a "RH" RedHat layout option to config.layout  -- Paulo Matos
+  
+  r2396@cubic-pc (orig r5047):  ruz | 2006-04-18 04:40:06 +0400
+  * check and report error to the logs
+  r2421@cubic-pc (orig r5060):  jesse | 2006-04-24 18:49:40 +0400
+   r11842@hualien:  jesse | 2006-04-24 10:49:13 -0400
+   The following patch adds the useful LastUpdated field to the fields
+   returned through the REST interface.
+   David - who starts to wonder if his patches are actually read by someone :-)
+   --
+   David Schweikert        | phone: +41 44 632 7019
+   System manager ISG.EE   | walk:  ETH Zentrum, ETL F24.1
+   ETH Zurich, Switzerland | web:   http://people.ee.ethz.ch/dws
+   
+  
+  r2422@cubic-pc (orig r5064):  ruz | 2006-04-25 00:42:43 +0400
+  * max subject is 200 character long
+  r2423@cubic-pc (orig r5065):  ruz | 2006-04-25 01:25:15 +0400
+  * convert only if $enc'oding contains something
+  r2424@cubic-pc (orig r5066):  ruz | 2006-04-25 04:21:32 +0400
+  * simple tests for Attachments manipulation from web interface
+  r2548@cubic-pc (orig r5115):  ruz | 2006-04-26 03:24:45 +0400
+  * (cond) && 'selected' outputs 0 if condition fails on my system 
+  r2549@cubic-pc (orig r5116):  ruz | 2006-04-26 03:35:09 +0400
+  * get queue ID from page
+  r2658@cubic-pc (orig r5118):  jesse | 2006-04-26 06:43:31 +0400
+   r11882@hualien:  jesse | 2006-04-25 22:43:11 -0400
+   * Mark Eichin picked up that http://lists.fsck.com/pipermail/rt-devel/2004-August/006216.html had never been applied. 
+   
+   rt ls -l broke because of it, if your RT server wasn't at / 
+  
+  r2862@cubic-pc (orig r5183):  jesse | 2006-05-09 06:31:56 +0400
+   r13313@hualien:  jesse | 2006-05-08 12:01:55 -0400
+    * Finding disabled groups should actually find them, now
+  
+  r2863@cubic-pc (orig r5184):  jesse | 2006-05-09 06:32:10 +0400
+   r13314@hualien:  jesse | 2006-05-08 12:14:26 -0400
+   * Minor reformatting
+  
+  r2864@cubic-pc (orig r5185):  jesse | 2006-05-09 06:32:19 +0400
+   r13315@hualien:  jesse | 2006-05-08 22:31:30 -0400
+   * Mail gateway refactoring to make added functioanlity a bit easier. 
+     No (intentional) functional changes.
+  
+  r2865@cubic-pc (orig r5186):  jesse | 2006-05-09 06:56:20 +0400
+   r13330@hualien:  jesse | 2006-05-08 22:55:56 -0400
+    * Reed Loden caught a perltidy error that, somewhat terrifiyingly, was still a valid mason page
+  
+  r2866@cubic-pc (orig r5187):  jesse | 2006-05-09 08:48:10 +0400
+   r13332@hualien:  jesse | 2006-05-09 00:47:49 -0400
+   * Mismatched parens
+  
+  r2867@cubic-pc (orig r5206):  ruz | 2006-05-12 00:48:53 +0400
+  * return values checking and more logging on errors
+  r2868@cubic-pc (orig r5207):  ruz | 2006-05-12 00:56:24 +0400
+  * more checks on attachments processing
+  r2869@cubic-pc (orig r5208):  ruz | 2006-05-12 02:24:17 +0400
+  * if ( not $xxx || $xxx->foo ) is equivalent to
+    if ( not ( $xxx || $xxx->foo ) ) due to perl5 rules
+    which is not expected behaviour
+  r2870@cubic-pc (orig r5209):  ruz | 2006-05-12 02:31:58 +0400
+  * user do next steps:
+      1) open ticket #1
+      2) click reply
+      3) upload attachment
+      4) open ticket #2 in another browser window
+      5) send reply to the ticket #1
+    RT looses uploaded attachment due to step 4) as RT tries
+    to add attchement to the ticket #2 and drops them from session.
+    As solution don't ProcessTicketMessage if there is attachments,
+    but only if there is real update message.
+  r2885@cubic-pc (orig r5216):  ruz | 2006-05-13 00:54:41 +0400
+  * add Timezone argument in SetToMidnight
+  r2886@cubic-pc (orig r5217):  ruz | 2006-05-13 01:02:54 +0400
+  * use SetToMidnight( Timezone => 'server' ) to calc start and end of the day
+  r2888@cubic-pc (orig r5218):  ruz | 2006-05-13 04:31:33 +0400
+  * get rid of "masks earlier declaration" warnings
+  r2889@cubic-pc (orig r5238):  ruz | 2006-05-17 02:39:59 +0400
+  * really noisy warning
+    *NOTE* that option we use is not described in config
+  r2895@cubic-pc (orig r5249):  ruz | 2006-05-18 20:17:47 +0400
+  * add bug comment
+  r2896@cubic-pc (orig r5256):  ruz | 2006-05-19 05:45:58 +0400
+  * allow to complete actions in mail plugins
+  r2897@cubic-pc (orig r5257):  ruz | 2006-05-19 05:53:40 +0400
+  * minor
+ r3098@cubic-pc (orig r5260):  ruz | 2006-05-19 06:37:34 +0400
+ QUEBEC->CHALDEA
+  r1950@cubic-pc (orig r4560):  jesse | 2006-02-21 22:14:19 +0300
+   r24472@truegrounds:  jesse | 2006-02-21 13:57:01 -0500
+    r22894@truegrounds:  jesse | 2006-01-24 07:44:05 -0500
+    * Note that our SQLite dependency is 1.0
+    r22958@truegrounds:  jesse | 2006-01-25 07:08:34 -0500
+    From: Joop van de Wege <JoopvandeWege@mococo.nl>
+    Message-Id: <20060125125248.1A97.JOOPVANDEWEGE@mococo.nl>
+    
+    > There is atleast one problem that I have spotted and that is that
+    > schema.Oracle contains two empty lines in CREATE TABLE
+    > ObjectCustomFieldValues which don't belong there.
+    > That is the second set of errors you get. The first is an indication
+    > that an sequence with that name already exists in the schema of that
+    > Oracle users you're RT installing in.
+    
+    r22960@truegrounds:  jesse | 2006-01-25 07:47:07 -0500
+    * a couple added lines of docs to the cli
+    r22962@truegrounds:  jesse | 2006-01-25 08:18:09 -0500
+    * Updated mandatory fields for ticket creation forms
+    r24471@truegrounds:  jesse | 2006-02-21 13:51:18 -0500
+     r23026@truegrounds (orig r4448):  kevinr | 2006-01-30 19:25:47 -0500
+      r10537@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-30 19:20:52 -0500
+      RT-Ticket: 7289
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      Updated German translation (thanks to Thorsten Brumm)
+     
+     r23132@truegrounds (orig r4497):  alexmv | 2006-02-04 18:34:45 -0500
+      r8936@zoq-fot-pik:  chmrr | 2006-02-04 18:24:38 -0500
+       * Only rmtree if we have something to rm; keeps rmtree from
+      complaining about 'Not root path(s) specified'
+     
+     r23133@truegrounds (orig r4498):  alexmv | 2006-02-04 18:34:51 -0500
+      r8937@zoq-fot-pik:  chmrr | 2006-02-04 18:33:57 -0500
+      RT-Ticket: 7329
+      RT-Status: resolved
+      RT-Update: correspond
+      
+       * Use SelectNewTicketQueue instead of SelectQueue
+      
+     
+    
+   
+  
+  r2172@cubic-pc (orig r4721):  alexmv | 2006-03-10 00:53:17 +0300
+   r8469@zoq-fot-pik:  chmrr | 2006-03-09 16:52:49 -0500
+    * Include Cc and AdminCc in CSV download
+  
+  r2173@cubic-pc (orig r4722):  alexmv | 2006-03-10 02:13:22 +0300
+   r8473@zoq-fot-pik:  chmrr | 2006-03-09 18:13:13 -0500
+    * Backport from 3.7 for CustomFields fixes
+  
+  r2325@cubic-pc (orig r4931):  alexmv | 2006-04-01 02:51:38 +0400
+   r12069@zoq-fot-pik:  chmrr | 2006-03-31 17:50:29 -0500
+    * Bump SearchBuilder dependency
+  
+  r2907@cubic-pc (orig r4931):  svm | 2006-05-19 06:11:25 +0400
+  SVM: initializing mirror for /mirrors/branches/QUEBEC-EXPERIMENTAL
+  r3097@cubic-pc (orig r5259):  ruz | 2006-05-19 06:18:42 +0400
+  merge from 3.4
+  
+   r2079@cubic-pc (orig r4686):  jesse | 2006-03-05 01:47:46 +0300
+    r22962@truegrounds:  jesse | 2006-01-25 05:18:09 -0800
+    * Updated mandatory fields for ticket creation forms
+   
+   r2190@cubic-pc (orig r4799):  jesse | 2006-03-23 09:37:59 +0300
+    r30313@truegrounds:  jesse | 2006-03-23 01:36:27 -0500
+    * Better mp2 bulletproofing
+   
+   r2191@cubic-pc (orig r4814):  jesse | 2006-03-24 06:40:37 +0300
+    r10436@hualien:  jesse | 2006-03-23 22:40:25 -0500
+    * It helps when there aren't typos
+   
+   r2262@cubic-pc (orig r4847):  alexmv | 2006-03-29 00:50:07 +0400
+    r11918@zoq-fot-pik:  chmrr | 2006-03-28 15:49:56 -0500
+     * Backport TXN fixes from 3.7 and 3.5
+   
+   r2321@cubic-pc (orig r4924):  jesse | 2006-03-31 06:07:23 +0400
+    r10636@hualien:  jesse | 2006-03-31 11:06:57 +0900
+    RT-Ticket: 7398
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Added a "RH" RedHat layout option to config.layout  -- Paulo Matos
+   
+   r2396@cubic-pc (orig r5047):  ruz | 2006-04-18 04:40:06 +0400
+   * check and report error to the logs
+   r2421@cubic-pc (orig r5060):  jesse | 2006-04-24 18:49:40 +0400
+    r11842@hualien:  jesse | 2006-04-24 10:49:13 -0400
+    The following patch adds the useful LastUpdated field to the fields
+    returned through the REST interface.
+    David - who starts to wonder if his patches are actually read by someone :-)
+    --
+    David Schweikert        | phone: +41 44 632 7019
+    System manager ISG.EE   | walk:  ETH Zentrum, ETL F24.1
+    ETH Zurich, Switzerland | web:   http://people.ee.ethz.ch/dws
+    
+   
+   r2422@cubic-pc (orig r5064):  ruz | 2006-04-25 00:42:43 +0400
+   * max subject is 200 character long
+   r2423@cubic-pc (orig r5065):  ruz | 2006-04-25 01:25:15 +0400
+   * convert only if $enc'oding contains something
+   r2424@cubic-pc (orig r5066):  ruz | 2006-04-25 04:21:32 +0400
+   * simple tests for Attachments manipulation from web interface
+   r2548@cubic-pc (orig r5115):  ruz | 2006-04-26 03:24:45 +0400
+   * (cond) && 'selected' outputs 0 if condition fails on my system 
+   r2549@cubic-pc (orig r5116):  ruz | 2006-04-26 03:35:09 +0400
+   * get queue ID from page
+   r2658@cubic-pc (orig r5118):  jesse | 2006-04-26 06:43:31 +0400
+    r11882@hualien:  jesse | 2006-04-25 22:43:11 -0400
+    * Mark Eichin picked up that http://lists.fsck.com/pipermail/rt-devel/2004-August/006216.html had never been applied. 
+    
+    rt ls -l broke because of it, if your RT server wasn't at / 
+   
+   r2862@cubic-pc (orig r5183):  jesse | 2006-05-09 06:31:56 +0400
+    r13313@hualien:  jesse | 2006-05-08 12:01:55 -0400
+     * Finding disabled groups should actually find them, now
+   
+   r2863@cubic-pc (orig r5184):  jesse | 2006-05-09 06:32:10 +0400
+    r13314@hualien:  jesse | 2006-05-08 12:14:26 -0400
+    * Minor reformatting
+   
+   r2864@cubic-pc (orig r5185):  jesse | 2006-05-09 06:32:19 +0400
+    r13315@hualien:  jesse | 2006-05-08 22:31:30 -0400
+    * Mail gateway refactoring to make added functioanlity a bit easier. 
+      No (intentional) functional changes.
+   
+   r2865@cubic-pc (orig r5186):  jesse | 2006-05-09 06:56:20 +0400
+    r13330@hualien:  jesse | 2006-05-08 22:55:56 -0400
+     * Reed Loden caught a perltidy error that, somewhat terrifiyingly, was still a valid mason page
+   
+   r2866@cubic-pc (orig r5187):  jesse | 2006-05-09 08:48:10 +0400
+    r13332@hualien:  jesse | 2006-05-09 00:47:49 -0400
+    * Mismatched parens
+   
+   r2867@cubic-pc (orig r5206):  ruz | 2006-05-12 00:48:53 +0400
+   * return values checking and more logging on errors
+   r2868@cubic-pc (orig r5207):  ruz | 2006-05-12 00:56:24 +0400
+   * more checks on attachments processing
+   r2869@cubic-pc (orig r5208):  ruz | 2006-05-12 02:24:17 +0400
+   * if ( not $xxx || $xxx->foo ) is equivalent to
+     if ( not ( $xxx || $xxx->foo ) ) due to perl5 rules
+     which is not expected behaviour
+   r2870@cubic-pc (orig r5209):  ruz | 2006-05-12 02:31:58 +0400
+   * user do next steps:
+       1) open ticket #1
+       2) click reply
+       3) upload attachment
+       4) open ticket #2 in another browser window
+       5) send reply to the ticket #1
+     RT looses uploaded attachment due to step 4) as RT tries
+     to add attchement to the ticket #2 and drops them from session.
+     As solution don't ProcessTicketMessage if there is attachments,
+     but only if there is real update message.
+   r2885@cubic-pc (orig r5216):  ruz | 2006-05-13 00:54:41 +0400
+   * add Timezone argument in SetToMidnight
+   r2886@cubic-pc (orig r5217):  ruz | 2006-05-13 01:02:54 +0400
+   * use SetToMidnight( Timezone => 'server' ) to calc start and end of the day
+   r2888@cubic-pc (orig r5218):  ruz | 2006-05-13 04:31:33 +0400
+   * get rid of "masks earlier declaration" warnings
+   r2889@cubic-pc (orig r5238):  ruz | 2006-05-17 02:39:59 +0400
+   * really noisy warning
+     *NOTE* that option we use is not described in config
+   r2895@cubic-pc (orig r5249):  ruz | 2006-05-18 20:17:47 +0400
+   * add bug comment
+   r2896@cubic-pc (orig r5256):  ruz | 2006-05-19 05:45:58 +0400
+   * allow to complete actions in mail plugins
+   r2897@cubic-pc (orig r5257):  ruz | 2006-05-19 05:53:40 +0400
+   * minor
+  
+ r3131@cubic-pc (orig r5314):  ruz | 2006-05-28 03:34:03 +0400
+ * revert wrong merge from quebec branch
+ r3264@cubic-pc (orig r5398):  ruz | 2006-06-17 00:16:45 +0400
+ merge 3.4 -> QUEBEC -> CHALDEA
+  r3263@cubic-pc (orig r5397):  ruz | 2006-06-17 00:15:18 +0400
+  merge 3.4 -> QUEBEC
+  
+   r3099@cubic-pc (orig r5268):  jesse | 2006-05-20 01:17:41 +0400
+    r13935@hualien:  jesse | 2006-05-19 17:17:27 -0400
+    * There were divergent copies of this code. The EmailParser code was more correct
+   
+   r3130@cubic-pc (orig r5310):  ruz | 2006-05-27 04:39:49 +0400
+   * when we could parse URI, for example object doesn't exist
+     fallback to RT::URI::base resolver, so $uri->IsLocal and
+     other methods wouldn't die but return undef
+   r3132@cubic-pc (orig r5315):  ruz | 2006-05-28 15:19:20 +0400
+   * Use "Requestor.id = $requestor->id" search instead of search by email address
+     as latter is not indexed
+   r3133@cubic-pc (orig r5317):  ruz | 2006-05-31 00:13:02 +0400
+   * If current user changes owner from somebody else to nobody user,
+     the action fails with "You can only reassign tickets that you own
+     or that are unowned", but we must change owner if he has no right
+     to own tickets in dest queue. Do it with Force and with SystemUser
+     context.
+  
+ r3498@cubic-pc (orig r5486):  ruz | 2006-06-29 02:39:35 +0400
+ merge QUEBEC -> CHALDEA
+  r3492@cubic-pc (orig r5484):  ruz | 2006-06-29 01:39:57 +0400
+  merge 3.4->QUEBEC
+  
+   r3273@cubic-pc (orig r5400):  ruz | 2006-06-17 04:40:24 +0400
+   * not default mail plugins has been broken during last refactoring
+   ** move a code back into its scope
+   ** don't forget to store $_ in $Class when $_ matches ^RT::Interface::Email
+   r3310@cubic-pc (orig r5476):  ruz | 2006-06-28 01:21:07 +0400
+   * nothing special, small changes I'd changed during
+     the hunt over a bug
+   r3311@cubic-pc (orig r5480):  ruz | 2006-06-28 04:05:49 +0400
+   * minor formatting
+   r3491@cubic-pc (orig r5482):  ruz | 2006-06-29 01:25:18 +0400
+   * add tests for unsafe mailgate commands
+   * fix bugs that were introduced during Email.pm refactoring
+  
+ r3668@cubic-pc (orig r5826):  ruz | 2006-08-30 22:13:47 +0400
+ merge QUEBEC -> CHALDEA
+  r3667@cubic-pc (orig r5825):  ruz | 2006-08-30 19:47:20 +0400
+  merge 3.4->QUEBEC
+  
+   r3523@cubic-pc (orig r5496):  ruz | 2006-07-01 00:09:08 +0400
+   Changes:
+   * new config option $OldestTransactionsFirst that allow
+     administrator to reverse order of transactions on
+     history page
+   
+   r3524@cubic-pc (orig r5520):  ruz | 2006-07-04 09:36:46 +0400
+   * forgot to add option to config
+   r3525@cubic-pc (orig r5521):  ruz | 2006-07-04 09:38:03 +0400
+   * report error when couldn't create CF
+   r3526@cubic-pc (orig r5522):  ruz | 2006-07-04 09:39:21 +0400
+   * we never should call exit from libs
+   r3527@cubic-pc (orig r5534):  ruz | 2006-07-06 19:19:46 +0400
+   rt-crontool
+   * add --transaction argument with two possible values: 'first' and 'last'
+   * add --transaction-type argument to allow users select type of transactions
+   ** these transactions would be passed to scrips for processing, so users
+      can use conditions, actions and templates that check or use properties of
+      transaction
+   
+   * also some existant actions, conditions and templates require scrip or
+     scrip action objects to process normally, as we have no these objects
+     available we now pass void (not loaded) objects. This change would allow
+     users to use notify actions with crontool.
+   r3528@cubic-pc (orig r5570):  kevinr | 2006-07-14 00:21:31 +0400
+    r14836@sad-girl-in-snow:  kevinr | 2006-07-13 16:17:43 -0400
+    * The RT::Condition::Generic docs were wrong... fixed.
+   
+   r3529@cubic-pc (orig r5616):  jesse | 2006-07-20 04:40:57 +0400
+    r14217@pinglin:  jesse | 2006-07-19 17:39:08 -0700
+    * crit was being called on the wrong object. Thanks to Todd Chapman 
+   
+   r3530@cubic-pc (orig r5624):  jesse | 2006-07-20 21:48:07 +0400
+    r14229@pinglin:  jesse | 2006-07-20 10:47:51 -0700
+    * The new history ordering feature was backported backwards.
+   
+   r3569@cubic-pc (orig r5669):  ruz | 2006-07-28 20:06:56 +0400
+   * bump 3.4.6rc1
+   r3653@cubic-pc (orig r5777):  ruz | 2006-08-17 02:55:37 +0400
+   * add LeftColumn and RightColumn callbacks to the summary element
+   r3654@cubic-pc (orig r5778):  ruz | 2006-08-17 02:56:58 +0400
+   * display one value without html lists
+   r3655@cubic-pc (orig r5779):  ruz | 2006-08-17 02:58:46 +0400
+   * allow user to add zero CF values
+   r3661@cubic-pc (orig r5818):  ruz | 2006-08-27 20:34:52 +0400
+   * add additional classes to records in tables with ticket's properties
+   ** so it's possible to change visiual appearance of different fields
+      like dates, queue, priority status and other
+   r3662@cubic-pc (orig r5819):  ruz | 2006-08-29 20:59:30 +0400
+   * Code:
+     $cf->Load(...)
+     $field = $cf->id;
+     unless( $field =~ /^\d+$/ )...
+     may produce unint warning if field wasn't loaded,
+     use "unless( $cf->id )" instead as we do everywhere
+   
+   r3663@cubic-pc (orig r5820):  ruz | 2006-08-29 21:03:36 +0400
+   * default title to empty string as we compare it with 'NEWLINE' string
+     in several places, drops uninit warnings
+   r3664@cubic-pc (orig r5821):  ruz | 2006-08-29 21:07:03 +0400
+   * get rid of unint warnings
+   * make a log message shorter to be more readable
+   r3665@cubic-pc (orig r5822):  ruz | 2006-08-29 23:10:01 +0400
+   * fix decoding of the MIME fields, this should fix:
+   ** problems with non-ascii names of attachments
+   ** problems with partly encoded fields with '=' chars
+      in not encoded parts, for example:
+   
+   X-MyHeader: key="plain"; key="=?encoded?="
+   X-MyHeader: key="=?encoded?="; key="plain"
+   
+  
+ r3669@cubic-pc (orig r5827):  ruz | 2006-08-31 00:11:30 +0400
+ * typo fix
+ r3670@cubic-pc (orig r5828):  ruz | 2006-08-31 00:12:00 +0400
+ * fix merge bugs
+
+------------------------------------------------------------------------
+r6034 | jesse | 2006-09-25 22:31:11 -0400 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+ r27827@pinglin:  jesse | 2006-09-25 22:30:55 -0400
+  * New callback 'BeforeShowSummary' on ticket display; handling of people changes on ticket display
+
+------------------------------------------------------------------------
+r6033 | jesse | 2006-09-25 22:31:05 -0400 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ r27826@pinglin:  jesse | 2006-09-25 22:30:02 -0400
+ * Added the ability to search on TimeEstimated
+
+------------------------------------------------------------------------
+r6030 | jesse | 2006-09-25 11:57:01 -0400 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+ r27804@pinglin:  jesse | 2006-09-25 11:56:46 -0400
+ * That new callback was misnamed
+
+------------------------------------------------------------------------
+r6028 | jesse | 2006-09-25 10:58:40 -0400 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+ r27799@pinglin:  jesse | 2006-09-25 10:57:18 -0400
+ * New callback in Ticket/Display.html
+
+------------------------------------------------------------------------
+r6027 | jesse | 2006-09-25 10:58:34 -0400 (Mon, 25 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/23cfsort.t
+
+ r27798@pinglin:  jesse | 2006-09-25 10:57:01 -0400
+ * The custom field tests that have been dying for the last 4 months were miscoded. fixed
+
+------------------------------------------------------------------------
+r6026 | jesse | 2006-09-25 10:58:29 -0400 (Mon, 25 Sep 2006) | 10 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/es.po
+
+ r27796@pinglin:  jesse | 2006-09-24 15:42:56 -0400
+ RT-Ticket: 7802
+ RT-Update: correspond
+ RT-Status: resolved
+ I18N
+ * Updated Spanish translation from Carlos Velasco
+
+------------------------------------------------------------------------
+r6004 | jesse | 2006-09-20 14:46:37 -0400 (Wed, 20 Sep 2006) | 9 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/upgrade/3.5.1/content
+
+ r27685@191:  jesse | 2006-09-20 20:46:27 +0200
+ RT-Ticket: 7883
+ RT-Status: resolved
+ RT-Update: correspond
+ initialdata was fixed already. This needs to be fixed
+ for people who will upgrade from 3.4 to 3.6.2+. --Todd Chapman
+
+------------------------------------------------------------------------
+r5991 | ruz | 2006-09-19 07:22:31 -0400 (Tue, 19 Sep 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Tools/MyDay.html
+
+MyDay.html
+* there is no need in $thispage argument
+* merge two %INIT blocks
+* drop unused code
+------------------------------------------------------------------------
+r5990 | ruz | 2006-09-19 07:18:01 -0400 (Tue, 19 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Tools/Elements/Tabs
+
+* drop XEmacs metadata
+------------------------------------------------------------------------
+r5987 | jesse | 2006-09-19 03:40:52 -0400 (Tue, 19 Sep 2006) | 12 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Tools/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Tools/MyDay.html
+
+ r27648@pinglin:  jesse | 2006-09-19 09:40:40 +0200
+ RT-Ticket: 7876
+ RT-Status: resolved
+ RT-Update: correspond
+ Thanks! Applied:
+ From Brian Gallew <geek@burri.to>:
+  As shipped, RT-3.6.1 doesn't have a useful Tools/MyDays.html. I've
+  fixed it up so that it works seemingly correctly. Here is the patch that
+  takes care of it.
+
+------------------------------------------------------------------------
+r5938 | jesse | 2006-09-15 09:50:43 -0400 (Fri, 15 Sep 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldFreeform
+
+ r27502@pinglin:  jesse | 2006-09-15 14:50:38 +0100
+ Give Freeform form elements an id. This will be useful
+ in combination with the EditComponentName callback.
+ With a few local mods, date CFs will be able to use the
+ date picker. Without an id the date picker doesn't work.
+     -Todd Chapman
+
+------------------------------------------------------------------------
+r5913 | jesse | 2006-09-11 19:55:41 -0400 (Mon, 11 Sep 2006) | 6 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+
+ r27407@pinglin:  jesse | 2006-09-12 00:55:29 +0100
+ RT Essentials mistakenly suggests that users use '/' as an RT::WebPath.
+ Do what they mean if they screw up and do that.
+
+------------------------------------------------------------------------
+r5888 | jesse | 2006-09-08 16:51:01 -0400 (Fri, 08 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+
+ r27291@pinglin:  jesse | 2006-09-08 14:19:50 -0400
+ * Support for marking RT's HTTP cookie as "secure."  Patch from Pavel Ruzicka.
+
+------------------------------------------------------------------------
+r5887 | jesse | 2006-09-08 16:50:50 -0400 (Fri, 08 Sep 2006) | 16 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ r27290@pinglin:  jesse | 2006-09-08 13:50:04 -0400
+ Patch from Kevin Murphy to support the following features:
+ # If $SuppressInlineTextFiles is set to a true value, then uploaded
+ # text files (text-type attachments with file names) are prevented
+ # from being displayed in-line when viewing a ticket's history.
+ Set($SuppressInlineTextFiles, undef);
+ # If $DontSearchFileAttachments is set to a true value, then uploaded
+ # files (attachments with file names) are not searched during full-content
+ # ticket searches.
+ Set($DontSearchFileAttachments, undef);
+  
+
+------------------------------------------------------------------------
+r5886 | jesse | 2006-09-08 16:50:39 -0400 (Fri, 08 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/Approve
+
+ r27286@pinglin:  jesse | 2006-09-08 12:51:22 -0400
+ * Finer-grained control of what's displayed on ticket approval from Drew Taylor.
+
+------------------------------------------------------------------------
+r5873 | jesse | 2006-09-06 15:09:06 -0400 (Wed, 06 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap
+
+ r27206@pinglin:  jesse | 2006-09-06 15:09:02 -0400
+ * Remove trailing '<br/>' from custom fields shown in ticket search results
+
+------------------------------------------------------------------------
+r5872 | jesse | 2006-09-06 15:07:22 -0400 (Wed, 06 Sep 2006) | 11 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+ r27203@pinglin:  jesse | 2006-09-06 15:07:04 -0400
+ RT-Ticket: 7848
+ RT-Status: resolved
+ RT-Update: correspond
+ * POSIX::strftime on Solaris isn't robust enough to deal with our Date: header generation.  
+   Switched to Date::Format::strftime instead.  - ADDED DEPENDENCY: Date::Format
+   Fix thanks to Tim Bishop 
+
+------------------------------------------------------------------------
+r5871 | jesse | 2006-09-06 15:07:16 -0400 (Wed, 06 Sep 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+
+ r27202@pinglin:  jesse | 2006-09-06 14:59:10 -0400
+ * Handle Apache::Session database errors a bit more gracefully
+
+------------------------------------------------------------------------
+r5869 | jesse | 2006-09-06 10:26:13 -0400 (Wed, 06 Sep 2006) | 9 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r27194@pinglin:  jesse | 2006-09-06 10:26:01 -0400
+ RT-Ticket:7852
+ RT-Status: resolved
+ RT-Update: correspond
+ * Tobias Kremer pointed out a typo in Ticket_Overlay.pm that caused 
+   an error when a user got a certain permission denied message
+
+------------------------------------------------------------------------
+r5862 | ruz | 2006-09-05 12:55:33 -0400 (Tue, 05 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+* don't concat $args{'Resolved'} when its value is not true
+------------------------------------------------------------------------
+r5859 | ruz | 2006-09-04 18:29:59 -0400 (Mon, 04 Sep 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+
+Ticket creation
+* /Elements/SelectDate has no argument 'Value'
+* use argument 'Default' to:
+** safe values when custom field validation fails
+** allow users/code to pre-define dates in URL
+------------------------------------------------------------------------
+r5802 | kevinr | 2006-08-23 17:44:22 -0400 (Wed, 23 Aug 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r27527@sad-girl-in-snow:  kevinr | 2006-08-23 17:42:09 -0400
+ * We need to append a colon to non-standard headers so MIME::Entity will
+   include them.
+
+------------------------------------------------------------------------
+r5793 | jesse | 2006-08-22 12:44:05 -0400 (Tue, 22 Aug 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/initialdata
+
+ r20626@pinglin:  jesse | 2006-08-22 12:43:48 -0400
+ Fix from Jim Meyer to correct a hardcoded RT::WebPath in initialdata. (This doesn't fix users who've already installed)
+
+------------------------------------------------------------------------
+r5782 | jesse | 2006-08-21 13:17:08 -0400 (Mon, 21 Aug 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+
+ r20599@pinglin:  jesse | 2006-08-21 13:17:00 -0400
+ * Fix for "Search by requestor" appearing to break in 3.6.1 
+     (Really, an older, deeper bug was unmasked)
+   
+
+------------------------------------------------------------------------
+r5776 | jesse | 2006-08-16 02:14:14 -0400 (Wed, 16 Aug 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/23cfsort.t
+
+ r20440@pinglin:  jesse | 2006-08-16 02:13:52 -0400
+ * Todd Chapman spotted that a missing plan was masking test failures.
+
+------------------------------------------------------------------------
+r5771 | jesse | 2006-08-15 00:01:54 -0400 (Tue, 15 Aug 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/Chart
+
+ r20425@pinglin:  jesse | 2006-08-15 00:01:34 -0400
+ * We now sort chart results before displaying them.  Reported by Petter Reinholdtsen
+
+------------------------------------------------------------------------
+r5752 | jesse | 2006-08-11 20:31:03 -0400 (Fri, 11 Aug 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
+
+ r20345@pinglin:  jesse | 2006-08-11 20:30:54 -0400
+ * Small HTML column balancing bug (Missing </td> found by Erik Peterson)
+
+------------------------------------------------------------------------
+r5747 | ruz | 2006-08-09 16:57:41 -0400 (Wed, 09 Aug 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/CurrentUser.pm
+
+* skip test if french locale is not loaded
+------------------------------------------------------------------------
+r5746 | ruz | 2006-08-09 16:32:00 -0400 (Wed, 09 Aug 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/bin/rt-mailgate.in
+   M /rt/branches/3.6-RELEASE/lib/t/regression/06mailgateway.t
+
+* mailgate without --action argument were failing
+* tests
+------------------------------------------------------------------------
+r5745 | ruz | 2006-08-09 15:37:28 -0400 (Wed, 09 Aug 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+* CullRTAddresses in RT::Interface::Email was using reversed filter logic
+------------------------------------------------------------------------
+r5744 | ruz | 2006-08-09 15:34:29 -0400 (Wed, 09 Aug 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+
+* report error if action is empty in mailgate
+------------------------------------------------------------------------
+r5740 | ruz | 2006-08-09 02:48:35 -0400 (Wed, 09 Aug 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+
+* drop uninit wornings
+* "... eq undef" is bad code
+------------------------------------------------------------------------
+r5728 | kevinr | 2006-08-08 21:00:32 -0400 (Tue, 08 Aug 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
+
+ r17938@sad-girl-in-snow:  kevinr | 2006-08-08 20:59:23 -0400
+ * Fixed a logic bug in how we were positioning the separator.
+
+------------------------------------------------------------------------
+r5721 | kevinr | 2006-08-08 14:16:31 -0400 (Tue, 08 Aug 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/autohandler
+
+ r17906@sad-girl-in-snow:  kevinr | 2006-08-08 14:15:30 -0400
+ * Added FailedLogin and SuccessfulLogin callbacks to the autohandler
+
+------------------------------------------------------------------------
+r5719 | jesse | 2006-08-08 12:21:37 -0400 (Tue, 08 Aug 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r15134@pinglin:  jesse | 2006-08-08 12:21:13 -0400
+ * RT 3.6.1
+
+------------------------------------------------------------------------
+r5718 | jesse | 2006-08-08 12:18:57 -0400 (Tue, 08 Aug 2006) | 8 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/es.po
+
+ r15132@pinglin:  jesse | 2006-08-08 12:17:58 -0400
+ RT-Ticket: 7757
+ RT-Status: resolved
+ RT-Update: correspond
+ Thanks! applied
+
+------------------------------------------------------------------------
+r5717 | ruz | 2006-08-07 23:57:37 -0400 (Mon, 07 Aug 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/06mailgateway.t
+
+* cleanup test file, less warnings
+------------------------------------------------------------------------
+r5716 | ruz | 2006-08-07 23:56:36 -0400 (Mon, 07 Aug 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/t/regression/23-batch-upload-csv.t
+
+* DB may return records in random order(Pg for example),
+  use OrderBy when test depends on order of a collection.
+------------------------------------------------------------------------
+r5714 | ruz | 2006-08-07 23:08:21 -0400 (Mon, 07 Aug 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+* use $principal object we created before instead of args{PrincipalId}
+  as user may provide email address
+* use == instead of eq for id comparisions
+------------------------------------------------------------------------
+r5713 | ruz | 2006-08-07 23:02:52 -0400 (Mon, 07 Aug 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+* get rid of uninit warnings
+* id is an integer so use == instead of eq to compare
+------------------------------------------------------------------------
+r5712 | ruz | 2006-08-07 22:52:43 -0400 (Mon, 07 Aug 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/AutoOpen.pm
+
+* get rid of uninit warnings
+* refactor
+* don't call $self->TransactionObj->Message->First twice
+------------------------------------------------------------------------
+r5711 | ruz | 2006-08-07 22:41:22 -0400 (Mon, 07 Aug 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway
+
+* get rid of unint warnings
+------------------------------------------------------------------------
+r5658 | ruz | 2006-07-26 13:14:42 -0400 (Wed, 26 Jul 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+
+* docs update
+------------------------------------------------------------------------
+r5657 | ruz | 2006-07-26 11:28:30 -0400 (Wed, 26 Jul 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
+
+* drop uninit warning
+------------------------------------------------------------------------
+r5656 | ruz | 2006-07-26 11:03:38 -0400 (Wed, 26 Jul 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+
+* http://rt3.fsck.com/Ticket/Display.html?id=7133
+  * @actions -> @$actions to handle parser errors
+  * don't blame users on CF.{} conditions
+  Thanks to Todd and Rolf Grossmann.
+------------------------------------------------------------------------
+r5653 | kevinr | 2006-07-25 22:05:36 -0400 (Tue, 25 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+
+ r15411@sad-girl-in-snow:  kevinr | 2006-07-25 20:04:26 -0400
+ * Added a BeforeProcessArguments callback
+
+------------------------------------------------------------------------
+r5652 | ruz | 2006-07-25 20:21:32 -0400 (Tue, 25 Jul 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/REST.pm
+
+* add support for spaces in names of custom fields in the REST,
+  based on patch from Dmitri Tikhonov.
+------------------------------------------------------------------------
+r5651 | ruz | 2006-07-25 19:44:13 -0400 (Tue, 25 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+* If a ticket is created with _RecordTransaction set to
+  zero, it's not an error when zero is returned as the
+  transaction id. Thanks, Todd.
+------------------------------------------------------------------------
+r5650 | jesse | 2006-07-25 14:06:32 -0400 (Tue, 25 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r14405@pinglin:  jesse | 2006-07-25 11:05:54 -0700
+  * RC 2
+
+------------------------------------------------------------------------
+r5649 | jesse | 2006-07-25 14:06:06 -0400 (Tue, 25 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
+
+ r14404@pinglin:  jesse | 2006-07-25 11:05:41 -0700
+ * Restore "Go to ticket #" search functionality accidentally removed from RT 3.6.0
+
+------------------------------------------------------------------------
+r5642 | jesse | 2006-07-21 14:18:04 -0400 (Fri, 21 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
+
+ r14319@pinglin:  jesse | 2006-07-21 11:17:54 -0700
+  * more updates from jason
+
+------------------------------------------------------------------------
+r5641 | jesse | 2006-07-21 12:16:07 -0400 (Fri, 21 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
+
+ r14309@pinglin:  jesse | 2006-07-21 09:15:58 -0700
+ * Loc bug reported by doogles
+
+------------------------------------------------------------------------
+r5629 | kevinr | 2006-07-20 15:42:05 -0400 (Thu, 20 Jul 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+ r15197@sad-girl-in-snow:  kevinr | 2006-07-20 15:36:45 -0400
+ * Sending e-mail falls back to the username if a RealName can't be found.  We
+ shouldn't be sending messages with "From:  via RT" any more.
+
+------------------------------------------------------------------------
+r5628 | jesse | 2006-07-20 15:16:09 -0400 (Thu, 20 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditWatchers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowUserEntry
+
+ r14235@pinglin:  jesse | 2006-07-20 12:15:45 -0700
+ * Better display of squelched ticket recipients
+
+------------------------------------------------------------------------
+r5627 | jesse | 2006-07-20 15:16:01 -0400 (Thu, 20 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
+
+ r14234@pinglin:  jesse | 2006-07-20 12:15:31 -0700
+ * explicitly use the libraries we're using (Rather than depend on them to be used elsewhere)
+
+------------------------------------------------------------------------
+r5626 | jesse | 2006-07-20 13:52:03 -0400 (Thu, 20 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowHistory
+
+ r14231@pinglin:  jesse | 2006-07-20 10:49:41 -0700
+ Forward porting a history ordering fix from 3.4
+
+------------------------------------------------------------------------
+r5625 | jesse | 2006-07-20 13:51:37 -0400 (Thu, 20 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditCustomFields
+
+ r14228@pinglin:  jesse | 2006-07-20 10:38:00 -0700
+ * Better semantic html for custom field labels from Todd Chapman 
+
+------------------------------------------------------------------------
+r5623 | jesse | 2006-07-20 13:32:59 -0400 (Thu, 20 Jul 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/autohandler
+
+ r14225@pinglin:  jesse | 2006-07-20 10:32:41 -0700
+ * Removed not-quite-right outdated cachinng header generation
+
+------------------------------------------------------------------------
+r5618 | jesse | 2006-07-19 20:45:36 -0400 (Wed, 19 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectGroupBy
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
+
+ r14219@pinglin:  jesse | 2006-07-19 17:45:03 -0700
+ * Backport the ability to chart by custom field from RT 3.7
+
+------------------------------------------------------------------------
+r5617 | jesse | 2006-07-19 20:45:26 -0400 (Wed, 19 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Group_Overlay.pm
+
+ r14216@pinglin:  jesse | 2006-07-19 17:38:40 -0700
+ * crit was being called on the wrong object. Thanks to Todd Chapman 
+
+------------------------------------------------------------------------
+r5615 | jesse | 2006-07-19 18:46:28 -0400 (Wed, 19 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+ r14214@pinglin:  jesse | 2006-07-19 15:46:15 -0700
+ * bumping to pre2
+
+------------------------------------------------------------------------
+r5614 | jesse | 2006-07-19 18:37:43 -0400 (Wed, 19 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+
+ r14208@pinglin:  jesse | 2006-07-19 15:33:26 -0700
+ * Allow sites to disable the display of inline ticket images.
+
+------------------------------------------------------------------------
+r5613 | jesse | 2006-07-19 18:37:32 -0400 (Wed, 19 Jul 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowPeople
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowUserEntry
+
+ r14207@pinglin:  jesse | 2006-07-19 15:33:02 -0700
+ * Inline display of which ticket watchers are "squelched"
+
+------------------------------------------------------------------------
+r5609 | jesse | 2006-07-19 15:19:27 -0400 (Wed, 19 Jul 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+
+------------------------------------------------------------------------
+r5608 | jesse | 2006-07-19 15:18:52 -0400 (Wed, 19 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+ r14179@pinglin:  jesse | 2006-07-18 21:27:41 -0700
+ * better help on dependency install
+
+------------------------------------------------------------------------
+r5607 | jesse | 2006-07-19 15:18:09 -0400 (Wed, 19 Jul 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+
+------------------------------------------------------------------------
+r5600 | jesse | 2006-07-18 17:51:46 -0400 (Tue, 18 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/23-web_attachments.t
+
+ r37204@truegrounds:  jesse | 2006-07-18 16:21:51 -0400
+ * Tests updated for 3.6
+
+------------------------------------------------------------------------
+r5599 | jesse | 2006-07-18 17:51:35 -0400 (Tue, 18 Jul 2006) | 166 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/bin/rt-crontool.in
+   M /rt/branches/3.6-RELEASE/config.layout
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/index.html
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway
+   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/Display.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Date.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Link_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Links_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/base.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI.pm
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+   M /rt/branches/3.6-RELEASE/lib/t/regression/06mailgateway.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_txn.t
+   A /rt/branches/3.6-RELEASE/lib/t/regression/23-web_attachments.t
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+
+ r37203@truegrounds:  jesse | 2006-07-18 13:08:57 -0400
+  r30313@truegrounds:  jesse | 2006-03-23 01:36:27 -0500
+  * Better mp2 bulletproofing
+  r30314@truegrounds:  jesse | 2006-03-23 01:36:42 -0500
+  
+  r37202@truegrounds:  jesse | 2006-07-18 12:49:01 -0400
+   r31084@truegrounds (orig r4814):  jesse | 2006-03-23 22:40:37 -0500
+    r10436@hualien:  jesse | 2006-03-23 22:40:25 -0500
+    * It helps when there aren't typos
+   
+   r31117@truegrounds (orig r4847):  alexmv | 2006-03-28 15:50:07 -0500
+    r11918@zoq-fot-pik:  chmrr | 2006-03-28 15:49:56 -0500
+     * Backport TXN fixes from 3.7 and 3.5
+   
+   r31194@truegrounds (orig r4924):  jesse | 2006-03-30 21:07:23 -0500
+    r10636@hualien:  jesse | 2006-03-31 11:06:57 +0900
+    RT-Ticket: 7398
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Added a "RH" RedHat layout option to config.layout  -- Paulo Matos
+   
+   r31317@truegrounds (orig r5047):  ruz | 2006-04-17 20:40:06 -0400
+   * check and report error to the logs
+   r31330@truegrounds (orig r5060):  jesse | 2006-04-24 10:49:40 -0400
+    r11842@hualien:  jesse | 2006-04-24 10:49:13 -0400
+    The following patch adds the useful LastUpdated field to the fields
+    returned through the REST interface.
+    David - who starts to wonder if his patches are actually read by someone :-)
+    --
+    David Schweikert        | phone: +41 44 632 7019
+    System manager ISG.EE   | walk:  ETH Zentrum, ETL F24.1
+    ETH Zurich, Switzerland | web:   http://people.ee.ethz.ch/dws
+    
+   
+   r31334@truegrounds (orig r5064):  ruz | 2006-04-24 16:42:43 -0400
+   * max subject is 200 character long
+   r31335@truegrounds (orig r5065):  ruz | 2006-04-24 17:25:15 -0400
+   * convert only if $enc'oding contains something
+   r31336@truegrounds (orig r5066):  ruz | 2006-04-24 20:21:32 -0400
+   * simple tests for Attachments manipulation from web interface
+   r31385@truegrounds (orig r5115):  ruz | 2006-04-25 19:24:45 -0400
+   * (cond) && 'selected' outputs 0 if condition fails on my system 
+   r31386@truegrounds (orig r5116):  ruz | 2006-04-25 19:35:09 -0400
+   * get queue ID from page
+   r31388@truegrounds (orig r5118):  jesse | 2006-04-25 22:43:31 -0400
+    r11882@hualien:  jesse | 2006-04-25 22:43:11 -0400
+    * Mark Eichin picked up that http://lists.fsck.com/pipermail/rt-devel/2004-August/006216.html had never been applied. 
+    
+    rt ls -l broke because of it, if your RT server wasn't at / 
+   
+   r31453@truegrounds (orig r5183):  jesse | 2006-05-08 22:31:56 -0400
+    r13313@hualien:  jesse | 2006-05-08 12:01:55 -0400
+     * Finding disabled groups should actually find them, now
+   
+   r31454@truegrounds (orig r5184):  jesse | 2006-05-08 22:32:10 -0400
+    r13314@hualien:  jesse | 2006-05-08 12:14:26 -0400
+    * Minor reformatting
+   
+   r31455@truegrounds (orig r5185):  jesse | 2006-05-08 22:32:19 -0400
+    r13315@hualien:  jesse | 2006-05-08 22:31:30 -0400
+    * Mail gateway refactoring to make added functioanlity a bit easier. 
+      No (intentional) functional changes.
+   
+   r31456@truegrounds (orig r5186):  jesse | 2006-05-08 22:56:20 -0400
+    r13330@hualien:  jesse | 2006-05-08 22:55:56 -0400
+     * Reed Loden caught a perltidy error that, somewhat terrifiyingly, was still a valid mason page
+   
+   r31457@truegrounds (orig r5187):  jesse | 2006-05-09 00:48:10 -0400
+    r13332@hualien:  jesse | 2006-05-09 00:47:49 -0400
+    * Mismatched parens
+   
+   r31476@truegrounds (orig r5206):  ruz | 2006-05-11 16:48:53 -0400
+   * return values checking and more logging on errors
+   r31477@truegrounds (orig r5207):  ruz | 2006-05-11 16:56:24 -0400
+   * more checks on attachments processing
+   r31478@truegrounds (orig r5208):  ruz | 2006-05-11 18:24:17 -0400
+   * if ( not $xxx || $xxx->foo ) is equivalent to
+     if ( not ( $xxx || $xxx->foo ) ) due to perl5 rules
+     which is not expected behaviour
+   r31479@truegrounds (orig r5209):  ruz | 2006-05-11 18:31:58 -0400
+   * user do next steps:
+       1) open ticket #1
+       2) click reply
+       3) upload attachment
+       4) open ticket #2 in another browser window
+       5) send reply to the ticket #1
+     RT looses uploaded attachment due to step 4) as RT tries
+     to add attchement to the ticket #2 and drops them from session.
+     As solution don't ProcessTicketMessage if there is attachments,
+     but only if there is real update message.
+   r31486@truegrounds (orig r5216):  ruz | 2006-05-12 16:54:41 -0400
+   * add Timezone argument in SetToMidnight
+   r31487@truegrounds (orig r5217):  ruz | 2006-05-12 17:02:54 -0400
+   * use SetToMidnight( Timezone => 'server' ) to calc start and end of the day
+   r31488@truegrounds (orig r5218):  ruz | 2006-05-12 20:31:33 -0400
+   * get rid of "masks earlier declaration" warnings
+   r31508@truegrounds (orig r5238):  ruz | 2006-05-16 18:39:59 -0400
+   * really noisy warning
+     *NOTE* that option we use is not described in config
+   r31519@truegrounds (orig r5249):  ruz | 2006-05-18 12:17:47 -0400
+   * add bug comment
+   r31526@truegrounds (orig r5256):  ruz | 2006-05-18 21:45:58 -0400
+   * allow to complete actions in mail plugins
+   r31527@truegrounds (orig r5257):  ruz | 2006-05-18 21:53:40 -0400
+   * minor
+   r31538@truegrounds (orig r5268):  jesse | 2006-05-19 17:17:41 -0400
+    r13935@hualien:  jesse | 2006-05-19 17:17:27 -0400
+    * There were divergent copies of this code. The EmailParser code was more correct
+   
+   r31580@truegrounds (orig r5310):  ruz | 2006-05-26 20:39:49 -0400
+   * when we could parse URI, for example object doesn't exist
+     fallback to RT::URI::base resolver, so $uri->IsLocal and
+     other methods wouldn't die but return undef
+   r31585@truegrounds (orig r5315):  ruz | 2006-05-28 07:19:20 -0400
+   * Use "Requestor.id = $requestor->id" search instead of search by email address
+     as latter is not indexed
+   r31587@truegrounds (orig r5317):  ruz | 2006-05-30 16:13:02 -0400
+   * If current user changes owner from somebody else to nobody user,
+     the action fails with "You can only reassign tickets that you own
+     or that are unowned", but we must change owner if he has no right
+     to own tickets in dest queue. Do it with Force and with SystemUser
+     context.
+   r31670@truegrounds (orig r5400):  ruz | 2006-06-16 20:40:24 -0400
+   * not default mail plugins has been broken during last refactoring
+   ** move a code back into its scope
+   ** don't forget to store $_ in $Class when $_ matches ^RT::Interface::Email
+   r35569@truegrounds (orig r5476):  ruz | 2006-06-27 17:21:07 -0400
+   * nothing special, small changes I'd changed during
+     the hunt over a bug
+   r35573@truegrounds (orig r5480):  ruz | 2006-06-27 20:05:49 -0400
+   * minor formatting
+   r35575@truegrounds (orig r5482):  ruz | 2006-06-28 17:25:18 -0400
+   * add tests for unsafe mailgate commands
+   * fix bugs that were introduced during Email.pm refactoring
+   r35589@truegrounds (orig r5496):  ruz | 2006-06-30 16:09:08 -0400
+   Changes:
+   * new config option $OldestTransactionsFirst that allow
+     administrator to reverse order of transactions on
+     history page
+   
+   r36191@truegrounds (orig r5520):  ruz | 2006-07-04 01:36:46 -0400
+   * forgot to add option to config
+   r36192@truegrounds (orig r5521):  ruz | 2006-07-04 01:38:03 -0400
+   * report error when couldn't create CF
+   r36193@truegrounds (orig r5522):  ruz | 2006-07-04 01:39:21 -0400
+   * we never should call exit from libs
+   r36205@truegrounds (orig r5534):  ruz | 2006-07-06 11:19:46 -0400
+   rt-crontool
+   * add --transaction argument with two possible values: 'first' and 'last'
+   * add --transaction-type argument to allow users select type of transactions
+   ** these transactions would be passed to scrips for processing, so users
+      can use conditions, actions and templates that check or use properties of
+      transaction
+   
+   * also some existant actions, conditions and templates require scrip or
+     scrip action objects to process normally, as we have no these objects
+     available we now pass void (not loaded) objects. This change would allow
+     users to use notify actions with crontool.
+   r36241@truegrounds (orig r5570):  kevinr | 2006-07-13 16:21:31 -0400
+    r14836@sad-girl-in-snow:  kevinr | 2006-07-13 16:17:43 -0400
+    * The RT::Condition::Generic docs were wrong... fixed.
+   
+  
+
+------------------------------------------------------------------------
+r5573 | jesse | 2006-07-17 12:41:35 -0400 (Mon, 17 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+   M /rt/branches/3.6-RELEASE/html/index.html
+
+ r14054@pinglin:  jesse | 2006-07-17 11:28:21 -0400
+ * Switch our redirects to use the new RT::Interface::Web::Redirect method
+
+------------------------------------------------------------------------
+r5572 | jesse | 2006-07-17 12:41:09 -0400 (Mon, 17 Jul 2006) | 13 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+
+ r14053@pinglin:  jesse | 2006-07-17 11:28:00 -0400
+ * Added "Redirect" and "StaticFileHeaders" methods to RT::Interface::Web. 
+ * Redirect is careful to redirect the browser to the same base RT url they're coming from
+   and to close the user's Apache::Session, lest that module try to open two copies
+   of the same prepared session database handle at the same time and fall over.
+ * StaticFileHeaders tells the user's browser that the file being served
+   was last modified at last server start and should be cached for approximately
+   a month.  Better would be to use the Heuristics that Jifty::View::Static provides.
+
+------------------------------------------------------------------------
+r5571 | jesse | 2006-07-17 12:40:48 -0400 (Mon, 17 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   D /rt/branches/3.6-RELEASE/html/NoAuth/ahah.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/autohandler
+   M /rt/branches/3.6-RELEASE/html/NoAuth/images/autohandler
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/autohandler
+
+ r14052@pinglin:  jesse | 2006-07-17 11:23:30 -0400
+ * Started generating better caching headers for css, image and js files
+
+------------------------------------------------------------------------
+r5528 | trs | 2006-07-04 17:59:19 -0400 (Tue, 04 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/autohandler
+
+ r13934@zot:  tom | 2006-07-04 17:59:07 -0400
+ Add an HTTP "Expires" header to CSS files so they expire in a year (and aren't reloaded on every request)
+
+------------------------------------------------------------------------
+r5524 | robert | 2006-07-04 02:37:00 -0400 (Tue, 04 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway
+
+ r5611@bear:  rspier | 2006-07-03 23:36:20 -0700
+ Add Pre hook to mail-gateway
+
+------------------------------------------------------------------------
+r5523 | robert | 2006-07-04 02:36:40 -0400 (Tue, 04 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.6-RELEASE/html/Elements/QueryString
+   M /rt/branches/3.6-RELEASE/html/Ticket/Update.html
+
+ r5607@bear:  rspier | 2006-07-03 20:30:15 -0700
+ Hide a handful of warnings in a quick and dirty way
+
+------------------------------------------------------------------------
+r5519 | robert | 2006-07-03 21:31:03 -0400 (Mon, 03 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+   A /rt/branches/3.6-RELEASE/lib/t/regression/27verp.t
+
+ r5600@bear:  rspier | 2006-07-03 18:27:29 -0700
+ Initial support for configurable VERP
+
+------------------------------------------------------------------------
+r5518 | robert | 2006-07-03 21:30:50 -0400 (Mon, 03 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+
+ r5599@bear:  rspier | 2006-07-03 18:03:10 -0700
+ Add a Date: header to outbound email messages
+
+------------------------------------------------------------------------
+r5517 | robert | 2006-07-03 21:30:36 -0400 (Mon, 03 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/User/Prefs.html
+
+ r5598@bear:  rspier | 2006-07-03 17:45:55 -0700
+ Add id's to the TitleBox wrappers so we can easily make them invisible from the stylesheet
+
+------------------------------------------------------------------------
+r5497 | robert | 2006-07-03 13:17:51 -0400 (Mon, 03 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/configure.ac
+
+ r5577@bear:  rspier | 2006-07-03 10:17:32 -0700
+ Update version string
+
+------------------------------------------------------------------------
+r5489 | kevinr | 2006-06-29 14:41:08 -0400 (Thu, 29 Jun 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
+
+ r14127@sad-girl-in-snow:  kevinr | 2006-06-29 14:40:28 -0400
+ * Added todo_skip tests for linking via the rt command-line tool.
+
+------------------------------------------------------------------------
+r5485 | ruz | 2006-06-28 18:15:28 -0400 (Wed, 28 Jun 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/sbin/rt-dump-database.in
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+
+* every RT script that uses the API must use local libs
+------------------------------------------------------------------------
+r5481 | ruz | 2006-06-28 13:55:11 -0400 (Wed, 28 Jun 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE/bin/rt.in
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/REST.pm
+
+Based on patch from Philip Kime.
+* sort bt numbers first then by letters in expand_list
+* get rid of warnings
+
+------------------------------------------------------------------------
+r5418 | ruz | 2006-06-23 17:22:53 -0400 (Fri, 23 Jun 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/Googleish.pm
+
+* typo, package is Googleish, we load local/vendor Googlish
+------------------------------------------------------------------------
+r5408 | jesse | 2006-06-19 18:45:12 -0400 (Mon, 19 Jun 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/Footer
+
+ r12787@pinglin:  jesse | 2006-06-19 18:43:43 -0400
+ * Set the visible copyright string to 2006
+
+------------------------------------------------------------------------
+r5407 | jesse | 2006-06-19 18:44:04 -0400 (Mon, 19 Jun 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/Makefile.in
+   M /rt/branches/3.6-RELEASE/README
+   M /rt/branches/3.6-RELEASE/bin/mason_handler.fcgi.in
+   M /rt/branches/3.6-RELEASE/bin/mason_handler.scgi.in
+   M /rt/branches/3.6-RELEASE/bin/mason_handler.svc.in
+   M /rt/branches/3.6-RELEASE/bin/rt-crontool.in
+   M /rt/branches/3.6-RELEASE/bin/rt-mailgate.in
+   M /rt/branches/3.6-RELEASE/bin/rt.in
+   M /rt/branches/3.6-RELEASE/bin/standalone_httpd.in
+   M /rt/branches/3.6-RELEASE/bin/webmux.pl.in
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/Objects.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/CustomFields/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/CreateUserCalled
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditCustomField
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/EditScrip
+   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/Admin/Elements/EditUserComments
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/GlobalCustomFieldTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/GroupTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/Header
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ModifyTemplate
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ObjectCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/PickCustomFields
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/PickObjects
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/QueueTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectCustomFieldLookupType
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectGroups
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectModifyQueue
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectModifyUser
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectRights
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectScrip
+   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/SelectSingleOrMultiple
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectStage
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectTemplate
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SelectUsers
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/SystemTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ToolTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/UserTabs
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/Groups.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/Users.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/CustomFields/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/GroupRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Scrip.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Scrips.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Template.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/Templates.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/UserRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/CustomFields.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/GroupRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/History.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/Members.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/UserRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Groups/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/CustomField.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/CustomFields.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/GroupRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/People.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Scrip.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Scrips.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Template.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/Templates.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/UserRights.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Queues/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Tools/Configuration.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Tools/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/CustomFields.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/History.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Memberships.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/index.html
+   M /rt/branches/3.6-RELEASE/html/Admin/autohandler
+   M /rt/branches/3.6-RELEASE/html/Admin/index.html
+   M /rt/branches/3.6-RELEASE/html/Approvals/Display.html
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/Approve
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/ShowDependency
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Approvals/index.html
+   M /rt/branches/3.6-RELEASE/html/Download/CustomFieldValue/dhandler
+   M /rt/branches/3.6-RELEASE/html/Download/Tabular/dhandler
+   M /rt/branches/3.6-RELEASE/html/Elements/BevelBoxRaisedEnd
+   M /rt/branches/3.6-RELEASE/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/3.6-RELEASE/html/Elements/Callback
+   M /rt/branches/3.6-RELEASE/html/Elements/Checkbox
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/Header
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/ParseFormat
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.6-RELEASE/html/Elements/CreateTicket
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomField
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldBinary
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldCombobox
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldFreeform
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldImage
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldText
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldWikitext
+   M /rt/branches/3.6-RELEASE/html/Elements/EditLinks
+   M /rt/branches/3.6-RELEASE/html/Elements/Error
+   M /rt/branches/3.6-RELEASE/html/Elements/Footer
+   M /rt/branches/3.6-RELEASE/html/Elements/GotoTicket
+   M /rt/branches/3.6-RELEASE/html/Elements/Header
+   M /rt/branches/3.6-RELEASE/html/Elements/ListActions
+   M /rt/branches/3.6-RELEASE/html/Elements/Login
+   M /rt/branches/3.6-RELEASE/html/Elements/Logo
+   M /rt/branches/3.6-RELEASE/html/Elements/Menu
+   M /rt/branches/3.6-RELEASE/html/Elements/MessageBox
+   M /rt/branches/3.6-RELEASE/html/Elements/MyAdminQueues
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
+   M /rt/branches/3.6-RELEASE/html/Elements/MyReminders
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRequests
+   M /rt/branches/3.6-RELEASE/html/Elements/MySupportQueues
+   M /rt/branches/3.6-RELEASE/html/Elements/MyTickets
+   M /rt/branches/3.6-RELEASE/html/Elements/PageLayout
+   M /rt/branches/3.6-RELEASE/html/Elements/QueryString
+   M /rt/branches/3.6-RELEASE/html/Elements/QueueSummary
+   M /rt/branches/3.6-RELEASE/html/Elements/QuickCreate
+   M /rt/branches/3.6-RELEASE/html/Elements/Quicksearch
+   M /rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.6-RELEASE/html/Elements/Refresh
+   M /rt/branches/3.6-RELEASE/html/Elements/RefreshHomepage
+   M /rt/branches/3.6-RELEASE/html/Elements/ScrubHTML
+   M /rt/branches/3.6-RELEASE/html/Elements/Section
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectAttachmentField
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectBoolean
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectCustomFieldValue
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectDate
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectDateRelation
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectDateType
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectEqualityOperator
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectGroups
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectLang
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectLinkType
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectMatch
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectNewTicketQueue
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectOwner
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectQueue
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectResultsPerPage
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectSortOrder
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectStatus
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectTicketSortBy
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectTicketTypes
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectTimeUnits
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectUsers
+   M /rt/branches/3.6-RELEASE/html/Elements/SelectWatcherType
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFieldBinary
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFieldImage
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFieldWikitext
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowLink
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowLinks
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowMemberships
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
+   M /rt/branches/3.6-RELEASE/html/Elements/SimpleSearch
+   M /rt/branches/3.6-RELEASE/html/Elements/Submit
+   M /rt/branches/3.6-RELEASE/html/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Elements/TicketList
+   M /rt/branches/3.6-RELEASE/html/Elements/TitleBox
+   M /rt/branches/3.6-RELEASE/html/Elements/TitleBoxEnd
+   M /rt/branches/3.6-RELEASE/html/Elements/TitleBoxStart
+   M /rt/branches/3.6-RELEASE/html/Elements/ValidateCustomFields
+   M /rt/branches/3.6-RELEASE/html/Helpers/CalPopup.html
+   M /rt/branches/3.6-RELEASE/html/NoAuth/Logout.html
+   M /rt/branches/3.6-RELEASE/html/NoAuth/Reminder.html
+   M /rt/branches/3.6-RELEASE/html/NoAuth/ahah.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/body.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/footer.css
+   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/header.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/login.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/main.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/misc.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/nav.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/quickbar.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/ticket.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/titlebox.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.4-compat/transactions.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/approvals.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/body.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/footer.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/forms.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/header.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/login.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/logo.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/main.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/misc.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/nav.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/quickbar.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/ticket.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/transactions.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/autohandler
+   M /rt/branches/3.6-RELEASE/html/NoAuth/css/print.css
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/ahah.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/autohandler
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/cascaded.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/class.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/combobox.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/list.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/titlebox-state.js
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/util.js
+   M /rt/branches/3.6-RELEASE/html/Prefs/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
+   M /rt/branches/3.6-RELEASE/html/Prefs/Quicksearch.html
+   M /rt/branches/3.6-RELEASE/html/Prefs/Search.html
+   M /rt/branches/3.6-RELEASE/html/Prefs/SearchOptions.html
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/queue/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/queue/ns
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/comment
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/links
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/merge
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/take
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/user/default
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/user/ns
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/autohandler
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/dhandler
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/logout
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/search/dhandler
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/search/ticket
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/comment
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/link
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/merge
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE/html/Search/Bulk.html
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
+   M /rt/branches/3.6-RELEASE/html/Search/Edit.html
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/BuildFormatString
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/Chart
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/DisplayOptions
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditFormat
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditQuery
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/EditSearches
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/NewListActions
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/PickBasics
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/PickCFs
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/PickCriteria
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SearchPrivacy
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SearchesForObject
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectAndOr
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectChartType
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectGroup
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectGroupBy
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectLinks
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectPersonType
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectSearchObject
+   M /rt/branches/3.6-RELEASE/html/Search/Elements/SelectSearchesForObjects
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
+   M /rt/branches/3.6-RELEASE/html/Search/Results.rdf
+   M /rt/branches/3.6-RELEASE/html/Search/Results.tsv
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Attachment/dhandler
+   M /rt/branches/3.6-RELEASE/html/SelfService/Closed.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Create.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/CreateTicketInQueue.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/GotoTicket
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/Header
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/SelfService/Error.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Prefs.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/Update.html
+   M /rt/branches/3.6-RELEASE/html/SelfService/index.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Attachment/dhandler
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/AddWatchers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/BulkLinks
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditBasics
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditCustomField
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditDates
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditPeople
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/EditWatchers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/FindAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Reminders
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowBasics
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowCustomFields
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowDates
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowDependencies
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMessageHeaders
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMessageStanza
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowPeople
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTime
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowUserEntry
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Ticket/History.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Modify.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyDates.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyLinks.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyPeople.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Reminders.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/3.6-RELEASE/html/Ticket/Update.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Tools/MyDay.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Offline.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/CreatedByDates.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/ResolvedByDates.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/ResolvedByOwner.html
+   M /rt/branches/3.6-RELEASE/html/Tools/Reports/index.html
+   M /rt/branches/3.6-RELEASE/html/Tools/index.html
+   M /rt/branches/3.6-RELEASE/html/User/Delegation.html
+   M /rt/branches/3.6-RELEASE/html/User/Elements/DelegateRights
+   M /rt/branches/3.6-RELEASE/html/User/Elements/GroupTabs
+   M /rt/branches/3.6-RELEASE/html/User/Elements/Tabs
+   M /rt/branches/3.6-RELEASE/html/User/Groups/Members.html
+   M /rt/branches/3.6-RELEASE/html/User/Groups/Modify.html
+   M /rt/branches/3.6-RELEASE/html/User/Groups/index.html
+   M /rt/branches/3.6-RELEASE/html/User/Prefs.html
+   M /rt/branches/3.6-RELEASE/html/Widgets/ComboBox
+   M /rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
+   M /rt/branches/3.6-RELEASE/html/Widgets/TitleBox
+   M /rt/branches/3.6-RELEASE/html/Widgets/TitleBoxEnd
+   M /rt/branches/3.6-RELEASE/html/Widgets/TitleBoxStart
+   M /rt/branches/3.6-RELEASE/html/autohandler
+   M /rt/branches/3.6-RELEASE/html/index.html
+   M /rt/branches/3.6-RELEASE/html/l
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ACL.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ACL_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/Autoreply.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/Notify.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/NotifyAsComment.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/RecordComment.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/RecordCorrespondence.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/ResolveMembers.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SetPriority.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/UserDefined.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachment.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachments.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attribute.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attributes.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Base.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMember.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMembers.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/AnyTransaction.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/BeforeDue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/Overdue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/PriorityChange.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/PriorityExceeds.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/QueueChange.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/StatusChange.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Condition/UserDefined.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CurrentUser.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValues.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFieldValues_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFields.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Date.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/EmailParser.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Group.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/GroupMember.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/GroupMembers.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Group_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Groups.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Groups_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Handle.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/i_default.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/CLI.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email/Auth/GnuPG.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/REST.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Menu/Item.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Menu.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/QueryBuilder.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web/Standalone.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Link.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Link_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Links.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Links_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomField.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValues.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomField_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFields.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ObjectCustomFields_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principals.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principals_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queues.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Queues_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Reminders.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets/Entry.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Report/Tickets.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearches.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrip.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripAction.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripActions.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripCondition.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripConditions.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrips.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/FromSQL.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/Generic.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Search/Googleish.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/SearchBuilder.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/System.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Template.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Templates.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Templates_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transactions.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/base.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI/t.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/URI.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/User.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Users.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
+   M /rt/branches/3.6-RELEASE/sbin/extract-message-catalog
+   M /rt/branches/3.6-RELEASE/sbin/extract_pod_tests
+   M /rt/branches/3.6-RELEASE/sbin/factory
+   M /rt/branches/3.6-RELEASE/sbin/license_tag
+   M /rt/branches/3.6-RELEASE/sbin/regression_harness
+   M /rt/branches/3.6-RELEASE/sbin/rt-dump-database.in
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+ r12786@pinglin:  jesse | 2006-06-19 18:42:15 -0400
+ * Ran the copyright tagger, updated for 2006.
+
+------------------------------------------------------------------------
+r5393 | jesse | 2006-06-16 09:01:26 -0400 (Fri, 16 Jun 2006) | 8 lines
+Changed paths:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
+
+ r12704@pinglin:  jesse | 2006-06-16 15:00:26 +0200
+ RT-Ticket: 7608
+ RT-Status: resolved
+ RT-Update: correspond
+ * removed redundant Calendar::Simple from the dependencies
+
+------------------------------------------------------------------------
+r5367 | jesse | 2006-06-15 03:52:50 -0400 (Thu, 15 Jun 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.6-RELEASE/releng.cnf
+
+* Releng.cnf tweaks
+------------------------------------------------------------------------
+r5366 | jesse | 2006-06-15 03:49:42 -0400 (Thu, 15 Jun 2006) | 1 line
+Changed paths:
+   D /rt/branches/3.5-TESTING
+   A /rt/branches/3.6-RELEASE (from /rt/branches/3.5-TESTING:5361)
+
+Moving to the 3.6 release branch
+------------------------------------------------------------------------
+r5361 | jesse | 2006-06-14 18:34:59 -0400 (Wed, 14 Jun 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r12610@pinglin:  jesse | 2006-06-15 00:33:56 +0200
+  * Bumping for 3.6.0 release
+
+------------------------------------------------------------------------
+r5338 | kevinr | 2006-06-05 15:41:19 -0400 (Mon, 05 Jun 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r13080@sad-girl-in-snow:  kevinr | 2006-06-05 15:40:36 -0400
+ * Added docs for 'rt <take|untake|steal>'
+ * Some small doc clean-up
+
+------------------------------------------------------------------------
+r5337 | kevinr | 2006-06-05 15:41:08 -0400 (Mon, 05 Jun 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r13079@sad-girl-in-snow:  kevinr | 2006-06-05 15:23:21 -0400
+ * Updated the CLI test suite so it doesn't depend on any other tests running
+ before it.
+
+------------------------------------------------------------------------
+r5316 | jesse | 2006-05-29 18:38:53 -0400 (Mon, 29 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+
+ r9889@pinglin:  jesse | 2006-05-29 18:37:55 -0400
+  * The german translation had been corrupted
+
+------------------------------------------------------------------------
+r5308 | jesse | 2006-05-26 13:33:55 -0400 (Fri, 26 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r9855@jesse-vincents-computer-2:  jesse | 2006-05-26 13:33:19 -0400
+ *RC3
+
+------------------------------------------------------------------------
+r5307 | ruz | 2006-05-26 12:42:33 -0400 (Fri, 26 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/default
+
+* vsplit Requestor, Cc and AdminCc field on create
+------------------------------------------------------------------------
+r5306 | ruz | 2006-05-26 12:40:22 -0400 (Fri, 26 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+* drop old bits
+------------------------------------------------------------------------
+r5304 | ruz | 2006-05-26 11:50:44 -0400 (Fri, 26 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+* add untake action
+------------------------------------------------------------------------
+r5303 | ruz | 2006-05-26 11:15:46 -0400 (Fri, 26 May 2006) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/take
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+* take/steal actions in CLI
+** pass 'take|steal|untake' as Action argument to REST
+** don't check rights in REST interface, SetOwner do that for us
+** return more descriptive message when we try to take ticket from
+   other user
+** all tests pass
+------------------------------------------------------------------------
+r5302 | jesse | 2006-05-26 00:12:03 -0400 (Fri, 26 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r9835@jesse-vincents-computer-2:  jesse | 2006-05-26 00:07:45 -0400
+ * dont
+
+------------------------------------------------------------------------
+r5301 | jesse | 2006-05-26 00:11:58 -0400 (Fri, 26 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/search/ticket
+
+ r9834@jesse-vincents-computer-2:  jesse | 2006-05-26 00:07:24 -0400
+  * Back out mistaken change
+
+------------------------------------------------------------------------
+r5300 | jesse | 2006-05-26 00:11:51 -0400 (Fri, 26 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/dhandler
+
+ r9833@jesse-vincents-computer-2:  jesse | 2006-05-26 00:07:09 -0400
+ * Typo fix 
+
+------------------------------------------------------------------------
+r5299 | jesse | 2006-05-26 00:11:37 -0400 (Fri, 26 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/take
+
+ r9832@jesse-vincents-computer-2:  jesse | 2006-05-26 00:06:54 -0400
+  *Fix compilation errors on wip to help make tests not bomb out
+
+------------------------------------------------------------------------
+r5298 | jesse | 2006-05-26 00:11:28 -0400 (Fri, 26 May 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/search/ticket
+
+ r9831@jesse-vincents-computer-2:  jesse | 2006-05-25 23:20:36 -0400
+ * Added custom summary "ticket lists" using the commandline (combining -f and -s) lists.
+ * Fixed a couple small bugs
+
+------------------------------------------------------------------------
+r5297 | jesse | 2006-05-26 00:11:22 -0400 (Fri, 26 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/default
+
+ r9830@jesse-vincents-computer-2:  jesse | 2006-05-25 23:18:44 -0400
+ Stopped using a deprecated API
+
+------------------------------------------------------------------------
+r5296 | jesse | 2006-05-25 21:15:12 -0400 (Thu, 25 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
+
+ r9824@jesse-vincents-computer-2:  jesse | 2006-05-25 21:13:11 -0400
+ * Actually do a credible job of showing html-only email messages in ticket history by downsampling them to plain text.
+
+------------------------------------------------------------------------
+r5295 | jesse | 2006-05-25 21:15:05 -0400 (Thu, 25 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/07rights.t
+
+ r9823@jesse-vincents-computer-2:  jesse | 2006-05-25 21:12:39 -0400
+ * Quieting down some redefinition warnings
+
+------------------------------------------------------------------------
+r5294 | jesse | 2006-05-25 21:14:59 -0400 (Thu, 25 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/3.5-TESTING/html/REST/1.0/dhandler
+
+ r9822@jesse-vincents-computer-2:  jesse | 2006-05-25 21:12:23 -0400
+ * Small fixes to ticket history display
+
+------------------------------------------------------------------------
+r5293 | ruz | 2006-05-25 18:25:21 -0400 (Thu, 25 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/CustomField_Overlay.pm
+
+* return results of the Delete method as it may fail too
+------------------------------------------------------------------------
+r5292 | ruz | 2006-05-25 18:12:05 -0400 (Thu, 25 May 2006) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/14linking.t
+
+* New option StrictLinkACL
+  # When this feature is enabled an user need ModifyTicket right on both
+  # tickets to link them together, otherwise he can have right on any of
+  # two.
+** update Create, _?AddLink, DeleteLink methods
+* fix: we created transaction if some tries to create link that allready
+  exists
+* move all acl checks out from _AddLink to AddLink method
+* cover with every change with tests
+------------------------------------------------------------------------
+r5291 | jesse | 2006-05-25 17:56:01 -0400 (Thu, 25 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/CustomField_Overlay.pm
+
+ r9817@jesse-vincents-computer-2:  jesse | 2006-05-25 17:55:26 -0400
+ * Cleaned up a couple of warnings for redeclared variables
+
+------------------------------------------------------------------------
+r5290 | ruz | 2006-05-24 17:12:02 -0400 (Wed, 24 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/t/regression/13-attribute-tests.t
+
+* Order attributes as we depend on ordering in tests
+------------------------------------------------------------------------
+r5287 | jesse | 2006-05-23 17:30:33 -0400 (Tue, 23 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   D /rt/branches/3.5-TESTING/etc/upgrade/QUEBEC
+
+ r14034@hualien:  jesse | 2006-05-23 17:28:31 -0400
+ * the 3.5 upgrade scripts trump the quebec scripts. we can ignore quebec
+
+------------------------------------------------------------------------
+r5286 | jesse | 2006-05-23 17:30:04 -0400 (Tue, 23 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r13785@hualien:  jesse | 2006-05-14 21:34:01 -0400
+ * 3.6.0rc2
+
+------------------------------------------------------------------------
+r5285 | jesse | 2006-05-23 17:29:50 -0400 (Tue, 23 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r13781@hualien:  jesse | 2006-05-14 21:08:33 -0400
+ * fixed the test count for the cli tests
+
+------------------------------------------------------------------------
+r5284 | jesse | 2006-05-23 17:29:34 -0400 (Tue, 23 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r13780@hualien:  jesse | 2006-05-14 21:08:21 -0400
+  * When using the quick ticket creation widget, set the requestor to the current user
+
+------------------------------------------------------------------------
+r5283 | jesse | 2006-05-23 17:29:21 -0400 (Tue, 23 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+ r13779@hualien:  jesse | 2006-05-14 21:04:13 -0400
+  By popular demand, adding a ticket link doesn't check ACLs on the second ticket
+
+------------------------------------------------------------------------
+r5282 | ruz | 2006-05-23 17:05:16 -0400 (Tue, 23 May 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+
+* add back CustomField metafield
+** this should fix empty results when sorting by CF
+------------------------------------------------------------------------
+r5232 | trs | 2006-05-15 23:10:13 -0400 (Mon, 15 May 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+ r12307@zot:  tom | 2006-05-15 23:09:54 -0400
+ * When adding watchers and checking a user-supplied email address against the current user's, we want to canonicalize it and then compare case-insensitively.
+ * Typo fix
+
+------------------------------------------------------------------------
+r5231 | trs | 2006-05-15 21:13:44 -0400 (Mon, 15 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/configure.ac
+
+ r12305@zot:  tom | 2006-05-15 21:13:20 -0400
+ Revert the group-finding fix as it doesn't work on all platforms
+
+------------------------------------------------------------------------
+r5228 | kevinr | 2006-05-15 14:43:13 -0400 (Mon, 15 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/default
+   A /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/take
+
+ r12583@SAD-GIRL-IN-SNOW:  kevinr | 2006-05-15 14:42:02 -0400
+ * First (*BROKEN*) pass at take/steal/etc.
+
+------------------------------------------------------------------------
+r5227 | jesse | 2006-05-15 14:02:23 -0400 (Mon, 15 May 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+* The change to AddLink ACLs was a bit premature. It was actually a functionality change relative to 3.4
+
+------------------------------------------------------------------------
+r5222 | jesse | 2006-05-14 21:37:17 -0400 (Sun, 14 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r13785@hualien:  jesse | 2006-05-14 21:34:01 -0400
+ * 3.6.0rc2
+
+------------------------------------------------------------------------
+r5221 | jesse | 2006-05-14 21:31:30 -0400 (Sun, 14 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r13781@hualien:  jesse | 2006-05-14 21:08:33 -0400
+ * fixed the test count for the cli tests
+
+------------------------------------------------------------------------
+r5220 | jesse | 2006-05-14 21:31:19 -0400 (Sun, 14 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/index.html
+
+ r13780@hualien:  jesse | 2006-05-14 21:08:21 -0400
+  * When using the quick ticket creation widget, set the requestor to the current user
+
+------------------------------------------------------------------------
+r5219 | jesse | 2006-05-14 21:31:10 -0400 (Sun, 14 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+ r13779@hualien:  jesse | 2006-05-14 21:04:13 -0400
+  By popular demand, adding a ticket link doesn't check ACLs on the second ticket
+
+------------------------------------------------------------------------
+r5202 | ruz | 2006-05-11 03:45:48 -0400 (Thu, 11 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/t/regression/12-search.t
+
+* add test for CF.{cfname} search format
+------------------------------------------------------------------------
+r5201 | ruz | 2006-05-11 03:34:50 -0400 (Thu, 11 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+
+* fixes in searches by CFs
+** CustomFields alias could be undef, we not always join to this table
+** cache both aliases we use (ObjectCustomFieldValues and CustomFields)
+------------------------------------------------------------------------
+r5200 | ruz | 2006-05-11 03:31:30 -0400 (Thu, 11 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/t/regression/12-search.t
+
+* add several CF searches that are failing
+------------------------------------------------------------------------
+r5199 | ruz | 2006-05-11 03:30:35 -0400 (Thu, 11 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+* drop noisy unint warning
+------------------------------------------------------------------------
+r5182 | trs | 2006-05-08 22:08:15 -0400 (Mon, 08 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
+
+ r10382@zot:  tom | 2006-05-08 22:07:05 -0400
+ Some fixes for horizontal scrolling problems (the query builder will still cause horizontal scroll if the window isn't wide enough, however, as a result of it's layout)
+
+------------------------------------------------------------------------
+r5181 | trs | 2006-05-08 21:07:04 -0400 (Mon, 08 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/configure.ac
+
+ r10380@zot:  tom | 2006-05-08 21:06:34 -0400
+ More robust way of figuring out the user's group which doesn't rely on order
+
+------------------------------------------------------------------------
+r5180 | kevinr | 2006-05-08 19:20:16 -0400 (Mon, 08 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r12580@SAD-GIRL-IN-SNOW:  kevinr | 2006-05-08 19:18:46 -0400
+ * Spec'd out tests for 'take' and 'steal' via the CLI
+
+------------------------------------------------------------------------
+r5179 | kevinr | 2006-05-08 19:19:27 -0400 (Mon, 08 May 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
+
+ r12465@SAD-GIRL-IN-SNOW:  kevinr | 2006-05-01 19:24:23 -0400
+ * Err, actually changed the warnings to debugs, as opposed to commenting them
+ out.  Oops.
+
+------------------------------------------------------------------------
+r5177 | jesse | 2006-05-08 11:38:03 -0400 (Mon, 08 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r13308@hualien:  jesse | 2006-05-08 11:36:46 -0400
+ * RC 1
+
+------------------------------------------------------------------------
+r5176 | jesse | 2006-05-08 11:37:46 -0400 (Mon, 08 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/cs.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/da.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/en.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/es.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fi.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/he.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/hu.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/it.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ja.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/nl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/no.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ru.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_tw.po
+
+ r13307@hualien:  jesse | 2006-05-08 11:36:06 -0400
+ * Message catalogs updated
+
+------------------------------------------------------------------------
+r5175 | jesse | 2006-05-08 11:37:40 -0400 (Mon, 08 May 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING/html/Elements/ShowCustomFields
+
+ r13302@hualien:  jesse | 2006-05-08 11:20:08 -0400
+ RT-Ticket: 7511
+ RT-Status: resolved
+ RT-Update: correspond
+ * Patch from Todd Chapman to add callbacks to customize custom field entry widgets 
+
+------------------------------------------------------------------------
+r5147 | kevinr | 2006-05-01 18:31:18 -0400 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r12460@sad-girl-in-snow:  kevinr | 2006-05-01 18:30:24 -0400
+ * Added tests for merge via the CLI
+
+------------------------------------------------------------------------
+r5146 | kevinr | 2006-05-01 18:31:06 -0400 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   A /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/merge
+
+ r12459@sad-girl-in-snow:  kevinr | 2006-05-01 18:12:40 -0400
+ * Made merging tickets via the REST interface and the CLI tool work 
+
+------------------------------------------------------------------------
+r5145 | kevinr | 2006-05-01 18:30:57 -0400 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
+
+ r12458@sad-girl-in-snow:  kevinr | 2006-05-01 17:37:01 -0400
+ * Changed a couple warning messages to debugs in the REST comment code
+
+------------------------------------------------------------------------
+r5143 | kevinr | 2006-05-01 15:57:50 -0400 (Mon, 01 May 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r12456@sad-girl-in-snow:  kevinr | 2006-05-01 15:57:14 -0400
+ * Applied David Schweikert's patch to only invoke Term::ReadLine when we're 
+ actually going to be using it.
+
+------------------------------------------------------------------------
+r5142 | kevinr | 2006-05-01 15:18:02 -0400 (Mon, 01 May 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r12449@sad-girl-in-snow:  kevinr | 2006-05-01 15:15:43 -0400
+ * Updated the CLI test suite to check that commenting and replying actually
+ work now
+
+------------------------------------------------------------------------
+r5141 | kevinr | 2006-05-01 15:17:28 -0400 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/links
+
+ r12277@sad-girl-in-snow:  kevinr | 2006-04-24 21:12:50 -0400
+ * Changed the other REST Forms to use <%INIT> instead of <%perl>
+
+------------------------------------------------------------------------
+r5140 | kevinr | 2006-05-01 15:17:18 -0400 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
+
+ r12276@sad-girl-in-snow:  kevinr | 2006-04-24 21:00:07 -0400
+ * Fixed the error-out after commenting via the CLI tool
+
+------------------------------------------------------------------------
+r5139 | kevinr | 2006-05-01 15:17:01 -0400 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
+   M /rt/branches/3.5-TESTING/html/REST/1.0/dhandler
+
+ r12275@sad-girl-in-snow:  kevinr | 2006-04-24 20:44:24 -0400
+ * Cleaned up the REST comment form and the dhandler a bit.
+
+------------------------------------------------------------------------
+r5138 | kevinr | 2006-05-01 15:16:52 -0400 (Mon, 01 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
+
+ r12274@sad-girl-in-snow:  kevinr | 2006-04-24 20:03:15 -0400
+ * Commenting via the REST interface works now!
+
+------------------------------------------------------------------------
+r5137 | kevinr | 2006-05-01 15:16:39 -0400 (Mon, 01 May 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
+
+ r12273@sad-girl-in-snow:  kevinr | 2006-04-24 19:03:22 -0400
+ * Commenting via the REST interface now doesn't error (although it doesn't
+ actually /do/ anything, either).
+
+------------------------------------------------------------------------
+r5133 | jesse | 2006-04-28 12:29:01 -0400 (Fri, 28 Apr 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/Search/Results.tsv
+
+ r12020@hualien:  jesse | 2006-04-28 12:28:09 -0400
+ David Schweikert pointed out that the new sorting behaviour can break the Bulk update page (and by extension, the spreadsheet download)
+
+------------------------------------------------------------------------
+r5132 | jesse | 2006-04-28 12:28:48 -0400 (Fri, 28 Apr 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Chart
+
+ r12019@hualien:  jesse | 2006-04-28 12:27:03 -0400
+ * If the system GD library can't display PNGs, display GIFs
+
+------------------------------------------------------------------------
+r5119 | ruz | 2006-04-26 16:14:47 -0400 (Wed, 26 Apr 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/sbin/rt-setup-database.in
+
+* intend&style
+* change some die with exits
+------------------------------------------------------------------------
+r5111 | ruz | 2006-04-25 15:45:46 -0400 (Tue, 25 Apr 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditFormat
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditQuery
+   M /rt/branches/3.5-TESTING/html/Widgets/SelectionBox
+
+* add spaces around Left, Right, Up, Down arrows because bug in WWW::Mechanize
+** http://rt.cpan.org/Ticket/Display.html?id=18921
+------------------------------------------------------------------------
+r5061 | jesse | 2006-04-24 11:07:22 -0400 (Mon, 24 Apr 2006) | 12 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowRequestor
+
+ r11845@hualien:  jesse | 2006-04-24 11:06:51 -0400
+ On the Ticket page, if you click on the "More about Requestor" link, you
+ get to the Admin/Users/Modify.html page, but if you don't have the
+ AdminUsers privilege, you only get a blank page.
+ This patch removes the link if the user doesn't have that privilege.
+ David Schweikert        | phone: +41 44 632 7019
+ System manager ISG.EE   | walk:  ETH Zentrum, ETL F24.1
+ ETH Zurich, Switzerland | web:   http://people.ee.ethz.ch/dws
+
+------------------------------------------------------------------------
+r5048 | ruz | 2006-04-18 19:06:57 -0400 (Tue, 18 Apr 2006) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+* install modules after all checks
+* test that CPAN.pm is configured and exit otherwise
+* use eval with CPAN.pm
+* output some suggestions if CPAN shell fails terribly
+** this happens for me with CPAN-1.87, syntax error in FirstTime.pm
+
+------------------------------------------------------------------------
+r5026 | trs | 2006-04-12 20:41:25 -0400 (Wed, 12 Apr 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTime
+
+ r9771@wintermute:  tom | 2006-04-12 20:39:24 -0400
+ Rodney Rindels pointed out that nothing is displayed if the time values are too large.  r3818 should have made the 'elsif' an 'else' when it removed the original 'else'.
+
+------------------------------------------------------------------------
+r5025 | trs | 2006-04-12 19:27:16 -0400 (Wed, 12 Apr 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/SelectQueue
+
+ r9767@wintermute:  tom | 2006-04-12 19:26:09 -0400
+ Cache in the session instead of the mason cache
+
+------------------------------------------------------------------------
+r5006 | kevinr | 2006-04-11 01:10:01 -0400 (Tue, 11 Apr 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
+
+ r12018@sad-girl-in-snow:  kevinr | 2006-04-11 01:08:53 -0400
+ * Copied the old comment code over to the place where the new codepath is 
+   looking for it, and started to look at making it work.  It's not there yet,
+   but it will be soon.
+
+------------------------------------------------------------------------
+r5005 | kevinr | 2006-04-11 01:09:29 -0400 (Tue, 11 Apr 2006) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   M /rt/branches/3.5-TESTING/html/REST/1.0/dhandler
+
+ r12015@sad-girl-in-snow:  kevinr | 2006-04-10 21:53:13 -0400
+ * Added a comment to dhandler to reflect one of the duties it *should* have
+ * Fixed the default server location to point to RT's default location
+ * Made the command-line tool default to shell mode if no arguments are passed
+   to it
+
+------------------------------------------------------------------------
+r5004 | kevinr | 2006-04-10 22:25:24 -0400 (Mon, 10 Apr 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.5-TESTING/html/REST/1.0/dhandler
+   M /rt/branches/3.5-TESTING/html/REST/1.0/ticket/comment
+
+ r12014@sad-girl-in-snow:  kevinr | 2006-04-10 21:25:57 -0400
+ * Fixed a couple minor bits of ugly code and a comment
+
+------------------------------------------------------------------------
+r5003 | kevinr | 2006-04-10 22:24:50 -0400 (Mon, 10 Apr 2006) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r12013@sad-girl-in-snow:  kevinr | 2006-04-10 20:45:06 -0400
+ * Discovered that, when attempting to comment via the command-line tool, the
+   RT instance thought it was being asked to find a ticket with an id of 
+   'comment'.  Flipped the order of the terms in the URL we're requesting so 
+   that they fit the canonical order.
+
+------------------------------------------------------------------------
+r5002 | kevinr | 2006-04-10 19:02:25 -0400 (Mon, 10 Apr 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r12011@sad-girl-in-snow:  kevinr | 2006-04-10 19:00:46 -0400
+ * Made the command-line tool not spew the entire help text if you give it an
+   unrecognized command
+ * Made the command-line tool ignore a leading 'rt' in a command in shell mode
+   (eg. 'rt create' does the same thing as just 'create')
+ * Added a test for the latter
+
+------------------------------------------------------------------------
+r4997 | jesse | 2006-04-09 22:28:55 -0400 (Sun, 09 Apr 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditFormat
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditQuery
+   M /rt/branches/3.5-TESTING/html/Widgets/SelectionBox
+
+ r11490@hualien:  jesse | 2006-04-09 22:28:32 -0400
+ * HTML arrow cleanup from Joshua Colson
+
+------------------------------------------------------------------------
+r4995 | jesse | 2006-04-07 10:37:40 -0400 (Fri, 07 Apr 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r11132@hualien:  jesse | 2006-04-07 10:35:32 -0400
+ * 3.6.0pre1
+
+------------------------------------------------------------------------
+r4923 | jesse | 2006-03-30 21:03:20 -0500 (Thu, 30 Mar 2006) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/23cfsort.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/24pawsort.t
+
+ r10634@hualien:  jesse | 2006-03-31 11:03:02 +0900
+ RT-Ticket: 7425
+ RT-Status: resolved
+ RT-Update: correspond
+ Test fixes from Todd Chapman
+
+------------------------------------------------------------------------
+r4922 | jesse | 2006-03-30 20:41:00 -0500 (Thu, 30 Mar 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/autohandler
+
+ r10630@hualien:  jesse | 2006-03-31 10:40:29 +0900
+ * perltidied the autohandler per Jim Meyer.
+
+------------------------------------------------------------------------
+r4786 | kevinr | 2006-03-20 21:18:44 -0500 (Mon, 20 Mar 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r11586@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.
+
+------------------------------------------------------------------------
+r4785 | kevinr | 2006-03-20 21:18:29 -0500 (Mon, 20 Mar 2006) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r11585@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. :)
+
+------------------------------------------------------------------------
+r4783 | ruz | 2006-03-20 19:26:00 -0500 (Mon, 20 Mar 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/Prefs/Search.html
+   M /rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html
+
+* fix for multiple OrderBy on edit
+** backport r4622 from 3.7
+------------------------------------------------------------------------
+r4782 | ruz | 2006-03-20 18:00:12 -0500 (Mon, 20 Mar 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyDates.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyPeople.html
+
+* return back components calls dropped by rev 4562
+------------------------------------------------------------------------
+r4772 | trs | 2006-03-19 00:09:25 -0500 (Sun, 19 Mar 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r9240@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.
+
+------------------------------------------------------------------------
+r4770 | alexmv | 2006-03-16 17:10:00 -0500 (Thu, 16 Mar 2006) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Submit
+
+ r8588@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="..."
+
+------------------------------------------------------------------------
+r4755 | kevinr | 2006-03-13 21:49:47 -0500 (Mon, 13 Mar 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r11461@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.
+
+------------------------------------------------------------------------
+r4754 | kevinr | 2006-03-13 21:49:21 -0500 (Mon, 13 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r11460@SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 19:57:10 -0500
+ * Gave the RT CLI tests a plan
+
+------------------------------------------------------------------------
+r4753 | kevinr | 2006-03-13 21:48:45 -0500 (Mon, 13 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r11459@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
+
+------------------------------------------------------------------------
+r4752 | kevinr | 2006-03-13 21:47:52 -0500 (Mon, 13 Mar 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/02basic_web.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/03web_compiliation_errors.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/06mailgateway.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/07acl.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/08web_cf_access.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/17custom_search.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/18custom_frontpage.t
+
+ r11458@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.
+
+------------------------------------------------------------------------
+r4744 | kevinr | 2006-03-13 18:42:01 -0500 (Mon, 13 Mar 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r11456@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
+
+------------------------------------------------------------------------
+r4743 | kevinr | 2006-03-13 18:28:23 -0500 (Mon, 13 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r11452@SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 18:27:41 -0500
+ * Tests for modification of users, groups, and queues from the CLI
+
+------------------------------------------------------------------------
+r4740 | kevinr | 2006-03-13 16:52:02 -0500 (Mon, 13 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r11449@SAD-GIRL-IN-SNOW:  kevinr | 2006-03-13 16:50:42 -0500
+ * Added tests for listing and showing tickets from the command line
+
+------------------------------------------------------------------------
+r4739 | kevinr | 2006-03-13 16:51:18 -0500 (Mon, 13 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r11363@SAD-GIRL-IN-SNOW:  kevinr | 2006-03-06 23:33:15 -0500
+ * Added basic Term::ReadLine support to the CLI
+
+------------------------------------------------------------------------
+r4726 | jesse | 2006-03-13 01:29:18 -0500 (Mon, 13 Mar 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+
+------------------------------------------------------------------------
+r4725 | jesse | 2006-03-13 01:28:53 -0500 (Mon, 13 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+
+ r26050@truegrounds:  jesse | 2006-03-12 20:05:18 -0800
+ * Switched the LinkTransactionsRunOneScrip default, tx to Todd Chapman
+
+------------------------------------------------------------------------
+r4706 | kevinr | 2006-03-06 21:46:17 -0500 (Mon, 06 Mar 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r11357@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
+
+------------------------------------------------------------------------
+r4701 | kevinr | 2006-03-06 18:24:39 -0500 (Mon, 06 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r11355@SAD-GIRL-IN-SNOW:  kevinr | 2006-03-06 18:23:38 -0500
+ * Added the beginnings of CLI tests
+
+------------------------------------------------------------------------
+r4688 | jesse | 2006-03-04 17:51:25 -0500 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+
+ r25526@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
+
+------------------------------------------------------------------------
+r4687 | jesse | 2006-03-04 17:51:08 -0500 (Sat, 04 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
+
+ r24842@truegrounds:  jesse | 2006-03-01 13:13:35 -0800
+ * that extra slash causes breakage
+
+------------------------------------------------------------------------
+r4566 | jesse | 2006-02-21 17:35:15 -0500 (Tue, 21 Feb 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r24495@truegrounds:  jesse | 2006-02-21 17:33:52 -0500
+ * 3.6.0pre0
+
+------------------------------------------------------------------------
+r4565 | jesse | 2006-02-21 17:31:37 -0500 (Tue, 21 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/html/Elements/TitleBoxEnd
+   A /rt/branches/3.5-TESTING/html/Elements/TitleBoxStart
+
+ r24493@truegrounds:  jesse | 2006-02-21 17:30:01 -0500
+ * Wrappers for 3.4 compatibility
+
+------------------------------------------------------------------------
+r4564 | jesse | 2006-02-21 16:32:09 -0500 (Tue, 21 Feb 2006) | 2 lines
+Changed paths:
+   A /rt/branches/3.5-TESTING/html/Elements/TitleBox
+
+* Titlebox component for compatibility with 3.4
+
+------------------------------------------------------------------------
+r4563 | jesse | 2006-02-21 16:25:00 -0500 (Tue, 21 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   A /rt/branches/3.5-TESTING/html/NoAuth/js/ahah.js
+
+ r24478@truegrounds:  jesse | 2006-02-21 14:43:51 -0500
+ * merge touchups
+
+------------------------------------------------------------------------
+r4562 | jesse | 2006-02-21 16:23:06 -0500 (Tue, 21 Feb 2006) | 115 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   M /rt/branches/3.5-TESTING/bin/webmux.pl.in
+   M /rt/branches/3.5-TESTING/etc/schema.Oracle
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/Modify.html
+   M /rt/branches/3.5-TESTING/html/Elements/QuickCreate
+   M /rt/branches/3.5-TESTING/html/Elements/ShowCustomFields
+   A /rt/branches/3.5-TESTING/html/NoAuth/ahah.js
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.5-TESTING/html/Search/Results.tsv
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Modify.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyDates.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyLinks.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyPeople.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Update.html
+   M /rt/branches/3.5-TESTING/html/Tools/Offline.html
+   M /rt/branches/3.5-TESTING/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/3.5-TESTING/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Web.pm
+   M /rt/branches/3.5-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r24477@truegrounds:  jesse | 2006-02-21 14:15:55 -0500
+  r23030@truegrounds:  jesse | 2006-01-31 18:51:02 -0500
+  * Added the ability to make custom fields link to and include content from other systems.
+  r23031@truegrounds:  jesse | 2006-01-31 18:52:13 -0500
+  * Added a note about the AHAH support
+  r23050@truegrounds:  jesse | 2006-02-03 13:34:17 -0500
+  * Added a bunch more callbacks for great justice.
+  r23555@truegrounds:  jesse | 2006-02-09 14:19:23 -0500
+  * missing _ in regex 
+  r23569@truegrounds:  jesse | 2006-02-09 14:48:54 -0500
+  * open links in new windows
+  r23587@truegrounds:  jesse | 2006-02-09 23:13:22 -0500
+  * Reminder editing updates
+  
+  r23593@truegrounds:  jesse | 2006-02-10 14:47:08 -0500
+  * Force the content type inside a js comment
+  r23594@truegrounds:  jesse | 2006-02-10 14:49:27 -0500
+  * wrap the mason directive for setting the content type in a js comment
+  
+  r23812@truegrounds:  jesse | 2006-02-16 14:42:23 -0500
+  * Chaldea release engineering
+  r23814@truegrounds:  jesse | 2006-02-16 16:33:40 -0500
+  * try to make rt.js do the right thing with headers
+  r23826@truegrounds:  jesse | 2006-02-16 21:25:05 -0500
+  * Backport tickets_overlay from 3.5. Fix a bug that stopped search on global custom fields
+  r23835@truegrounds:  jesse | 2006-02-17 13:02:28 -0500
+  * Chaldea r7
+  r24473@truegrounds:  jesse | 2006-02-21 14:05:29 -0500
+   r24470@truegrounds:  jesse | 2006-02-21 13:50:15 -0500
+    r23039@truegrounds (orig r4459):  alexmv | 2006-01-31 21:33:58 -0500
+     r8863@zoq-fot-pik:  chmrr | 2006-01-31 21:33:12 -0500
+      * Collapse ForceOwner and Owner
+      * Fix updating of (Admin)Ccs
+      * Default UpdateType to 'correspond'
+      * Default content-type to 'text/plain'
+    
+    r23040@truegrounds (orig r4460):  alexmv | 2006-01-31 23:42:36 -0500
+     r8868@zoq-fot-pik:  chmrr | 2006-01-31 22:24:18 -0500
+      * Untabify and adjust indenting in one or two places
+    
+    r23041@truegrounds (orig r4461):  alexmv | 2006-01-31 23:42:41 -0500
+     r8869@zoq-fot-pik:  chmrr | 2006-01-31 23:41:57 -0500
+      * Custom field updating during processing
+      * Better error handling when ticket id doesn't exist during update
+    
+    r23082@truegrounds (orig r4473):  alexmv | 2006-02-03 14:32:54 -0500
+     r8895@zoq-fot-pik:  chmrr | 2006-02-03 14:32:05 -0500
+      * 'id' is not longer required to be the first column.  In fact, it's
+     not required at all.  Blank or non-existant 'id' columns will cause it
+     to assume the ticket is new, and come up with an automatic template id
+     for the row.
+    
+    r23515@truegrounds (orig r4504):  alexmv | 2006-02-08 15:01:17 -0500
+     r8969@zoq-fot-pik:  chmrr | 2006-02-08 15:00:00 -0500
+      * Whitespace fixes in Results.tsv
+      * Spit out custom fields as CF-...
+      * During offline upload parsing, try to treat date as ISO first,
+        falling back to unknown
+      * Keep offline upload form from tacking on an extra newline each
+        submit
+      * Minimize yo-yo-ing of status if possible
+      * Allow false values as possible values, as long as they're defined
+      * Cc, AdminCc, and Requestor may be either email addresses or users
+    
+    r23628@truegrounds (orig r4527):  alexmv | 2006-02-10 19:10:22 -0500
+     r9038@zoq-fot-pik:  chmrr | 2006-02-10 19:09:21 -0500
+      * Accept either singular or plural forms of requestor, cc, admincc
+    
+   
+   r24472@truegrounds:  jesse | 2006-02-21 13:57:01 -0500
+    r22894@truegrounds:  jesse | 2006-01-24 07:44:05 -0500
+    * Note that our SQLite dependency is 1.0
+    r22958@truegrounds:  jesse | 2006-01-25 07:08:34 -0500
+    From: Joop van de Wege <JoopvandeWege@mococo.nl>
+    Message-Id: <20060125125248.1A97.JOOPVANDEWEGE@mococo.nl>
+    
+    > There is atleast one problem that I have spotted and that is that
+    > schema.Oracle contains two empty lines in CREATE TABLE
+    > ObjectCustomFieldValues which don't belong there.
+    > That is the second set of errors you get. The first is an indication
+    > that an sequence with that name already exists in the schema of that
+    > Oracle users you're RT installing in.
+    
+    r22960@truegrounds:  jesse | 2006-01-25 07:47:07 -0500
+    * a couple added lines of docs to the cli
+    r22962@truegrounds:  jesse | 2006-01-25 08:18:09 -0500
+    * Updated mandatory fields for ticket creation forms
+    r24471@truegrounds:  jesse | 2006-02-21 13:51:18 -0500
+     r23026@truegrounds (orig r4448):  kevinr | 2006-01-30 19:25:47 -0500
+      r10537@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-30 19:20:52 -0500
+      RT-Ticket: 7289
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      Updated German translation (thanks to Thorsten Brumm)
+     
+     r23132@truegrounds (orig r4497):  alexmv | 2006-02-04 18:34:45 -0500
+      r8936@zoq-fot-pik:  chmrr | 2006-02-04 18:24:38 -0500
+       * Only rmtree if we have something to rm; keeps rmtree from
+      complaining about 'Not root path(s) specified'
+     
+     r23133@truegrounds (orig r4498):  alexmv | 2006-02-04 18:34:51 -0500
+      r8937@zoq-fot-pik:  chmrr | 2006-02-04 18:33:57 -0500
+      RT-Ticket: 7329
+      RT-Status: resolved
+      RT-Update: correspond
+      
+       * Use SelectNewTicketQueue instead of SelectQueue
+      
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r4561 | trs | 2006-02-21 15:20:58 -0500 (Tue, 21 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
+
+ r8719@wintermute:  tom | 2006-02-21 15:19:10 -0500
+ We expect a white background
+
+------------------------------------------------------------------------
+r4558 | kevinr | 2006-02-20 22:24:26 -0500 (Mon, 20 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r11045@sad-girl-in-snow:  kevinr | 2006-02-20 22:23:27 -0500
+ * Added basic documentation for the shell
+
+------------------------------------------------------------------------
+r4557 | kevinr | 2006-02-20 21:50:53 -0500 (Mon, 20 Feb 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r11043@sad-girl-in-snow:  kevinr | 2006-02-20 21:49:38 -0500
+ * Added a 'quit' command (also 'exit') to exit from the shell.  This makes 
+ testing via Test::Expect a *lot* easier.
+
+------------------------------------------------------------------------
+r4556 | kevinr | 2006-02-20 21:42:03 -0500 (Mon, 20 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r10929@sad-girl-in-snow:  kevinr | 2006-02-13 20:15:37 -0500
+ * Fixed a typo in the help for 'rt edit'
+
+------------------------------------------------------------------------
+r4555 | kevinr | 2006-02-20 21:41:46 -0500 (Mon, 20 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
+
+ r10928@sad-girl-in-snow:  kevinr | 2006-02-13 19:44:30 -0500
+ * Laid out a skeleton for the CLI tests
+
+------------------------------------------------------------------------
+r4554 | kevinr | 2006-02-20 21:41:28 -0500 (Mon, 20 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/25scrip_order.t
+
+ r10927@sad-girl-in-snow:  kevinr | 2006-02-13 19:20:37 -0500
+ * Added a plan to the scrip-ordering tests
+
+------------------------------------------------------------------------
+r4550 | jesse | 2006-02-16 21:29:14 -0500 (Thu, 16 Feb 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+
+ r23828@truegrounds:  jesse | 2006-02-16 18:27:41 -0800
+  * Fix for searching on global custom fields
+
+------------------------------------------------------------------------
+r4549 | jesse | 2006-02-16 21:28:52 -0500 (Thu, 16 Feb 2006) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r23511@truegrounds:  jesse | 2006-02-08 10:23:27 -0800
+ RT-Ticket: 7324
+ RT-Status: resolved
+ RT-Update: correspond
+ * Bumped Pg dependency. Joby Walker at University of Washington discovered 
+  incorrect ordering behaviour with DBD::Pg 1.42 and earlier
+
+------------------------------------------------------------------------
+r4503 | ruz | 2006-02-08 05:29:33 -0500 (Wed, 08 Feb 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay_SQL.pm
+
+* make tests reintrant in lib/RT/Tickets_Overlay_SQL.pm
+* queries changes broke several things, for example
+  "id = 123 OR MemberOf = 123", all breakages covered allready
+  in tests.
+
+------------------------------------------------------------------------
+r4502 | trs | 2006-02-07 16:15:21 -0500 (Tue, 07 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r8432@wintermute:  tom | 2006-02-07 16:11:01 -0500
+ Fix undefined warnings
+
+------------------------------------------------------------------------
+r4500 | ruz | 2006-02-06 14:47:28 -0500 (Mon, 06 Feb 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/01ticket_link_searching.t
+
+* backport from 3.7
+* add support for optional OPERATOR argument in LimitLinked(From|To)
+* and add this to methods Limit(HasMemeber|DependsOn|...)
+* in _LinkLimit:
+** support for IS NOT NULL queries ala "has at least one link of defined type"
+** operator '!=' didn't work at all, now it works with meanning "has no link with defined ticket"
+
+------------------------------------------------------------------------
+r4499 | ruz | 2006-02-06 14:35:37 -0500 (Mon, 06 Feb 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/NoAuth/images/autohandler
+
+* opened FILE, but reading from <file>, use $fh instead
+** result off tidy script
+* turn on binmode on handle
+* flush buffers, otherwise we load all file into memmory
+
+------------------------------------------------------------------------
+r4463 | kevinr | 2006-02-02 00:04:27 -0500 (Thu, 02 Feb 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/UPGRADING
+
+ r10741@RANDOM-THREE-NINETY-TWO:  kevinr | 2006-02-02 00:03:25 -0500
+ * Updated the UPGRADING document to reflect the new scrip ordering
+
+------------------------------------------------------------------------
+r4462 | kevinr | 2006-02-01 22:27:10 -0500 (Wed, 01 Feb 2006) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips
+   M /rt/branches/3.5-TESTING/lib/RT/Scrips_Overlay.pm
+   A /rt/branches/3.5-TESTING/lib/t/regression/25scrip_order.t
+
+ r10739@RANDOM-ONE-NINETY-THREE:  kevinr | 2006-02-01 22:26:27 -0500
+ RT-Ticket: 7295
+ RT-Status: resolved
+ RT-Update: correspond
+ We now order scrips by their description, so you can force them to run in a
+ particular order by prepending numbers to their descriptions.  Updated the
+ perldoc and EditScrips UI element to reflect this and wrote tests for it.
+
+------------------------------------------------------------------------
+r4458 | kevinr | 2006-01-31 21:12:46 -0500 (Tue, 31 Jan 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/cascaded.js
+
+ r10725@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-31 21:08:57 -0500
+ * Reverted cascaded.js to the previous version -- r4390 seems to have 
+ refactored the code in a way which doesn't work, or doesn't work in all 
+ browsers.
+
+------------------------------------------------------------------------
+r4452 | kevinr | 2006-01-31 18:14:51 -0500 (Tue, 31 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+
+ r10546@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-31 18:13:50 -0500
+ * Fixed a typo.
+
+------------------------------------------------------------------------
+r4446 | jesse | 2006-01-25 08:35:46 -0500 (Wed, 25 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r22963@truegrounds:  jesse | 2006-01-25 14:32:59 +0100
+ * Re-add the warning message
+
+------------------------------------------------------------------------
+r4434 | jesse | 2006-01-23 08:59:20 -0500 (Mon, 23 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/default
+
+ r22883@truegrounds:  jesse | 2006-01-23 11:01:51 +0100
+ * CLI support for custom fields from lwang at Cluster FS
+
+------------------------------------------------------------------------
+r4433 | jesse | 2006-01-23 08:59:01 -0500 (Mon, 23 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r22882@truegrounds:  jesse | 2006-01-23 11:00:23 +0100
+  * removed notice that the CLI is beta only
+
+------------------------------------------------------------------------
+r4427 | kevinr | 2006-01-20 17:31:36 -0500 (Fri, 20 Jan 2006) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/Members.html
+
+ r10418@STRATTON-FIVE-HUNDRED:  kevinr | 2006-01-20 17:28:00 -0500
+ RT-Ticket: 7148
+ RT-Status: update
+ RT-Update: correspond
+ Applied Todd Chapman's patch, which:
+ 1. Orders user members of a group by Name
+ 2. If a user/group is already a member, doesn't list them in the select
+ 3. Doesn't list the group itself because a group can't have itself
+ as a member
+
+------------------------------------------------------------------------
+r4416 | kevinr | 2006-01-19 22:52:04 -0500 (Thu, 19 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/ListActions
+
+ r10392@sad-girl-in-snow:  kevinr | 2006-01-19 22:47:37 -0500
+ * Cleaned up html/Elements/ListActions (based on a patch from Ruslan Zakirov)
+
+------------------------------------------------------------------------
+r4415 | kevinr | 2006-01-19 22:51:48 -0500 (Thu, 19 Jan 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+
+ r10391@sad-girl-in-snow:  kevinr | 2006-01-18 16:32:59 -0500
+ RT-Ticket: 7143
+ RT-Status: open
+ RT-Update: correspond
+ Made minor cleanups to RT::Record (thanks to Ruslan Zakirov)
+
+------------------------------------------------------------------------
+r4414 | kevinr | 2006-01-19 22:51:23 -0500 (Thu, 19 Jan 2006) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Attachment_Overlay.pm
+
+ r10390@sad-girl-in-snow:  kevinr | 2006-01-18 16:31:03 -0500
+ RT-Ticket: 7149
+ RT-Status: resolved
+ RT-Update: correspond
+ * Cleaned up attachment creation in lib/RT/Attachment_Overlay.pm (thanks to 
+ Ruslan Zakirov)
+
+------------------------------------------------------------------------
+r4413 | kevinr | 2006-01-19 22:50:58 -0500 (Thu, 19 Jan 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+
+ r10386@sad-girl-in-snow:  kevinr | 2006-01-18 15:59:51 -0500
+ RT-Ticket: 7154
+ RT-Status: resolved
+ RT-Update: correspond
+ * Silenced warnings in Search/Results.html (thanks to Jim Meyer)
+
+------------------------------------------------------------------------
+r4411 | jesse | 2006-01-19 10:17:30 -0500 (Thu, 19 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r22726@truegrounds:  jesse | 2006-01-19 10:15:16 -0500
+  * 3.5.7
+
+------------------------------------------------------------------------
+r4408 | jesse | 2006-01-19 10:11:39 -0500 (Thu, 19 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/20-sort-by-requestor.t
+
+ r22721@truegrounds:  jesse | 2006-01-19 10:08:18 -0500
+  * mergeup fixes
+
+------------------------------------------------------------------------
+r4407 | jesse | 2006-01-19 10:11:21 -0500 (Thu, 19 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/schema.mysql
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFields
+   M /rt/branches/3.5-TESTING/html/Elements/CollectionAsTable/ParseFormat
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html
+   M /rt/branches/3.5-TESTING/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Template_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/20-sort-by-requestor.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/22search_tix_by_txn.t
+   M /rt/branches/3.5-TESTING/sbin/rt-setup-database.in
+
+ r22720@truegrounds:  jesse | 2006-01-19 09:15:00 -0500
+ * merge up from chaldea, quebec, 3.4
+
+------------------------------------------------------------------------
+r4394 | kevinr | 2006-01-17 00:48:17 -0500 (Tue, 17 Jan 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+
+ r10382@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-17 00:28:53 -0500
+ * Applied the bits of Jim Meyer's 'fixes' patch to 
+ Elements/EditCustomFieldSelect which seemed still relevant
+
+------------------------------------------------------------------------
+r4393 | kevinr | 2006-01-17 00:48:10 -0500 (Tue, 17 Jan 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+
+ r10381@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-17 00:23:29 -0500
+ * Applied Jim Meyer's patch to fix the indentation of 
+ Elements/EditCustomFieldSelect
+
+------------------------------------------------------------------------
+r4390 | ruz | 2006-01-13 06:41:20 -0500 (Fri, 13 Jan 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/Elements/Submit
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/cascaded.js
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/combobox.js
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+* addClass and delClass functions
+* setVisibility util
+* get rid of style.display=[none,block]
+* setCheckbox(form, name, state) function that set all checkbox
+  inputs under the form element with defined name to the state.
+* update Submit element according to new changes
+
+------------------------------------------------------------------------
+r4389 | kevinr | 2006-01-13 02:42:26 -0500 (Fri, 13 Jan 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/AddWatchers
+
+
+------------------------------------------------------------------------
+r4388 | kevinr | 2006-01-13 02:40:52 -0500 (Fri, 13 Jan 2006) | 23 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/CollectionAsTable/Header
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/MessageBox
+   M /rt/branches/3.5-TESTING/html/Elements/SelectDate
+   M /rt/branches/3.5-TESTING/html/Elements/SelectWatcherType
+   M /rt/branches/3.5-TESTING/html/Elements/TicketList
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/Search/Elements/BuildFormatString
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/AddWatchers
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html
+   M /rt/branches/3.5-TESTING/html/Tools/Offline.html
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBox
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Web/Menu/Item.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Web/Menu.pm
+
+ r10349@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-13 02:15:36 -0500
+ RT-Ticket: 7150, 7151, 7152, 7153, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7164, 7165, 7166
+ RT-Status: resolved
+ RT-Action: correspond
+ Fixed Mason warnings in:
+   Elements/CollectionAsTable/Header
+   Elements/Menu
+   Elements/MessageBox
+   Elements/SelectDate
+   Elements/SelectWatcherType
+   Elements/TicketList
+   Search/Bulk.html
+   Search/Elements/BuildFormatString
+   Search/Elements/EditSearches
+   Ticket/Elements/AddWatchers
+   Ticket/Elements/ShowTransactionAttachments
+   Ticket/ModifyAll.html
+   Ticket/Reminders.html
+   Tools/Offline.html
+   Widgets/TitleBox
+ (thanks to Jim Meyer)
+
+------------------------------------------------------------------------
+r4374 | ruz | 2006-01-11 22:04:46 -0500 (Wed, 11 Jan 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/Objects.html
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/CreateUserCalled
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFields
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditScrip
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditTemplates
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditUserComments
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/ModifyTemplate
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/PickCustomFields
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectCustomFieldLookupType
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectGroups
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectModifyQueue
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectModifyUser
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectRights
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectScrip
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectScripAction
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectStage
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectTemplate
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectUsers
+   M /rt/branches/3.5-TESTING/html/Admin/Global/CustomFields/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Global/GroupRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Global/Template.html
+   M /rt/branches/3.5-TESTING/html/Admin/Global/UserRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Global/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/GroupRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/Members.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/UserRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/GroupRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/People.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/Scrips.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/Template.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/UserRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Tools/Configuration.html
+   M /rt/branches/3.5-TESTING/html/Admin/Users/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Users/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/index.html
+   M /rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.5-TESTING/html/Approvals/Elements/ShowDependency
+   M /rt/branches/3.5-TESTING/html/Elements/Checkbox
+   M /rt/branches/3.5-TESTING/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldBinary
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldCombobox
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldFreeform
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldImage
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldText
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldWikitext
+   M /rt/branches/3.5-TESTING/html/Elements/EditLinks
+   M /rt/branches/3.5-TESTING/html/Elements/Error
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
+   M /rt/branches/3.5-TESTING/html/Elements/GotoTicket
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/Elements/Logo
+   M /rt/branches/3.5-TESTING/html/Elements/MessageBox
+   M /rt/branches/3.5-TESTING/html/Elements/MyRT
+   M /rt/branches/3.5-TESTING/html/Elements/QueueSummary
+   M /rt/branches/3.5-TESTING/html/Elements/QuickCreate
+   M /rt/branches/3.5-TESTING/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.5-TESTING/html/Elements/Refresh
+   M /rt/branches/3.5-TESTING/html/Elements/RefreshHomepage
+   M /rt/branches/3.5-TESTING/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/3.5-TESTING/html/Elements/SelectCustomFieldValue
+   M /rt/branches/3.5-TESTING/html/Elements/SelectEqualityOperator
+   M /rt/branches/3.5-TESTING/html/Elements/SelectGroups
+   M /rt/branches/3.5-TESTING/html/Elements/SelectUsers
+   M /rt/branches/3.5-TESTING/html/Elements/ShowCustomFieldImage
+   M /rt/branches/3.5-TESTING/html/NoAuth/Logout.html
+   M /rt/branches/3.5-TESTING/html/NoAuth/images/autohandler
+   M /rt/branches/3.5-TESTING/html/Prefs/MyRT.html
+   M /rt/branches/3.5-TESTING/html/Prefs/Quicksearch.html
+   M /rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html
+   M /rt/branches/3.5-TESTING/html/Search/Build.html
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/Search/Edit.html
+   M /rt/branches/3.5-TESTING/html/Search/Elements/Chart
+   M /rt/branches/3.5-TESTING/html/Search/Elements/DisplayOptions
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditFormat
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditQuery
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
+   M /rt/branches/3.5-TESTING/html/Search/Elements/NewListActions
+   M /rt/branches/3.5-TESTING/html/Search/Elements/PickBasics
+   M /rt/branches/3.5-TESTING/html/Search/Elements/PickCriteria
+   M /rt/branches/3.5-TESTING/html/Search/Elements/SelectAndOr
+   M /rt/branches/3.5-TESTING/html/Search/Elements/SelectGroup
+   M /rt/branches/3.5-TESTING/html/Search/Elements/SelectLinks
+   M /rt/branches/3.5-TESTING/html/Search/Elements/SelectPersonType
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+   M /rt/branches/3.5-TESTING/html/Search/Simple.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Create.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Display.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Elements/GotoTicket
+   M /rt/branches/3.5-TESTING/html/SelfService/Elements/MyRequests
+   M /rt/branches/3.5-TESTING/html/SelfService/Error.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Prefs.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Update.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/AddWatchers
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/BulkLinks
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditPeople
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditWatchers
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowDates
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowDependencies
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowMembers
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.5-TESTING/html/Ticket/History.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Modify.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyDates.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyLinks.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyPeople.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Update.html
+   M /rt/branches/3.5-TESTING/html/Tools/MyDay.html
+   M /rt/branches/3.5-TESTING/html/Tools/Offline.html
+   M /rt/branches/3.5-TESTING/html/Tools/Reports/CreatedByDates.html
+   M /rt/branches/3.5-TESTING/html/Tools/Reports/ResolvedByDates.html
+   M /rt/branches/3.5-TESTING/html/User/Elements/DelegateRights
+   M /rt/branches/3.5-TESTING/html/User/Groups/Members.html
+   M /rt/branches/3.5-TESTING/html/User/Groups/Modify.html
+   M /rt/branches/3.5-TESTING/html/User/Groups/index.html
+   M /rt/branches/3.5-TESTING/html/User/Prefs.html
+   M /rt/branches/3.5-TESTING/html/Widgets/SelectionBox
+   M /rt/branches/3.5-TESTING/html/index.html
+
+* apply tidy_html script
+------------------------------------------------------------------------
+r4371 | trs | 2006-01-08 12:27:50 -0500 (Sun, 08 Jan 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
+
+ r8179@wintermute:  tom | 2006-01-08 12:20:56 -0500
+ * Fixed rendering issues in Opera and (I think) Safari/Shiira/any Webkit browser
+ * Fixed background of login box issue in IE
+
+------------------------------------------------------------------------
+r4313 | jesse | 2005-12-15 15:09:00 -0500 (Thu, 15 Dec 2005) | 20 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
+
+ r20493@truegrounds:  jesse | 2005-12-15 15:07:44 -0500
+ On Thu, Dec 15, 2005 at 01:49:55PM -0600, Roedel, Mark wrote:
+ >
+ > The attached patch (to html/Ticket/Elements/Reminders from RT-3.5.6)
+ > corrects the following behaviors:
+ >
+ > (1) When maintaining reminders from /Ticket/Display.html, all reminder
+ > subjects for that ticket were being reset to blank when "Save" was
+ > pressed, and
+ >
+ > (2) When maintaining reminders from /Ticket/Reminders.html, only one
+ > field per reminder would actually be updated when "Save" was pressed
+ >
+ >
+ > --
+ > Mark Roedel
+ > Web Programmer / Analyst
+ > LeTourneau University
+
+------------------------------------------------------------------------
+r4252 | trs | 2005-12-05 18:29:26 -0500 (Mon, 05 Dec 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+
+ r6730@wintermute:  tom | 2005-12-05 18:28:43 -0500
+ Fix
+
+------------------------------------------------------------------------
+r4251 | trs | 2005-12-05 16:54:40 -0500 (Mon, 05 Dec 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+
+ r6558@wintermute:  tom | 2005-11-24 09:00:09 -0500
+ Aren't used for hackish CSS calcs anymore
+
+------------------------------------------------------------------------
+r4228 | jesse | 2005-12-02 18:43:54 -0500 (Fri, 02 Dec 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   D /rt/branches/3.5-TESTING/html/NoAuth/printrt.css
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r19706@truegrounds:  jesse | 2005-12-02 18:36:02 -0500
+ * merge fixups, 3.5.6
+
+------------------------------------------------------------------------
+r4227 | jesse | 2005-12-02 18:43:35 -0500 (Fri, 02 Dec 2005) | 18 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/html/NoAuth/printrt.css
+   M /rt/branches/3.5-TESTING/html/Search/Build.html
+
+ r19702@truegrounds:  jesse | 2005-12-02 18:16:21 -0500
+  r19698@truegrounds:  jesse | 2005-12-02 18:00:25 -0500
+   r19693@truegrounds:  jesse | 2005-12-02 17:48:24 -0500
+    r19588@truegrounds:  jesse | 2005-11-30 16:00:10 -0500
+    * Bump to 3.4.5rc1
+    r19674@truegrounds:  jesse | 2005-12-01 23:13:50 -0500
+     * Added a print stylesheet from Koos van den Hout
+    r19688@truegrounds:  jesse | 2005-12-02 17:01:28 -0500
+    RT-Ticket: 6962
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Patch from Rolf Grossmann to fix some bogosity in the query builder
+    
+   
+  
+
+------------------------------------------------------------------------
+r4218 | jesse | 2005-12-02 17:41:33 -0500 (Fri, 02 Dec 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+
+ r19690@truegrounds:  jesse | 2005-12-02 17:39:24 -0500
+ * Merge fixups
+
+------------------------------------------------------------------------
+r4217 | jesse | 2005-12-02 17:41:00 -0500 (Fri, 02 Dec 2005) | 326 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/README
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+   M /rt/branches/3.5-TESTING/html/Elements/Callback
+   M /rt/branches/3.5-TESTING/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Elements/QueryString
+   M /rt/branches/3.5-TESTING/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.5-TESTING/html/Elements/ScrubHTML
+   M /rt/branches/3.5-TESTING/html/Elements/ShowCustomFields
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.5-TESTING/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/CustomFieldValues.pm
+   M /rt/branches/3.5-TESTING/lib/RT/EmailParser.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Groups_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ja.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ru.po
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Email.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Principal_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/06mailgateway.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/07acl.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/07rights.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/09record_cf_api.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/12-search.t
+   A /rt/branches/3.5-TESTING/lib/t/regression/14linking.t
+   A /rt/branches/3.5-TESTING/lib/t/regression/23-batch-upload-csv.t
+   M /rt/branches/3.5-TESTING/sbin/rt-setup-database.in
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r19661@truegrounds:  jesse | 2005-12-01 22:53:35 -0500
+  r19594@truegrounds:  jesse | 2005-11-30 16:04:46 -0500
+   r18978@truegrounds:  jesse | 2005-11-18 17:16:11 -0500
+   * Minor refactoring of CreateTickets.pm (It needs a more complete rototill)
+   
+   * more flexible support for custom fields whose names contain dashes and spaces in createtickets templates
+   
+  
+  r19595@truegrounds:  jesse | 2005-11-30 16:04:52 -0500
+   r19551@truegrounds:  jesse | 2005-11-30 15:24:09 -0500
+    r19350@truegrounds (orig r4145):  alexmv | 2005-11-23 16:32:25 -0500
+     r7341@zoq-fot-pik:  chmrr | 2005-11-23 16:31:44 -0500
+      * Limiting based on CFs should make sure that the CFs in question are
+     on the right queue, otherwise negative searches might be wrong.
+      * Removed debugging lines from 20-sort-by-requestor.t
+    
+    r19521@truegrounds (orig r4149):  alexmv | 2005-11-28 15:00:53 -0500
+     r7368@zoq-fot-pik:  chmrr | 2005-11-28 15:00:18 -0500
+      * Search/Build.html passes Rows not RowsPerPage -- don't hard-force
+        to 50 all the time!
+    
+   
+  
+  r19596@truegrounds:  jesse | 2005-11-30 16:05:00 -0500
+   r19553@truegrounds:  jesse | 2005-11-30 15:26:01 -0500
+    r19552@truegrounds (orig r4155):  alexmv | 2005-11-30 15:26:08 -0500
+     r7395@zoq-fot-pik:  chmrr | 2005-11-30 15:25:32 -0500
+      * Sort by requestor tests fail on some database backends because they
+     sort nulls differently than Perl does; only compare non-nulls
+    
+   
+  
+  r19597@truegrounds:  jesse | 2005-11-30 16:05:07 -0500
+   r19554@truegrounds:  jesse | 2005-11-30 15:27:53 -0500
+    r18121@truegrounds:  jesse | 2005-11-02 22:40:02 -0500
+     r17958@truegrounds (orig r3989):  alexmv | 2005-10-24 17:26:18 -0400
+      r6881@zoq-fot-pik:  chmrr | 2005-10-24 17:25:14 -0400
+       * Ensure custom fields keep correct fallback values; for instance, if
+      "add another attachment" is clicked
+     
+     r18110@truegrounds (orig r4010):  pdh | 2005-10-31 19:21:57 -0500
+     Make $RT::MaxInlineBody work properly.
+     
+     
+     r18111@truegrounds (orig r4011):  pdh | 2005-11-01 00:43:02 -0500
+     Add a missing space, before the Style Police come after me.
+     
+     
+    
+   
+  
+  r19598@truegrounds:  jesse | 2005-11-30 16:06:36 -0500
+   r19555@truegrounds:  jesse | 2005-11-30 15:28:02 -0500
+    r18409@truegrounds:  jesse | 2005-11-06 17:11:57 -0500
+    * Fix to attachment ordering when you ask for a txn's attachments.
+      (Postgres doesn't default to ordering by id, so we were getting the wrong txn content)
+   
+  
+  r19599@truegrounds:  jesse | 2005-11-30 16:06:44 -0500
+   r19556@truegrounds:  jesse | 2005-11-30 15:28:09 -0500
+    r18411@truegrounds:  jesse | 2005-11-06 17:13:33 -0500
+     * Patch to significantly improve performance on "WhoHaveRight" from Ruslan.
+   
+  
+  r19600@truegrounds:  jesse | 2005-11-30 16:06:53 -0500
+   r19557@truegrounds:  jesse | 2005-11-30 15:28:15 -0500
+    r18412@truegrounds:  jesse | 2005-11-06 17:13:58 -0500
+    * Bumped to 3.4.5pre1
+   
+  
+  r19601@truegrounds:  jesse | 2005-11-30 16:07:00 -0500
+   r19558@truegrounds:  jesse | 2005-11-30 15:28:23 -0500
+    r18716@truegrounds:  jesse | 2005-11-11 00:10:08 -0500
+    * fix from ruslan for fallout from his WhoHaveRight refactoring
+   
+  
+  r19602@truegrounds:  jesse | 2005-11-30 16:07:07 -0500
+   r19559@truegrounds:  jesse | 2005-11-30 15:28:45 -0500
+    r18722@truegrounds:  jesse | 2005-11-11 15:26:34 -0500
+    * SB 1.35 dependency
+   
+  
+  r19603@truegrounds:  jesse | 2005-11-30 16:07:14 -0500
+   r19560@truegrounds:  jesse | 2005-11-30 15:29:29 -0500
+    r18876@truegrounds:  jesse | 2005-11-14 12:32:25 -0500
+     r18739@truegrounds (orig r4061):  robert | 2005-11-13 00:14:57 -0500
+      r4124@bear:  rspier | 2005-11-12 21:08:45 -0800
+      Undefined Warning Elimination:
+        - index.html passes in $session{'home_refresh_interval'} which can be null.  
+      
+      r4125@bear:  rspier | 2005-11-12 21:14:28 -0800
+      Undefined Warning Elimination:
+        GetHeader will return undefined when the header doesn't exist.  (This is _good_, as that is different than empty.)
+        But.. =~ warns.
+     
+    
+   
+  
+  r19604@truegrounds:  jesse | 2005-11-30 16:07:22 -0500
+   r19561@truegrounds:  jesse | 2005-11-30 15:29:35 -0500
+    r18877@truegrounds:  jesse | 2005-11-14 12:37:37 -0500
+    RT-Ticket: 7087
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Displayed linked tickets in search results were inverted
+    
+   
+  
+  r19605@truegrounds:  jesse | 2005-11-30 16:07:28 -0500
+   r19562@truegrounds:  jesse | 2005-11-30 15:29:41 -0500
+    r18880@truegrounds:  jesse | 2005-11-14 12:42:48 -0500
+    RT-Ticket: 7081
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Added a note to the readme warning users to clean out the
+      mason cache on upgrades - Ruslan
+    
+   
+  
+  r19606@truegrounds:  jesse | 2005-11-30 16:07:35 -0500
+   r19563@truegrounds:  jesse | 2005-11-30 15:29:47 -0500
+    r18888@truegrounds:  jesse | 2005-11-14 12:54:25 -0500
+    RT-Ticket: 7048
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Akos Torok pointed out that our HTML scrubber removed "PRE" tags from HTML
+   
+  
+  r19607@truegrounds:  jesse | 2005-11-30 16:07:42 -0500
+   r19564@truegrounds:  jesse | 2005-11-30 15:29:54 -0500
+    r18892@truegrounds:  jesse | 2005-11-14 13:07:15 -0500
+     r18881@truegrounds (orig r4064):  alexmv | 2005-11-14 12:43:06 -0500
+      r7122@zoq-fot-pik:  chmrr | 2005-11-14 12:42:37 -0500
+       * Updated russian translation from Andrew Kornilov <andy@eva.dp.ua>
+     
+    
+   
+  
+  r19608@truegrounds:  jesse | 2005-11-30 16:09:07 -0500
+   r19565@truegrounds:  jesse | 2005-11-30 15:30:00 -0500
+    r18893@truegrounds:  jesse | 2005-11-14 13:19:52 -0500
+    RT-Ticket: 7128
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    A big patch from Todd Chapman (with lots of juicy tests) to optionally
+    create two transactions when you create a link. (Also, this means that we'll
+    run scrips twice). This is off by default in RT 3.4
+    
+   
+  
+  r19609@truegrounds:  jesse | 2005-11-30 16:09:14 -0500
+   r19566@truegrounds:  jesse | 2005-11-30 15:30:08 -0500
+    r18895@truegrounds:  jesse | 2005-11-14 13:35:29 -0500
+    RT-Ticket: 7136
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Stuart Knight reports:
+    
+    As part of the "initdb" processing, the scripts went through and created a new database user, in my case called RT3.
+    
+    When it came time to create the tables, the script was still logged on as the dba user "system", so all of tables/sequences were created under "system"'s schema.
+    
+    I followed through the rt-setup-database script, and spotted that there was a database disconnect, followed by an immediate reconnect, as the same user. (in the case of Oracle this still being the "dba" account)
+    
+    Putting an extra validation check in here for Oracle, and then connecting as the intended database user fixed up the issue.
+    
+   
+  
+  r19610@truegrounds:  jesse | 2005-11-30 16:09:20 -0500
+   r19567@truegrounds:  jesse | 2005-11-30 15:30:15 -0500
+    r18897@truegrounds:  jesse | 2005-11-14 13:35:44 -0500
+     r18896@truegrounds (orig r4072):  alexmv | 2005-11-14 13:33:43 -0500
+      r7135@zoq-fot-pik:  chmrr | 2005-11-14 13:32:23 -0500
+      RT-Ticket: 7101
+      RT-Status: resolved
+      RT-Update: correspond
+      
+       * Don't modify EquivObjects arrayref, thanks to Todd Chapman
+      
+     
+    
+   
+  
+  r19611@truegrounds:  jesse | 2005-11-30 16:09:27 -0500
+   r19568@truegrounds:  jesse | 2005-11-30 15:30:22 -0500
+    r18899@truegrounds:  jesse | 2005-11-14 13:40:24 -0500
+    RT-Ticket: 7121 
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Patch from Todd Chapman to make the web based acl tests honor RT::WebPath
+    
+   
+  
+  r19612@truegrounds:  jesse | 2005-11-30 16:09:34 -0500
+   r19569@truegrounds:  jesse | 2005-11-30 15:37:06 -0500
+    r18900@truegrounds:  jesse | 2005-11-14 13:57:34 -0500
+    RT-Ticket: 7122
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Patch from Todd Chapman to honor changed a $rtname variable when running
+      the test suite
+   
+  
+  r19613@truegrounds:  jesse | 2005-11-30 16:09:40 -0500
+   r19570@truegrounds:  jesse | 2005-11-30 15:37:12 -0500
+    r18904@truegrounds:  jesse | 2005-11-14 14:49:25 -0500
+    RT-Ticket: 7105
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Updated French translation from Jerome Fenal
+   
+  
+  r19614@truegrounds:  jesse | 2005-11-30 16:09:47 -0500
+   r19571@truegrounds:  jesse | 2005-11-30 15:37:19 -0500
+    r19545@truegrounds:  jesse | 2005-11-29 18:51:07 -0500
+    * A pair of new callbacks to make it easier to hide away a custom field on ticket display/edit
+   
+  
+  r19615@truegrounds:  jesse | 2005-11-30 16:09:54 -0500
+   r19572@truegrounds:  jesse | 2005-11-30 15:37:26 -0500
+    r19547@truegrounds:  jesse | 2005-11-29 18:54:41 -0500
+     r18901@truegrounds (orig r4074):  alexmv | 2005-11-14 13:52:00 -0500
+      r7140@zoq-fot-pik:  chmrr | 2005-11-14 13:51:14 -0500
+       * Better bounce handling, from Abhijit Menon-Sen <ams@oryx.com>
+     
+     r18905@truegrounds (orig r4077):  alexmv | 2005-11-14 14:20:49 -0500
+      r7146@zoq-fot-pik:  chmrr | 2005-11-14 14:20:03 -0500
+      RT-Ticket: 7090
+      RT-Status: resolved
+      RT-Update: correspond
+       * New Japanese .po, from Daisuke Maki <daisuke@wafu.ne.jp>
+     
+     r18940@truegrounds (orig r4079):  alexmv | 2005-11-14 14:52:57 -0500
+      r7148@zoq-fot-pik:  chmrr | 2005-11-14 14:51:58 -0500
+      RT-Ticket: 6559
+      RT-Status: resolved
+      RT-Update: correspond
+       * Tests from Todd Chapman for loading CF from a wrong queue
+     
+     r18941@truegrounds (orig r4080):  alexmv | 2005-11-14 14:55:17 -0500
+      r7152@zoq-fot-pik:  chmrr | 2005-11-14 14:54:43 -0500
+       * Restore rightful .po headers on new french translation
+     
+     r18942@truegrounds (orig r4081):  alexmv | 2005-11-14 14:59:42 -0500
+      r7155@zoq-fot-pik:  chmrr | 2005-11-14 14:59:06 -0500
+      RT-Ticket: 7020
+      RT-Status: resolved
+      RT-Update: correspond
+       * Actually make use of 'style' if it is provided; thanks to Kelly
+        F. Hickel <kfh@mqsoftware.com>
+     
+     r18944@truegrounds (orig r4083):  alexmv | 2005-11-14 15:43:24 -0500
+      r7159@zoq-fot-pik:  chmrr | 2005-11-14 15:42:48 -0500
+      RT-Ticket: 6457
+      RT-Status: resolved
+      RT-Update: correspond
+       * Typo in Ticket_Overlay.pm, found by Todd Chapman <todd@chaka.net>
+     
+     r18945@truegrounds (orig r4084):  alexmv | 2005-11-14 15:51:27 -0500
+      r7161@zoq-fot-pik:  chmrr | 2005-11-14 15:50:56 -0500
+      RT-Ticket: 6458
+      RT-Status: resolved
+      RT-Update: correspond
+       * Removed extra return argument from _AddLink, thanks to Todd Chapman
+         <todd@chaka.net>
+     
+     r18946@truegrounds (orig r4085):  alexmv | 2005-11-14 16:30:12 -0500
+      r7163@zoq-fot-pik:  chmrr | 2005-11-14 16:29:36 -0500
+      RT-Ticket: 6507
+      RT-Status: resolved
+      RT-Update: correspond
+       * Standardize fonts to "Verdana, Arial, Helvetica, sans-serif";
+         variant of patch from Maxime Henrion <mux@FreeBSD.org>
+     
+     r18947@truegrounds (orig r4086):  alexmv | 2005-11-14 16:49:33 -0500
+      r7165@zoq-fot-pik:  chmrr | 2005-11-14 16:49:07 -0500
+      RT-Ticket: 7131
+      RT-Status: resolved
+      RT-Update: correspond
+       * The $RT::rtname regex should be case insensitive for matching
+         subjects; thanks to Phil Smith III <psmith@levanta.com> for the
+         catch
+     
+     r18948@truegrounds (orig r4087):  ruz | 2005-11-14 16:50:12 -0500
+     * fix: really hide hidden paths from callbacks
+     * fix: fetch data from the %cache by one key when store data with other
+     r18950@truegrounds (orig r4089):  ruz | 2005-11-14 16:57:36 -0500
+     * revert back mysql.schema, commited by accident
+     r18951@truegrounds (orig r4090):  ruz | 2005-11-14 17:02:36 -0500
+     * /Elements/QueryString now supports ARRAY refs, this allow us to handle
+       multiple arguments with the same name, this behaviour is consistent with
+       how HTML::Mason handle arguments
+     r18953@truegrounds (orig r4092):  alexmv | 2005-11-14 17:35:40 -0500
+      r7175@zoq-fot-pik:  chmrr | 2005-11-14 17:35:03 -0500
+      RT-Ticket: 7010
+      RT-Status: resolved
+      RT-Update: correspond
+       * Treat our email addresses as case-insensitive
+     
+     r18957@truegrounds (orig r4096):  alexmv | 2005-11-14 18:34:44 -0500
+      r7182@zoq-fot-pik:  chmrr | 2005-11-14 18:34:13 -0500
+      RT-Ticket: 6994
+      RT-Status: resolved
+      RT-Update: correspond
+       * Sort custom vield values by SortOrder, then *Name*, then id; patch
+         from Troy Davis <troy@nack.net>
+     
+     r18992@truegrounds (orig r4120):  robert | 2005-11-19 22:52:28 -0500
+      r4186@bear:  rspier | 2005-11-19 19:51:38 -0800
+      typo fix: s/load/Load/ 
+     
+    
+   
+  
+  r19616@truegrounds:  jesse | 2005-11-30 16:11:33 -0500
+  * Reminders typo
+
+------------------------------------------------------------------------
+r4144 | trs | 2005-11-23 15:57:32 -0500 (Wed, 23 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Tabs
+
+ r6548@wintermute:  tom | 2005-11-23 15:56:59 -0500
+ Minor nit: fixed jumbo link
+
+------------------------------------------------------------------------
+r4143 | trs | 2005-11-23 15:39:13 -0500 (Wed, 23 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_SiteConfig.pm
+
+ r6546@wintermute:  tom | 2005-11-23 15:38:39 -0500
+ My mistake, sorry
+
+------------------------------------------------------------------------
+r4142 | trs | 2005-11-23 15:33:25 -0500 (Wed, 23 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/User/Prefs.html
+
+ r6512@wintermute:  tom | 2005-11-23 15:23:50 -0500
+ Added a few callbacks to make extending Prefs cleaner
+
+------------------------------------------------------------------------
+r4141 | trs | 2005-11-23 15:32:54 -0500 (Wed, 23 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_SiteConfig.pm
+   M /rt/branches/3.5-TESTING/html/User/Prefs.html
+
+ r6511@wintermute:  tom | 2005-11-23 13:49:29 -0500
+ Minor nit: unneeded <br>
+
+------------------------------------------------------------------------
+r4131 | ruz | 2005-11-21 22:54:02 -0500 (Mon, 21 Nov 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/Elements/SelectTimeUnits
+   M /rt/branches/3.5-TESTING/html/Search/Elements/PickBasics
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics
+   M /rt/branches/3.5-TESTING/html/Ticket/Update.html
+
+ r1332@cubic-pc (orig r4124):  ruz | 2005-11-21 22:30:53 +0300
+  r1329@cubic-pc:  cubic | 2005-11-21 17:38:22 +0300
+  * Name sufix -TimeUnits is optional in Elements/SelectTimeUnits
+  * get rid of sufix in the callers
+
+------------------------------------------------------------------------
+r4130 | ruz | 2005-11-21 22:52:05 -0500 (Mon, 21 Nov 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/autohandler
+
+ r1331@cubic-pc (orig r4123):  ruz | 2005-11-21 22:30:40 +0300
+  r1328@cubic-pc:  cubic | 2005-11-21 17:29:03 +0300
+  * fix time units handling, '1/8' didn't work
+  * we don't filter args with grep to filter them again in loop
+  * tidy and code paths cleanup
+
+------------------------------------------------------------------------
+r4129 | trs | 2005-11-21 19:59:58 -0500 (Mon, 21 Nov 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/Elements/QueueSummary
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/login.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/main.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/misc.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/titlebox.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Reminders.html
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxEnd
+
+ r6509@wintermute:  tom | 2005-11-21 19:58:59 -0500
+ * Couple of merge/typo bug fixes
+ * Improved 3.4-compat styles, still need IE testing though
+
+------------------------------------------------------------------------
+r4128 | alexmv | 2005-11-21 16:59:46 -0500 (Mon, 21 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/PickBasics
+
+ r7297@zoq-fot-pik:  chmrr | 2005-11-21 16:59:01 -0500
+  * Removed duplicated line
+
+------------------------------------------------------------------------
+r4127 | trs | 2005-11-21 16:53:31 -0500 (Mon, 21 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r6505@wintermute:  tom | 2005-11-21 16:51:50 -0500
+ Overzealous s/document\.getElementById/$/g
+
+------------------------------------------------------------------------
+r4126 | trs | 2005-11-21 16:11:32 -0500 (Mon, 21 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r6501@wintermute:  tom | 2005-11-21 16:10:38 -0500
+ Better compat. at the suggestion of Jesse
+
+------------------------------------------------------------------------
+r4125 | trs | 2005-11-21 15:58:42 -0500 (Mon, 21 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r6486@wintermute:  tom | 2005-11-21 15:35:10 -0500
+ Utility function
+
+------------------------------------------------------------------------
+r4119 | trs | 2005-11-18 19:39:43 -0500 (Fri, 18 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
+
+ r7023@wintermute:  tom | 2005-11-18 19:35:25 -0500
+ Better menu style, should elimination menu wrapping
+
+------------------------------------------------------------------------
+r4095 | trs | 2005-11-14 18:30:46 -0500 (Mon, 14 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowHistory
+
+ r6955@wintermute:  tom | 2005-11-14 18:29:51 -0500
+ Note about (ab)use
+
+------------------------------------------------------------------------
+r4094 | trs | 2005-11-14 18:30:41 -0500 (Mon, 14 Nov 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/History.html
+   M /rt/branches/3.5-TESTING/html/Admin/Users/History.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowHistory
+
+ r6954@wintermute:  tom | 2005-11-14 18:16:02 -0500
+ * Cleaned up logic in ShowHistory
+ * Fixed params in the Group/User histories
+
+------------------------------------------------------------------------
+r4093 | alexmv | 2005-11-14 17:58:13 -0500 (Mon, 14 Nov 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r7177@zoq-fot-pik:  chmrr | 2005-11-14 17:46:20 -0500
+ RT-Ticket: 7063
+ RT-Status: resolved
+ RT-Update: correspond
+  * Ability to shell out to outside program to install deps; variant of
+    patch from Ruz.
+
+------------------------------------------------------------------------
+r4091 | trs | 2005-11-14 17:24:24 -0500 (Mon, 14 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   D /rt/branches/3.5-TESTING/html/CalPopup.html
+   D /rt/branches/3.5-TESTING/html/NoAuth/cascaded.js
+   D /rt/branches/3.5-TESTING/html/NoAuth/class.js
+   D /rt/branches/3.5-TESTING/html/NoAuth/combobox.js
+   D /rt/branches/3.5-TESTING/html/NoAuth/list.js
+   D /rt/branches/3.5-TESTING/html/rt.js
+
+ r6952@wintermute:  tom | 2005-11-14 17:23:00 -0500
+ Deleting old remanents from a merge bug
+
+------------------------------------------------------------------------
+r4088 | alexmv | 2005-11-14 16:57:12 -0500 (Mon, 14 Nov 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+
+ r7169@zoq-fot-pik:  chmrr | 2005-11-14 16:55:38 -0500
+ RT-Ticket: 7106
+ RT-Status: resolved
+ RT-Update: correspond
+  * Updated french translation from Jerome Fenal <jfenal@gmail.com>
+
+------------------------------------------------------------------------
+r4082 | alexmv | 2005-11-14 15:15:00 -0500 (Mon, 14 Nov 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/SelfService/Elements/Tabs
+
+ r7157@zoq-fot-pik:  chmrr | 2005-11-14 15:14:13 -0500
+ RT-Ticket: 6762
+ RT-Status: resolved
+ RT-Update: correspond
+  * "Create" in SelfService goes straight to the only queue if they
+    only have one; thanks to Kenneth Marshall <ktm@it.is.rice.edu>
+
+------------------------------------------------------------------------
+r4070 | jesse | 2005-11-14 13:04:05 -0500 (Mon, 14 Nov 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
+
+ r18890@truegrounds:  jesse | 2005-11-14 13:02:38 -0500
+ RT-Ticket: 7053
+ RT-Status: resolved
+ RT-Update: correspond
+ * IE titlebox style cleanup from Peter Popovics
+
+------------------------------------------------------------------------
+r4068 | jesse | 2005-11-14 12:54:13 -0500 (Mon, 14 Nov 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r18884@truegrounds:  jesse | 2005-11-14 12:51:29 -0500
+ RT-Ticket: 7056
+ RT-Status: resolved
+ RT-Update: correspond
+ * Patch from Peter Popovics to improve calendar popup browser compatibility
+
+------------------------------------------------------------------------
+r4067 | jesse | 2005-11-14 12:54:01 -0500 (Mon, 14 Nov 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Prefs/Quicksearch.html
+
+ r18883@truegrounds:  jesse | 2005-11-14 12:46:30 -0500
+ RT-Ticket: 7082
+ RT-Status: resolved
+ RT-Update: correspond
+ * Patch to show queue descriptions in quicksearch preferences from
+   Joby Walker
+
+------------------------------------------------------------------------
+r3979 | ruz | 2005-10-19 16:57:11 -0400 (Wed, 19 Oct 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r1156@cubic-pc (orig r3977):  trs | 2005-10-19 02:22:43 +0400
+  r6654@wintermute:  tom | 2005-10-18 08:44:56 -0400
+  Fixed up the 3.4-compat styles to account for HTML and CSS changes
+ r1157@cubic-pc (orig r3978):  trs | 2005-10-19 02:22:47 +0400
+  r6655@wintermute:  tom | 2005-10-18 08:53:18 -0400
+  Bolded ticket values to match 3.4
+
+------------------------------------------------------------------------
+r3978 | trs | 2005-10-18 18:22:47 -0400 (Tue, 18 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/main.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/ticket.css
+
+ r6655@wintermute:  tom | 2005-10-18 08:53:18 -0400
+ Bolded ticket values to match 3.4
+
+------------------------------------------------------------------------
+r3977 | trs | 2005-10-18 18:22:43 -0400 (Tue, 18 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/main.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/titlebox.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/transactions.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
+
+ r6654@wintermute:  tom | 2005-10-18 08:44:56 -0400
+ Fixed up the 3.4-compat styles to account for HTML and CSS changes
+
+------------------------------------------------------------------------
+r3973 | jesse | 2005-10-14 23:57:52 -0400 (Fri, 14 Oct 2005) | 70 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/User/Elements/Tabs
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/12-search.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/13-attribute-tests.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/20-sort-by-requestor.t
+
+ r17383@hualien:  jesse | 2005-10-14 16:12:53 -0400
+ * perltidy
+ r17385@hualien:  jesse | 2005-10-14 16:33:19 -0400
+  r17373@hualien:  jesse | 2005-10-14 15:34:42 -0400
+   r17359@hualien:  jesse | 2005-10-14 15:21:10 -0400
+   * Perltidy
+  
+ r17386@hualien:  jesse | 2005-10-14 16:33:41 -0400
+  r17374@hualien:  jesse | 2005-10-14 15:34:43 -0400
+   r17361@hualien:  jesse | 2005-10-14 15:22:39 -0400
+    r17358@hualien:  jesse | 2005-10-14 15:06:26 -0400
+     r17219@hualien (orig r3938):  robert | 2005-10-07 00:20:15 -0400
+      r3995@bear:  rspier | 2005-10-06 21:19:24 -0700
+       [fsck.com #7067] - If we can't find a customfield that the user is allowed to see on a ticket, don't return any values, (when specifying a custom field)
+     
+     r17275@hualien (orig r3944):  ruz | 2005-10-10 15:27:36 -0400
+     backport of the 3.5-TESTING@3943
+     Changes
+     * fix for search by owner's fields, now owner is WATCHERFIELD instead of ENUM
+     * added backward compatible variant for Owner, next searches should work
+     ** Owner = '<id>'
+     ** Owner != '<id>'
+     ** Owner = '<name>'
+     ** Owner != '<name>'
+     ** for other operators or if subfield(subkey) is specified search works
+        as for other watchers
+     * Fix for searches like "Cc.Name <> 'SomeBody'", was skipping tickets
+       with empty Cc list.
+     * get rid of some unint warnings
+     * test suite for all corner cases
+     
+     r17276@hualien (orig r3945):  ruz | 2005-10-10 15:47:29 -0400
+     backport of the 3.5-TESTING@3543
+     Changes:
+     * fix attachments ordering
+     
+     r17313@hualien (orig r3948):  ruz | 2005-10-10 20:01:50 -0400
+     * get rid of "not a number" warning
+     r17339@hualien (orig r3957):  ruz | 2005-10-13 08:37:47 -0400
+     * code comments
+     r17340@hualien (orig r3958):  ruz | 2005-10-13 08:40:24 -0400
+     * new callback in html/User/Elements/Tabs
+    
+    r17360@hualien:  jesse | 2005-10-14 15:21:46 -0400
+    * Perltidy
+   
+  
+ r17387@hualien:  jesse | 2005-10-14 16:34:33 -0400
+  r17375@hualien:  jesse | 2005-10-14 15:34:45 -0400
+   r17362@hualien:  jesse | 2005-10-14 15:56:53 -0400
+   * Merge fixups
+  
+ r17388@hualien:  jesse | 2005-10-14 16:34:35 -0400
+  r17376@hualien:  jesse | 2005-10-14 15:34:47 -0400
+   r17363@hualien:  jesse | 2005-10-14 15:57:06 -0400
+   * Todo test no longer failing
+  
+ r17389@hualien:  jesse | 2005-10-14 16:34:36 -0400
+  r17377@hualien:  jesse | 2005-10-14 15:34:48 -0400
+   r17371@hualien:  jesse | 2005-10-14 17:13:07 -0400
+   Pull up from 3.4
+  
+ r17390@hualien:  jesse | 2005-10-14 23:45:35 -0400
+ * Tickets_Overlay.pm merging; untodoed passing tests
+
+------------------------------------------------------------------------
+r3954 | trs | 2005-10-12 19:43:40 -0400 (Wed, 12 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
+
+ r6574@wintermute:  tom | 2005-10-12 13:45:46 -0400
+ Fix stacked menu spacing in IE
+
+------------------------------------------------------------------------
+r3950 | trs | 2005-10-11 20:38:54 -0400 (Tue, 11 Oct 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/Elements/Logo
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/logo.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/images/bplogo.gif
+
+ r6571@wintermute:  tom | 2005-10-11 20:28:25 -0400
+ Reorganized the whole page header to squash some bugs and make it function
+ better.  Lots of CSS cleanups and the stacked menus should generally behave
+ now.  There is a very minor, cosmetic spacing issue in IE, but I'll address
+ that later.  I also moved the logo div out of the quickbar and on its own.
+
+------------------------------------------------------------------------
+r3949 | trs | 2005-10-11 20:38:49 -0400 (Tue, 11 Oct 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav-left.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
+
+ r6570@wintermute:  tom | 2005-10-10 21:07:35 -0400
+ Removed the old right-style menu CSS and made the left-style the default
+ so it's easier to fiddle with.
+
+------------------------------------------------------------------------
+r3943 | ruz | 2005-10-10 13:15:15 -0400 (Mon, 10 Oct 2005) | 16 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/20-sort-by-requestor.t
+   A /rt/branches/3.5-TESTING/lib/t/regression/22search_tix_by_watcher.t
+
+Changes
+* fix for ordering by watcher's fields(workaround)
+* fix for search by owner's fields, now owner is WATCHERFIELD instead of ENUM
+* added backward compatible variant for Owner, next searches should work
+** Owner = '<id>'
+** Owner != '<id>'
+** Owner = '<name>'
+** Owner != '<name>'
+** for other operators or if subfield(subkey) is specified search works
+   as for other watchers
+* Fix for searches like "Cc.Name <> 'SomeBody'", was skipping tickets
+  with empty Cc list.
+* get rid of some unint warnings
+* test suite for all corner cases
+* one TODO test block
+
+------------------------------------------------------------------------
+r3942 | ruz | 2005-10-07 12:40:57 -0400 (Fri, 07 Oct 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
+
+* get rid of uninit warnings
+------------------------------------------------------------------------
+r3936 | ruz | 2005-10-05 21:52:51 -0400 (Wed, 05 Oct 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/t/regression/04send_email.t
+
+* added some util functions in .t file:
+  first_txn, count_xns, first_attach and count_attachs
+  this functions should be moved later into standalone
+  test helper file
+* use simple file_content function instead of `cat`
+
+------------------------------------------------------------------------
+r3935 | ruz | 2005-10-05 21:39:58 -0400 (Wed, 05 Oct 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+   M /rt/branches/3.5-TESTING/lib/RT.pm.in
+
+* new config option LogStackTraces
+------------------------------------------------------------------------
+r3934 | ruz | 2005-10-05 20:41:56 -0400 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/t/regression/03web_compiliation_errors.t
+
+* tests cleanup, print diag messages only if we $ENV{TEST_VERBOSE} is true
+  prove -v set this
+* print diag message with URL we test
+------------------------------------------------------------------------
+r3933 | ruz | 2005-10-05 20:26:21 -0400 (Wed, 05 Oct 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r1101@cubic-pc (orig r3931):  svm | 2005-10-06 04:25:58 +0400
+ SVM: initializing mirror for /mirrors/branches/3.5-TESTING
+ r1102@cubic-pc (orig r3932):  jesse | 2005-10-05 23:45:05 +0400
+ * Alex points out that the PO merges are wrong
+
+------------------------------------------------------------------------
+r3932 | jesse | 2005-10-05 15:45:05 -0400 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/cs.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/da.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/en.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/es.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fi.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/he.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/hu.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/it.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ja.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/nl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/no.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ru.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_tw.po
+
+* Alex points out that the PO merges are wrong
+
+
+------------------------------------------------------------------------
+r3931 | jesse | 2005-10-05 15:25:32 -0400 (Wed, 05 Oct 2005) | 51 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.5-TESTING/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.5-TESTING/html/Search/Elements/BuildFormatString
+   M /rt/branches/3.5-TESTING/html/Search/Results.tsv
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.5-TESTING/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/EmailParser.pm
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/cs.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/da.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/en.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/es.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fi.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/he.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/hu.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/it.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ja.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/nl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/no.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ru.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_tw.po
+   M /rt/branches/3.5-TESTING/lib/RT/Link_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Transactions_Overlay.pm
+
+ r17089@hualien:  jesse | 2005-10-05 11:11:26 -0400
+  r17072@hualien:  jesse | 2005-10-05 10:39:48 -0400
+   r17059@hualien:  jesse | 2005-10-05 10:08:39 -0400
+    r17052@hualien:  jesse | 2005-10-05 09:37:42 -0400
+     r15958@hualien (orig r3877):  alexmv | 2005-09-22 15:09:22 -0400
+      r6458@zoq-fot-pik:  chmrr | 2005-09-22 15:08:37 -0400
+       * Add where the faulty caller was in deprecated warnings
+     
+     r16168@hualien (orig r3892):  robert | 2005-09-28 12:16:03 -0400
+      r3945@bear:  rspier | 2005-09-28 09:15:08 -0700
+      Performance Improvement when Sending Email using sendmailpipe -
+      
+      MIME::Entity would bog down in certain cases because of it's use of IO::Scalar during stringification.  MIME::Entity will be switching to IO::ScalarArray, which will help... but RT was causing it to store into a temporary string anyway, which was silly.
+      
+      This change has MIME::Entity write directly to the pipe, which is a lot more efficient.  Seems to cut out ~33% of user time.  (Because we don't need to have a temporary IO::Scalar thingy around.)  Also will reduce peak memory usage.
+      
+     
+     r16169@hualien (orig r3893):  jesse | 2005-09-28 13:27:29 -0400
+     Switch from ->CustomFields to ->TicketCustomFields to stop using a deprecated API.
+       Thanks to T.J. Maciak
+     
+     r17038@hualien (orig r3894):  alexmv | 2005-09-30 15:19:46 -0400
+      r6554@zoq-fot-pik:  chmrr | 2005-09-30 15:16:47 -0400
+       * Remove unused and deprecated code path (bugs 6605, 7008)
+     
+     r17039@hualien (orig r3895):  alexmv | 2005-09-30 15:19:57 -0400
+      r6555@zoq-fot-pik:  chmrr | 2005-09-30 15:18:22 -0400
+       * Link to the *other* end of the link, not the one that is us
+     
+     r17040@hualien (orig r3896):  alexmv | 2005-09-30 15:56:31 -0400
+      r6558@zoq-fot-pik:  chmrr | 2005-09-30 15:56:06 -0400
+      RT-Ticket: 7029
+      RT-Status: resolved
+      RT-Update: correspond
+      
+       * Applied missing limit for AdminCcs, from Todd Chapman
+      
+     
+     r17044@hualien (orig r3900):  alexmv | 2005-10-03 13:32:45 -0400
+      r6566@zoq-fot-pik:  chmrr | 2005-10-03 13:28:24 -0400
+       * Updated spanish translation, thanks to Carlos Velasco
+     
+     r17045@hualien (orig r3901):  alexmv | 2005-10-03 14:15:35 -0400
+      r6568@zoq-fot-pik:  chmrr | 2005-10-03 14:14:49 -0400
+       * Header fixes in PO files to include correct RT version
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3930 | jesse | 2005-10-05 15:25:11 -0400 (Wed, 05 Oct 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Results.rdf
+
+ r17088@hualien:  jesse | 2005-10-05 11:11:20 -0400
+  r17071@hualien:  jesse | 2005-10-05 10:39:37 -0400
+   r17057@hualien:  jesse | 2005-10-05 10:08:11 -0400
+    r15770@hualien:  jesse | 2005-09-16 12:23:15 -0400
+    * The RSS feeds should come with a default subject, as feeds really want to have article titles in some clients
+   
+  
+
+------------------------------------------------------------------------
+r3929 | jesse | 2005-10-05 15:24:46 -0400 (Wed, 05 Oct 2005) | 25 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Build.html
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+
+ r17087@hualien:  jesse | 2005-10-05 11:09:10 -0400
+  r17070@hualien:  jesse | 2005-10-05 10:39:31 -0400
+   r17056@hualien:  jesse | 2005-10-05 10:08:04 -0400
+    r15752@hualien:  jesse | 2005-09-15 11:41:41 -0400
+     r14236@hualien (orig r3754):  robert | 2005-09-01 17:47:36 -0400
+      r3800@bear:  rspier | 2005-09-01 14:46:59 -0700
+      RT-Ticket: 6986
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      If we didn't generate any SQL, don't pass it to FromSQL which will reset the dirty flag and then SB won't actually run anything.
+      
+      Also, tests.
+          
+     
+     r15713@hualien (orig r3847):  glasser | 2005-09-12 18:11:43 -0400
+      r41532@maclaurin-seven-twelve:  glasser | 2005-09-12 18:04:55 -0400
+      Defining subs in Mason components is dangerous, since they clash with subs defined
+      in every other component.
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3928 | jesse | 2005-10-05 15:24:28 -0400 (Wed, 05 Oct 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/ACE_Overlay.pm
+
+ r17086@hualien:  jesse | 2005-10-05 11:09:03 -0400
+  r17069@hualien:  jesse | 2005-10-05 10:39:25 -0400
+   r17055@hualien:  jesse | 2005-10-05 10:07:58 -0400
+    r15749@hualien:  jesse | 2005-09-15 11:14:56 -0400
+    * It was possible to get into an infinite loop when removing a member from a group
+   
+  
+
+------------------------------------------------------------------------
+r3927 | jesse | 2005-10-05 15:24:11 -0400 (Wed, 05 Oct 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+
+ r17085@hualien:  jesse | 2005-10-05 11:08:57 -0400
+  r17068@hualien:  jesse | 2005-10-05 10:39:19 -0400
+   r17054@hualien:  jesse | 2005-10-05 10:07:50 -0400
+    r15723@hualien:  jesse | 2005-09-13 12:05:40 -0400
+    * When pulling data out of the database, we need to be more careful
+      about whether it's utf8 or not. Thanks to Ruslan Zakirov
+    
+   
+  
+
+------------------------------------------------------------------------
+r3926 | jesse | 2005-10-05 15:23:50 -0400 (Wed, 05 Oct 2005) | 21 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+   M /rt/branches/3.5-TESTING/html/autohandler
+   M /rt/branches/3.5-TESTING/lib/RT.pm.in
+   M /rt/branches/3.5-TESTING/lib/t/regression/20-sort-by-requestor.t
+
+ r17084@hualien:  jesse | 2005-10-05 11:08:50 -0400
+  r17067@hualien:  jesse | 2005-10-05 10:39:13 -0400
+   r17053@hualien:  jesse | 2005-10-05 10:00:45 -0400
+    r15946@hualien (orig r3872):  alexmv | 2005-09-22 12:38:17 -0400
+     r6181@zoq-fot-pik:  chmrr | 2005-09-02 12:09:41 -0400
+      * Additional tests for no requestor (should still sort correctly)
+    
+    r15947@hualien (orig r3873):  alexmv | 2005-09-22 12:38:34 -0400
+     r6451@zoq-fot-pik:  chmrr | 2005-09-22 12:37:30 -0400
+      * Statement logging
+    
+    r17047@hualien (orig r3903):  alexmv | 2005-10-03 15:57:38 -0400
+     r6572@zoq-fot-pik:  chmrr | 2005-10-03 15:47:52 -0400
+      * Make test text reflect the number of tickets the test is looking for
+    
+    r17048@hualien (orig r3904):  alexmv | 2005-10-03 15:57:45 -0400
+    
+   
+  
+
+------------------------------------------------------------------------
+r3925 | jesse | 2005-10-05 15:23:30 -0400 (Wed, 05 Oct 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
+
+ r17083@hualien:  jesse | 2005-10-05 11:08:43 -0400
+  r17066@hualien:  jesse | 2005-10-05 10:39:06 -0400
+   r15969@hualien:  jesse | 2005-09-23 15:36:13 -0400
+   * Algorithm for picking transaction content didn't have a reasonable enough fallback case.
+  
+
+------------------------------------------------------------------------
+r3924 | jesse | 2005-10-05 15:23:07 -0400 (Wed, 05 Oct 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/CreateTickets.pm
+
+ r17082@hualien:  jesse | 2005-10-05 11:08:36 -0400
+  r17065@hualien:  jesse | 2005-10-05 10:39:00 -0400
+   r15942@hualien:  jesse | 2005-09-21 23:48:22 -0400
+   * CreateTickets now handles custom fields
+  
+
+------------------------------------------------------------------------
+r3923 | jesse | 2005-10-05 15:22:37 -0400 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r15936@hualien:  jesse | 2005-09-21 15:36:00 -0400
+ Bumping to 3.5.4
+
+------------------------------------------------------------------------
+r3922 | jesse | 2005-10-05 15:19:14 -0400 (Wed, 05 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r15931@hualien:  jesse | 2005-09-20 17:14:57 -0400
+ * Merge bug in "PickObjects" - Spotted by Ruslan
+
+------------------------------------------------------------------------
+r3921 | jesse | 2005-10-05 15:19:00 -0400 (Wed, 05 Oct 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r15929@hualien:  jesse | 2005-09-20 15:14:40 -0400
+ * Now javascript files get processed by mason
+
+------------------------------------------------------------------------
+r3902 | alexmv | 2005-10-03 14:34:49 -0400 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/cs.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/da.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/en.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/es.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fi.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/he.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/hu.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/it.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ja.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/nl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/no.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ru.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_tw.po
+
+ r6570@zoq-fot-pik:  chmrr | 2005-10-03 14:33:25 -0400
+  * Fix version number in PO files
+
+------------------------------------------------------------------------
+r3899 | alexmv | 2005-09-30 16:32:52 -0400 (Fri, 30 Sep 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+
+ r6564@zoq-fot-pik:  chmrr | 2005-09-30 16:32:22 -0400
+ RT-Ticket: 6976
+ RT-Status: resolved
+ RT-Update: correspond
+  * Applied new french localization from Jerome Fenal <jfenal@gmail.com>
+
+------------------------------------------------------------------------
+r3898 | alexmv | 2005-09-30 16:27:36 -0400 (Fri, 30 Sep 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+
+------------------------------------------------------------------------
+r3897 | alexmv | 2005-09-30 16:27:27 -0400 (Fri, 30 Sep 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Tools/Reports/index.html
+
+ r6560@zoq-fot-pik:  chmrr | 2005-09-30 16:25:00 -0400
+ RT-Ticket: 7001
+ RT-Status: resolved
+ RT-Update: comment
+  * Localize "Reports", from Jerome Fenal <jfenal@gmail.com>
+
+------------------------------------------------------------------------
+r3870 | robert | 2005-09-22 02:01:28 -0400 (Thu, 22 Sep 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/TicketList
+   M /rt/branches/3.5-TESTING/html/Search/Build.html
+   M /rt/branches/3.5-TESTING/html/Search/Elements/DisplayOptions
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   A /rt/branches/3.5-TESTING/lib/t/regression/23cfsort.t
+   A /rt/branches/3.5-TESTING/lib/t/regression/24pawsort.t
+
+ r3904@bear:  rspier | 2005-09-21 22:27:01 -0700
+ local branch for 3.5
+ r3905@bear:  rspier | 2005-09-21 23:01:01 -0700
+ - Sort By CustomField
+ - Sort by multiple fields in UI
+ - Ownership/PAW support
+ and tests for both
+
+------------------------------------------------------------------------
+r3867 | jesse | 2005-09-21 16:52:22 -0400 (Wed, 21 Sep 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+* merge bug fix from Joe Micciche 3.5.5
+------------------------------------------------------------------------
+r3865 | jesse | 2005-09-21 15:36:36 -0400 (Wed, 21 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r15936@hualien:  jesse | 2005-09-21 15:36:00 -0400
+ Bumping to 3.5.4
+
+------------------------------------------------------------------------
+r3864 | jesse | 2005-09-20 17:16:05 -0400 (Tue, 20 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects
+
+ r15931@hualien:  jesse | 2005-09-20 17:14:57 -0400
+ * Merge bug in "PickObjects" - Spotted by Ruslan
+
+------------------------------------------------------------------------
+r3863 | jesse | 2005-09-20 15:15:19 -0400 (Tue, 20 Sep 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/webmux.pl.in
+
+ r15929@hualien:  jesse | 2005-09-20 15:14:40 -0400
+ * Now javascript files get processed by mason
+
+------------------------------------------------------------------------
+r3846 | jesse | 2005-09-12 09:09:44 -0400 (Mon, 12 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
+   M /rt/branches/3.5-TESTING/html/Ticket/Reminders.html
+
+ r15702@hualien:  jesse | 2005-09-12 09:08:37 -0400
+  * Merge bugfixes from Jeff Voskamp
+
+------------------------------------------------------------------------
+r3828 | jesse | 2005-09-02 13:05:30 -0400 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/cs.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/da.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/en.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/es.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fi.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/he.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/hu.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/it.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ja.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/nl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/no.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ru.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_tw.po
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r15163@hualien:  jesse | 2005-09-02 13:04:23 -0400
+ * 3.5.3
+
+------------------------------------------------------------------------
+r3827 | jesse | 2005-09-02 13:02:04 -0400 (Fri, 02 Sep 2005) | 243 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/configure.ac
+
+ r15135@hualien:  jesse | 2005-09-02 12:28:08 -0400
+  r15105@hualien:  jesse | 2005-09-02 11:11:38 -0400
+  Merge forward from RT 3.4.4 
+   
+   
+   r14193@hualien:  jesse | 2005-09-01 13:40:23 -0400
+    r4892@hualien:  jesse | 2005-07-18 11:47:55 -0400
+    
+   
+   r14194@hualien:  jesse | 2005-09-01 13:41:24 -0400
+    r4894@hualien:  jesse | 2005-07-18 13:44:44 -0400
+    * releng.cnf bump to rc1
+   
+   r14195@hualien:  jesse | 2005-09-01 13:41:32 -0400
+    r7152@hualien:  jesse | 2005-07-30 11:06:46 -0400
+    * German and Danish translation header fixes. 
+    besides that just a message catalog regenration
+    
+   
+   r14196@hualien:  jesse | 2005-09-01 13:42:01 -0400
+    r7153@hualien:  jesse | 2005-07-30 11:07:37 -0400
+    3.4.3rc2
+   
+   r14197@hualien:  jesse | 2005-09-01 13:42:09 -0400
+    r7158@hualien:  jesse | 2005-07-30 11:08:03 -0400
+     r4909@hualien (orig r3501):  alexmv | 2005-07-18 15:00:38 -0400
+      r5198@zoq-fot-pik:  chmrr | 2005-07-18 14:59:07 -0400
+       * Fix TransactionBatch / DESTROY bug (backport from QUEBEC)
+     
+     r7124@hualien (orig r3546):  kevinr | 2005-07-28 14:51:34 -0400
+      r6713@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-28 14:50:47 -0400
+      RT-Ticket: 6892
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      * Applied patch from Hsin-Chan Chien to fix a bug with attachment uploading
+      in SelfService mode.
+     
+    
+   
+   r14198@hualien:  jesse | 2005-09-01 13:42:19 -0400
+    r7398@hualien:  jesse | 2005-08-05 15:39:10 -0400
+     r7317@hualien (orig r3576):  robert | 2005-08-02 00:23:36 -0400
+      r3582@woof:  rspier | 2005-08-01 21:20:12 -0700
+      allow arbitrary https?: urls in the menus
+     
+     r7333@hualien (orig r3579):  kevinr | 2005-08-02 14:22:27 -0400
+      r6837@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 14:20:51 -0400
+      RT-Ticket: 6897
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      * Incorporated the updated Italian translation from Angelo Turetta
+     
+     r7335@hualien (orig r3581):  glasser | 2005-08-02 15:08:03 -0400
+      r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
+      Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
+      values, use that.
+     
+     r7336@hualien (orig r3582):  glasser | 2005-08-02 15:10:05 -0400
+      r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
+      RT-Ticket: 6899
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      When limiting based on a whole date, make sure you're not being pushed to 
+      another if you happen to be east of GMT.
+      
+      Patch by Ruslan Zakirov, problem found by Olivier Horec.
+     
+     r7366@hualien (orig r3585):  kevinr | 2005-08-02 20:18:54 -0400
+      r6849@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 20:17:38 -0400
+      * POD formatting fixes
+     
+     r7370@hualien (orig r3588):  kevinr | 2005-08-03 01:20:35 -0400
+      r6868@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:19:47 -0400
+      * Fixed an outdated bit of POD
+     
+     r7371@hualien (orig r3589):  kevinr | 2005-08-03 01:51:55 -0400
+      r6872@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:51:33 -0400
+      * More minor perldoc cleanup
+     
+    
+   
+   r14199@hualien:  jesse | 2005-09-01 13:42:33 -0400
+    r7399@hualien:  jesse | 2005-08-05 19:16:58 -0400
+    * Cleaned up searching by ticket or txn date.
+   
+   r14200@hualien:  jesse | 2005-09-01 13:42:43 -0400
+    r7634@hualien:  jesse | 2005-08-10 15:25:31 -0400
+    * This is 3.4.3
+    
+   
+   r14201@hualien:  jesse | 2005-09-01 13:42:52 -0400
+    r12938@hualien:  jesse | 2005-08-11 13:46:14 -0400
+    * French localization had lost its header
+    
+   
+   r14202@hualien:  jesse | 2005-09-01 13:43:02 -0400
+    r13154@hualien:  jesse | 2005-08-17 19:14:26 -0400
+    * Fixes to standalone webserver for mason 1.30
+   
+   r14203@hualien:  jesse | 2005-09-01 13:43:10 -0400
+    r13155@hualien:  jesse | 2005-08-17 19:15:11 -0400
+    * Note dependency on a current HSSM
+   
+   r14204@hualien:  jesse | 2005-09-01 13:43:19 -0400
+    r13164@hualien:  jesse | 2005-08-17 22:03:19 -0400
+     r13131@hualien (orig r3662):  alexmv | 2005-08-17 13:29:25 -0400
+      r5914@zoq-fot-pik:  chmrr | 2005-08-17 13:32:00 -0400
+       * We love escaping!  We need to escape quotes and slashes in
+      TicketSQL, then URI escape, then HTML escape.  And the query comes
+      from the TicketSQL-escaped one, not the URI and HTML-escaped one.  Oh,
+      yeah, and don't forget to turn off the automatic HTML escaping that
+      Mason does, or it'll be TicketSQL-HTML-URI-HTML escaped, which is
+      Right Out.
+     
+     r13132@hualien (orig r3663):  alexmv | 2005-08-17 13:29:32 -0400
+     
+     r13163@hualien (orig r3666):  alexmv | 2005-08-17 13:41:38 -0400
+      r5920@zoq-fot-pik:  chmrr | 2005-08-17 13:44:59 -0400
+       * My memory was faulty; HTML escaping is not needed
+     
+    
+   
+   r14205@hualien:  jesse | 2005-09-01 13:46:31 -0400
+    r13699@hualien:  jesse | 2005-08-22 14:46:07 -0400
+     r13255@hualien (orig r3700):  trs | 2005-08-18 22:39:02 -0400
+      r6002@wintermute:  tom | 2005-08-18 22:37:53 -0400
+      Fixed typo
+     
+    
+   
+   r14206@hualien:  jesse | 2005-09-01 13:46:41 -0400
+    r13720@hualien:  jesse | 2005-08-23 17:54:29 -0400
+    * Bugfixes to the German translation file
+   
+   r14207@hualien:  jesse | 2005-09-01 13:46:51 -0400
+    r13723@hualien:  jesse | 2005-08-23 17:55:47 -0400
+     r13701@hualien (orig r3706):  glasser | 2005-08-22 15:55:57 -0400
+      r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
+      Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
+      values, use that.
+     
+     r13721@hualien (orig r3707):  glasser | 2005-08-22 16:04:25 -0400
+      r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
+      RT-Ticket: 6899
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      When limiting based on a whole date, make sure you're not being pushed to 
+      another if you happen to be east of GMT.
+      
+      Patch by Ruslan Zakirov, problem found by Olivier Horec.
+     
+     r13722@hualien (orig r3708):  glasser | 2005-08-22 16:05:46 -0400
+      r40177@tin-foil:  glasser | 2005-08-18 18:49:13 -0400
+      Updates to the standalone server to not dupe as much code, but may be rolled back if HSSM needs to be.
+     
+    
+   
+   r14208@hualien:  jesse | 2005-09-01 13:47:00 -0400
+    r13725@hualien:  jesse | 2005-08-23 22:10:42 -0400
+    * Added support for mod_perl 2.0 
+   
+   r14209@hualien:  jesse | 2005-09-01 13:47:09 -0400
+    r13728@hualien:  jesse | 2005-08-23 22:37:12 -0400
+    * Bumped to 3.4.4pre1
+   
+   r14210@hualien:  jesse | 2005-09-01 13:47:17 -0400
+    r13732@hualien:  jesse | 2005-08-23 23:38:28 -0400
+    * Applied tom's callbacks fix
+    
+   
+   r14211@hualien:  jesse | 2005-09-01 13:47:26 -0400
+    r13733@hualien:  jesse | 2005-08-23 23:38:39 -0400
+    * bumped to pre2
+   
+   r14212@hualien:  jesse | 2005-09-01 13:47:35 -0400
+    r13743@hualien:  jesse | 2005-08-24 02:00:08 -0400
+    RT-Ticket: 6957
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Applied a patch from ams to restore his byline to bin/rt
+   
+   r14213@hualien:  jesse | 2005-09-01 13:47:43 -0400
+    r13753@hualien:  jesse | 2005-08-25 14:53:06 -0400
+    * Removing warnings about mod_perl2
+   
+   r14214@hualien:  jesse | 2005-09-01 13:47:53 -0400
+    r13754@hualien:  jesse | 2005-08-25 14:55:32 -0400
+    * EquivObjects support for acl queries, from Todd Chapman
+    
+   
+   r14215@hualien:  jesse | 2005-09-01 13:48:01 -0400
+    r13757@hualien:  jesse | 2005-08-25 15:23:18 -0400
+    RT-Ticket: 6934
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * A couple of patches to improve how localization extraction works from jfenal
+    
+   
+   r14216@hualien:  jesse | 2005-09-01 13:48:11 -0400
+    r13759@hualien:  jesse | 2005-08-25 15:31:56 -0400
+    * Fixes to IsRTAddress processing. Spotted by Travis Campbell.
+    
+   
+   r14217@hualien:  jesse | 2005-09-01 13:48:19 -0400
+    r13760@hualien:  jesse | 2005-08-25 15:51:57 -0400
+    RT-Ticket: 6855
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * Applied a patch from Andreas Jakum to improve RT::Ticket->Import's handling
+      of watchers
+    
+   
+   r14218@hualien:  jesse | 2005-09-01 13:48:28 -0400
+    r13763@hualien:  jesse | 2005-08-25 16:04:29 -0400
+    * 3.4.4rc3
+   
+   r14219@hualien:  jesse | 2005-09-01 13:48:37 -0400
+    r13804@hualien:  jesse | 2005-08-27 21:25:50 -0400
+    * Updated French translation from jfenal
+    
+   
+   r14220@hualien:  jesse | 2005-09-01 13:48:47 -0400
+    r13812@hualien:  jesse | 2005-08-28 15:43:29 -0400
+    * bumping to 3.4.4
+   
+   r14221@hualien:  jesse | 2005-09-01 13:48:56 -0400
+    r14192@hualien:  jesse | 2005-09-01 13:37:34 -0400
+     r14130@hualien (orig r3739):  robert | 2005-08-31 16:46:16 -0400
+      r3748@woof:  rspier | 2005-08-31 13:41:53 -0700
+      Check for invalid character (-) in mysql database names and prevent RT from allowing it to be configured.
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3826 | jesse | 2005-09-02 13:01:17 -0400 (Fri, 02 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
+   M /rt/branches/3.5-TESTING/html/Elements/MyRT
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+
+ r14191@hualien:  jesse | 2005-09-01 12:35:09 -0400
+  * HTML merge bugs fixed
+
+------------------------------------------------------------------------
+r3825 | jesse | 2005-09-02 13:00:29 -0400 (Fri, 02 Sep 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/CreateTickets.pm
+
+ r14111@hualien:  jesse | 2005-08-30 06:18:30 -0400
+  r14084@hualien:  jesse | 2005-08-30 05:57:58 -0400
+   r13741@hualien:  jesse | 2005-08-24 01:28:59 -0400
+   * Added support for named custom fields in templates
+   
+  
+
+------------------------------------------------------------------------
+r3824 | jesse | 2005-09-02 12:59:46 -0400 (Fri, 02 Sep 2005) | 12 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomField
+
+ r14110@hualien:  jesse | 2005-08-30 06:18:20 -0400
+  r14083@hualien:  jesse | 2005-08-30 05:57:49 -0400
+   r13553@hualien:  jesse | 2005-08-19 10:42:36 -0400
+    r13127@hualien (orig r3658):  alexmv | 2005-08-15 18:38:56 -0400
+     r5873@zoq-fot-pik:  chmrr | 2005-08-15 18:42:04 -0400
+      * Require that the object not only be defined but also valid, to pull
+     values from it
+    
+   
+  
+
+------------------------------------------------------------------------
+r3823 | jesse | 2005-09-02 12:59:05 -0400 (Fri, 02 Sep 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/webmux.pl.in
+
+ r14109@hualien:  jesse | 2005-08-30 06:18:10 -0400
+  r14082@hualien:  jesse | 2005-08-30 05:57:40 -0400
+   r13552@hualien:  jesse | 2005-08-19 10:42:22 -0400
+    r12966@hualien (orig r3649):  alexmv | 2005-08-12 16:30:55 -0400
+     r5827@zoq-fot-pik:  chmrr | 2005-08-12 16:33:16 -0400
+      * Revert r3597
+    
+   
+  
+
+------------------------------------------------------------------------
+r3822 | jesse | 2005-09-02 12:58:21 -0400 (Fri, 02 Sep 2005) | 13 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+
+ r14108@hualien:  jesse | 2005-08-30 06:18:00 -0400
+  r14081@hualien:  jesse | 2005-08-30 05:57:29 -0400
+   r13551@hualien:  jesse | 2005-08-19 10:42:07 -0400
+    r12965@hualien (orig r3648):  alexmv | 2005-08-12 16:30:49 -0400
+     r5826@zoq-fot-pik:  chmrr | 2005-08-12 16:29:24 -0400
+      * r3602 didn't go far enough; be happy we are using DBIx::SB::Unique,
+        because we got us a lot of possible duplice rows with all of these
+        left joins.
+    
+   
+  
+
+------------------------------------------------------------------------
+r3821 | jesse | 2005-09-02 12:57:39 -0400 (Fri, 02 Sep 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
+
+ r14107@hualien:  jesse | 2005-08-30 06:17:42 -0400
+  r14079@hualien:  jesse | 2005-08-30 05:57:09 -0400
+   r13549@hualien:  jesse | 2005-08-19 10:41:40 -0400
+    r7397@hualien (orig r3607):  alexmv | 2005-08-05 14:59:21 -0400
+     r5653@zoq-fot-pik:  chmrr | 2005-08-05 14:57:28 -0400
+      * Display "save" even if search isn't dirty (can be a rename)
+    
+   
+  
+
+------------------------------------------------------------------------
+r3820 | jesse | 2005-09-02 12:56:48 -0400 (Fri, 02 Sep 2005) | 12 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+   M /rt/branches/3.5-TESTING/html/Elements/ShowCustomFieldWikitext
+   M /rt/branches/3.5-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+
+ r14106@hualien:  jesse | 2005-08-30 06:17:32 -0400
+  r14078@hualien:  jesse | 2005-08-30 05:56:57 -0400
+   r13548@hualien:  jesse | 2005-08-19 10:41:25 -0400
+    r7393@hualien (orig r3603):  alexmv | 2005-08-04 16:11:05 -0400
+     r5647@zoq-fot-pik:  chmrr | 2005-08-04 16:04:03 -0400
+      * Add $RT::WikiImplicitLinks option (defaults to false)
+      * Support for Wiki links doing useful things
+    
+   
+  
+
+------------------------------------------------------------------------
+r3819 | jesse | 2005-09-02 12:56:00 -0400 (Fri, 02 Sep 2005) | 12 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay_SQL.pm
+
+ r14105@hualien:  jesse | 2005-08-30 06:17:22 -0400
+  r14077@hualien:  jesse | 2005-08-30 05:56:46 -0400
+   r13547@hualien:  jesse | 2005-08-19 10:41:11 -0400
+    r7392@hualien (orig r3602):  alexmv | 2005-08-04 13:41:33 -0400
+     r5644@zoq-fot-pik:  chmrr | 2005-08-04 13:39:54 -0400
+      * Replace %FIELDS (which has pseudohash meaning) with %FIELD_METADATA
+      * Make join for sorting watchers be a left join
+    
+   
+  
+
+------------------------------------------------------------------------
+r3818 | jesse | 2005-09-02 12:55:10 -0400 (Fri, 02 Sep 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTime
+
+ r14104@hualien:  jesse | 2005-08-30 06:17:13 -0400
+  r14076@hualien:  jesse | 2005-08-30 05:56:38 -0400
+   r13546@hualien:  jesse | 2005-08-19 10:40:57 -0400
+    r7391@hualien (orig r3601):  alexmv | 2005-08-04 13:41:11 -0400
+     r5643@zoq-fot-pik:  chmrr | 2005-08-04 13:38:31 -0400
+      * Don't display "days" -- often conntes work days, not 24-hour periods
+    
+   
+  
+
+------------------------------------------------------------------------
+r3817 | jesse | 2005-09-02 12:54:26 -0400 (Fri, 02 Sep 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowBasics
+   A /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTime
+
+ r14103@hualien:  jesse | 2005-08-30 06:17:02 -0400
+  r14075@hualien:  jesse | 2005-08-30 05:56:28 -0400
+   r13545@hualien:  jesse | 2005-08-19 10:40:41 -0400
+    r7388@hualien (orig r3598):  alexmv | 2005-08-03 18:39:17 -0400
+     r5629@zoq-fot-pik:  chmrr | 2005-08-03 18:37:50 -0400
+      * Show time in hours or days when needed
+    
+   
+  
+
+------------------------------------------------------------------------
+r3816 | jesse | 2005-09-02 12:53:45 -0400 (Fri, 02 Sep 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/webmux.pl.in
+
+ r14102@hualien:  jesse | 2005-08-30 06:16:53 -0400
+  r14074@hualien:  jesse | 2005-08-30 05:55:48 -0400
+   r13544@hualien:  jesse | 2005-08-19 10:40:27 -0400
+    r7387@hualien (orig r3597):  alexmv | 2005-08-03 18:08:02 -0400
+     r5627@zoq-fot-pik:  chmrr | 2005-08-03 18:00:41 -0400
+      * Attempt to fix WebExternalAuth problem with images
+    
+   
+  
+
+------------------------------------------------------------------------
+r3815 | jesse | 2005-09-02 12:53:03 -0400 (Fri, 02 Sep 2005) | 12 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+
+ r14101@hualien:  jesse | 2005-08-30 06:16:43 -0400
+  r14073@hualien:  jesse | 2005-08-30 05:55:38 -0400
+   r13543@hualien:  jesse | 2005-08-19 10:40:13 -0400
+    r7386@hualien (orig r3596):  alexmv | 2005-08-03 17:48:18 -0400
+     r5615@zoq-fot-pik:  chmrr | 2005-08-03 17:46:45 -0400
+      * Cutsom field values in RT::Tickets are always on RT::Ticket objects
+      * Remove CSS that was causing <span class="label"> to be small, unused CSS
+    
+   
+  
+
+------------------------------------------------------------------------
+r3814 | jesse | 2005-09-02 12:51:43 -0400 (Fri, 02 Sep 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+
+ r14099@hualien:  jesse | 2005-08-30 06:15:59 -0400
+  r14071@hualien:  jesse | 2005-08-30 05:52:51 -0400
+   r13804@hualien:  jesse | 2005-08-27 21:25:50 -0400
+   * Updated French translation from jfenal
+   
+  
+
+------------------------------------------------------------------------
+r3813 | jesse | 2005-09-02 12:50:35 -0400 (Fri, 02 Sep 2005) | 13 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+ r14097@hualien:  jesse | 2005-08-30 06:15:28 -0400
+  r14069@hualien:  jesse | 2005-08-30 05:52:32 -0400
+   r13760@hualien:  jesse | 2005-08-25 15:51:57 -0400
+   RT-Ticket: 6855
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * Applied a patch from Andreas Jakum to improve RT::Ticket->Import's handling
+     of watchers
+   
+  
+
+------------------------------------------------------------------------
+r3812 | jesse | 2005-09-02 12:49:53 -0400 (Fri, 02 Sep 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/EmailParser.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Email.pm
+
+ r14096@hualien:  jesse | 2005-08-30 06:15:19 -0400
+  r14068@hualien:  jesse | 2005-08-30 05:52:24 -0400
+   r13759@hualien:  jesse | 2005-08-25 15:31:56 -0400
+   * Fixes to IsRTAddress processing. Spotted by Travis Campbell.
+   
+  
+
+------------------------------------------------------------------------
+r3811 | jesse | 2005-09-02 12:49:07 -0400 (Fri, 02 Sep 2005) | 12 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
+
+ r14095@hualien:  jesse | 2005-08-30 06:14:21 -0400
+  r14067@hualien:  jesse | 2005-08-30 05:52:15 -0400
+   r13757@hualien:  jesse | 2005-08-25 15:23:18 -0400
+   RT-Ticket: 6934
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * A couple of patches to improve how localization extraction works from jfenal
+   
+  
+
+------------------------------------------------------------------------
+r3810 | jesse | 2005-09-02 12:48:26 -0400 (Fri, 02 Sep 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Groups_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Users_Overlay.pm
+
+ r14094@hualien:  jesse | 2005-08-30 06:14:12 -0400
+  r14066@hualien:  jesse | 2005-08-30 05:52:07 -0400
+   r13754@hualien:  jesse | 2005-08-25 14:55:32 -0400
+   * EquivObjects support for acl queries, from Todd Chapman
+   
+  
+
+------------------------------------------------------------------------
+r3809 | jesse | 2005-09-02 12:47:45 -0400 (Fri, 02 Sep 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r14093@hualien:  jesse | 2005-08-30 06:14:01 -0400
+  r14065@hualien:  jesse | 2005-08-30 05:51:59 -0400
+   r13753@hualien:  jesse | 2005-08-25 14:53:06 -0400
+   * Removing warnings about mod_perl2
+  
+
+------------------------------------------------------------------------
+r3808 | jesse | 2005-09-02 12:43:47 -0400 (Fri, 02 Sep 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/etc/upgrade/QUEBEC
+   A /rt/branches/3.5-TESTING/etc/upgrade/QUEBEC/content
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects
+   A /rt/branches/3.5-TESTING/html/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/Elements/MyRT
+   A /rt/branches/3.5-TESTING/html/NoAuth/cascaded.js
+   A /rt/branches/3.5-TESTING/html/NoAuth/class.js
+   A /rt/branches/3.5-TESTING/html/NoAuth/combobox.js
+   A /rt/branches/3.5-TESTING/html/NoAuth/list.js
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/Search/Elements/PickBasics
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
+   M /rt/branches/3.5-TESTING/html/Ticket/Reminders.html
+   M /rt/branches/3.5-TESTING/html/Tools/Reports/index.html
+   A /rt/branches/3.5-TESTING/html/rt.js
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+
+ r14085@hualien:  jesse | 2005-08-30 05:59:38 -0400
+  r14057@hualien:  jesse | 2005-08-30 05:48:48 -0400
+   r13699@hualien:  jesse | 2005-08-22 14:46:07 -0400
+    r13255@hualien (orig r3700):  trs | 2005-08-18 22:39:02 -0400
+     r6002@wintermute:  tom | 2005-08-18 22:37:53 -0400
+     Fixed typo
+    
+   
+  
+
+------------------------------------------------------------------------
+r3807 | jesse | 2005-09-02 12:43:09 -0400 (Fri, 02 Sep 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+
+ r13752@hualien:  jesse | 2005-08-24 16:23:43 -0400
+  r13743@hualien:  jesse | 2005-08-24 02:00:08 -0400
+  RT-Ticket: 6957
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  * Applied a patch from ams to restore his byline to bin/rt
+
+------------------------------------------------------------------------
+r3806 | jesse | 2005-09-02 12:42:06 -0400 (Fri, 02 Sep 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Callback
+
+ r13750@hualien:  jesse | 2005-08-24 16:21:25 -0400
+  r13732@hualien:  jesse | 2005-08-23 23:38:28 -0400
+  * Applied tom's callbacks fix
+  
+
+------------------------------------------------------------------------
+r3805 | jesse | 2005-09-02 12:41:09 -0400 (Fri, 02 Sep 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/README
+   M /rt/branches/3.5-TESTING/bin/webmux.pl.in
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Web/Handler.pm
+
+ r13748@hualien:  jesse | 2005-08-24 16:19:08 -0400
+  r13725@hualien:  jesse | 2005-08-23 22:10:42 -0400
+  * Added support for mod_perl 2.0 
+
+------------------------------------------------------------------------
+r3804 | jesse | 2005-09-02 12:40:29 -0400 (Fri, 02 Sep 2005) | 25 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Web/Standalone.pm
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r13747@hualien:  jesse | 2005-08-24 16:18:51 -0400
+  r13723@hualien:  jesse | 2005-08-23 17:55:47 -0400
+   r13701@hualien (orig r3706):  glasser | 2005-08-22 15:55:57 -0400
+    r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
+    Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
+    values, use that.
+   
+   r13721@hualien (orig r3707):  glasser | 2005-08-22 16:04:25 -0400
+    r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
+    RT-Ticket: 6899
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    When limiting based on a whole date, make sure you're not being pushed to 
+    another if you happen to be east of GMT.
+    
+    Patch by Ruslan Zakirov, problem found by Olivier Horec.
+   
+   r13722@hualien (orig r3708):  glasser | 2005-08-22 16:05:46 -0400
+    r40177@tin-foil:  glasser | 2005-08-18 18:49:13 -0400
+    Updates to the standalone server to not dupe as much code, but may be rolled back if HSSM needs to be.
+   
+  
+
+------------------------------------------------------------------------
+r3803 | jesse | 2005-09-02 12:39:47 -0400 (Fri, 02 Sep 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+
+ r13746@hualien:  jesse | 2005-08-24 16:18:34 -0400
+  r13720@hualien:  jesse | 2005-08-23 17:54:29 -0400
+  * Bugfixes to the German translation file
+
+------------------------------------------------------------------------
+r3802 | jesse | 2005-09-02 12:38:43 -0400 (Fri, 02 Sep 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+
+
+------------------------------------------------------------------------
+r3801 | jesse | 2005-09-02 12:37:40 -0400 (Fri, 02 Sep 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+
+
+------------------------------------------------------------------------
+r3702 | trs | 2005-08-18 22:39:31 -0400 (Thu, 18 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Queue_Overlay.pm
+
+ r6005@wintermute:  tom | 2005-08-18 22:38:38 -0400
+ Fixed typo
+
+------------------------------------------------------------------------
+r3701 | trs | 2005-08-18 22:39:27 -0400 (Thu, 18 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects
+   D /rt/branches/3.5-TESTING/html/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+   D /rt/branches/3.5-TESTING/html/NoAuth/cascaded.js
+   D /rt/branches/3.5-TESTING/html/NoAuth/combobox.js
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
+   D /rt/branches/3.5-TESTING/html/rt.js
+
+ r6001@wintermute:  tom | 2005-08-18 22:19:32 -0400
+ Fixed merge bugs from r3685
+
+------------------------------------------------------------------------
+r3694 | jesse | 2005-08-18 17:55:41 -0400 (Thu, 18 Aug 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Build.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
+
+ r13221@hualien:  jesse | 2005-08-18 15:44:15 -0400
+  r13208@hualien:  jesse | 2005-08-18 14:39:15 -0400
+   r7377@hualien:  jesse | 2005-08-03 15:11:21 -0400
+   
+  
+
+------------------------------------------------------------------------
+r3693 | jesse | 2005-08-18 17:55:19 -0400 (Thu, 18 Aug 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r13220@hualien:  jesse | 2005-08-18 15:43:58 -0400
+  r13205@hualien:  jesse | 2005-08-18 14:27:56 -0400
+   r13155@hualien:  jesse | 2005-08-17 19:15:11 -0400
+   * Note dependency on a current HSSM
+  
+
+------------------------------------------------------------------------
+r3692 | jesse | 2005-08-18 17:54:57 -0400 (Thu, 18 Aug 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Web/Standalone.pm
+
+ r13219@hualien:  jesse | 2005-08-18 15:43:47 -0400
+  r13204@hualien:  jesse | 2005-08-18 14:27:47 -0400
+   r13154@hualien:  jesse | 2005-08-17 19:14:26 -0400
+   * Fixes to standalone webserver for mason 1.30
+  
+
+------------------------------------------------------------------------
+r3691 | jesse | 2005-08-18 17:54:33 -0400 (Thu, 18 Aug 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+
+ r13218@hualien:  jesse | 2005-08-18 15:43:37 -0400
+  r13203@hualien:  jesse | 2005-08-18 14:27:36 -0400
+   r12938@hualien:  jesse | 2005-08-11 13:46:14 -0400
+   * French localization had lost its header
+   
+  
+
+------------------------------------------------------------------------
+r3690 | jesse | 2005-08-18 17:53:13 -0400 (Thu, 18 Aug 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   A /rt/branches/3.5-TESTING/lib/t/regression/22search_tix_by_txn.t
+
+ r13216@hualien:  jesse | 2005-08-18 15:43:06 -0400
+  r13201@hualien:  jesse | 2005-08-18 14:27:20 -0400
+   r7399@hualien:  jesse | 2005-08-05 19:16:58 -0400
+   * Cleaned up searching by ticket or txn date.
+  
+
+------------------------------------------------------------------------
+r3689 | jesse | 2005-08-18 17:52:33 -0400 (Thu, 18 Aug 2005) | 47 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Base.pm
+   M /rt/branches/3.5-TESTING/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/EmailParser.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Group_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Groups_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Handle.pm
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/it.po
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Email.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING/lib/RT/SearchBuilder.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Template_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/User_Overlay.pm
+
+ r13215@hualien:  jesse | 2005-08-18 15:42:24 -0400
+  r13200@hualien:  jesse | 2005-08-18 14:27:07 -0400
+   r7398@hualien:  jesse | 2005-08-05 15:39:10 -0400
+    r7317@hualien (orig r3576):  robert | 2005-08-02 00:23:36 -0400
+     r3582@woof:  rspier | 2005-08-01 21:20:12 -0700
+     allow arbitrary https?: urls in the menus
+    
+    r7333@hualien (orig r3579):  kevinr | 2005-08-02 14:22:27 -0400
+     r6837@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 14:20:51 -0400
+     RT-Ticket: 6897
+     RT-Status: resolved
+     RT-Update: correspond
+     
+     * Incorporated the updated Italian translation from Angelo Turetta
+    
+    r7335@hualien (orig r3581):  glasser | 2005-08-02 15:08:03 -0400
+     r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
+     Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
+     values, use that.
+    
+    r7336@hualien (orig r3582):  glasser | 2005-08-02 15:10:05 -0400
+     r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
+     RT-Ticket: 6899
+     RT-Status: resolved
+     RT-Update: correspond
+     
+     When limiting based on a whole date, make sure you're not being pushed to 
+     another if you happen to be east of GMT.
+     
+     Patch by Ruslan Zakirov, problem found by Olivier Horec.
+    
+    r7366@hualien (orig r3585):  kevinr | 2005-08-02 20:18:54 -0400
+     r6849@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 20:17:38 -0400
+     * POD formatting fixes
+    
+    r7370@hualien (orig r3588):  kevinr | 2005-08-03 01:20:35 -0400
+     r6868@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:19:47 -0400
+     * Fixed an outdated bit of POD
+    
+    r7371@hualien (orig r3589):  kevinr | 2005-08-03 01:51:55 -0400
+     r6872@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:51:33 -0400
+     * More minor perldoc cleanup
+    
+   
+  
+
+------------------------------------------------------------------------
+r3688 | jesse | 2005-08-18 17:52:10 -0400 (Thu, 18 Aug 2005) | 20 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/SelfService/Display.html
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+ r13214@hualien:  jesse | 2005-08-18 15:42:14 -0400
+  r13199@hualien:  jesse | 2005-08-18 14:26:56 -0400
+   r7158@hualien:  jesse | 2005-07-30 11:08:03 -0400
+    r4909@hualien (orig r3501):  alexmv | 2005-07-18 15:00:38 -0400
+     r5198@zoq-fot-pik:  chmrr | 2005-07-18 14:59:07 -0400
+      * Fix TransactionBatch / DESTROY bug (backport from QUEBEC)
+    
+    r7124@hualien (orig r3546):  kevinr | 2005-07-28 14:51:34 -0400
+     r6713@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-28 14:50:47 -0400
+     RT-Ticket: 6892
+     RT-Status: resolved
+     RT-Update: correspond
+     
+     * Applied patch from Hsin-Chan Chien to fix a bug with attachment uploading
+     in SelfService mode.
+    
+   
+  
+
+------------------------------------------------------------------------
+r3687 | jesse | 2005-08-18 17:48:44 -0400 (Thu, 18 Aug 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/cs.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/da.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/es.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fi.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/he.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/hu.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/it.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ja.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/nl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/no.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ru.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_tw.po
+
+ r13212@hualien:  jesse | 2005-08-18 15:41:30 -0400
+  r13197@hualien:  jesse | 2005-08-18 14:23:55 -0400
+   r7152@hualien:  jesse | 2005-07-30 11:06:46 -0400
+   * German and Danish translation header fixes. 
+   besides that just a message catalog regenration
+   
+  
+
+------------------------------------------------------------------------
+r3686 | jesse | 2005-08-18 17:46:53 -0400 (Thu, 18 Aug 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
+   M /rt/branches/3.5-TESTING/html/Admin/Users/Modify.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Display.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/3.5-TESTING/lib/RT/ACE_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Action/Generic.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/CustomField.pm
+   M /rt/branches/3.5-TESTING/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Email.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Web.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Principal_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Template_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/User_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT.pm.in
+   M /rt/branches/3.5-TESTING/lib/t/regression/06mailgateway.t
+   A /rt/branches/3.5-TESTING/lib/t/regression/07rights.t
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r13210@hualien:  jesse | 2005-08-18 15:36:15 -0400
+  r13195@hualien:  jesse | 2005-08-18 14:19:57 -0400
+   r4892@hualien:  jesse | 2005-07-18 11:47:55 -0400
+   
+  
+
+------------------------------------------------------------------------
+r3685 | jesse | 2005-08-18 17:46:36 -0400 (Thu, 18 Aug 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects
+   A /rt/branches/3.5-TESTING/html/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.5-TESTING/html/Elements/ValidateCustomFields
+   A /rt/branches/3.5-TESTING/html/NoAuth/cascaded.js
+   A /rt/branches/3.5-TESTING/html/NoAuth/combobox.js
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
+   A /rt/branches/3.5-TESTING/html/rt.js
+   M /rt/branches/3.5-TESTING/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/15cf_pattern.t
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r13209@hualien:  jesse | 2005-08-18 14:56:02 -0400
+  r13194@hualien:  jesse | 2005-08-18 14:18:36 -0400
+  
+
+------------------------------------------------------------------------
+r3660 | trs | 2005-08-16 10:39:31 -0400 (Tue, 16 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowMessageStanza
+
+ r5899@wintermute:  tom | 2005-08-16 10:37:44 -0400
+ Fixed line breaking regex.  (Alex pointed out it's brokenness a few days ago.)
+
+------------------------------------------------------------------------
+r3647 | trs | 2005-08-11 23:55:21 -0400 (Thu, 11 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+
+ r5846@wintermute:  tom | 2005-08-11 23:54:44 -0400
+ Added callbacks before and after form so we can use them
+
+------------------------------------------------------------------------
+r3646 | trs | 2005-08-11 23:12:35 -0400 (Thu, 11 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+
+ r5835@wintermute:  tom | 2005-08-11 23:09:53 -0400
+ Cleanup of code to determine form action and actually use $goto
+
+------------------------------------------------------------------------
+r3639 | alexmv | 2005-08-11 13:02:03 -0400 (Thu, 11 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
+
+ r5794@zoq-fot-pik:  chmrr | 2005-08-11 13:02:43 -0400
+  * Now, with more localization!
+
+------------------------------------------------------------------------
+r3638 | alexmv | 2005-08-11 12:47:08 -0400 (Thu, 11 Aug 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
+
+ r5792@zoq-fot-pik:  chmrr | 2005-08-11 12:47:05 -0400
+  * Pet peeve -- actually quote things the way sane people do.  I fixed
+    this in 3.0, but it didn't get ported forward, so here it is again.
+
+------------------------------------------------------------------------
+r3621 | trs | 2005-08-08 16:03:35 -0400 (Mon, 08 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   D /rt/branches/3.5-TESTING/html/NoAuth/common.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/webrt.css
+
+ r5735@wintermute:  tom | 2005-08-08 15:58:35 -0400
+ Obsolete
+
+------------------------------------------------------------------------
+r3620 | trs | 2005-08-08 11:54:11 -0400 (Mon, 08 Aug 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
+
+ r5719@wintermute:  tom | 2005-08-08 11:48:30 -0400
+ Different styles to try and fix the "disjointed history" problem...
+ I left the striping in, but I'm not sure I like it.
+
+------------------------------------------------------------------------
+r3619 | trs | 2005-08-07 11:49:20 -0400 (Sun, 07 Aug 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowMessageHeaders
+
+ r5714@wintermute:  tom | 2005-08-07 11:46:58 -0400
+ * Fixed parsing of message headers (though maybe we shoud
+   use an established module to do this?)
+ * Cleaned up the component a little
+
+------------------------------------------------------------------------
+r3618 | trs | 2005-08-06 19:55:38 -0400 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+
+ r5712@wintermute:  tom | 2005-08-06 19:55:22 -0400
+ Fixed empty menu bug
+
+------------------------------------------------------------------------
+r3617 | trs | 2005-08-06 19:48:42 -0400 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
+
+ r5710@wintermute:  tom | 2005-08-06 19:48:25 -0400
+ Eliminate extra margin whitespace around action results list
+
+------------------------------------------------------------------------
+r3616 | trs | 2005-08-06 19:40:33 -0400 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/ticket.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
+
+ r5708@wintermute:  tom | 2005-08-06 19:39:04 -0400
+ Styles for the CF values for a ticket
+
+------------------------------------------------------------------------
+r3615 | trs | 2005-08-06 19:25:59 -0400 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowMessageStanza
+
+ r5706@wintermute:  tom | 2005-08-06 19:25:38 -0400
+ Fixed the problem with newlines not being output as <br /> and added some padding
+
+------------------------------------------------------------------------
+r3614 | trs | 2005-08-06 18:53:00 -0400 (Sat, 06 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/titlebox-state.js
+
+ r5704@wintermute:  tom | 2005-08-06 18:51:05 -0400
+ When I made a change to the JS a while back I broke the titlebox statefulness.  Now it's fixed.
+
+------------------------------------------------------------------------
+r3613 | trs | 2005-08-05 21:28:18 -0400 (Fri, 05 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
+
+ r5683@wintermute:  tom | 2005-08-05 21:25:46 -0400
+ Slight CSS fix
+
+------------------------------------------------------------------------
+r3609 | trs | 2005-08-05 18:00:23 -0400 (Fri, 05 Aug 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/sbin/extract-message-catalog
+
+ r5667@wintermute:  tom | 2005-08-05 17:56:34 -0400
+ Applied two updates from Jerome Fenal (sorry, svk doesn't like the accents):
+ * Patch to make extract-message-catalog play nice with svn checkouts
+ * Updated French I18N file
+
+------------------------------------------------------------------------
+r3600 | trs | 2005-08-03 23:48:43 -0400 (Wed, 03 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
+
+ r5614@wintermute:  tom | 2005-08-03 23:45:06 -0400
+ Include two more IDs and use better formatting
+
+------------------------------------------------------------------------
+r3599 | trs | 2005-08-03 23:48:39 -0400 (Wed, 03 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/autohandler
+
+ r5613@wintermute:  tom | 2005-08-03 23:44:18 -0400
+ Nicer indenting
+
+------------------------------------------------------------------------
+r3593 | trs | 2005-08-03 13:47:45 -0400 (Wed, 03 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/Logout.html
+
+ r5597@wintermute:  tom | 2005-08-03 13:42:57 -0400
+ Added callback hooks
+
+------------------------------------------------------------------------
+r3575 | robert | 2005-08-01 23:50:51 -0400 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/configure.ac
+
+ r3580@woof:  rspier | 2005-08-01 20:47:59 -0700
+ SVK version of 3.5 should say 3.5.HEAD (as it does now)
+
+------------------------------------------------------------------------
+r3572 | trs | 2005-08-01 12:31:46 -0400 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+
+ r5516@wintermute:  tom | 2005-08-01 12:30:56 -0400
+ Applied patch for cleaner XHTML by Steve Peters and cleaned up a few related things myself.
+
+------------------------------------------------------------------------
+r3571 | trs | 2005-08-01 12:31:41 -0400 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/index.html
+
+ r5515@wintermute:  tom | 2005-08-01 12:24:42 -0400
+ Only show the Edit action if user can ModifySelf
+
+------------------------------------------------------------------------
+r3570 | trs | 2005-08-01 12:31:35 -0400 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+
+ r5512@wintermute:  tom | 2005-08-01 00:30:02 -0400
+ Fixed copy-and-pasted doc
+
+------------------------------------------------------------------------
+r3569 | trs | 2005-08-01 12:31:29 -0400 (Mon, 01 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
+
+ r5502@wintermute:  tom | 2005-07-31 15:11:44 -0400
+ Small visual fix
+
+------------------------------------------------------------------------
+r3568 | trs | 2005-07-31 15:05:29 -0400 (Sun, 31 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
+
+ r5500@wintermute:  tom | 2005-07-31 14:31:58 -0400
+ Fixed message stanza coloring off-by-one numbering
+
+------------------------------------------------------------------------
+r3567 | trs | 2005-07-31 12:27:38 -0400 (Sun, 31 Jul 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/SelectNewTicketQueue
+   M /rt/branches/3.5-TESTING/html/Elements/SelectQueue
+
+ r5491@wintermute:  tom | 2005-07-31 12:25:15 -0400
+ * Cleaned up SelectQueue and added caching for performance
+ * Made SelectNewTicketQueue use SelectQueue to be standard
+
+------------------------------------------------------------------------
+r3566 | trs | 2005-07-31 12:27:33 -0400 (Sun, 31 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Simple.html
+
+ r5484@wintermute:  tom | 2005-07-29 22:50:18 -0400
+ Fixed annoying lack of a space
+
+------------------------------------------------------------------------
+r3560 | trs | 2005-07-29 17:38:57 -0400 (Fri, 29 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Simple.html
+
+ r5474@wintermute:  tom | 2005-07-29 17:31:53 -0400
+ Added a callback to allow modification of the query before the Googleish search gets it.
+
+------------------------------------------------------------------------
+r3543 | trs | 2005-07-27 22:10:16 -0400 (Wed, 27 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
+
+ r5432@wintermute:  tom | 2005-07-27 22:07:34 -0400
+ Applied patch by Ruslan Zakirov to fix attachments ordering.
+
+------------------------------------------------------------------------
+r3530 | trs | 2005-07-25 06:26:34 -0400 (Mon, 25 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/titlebox-state.js
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r5389@wintermute:  tom | 2005-07-24 23:46:32 -0400
+ * Made class "rolled-up" attached to a more semantic element
+ * Fixed styles that made transaction subjects look threaded
+ * Styled titleboxes with a border and background to separate them a little better from each other (rt-devel users noted there seemed too much whitespace and not enough distinction)
+
+------------------------------------------------------------------------
+r3529 | trs | 2005-07-25 06:26:26 -0400 (Mon, 25 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/Users/Modify.html
+
+ r5388@wintermute:  tom | 2005-07-24 23:42:04 -0400
+ Fix misplaced titlebox end
+
+------------------------------------------------------------------------
+r3528 | trs | 2005-07-25 06:26:12 -0400 (Mon, 25 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Tools/Reports/index.html
+
+ r5387@wintermute:  tom | 2005-07-24 23:17:54 -0400
+ Fixed to show title
+
+------------------------------------------------------------------------
+r3527 | trs | 2005-07-25 06:26:07 -0400 (Mon, 25 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+
+ r5386@wintermute:  tom | 2005-07-24 22:52:11 -0400
+ Tag the last ul in the system menu with a class for planned future use in re-structuring the menu CSS
+
+------------------------------------------------------------------------
+r3526 | trs | 2005-07-25 06:26:02 -0400 (Mon, 25 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+
+ r5385@wintermute:  tom | 2005-07-24 22:46:48 -0400
+ Per component CSS IDs for very specific styling
+
+------------------------------------------------------------------------
+r3525 | trs | 2005-07-25 06:25:56 -0400 (Mon, 25 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Simple.html
+
+ r5384@wintermute:  tom | 2005-07-24 22:42:13 -0400
+ Fixed menu bug
+
+------------------------------------------------------------------------
+r3524 | trs | 2005-07-25 06:25:52 -0400 (Mon, 25 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/User/Prefs.html
+
+ r5351@wintermute:  tom | 2005-07-22 21:50:30 -0400
+ Fixed HTML typos
+
+------------------------------------------------------------------------
+r3512 | trs | 2005-07-20 18:25:39 -0400 (Wed, 20 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/User_Overlay.pm
+
+ r5318@wintermute:  tom | 2005-07-20 18:23:57 -0400
+ Two methods were duplicated.  Discovery and patch by Joby Walker.
+
+------------------------------------------------------------------------
+r3510 | trs | 2005-07-20 15:27:14 -0400 (Wed, 20 Jul 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+
+------------------------------------------------------------------------
+r3509 | trs | 2005-07-20 15:27:10 -0400 (Wed, 20 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
+
+ r5299@wintermute:  tom | 2005-07-20 10:49:49 -0400
+ Slight spacing bug (make it less prone to wrapping)
+
+------------------------------------------------------------------------
+r3508 | trs | 2005-07-20 15:26:46 -0400 (Wed, 20 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r5180@wintermute:  tom | 2005-07-18 14:11:35 -0400
+ Fix button text size
+
+------------------------------------------------------------------------
+r3504 | jesse | 2005-07-18 18:42:24 -0400 (Mon, 18 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r4913@hualien:  jesse | 2005-07-18 18:41:04 -0400
+ * This is 3.5.2
+
+------------------------------------------------------------------------
+r3502 | kevinr | 2005-07-18 15:56:33 -0400 (Mon, 18 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/autohandler
+
+ r6429@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-18 15:33:39 -0400
+ * Rolled the functionality from RT::Extension::RedirectUnprivilegedUsers in
+ -- this sends unprivileged users who request Ticket/Display.html addresses to
+ the equivalent SelfService/Display.html address instead.
+
+------------------------------------------------------------------------
+r3500 | trs | 2005-07-18 14:14:34 -0400 (Mon, 18 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
+
+ r5180@wintermute:  tom | 2005-07-18 14:11:35 -0400
+ Fix button text size
+
+------------------------------------------------------------------------
+r3496 | trs | 2005-07-17 19:23:18 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Submit
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
+
+ r5169@wintermute:  tom | 2005-07-17 19:15:33 -0400
+ Submit bars and blue top bar
+
+------------------------------------------------------------------------
+r3495 | trs | 2005-07-17 19:23:12 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/body.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/footer.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/forms.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/main.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/titlebox.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/transactions.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransaction
+
+ r5168@wintermute:  tom | 2005-07-17 18:17:59 -0400
+ Most of the 3.4 compatibility style sheet is done.  I still have to do the dark blue bar across the top and try to get the menu to extend to the page bottom.  Oh, and style /Elements/Submit to match 3.4.  Otherwise, I think it's a pretty good imitation.
+
+------------------------------------------------------------------------
+r3494 | trs | 2005-07-17 19:23:07 -0400 (Sun, 17 Jul 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Helpers/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r5167@wintermute:  tom | 2005-07-17 18:12:47 -0400
+ * Fixed titlebox hide/show widget state-ness and reverted back to an 'X'.
+ * Changed CalPopup.html to be a better size and have no footer
+
+------------------------------------------------------------------------
+r3493 | trs | 2005-07-17 19:22:53 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/PickBasics
+
+ r5166@wintermute:  tom | 2005-07-17 16:35:15 -0400
+ Alignment consistancy bug
+
+------------------------------------------------------------------------
+r3492 | trs | 2005-07-17 19:22:47 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+
+ r5165@wintermute:  tom | 2005-07-17 14:53:39 -0400
+ Changes that should have been included with the addition of $WebDefaultStylesheet
+
+------------------------------------------------------------------------
+r3491 | trs | 2005-07-17 19:22:41 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r5164@wintermute:  tom | 2005-07-17 14:35:04 -0400
+ Make the state of rollup links more accessible to users without CSS
+
+------------------------------------------------------------------------
+r3490 | trs | 2005-07-17 19:22:37 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+
+ r5163@wintermute:  tom | 2005-07-17 14:34:21 -0400
+ New config option for the default stylesheet to use
+
+------------------------------------------------------------------------
+r3489 | trs | 2005-07-17 19:22:31 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/main.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/nav.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.4-compat/quickbar.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/approvals.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/body.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/footer.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/login.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/main.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav-left.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/quickbar.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/footer.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/header.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/main.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/nav-left.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/nav.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
+
+ r5162@wintermute:  tom | 2005-07-17 14:31:19 -0400
+ Lots of moving CSS around
+
+------------------------------------------------------------------------
+r3488 | trs | 2005-07-17 19:22:27 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/main.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+
+ r5161@wintermute:  tom | 2005-07-17 14:28:21 -0400
+ Moved CSS around into different files
+
+------------------------------------------------------------------------
+r3487 | trs | 2005-07-17 10:43:46 -0400 (Sun, 17 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/print.css
+
+ r5015@wintermute:  tom | 2005-07-17 10:40:28 -0400
+ Preliminary print styles
+
+------------------------------------------------------------------------
+r3483 | trs | 2005-07-16 17:16:15 -0400 (Sat, 16 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/combobox.js
+   M /rt/branches/3.5-TESTING/html/Widgets/ComboBox
+
+ r5013@wintermute:  tom | 2005-07-16 17:14:50 -0400
+ RT-Ticket: 6821
+ RT-Status: resolved
+ RT-Update: correspond
+ Pulled most of the styles out of the JS and into the forms CSS.  I had a few classes to the HTML.
+ The combo box should probably be revamped at some point to use CSS positioning instead of JS, but that's a really minor nit.
+
+------------------------------------------------------------------------
+r3482 | trs | 2005-07-16 15:38:00 -0400 (Sat, 16 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Helpers/CalPopup.html
+
+ r5011@wintermute:  tom | 2005-07-16 15:34:30 -0400
+ Fixed CHALDEA bug from ticket #6846. Slightly different fix than Kevin Falcone's in the ticket.
+
+------------------------------------------------------------------------
+r3473 | trs | 2005-07-14 06:46:52 -0400 (Thu, 14 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Approvals/Display.html
+   M /rt/branches/3.5-TESTING/html/Approvals/Elements/Approve
+   M /rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+
+ r4986@wintermute:  tom | 2005-07-13 21:45:29 -0400
+ Styled approvals and made the approval display much more semantic
+
+------------------------------------------------------------------------
+r3462 | trs | 2005-07-11 20:05:47 -0400 (Mon, 11 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   D /rt/branches/3.5-TESTING/html/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/Elements/SelectDate
+   A /rt/branches/3.5-TESTING/html/Helpers
+   A /rt/branches/3.5-TESTING/html/Helpers/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r4983@wintermute:  tom | 2005-07-11 20:02:25 -0400
+ Moved CalPopup.html around and reworked it from the HTML to the CSS to the JS to the UI wording.
+
+------------------------------------------------------------------------
+r3461 | trs | 2005-07-11 20:05:38 -0400 (Mon, 11 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r4982@wintermute:  tom | 2005-07-11 19:13:21 -0400
+ Unmangling CalPopup
+
+------------------------------------------------------------------------
+r3460 | trs | 2005-07-10 23:46:28 -0400 (Sun, 10 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+
+ r4979@wintermute:  tom | 2005-07-10 10:27:42 -0400
+ Fixed positioning of hide/show widget in IE6...
+
+------------------------------------------------------------------------
+r3458 | trs | 2005-07-09 22:22:14 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r4973@wintermute:  tom | 2005-07-09 22:21:10 -0400
+ Added Robert's nice onload hook mechanism, though in the future we may wish to extend it to accepting anonymous functions as well.
+
+------------------------------------------------------------------------
+r3457 | trs | 2005-07-09 22:22:10 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowMessageStanza
+
+ r4972@wintermute:  tom | 2005-07-09 21:56:29 -0400
+ Semantic message stanza coloring
+
+------------------------------------------------------------------------
+r3456 | trs | 2005-07-09 22:22:05 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/SimpleSearch
+   M /rt/branches/3.5-TESTING/html/index.html
+
+ r4971@wintermute:  tom | 2005-07-09 21:28:48 -0400
+ Update the SimpleSearch form and index.html to use the true simple search in Search/Simple.html
+
+------------------------------------------------------------------------
+r3455 | trs | 2005-07-09 22:22:01 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
+
+ r4970@wintermute:  tom | 2005-07-09 21:26:04 -0400
+ Jesse: To do it right, you really need to localize
+
+------------------------------------------------------------------------
+r3454 | trs | 2005-07-09 22:21:58 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
+
+ r4969@wintermute:  tom | 2005-07-09 15:19:30 -0400
+ Color changes
+
+------------------------------------------------------------------------
+r3453 | trs | 2005-07-09 14:52:41 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransaction
+
+ r4964@wintermute:  tom | 2005-07-09 14:38:55 -0400
+ A nicer looking history display, lots of cosmetic changes.
+
+------------------------------------------------------------------------
+r3452 | trs | 2005-07-09 14:52:35 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransactionAttachments
+
+ r4963@wintermute:  tom | 2005-07-09 13:56:31 -0400
+ Transaction style updates (spacing, alignment)
+
+------------------------------------------------------------------------
+r3451 | trs | 2005-07-09 14:52:30 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r4962@wintermute:  tom | 2005-07-09 13:25:28 -0400
+ Fixed focus on username field for login form
+
+------------------------------------------------------------------------
+r3450 | trs | 2005-07-09 14:52:26 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
+
+ r4961@wintermute:  tom | 2005-07-09 12:43:02 -0400
+ Some formatting cleaning up
+
+------------------------------------------------------------------------
+r3449 | trs | 2005-07-09 12:12:35 -0400 (Sat, 09 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/main.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransaction
+
+ r4952@wintermute:  tom | 2005-07-09 12:10:22 -0400
+ Transaction and ticket info colorization.
+ Think it's obvious enough?  It's kinda to mimic how it's shown in history.
+
+------------------------------------------------------------------------
+r3448 | trs | 2005-07-09 12:12:31 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+
+ r4951@wintermute:  tom | 2005-07-09 12:05:54 -0400
+ Better positioning
+
+------------------------------------------------------------------------
+r3447 | trs | 2005-07-09 12:12:27 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/nav.css
+
+ r4950@wintermute:  tom | 2005-07-09 12:05:22 -0400
+ Bigger is better
+
+------------------------------------------------------------------------
+r3446 | trs | 2005-07-09 12:12:24 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+
+ r4949@wintermute:  tom | 2005-07-09 08:15:02 -0400
+ #body header styles
+
+------------------------------------------------------------------------
+r3445 | trs | 2005-07-09 12:12:19 -0400 (Sat, 09 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/Elements/Error
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+
+ r4948@wintermute:  tom | 2005-07-09 07:38:05 -0400
+ Various cleanups and link styles
+
+------------------------------------------------------------------------
+r3441 | trs | 2005-07-08 14:31:51 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowHistory
+
+ r4943@wintermute:  tom | 2005-07-08 14:26:53 -0400
+ Styled up the Brief/Full headers links
+
+------------------------------------------------------------------------
+r3440 | trs | 2005-07-08 14:31:44 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowRequestor
+
+ r4942@wintermute:  tom | 2005-07-08 14:25:41 -0400
+ Should create the link with the normal arguments (which fixes the unable to hide/show problem)
+
+------------------------------------------------------------------------
+r3439 | trs | 2005-07-08 14:31:38 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/nav.css
+
+ r4941@wintermute:  tom | 2005-07-08 13:09:27 -0400
+ IE should now have the menu arrows
+
+------------------------------------------------------------------------
+r3437 | trs | 2005-07-08 12:55:03 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/nav-left.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/nav.css
+
+ r4939@wintermute:  tom | 2005-07-08 12:54:16 -0400
+ Some CSS doc for the various tricks used
+
+------------------------------------------------------------------------
+r3436 | trs | 2005-07-08 12:33:38 -0400 (Fri, 08 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   A /rt/branches/3.5-TESTING/html/Elements/Logo
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   M /rt/branches/3.5-TESTING/html/NoAuth/images/bplogo.gif
+   D /rt/branches/3.5-TESTING/html/NoAuth/images/space.gif
+
+ r4937@wintermute:  tom | 2005-07-08 12:32:09 -0400
+ * Cropped a unnecessary little whitespace from the logo
+ * Got rid of an unused spacer image
+ * Pulled the logo out to a separate element since it's being used in two places now
+
+------------------------------------------------------------------------
+r3435 | trs | 2005-07-08 12:01:48 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r4934@wintermute:  tom | 2005-07-08 12:00:43 -0400
+ Allow TitleBoxes to not be hideable (and make this true for the Login titleboxes)
+
+------------------------------------------------------------------------
+r3433 | trs | 2005-07-08 11:46:51 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r4930@wintermute:  tom | 2005-07-08 11:26:31 -0400
+ TitleBoxes now do the right side titles as well
+
+------------------------------------------------------------------------
+r3432 | trs | 2005-07-08 11:46:45 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+
+ r4929@wintermute:  tom | 2005-07-08 10:31:26 -0400
+ /Elements/Login styles fixed (haven't checked it out in IE yet, though)
+
+------------------------------------------------------------------------
+r3430 | trs | 2005-07-08 10:03:25 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
+
+ r4926@wintermute:  tom | 2005-07-08 10:00:41 -0400
+ Move attribute to end of element so as not to get in the way of a test
+
+------------------------------------------------------------------------
+r3429 | trs | 2005-07-08 10:03:18 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/autohandler
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/footer.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/main.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/nav-left.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/nav.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/js/autohandler
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+
+ r4925@wintermute:  tom | 2005-07-08 09:54:15 -0400
+ Cleanup how the content-type is set for CSS and JS
+
+------------------------------------------------------------------------
+r3428 | jesse | 2005-07-08 01:43:34 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/images/autohandler
+
+ r22398@hualien:  jesse | 2005-07-08 01:37:45 -0400
+ * A regexp-based search and replace broke the autohandler that serves out images on misconfigured  or downlevel platforms.
+
+------------------------------------------------------------------------
+r3427 | trs | 2005-07-08 00:40:31 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r4866@wintermute:  tom | 2005-07-08 00:38:36 -0400
+ Bullet-proofed the ID generation
+
+------------------------------------------------------------------------
+r3426 | trs | 2005-07-08 00:40:27 -0400 (Fri, 08 Jul 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   A /rt/branches/3.5-TESTING/html/NoAuth/js/titlebox-state.js
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r4858@wintermute:  tom | 2005-07-08 00:14:27 -0400
+ Stateful titleboxes using JS and cookies.  The generated titlebox IDs should
+ be unique.
+
+------------------------------------------------------------------------
+r3425 | trs | 2005-07-08 00:40:23 -0400 (Fri, 08 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+
+ r4857@wintermute:  tom | 2005-07-08 00:03:33 -0400
+ Spacing fixes
+
+------------------------------------------------------------------------
+r3417 | trs | 2005-07-07 18:37:20 -0400 (Thu, 07 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/header.css
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r4854@wintermute:  tom | 2005-07-07 18:35:26 -0400
+ Ironed out a bunch of cosmetic IE bugs...
+     * Width of #page-menu
+     * Rounded ends of #page-menu
+     * .button size (padding issue)
+     * Hide/show arrows on titleboxes
+     
+
+------------------------------------------------------------------------
+r3415 | trs | 2005-07-07 16:24:52 -0400 (Thu, 07 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+
+ r4851@wintermute:  tom | 2005-07-07 16:20:29 -0400
+ A few cosmetic bugs fixed...
+     * IE: #header padding-top
+     * All: /Elements/Submit padding/margin-bottom
+     * IE: Top action submit buttons + font size
+
+------------------------------------------------------------------------
+r3413 | trs | 2005-07-06 22:07:12 -0400 (Wed, 06 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+
+ r4844@wintermute:  tom | 2005-07-06 22:05:41 -0400
+ The Show details/Show basics links are now in the actions/subactions menu and
+ work via Javascript and CSS (much like hideshow, actually).  For users who don't
+ have JS enabled, both basics and details will be displayed (a JS onload event is
+ what hides the details at first).
+ I had pushed the necessary JS and CSS earlier, but forgot to commit this component
+ change.
+
+------------------------------------------------------------------------
+r3412 | trs | 2005-07-06 22:07:05 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/CreateTicket
+   M /rt/branches/3.5-TESTING/html/Elements/SimpleSearch
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
+
+ r4843@wintermute:  tom | 2005-07-06 21:48:24 -0400
+ Style changes and class-ifying a few missed inputs
+
+------------------------------------------------------------------------
+r3411 | trs | 2005-07-06 22:06:47 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/CreateUserCalled
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/People.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Users/index.html
+   M /rt/branches/3.5-TESTING/html/Elements/CreateTicket
+   M /rt/branches/3.5-TESTING/html/Elements/GotoTicket
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/Elements/QuickCreate
+   M /rt/branches/3.5-TESTING/html/Elements/RefreshHomepage
+   M /rt/branches/3.5-TESTING/html/Elements/SimpleSearch
+   M /rt/branches/3.5-TESTING/html/Elements/Submit
+   M /rt/branches/3.5-TESTING/html/Prefs/MyRT.html
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditFormat
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditQuery
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+   M /rt/branches/3.5-TESTING/html/Search/Simple.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Elements/GotoTicket
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditPeople
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
+   M /rt/branches/3.5-TESTING/html/Ticket/Update.html
+   M /rt/branches/3.5-TESTING/html/Tools/Offline.html
+   M /rt/branches/3.5-TESTING/html/Widgets/SelectionBox
+
+ r4842@wintermute:  tom | 2005-07-06 20:18:26 -0400
+ Added class="button" to all submit and reset inputs
+
+------------------------------------------------------------------------
+r3410 | trs | 2005-07-06 22:06:40 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditTemplates
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/PickCustomFields
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectRights
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/Members.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/index.html
+   M /rt/branches/3.5-TESTING/html/Admin/Users/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Users/index.html
+   M /rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.5-TESTING/html/Elements/Checkbox
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldBinary
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldCombobox
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldImage
+   M /rt/branches/3.5-TESTING/html/Elements/EditLinks
+   M /rt/branches/3.5-TESTING/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.5-TESTING/html/Prefs/Quicksearch.html
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Update.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditWatchers
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/3.5-TESTING/html/Ticket/Update.html
+   M /rt/branches/3.5-TESTING/html/User/Groups/Members.html
+   M /rt/branches/3.5-TESTING/html/User/Groups/Modify.html
+
+ r4841@wintermute:  tom | 2005-07-06 20:12:04 -0400
+ Added class="checkbox" to all checkbox inputs
+
+------------------------------------------------------------------------
+r3409 | trs | 2005-07-06 22:06:33 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Approvals/Elements/Approve
+   M /rt/branches/3.5-TESTING/html/Search/Elements/SelectAndOr
+
+ r4840@wintermute:  tom | 2005-07-06 20:11:29 -0400
+ Added class="radio" to all radio inputs
+
+------------------------------------------------------------------------
+r3408 | trs | 2005-07-06 22:06:26 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/Objects.html
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFields
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditScrip
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditTemplates
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditUserComments
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/SelectRights
+   M /rt/branches/3.5-TESTING/html/Admin/Global/Template.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/GroupRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/Members.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Groups/UserRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/GroupRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/Modify.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/People.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/Template.html
+   M /rt/branches/3.5-TESTING/html/Admin/Queues/UserRights.html
+   M /rt/branches/3.5-TESTING/html/Admin/Users/Modify.html
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/Elements/QuickCreate
+   M /rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html
+   M /rt/branches/3.5-TESTING/html/Search/Build.html
+   M /rt/branches/3.5-TESTING/html/Search/Bulk.html
+   M /rt/branches/3.5-TESTING/html/Search/Edit.html
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Create.html
+   M /rt/branches/3.5-TESTING/html/SelfService/Update.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
+   M /rt/branches/3.5-TESTING/html/Ticket/Modify.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyDates.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyLinks.html
+   M /rt/branches/3.5-TESTING/html/Ticket/ModifyPeople.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Update.html
+   M /rt/branches/3.5-TESTING/html/User/Elements/DelegateRights
+   M /rt/branches/3.5-TESTING/html/User/Groups/Members.html
+   M /rt/branches/3.5-TESTING/html/User/Groups/Modify.html
+   M /rt/branches/3.5-TESTING/html/User/Prefs.html
+   M /rt/branches/3.5-TESTING/html/Widgets/SelectionBox
+
+ r4839@wintermute:  tom | 2005-07-06 20:10:29 -0400
+ Added class="hidden" to all hidden inputs
+
+------------------------------------------------------------------------
+r3407 | trs | 2005-07-06 19:09:00 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/ListActions
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   M /rt/branches/3.5-TESTING/html/Prefs/Search.html
+
+ r4837@wintermute:  tom | 2005-07-06 19:08:04 -0400
+ Miscellaneous minor changes
+
+------------------------------------------------------------------------
+r3406 | trs | 2005-07-06 18:44:22 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/rolldown-arrow.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/rolldown-arrow.png
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/rollup-arrow.gif
+   D /rt/branches/3.5-TESTING/html/NoAuth/images/css/rollup-arrow.png
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r4833@wintermute:  tom | 2005-07-06 18:41:54 -0400
+ JS improvements and better TitleBox rollup/down
+
+------------------------------------------------------------------------
+r3403 | trs | 2005-07-06 12:25:08 -0400 (Wed, 06 Jul 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+
+------------------------------------------------------------------------
+r3402 | trs | 2005-07-06 12:24:59 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   D /rt/branches/3.5-TESTING/html/NoAuth/cascaded.js
+   D /rt/branches/3.5-TESTING/html/NoAuth/class.js
+   D /rt/branches/3.5-TESTING/html/NoAuth/combobox.js
+   A /rt/branches/3.5-TESTING/html/NoAuth/js/cascaded.js
+   A /rt/branches/3.5-TESTING/html/NoAuth/js/class.js
+   A /rt/branches/3.5-TESTING/html/NoAuth/js/combobox.js
+   A /rt/branches/3.5-TESTING/html/NoAuth/js/list.js
+   D /rt/branches/3.5-TESTING/html/NoAuth/list.js
+   M /rt/branches/3.5-TESTING/html/Widgets/ComboBox
+
+ r4824@wintermute:  tom | 2005-07-06 12:20:57 -0400
+ Moved JS to a central location.
+
+------------------------------------------------------------------------
+r3401 | trs | 2005-07-06 12:24:56 -0400 (Wed, 06 Jul 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/html/NoAuth/js
+   A /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
+   D /rt/branches/3.5-TESTING/html/rt.js
+
+ r4823@wintermute:  tom | 2005-07-06 12:11:28 -0400
+ Moved JS to a better place (eventually we should keep all JS in the
+ same dir) and renamed it to be more descriptive.
+
+------------------------------------------------------------------------
+r3400 | jesse | 2005-07-06 12:11:13 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_SiteConfig.pm
+
+ r22316@hualien:  jesse | 2005-07-06 12:10:06 -0400
+ * Cleaning up SiteConfig.pm
+
+------------------------------------------------------------------------
+r3397 | glasser | 2005-07-06 09:47:11 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_SiteConfig.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/13-attribute-tests.t
+
+ r36395@tin-foil:  glasser | 2005-07-06 10:43:15 -0300
+ Clarify documentation and add tests for RT::Record->FirstAttribute (suggested by Todd Chapman)
+
+------------------------------------------------------------------------
+r3396 | trs | 2005-07-05 21:55:21 -0400 (Tue, 05 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+
+ r4811@wintermute:  tom | 2005-07-05 21:50:30 -0400
+ Oops, should have included this with the previous commit
+
+------------------------------------------------------------------------
+r3395 | trs | 2005-07-05 21:55:15 -0400 (Tue, 05 Jul 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+   M /rt/branches/3.5-TESTING/html/rt.js
+
+ r4810@wintermute:  tom | 2005-07-05 21:49:45 -0400
+ Fixed hideshow() to make it more generalized (I'll be using it in other
+ places than the title boxes) as well as more cross-browser.
+
+------------------------------------------------------------------------
+r3387 | trs | 2005-07-04 21:48:58 -0400 (Mon, 04 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/rt.js
+
+ r4803@wintermute:  tom | 2005-07-04 21:44:58 -0400
+ Should return false so click isn't passed through after capture and page doesn't jump to the top
+
+------------------------------------------------------------------------
+r3386 | trs | 2005-07-04 21:48:54 -0400 (Mon, 04 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+
+ r4802@wintermute:  tom | 2005-07-04 21:43:16 -0400
+ Put styles where they should be
+
+------------------------------------------------------------------------
+r3385 | trs | 2005-07-04 21:48:43 -0400 (Mon, 04 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r4796@wintermute:  tom | 2005-07-04 16:31:28 -0400
+ Fixed conditional display of actions-menu
+
+------------------------------------------------------------------------
+r3384 | trs | 2005-07-04 21:48:40 -0400 (Mon, 04 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+
+ r4795@wintermute:  tom | 2005-07-04 16:25:11 -0400
+ Proper separators in the menus
+
+------------------------------------------------------------------------
+r3383 | glasser | 2005-07-04 17:35:33 -0400 (Mon, 04 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Search/Results.html
+   M /rt/branches/3.5-TESTING/html/Search/Results.rdf
+
+ r36250@tin-foil:  glasser | 2005-07-04 18:33:35 -0300
+  * RSS AutoDiscovery.  (Also, put some more /> into header links, since we're
+    claiming to be XHTML.  And use a more accurate Content-Type for the RSS file
+    (which probably wants to be renamed, anyway).) 
+
+------------------------------------------------------------------------
+r3382 | trs | 2005-07-04 16:33:23 -0400 (Mon, 04 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+
+ r4796@wintermute:  tom | 2005-07-04 16:31:28 -0400
+ Fixed conditional display of actions-menu
+
+------------------------------------------------------------------------
+r3381 | trs | 2005-07-04 16:33:18 -0400 (Mon, 04 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Tabs
+
+ r4795@wintermute:  tom | 2005-07-04 16:25:11 -0400
+ Proper separators in the menus
+
+------------------------------------------------------------------------
+r3380 | glasser | 2005-07-04 15:45:57 -0400 (Mon, 04 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
+
+ r36248@tin-foil:  glasser | 2005-07-04 15:51:03 -0300
+ Dependency on Calendar::Simple, from CalPopup.html
+
+------------------------------------------------------------------------
+r3377 | jesse | 2005-07-03 19:00:53 -0400 (Sun, 03 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+
+ r22231@hualien:  jesse | 2005-07-03 18:53:24 -0400
+ * Merge broke the css pointer. fixed
+
+------------------------------------------------------------------------
+r3376 | jesse | 2005-07-03 19:00:45 -0400 (Sun, 03 Jul 2005) | 26 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/webmux.pl.in
+   A /rt/branches/3.5-TESTING/html/CalPopup.html
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Elements/SelectDate
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
+   M /rt/branches/3.5-TESTING/html/Ticket/Reminders.html
+   A /rt/branches/3.5-TESTING/html/rt.js
+   M /rt/branches/3.5-TESTING/lib/RT/Date.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Reminders.pm
+
+ r22230@hualien:  jesse | 2005-07-03 18:25:54 -0400
+  r22155@hualien:  jesse | 2005-07-03 17:56:30 -0400
+   r22026@hualien (orig r3268):  alexmv | 2005-07-01 00:29:51 -0400
+   
+   r22027@hualien (orig r3269):  alexmv | 2005-07-01 00:29:58 -0400
+   
+   r22032@hualien (orig r3274):  alexmv | 2005-07-01 14:48:21 -0400
+    r4600@zoq-fot-pik:  chmrr | 2005-07-01 14:53:11 -0400
+     * Revert 3268
+   
+   r22035@hualien (orig r3277):  alexmv | 2005-07-01 16:12:56 -0400
+    r4602@zoq-fot-pik:  chmrr | 2005-07-01 16:17:13 -0400
+     * Fix syntax error in html/Ticket/Elements/Reminders
+     * Fix missing 'Obj' on TicketObj in lib/RT/Reminders.pm
+     * Move JS into separate file
+     * Calendar popups
+   
+   r22036@hualien (orig r3278):  alexmv | 2005-07-01 18:53:15 -0400
+    r4606@zoq-fot-pik:  chmrr | 2005-07-01 18:57:33 -0400
+     * Editing of Reminders
+     * RT::Date has ->Date and ->Time methods now
+     * Calendar popup is always yyyy-mm-dd
+   
+  
+
+------------------------------------------------------------------------
+r3375 | jesse | 2005-07-03 19:00:29 -0400 (Sun, 03 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/ShowCustomFieldWikitext
+   M /rt/branches/3.5-TESTING/html/NoAuth/webrt.css
+   M /rt/branches/3.5-TESTING/lib/RT/SearchBuilder.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/07acl.t
+
+ r22229@hualien:  jesse | 2005-07-03 18:25:48 -0400
+  r22154@hualien:  jesse | 2005-07-03 17:50:55 -0400
+   r22109@hualien:  jesse | 2005-07-03 17:06:06 -0400
+   * Test fixups
+  
+
+------------------------------------------------------------------------
+r3374 | jesse | 2005-07-03 19:00:21 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt-mailgate.in
+   M /rt/branches/3.5-TESTING/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Email.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING/lib/t/regression/06mailgateway.t
+
+ r22228@hualien:  jesse | 2005-07-03 18:25:42 -0400
+  r22153@hualien:  jesse | 2005-07-03 17:50:46 -0400
+   r22105@hualien:  jesse | 2005-07-03 16:28:58 -0400
+    r22091@hualien:  jesse | 2005-07-03 16:13:10 -0400
+     * Disabling a new feature that might be dangerous; test fixes; cf fixes
+   
+  
+
+------------------------------------------------------------------------
+r3373 | jesse | 2005-07-03 19:00:13 -0400 (Sun, 03 Jul 2005) | 10 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+
+ r22227@hualien:  jesse | 2005-07-03 18:25:38 -0400
+  r22152@hualien:  jesse | 2005-07-03 17:50:41 -0400
+   r22104@hualien:  jesse | 2005-07-03 16:28:54 -0400
+    r22039@hualien:  jesse | 2005-07-01 21:05:38 -0400
+    * Refactoring of how RT::Record deals with custom fields for greater consistency
+    
+   
+  
+
+------------------------------------------------------------------------
+r3372 | jesse | 2005-07-03 19:00:03 -0400 (Sun, 03 Jul 2005) | 27 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/ShowCustomFieldWikitext
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+ r22226@hualien:  jesse | 2005-07-03 18:25:33 -0400
+  r22151@hualien:  jesse | 2005-07-03 17:50:36 -0400
+   r22103@hualien:  jesse | 2005-07-03 16:27:27 -0400
+    r22038@hualien:  jesse | 2005-07-01 19:28:24 -0400
+     r21984@hualien (orig r3261):  kevinr | 2005-06-28 18:47:38 -0400
+      r5752@sad-girl-in-snow:  kevinr | 2005-06-28 17:45:36 -0500
+      RT-Ticket: 6745
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      Applied Seph's patch to add a BeforeShowHistory callback.
+     
+     r22028@hualien (orig r3270):  alexmv | 2005-07-01 00:32:06 -0400
+      r4555@zoq-fot-pik:  chmrr | 2005-06-30 17:36:05 -0400
+       * WikiText updates to auto-link http:// style links
+     
+     r22029@hualien (orig r3271):  alexmv | 2005-07-01 00:32:10 -0400
+      r4556@zoq-fot-pik:  chmrr | 2005-06-30 17:58:57 -0400
+       * Don't assume link is happy on creation
+     
+     r22030@hualien (orig r3272):  alexmv | 2005-07-01 00:32:15 -0400
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3371 | jesse | 2005-07-03 18:59:47 -0400 (Sun, 03 Jul 2005) | 62 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_SiteConfig.pm
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips
+   M /rt/branches/3.5-TESTING/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT/User_Overlay.pm
+   M /rt/branches/3.5-TESTING/lib/RT.pm.in
+
+ r22225@hualien:  jesse | 2005-07-03 18:24:46 -0400
+  r22150@hualien:  jesse | 2005-07-03 17:50:31 -0400
+   r22102@hualien:  jesse | 2005-07-03 16:26:30 -0400
+    r21954@hualien:  jesse | 2005-06-27 11:40:16 -0400
+     r20564@hualien (orig r3181):  alexmv | 2005-06-15 17:52:14 -0400
+     
+     r20798@hualien (orig r3224):  kevinr | 2005-06-18 22:26:40 -0400
+      r4487@sad-girl-in-snow:  kevinr | 2005-06-18 21:23:04 -0500
+      * Fixed a typo
+      * now use $RT::WebAddress because it's a good idea
+      * now localize 'Scrip' and number, instead of only the former
+     
+     r20799@hualien (orig r3225):  kevinr | 2005-06-18 22:26:51 -0400
+     
+     r20800@hualien (orig r3226):  kevinr | 2005-06-18 22:37:51 -0400
+      r4496@sad-girl-in-snow:  kevinr | 2005-06-18 21:37:27 -0500
+      * Fixes possible cross-site scripting bug.
+     
+     r20801@hualien (orig r3227):  jesse | 2005-06-18 23:47:04 -0400
+     * Fixed typo in kevin's fix (/l is a filter. it needs the |)
+     
+     r21566@hualien (orig r3240):  alexmv | 2005-06-23 16:57:51 -0400
+      r4466@zoq-fot-pik:  chmrr | 2005-06-23 16:58:19 -0400
+       * Document Set() a little better
+     
+     r21567@hualien (orig r3241):  alexmv | 2005-06-23 16:57:54 -0400
+      r4467@zoq-fot-pik:  chmrr | 2005-06-23 16:58:52 -0400
+       * Doc that CanonicalizeEmailAddress may be called as static
+     
+     r21568@hualien (orig r3242):  alexmv | 2005-06-23 16:58:02 -0400
+      r4468@zoq-fot-pik:  chmrr | 2005-06-23 16:59:51 -0400
+       * Remove possible closure issue (my $foo = .... if $bar;)
+     
+     r21569@hualien (orig r3243):  alexmv | 2005-06-23 16:58:14 -0400
+      r4469@zoq-fot-pik:  chmrr | 2005-06-23 17:00:09 -0400
+       * Escape queue name properly
+     
+     r21570@hualien (orig r3244):  alexmv | 2005-06-23 17:37:31 -0400
+      r4481@zoq-fot-pik:  chmrr | 2005-06-23 17:39:53 -0400
+       * Actually fix the escaping bug
+     
+     r21571@hualien (orig r3245):  alexmv | 2005-06-23 17:43:57 -0400
+      r4483@zoq-fot-pik:  chmrr | 2005-06-23 17:46:18 -0400
+      RT-Ticket: 6782
+      RT-Update: correspond
+      RT-Status: resolved
+      
+       * Fix perl invocation; thanks to Kim Toms <kim.toms@gmail.com>
+     
+     r21572@hualien (orig r3246):  alexmv | 2005-06-23 17:48:26 -0400
+      r4485@zoq-fot-pik:  chmrr | 2005-06-23 17:50:48 -0400
+      RT-Ticket: 6781
+      RT-Update: correspond
+      RT-Status: resolved
+      
+       * _AddWatcher takes Email, not Person; thanks to Andreas Jakum <ajakum@inode.at>
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3370 | jesse | 2005-07-03 18:59:35 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
+
+ r22224@hualien:  jesse | 2005-07-03 18:24:36 -0400
+  r22148@hualien:  jesse | 2005-07-03 17:50:22 -0400
+   r22100@hualien:  jesse | 2005-07-03 16:26:21 -0400
+    r21656@hualien:  jesse | 2005-06-24 13:53:26 -0400
+     * New Indonesian translation from James Briggs
+   
+  
+
+------------------------------------------------------------------------
+r3369 | jesse | 2005-07-03 18:59:27 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
+
+ r22223@hualien:  jesse | 2005-07-03 18:24:31 -0400
+  r22147@hualien:  jesse | 2005-07-03 17:50:17 -0400
+   r22099@hualien:  jesse | 2005-07-03 16:26:16 -0400
+    r21522@hualien:  jesse | 2005-06-23 19:49:51 -0400
+    * Some warning avoidance in Action/SendEmail.pm
+   
+  
+
+------------------------------------------------------------------------
+r3368 | jesse | 2005-07-03 18:59:19 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomField
+
+ r22222@hualien:  jesse | 2005-07-03 18:24:27 -0400
+  r22146@hualien:  jesse | 2005-07-03 17:50:13 -0400
+   r22098@hualien:  jesse | 2005-07-03 16:26:12 -0400
+    r21521@hualien:  jesse | 2005-06-23 19:49:30 -0400
+    * Custom field edit widget bullet proofing
+   
+  
+
+------------------------------------------------------------------------
+r3367 | jesse | 2005-07-03 18:59:05 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/07acl.t
+   M /rt/branches/3.5-TESTING/lib/t/regression/09record_cf_api.t
+
+ r22221@hualien:  jesse | 2005-07-03 18:24:23 -0400
+  r22145@hualien:  jesse | 2005-07-03 17:50:08 -0400
+   r22097@hualien:  jesse | 2005-07-03 16:25:18 -0400
+    r21520@hualien:  jesse | 2005-06-23 19:49:06 -0400
+    * Test suite improvements and cleanups
+   
+  
+
+------------------------------------------------------------------------
+r3366 | jesse | 2005-07-03 18:58:57 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt-mailgate.in
+
+ r22220@hualien:  jesse | 2005-07-03 18:24:18 -0400
+  r22144@hualien:  jesse | 2005-07-03 17:50:04 -0400
+   r22096@hualien:  jesse | 2005-07-03 16:25:14 -0400
+    r20757@hualien:  jesse | 2005-06-17 19:34:37 -0400
+     * Updated mailgateway documentation
+   
+  
+
+------------------------------------------------------------------------
+r3365 | jesse | 2005-07-03 18:58:49 -0400 (Sun, 03 Jul 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/autohandler
+
+ r22219@hualien:  jesse | 2005-07-03 18:24:14 -0400
+  r22143@hualien:  jesse | 2005-07-03 17:49:55 -0400
+   r22037@hualien:  jesse | 2005-07-01 19:25:05 -0400
+    r22031@hualien (orig r3273):  alexmv | 2005-07-01 00:46:49 -0400
+     r4557@zoq-fot-pik:  chmrr | 2005-06-30 20:44:33 -0400
+      * Fractional units
+    
+   
+  
+
+------------------------------------------------------------------------
+r3364 | jesse | 2005-07-03 18:58:34 -0400 (Sun, 03 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics
+
+ r22218@hualien:  jesse | 2005-07-03 18:24:10 -0400
+  r22142@hualien:  jesse | 2005-07-03 17:49:50 -0400
+   r21959@hualien:  jesse | 2005-06-27 14:15:10 -0400
+   *  Moved "Owner" to right after queue in the list of basics to edit.
+  
+
+------------------------------------------------------------------------
+r3363 | jesse | 2005-07-03 18:58:27 -0400 (Sun, 03 Jul 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
+
+ r22217@hualien:  jesse | 2005-07-03 18:24:05 -0400
+  r22141@hualien:  jesse | 2005-07-03 17:49:42 -0400
+   r21955@hualien:  jesse | 2005-06-27 11:40:56 -0400
+    r21288@hualien (orig r3235):  alexmv | 2005-06-20 18:54:00 -0400
+     r4386@zoq-fot-pik:  chmrr | 2005-06-20 18:56:20 -0400
+      * Attempt to prevent footer from showing up on redirects for some servers (?)
+    
+   
+  
+
+------------------------------------------------------------------------
+r3362 | jesse | 2005-07-03 18:58:20 -0400 (Sun, 03 Jul 2005) | 11 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Tools/Elements/Tabs
+
+ r22216@hualien:  jesse | 2005-07-03 18:24:00 -0400
+  r22140@hualien:  jesse | 2005-07-03 17:49:37 -0400
+   r21273@hualien:  jesse | 2005-06-20 17:57:29 -0400
+    r20804@hualien (orig r3230):  alexmv | 2005-06-20 14:57:03 -0400
+     r4370@zoq-fot-pik:  chmrr | 2005-06-20 14:58:14 -0400
+      * Added callback
+    
+   
+  
+
+------------------------------------------------------------------------
+r3361 | jesse | 2005-07-03 18:58:11 -0400 (Sun, 03 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/Chart
+
+ r22215@hualien:  jesse | 2005-07-03 18:23:55 -0400
+  r22139@hualien:  jesse | 2005-07-03 17:49:33 -0400
+   r20761@hualien:  jesse | 2005-06-17 19:38:02 -0400
+   * Now statistical reports include total # of tickets found
+  
+
+------------------------------------------------------------------------
+r3360 | jesse | 2005-07-03 18:57:54 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/cs.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/da.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/en.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/es.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fi.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/he.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/hu.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/it.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ja.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/nl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/no.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pl.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/pt_br.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/ru.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_cn.po
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/zh_tw.po
+
+ r22214@hualien:  jesse | 2005-07-03 18:23:46 -0400
+  r22138@hualien:  jesse | 2005-07-03 17:48:10 -0400
+   r20733@hualien:  jesse | 2005-06-16 12:44:07 -0400
+    r20717@hualien:  jesse | 2005-06-16 12:24:50 -0400
+    * Message catalog updates
+   
+  
+
+------------------------------------------------------------------------
+r3359 | jesse | 2005-07-03 18:57:46 -0400 (Sun, 03 Jul 2005) | 15 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/Notify.pm
+
+ r22213@hualien:  jesse | 2005-07-03 18:23:42 -0400
+  r22137@hualien:  jesse | 2005-07-03 17:48:05 -0400
+   r20732@hualien:  jesse | 2005-06-16 12:43:57 -0400
+    r20716@hualien:  jesse | 2005-06-16 12:23:58 -0400
+     r20713@hualien:  jesse | 2005-06-16 12:16:28 -0400
+      r20711@hualien (orig r3204):  alexmv | 2005-06-16 04:31:40 -0400
+       r4308@zoq-fot-pik:  chmrr | 2005-06-16 04:31:30 -0400
+        * Missed an lc
+      
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3358 | jesse | 2005-07-03 18:57:37 -0400 (Sun, 03 Jul 2005) | 16 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/Notify.pm
+   M /rt/branches/3.5-TESTING/lib/RT/EmailParser.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Queue_Overlay.pm
+
+ r22212@hualien:  jesse | 2005-07-03 18:23:37 -0400
+  r22136@hualien:  jesse | 2005-07-03 17:48:00 -0400
+   r20731@hualien:  jesse | 2005-06-16 12:43:44 -0400
+    r20715@hualien:  jesse | 2005-06-16 12:20:34 -0400
+     r20712@hualien:  jesse | 2005-06-16 12:16:22 -0400
+      r20710@hualien (orig r3203):  alexmv | 2005-06-16 04:29:14 -0400
+       r4306@zoq-fot-pik:  chmrr | 2005-06-16 04:29:06 -0400
+        * Move /^$foo$/ regexes to use eq instead, to prevent regex insertion
+          exploits
+      
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3357 | jesse | 2005-07-03 18:57:27 -0400 (Sun, 03 Jul 2005) | 15 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Scrip_Overlay.pm
+
+ r22211@hualien:  jesse | 2005-07-03 18:23:32 -0400
+  r22135@hualien:  jesse | 2005-07-03 17:47:56 -0400
+   r20730@hualien:  jesse | 2005-06-16 12:43:33 -0400
+    r20714@hualien:  jesse | 2005-06-16 12:20:30 -0400
+     r20705@hualien:  jesse | 2005-06-16 12:11:06 -0400
+      r19183@hualien (orig r3063):  pdh | 2005-06-03 01:01:55 -0400
+      Misleading error referred to IsApplicable, not Commit
+      
+      
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3356 | jesse | 2005-07-03 18:57:20 -0400 (Sun, 03 Jul 2005) | 13 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/User_Overlay.pm
+
+ r22210@hualien:  jesse | 2005-07-03 18:23:26 -0400
+  r22134@hualien:  jesse | 2005-07-03 17:47:46 -0400
+   r20728@hualien:  jesse | 2005-06-16 12:43:18 -0400
+    r20708@hualien:  jesse | 2005-06-16 12:12:29 -0400
+     r20063@hualien (orig r3142):  kevinr | 2005-06-13 15:43:08 -0400
+      r4210@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-13 15:39:50 -0400
+      * fixed a couple small issues with the perldoc format
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3355 | jesse | 2005-07-03 18:57:05 -0400 (Sun, 03 Jul 2005) | 13 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm
+
+ r22209@hualien:  jesse | 2005-07-03 18:23:21 -0400
+  r22133@hualien:  jesse | 2005-07-03 17:47:41 -0400
+   r20727@hualien:  jesse | 2005-06-16 12:43:11 -0400
+    r20707@hualien:  jesse | 2005-06-16 12:12:16 -0400
+     r19708@hualien (orig r3120):  kevinr | 2005-06-09 01:33:18 -0400
+      r4110@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-09 01:30:22 -0400
+      * fixed the mis-typed perldoc tags
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r3354 | jesse | 2005-07-03 18:56:50 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm
+
+ r22208@hualien:  jesse | 2005-07-03 18:23:15 -0400
+  r22132@hualien:  jesse | 2005-07-03 17:47:37 -0400
+   r20726@hualien:  jesse | 2005-06-16 12:43:06 -0400
+    r20706@hualien:  jesse | 2005-06-16 12:12:07 -0400
+    
+   
+  
+
+------------------------------------------------------------------------
+r3353 | jesse | 2005-07-03 18:56:42 -0400 (Sun, 03 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
+
+ r22207@hualien:  jesse | 2005-07-03 18:23:10 -0400
+  r22131@hualien:  jesse | 2005-07-03 17:47:32 -0400
+   r20562@hualien:  jesse | 2005-06-15 18:59:20 -0400
+   * When updating articles, we want to say "Updated Article" rather than "Updated FM"
+   
+   
+  
+
+------------------------------------------------------------------------
+r3352 | jesse | 2005-07-03 18:56:34 -0400 (Sun, 03 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
+
+ r22206@hualien:  jesse | 2005-07-03 18:23:05 -0400
+  r22130@hualien:  jesse | 2005-07-03 17:47:27 -0400
+   r20559@hualien:  jesse | 2005-06-15 16:33:09 -0400
+   * Style cleanups for custom field list filtering
+  
+
+------------------------------------------------------------------------
+r3351 | jesse | 2005-07-03 18:56:27 -0400 (Sun, 03 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
+
+ r22205@hualien:  jesse | 2005-07-03 18:23:01 -0400
+  r22129@hualien:  jesse | 2005-07-03 17:47:23 -0400
+   r20551@hualien:  jesse | 2005-06-15 16:12:50 -0400
+   * Reenabled testing redirect on article update
+  
+
+------------------------------------------------------------------------
+r3350 | jesse | 2005-07-03 18:56:11 -0400 (Sun, 03 Jul 2005) | 10 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/SearchBuilder.pm
+
+ r22204@hualien:  jesse | 2005-07-03 18:22:56 -0400
+  r22128@hualien:  jesse | 2005-07-03 17:47:18 -0400
+   r20545@hualien:  jesse | 2005-06-15 15:58:15 -0400
+    r20542@hualien:  jesse | 2005-06-15 15:56:43 -0400
+    * Made search-by-any-customfield work
+    
+   
+  
+
+------------------------------------------------------------------------
+r3349 | jesse | 2005-07-03 18:55:59 -0400 (Sun, 03 Jul 2005) | 10 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
+
+ r22203@hualien:  jesse | 2005-07-03 18:22:52 -0400
+  r22127@hualien:  jesse | 2005-07-03 17:47:14 -0400
+   r20544@hualien:  jesse | 2005-06-15 15:58:11 -0400
+    r20078@hualien:  jesse | 2005-06-14 16:57:41 -0400
+    * First draft Indonesian message catalog from James Briggs
+    
+   
+  
+
+------------------------------------------------------------------------
+r3348 | jesse | 2005-07-03 18:55:42 -0400 (Sun, 03 Jul 2005) | 17 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldFreeform
+
+ r22201@hualien:  jesse | 2005-07-03 18:21:44 -0400
+  r22125@hualien:  jesse | 2005-07-03 17:47:04 -0400
+   r20540@hualien:  jesse | 2005-06-15 14:46:19 -0400
+    r20162@hualien (orig r3156):  alexmv | 2005-06-14 23:24:19 -0400
+     r4230@zoq-fot-pik:  chmrr | 2005-06-14 23:22:31 -0400
+      * Allow filtering of custom fields
+    
+    r20163@hualien (orig r3157):  alexmv | 2005-06-14 23:24:23 -0400
+    
+    r20165@hualien (orig r3159):  alexmv | 2005-06-15 00:47:27 -0400
+     r4236@zoq-fot-pik:  chmrr | 2005-06-15 00:46:57 -0400
+      * <input> tags don't like newlines in them
+    
+   
+  
+
+------------------------------------------------------------------------
+r3347 | jesse | 2005-07-03 18:55:34 -0400 (Sun, 03 Jul 2005) | 19 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/QueryString
+   A /rt/branches/3.5-TESTING/html/Elements/ShowCustomFieldBinary
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
+
+ r22200@hualien:  jesse | 2005-07-03 18:21:39 -0400
+  r22124@hualien:  jesse | 2005-07-03 17:46:59 -0400
+   r20076@hualien:  jesse | 2005-06-14 15:01:31 -0400
+    r20064@hualien (orig r3143):  alexmv | 2005-06-13 20:15:22 -0400
+     r4193@zoq-fot-pik:  chmrr | 2005-06-13 20:14:53 -0400
+      * Generalize to work with arrays in %ARGS
+    
+    r20066@hualien (orig r3145):  alexmv | 2005-06-13 21:02:36 -0400
+     r4197@zoq-fot-pik:  chmrr | 2005-06-13 21:01:50 -0400
+      * Don't assume that ->Resolver is a valid object
+    
+    r20068@hualien (orig r3147):  alexmv | 2005-06-14 06:56:06 -0400
+     r4209@zoq-fot-pik:  chmrr | 2005-06-14 06:55:43 -0400
+      * We should actually let people *download* these uploads..
+    
+   
+  
+
+------------------------------------------------------------------------
+r3346 | jesse | 2005-07-03 18:55:25 -0400 (Sun, 03 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Chart
+   M /rt/branches/3.5-TESTING/html/Search/Chart.html
+   M /rt/branches/3.5-TESTING/html/Search/Elements/Chart
+
+ r22199@hualien:  jesse | 2005-07-03 18:21:35 -0400
+  r22123@hualien:  jesse | 2005-07-03 17:46:54 -0400
+   r20060@hualien:  jesse | 2005-06-14 08:57:51 -0400
+   * Moving the search qyery into the search body
+  
+
+------------------------------------------------------------------------
+r3345 | jesse | 2005-07-03 18:55:17 -0400 (Sun, 03 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
+   M /rt/branches/3.5-TESTING/lib/RT/Reminders.pm
+   M /rt/branches/3.5-TESTING/lib/RT/SearchBuilder.pm
+   M /rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
+
+ r22198@hualien:  jesse | 2005-07-03 18:21:29 -0400
+  r22022@hualien:  jesse | 2005-06-30 01:29:44 -0400
+  * Reminders fixes
+
+------------------------------------------------------------------------
+r3344 | jesse | 2005-07-03 18:55:10 -0400 (Sun, 03 Jul 2005) | 18 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldCombobox
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
+
+ r22197@hualien:  jesse | 2005-07-03 18:21:24 -0400
+  r21988@hualien:  jesse | 2005-06-29 10:18:11 -0400
+   r21985@hualien (orig r3262):  alexmv | 2005-06-29 01:25:04 -0400
+    r4492@zoq-fot-pik:  chmrr | 2005-06-28 21:22:25 -0400
+     * Only update reminders if we actually were submitting on them
+     * Don't open reminders if we didn't have a checkbox for them
+   
+   r21986@hualien (orig r3263):  alexmv | 2005-06-29 01:25:11 -0400
+    r4493@zoq-fot-pik:  chmrr | 2005-06-28 21:32:36 -0400
+     * Label entry field better
+   
+   r21987@hualien (orig r3264):  alexmv | 2005-06-29 01:25:19 -0400
+    r4494@zoq-fot-pik:  chmrr | 2005-06-28 22:03:22 -0400
+     * Comboboxes are just one value, not multiple; s/Values/Value/
+   
+  
+
+------------------------------------------------------------------------
+r3343 | jesse | 2005-07-03 18:54:54 -0400 (Sun, 03 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditLinks
+
+ r22196@hualien:  jesse | 2005-07-03 18:21:19 -0400
+  r21981@hualien:  jesse | 2005-06-29 10:15:07 -0400
+  * fixed a bug in link editing.
+
+------------------------------------------------------------------------
+r3342 | jesse | 2005-07-03 18:54:46 -0400 (Sun, 03 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/03web_compiliation_errors.t
+
+ r22195@hualien:  jesse | 2005-07-03 18:21:15 -0400
+  r21980@hualien:  jesse | 2005-06-29 10:14:47 -0400
+  * Small testsuite fixes
+
+------------------------------------------------------------------------
+r3341 | jesse | 2005-07-03 18:54:37 -0400 (Sun, 03 Jul 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+
+ r22194@hualien:  jesse | 2005-07-03 18:21:11 -0400
+  r21957@hualien:  jesse | 2005-06-27 11:45:13 -0400
+  * Fixing broken callback
+
+------------------------------------------------------------------------
+r3340 | jesse | 2005-07-03 18:54:30 -0400 (Sun, 03 Jul 2005) | 12 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.5-TESTING/html/NoAuth/cascaded.js
+   M /rt/branches/3.5-TESTING/html/NoAuth/combobox.js
+
+ r22193@hualien:  jesse | 2005-07-03 18:21:06 -0400
+  r21950@hualien:  jesse | 2005-06-27 10:10:33 -0400
+   r18006@hualien (orig r2983):  autrijus | 2005-05-30 01:51:30 -0400
+   * empty categories are now treated as empty, not as /same as above/.
+   * selecting an empty catagory now means /show all/, not /show uncategorised/.
+   r19182@hualien (orig r3062):  autrijus | 2005-06-02 23:03:22 -0400
+   * fix Safari borkenness with ComboBox.  Saf segfaults with
+     .styles.display='none'; switched to the less pretty but
+     still workable .styles.visibility='invisible';.
+  
+
+------------------------------------------------------------------------
+r3291 | trs | 2005-07-02 20:11:07 -0400 (Sat, 02 Jul 2005) | 15 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   M /rt/branches/3.5-TESTING/html/Elements/Submit
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/footer.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/header.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/main.css
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/cbr-b2lb.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/ctr-b2lb.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/rollup-arrow.png
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/Tabs
+   M /rt/branches/3.5-TESTING/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/3.5-TESTING/html/Widgets/SelectionBox
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBox
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxEnd
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+
+ r4694@wintermute:  tom | 2005-07-02 20:09:14 -0400
+ LOTS of miscellaneous changes...
+ I've mostly styled the /Widget/TitleBoxes, but they still need
+ to be colorized according to type (and this needs to be synced with
+ history).
+ A lot of form elements still need styling because they don't have appropriate
+ classes.  These would be done already if I could use CSS3 attribute selectors,
+ but alas, I can't.
+ A few JS improvements plus general cleanup of HTML as I go along.
+ I still have to correct for a few IE bugs.
+
+------------------------------------------------------------------------
+r3290 | trs | 2005-07-01 23:23:31 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
+
+ r4690@wintermute:  tom | 2005-07-01 23:21:18 -0400
+ Moved conditional outside of #legal
+
+------------------------------------------------------------------------
+r3289 | trs | 2005-07-01 23:23:27 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+
+ r4689@wintermute:  tom | 2005-07-01 22:20:01 -0400
+ Get rid of the pesky horizontal scrollbar
+
+------------------------------------------------------------------------
+r3288 | trs | 2005-07-01 23:23:23 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html
+
+ r4688@wintermute:  tom | 2005-07-01 22:11:30 -0400
+ Added missing page title
+
+------------------------------------------------------------------------
+r3287 | trs | 2005-07-01 21:25:00 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+
+ r4686@wintermute:  tom | 2005-07-01 21:24:32 -0400
+ Trivial commit :)
+
+------------------------------------------------------------------------
+r3286 | trs | 2005-07-01 21:13:05 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   D /rt/branches/3.5-TESTING/html/NoAuth/ossf.css
+
+ r4659@wintermute:  tom | 2005-07-01 21:11:37 -0400
+ Unneeded CSS file
+
+------------------------------------------------------------------------
+r3285 | trs | 2005-07-01 21:13:02 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+
+ r4658@wintermute:  tom | 2005-07-01 21:10:21 -0400
+ Fixed merge artifacts
+
+------------------------------------------------------------------------
+r3284 | trs | 2005-07-01 21:12:51 -0400 (Fri, 01 Jul 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   A /rt/branches/3.5-TESTING/html/NoAuth/ossf.css
+
+
+------------------------------------------------------------------------
+r3283 | trs | 2005-07-01 21:12:45 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/CreateTicket
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
+   M /rt/branches/3.5-TESTING/html/Elements/SelectNewTicketQueue
+   M /rt/branches/3.5-TESTING/html/Elements/SimpleSearch
+   A /rt/branches/3.5-TESTING/html/NoAuth/css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/footer.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/header.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/main.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/nav-left.css
+   A /rt/branches/3.5-TESTING/html/NoAuth/css/nav.css
+   D /rt/branches/3.5-TESTING/html/NoAuth/ossf.css
+
+ r4631@wintermute:  tom | 2005-07-01 20:30:23 -0400
+ Integrated the top actions, menu, logo, footer, and some other stuff into the new CSS layout.  Menu system was a total pain to retrofit, and it may still have kinks.
+
+------------------------------------------------------------------------
+r3282 | trs | 2005-07-01 21:12:41 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r4630@wintermute:  tom | 2005-07-01 14:07:13 -0400
+ Added var, local, and share to svn:ignore
+
+------------------------------------------------------------------------
+r3281 | trs | 2005-07-01 21:12:35 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/cb-light.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/cb.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/cbr-b2g.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/cbr-gray.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/cbr-trans.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/cbr.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/ct-light.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/ct.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/ctr-b2g.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/ctr-gray.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/ctr-trans.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/ctr.gif
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/dark-arrow-up.png
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/dark-arrow.png
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/light-arrow-up.png
+   A /rt/branches/3.5-TESTING/html/NoAuth/images/css/light-arrow.png
+
+ r4629@wintermute:  tom | 2005-07-01 14:05:58 -0400
+ All the little images used by the CSS
+
+------------------------------------------------------------------------
+r3280 | trs | 2005-07-01 21:12:32 -0400 (Fri, 01 Jul 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+
+ r4366@wintermute:  tom | 2005-06-22 16:07:17 -0400
+  r4256@wintermute (orig r3221):  pdh | 2005-06-16 23:37:58 -0400
+  Default value for $RedistributeAutoGeneratedMessages is now
+  "privileged".
+  
+  
+
+------------------------------------------------------------------------
+r3279 | trs | 2005-07-01 21:12:28 -0400 (Fri, 01 Jul 2005) | 54 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+
+ r4119@wintermute:  tom | 2005-06-13 18:37:20 -0400
+  r4105@wintermute (orig r3129):  kevinr | 2005-06-09 20:30:01 -0400
+   r4148@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-09 20:29:52 -0400
+   * Cleaned up the tests and fixed the issue with the local RT tag.
+  
+  r4106@wintermute (orig r3130):  kevinr | 2005-06-10 15:36:10 -0400
+   r4163@STRATTON-ONE-THIRTY-THREE:  kevinr | 2005-06-10 13:50:15 -0400
+   * Added a plan to the second test and made sure the tests will get distributed.
+  
+  r4107@wintermute (orig r3131):  kevinr | 2005-06-10 15:36:25 -0400
+   r4170@STRATTON-ONE-THIRTY-THREE:  kevinr | 2005-06-10 15:36:00 -0400
+   * Included the relevant information about setting template headers in the 
+   README
+   * moved scrip creation into initialdata so the Makefile will do it automagically
+  
+  r4108@wintermute (orig r3132):  kevinr | 2005-06-10 16:11:03 -0400
+  * This is more properly an extension, since it creates a scrip.
+  r4109@wintermute (orig r3133):  kevinr | 2005-06-10 18:37:42 -0400
+   r4179@STRATTON-ONE-THIRTY-THREE:  kevinr | 2005-06-10 16:43:14 -0400
+   * Moved in an extension file to use as a stub.
+  
+  r4110@wintermute (orig r3134):  kevinr | 2005-06-10 18:37:58 -0400
+   r4180@STRATTON-ONE-THIRTY-THREE:  kevinr | 2005-06-10 18:37:31 -0400
+   * Modified files in the hopes of making this an extension instead of an action.
+  
+  r4111@wintermute (orig r3135):  kevinr | 2005-06-10 18:44:38 -0400
+   r4183@STRATTON-ONE-THIRTY-THREE:  kevinr | 2005-06-10 18:44:33 -0400
+   * s/::/-/, which makes it not fail because '::' means something in Makefiles. 
+  
+  r4112@wintermute (orig r3136):  kevinr | 2005-06-10 18:47:49 -0400
+   r4185@STRATTON-ONE-THIRTY-THREE:  kevinr | 2005-06-10 18:47:44 -0400
+   * now actually includes the extension file
+  
+  r4113@wintermute (orig r3137):  glasser | 2005-06-10 22:42:19 -0400
+   r34816@tin-foil:  glasser | 2005-06-10 22:41:58 -0400
+   Support DEFAULT in schema.
+  
+  r4114@wintermute (orig r3138):  jesse | 2005-06-12 22:52:55 -0400
+  Branching RT 3.5 for testing
+  r4115@wintermute (orig r3139):  jesse | 2005-06-12 22:53:47 -0400
+  Removing disused platano-experimental branch
+  
+  r4116@wintermute (orig r3140):  jesse | 2005-06-12 23:32:42 -0400
+   r20056@hualien:  jesse | 2005-06-12 23:32:17 -0400
+   * 3.5.1
+  
+  r4117@wintermute (orig r3141):  jesse | 2005-06-12 23:34:35 -0400
+  Tagged as 3.5.1 by svn RelEng 1.0
+  r4118@wintermute (orig r3142):  kevinr | 2005-06-13 15:43:08 -0400
+   r4210@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-13 15:39:50 -0400
+   * fixed a couple small issues with the perldoc format
+  
+
+------------------------------------------------------------------------
+r3221 | pdh | 2005-06-16 23:37:58 -0400 (Thu, 16 Jun 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING/UPGRADING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
+
+Default value for $RedistributeAutoGeneratedMessages is now
+"privileged".
+
+
+------------------------------------------------------------------------
+r3140 | jesse | 2005-06-12 23:32:42 -0400 (Sun, 12 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/configure.ac
+   A /rt/branches/3.5-TESTING/etc/upgrade/3.5.1
+   A /rt/branches/3.5-TESTING/etc/upgrade/3.5.1/content
+   D /rt/branches/3.5-TESTING/etc/upgrade/QUEBEC
+   M /rt/branches/3.5-TESTING/html/NoAuth/webrt.css
+   M /rt/branches/3.5-TESTING/releng.cnf
+
+ r20056@hualien:  jesse | 2005-06-12 23:32:17 -0400
+ * 3.5.1
+
+------------------------------------------------------------------------
+r3138 | jesse | 2005-06-12 22:52:55 -0400 (Sun, 12 Jun 2005) | 1 line
+Changed paths:
+   A /rt/branches/3.5-TESTING (from /rt/branches/PLATANO-EXPERIMENTAL-CSS:3125)
+
+Branching RT 3.5 for testing
+------------------------------------------------------------------------
+r3125 | jesse | 2005-06-09 02:36:55 -0400 (Thu, 09 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyReminders
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Reminders.html
+
+ r19711@hualien:  jesse | 2005-06-09 02:35:57 -0400
+ * Fixes from chaldea mergeup
+
+------------------------------------------------------------------------
+r3124 | jesse | 2005-06-09 02:36:24 -0400 (Thu, 09 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.svc.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-mailgate.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_SiteConfig.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/initialdata
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/QUEBEC/content
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldCombobox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldSelect
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Error
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyReminders
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFieldWikitext
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ValidateCustomFields
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/cascaded.js
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/combobox.js
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Chart
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Chart.png
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/Chart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/PreviewScrips
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Reminders
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMemberOf
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowReferences
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Reminders.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/CreatedByDates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/ResolvedByOwner.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/index.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/ComboBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CurrentUser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Date.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/EmailParser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Handle.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/da.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/de.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/es.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fi.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fr.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/he.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/hu.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/it.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ja.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/nl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/no.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pt_br.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ru.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_cn.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_tw.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/QueryBuilder
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/QueryBuilder/Tree.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/QueryBuilder.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Reminders.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Report/Tickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SavedSearch.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SavedSearches.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/ActiveTicketsInQueue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/FromSQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SearchBuilder.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/System.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/t.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/02basic_web.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/03web_compiliation_errors.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/04send_email.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/06mailgateway.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/09record_cf_api.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/10merge.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/11-template-insert.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/12-search.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/13-attribute-tests.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/15cf_single_values_are_single.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/20savedsearch.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/21query-builder.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r19710@hualien:  jesse | 2005-06-09 01:48:50 -0400
+ * Merging up from chaldea
+
+------------------------------------------------------------------------
+r2929 | jesse | 2005-05-22 18:40:11 -0400 (Sun, 22 May 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+
+ r17005@hualien:  jesse | 2005-05-22 17:15:48 -0400
+  r16996@hualien:  jesse | 2005-05-22 17:01:22 -0400
+   r16989@hualien:  jesse | 2005-05-22 16:58:45 -0400
+    r16893@hualien:  jesse | 2005-05-16 18:04:08 -0400
+    * Better creation of in-reply-to/references headers on web-ased reply
+   
+  
+
+------------------------------------------------------------------------
+r2928 | jesse | 2005-05-22 18:39:49 -0400 (Sun, 22 May 2005) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+
+ r17004@hualien:  jesse | 2005-05-22 17:15:44 -0400
+  r16995@hualien:  jesse | 2005-05-22 17:01:13 -0400
+   r16988@hualien:  jesse | 2005-05-22 16:58:36 -0400
+    r16891@hualien:  jesse | 2005-05-16 17:48:02 -0400
+    * Adding a new "top of page" callback
+    
+   
+  
+
+------------------------------------------------------------------------
+r2927 | jesse | 2005-05-22 18:39:12 -0400 (Sun, 22 May 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
+
+ r17003@hualien:  jesse | 2005-05-22 17:15:39 -0400
+  r16994@hualien:  jesse | 2005-05-22 17:00:41 -0400
+   r16987@hualien:  jesse | 2005-05-22 16:58:28 -0400
+    r16761@hualien:  jesse | 2005-05-13 10:22:22 -0400
+    * Ruslan found a debugging statement we had accidentally committed
+   
+  
+
+------------------------------------------------------------------------
+r2926 | jesse | 2005-05-22 18:38:49 -0400 (Sun, 22 May 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
+
+ r17002@hualien:  jesse | 2005-05-22 17:15:31 -0400
+  r16993@hualien:  jesse | 2005-05-22 17:00:24 -0400
+   r16986@hualien:  jesse | 2005-05-22 16:58:17 -0400
+    r16510@hualien:  jesse | 2005-05-12 12:44:00 -0400
+    * Fix on the plane was wrong. sigh
+   
+  
+
+------------------------------------------------------------------------
+r2925 | jesse | 2005-05-22 18:37:54 -0400 (Sun, 22 May 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTimeUnits
+
+ r17001@hualien:  jesse | 2005-05-22 17:15:24 -0400
+  r16992@hualien:  jesse | 2005-05-22 17:00:09 -0400
+   r16915@hualien:  jesse | 2005-05-18 14:32:50 -0400
+   * missing file
+  
+
+------------------------------------------------------------------------
+r2924 | jesse | 2005-05-22 18:37:32 -0400 (Sun, 22 May 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/02basic_web.t
+
+ r17000@hualien:  jesse | 2005-05-22 17:15:03 -0400
+  r16991@hualien:  jesse | 2005-05-22 16:59:53 -0400
+   r16903@hualien:  jesse | 2005-05-18 14:29:56 -0400
+   * Reimplemented "Hours/Minutes" selects for time worked/estimated/spent
+  
+
+------------------------------------------------------------------------
+r2923 | jesse | 2005-05-22 18:37:11 -0400 (Sun, 22 May 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
+
+ r16999@hualien:  jesse | 2005-05-22 17:14:59 -0400
+  r16990@hualien:  jesse | 2005-05-22 16:59:47 -0400
+   r16902@hualien:  jesse | 2005-05-17 23:18:36 -0400
+   * Added Owner to the ticket basics page
+  
+
+------------------------------------------------------------------------
+r2922 | jesse | 2005-05-22 18:35:47 -0400 (Sun, 22 May 2005) | 231 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_SiteConfig.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/initialdata
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFieldValues
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldCascaded
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldSelect
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldWikitext
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Footer
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFieldWikitext
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Tabs
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ValidateCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Chart.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Chart.png
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/Chart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectChartType
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectGroupBy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Elements/Tabs
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/CreatedByDates.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/Elements
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/Elements/Tabs
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/ResolvedByDates.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/ResolvedByOwner.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Reports/index.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/da.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/de.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/en.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/es.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fi.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fr.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/he.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/hu.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/it.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ja.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/nl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/no.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pt_br.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ru.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_cn.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_tw.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Report/Tickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SearchBuilder.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/01ticket_link_searching.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/15cf_combo_cascade.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/15cf_pattern.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/19-rtname.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r16998@hualien:  jesse | 2005-05-22 17:12:47 -0400
+  r16975@hualien:  jesse | 2005-05-22 15:08:34 -0400
+   r16904@hualien (orig r2888):  autrijus | 2005-05-18 06:26:04 -0400
+    r17753@not (orig r2830):  jesse | 2005-05-04 12:19:34 +0800
+     r15713@hualien:  jesse | 2005-05-04 00:17:54 -0400
+     * Graphing and charting
+    
+    r17757@not (orig r2834):  jesse | 2005-05-07 01:59:35 +0800
+     r15824@hualien:  jesse | 2005-05-06 13:57:04 -0400
+     * First cut at new reports
+    
+    r17758@not (orig r2835):  jesse | 2005-05-07 02:01:51 +0800
+     r15827@hualien:  jesse | 2005-05-06 14:01:08 -0400
+     * Testdeps fixes for the new code
+    
+    r17759@not (orig r2836):  jesse | 2005-05-07 04:39:11 +0800
+     r15830@hualien:  jesse | 2005-05-06 16:34:11 -0400
+      r13240@hualien:  jesse | 2005-04-18 01:07:43 -0400
+      * Added Wikitext custom field type
+     
+    
+    r17760@not (orig r2837):  jesse | 2005-05-07 04:40:10 +0800
+     r15831@hualien:  jesse | 2005-05-06 16:34:16 -0400
+      r13251@hualien:  jesse | 2005-04-18 01:54:02 -0400
+       r13242@hualien (orig r2768):  jesse | 2005-04-18 00:16:42 -0400
+       3.4.2rc1
+      
+     
+    
+    r17761@not (orig r2838):  jesse | 2005-05-07 04:40:27 +0800
+     r15832@hualien:  jesse | 2005-05-06 16:34:19 -0400
+      r13264@hualien:  jesse | 2005-04-19 14:15:54 -0400
+      RT-Ticket: 6616
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      * Added a new HasPassword method to the RT user object
+      
+     
+    
+    r17762@not (orig r2839):  jesse | 2005-05-07 04:40:45 +0800
+     r15833@hualien:  jesse | 2005-05-06 16:34:24 -0400
+      r13834@hualien:  jesse | 2005-04-19 17:03:40 -0400
+      RT-Ticket: 6617
+      RT-Status: resolve
+      RT-Update: correspond
+      
+      Removed some spurious use lib lines from the test suite. Thanks to Dave Rolsky.
+      
+      
+     
+    
+    r17763@not (orig r2840):  jesse | 2005-05-07 04:41:00 +0800
+     r15834@hualien:  jesse | 2005-05-06 16:34:27 -0400
+      r13990@hualien:  jesse | 2005-04-19 22:00:14 -0400
+      * Canonicalized => to , in the configuration file
+        They mean the same thing, but consistency is good.
+     
+    
+    r17764@not (orig r2841):  jesse | 2005-05-07 04:41:15 +0800
+     r15835@hualien:  jesse | 2005-05-06 16:34:31 -0400
+      r13994@hualien:  jesse | 2005-04-20 11:31:44 -0400
+      RT-Ticket: 6620
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      * Hungarian translation had an incorrect Content-Type. Reported upstream from 
+        Debian.
+      
+     
+    
+    r17765@not (orig r2842):  jesse | 2005-05-07 04:41:50 +0800
+     r15836@hualien:  jesse | 2005-05-06 16:34:35 -0400
+      r14017@hualien:  jesse | 2005-04-21 21:07:47 -0400
+      Loc updates
+     
+    
+    r17766@not (orig r2843):  jesse | 2005-05-07 04:42:47 +0800
+     r15837@hualien:  jesse | 2005-05-06 16:35:02 -0400
+      r14525@hualien:  jesse | 2005-04-26 14:42:28 -0400
+       r13265@hualien (orig r2779):  tla | 2005-04-19 00:45:48 -0400
+       fix the perldoc
+       
+       r14524@hualien (orig r2807):  jesse | 2005-04-25 22:33:14 -0400
+       * Correct comments in config file. "RTLogoURL" is actually LogoURL.   --Allison Randal
+       
+      
+     
+    
+    r17767@not (orig r2844):  jesse | 2005-05-07 04:43:03 +0800
+     r15838@hualien:  jesse | 2005-05-06 16:35:06 -0400
+      r14616@hualien:  jesse | 2005-04-28 22:56:19 -0400
+      * Added a todo notice
+      
+     
+    
+    r17768@not (orig r2845):  jesse | 2005-05-07 04:43:17 +0800
+     r15839@hualien:  jesse | 2005-05-06 16:35:10 -0400
+      r14617@hualien:  jesse | 2005-04-28 22:56:56 -0400
+      * Enabled proper message threading with RT
+      
+     
+    
+    r17769@not (orig r2846):  jesse | 2005-05-07 04:43:33 +0800
+     r15840@hualien:  jesse | 2005-05-06 16:35:17 -0400
+      r14626@hualien:  jesse | 2005-04-29 13:06:57 -0400
+      * Message threading improvements suggested by Florian Weimer
+     
+    
+    r17770@not (orig r2847):  jesse | 2005-05-07 04:44:08 +0800
+     r15841@hualien:  jesse | 2005-05-06 16:35:23 -0400
+      r14637@hualien:  jesse | 2005-05-02 13:24:05 -0400
+      * Patch to SelfService UI to not display a preferences page unless the current user (ie all unprivileged users) has the right to do so.
+      
+     
+    
+    r17771@not (orig r2848):  jesse | 2005-05-07 04:44:24 +0800
+     r15842@hualien:  jesse | 2005-05-06 16:35:28 -0400
+      r14639@hualien:  jesse | 2005-05-02 13:30:18 -0400
+      * This be 3.4.2rc2
+     
+    
+    r17772@not (orig r2849):  jesse | 2005-05-07 04:44:40 +0800
+     r15843@hualien:  jesse | 2005-05-06 16:35:33 -0400
+      r15791@hualien:  jesse | 2005-05-04 13:11:37 -0400
+       r15714@hualien (orig r2829):  robert | 2005-05-03 23:52:32 -0400
+        r2835@bear:  rspier | 2005-05-04T03:51:48.597852Z
+        fix typo in initialdata related to approval rejection
+        
+       
+      
+     
+    
+    r17773@not (orig r2850):  jesse | 2005-05-07 04:44:56 +0800
+     r15844@hualien:  jesse | 2005-05-06 16:35:38 -0400
+      r15792@hualien:  jesse | 2005-05-04 13:14:49 -0400
+      * This is 3.4.2
+     
+    
+    r17774@not (orig r2851):  jesse | 2005-05-07 04:45:10 +0800
+     r15845@hualien:  jesse | 2005-05-06 16:35:42 -0400
+      r15829@hualien:  jesse | 2005-05-06 16:06:12 -0400
+      * Make sure that disabled custom fields aren't listed in Queue CF listings.
+      
+     
+    
+    r17775@not (orig r2852):  jesse | 2005-05-09 11:33:18 +0800
+     r16156@hualien:  jesse | 2005-05-08 23:31:32 -0400
+     * Better reporting functionality; group by day, month, year
+    
+    r17788@not (orig r2865):  jesse | 2005-05-12 08:08:05 +0800
+     r16463@hualien:  jesse | 2005-05-11 15:31:30 +0100
+      r16375@hualien:  jesse | 2005-05-09 21:47:25 -0400
+       r15825@hualien (orig r2833):  glasser | 2005-05-05 22:44:56 -0400
+       Require modern version of XML::RSS (versions prior to 1.02 do not 
+       encode their output properly; 1.02 and 1.05 have the same prereqs
+       but 1.05 fixes some other bugs)
+      
+     
+    
+    r17789@not (orig r2866):  jesse | 2005-05-12 08:08:28 +0800
+     r16464@hualien:  jesse | 2005-05-11 15:31:34 +0100
+      r16376@hualien:  jesse | 2005-05-09 21:51:14 -0400
+       r16373@hualien:  jesse | 2005-05-09 21:43:59 -0400
+       * Queue name case changes were accidentally generating a "Name Conflict" error
+       
+      
+     
+    
+    r17790@not (orig r2867):  jesse | 2005-05-12 08:08:43 +0800
+     r16465@hualien:  jesse | 2005-05-11 15:31:39 +0100
+      r16392@hualien:  jesse | 2005-05-10 02:10:18 -0400
+       r16391@hualien (orig r2861):  robert | 2005-05-10 01:54:35 -0400
+        r2875@bear:  rspier | 2005-05-10T05:54:13.875334Z
+        quick and dirty fix (ok, not so quick, and not really so dirty)
+        for the recursive CreateTickets dataloss issue.
+        
+       
+      
+     
+    
+    r17791@not (orig r2868):  jesse | 2005-05-12 08:08:56 +0800
+     r16466@hualien:  jesse | 2005-05-11 15:31:43 +0100
+      r16461@hualien:  jesse | 2005-05-11 10:23:33 -0400
+      * Custom field values can now be integers
+     
+    
+    r17792@not (orig r2869):  jesse | 2005-05-12 08:09:08 +0800
+     r16467@hualien:  jesse | 2005-05-11 15:31:47 +0100
+      r16462@hualien:  jesse | 2005-05-11 10:30:30 -0400
+      * Try harder to set a proper In-reply-to: header
+     
+    
+    r17793@not (orig r2870):  jesse | 2005-05-12 08:09:21 +0800
+     r16469@hualien:  jesse | 2005-05-11 15:35:20 +0100
+     
+    
+    r17794@not (orig r2871):  jesse | 2005-05-12 08:09:34 +0800
+     r16470@hualien:  jesse | 2005-05-11 17:55:59 +0100
+     * Fixed some bulk custom field deletion issues
+    
+    r17805@not (orig r2882):  jesse | 2005-05-14 08:42:08 +0800
+     r16738@hualien:  jesse | 2005-05-13 01:40:25 +0100
+     * Clicking through saved search titlebars on the homepage now preserves format and rows per page
+    
+    r17806@not (orig r2883):  jesse | 2005-05-14 08:42:22 +0800
+     r16763@hualien:  jesse | 2005-05-14 01:35:43 +0100
+     * Refactoring broke "group by id" in reports. Fixed
+    
+   
+   r16905@hualien (orig r2889):  autrijus | 2005-05-18 08:18:58 -0400
+   * Refactor Cascaded type back to apply to all Select-ish custom fields,
+     by introducing a "Category" member field for a CFV.
+   r16906@hualien (orig r2890):  autrijus | 2005-05-18 08:36:58 -0400
+   * stub for $cfv->Category and $cfv->SetCategory, as well as $cfv->Create
+     that accepts Category as key.
+   r16907@hualien (orig r2891):  autrijus | 2005-05-18 08:42:36 -0400
+   * first cut at Category Admin UI -- User-side UI coming RSN
+   r16908@hualien (orig r2892):  autrijus | 2005-05-18 08:47:05 -0400
+   * $cfv->Category and $cfv->SetCategory, via attributes.
+   r16909@hualien (orig r2893):  autrijus | 2005-05-18 09:22:30 -0400
+   * cascaded select lands.
+   r16910@hualien (orig r2894):  autrijus | 2005-05-18 10:23:00 -0400
+   * creation of CF with pattern
+   r16911@hualien (orig r2895):  autrijus | 2005-05-18 13:32:21 -0400
+   * feedback for invalid CFs.
+   r16912@hualien (orig r2896):  autrijus | 2005-05-18 13:40:02 -0400
+   * improved diagnostics on sanity tests.
+  
+
+------------------------------------------------------------------------
+r2921 | jesse | 2005-05-22 18:35:09 -0400 (Sun, 22 May 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditTemplates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Checkbox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldCascaded
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldCombobox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SetupSessionCookie
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/combobox.js
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/SearchOptions.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Chart.png
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/DelegateRights
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/da.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/es.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ru.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Report
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Report/Tickets
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Report/Tickets/Entry.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Report/Tickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SavedSearch.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Googleish.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/07acl.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/12-search.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/15cf_pattern.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/19quicksearch.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r16997@hualien:  jesse | 2005-05-22 17:04:18 -0400
+  r16883@hualien:  jesse | 2005-05-16 17:06:12 -0400
+  
+
+------------------------------------------------------------------------
+r2805 | jesse | 2005-04-24 17:18:35 -0400 (Sun, 24 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+
+ r14466@hualien:  jesse | 2005-04-24 17:16:41 -0400
+ * Small merge fixes from gugod
+
+------------------------------------------------------------------------
+r2804 | jesse | 2005-04-24 17:17:46 -0400 (Sun, 24 Apr 2005) | 102 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Objects.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/People.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Checkbox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Login
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MessageBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRT
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QuickCreate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Refresh
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RefreshHomepage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Section
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectAttachmentField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectBoolean
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateRelation
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectEqualityOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectGroups
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLang
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLinkType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectMatch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectResultsPerPage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectSortOrder
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectStatus
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketSortBy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketTypes
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectUsers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectWatcherType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFieldImage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Submit
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/Logout.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Quicksearch.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Search.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/SearchOptions.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Edit.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Error.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyDates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyPeople.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/MyDay.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Offline.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+
+ r14457@hualien:  jesse | 2005-04-24 12:22:55 -0400
+ ==== Patch <Platano> level 1
+ Source: 5dbbeda1-96ee-0310-ab23-efcf45cb33fb:/rt/branches/PLATANO-EXPERIMENTAL-CSS:17302
+ Target: e417ac7c-1bcc-0310-8ffa-8f5827389a85:/rt/branches/PLATANO-EXPERIMENTAL-CSS:2736
+         (svn://svn.bestpractical.com/rt)
+ Log:
+  r15592@gugod:  gugod | 2005-03-31 18:20:07 +0800
+  make local branch again
+  r15850@gugod:  gugod | 2005-04-02 15:26:27 +0800
+  * indentation of some mess body :/
+  * Tweak on the div.title and div.mainbody
+  r15851@gugod:  gugod | 2005-04-02 16:10:59 +0800
+  Make platano "HOME" screen has the same layout as 3.4R
+  r15856@gugod:  gugod | 2005-04-02 17:39:59 +0800
+  remove <font> tag
+  r15857@gugod:  gugod | 2005-04-02 17:40:48 +0800
+  TitleBox now use <div> instead of <table>
+  r15858@gugod:  gugod | 2005-04-02 18:28:09 +0800
+  * wrap a div#all right inside <body> to avoid margin problem on IE
+  * use div.right-column and div.left-column to split columns.
+  r16237@gugod:  gugod | 2005-04-08 12:27:57 +0800
+  setup login form semantic
+  r16238@gugod:  gugod | 2005-04-08 12:39:25 +0800
+  So, semantics.
+  r16239@gugod:  gugod | 2005-04-08 12:41:51 +0800
+  tweak css to match semantic of "HOME" page
+  r16240@gugod:  gugod | 2005-04-08 12:45:55 +0800
+  put ossf new style into css linkn
+  r16298@gugod:  gugod | 2005-04-10 09:37:10 +0800
+  Move TitleBox to Widgets/
+  r16299@gugod:  gugod | 2005-04-10 09:53:44 +0800
+  /Elements/TitleBox -> /Widgets/TitleBox
+  r16300@gugod:  gugod | 2005-04-10 09:55:50 +0800
+  /Elements/TitleBox -> /Widgets/TitleBox
+  r16431@gugod:  gugod | 2005-04-11 01:11:44 +0800
+  use component calls with content, instead of TitleBoxStart + TitleBoxEnd
+  r16432@gugod:  gugod | 2005-04-11 01:14:33 +0800
+  Use component calls with content instead of TitleBoxStart + TitleBoxEnd
+  r16438@gugod:  gugod | 2005-04-11 08:36:11 +0800
+  deprecate TitleBoxStart + TitleBoxEnd
+  r16439@gugod:  gugod | 2005-04-11 09:36:13 +0800
+  Use component call with contents to "TitleBox" instead of TitleBoxStart + TitleBoxEnd
+  r16662@gugod:  gugod | 2005-04-13 22:16:49 +0800
+  * fix syntax error
+  r16680@gugod:  gugod | 2005-04-15 13:40:19 +0800
+  fix syntax error
+  r16824@gugod:  gugod | 2005-04-17 14:00:10 +0800
+  make it more xhtml-ish
+  r16825@gugod:  gugod | 2005-04-17 14:01:55 +0800
+  use lowercase tag name
+  r16826@gugod:  gugod | 2005-04-17 14:11:32 +0800
+  more xhtml-ish thing
+  r16827@gugod:  gugod | 2005-04-17 14:54:09 +0800
+  lowercase A tags
+  r16828@gugod:  gugod | 2005-04-17 14:55:21 +0800
+  lowercase tag
+  r16829@gugod:  gugod | 2005-04-17 14:55:37 +0800
+  lowercase tag
+  r16830@gugod:  gugod | 2005-04-17 14:56:07 +0800
+  indentation and SimpleSearchForm css
+  r16831@gugod:  gugod | 2005-04-17 14:58:33 +0800
+  lowercase A tag
+  r16832@gugod:  gugod | 2005-04-17 15:09:04 +0800
+  Massive Change
+  
+  lowercase all html tags with this script:
+  
+  #!/usr/bin/perl -i.bak -p
+  s{(</\w+>)}{lc($1)}eg;
+  s{(<\w+[\s>])}{lc($1)}eg;
+  
+  
+  r17292@gugod:  gugod | 2005-04-24 18:30:56 +0800
+  * lowercase the attribute names
+  * double-quote attribute values
+  r17293@gugod:  gugod | 2005-04-24 18:32:08 +0800
+  * lowercase attribute name
+  * double-quote attribute value
+  r17294@gugod:  gugod | 2005-04-24 18:33:12 +0800
+  * lowercase attribute name
+  * double-quote attribute value
+  r17295@gugod:  gugod | 2005-04-24 18:34:06 +0800
+  <b> -> <strong>
+  r17296@gugod:  gugod | 2005-04-24 18:39:07 +0800
+  remove <font>
+  r17297@gugod:  gugod | 2005-04-24 18:39:46 +0800
+  This should be more proper
+  r17298@gugod:  gugod | 2005-04-24 18:44:06 +0800
+  * <b> -> <strong>
+  * <font> -> <span>
+  r17299@gugod:  gugod | 2005-04-24 18:45:58 +0800
+  * <br> -> <br/>
+  * <i> -> <em>
+  r17300@gugod:  gugod | 2005-04-24 18:48:28 +0800
+  * more xhtml tidy
+  r17301@gugod:  gugod | 2005-04-24 18:52:32 +0800
+  * more xhtml tidy
+  r17302@gugod:  gugod | 2005-04-24 18:55:06 +0800
+  xhtml tidy
+
+------------------------------------------------------------------------
+r2736 | jesse | 2005-04-17 16:14:08 -0400 (Sun, 17 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Objects.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/CreateUserCalled
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditTemplates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditUserComments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ModifyTemplate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectCustomFieldLookupType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectGroups
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectRights
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripAction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectStage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectTemplate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectUsers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/People.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Scrips.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/ShowDependency
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedEnd
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Checkbox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Error
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Footer
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Menu
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRT
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Refresh
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Section
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectAttachmentField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectBoolean
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateRelation
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectEqualityOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLang
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLinkType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectMatch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectResultsPerPage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectSortOrder
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectStatus
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketSortBy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketTypes
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectWatcherType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowLink
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Submit
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/Logout.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/images/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/ossf.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Quicksearch.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Search.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/SearchOptions.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/NewListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectPersonType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Error.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/AddWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/BulkLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditDates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditPeople
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowDates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowDependencies
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMemberOf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowReferences
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyDates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyPeople.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/MyDay.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Offline.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/TitleBoxStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+
+ r13180@hualien:  jesse | 2005-04-17 16:12:50 -0400
+ * XHTML overhaul from Gugod
+
+------------------------------------------------------------------------
+r2735 | jesse | 2005-04-16 04:20:58 -0400 (Sat, 16 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyAdminQueues
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MySupportQueues
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+
+ r13124@hualien:  jesse | 2005-04-16 04:12:52 -0400
+ * Compilation fixes from the forward merge
+
+------------------------------------------------------------------------
+r2734 | jesse | 2005-04-16 04:20:52 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchesForObjects
+
+ r13123@hualien:  jesse | 2005-04-16 03:13:10 -0400
+  r13022@hualien:  jesse | 2005-04-16 02:28:15 -0400
+   r12964@hualien:  jesse | 2005-04-15 18:46:40 -0400
+   * Merge fixes
+  
+
+------------------------------------------------------------------------
+r2733 | jesse | 2005-04-16 04:20:45 -0400 (Sat, 16 Apr 2005) | 12 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SavedSearch.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/20savedsearch.t
+
+ r13122@hualien:  jesse | 2005-04-16 03:13:07 -0400
+  r13021@hualien:  jesse | 2005-04-16 02:28:10 -0400
+   r12963@hualien:  jesse | 2005-04-15 17:46:02 -0400
+    r12958@hualien:  jesse | 2005-04-15 17:30:30 -0400
+     r12957@hualien (orig r2634):  tla | 2005-04-15 17:21:25 -0400
+     Added ability to update name as well as search parameters.
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r2732 | jesse | 2005-04-16 04:20:31 -0400 (Sat, 16 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SavedSearch.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/12-search.t
+
+ r13121@hualien:  jesse | 2005-04-16 03:13:04 -0400
+  r13020@hualien:  jesse | 2005-04-16 02:28:04 -0400
+   r12962@hualien:  jesse | 2005-04-15 17:45:57 -0400
+    r12950@hualien:  jesse | 2005-04-15 16:47:32 -0400
+    * Cleaned up search tests
+   
+  
+
+------------------------------------------------------------------------
+r2731 | jesse | 2005-04-16 04:20:22 -0400 (Sat, 16 Apr 2005) | 80 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/config.layout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldText
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchesForObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SavedSearch.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SavedSearches.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/t.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/20savedsearch.t
+
+ r13120@hualien:  jesse | 2005-04-16 03:12:59 -0400
+  r13019@hualien:  jesse | 2005-04-16 02:27:57 -0400
+   r12961@hualien:  jesse | 2005-04-15 17:43:00 -0400
+    r12947@hualien:  jesse | 2005-04-15 15:31:30 -0400
+     r10706@hualien (orig r2541):  tla | 2005-03-30 19:20:44 -0500
+     Fixes so that custom fields will pay attention to defaults, when the defaults
+     are specified.
+     
+     r10782@hualien (orig r2542):  robert | 2005-03-30 23:03:13 -0500
+      r2579@dog:  rspier | 2005-03-30 19:58:06 -0800
+      RT-Ticket: 6572
+      RT-Status: resolved
+      RT-Update: correspond
+      
+      Remove second FHS layout
+      
+     
+     r11405@hualien (orig r2557):  tla | 2005-04-01 23:16:13 -0500
+     A scheme which allows "t:123" URIs, for ticket specification.
+     
+     r11785@hualien (orig r2582):  tla | 2005-04-03 15:35:23 -0400
+     Get rid of LocalURIPrefix test.  Would make this DTRT if I knew what TRT was.
+     
+     r11854@hualien (orig r2584):  tla | 2005-04-04 04:18:22 -0400
+     Add a simple sub to return the object class with the RT::Lib:: prefix
+     stripped off.  Useful for displaying, e.g., "Ticket #35" or "Article #3".
+     
+     r11856@hualien (orig r2586):  tla | 2005-04-04 04:28:02 -0400
+     Add a callback for the use of RTFM
+     
+     r12528@hualien (orig r2601):  tla | 2005-04-10 19:49:31 -0400
+     User_Overlay: added OwnGroups method to get a collection of groups of which
+     the user is a member.
+     Record: revamped ObjectTypeStr according to suggestions.
+     
+     
+     r12529@hualien (orig r2602):  tla | 2005-04-10 19:51:16 -0400
+     Upped version dependency of DBIx::SearchBuilder to 1.24 for unique records
+     feature in CustomFields.
+     
+     r12530@hualien (orig r2603):  tla | 2005-04-10 19:51:56 -0400
+     UNTESTED first cut at a saved search lib wrapper.
+     
+     r12549@hualien (orig r2607):  tla | 2005-04-11 14:47:03 -0400
+     Semi-tested, semi-working checkpoint.  Formal tests to follow shortly.
+     
+     r12760@hualien (orig r2608):  tla | 2005-04-12 15:29:25 -0400
+     SavedSearch now shinily tested.  API also changed somewhat.
+     
+     r12761@hualien (orig r2609):  tla | 2005-04-12 15:59:07 -0400
+     Made SavedSearches work, added error messages to SavedSearch, updated tests
+     
+     r12779@hualien (orig r2617):  tla | 2005-04-12 21:52:54 -0400
+     Added delete method & localized strings in SavedSearch
+     Made SavedSearches::LimitByPrivacy safe to call multiple times
+     
+     r12781@hualien (orig r2619):  autrijus | 2005-04-13 08:13:01 -0400
+     * VALUE="1" does not work on checkboxes; this renders the
+       default True setting on the "Set to Privliged" checkbox
+       in the "New User" screen useless, so new users are defaulted
+       to unprivileged even though the code shows that they are
+       intended to be so.
+     r12782@hualien (orig r2620):  autrijus | 2005-04-13 11:19:54 -0400
+     * Never mind my last change -- I saw "VALUE = 1" and trigger-happily
+       inferred that it should default to CHECKED.  Which is, of course,
+       not the case.  Reverted.
+     r12784@hualien (orig r2622):  tla | 2005-04-13 12:27:38 -0400
+     Lost a curly brace somewhere.  Also noted location of tests for both files.
+     
+     r12785@hualien (orig r2623):  tla | 2005-04-13 13:32:41 -0400
+     Skeletal inline tests, to make autogen happy.
+     
+     r12786@hualien (orig r2624):  tla | 2005-04-13 13:42:51 -0400
+     Change to exclude saved searches meant for things other than tickets.
+     
+    
+   
+  
+
+------------------------------------------------------------------------
+r2730 | jesse | 2005-04-16 04:20:15 -0400 (Sat, 16 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Standalone.pm
+
+ r13119@hualien:  jesse | 2005-04-16 03:12:56 -0400
+  r13018@hualien:  jesse | 2005-04-16 02:27:54 -0400
+   r12960@hualien:  jesse | 2005-04-15 17:42:55 -0400
+    r12944@hualien:  jesse | 2005-04-15 15:28:01 -0400
+    * Fixed Module::Refresh handling for standalone_httpd
+   
+  
+
+------------------------------------------------------------------------
+r2729 | jesse | 2005-04-16 04:20:09 -0400 (Sat, 16 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+
+ r13118@hualien:  jesse | 2005-04-16 03:12:53 -0400
+  r13017@hualien:  jesse | 2005-04-16 02:27:49 -0400
+   r12959@hualien:  jesse | 2005-04-15 17:42:51 -0400
+    r12790@hualien:  jesse | 2005-04-14 15:07:03 -0400
+    * Fix support for uploading attachmends in selfservice.  -- HC Chien
+   
+  
+
+------------------------------------------------------------------------
+r2728 | jesse | 2005-04-16 04:19:57 -0400 (Sat, 16 Apr 2005) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/t.pm
+
+ r13117@hualien:  jesse | 2005-04-16 03:12:50 -0400
+  r13016@hualien:  jesse | 2005-04-16 02:27:44 -0400
+   r12956@hualien:  jesse | 2005-04-15 17:09:33 -0400
+    r11404@hualien (orig r2556):  tla | 2005-04-01 23:14:29 -0500
+    A scheme which allows "t:123" URIs, for ticket specification.
+    
+   
+  
+
+------------------------------------------------------------------------
+r2727 | jesse | 2005-04-16 04:19:51 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
+
+ r13116@hualien:  jesse | 2005-04-16 03:12:47 -0400
+  r13015@hualien:  jesse | 2005-04-16 02:27:39 -0400
+   r12954@hualien:  jesse | 2005-04-15 17:06:11 -0400
+   * Simple search typo fix
+  
+
+------------------------------------------------------------------------
+r2726 | jesse | 2005-04-16 04:19:45 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/12-search.t
+
+ r13115@hualien:  jesse | 2005-04-16 03:12:43 -0400
+  r13014@hualien:  jesse | 2005-04-16 02:27:35 -0400
+   r12788@hualien:  jesse | 2005-04-13 14:25:49 -0400
+   Pulling forward from 3.4
+  
+
+------------------------------------------------------------------------
+r2725 | jesse | 2005-04-16 04:19:38 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r13114@hualien:  jesse | 2005-04-16 03:12:40 -0400
+  r13013@hualien:  jesse | 2005-04-16 02:27:31 -0400
+   r12778@hualien:  jesse | 2005-04-13 14:12:24 -0400
+   * SB dep bumped
+  
+
+------------------------------------------------------------------------
+r2724 | jesse | 2005-04-16 04:19:22 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Googleish.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/19quicksearch.t
+
+ r13113@hualien:  jesse | 2005-04-16 03:12:37 -0400
+  r13012@hualien:  jesse | 2005-04-16 02:27:27 -0400
+   r12759@hualien:  jesse | 2005-04-12 20:23:10 -0400
+   * Googleish simple search fixes
+  
+
+------------------------------------------------------------------------
+r2723 | jesse | 2005-04-16 04:19:15 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Googleish.pm
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Quick.pm
+
+ r13112@hualien:  jesse | 2005-04-16 03:12:33 -0400
+  r13011@hualien:  jesse | 2005-04-16 02:27:23 -0400
+   r12752@hualien:  jesse | 2005-04-12 09:51:37 -0400
+   Renamed "quick" to "googlish"
+  
+
+------------------------------------------------------------------------
+r2722 | jesse | 2005-04-16 04:19:08 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Quick.pm
+
+ r13111@hualien:  jesse | 2005-04-16 03:12:30 -0400
+  r13010@hualien:  jesse | 2005-04-16 02:27:19 -0400
+   r12751@hualien:  jesse | 2005-04-12 09:50:05 -0400
+   checkpoint
+  
+
+------------------------------------------------------------------------
+r2721 | jesse | 2005-04-16 04:18:54 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/Tabs
+
+ r13110@hualien:  jesse | 2005-04-16 03:12:27 -0400
+  r13009@hualien:  jesse | 2005-04-16 02:27:15 -0400
+   r12750@hualien:  jesse | 2005-04-12 09:48:51 -0400
+   * Tabs for SearchOptions
+  
+
+------------------------------------------------------------------------
+r2720 | jesse | 2005-04-16 04:18:48 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Quick.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
+
+ r13109@hualien:  jesse | 2005-04-16 03:12:24 -0400
+  r13008@hualien:  jesse | 2005-04-16 02:27:11 -0400
+   r12749@hualien:  jesse | 2005-04-12 08:55:47 -0400
+   * Renamed quick search to simple search
+  
+
+------------------------------------------------------------------------
+r2719 | jesse | 2005-04-16 04:18:41 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/SearchOptions.html
+
+ r13108@hualien:  jesse | 2005-04-16 03:12:21 -0400
+  r13007@hualien:  jesse | 2005-04-16 02:27:07 -0400
+   r12748@hualien:  jesse | 2005-04-12 08:54:10 -0400
+   * Added support for search display preferences
+  
+
+------------------------------------------------------------------------
+r2718 | jesse | 2005-04-16 04:18:27 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/02basic_web.t
+
+ r13107@hualien:  jesse | 2005-04-16 03:12:17 -0400
+  r13006@hualien:  jesse | 2005-04-16 02:27:03 -0400
+   r12747@hualien:  jesse | 2005-04-12 07:10:14 -0400
+   * Allow click-to-sort on requestor/cc/admincc
+  
+
+------------------------------------------------------------------------
+r2717 | jesse | 2005-04-16 04:18:18 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/02basic_web.t
+
+ r13106@hualien:  jesse | 2005-04-16 03:12:13 -0400
+  r13005@hualien:  jesse | 2005-04-16 02:26:58 -0400
+   r12532@hualien:  jesse | 2005-04-11 10:47:38 -0400
+   * When entering time worked/left/etc, you can select minutes or hours
+  
+
+------------------------------------------------------------------------
+r2716 | jesse | 2005-04-16 04:18:10 -0400 (Sat, 16 Apr 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickBasics
+
+ r13105@hualien:  jesse | 2005-04-16 03:12:10 -0400
+  r13004@hualien:  jesse | 2005-04-16 02:26:55 -0400
+   r12256@hualien:  jesse | 2005-04-08 16:51:49 -0400
+   * Removed "Search by group membership" from search UI since 
+     it hit horrible scaling issues.
+  
+
+------------------------------------------------------------------------
+r2715 | jesse | 2005-04-16 04:18:05 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+
+ r13104@hualien:  jesse | 2005-04-16 03:12:07 -0400
+  r13003@hualien:  jesse | 2005-04-16 02:26:51 -0400
+   r11941@hualien:  jesse | 2005-04-06 15:26:40 -0400
+   * Search "Order By" needed a more greedy matching operation; too many values were selected
+  
+
+------------------------------------------------------------------------
+r2714 | jesse | 2005-04-16 04:17:53 -0400 (Sat, 16 Apr 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+
+ r13103@hualien:  jesse | 2005-04-16 03:12:03 -0400
+  r13002@hualien:  jesse | 2005-04-16 02:26:47 -0400
+   r11938@hualien:  jesse | 2005-04-06 15:03:57 -0400
+   Merging forward a clicky-headers fix from 3.4
+   
+  
+
+------------------------------------------------------------------------
+r2713 | jesse | 2005-04-16 04:17:46 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/20-sort-by-requestor.t
+
+ r13102@hualien:  jesse | 2005-04-16 03:11:59 -0400
+  r13001@hualien:  jesse | 2005-04-16 02:26:39 -0400
+   r11663@hualien:  jesse | 2005-04-03 05:11:09 -0400
+   * Added support for sort by requestor/watcher
+  
+
+------------------------------------------------------------------------
+r2712 | jesse | 2005-04-16 04:17:39 -0400 (Sat, 16 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
+
+ r13101@hualien:  jesse | 2005-04-16 03:11:56 -0400
+  r13000@hualien:  jesse | 2005-04-16 02:26:36 -0400
+   r11468@hualien:  jesse | 2005-04-02 04:41:10 -0500
+    r10907@hualien:  jesse | 2005-04-01 17:15:55 +0800
+    * Added "make depends" as an alias for "make fixdeps" for Autrijus
+   
+  
+
+------------------------------------------------------------------------
+r2711 | jesse | 2005-04-16 04:17:32 -0400 (Sat, 16 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+
+ r13100@hualien:  jesse | 2005-04-16 03:11:52 -0400
+  r12999@hualien:  jesse | 2005-04-16 02:26:32 -0400
+   r11467@hualien:  jesse | 2005-04-02 04:40:59 -0500
+    r10781@hualien:  jesse | 2005-03-31 16:49:00 +0800
+    * Fixes to seph's rtname regex
+   
+  
+
+------------------------------------------------------------------------
+r2710 | jesse | 2005-04-16 04:17:18 -0400 (Sat, 16 Apr 2005) | 15 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/19-rtname.t
+
+ r13099@hualien:  jesse | 2005-04-16 03:11:48 -0400
+  r12998@hualien:  jesse | 2005-04-16 02:26:28 -0400
+   r11466@hualien:  jesse | 2005-04-02 04:40:44 -0500
+    r10696@hualien:  jesse | 2005-03-30 18:19:21 +0800
+    RT-Ticket: 6544
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    * More graceful handling for historical $rtname tags
+        -- From seph
+    
+   
+  
+
+------------------------------------------------------------------------
+r2709 | jesse | 2005-04-16 04:17:12 -0400 (Sat, 16 Apr 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary
+
+ r13098@hualien:  jesse | 2005-04-16 03:11:45 -0400
+  r12997@hualien:  jesse | 2005-04-16 02:26:24 -0400
+   r11461@hualien:  jesse | 2005-04-02 00:53:31 -0500
+   * Made overview search for Stalled in addition to open and new. Sometime,
+     we should make this code smarter
+  
+
+------------------------------------------------------------------------
+r2708 | jesse | 2005-04-16 04:17:06 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+
+ r13097@hualien:  jesse | 2005-04-16 03:10:51 -0400
+  r12996@hualien:  jesse | 2005-04-16 02:26:02 -0400
+   r11354@hualien:  jesse | 2005-04-01 07:43:14 -0500
+   * Updated webrt.css to resture the black text color for titleboxright text
+  
+
+------------------------------------------------------------------------
+r2707 | jesse | 2005-04-16 04:17:00 -0400 (Sat, 16 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+
+ r13096@hualien:  jesse | 2005-04-16 03:10:48 -0400
+  r12995@hualien:  jesse | 2005-04-16 02:25:59 -0400
+   r11323@hualien:  jesse | 2005-04-01 04:52:16 -0500
+    r9577@hualien (orig r2498):  clkao | 2005-03-23 17:03:02 +0800
+    Don't html-escape loc() when building FormatString.
+   
+  
+
+------------------------------------------------------------------------
+r2706 | jesse | 2005-04-16 04:16:52 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Quick.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Quick.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/19quicksearch.t
+
+ r13095@hualien:  jesse | 2005-04-16 03:10:43 -0400
+  r12994@hualien:  jesse | 2005-04-16 02:25:55 -0400
+   r10695@hualien:  jesse | 2005-03-30 05:14:59 -0500
+   * First version of B4 quicksearch from simon
+  
+
+------------------------------------------------------------------------
+r2705 | jesse | 2005-04-16 04:16:37 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/02basic_web.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/03web_compiliation_errors.t
+
+ r13094@hualien:  jesse | 2005-04-16 03:10:38 -0400
+  r12993@hualien:  jesse | 2005-04-16 02:23:51 -0400
+   r10286@hualien:  jesse | 2005-03-28 05:49:49 -0500
+   * Merge forward from 3.4-RELEASE
+  
+
+------------------------------------------------------------------------
+r2704 | jesse | 2005-04-16 04:16:31 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditQuery
+
+ r13093@hualien:  jesse | 2005-04-16 03:08:13 -0400
+  r12992@hualien:  jesse | 2005-04-16 02:23:47 -0400
+   r10273@hualien:  jesse | 2005-03-28 03:43:00 -0500
+   * Completed deliverable B3; Significant cleanup of search UI
+  
+
+------------------------------------------------------------------------
+r2703 | jesse | 2005-04-16 04:16:25 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+
+ r13092@hualien:  jesse | 2005-04-16 03:08:05 -0400
+  r12989@hualien:  jesse | 2005-04-16 02:23:35 -0400
+   r10001@hualien:  jesse | 2005-03-24 23:56:04 -0500
+   Fixed a "Save" label
+  
+
+------------------------------------------------------------------------
+r2702 | jesse | 2005-04-16 04:16:19 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+
+ r13091@hualien:  jesse | 2005-04-16 03:08:02 -0400
+  r12988@hualien:  jesse | 2005-04-16 02:23:31 -0400
+   r9579@hualien:  jesse | 2005-03-23 06:15:02 -0500
+   * Typo fixes
+  
+
+------------------------------------------------------------------------
+r2701 | jesse | 2005-04-16 04:16:12 -0400 (Sat, 16 Apr 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldSelect
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+
+ r13090@hualien:  jesse | 2005-04-16 03:07:58 -0400
+  r12987@hualien:  jesse | 2005-04-16 02:23:26 -0400
+   r9576@hualien:  jesse | 2005-03-23 05:51:06 -0500
+   * Added support for bulk update of custom fields
+   * Added support for search paging in the bulk update UI
+  
+
+------------------------------------------------------------------------
+r2700 | jesse | 2005-04-16 04:15:57 -0400 (Sat, 16 Apr 2005) | 12 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/list.js
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/18custom_frontpage.t
+
+ r13089@hualien:  jesse | 2005-04-16 03:07:53 -0400
+  r12986@hualien:  jesse | 2005-04-16 02:23:22 -0400
+   r9575@hualien:  jesse | 2005-03-23 03:46:50 -0500
+    r9573@hualien (orig r2496):  clkao | 2005-03-23 13:22:08 +0800
+    Fix js (still disabled for now).
+    Make test pass.
+    r9574@hualien (orig r2497):  clkao | 2005-03-23 14:58:16 +0800
+    Fix the regexp injecting checkbox into bulk edit format.
+   
+  
+
+------------------------------------------------------------------------
+r2699 | jesse | 2005-04-16 04:15:49 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+
+ r13088@hualien:  jesse | 2005-04-16 03:01:59 -0400
+  r12985@hualien:  jesse | 2005-04-16 02:23:17 -0400
+   r9563@hualien:  jesse | 2005-03-22 12:12:39 -0500
+   Refactor bulk update to use more standard components
+  
+
+------------------------------------------------------------------------
+r2698 | jesse | 2005-04-16 04:15:42 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+
+ r13087@hualien:  jesse | 2005-04-16 03:01:56 -0400
+  r12984@hualien:  jesse | 2005-04-16 02:23:14 -0400
+   r9554@hualien:  jesse | 2005-03-22 09:01:26 -0500
+   * When creating a ticket, the footer sometimes wouldn't be displayed
+  
+
+------------------------------------------------------------------------
+r2697 | jesse | 2005-04-16 04:15:34 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+
+ r13086@hualien:  jesse | 2005-04-16 03:01:53 -0400
+  r12983@hualien:  jesse | 2005-04-16 02:23:10 -0400
+   r9553@hualien:  jesse | 2005-03-22 09:00:21 -0500
+   Certain search-related actions wouldn't display the page footer due to calls to $m->abort();
+  
+
+------------------------------------------------------------------------
+r2696 | jesse | 2005-04-16 04:15:21 -0400 (Sat, 16 Apr 2005) | 13 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/18custom_frontpage.t
+
+ r13085@hualien:  jesse | 2005-04-16 03:01:49 -0400
+  r12982@hualien:  jesse | 2005-04-16 02:23:06 -0400
+   r8817@hualien:  jesse | 2005-03-16 23:59:40 -0500
+    r8804@hualien (orig r2472):  clkao | 2005-03-16 01:31:43 -0500
+    Make the error more readable and prevent side-effect on failed
+    savesearch.
+    r8805@hualien (orig r2473):  clkao | 2005-03-16 01:47:42 -0500
+    Test if saved search is listed in available items in RT at a glance
+    preferences.
+   
+  
+
+------------------------------------------------------------------------
+r2695 | jesse | 2005-04-16 04:15:15 -0400 (Sat, 16 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+
+ r13084@hualien:  jesse | 2005-04-16 03:01:46 -0400
+  r12981@hualien:  jesse | 2005-04-16 02:23:03 -0400
+   r8816@hualien:  jesse | 2005-03-16 23:58:56 -0500
+   Minor cleanups based on customer feedback
+  
+
+------------------------------------------------------------------------
+r2694 | jesse | 2005-04-16 04:15:07 -0400 (Sat, 16 Apr 2005) | 29 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/initialdata
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/QUEBEC
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/QUEBEC/content
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/18custom_frontpage.t
+
+ r13083@hualien:  jesse | 2005-04-16 03:01:40 -0400
+  r12980@hualien:  jesse | 2005-04-16 02:17:57 -0400
+   r8728@hualien:  jesse | 2005-03-14 12:29:07 -0500
+    r8416@hualien (orig r2349):  clkao | 2005-03-13 02:20:34 -0500
+    Do SeeQueue permission filtering in AddRecord so both Next() and
+    ItemsArrayRef work.
+    r8452@hualien (orig r2351):  jesse | 2005-03-14 01:32:53 -0500
+     r8450@hualien:  jesse | 2005-03-14 01:30:59 -0500
+     Slight style cleanup to page actions. 
+    
+    r8454@hualien (orig r2352):  jesse | 2005-03-14 01:37:23 -0500
+     r8453@hualien:  jesse | 2005-03-14 01:37:00 -0500
+     Hilighted menu options are now the right size
+    
+    r8718@hualien (orig r2465):  clkao | 2005-03-14 11:35:59 -0500
+    Localise format in predefined search with __l{text}__.
+    r8719@hualien (orig r2466):  clkao | 2005-03-14 11:37:56 -0500
+    Disable js for now.
+    r8720@hualien (orig r2467):  clkao | 2005-03-14 11:48:37 -0500
+    * Rename "My Requests" => "Unowned Tickets".
+    * __l{text}__ => __loc(text)__
+    r8721@hualien (orig r2468):  clkao | 2005-03-14 12:01:08 -0500
+    Upgrade path to QUEBEC.
+    r8722@hualien (orig r2469):  clkao | 2005-03-14 12:17:02 -0500
+    Allow AutoSave mode for SelectionBox.
+   
+  
+
+------------------------------------------------------------------------
+r2693 | jesse | 2005-04-16 04:14:56 -0400 (Sat, 16 Apr 2005) | 15 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+
+ r13082@hualien:  jesse | 2005-04-16 03:01:26 -0400
+  r12976@hualien:  jesse | 2005-04-16 02:17:39 -0400
+   r6768@hualien:  jesse | 2005-03-11 18:59:52 -0500
+    r6766@hualien (orig r2341):  clkao | 2005-03-11 18:58:39 -0500
+     r2469@ab:  clkao | 2005-03-12 07:41:47 +0800
+     Properly check permission with the correct object on savesearch.
+    
+    r6767@hualien (orig r2342):  clkao | 2005-03-11 18:59:06 -0500
+     r2470@ab:  clkao | 2005-03-12 07:56:47 +0800
+     Move _parse_saved_search and _load_container_object to RT::Interface::Web.
+    
+   
+  
+
+------------------------------------------------------------------------
+r2692 | jesse | 2005-04-16 04:14:42 -0400 (Sat, 16 Apr 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Quicksearch.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+
+ r13081@hualien:  jesse | 2005-04-16 03:01:21 -0400
+  r12975@hualien:  jesse | 2005-04-16 02:16:37 -0400
+   r6764@hualien:  jesse | 2005-03-11 18:54:06 -0500
+   A bunch of small UI cleanups per customer request.
+   
+  
+
+------------------------------------------------------------------------
+r2691 | jesse | 2005-04-16 04:14:35 -0400 (Sat, 16 Apr 2005) | 12 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRT
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+
+ r13080@hualien:  jesse | 2005-04-16 03:01:17 -0400
+  r12974@hualien:  jesse | 2005-04-16 02:16:34 -0400
+   r6745@hualien:  jesse | 2005-03-10 17:13:01 -0500
+    r6660@hualien (orig r2333):  clkao | 2005-03-10 09:52:26 -0500
+    * Make AllowedComponent configurable in RT_Config.
+    * Check selected are within given Available ones.
+    * Check permission when saving searches for rt::system.
+    
+   
+  
+
+------------------------------------------------------------------------
+r2690 | jesse | 2005-04-16 04:14:26 -0400 (Sat, 16 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Elements
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Elements/Tabs
+
+ r13079@hualien:  jesse | 2005-04-16 03:01:14 -0400
+  r12973@hualien:  jesse | 2005-04-16 02:16:31 -0400
+   r6650@hualien:  jesse | 2005-03-09 14:13:09 -0500
+    r6649@hualien (orig r2331):  clkao | 2005-03-09 13:37:15 -0500
+    Missing tabs.
+   
+  
+
+------------------------------------------------------------------------
+r2689 | jesse | 2005-04-16 04:14:17 -0400 (Sat, 16 Apr 2005) | 19 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/initialdata
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/list.js
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Quicksearch.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Search.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/18custom_frontpage.t
+
+ r13078@hualien:  jesse | 2005-04-16 03:01:09 -0400
+  r12972@hualien:  jesse | 2005-04-16 02:16:27 -0400
+   r6648@hualien:  jesse | 2005-03-09 13:32:18 -0500
+    r6638@hualien (orig r2321):  clkao | 2005-03-08 23:44:47 -0500
+    Kill all referers and "go back"s.
+    r6639@hualien (orig r2322):  clkao | 2005-03-09 00:15:21 -0500
+    Move selectAll to form onSubmit.
+    r6640@hualien (orig r2323):  clkao | 2005-03-09 00:20:13 -0500
+    Oops.
+    r6641@hualien (orig r2324):  clkao | 2005-03-09 00:44:38 -0500
+    More SelectionBox UI tweaks.
+    r6646@hualien (orig r2329):  clkao | 2005-03-09 13:04:48 -0500
+    Make SummaryRow a user preference.
+    r6647@hualien (orig r2330):  clkao | 2005-03-09 13:30:32 -0500
+    MyRT SubTabs.
+   
+  
+
+------------------------------------------------------------------------
+r2688 | jesse | 2005-04-16 04:14:08 -0400 (Sat, 16 Apr 2005) | 21 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/initialdata
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRT
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MySupportQueues
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Quicksearch.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Search.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/17custom_search.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/18custom_frontpage.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r13077@hualien:  jesse | 2005-04-16 03:01:01 -0400
+  r12971@hualien:  jesse | 2005-04-16 02:16:09 -0400
+   r6625@hualien:  jesse | 2005-03-08 23:18:58 -0500
+    r6570@hualien (orig r2307):  clkao | 2005-03-07 11:59:06 -0500
+    Require newer Test::WWW::Mechanize.
+    r6571@hualien (orig r2308):  clkao | 2005-03-07 12:33:59 -0500
+    merge down
+    r6572@hualien (orig r2309):  clkao | 2005-03-07 13:30:20 -0500
+    Saving search to RT::System now works.
+    r6573@hualien (orig r2310):  clkao | 2005-03-07 13:35:18 -0500
+    Restore the original ordering after tests.
+    r6574@hualien (orig r2311):  clkao | 2005-03-07 13:47:39 -0500
+    Proper locs.
+    r6605@hualien (orig r2314):  clkao | 2005-03-08 12:11:43 -0500
+    Misc UI changes, and according test tweaks.
+    r6606@hualien (orig r2315):  clkao | 2005-03-08 13:05:59 -0500
+    oops
+   
+  
+
+------------------------------------------------------------------------
+r2687 | jesse | 2005-04-16 04:14:01 -0400 (Sat, 16 Apr 2005) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/18custom_frontpage.t
+
+ r13076@hualien:  jesse | 2005-04-16 03:00:58 -0400
+  r12970@hualien:  jesse | 2005-04-16 02:16:06 -0400
+   r6495@hualien:  jesse | 2005-03-06 17:46:04 -0500
+    r6412@hualien (orig r2294):  clkao | 2005-03-06 10:50:23 -0500
+     r2419@ab:  clkao | 2005-03-06 23:48:51 +0800
+     Minimum regression tests for frontpage customization.
+    
+   
+  
+
+------------------------------------------------------------------------
+r2686 | jesse | 2005-04-16 04:13:51 -0400 (Sat, 16 Apr 2005) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/list.js
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/SelectionBox
+
+ r13075@hualien:  jesse | 2005-04-16 03:00:50 -0400
+  r12969@hualien:  jesse | 2005-04-16 02:16:02 -0400
+   r6494@hualien:  jesse | 2005-03-06 17:46:01 -0500
+    r6411@hualien (orig r2293):  clkao | 2005-03-06 10:10:26 -0500
+    Land SelectionBox Widget, which works for both js and cgi.
+    Make the frontpage customization UI use SelectionBox.
+   
+  
+
+------------------------------------------------------------------------
+r2685 | jesse | 2005-04-16 04:13:38 -0400 (Sat, 16 Apr 2005) | 31 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/initialdata
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyAdminQueues
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRT
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRequests
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MySupportQueues
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyTickets
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RefreshHomepage
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/class.js
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/list.js
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Quicksearch.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/Search.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditSearches
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SearchesForObject
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchesForObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/System.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/06mailgateway.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/07acl.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/08web_cf_access.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/17custom_search.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-setup-database.in
+
+ r13074@hualien:  jesse | 2005-04-16 02:55:49 -0400
+  r12968@hualien:  jesse | 2005-04-16 02:13:13 -0400
+   r6370@hualien:  jesse | 2005-03-05 19:28:47 -0500
+    r6273@hualien (orig r2277):  clkao | 2005-03-05 01:12:50 -0500
+    * Make regression does not require being root anymore.
+    * Global pre-defined searches are now attributes of RT::System.
+    * Users can now override display options for pre-defined searches.
+    * Users can now configure Quicksearch portlet.
+    * New portlets: MyAdminQueues, MySupportQueues.
+    * Users can now configure RT at a glance with pre-defined searches,
+      allowed components, and saves searches.
+    
+    * $MyTicketsLength and $MyRequestsLength is no longer needed in RT::Config.
+    * Clean up Search/Build.html for reduce duplicated code.
+    * Fix title_right_href in Titlebox.
+    * Cleanup original Quicksearch to Use QueueSummary for summary portlets.
+    
+    TODO:
+    * Saving search for RT::System needs to do 'Saved Search - name' instead
+      of SavedSearch
+    
+    r6274@hualien (orig r2278):  clkao | 2005-03-05 09:31:05 -0500
+     r2397@ab:  clkao | 2005-03-05 22:29:18 +0800
+     Fix a bug where MyRT gets only one component in a pane.
+    
+    r6275@hualien (orig r2279):  clkao | 2005-03-05 09:31:25 -0500
+    
+   
+  
+
+------------------------------------------------------------------------
+r2628 | jesse | 2005-04-15 13:13:42 -0400 (Fri, 15 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyDates.html
+
+ r12803@hualien:  jesse | 2005-04-15 13:11:33 -0400
+ * Titlebox fixes from Gugod
+
+------------------------------------------------------------------------
+r2621 | autrijus | 2005-04-13 11:35:31 -0400 (Wed, 13 Apr 2005) | 1 line
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+
+* typo - syntax fixes
+------------------------------------------------------------------------
+r2604 | jesse | 2005-04-11 10:11:27 -0400 (Mon, 11 Apr 2005) | 43 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Error
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Login
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QuickCreate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditQuery
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditSearches
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCriteria
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Error.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyDates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyLinks.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyPeople.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Prefs.html
+
+ r12526@hualien:  jesse | 2005-04-11 09:45:37 -0400
+ ==== Patch <Platano> level 6
+ Source: 5dbbeda1-96ee-0310-ab23-efcf45cb33fb:/rt/branches/PLATANO-EXPERIMENTAL-CSS:16439
+ Target: e417ac7c-1bcc-0310-8ffa-8f5827389a85:/rt/branches/PLATANO-EXPERIMENTAL-CSS:2599
+         (svn://svn.bestpractical.com/rt)
+ Log:
+  r15592@DHCP-21126:  gugod | 2005-03-31 18:20:07 +0800
+  make local branch again
+  r15850@DHCP-21126:  gugod | 2005-04-02 15:26:27 +0800
+  * indentation of some mess body :/
+  * Tweak on the div.title and div.mainbody
+  r15851@DHCP-21126:  gugod | 2005-04-02 16:10:59 +0800
+  Make platano "HOME" screen has the same layout as 3.4R
+  r15856@DHCP-21126:  gugod | 2005-04-02 17:39:59 +0800
+  remove <font> tag
+  r15857@DHCP-21126:  gugod | 2005-04-02 17:40:48 +0800
+  TitleBox now use <div> instead of <table>
+  r15858@DHCP-21126:  gugod | 2005-04-02 18:28:09 +0800
+  * wrap a div#all right inside <body> to avoid margin problem on IE
+  * use div.right-column and div.left-column to split columns.
+  r16237@DHCP-21126:  gugod | 2005-04-08 12:27:57 +0800
+  setup login form semantic
+  r16238@DHCP-21126:  gugod | 2005-04-08 12:39:25 +0800
+  So, semantics.
+  r16239@DHCP-21126:  gugod | 2005-04-08 12:41:51 +0800
+  tweak css to match semantic of "HOME" page
+  r16240@DHCP-21126:  gugod | 2005-04-08 12:45:55 +0800
+  put ossf new style into css linkn
+  r16298@DHCP-21126:  gugod | 2005-04-10 09:37:10 +0800
+  Move TitleBox to Widgets/
+  r16299@DHCP-21126:  gugod | 2005-04-10 09:53:44 +0800
+  /Elements/TitleBox -> /Widgets/TitleBox
+  r16300@DHCP-21126:  gugod | 2005-04-10 09:55:50 +0800
+  /Elements/TitleBox -> /Widgets/TitleBox
+  r16431@DHCP-21126:  gugod | 2005-04-11 01:11:44 +0800
+  use component calls with content, instead of TitleBoxStart + TitleBoxEnd
+  r16432@DHCP-21126:  gugod | 2005-04-11 01:14:33 +0800
+  Use component calls with content instead of TitleBoxStart + TitleBoxEnd
+  r16438@DHCP-21126:  gugod | 2005-04-11 08:36:11 +0800
+  deprecate TitleBoxStart + TitleBoxEnd
+  r16439@DHCP-21126:  gugod | 2005-04-11 09:36:13 +0800
+  Use component call with contents to "TitleBox" instead of TitleBoxStart + TitleBoxEnd
+
+------------------------------------------------------------------------
+r2599 | jesse | 2005-04-10 15:50:41 -0400 (Sun, 10 Apr 2005) | 34 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/ShowDependency
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Error
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Footer
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Login
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyTickets
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QuickCreate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBox
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxEnd
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxStart
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/common.css
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/ossf.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditQuery
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditSearches
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCriteria
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Error.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyDates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyLinks.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyPeople.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Prefs.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/TitleBox
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/TitleBoxEnd
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Widgets/TitleBoxStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+
+ r12352@hualien:  jesse | 2005-04-10 15:48:42 -0400
+ * Updates from Gugod
+  r15592@kybristedi:  gugod | 2005-03-31 18:20:07 +0800
+  make local branch again
+  r15850@kybristedi:  gugod | 2005-04-02 15:26:27 +0800
+  * indentation of some mess body :/
+  * Tweak on the div.title and div.mainbody
+  r15851@kybristedi:  gugod | 2005-04-02 16:10:59 +0800
+  Make platano "HOME" screen has the same layout as 3.4R
+  r15856@kybristedi:  gugod | 2005-04-02 17:39:59 +0800
+  remove <font> tag
+  r15857@kybristedi:  gugod | 2005-04-02 17:40:48 +0800
+  TitleBox now use <div> instead of <table>
+  r15858@kybristedi:  gugod | 2005-04-02 18:28:09 +0800
+  * wrap a div#all right inside <body> to avoid margin problem on IE
+  * use div.right-column and div.left-column to split columns.
+  r16237@kybristedi:  gugod | 2005-04-08 12:27:57 +0800
+  setup login form semantic
+  r16238@kybristedi:  gugod | 2005-04-08 12:39:25 +0800
+  So, semantics.
+  r16239@kybristedi:  gugod | 2005-04-08 12:41:51 +0800
+  tweak css to match semantic of "HOME" page
+  r16240@kybristedi:  gugod | 2005-04-08 12:45:55 +0800
+  put ossf new style into css linkn
+  r16298@kybristedi:  gugod | 2005-04-10 09:37:10 +0800
+  Move TitleBox to Widgets/
+  r16299@kybristedi:  gugod | 2005-04-10 09:53:44 +0800
+  /Elements/TitleBox -> /Widgets/TitleBox
+  r16300@kybristedi:  gugod | 2005-04-10 09:55:50 +0800
+  /Elements/TitleBox -> /Widgets/TitleBox
+
+------------------------------------------------------------------------
+r2544 | jesse | 2005-03-31 04:58:31 -0500 (Thu, 31 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+
+ r10801@hualien:  jesse | 2005-03-31 17:57:46 +0800
+ * bad paren from bogus merge
+
+------------------------------------------------------------------------
+r2535 | jesse | 2005-03-28 05:34:36 -0500 (Mon, 28 Mar 2005) | 82 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_SiteConfig.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Login
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MessageBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/images/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CurrentUser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Standalone.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/02basic_web.t
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/03basic_web.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/03web_compiliation_errors.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r10275@hualien:  jesse | 2005-03-28 16:51:44 +0800
+  r10274@hualien:  jesse | 2005-03-28 16:49:31 +0800
+   r8746@hualien:  jesse | 2005-03-15 14:07:30 +0800
+   Refactored the top-level admin menu to make it easier to add and remove options
+   r8807@hualien:  jesse | 2005-03-16 16:03:29 +0800
+    r8806@hualien (orig r2474):  alexmv | 2005-03-16 02:53:59 -0500
+     * Users and groups can have transactions; ShowTicket isn't needed to
+       see these
+    
+   
+   r8808@hualien:  jesse | 2005-03-16 16:07:57 +0800
+   Ticket: 6537
+   RT-Status: resolved
+   
+   Explicit transaction description for changed passwords
+   
+   r9502@hualien:  jesse | 2005-03-22 01:07:59 +0800
+   * Refactored standalone_httpd to use HTTP::Server::Simple::Mason
+   * Moved some configuration from webmux.pl to RT::Interface::Web::Handler
+   * Split apart some of the web tests for better isolation
+   r9555@hualien:  jesse | 2005-03-22 22:15:24 +0800
+   * Properly set binmode for the standalone_httpd server. This makes
+     UTF8 text that could be misinterpreted as Latin1 behave correctly.
+   
+   r9584@hualien:  jesse | 2005-03-24 10:28:28 +0800
+   Ticket: 6558
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * Removed an extra </td> tag. Thanks to Steve Turner
+   
+   r10203@hualien:  jesse | 2005-03-27 13:01:43 +0800
+   * Corrected HTTP::Server::Simple dependencies
+   r10204@hualien:  jesse | 2005-03-27 13:08:01 +0800
+   * Improved generic messages returned by RT::Record->_Set()
+   * Corrected RT::Record->_Set to return a Class::ReturnValue, rather than butchering it
+     into an array. (This means that RT::Ticket->SetPriority can now be evaluated in boolean
+     or list context, like it was supposed to be)
+   r10205@hualien:  jesse | 2005-03-27 13:10:21 +0800
+   * Slightly better introductory text on user and queue listings
+   r10206@hualien:  jesse | 2005-03-27 13:11:53 +0800
+   Improvements to big textareas to make sure they don't force browser windows to scroll.
+   r10207@hualien:  jesse | 2005-03-27 13:13:26 +0800
+   * Bugfixes to CachedGroupMember->SetDisabled unmasked by the RT::Record fixes
+   r10208@hualien:  jesse | 2005-03-27 13:14:57 +0800
+   * Fixing tests to not depend on a deprecated API
+   r10209@hualien:  jesse | 2005-03-27 13:16:31 +0800
+   * Updated RT::User regression tests to not expect a pristine database
+   * Updated RT::User->_Set to return more apropriate results messages (no more listing the actor)
+   r10210@hualien:  jesse | 2005-03-27 13:17:02 +0800
+   * Updated RT::Ticket->_Set to return more appropriate status messages
+   r10211@hualien:  jesse | 2005-03-27 13:18:07 +0800
+   * Updated RT::Transaction to return better Foo changed from "bar" to "baz" messages
+   r10221@hualien:  jesse | 2005-03-27 14:15:36 +0800
+   Ticket: 6565
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * Overhauled README to be more correct, friendly and a bit cleaner
+   r10223@hualien:  jesse | 2005-03-27 14:33:12 +0800
+   Ticket: 6566
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   * Added a bit of documentation to RT_SiteConfig.pm -- Thanks to David Glasser
+   
+   r10225@hualien:  jesse | 2005-03-27 14:43:25 +0800
+   * SiteConfig typofix
+   r10227@hualien:  jesse | 2005-03-27 15:00:51 +0800
+   * Explicitly give the login box an id/name so passwords are not saved on user edit pages
+   r10229@hualien:  jesse | 2005-03-27 15:39:30 +0800
+   * Added ALT text for BPS corporate logo -- Suggested by Jedi during YAPC.TW 2005
+   
+   r10231@hualien:  jesse | 2005-03-27 17:12:44 +0800
+   * More fixes for status messages broken in this morning's commit
+   r10258@hualien:  jesse | 2005-03-28 01:05:27 +0800
+   * Record Message-Id when creating attachment records
+   r10271@hualien:  jesse | 2005-03-28 15:49:42 +0800
+   * A bunch of minor search query builder cleanup and loc improvements
+  
+
+------------------------------------------------------------------------
+r2464 | jesse | 2005-03-14 03:05:12 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Groups.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Queue-Tickets.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Queue-Transactions.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Users.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/CustomFields.html
+
+ r8625@hualien:  jesse | 2005-03-14 02:47:00 -0500
+  r8513@hualien:  jesse | 2005-03-14 02:29:16 -0500
+   r8456@hualien:  jesse | 2005-03-14 02:20:50 -0500
+   Overhaul of custom field editing code to make it easier to add custom fields 
+   for new object types
+  
+
+------------------------------------------------------------------------
+r2463 | jesse | 2005-03-14 03:05:03 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+
+ r8623@hualien:  jesse | 2005-03-14 02:43:35 -0500
+  r8511@hualien:  jesse | 2005-03-14 02:29:11 -0500
+   r8450@hualien:  jesse | 2005-03-14 01:30:59 -0500
+   Slight style cleanup to page actions. 
+  
+
+------------------------------------------------------------------------
+r2462 | jesse | 2005-03-14 03:04:49 -0500 (Mon, 14 Mar 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips_Overlay.pm
+
+ r8622@hualien:  jesse | 2005-03-14 02:43:33 -0500
+  r8510@hualien:  jesse | 2005-03-14 02:29:08 -0500
+   r6769@hualien:  jesse | 2005-03-11 20:16:42 -0500
+   Now when running scrips on a disabled queue, run global scrips as well as per-queue scrips.
+   
+   
+  
+
+------------------------------------------------------------------------
+r2461 | jesse | 2005-03-14 03:04:43 -0500 (Mon, 14 Mar 2005) | 12 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+
+ r8621@hualien:  jesse | 2005-03-14 02:43:31 -0500
+  r8509@hualien:  jesse | 2005-03-14 02:29:04 -0500
+   r6651@hualien:  jesse | 2005-03-09 17:23:54 -0500
+   RT-Ticket: 6459
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Sanity fixes for _AddLink's API from Todd Chapman
+   
+  
+
+------------------------------------------------------------------------
+r2460 | jesse | 2005-03-14 03:04:38 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Objects.html
+
+ r8620@hualien:  jesse | 2005-03-14 02:43:29 -0500
+  r8508@hualien:  jesse | 2005-03-14 02:29:01 -0500
+   r6568@hualien:  jesse | 2005-03-07 16:01:44 -0500
+   Adding support for selecting custom fields for RTFM objects
+  
+
+------------------------------------------------------------------------
+r2459 | jesse | 2005-03-14 03:04:27 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+
+ r8619@hualien:  jesse | 2005-03-14 02:43:27 -0500
+  r8507@hualien:  jesse | 2005-03-14 02:28:57 -0500
+   r6473@hualien:  jesse | 2005-03-06 16:04:46 -0500
+   Small cleanups to print out less hardcoded style information (introduced by the pull-up from 3.2)
+  
+
+------------------------------------------------------------------------
+r2458 | jesse | 2005-03-14 03:04:14 -0500 (Mon, 14 Mar 2005) | 13 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
+
+ r8618@hualien:  jesse | 2005-03-14 02:43:25 -0500
+  r8506@hualien:  jesse | 2005-03-14 02:28:54 -0500
+   r6465@hualien:  jesse | 2005-03-06 15:00:29 -0500
+    r6450@hualien:  jesse | 2005-03-06 12:44:27 -0500
+    RT-Ticket: 6496
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Content-Transfer-Encoding should have been '8bit' not '8-bit'
+   
+  
+
+------------------------------------------------------------------------
+r2457 | jesse | 2005-03-14 03:04:07 -0500 (Mon, 14 Mar 2005) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/aclocal.m4
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+
+ r8617@hualien:  jesse | 2005-03-14 02:43:21 -0500
+  r8505@hualien:  jesse | 2005-03-14 02:28:50 -0500
+   r6464@hualien:  jesse | 2005-03-06 15:00:23 -0500
+    r6371@hualien:  jesse | 2005-03-05 19:29:35 -0500
+     r3963@hualien (orig r2142):  jesse | 2005-01-30 12:45:15 -0500
+     When we can't load a user by email address, make sure we can't load that user by name before returning an error
+    
+   
+  
+
+------------------------------------------------------------------------
+r2456 | jesse | 2005-03-14 03:04:01 -0500 (Mon, 14 Mar 2005) | 14 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+
+ r8616@hualien:  jesse | 2005-03-14 02:43:19 -0500
+  r8504@hualien:  jesse | 2005-03-14 02:28:45 -0500
+   r6462@hualien:  jesse | 2005-03-06 14:57:07 -0500
+    r4715@hualien:  jesse | 2005-02-15 12:34:54 -0500
+    RT-Ticket: 6443
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Ticket Searches on AdminCc would fail on non-mysql databases due to a case error
+    
+   
+  
+
+------------------------------------------------------------------------
+r2455 | jesse | 2005-03-14 03:03:55 -0500 (Mon, 14 Mar 2005) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pl.po
+
+ r8615@hualien:  jesse | 2005-03-14 02:43:17 -0500
+  r8503@hualien:  jesse | 2005-03-14 02:28:43 -0500
+   r6461@hualien:  jesse | 2005-03-06 14:57:03 -0500
+    r4070@hualien:  jesse | 2005-02-03 11:22:59 -0500
+    Polish Translation from Piotr Sliwa
+    
+    
+   
+  
+
+------------------------------------------------------------------------
+r2454 | jesse | 2005-03-14 03:03:42 -0500 (Mon, 14 Mar 2005) | 17 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
+
+ r8614@hualien:  jesse | 2005-03-14 02:43:14 -0500
+  r8502@hualien:  jesse | 2005-03-14 02:28:38 -0500
+   r6459@hualien:  jesse | 2005-03-06 14:55:49 -0500
+    r3935@hualien:  jesse | 2005-01-26 12:15:42 -0500
+    RT-Ticket: 6378
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Added a flag to allow tools to use the RT API to search for deleted tickets.
+    (Ruslan)
+    
+    
+    
+   
+  
+
+------------------------------------------------------------------------
+r2453 | jesse | 2005-03-14 03:03:32 -0500 (Mon, 14 Mar 2005) | 21 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+
+ r8613@hualien:  jesse | 2005-03-14 02:43:12 -0500
+  r8501@hualien:  jesse | 2005-03-14 02:28:32 -0500
+   r6457@hualien:  jesse | 2005-03-06 14:55:20 -0500
+    r2575@hualien:  jesse | 2005-01-06 17:15:39 -0500
+    RT-Ticket: 6327
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Users who had "DeleteTicket" but not "ModifyTicket" could not delete tickets.
+    
+    This is introduced because "Ticket::SetStatus" checks the ACL but 
+    forgets to tell "Ticket::_Set" NOT to check (which does check again, but 
+    only against the 'ModifyTicket' right, and thus denies the change).
+    
+        Thanks to Ruediger Riediger
+    
+    
+   
+  
+
+------------------------------------------------------------------------
+r2452 | jesse | 2005-03-14 03:03:25 -0500 (Mon, 14 Mar 2005) | 15 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fr.po
+
+ r8612@hualien:  jesse | 2005-03-14 02:43:09 -0500
+  r8500@hualien:  jesse | 2005-03-14 02:28:28 -0500
+   r6456@hualien:  jesse | 2005-03-06 14:55:05 -0500
+    r2573@hualien:  jesse | 2005-01-06 17:10:02 -0500
+    RT-Ticket: 6322
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    New French translation from robitail@iro.umontreal.ca 
+    
+    
+   
+  
+
+------------------------------------------------------------------------
+r2451 | jesse | 2005-03-14 03:03:10 -0500 (Mon, 14 Mar 2005) | 23 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/ParseFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+
+ r8611@hualien:  jesse | 2005-03-14 02:43:06 -0500
+  r8499@hualien:  jesse | 2005-03-14 02:28:22 -0500
+   r6454@hualien:  jesse | 2005-03-06 14:53:48 -0500
+    r2568@hualien:  jesse | 2005-01-06 16:57:40 -0500
+    RT-Ticket: 6336
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    
+    The attribute "align" in COLUMN_MAP wasn't usable, because it could not be
+    used for a complete column, so I added a /ALIGN:.. section in 
+    CollectionAsTable/ParseFormat and use it in Row.
+    
+    There also was a minor error to be corrected, since the old variant of 
+    ParseFormat did not allow more than one /ANYTHING:... to be use (in my 
+    example /TITLE:.../ALIGN:...)  --Dirk Pape
+    
+    
+    
+   
+  
+
+------------------------------------------------------------------------
+r2450 | jesse | 2005-03-14 03:03:05 -0500 (Mon, 14 Mar 2005) | 15 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/autohandler
+
+ r8610@hualien:  jesse | 2005-03-14 02:43:04 -0500
+  r8498@hualien:  jesse | 2005-03-14 02:28:19 -0500
+   r6453@hualien:  jesse | 2005-03-06 14:53:44 -0500
+    r2567@hualien:  jesse | 2005-01-06 16:37:01 -0500
+    RT-Ticket: 6338
+    RT-Status: resolved
+    RT-Update: correspond
+    
+    Force UTF8 content type on replies from RT's REST interface (Thanks to Dirk Pape)
+    
+    
+   
+  
+
+------------------------------------------------------------------------
+r2449 | jesse | 2005-03-14 03:02:59 -0500 (Mon, 14 Mar 2005) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+
+ r8609@hualien:  jesse | 2005-03-14 02:43:03 -0500
+  r8497@hualien:  jesse | 2005-03-14 02:28:17 -0500
+   r6452@hualien:  jesse | 2005-03-06 14:53:41 -0500
+    r2514@hualien:  jesse | 2004-12-29 14:43:06 -0500
+    Updated Attachment import code to take database-specific lob encoding into account
+    
+    
+   
+  
+
+------------------------------------------------------------------------
+r2448 | jesse | 2005-03-14 03:02:54 -0500 (Mon, 14 Mar 2005) | 20 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group_Overlay.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/17multiple_deleg_revocation.t
+
+ r8608@hualien:  jesse | 2005-03-14 02:43:00 -0500
+  r8496@hualien:  jesse | 2005-03-14 02:28:14 -0500
+   r6372@hualien:  jesse | 2005-03-05 19:29:51 -0500
+    r6268@hualien (orig r2274):  mwhitson | 2005-03-03 12:34:13 -0500
+    rt-ticket: 6450
+    rt-status: resolved
+    rt-update: correspond
+    Correct inaccurate POD for RT::Group::MembersObj and DeepMembersObj.
+    
+    r6269@hualien (orig r2275):  mwhitson | 2005-03-03 13:55:06 -0500
+    RT-Ticket: 6482
+    RT-Status: resolved
+    RT-Update: correspond
+    Fix incorrect loop exit test in RT::ACE::_Delete such that multiply delegated ACEs are all
+    cleaned up when the parent ACE is revoked.
+    
+   
+  
+
+------------------------------------------------------------------------
+r2447 | jesse | 2005-03-14 03:02:37 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/docs/design_docs/realflow.txt
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/docs/design_docs/rt-mvc
+
+ r8607@hualien:  jesse | 2005-03-14 02:42:55 -0500
+  r8495@hualien:  jesse | 2005-03-14 02:28:11 -0500
+   r6290@hualien:  jesse | 2005-03-05 19:06:54 -0500
+   random design docs
+  
+
+------------------------------------------------------------------------
+r2446 | jesse | 2005-03-14 03:02:28 -0500 (Mon, 14 Mar 2005) | 12 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/18stale_delegations_cleanup.t
+
+ r8606@hualien:  jesse | 2005-03-14 02:42:52 -0500
+  r8494@hualien:  jesse | 2005-03-14 02:28:08 -0500
+   r6277@hualien:  jesse | 2005-03-05 17:06:08 -0500
+   RT-Ticket: 6184
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Much better coverage of delegation revocation when users' group memberships are changed - Mike Whitson (BPS)
+   
+  
+
+------------------------------------------------------------------------
+r2445 | jesse | 2005-03-14 03:02:23 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+
+ r8605@hualien:  jesse | 2005-03-14 02:42:49 -0500
+  r8493@hualien:  jesse | 2005-03-14 02:28:04 -0500
+   r6272@hualien:  jesse | 2005-03-05 16:08:36 -0500
+   Better support for loading custom fields by name
+  
+
+------------------------------------------------------------------------
+r2444 | jesse | 2005-03-14 03:02:17 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+
+ r8604@hualien:  jesse | 2005-03-14 02:42:47 -0500
+  r8492@hualien:  jesse | 2005-03-14 02:28:00 -0500
+   r6108@hualien:  jesse | 2005-03-01 15:20:28 -0500
+   * 'LimitLinkedFrom' in RT::Tickets didn't work due to a typo. Fixed.
+  
+
+------------------------------------------------------------------------
+r2443 | jesse | 2005-03-14 03:02:12 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+
+ r8603@hualien:  jesse | 2005-03-14 02:42:45 -0500
+  r8491@hualien:  jesse | 2005-03-14 02:27:57 -0500
+   r6061@hualien:  jesse | 2005-02-27 18:58:48 -0500
+   RT::Transaction->Delete implemented. (for RTFM)
+  
+
+------------------------------------------------------------------------
+r2442 | jesse | 2005-03-14 03:01:59 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+
+ r8602@hualien:  jesse | 2005-03-14 02:42:43 -0500
+  r8490@hualien:  jesse | 2005-03-14 02:27:53 -0500
+   r5948@hualien:  jesse | 2005-02-24 16:47:52 -0500
+   Custom Field API extension and cleanup to allow new objects to use custom fields. (No backwards-incompat changes)
+  
+
+------------------------------------------------------------------------
+r2441 | jesse | 2005-03-14 03:01:53 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/index.html
+
+ r8601@hualien:  jesse | 2005-03-14 02:42:41 -0500
+  r8489@hualien:  jesse | 2005-03-14 02:27:51 -0500
+   r5947@hualien:  jesse | 2005-02-24 16:46:11 -0500
+   Refactoring Custom Field admin UI for extensibility
+  
+
+------------------------------------------------------------------------
+r2440 | jesse | 2005-03-14 03:01:45 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ObjectCustomFields
+
+ r8600@hualien:  jesse | 2005-03-14 02:42:39 -0500
+  r8488@hualien:  jesse | 2005-03-14 02:27:47 -0500
+   r5946@hualien:  jesse | 2005-02-24 16:44:28 -0500
+   Refactoring Custom Field admin UI for extensibility
+  
+
+------------------------------------------------------------------------
+r2439 | jesse | 2005-03-14 03:01:27 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
+
+ r8599@hualien:  jesse | 2005-03-14 02:42:37 -0500
+  r8487@hualien:  jesse | 2005-03-14 02:27:45 -0500
+   r5945@hualien:  jesse | 2005-02-24 16:43:36 -0500
+   Minor stylistic cleanups for web components
+  
+
+------------------------------------------------------------------------
+r2438 | jesse | 2005-03-14 03:01:22 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
+
+ r8598@hualien:  jesse | 2005-03-14 02:42:34 -0500
+  r8486@hualien:  jesse | 2005-03-14 02:27:42 -0500
+   r5944@hualien:  jesse | 2005-02-24 16:43:05 -0500
+   Minor stylistic cleanups for web components
+  
+
+------------------------------------------------------------------------
+r2437 | jesse | 2005-03-14 03:01:16 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/16-transaction_cf_tests.t
+
+ r8597@hualien:  jesse | 2005-03-14 02:42:30 -0500
+  r8485@hualien:  jesse | 2005-03-14 02:27:37 -0500
+   r5943@hualien:  jesse | 2005-02-24 16:42:01 -0500
+   Upgraded a private _LookupTypes method to a public CustomFieldUpdateTypes method to make it easier to ad  custom fields to other objects
+   
+  
+
+------------------------------------------------------------------------
+r2436 | jesse | 2005-03-14 03:01:10 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+
+ r8596@hualien:  jesse | 2005-03-14 02:42:27 -0500
+  r8484@hualien:  jesse | 2005-03-14 02:27:35 -0500
+   r5942@hualien:  jesse | 2005-02-24 16:31:48 -0500
+       * Have the configure script default to the web group for the RT group if no rt group exists or is specified
+  
+
+------------------------------------------------------------------------
+r2435 | jesse | 2005-03-14 03:01:04 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+
+ r8595@hualien:  jesse | 2005-03-14 02:42:25 -0500
+  r8483@hualien:  jesse | 2005-03-14 02:27:32 -0500
+   r5932@hualien:  jesse | 2005-02-24 15:09:27 -0500
+   Robert added new functionality to support autodetection of RT and Web users in ./configure
+   
+  
+
+------------------------------------------------------------------------
+r2434 | jesse | 2005-03-14 03:00:51 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/16-transaction_cf_tests.t
+
+ r8594@hualien:  jesse | 2005-03-14 02:42:22 -0500
+  r8482@hualien:  jesse | 2005-03-14 02:27:29 -0500
+   r5747@hualien:  jesse | 2005-02-22 16:33:09 -0500
+   Better transaction UpdateCustomFields API
+   
+  
+
+------------------------------------------------------------------------
+r2433 | jesse | 2005-03-14 03:00:45 -0500 (Mon, 14 Mar 2005) | 12 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+
+ r8593@hualien:  jesse | 2005-03-14 02:42:17 -0500
+  r8481@hualien:  jesse | 2005-03-14 02:27:26 -0500
+   r4714@hualien:  jesse | 2005-02-15 12:34:26 -0500
+   RT-Ticket: 6443
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Ticket Searches on AdminCc would fail on non-mysql databases due to a case error
+   
+  
+
+------------------------------------------------------------------------
+r2432 | jesse | 2005-03-14 03:00:37 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
+
+ r8592@hualien:  jesse | 2005-03-14 02:42:15 -0500
+  r8480@hualien:  jesse | 2005-03-14 02:27:24 -0500
+   r4711@hualien:  jesse | 2005-02-15 11:19:52 -0500
+   Bumping to 3.4.1
+   
+  
+
+------------------------------------------------------------------------
+r2431 | jesse | 2005-03-14 03:00:31 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
+
+ r8591@hualien:  jesse | 2005-03-14 02:42:13 -0500
+  r8479@hualien:  jesse | 2005-03-14 02:27:21 -0500
+   r4710@hualien:  jesse | 2005-02-15 11:18:22 -0500
+   Updated 2.0 upgrade instructions
+  
+
+------------------------------------------------------------------------
+r2430 | jesse | 2005-03-14 03:00:16 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/en_malkovich.po
+
+ r8590@hualien:  jesse | 2005-03-14 02:42:08 -0500
+  r8477@hualien:  jesse | 2005-03-14 02:26:23 -0500
+   r4703@hualien:  jesse | 2005-02-14 10:56:23 -0500
+   Removed broken Malkovich translation
+   
+  
+
+------------------------------------------------------------------------
+r2429 | jesse | 2005-03-14 03:00:09 -0500 (Mon, 14 Mar 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/de.po
+
+ r8589@hualien:  jesse | 2005-03-14 02:42:04 -0500
+  r8476@hualien:  jesse | 2005-03-14 02:26:18 -0500
+   r4702@hualien:  jesse | 2005-02-14 10:56:02 -0500
+   Updated German translation from Torsten Brumm
+   
+   
+  
+
+------------------------------------------------------------------------
+r2428 | jesse | 2005-03-14 03:00:03 -0500 (Mon, 14 Mar 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+
+ r8588@hualien:  jesse | 2005-03-14 02:42:02 -0500
+  r8475@hualien:  jesse | 2005-03-14 02:26:15 -0500
+   r4697@hualien:  jesse | 2005-02-13 23:42:05 -0500
+   * Standalone HTTP Daemon now deals properly with unicode input/output
+   
+   
+  
+
+------------------------------------------------------------------------
+r2427 | jesse | 2005-03-14 02:59:46 -0500 (Mon, 14 Mar 2005) | 13 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/it.po
+
+ r8587@hualien:  jesse | 2005-03-14 02:41:59 -0500
+  r8474@hualien:  jesse | 2005-03-14 02:26:09 -0500
+   r4696@hualien:  jesse | 2005-02-13 23:06:07 -0500
+   RT-Ticket: 6429
+   RT-Update: correspond
+   RT-Status: resolved
+   
+   Updated Italian translation from Angelo Turetta. Thanks!
+   
+   
+  
+
+------------------------------------------------------------------------
+r2426 | jesse | 2005-03-14 02:59:41 -0500 (Mon, 14 Mar 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+
+ r8586@hualien:  jesse | 2005-03-14 02:41:57 -0500
+  r8473@hualien:  jesse | 2005-03-14 02:26:01 -0500
+   r4695@hualien:  jesse | 2005-02-13 23:04:07 -0500
+   Fix for issues with words with Umlauts in search result listings
+   
+   
+  
+
+------------------------------------------------------------------------
+r2425 | jesse | 2005-03-14 02:59:36 -0500 (Mon, 14 Mar 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
+
+ r8585@hualien:  jesse | 2005-03-14 02:41:55 -0500
+  r8472@hualien:  jesse | 2005-03-14 02:25:58 -0500
+   r4692@hualien:  jesse | 2005-02-13 22:38:09 -0500
+   Disabled automatic clearing of mason component cache on start with FastCGI. It doesn't work properly in the multiprocess
+   environment.
+   
+  
+
+------------------------------------------------------------------------
+r2424 | jesse | 2005-03-14 02:59:31 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in
+
+ r8584@hualien:  jesse | 2005-03-14 02:41:54 -0500
+  r8471@hualien:  jesse | 2005-03-14 02:25:56 -0500
+   r4691@hualien:  jesse | 2005-02-13 22:37:15 -0500
+   The crontool was using local and system libs in the wrong order
+   
+  
+
+------------------------------------------------------------------------
+r2423 | jesse | 2005-03-14 02:59:26 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/UserRights.html
+
+ r8583@hualien:  jesse | 2005-03-14 02:41:52 -0500
+  r8470@hualien:  jesse | 2005-03-14 02:25:53 -0500
+   r4689@hualien:  jesse | 2005-02-13 22:30:20 -0500
+   A typo prevented users from being able to revoke other users'  rights on custom fields
+   
+  
+
+------------------------------------------------------------------------
+r2422 | jesse | 2005-03-14 02:59:11 -0500 (Mon, 14 Mar 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/attachments
+
+ r8582@hualien:  jesse | 2005-03-14 02:41:50 -0500
+  r8469@hualien:  jesse | 2005-03-14 02:25:51 -0500
+   r4683@hualien:  jesse | 2005-02-10 22:00:33 -0500
+   Use the "OriginalContent" rather than our encoded one. this might make cli attachment downloads work better
+   
+   
+  
+
+------------------------------------------------------------------------
+r2421 | jesse | 2005-03-14 02:59:06 -0500 (Mon, 14 Mar 2005) | 14 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+
+ r8581@hualien:  jesse | 2005-03-14 02:41:48 -0500
+  r8468@hualien:  jesse | 2005-03-14 02:25:48 -0500
+   r4678@hualien:  jesse | 2005-02-10 17:10:29 -0500
+   RT-Ticket: 6406
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Query builder fixes for sites with multiple identically named custom fields
+   
+   
+   
+  
+
+------------------------------------------------------------------------
+r2420 | jesse | 2005-03-14 02:58:57 -0500 (Mon, 14 Mar 2005) | 13 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.po
+
+ r8580@hualien:  jesse | 2005-03-14 02:41:45 -0500
+  r8467@hualien:  jesse | 2005-03-14 02:25:44 -0500
+   r4676@hualien:  jesse | 2005-02-10 16:33:19 -0500
+   RT-Ticket: 6364
+   RT-Status: resolved
+   RT-Update: corerspond
+   
+   Updated Czech translation
+   
+   
+  
+
+------------------------------------------------------------------------
+r2419 | jesse | 2005-03-14 02:58:32 -0500 (Mon, 14 Mar 2005) | 15 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/docs/design_docs/cvs_integration
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/docs/design_docs/link-definitions.txt
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/da.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/de.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/es.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fi.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fr.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/he.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/hu.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/it.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ja.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/nl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/no.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pt_br.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ru.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_cn.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_tw.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT.pm.in
+
+ r8579@hualien:  jesse | 2005-03-14 02:41:07 -0500
+  r8466@hualien:  jesse | 2005-03-14 02:25:18 -0500
+   r4673@hualien:  jesse | 2005-02-10 16:24:02 -0500
+   RT-Ticket: 6379
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Correct a common spelling error:
+   perl -pi.bak -e's/seperat/separat/g; s/Seperat/Separat/g;' $(find .)
+   
+   
+   
+  
+
+------------------------------------------------------------------------
+r2418 | jesse | 2005-03-14 02:58:12 -0500 (Mon, 14 Mar 2005) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue_Overlay.pm
+
+ r8578@hualien:  jesse | 2005-03-14 02:41:05 -0500
+  r8465@hualien:  jesse | 2005-03-14 02:25:15 -0500
+   r4672@hualien:  jesse | 2005-02-10 16:19:40 -0500
+   Fixes to handle large text custom fields gracefully
+   
+   
+  
+
+------------------------------------------------------------------------
+r2417 | jesse | 2005-03-14 02:58:07 -0500 (Mon, 14 Mar 2005) | 13 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/hu.po
+
+ r8577@hualien:  jesse | 2005-03-14 02:41:01 -0500
+  r8464@hualien:  jesse | 2005-03-14 02:25:12 -0500
+   r4669@hualien:  jesse | 2005-02-10 16:11:24 -0500
+   RT-Ticket: 6418
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Applied new hungarian translation
+   
+   
+  
+
+------------------------------------------------------------------------
+r2416 | jesse | 2005-03-14 02:58:01 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history
+
+ r8576@hualien:  jesse | 2005-03-14 02:40:58 -0500
+  r8463@hualien:  jesse | 2005-03-14 02:25:10 -0500
+   r4668@hualien:  jesse | 2005-02-10 15:54:30 -0500
+   removed effective ticket from history listing
+  
+
+------------------------------------------------------------------------
+r2415 | jesse | 2005-03-14 02:57:55 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+
+ r8575@hualien:  jesse | 2005-03-14 02:40:56 -0500
+  r8462@hualien:  jesse | 2005-03-14 02:25:07 -0500
+   r4644@hualien:  jesse | 2005-02-08 12:26:39 -0500
+   "Status" in ticket listings is now localized
+   
+  
+
+------------------------------------------------------------------------
+r2414 | jesse | 2005-03-14 02:57:42 -0500 (Mon, 14 Mar 2005) | 13 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectStage
+
+ r8574@hualien:  jesse | 2005-03-14 02:40:54 -0500
+  r8461@hualien:  jesse | 2005-03-14 02:25:05 -0500
+   r4103@hualien:  jesse | 2005-02-07 12:21:04 -0500
+   RT-Ticket: 6417
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Only show the TransactionBatch scrip stage if TransactionBatch
+   scrips are enabled.  --Dave Rolsky
+   
+  
+
+------------------------------------------------------------------------
+r2413 | jesse | 2005-03-14 02:57:36 -0500 (Mon, 14 Mar 2005) | 14 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripAction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Submit
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMessageStanza
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+
+ r8573@hualien:  jesse | 2005-03-14 02:40:49 -0500
+  r8460@hualien:  jesse | 2005-03-14 02:25:00 -0500
+   r4102@hualien:  jesse | 2005-02-07 12:20:01 -0500
+   RT-Ticket: 6415
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   A bunch of small fixes to avoid minor warnings in the RT code. --Dave Rolsky
+   
+   
+   
+  
+
+------------------------------------------------------------------------
+r2412 | jesse | 2005-03-14 02:57:30 -0500 (Mon, 14 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowMemberships
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMemberOf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowReferences
+
+ r8572@hualien:  jesse | 2005-03-14 02:40:43 -0500
+  r8459@hualien:  jesse | 2005-03-14 02:24:57 -0500
+   r4082@hualien:  jesse | 2005-02-04 11:03:07 -0500
+   Fixing some links that broke when RT was not installed at the server root
+  
+
+------------------------------------------------------------------------
+r2411 | jesse | 2005-03-14 02:57:22 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+
+ r8571@hualien:  jesse | 2005-03-14 02:40:41 -0500
+  r8458@hualien:  jesse | 2005-03-14 02:24:54 -0500
+   r4075@hualien:  jesse | 2005-02-03 12:27:08 -0500
+   SelectOwner was displaying "Nobody" twice due to smarter backend code that broke the not-so-smart frontend. Fixed the frontend.
+   
+  
+
+------------------------------------------------------------------------
+r2410 | jesse | 2005-03-14 02:57:17 -0500 (Mon, 14 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Menu
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Menu/Item.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Menu.pm
+
+ r8570@hualien:  jesse | 2005-03-14 02:40:38 -0500
+  r6762@hualien:  jesse | 2005-03-11 16:20:03 -0500
+  Started to sketch out a new API to replace RT's menuing components. 
+  
+  Comments greatly appreciated.
+  
+
+------------------------------------------------------------------------
+r2190 | jesse | 2005-02-02 11:36:14 -0500 (Wed, 02 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
+
+ r4027@hualien:  jesse | 2005-02-02T15:47:58.569530Z
+  r3972@hualien:  jesse | 2005-02-01T14:36:00.190124Z
+  3.4.0
+
+------------------------------------------------------------------------
+r2189 | jesse | 2005-02-02 11:35:35 -0500 (Wed, 02 Feb 2005) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r4026@hualien:  jesse | 2005-02-02T15:47:57.808370Z
+  r3971@hualien:  jesse | 2005-02-01T14:35:45.436824Z
+  Bumping SearchBuilder dependency to 1.21
+  
+
+------------------------------------------------------------------------
+r2188 | jesse | 2005-02-02 11:34:53 -0500 (Wed, 02 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
+
+ r4025@hualien:  jesse | 2005-02-02T15:47:57.027989Z
+  r3970@hualien:  jesse | 2005-02-01T14:21:00.328018Z
+  Merge reverted a date in the README
+
+------------------------------------------------------------------------
+r2187 | jesse | 2005-02-02 11:33:58 -0500 (Wed, 02 Feb 2005) | 26 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/create_data.pl
+
+ r4024@hualien:  jesse | 2005-02-02T15:47:28.154721Z
+  r3969@hualien:  jesse | 2005-02-01T14:20:17.033746Z
+   r2696@hualien (orig r2069):  zev | 2005-01-11T23:49:19.545552Z
+   Fixed spelling and grammar mistakes in etc/RT_Config.pm.in
+   Added some documentation and fixed whitespace in Makefile.in
+   
+   r2697@hualien (orig r2070):  jesse | 2005-01-11T23:58:03.208655Z
+   Readme update to note that manual installation of Apache::DBI may be required.
+   
+   
+   r2698@hualien (orig r2071):  jesse | 2005-01-12T23:39:03.787078Z
+   RT3.4 schema diagram corrected and updated.
+   
+   
+   r2699@hualien (orig r2072):  jesse | 2005-01-13T07:02:25.740524Z
+   Removed a reference to NIS
+   
+   
+   r3878@hualien (orig r2109):  tla | 2005-01-18T01:53:10.044267Z
+   A script to automate testing data creation.  Requires a new CPAN module,
+   Text::Lorem.  Work in progress.
+   
+   
+  
+
+------------------------------------------------------------------------
+r2186 | jesse | 2005-02-02 11:32:49 -0500 (Wed, 02 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.fcgi.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.scgi.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.svc.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-mailgate.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Objects.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/CreateUserCalled
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditTemplates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditUserComments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/GlobalCustomFieldTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/GroupTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ModifyTemplate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ObjectCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectCustomFieldLookupType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectGroups
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectRights
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripAction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectSingleOrMultiple
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectStage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectTemplate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectUsers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SystemTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ToolTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/UserTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Groups.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Queue-Tickets.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Queue-Transactions.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Users.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Scrip.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Scrips.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Templates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/CustomField.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/People.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Scrip.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Scrips.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Templates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Memberships.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/Approve
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/ShowDependency
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Download/CustomFieldValue/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Download/Tabular/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedEnd
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Callback
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Checkbox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/ParseFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldBinary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldFreeform
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldImage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldSelect
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldText
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Error
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Footer
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Login
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Menu
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MessageBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyTickets
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueryString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QuickCreate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Refresh
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ScrubHTML
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Section
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectAttachmentField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectBoolean
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateRelation
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectEqualityOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectGroups
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLang
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLinkType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectMatch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectResultsPerPage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectSortOrder
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectStatus
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketSortBy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketTypes
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectUsers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectWatcherType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SetupSessionCookie
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFieldImage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowLink
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowMemberships
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SimpleSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Submit
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxEnd
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/Logout.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/Reminder.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/queue/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/queue/ns
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/links
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/user/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/user/ns
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/logout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/search/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/search/ticket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/comment
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/link
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/merge
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Edit.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditQuery
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditSearches
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/NewListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCFs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCriteria
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SearchPrivacy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectAndOr
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectPersonType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchObject
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchesForObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.rdf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.tsv
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Attachment/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Closed.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/CreateTicketInQueue.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Error.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Attachment/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/AddWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/BulkLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditDates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditPeople
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/FindAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowDates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowDependencies
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMemberOf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMessageHeaders
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMessageStanza
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowPeople
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowReferences
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowUserEntry
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyDates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyLinks.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyPeople.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/MyDay.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Offline.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Delegation.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/DelegateRights
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/GroupTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/l
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Autoreply.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Notify.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/NotifyAsComment.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/RecordComment.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/RecordCorrespondence.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/ResolveMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SetPriority.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/UserDefined.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Base.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/AnyTransaction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/BeforeDue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/Overdue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/PriorityChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/PriorityExceeds.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/QueueChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/StatusChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/UserDefined.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CurrentUser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Date.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/EmailParser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Handle.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/i_default.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/CLI.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Auth/GnuPG.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/REST.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomField.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/ActiveTicketsInQueue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/FromSQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SearchBuilder.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/System.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Template.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Template_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/base.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/extract-message-catalog
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/extract_pod_tests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/factory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/regression_harness
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-dump-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-setup-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r4023@hualien:  jesse | 2005-02-02T15:46:27.472832Z
+  r3962@hualien:  jesse | 2005-02-01T14:05:26.980011Z
+  reran license tagger
+
+------------------------------------------------------------------------
+r2185 | jesse | 2005-02-02 11:31:42 -0500 (Wed, 02 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/da.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/de.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/es.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fi.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fr.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/he.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/hu.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/it.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ja.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/nl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/no.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pt_br.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ru.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_cn.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_tw.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/license_tag
+
+ r4022@hualien:  jesse | 2005-02-02T15:46:16.166257Z
+  r3961@hualien:  jesse | 2005-02-01T14:03:42.493372Z
+  Message catalogs updated
+
+------------------------------------------------------------------------
+r2184 | jesse | 2005-02-02 11:30:49 -0500 (Wed, 02 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
+
+ r4021@hualien:  jesse | 2005-02-02T15:40:41.986030Z
+  r3960@hualien:  jesse | 2005-02-01T13:59:42.556416Z
+  Tiny readme style fixes
+
+------------------------------------------------------------------------
+r2183 | jesse | 2005-02-02 11:29:54 -0500 (Wed, 02 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.0/schema.Oracle
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.0/schema.Pg
+
+ r4020@hualien:  jesse | 2005-02-02T15:40:41.142335Z
+  r3959@hualien:  jesse | 2005-02-01T13:55:00.555573Z
+  Removing index changes from upgrade process that could break upgrades for some users
+
+------------------------------------------------------------------------
+r2182 | jesse | 2005-02-02 11:28:50 -0500 (Wed, 02 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
+
+ r4019@hualien:  jesse | 2005-02-02T15:40:40.315621Z
+  r3924@hualien:  jesse | 2005-01-22T19:34:52.453359Z
+  Bumped to 3.4.0rc6
+
+------------------------------------------------------------------------
+r2181 | jesse | 2005-02-02 11:27:43 -0500 (Wed, 02 Feb 2005) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+
+ r4018@hualien:  jesse | 2005-02-02T15:40:39.178927Z
+  r3910@hualien:  jesse | 2005-01-22T16:06:58.731752Z
+  Custom field searches should only search on values that haven't been deleted
+  
+
+------------------------------------------------------------------------
+r2180 | jesse | 2005-02-02 11:26:41 -0500 (Wed, 02 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/15cf_single_values_are_single.t
+
+ r4017@hualien:  jesse | 2005-02-02T15:40:38.080093Z
+  r3909@hualien:  jesse | 2005-01-22T15:42:46.936767Z
+  Bullet-proofing for custom fields with a set but limited number of values
+
+------------------------------------------------------------------------
+r2179 | jesse | 2005-02-02 11:25:46 -0500 (Wed, 02 Feb 2005) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+
+ r4016@hualien:  jesse | 2005-02-02T15:40:36.888212Z
+  r3907@hualien:  jesse | 2005-01-22T14:48:14.100308Z
+  TicketSQL search fixes, especially to Custom field operations
+  
+
+------------------------------------------------------------------------
+r2178 | jesse | 2005-02-02 11:24:48 -0500 (Wed, 02 Feb 2005) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+
+ r4015@hualien:  jesse | 2005-02-02T15:40:36.083067Z
+  r3904@hualien:  jesse | 2005-01-22T13:00:19.775653Z
+  The column map callback was broken by performance work
+  
+
+------------------------------------------------------------------------
+r2177 | jesse | 2005-02-02 11:23:45 -0500 (Wed, 02 Feb 2005) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.0/content
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/acl.Oracle
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/acl.Pg
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/acl.SQLite
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/acl.mysql
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/content
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/schema.Oracle
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/schema.SQLite
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-setup-database.in
+
+ r4014@hualien:  jesse | 2005-02-02T15:40:34.961988Z
+  r3902@hualien:  jesse | 2005-01-22T11:21:43.212477Z
+  RT-Ticket: 6366
+  RT-Update: correspond
+  
+  Cleaned up the upgrade procedure to give better messages on success. Added content so it won't bomb out on errors for the 3.4 upgrades.
+  (We could have altered the script to not error out on missing content, but that would obscure errors where the user flubbed the path.
+  
+  
+
+------------------------------------------------------------------------
+r2176 | jesse | 2005-02-02 11:22:48 -0500 (Wed, 02 Feb 2005) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+
+ r4013@hualien:  jesse | 2005-02-02T15:40:34.227393Z
+  r3893@hualien:  jesse | 2005-01-19T18:39:39.850646Z
+  Updated version number used by development builds to note that this is the 3.4 series
+  
+
+------------------------------------------------------------------------
+r2175 | jesse | 2005-02-02 11:21:57 -0500 (Wed, 02 Feb 2005) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+
+ r4012@hualien:  jesse | 2005-02-02T15:40:33.418827Z
+  r3892@hualien:  jesse | 2005-01-19T18:38:38.233900Z
+  Added better error checking for attachment insertion failure. (This unmasked more instances of oracle brokenness)
+  
+
+------------------------------------------------------------------------
+r2174 | jesse | 2005-02-02 11:20:56 -0500 (Wed, 02 Feb 2005) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/03basic_web.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/06mailgateway.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/09record_cf_api.t
+
+ r4011@hualien:  jesse | 2005-02-02T15:40:32.524514Z
+  r3891@hualien:  jesse | 2005-01-19T18:31:15.604733Z
+  Minor formatting cleanups to tests
+  
+
+------------------------------------------------------------------------
+r2173 | jesse | 2005-02-02 11:19:38 -0500 (Wed, 02 Feb 2005) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users_Overlay.pm
+
+ r4010@hualien:  jesse | 2005-02-02T15:40:31.594185Z
+  r3885@hualien:  jesse | 2005-01-18T15:02:02.574134Z
+  Reimplemented RT::Users->WhoHaveRights to remove O(n^2) SQL calls. (That means it's faster now)
+  Reimplemented SelectOwner widget to take advantage of the new WhoHaveRights
+  
+  
+
+------------------------------------------------------------------------
+r2172 | jesse | 2005-02-02 11:19:03 -0500 (Wed, 02 Feb 2005) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+
+ r4009@hualien:  jesse | 2005-02-02T15:40:30.672747Z
+  r3884@hualien:  jesse | 2005-01-18T14:59:19.630164Z
+  RT-Ticket: 6352
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  Fix an invalid custom field acl check
+  
+
+------------------------------------------------------------------------
+r2171 | jesse | 2005-02-02 11:16:35 -0500 (Wed, 02 Feb 2005) | 4 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/HOWTO
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/UPGRADING
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.fcgi.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.scgi.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.svc.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/docs/design_docs/3.3-schema-redesign.txt
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/docs/rt3-schema-relationships.dot
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.Oracle
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.0/schema.Oracle
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.0/schema.mysql
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/schema.Pg
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/schema.mysql
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Objects.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Callback
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldFreeform
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldSelect
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldText
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Footer
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/images/back_home.gif
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/images/head_requestracker.gif
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/images/rt.jpg
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/images/spacer.gif
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/images/squares_blue.gif
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/search/ticket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Create.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/CreateTicketInQueue.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/MyDay.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Handle.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/da.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/de.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/en.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/es.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fi.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fr.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/he.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/hu.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/it.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ja.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/nl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/no.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pt_br.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ru.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_cn.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_tw.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip_Overlay.pm
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValue.pm
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValue_Overlay.pm
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValues.pm
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/00smoke.t
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/00smoke.t.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/01harness.t.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/02regression.t.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/03web.pl.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/04_send_email.pl.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/05cronsupport.pl.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/06mailgateway.pl.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/07acl.pl.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/08web_cf.pl.in
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/00placeholder
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/01ticket_link_searching.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/03basic_web.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/04send_email.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/05cronsupport.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/06mailgateway.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/07acl.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/08web_cf_access.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/09record_cf_api.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/10merge.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/11-template-insert.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/12-search.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/13-attribute-tests.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/regression/14merge.t
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/setup_regression.t
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/extract_pod_tests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/factory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-dump-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-setup-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r4008@hualien:  jesse | 2005-02-02T15:18:09.179761Z
+
+------------------------------------------------------------------------
+r1874 | jesse | 2004-11-11 03:55:55 -0500 (Thu, 11 Nov 2004) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Template_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r9136@tinbook:  jesse | 2004-11-11T04:51:39.612228Z
+  r9062@tinbook:  jesse | 2004-11-10T13:49:32.150537Z
+   r9055@tinbook (orig r1796):  autrijus | 2004-11-10T13:15:51.955295Z
+    r3588@not:  autrijus | 2004-11-10T13:16:02.416034Z
+    * Module::Refresh is now enabled by default for all HTTPD handlers
+      when $RT::DevelMode is set to true.
+    
+   
+  
+
+------------------------------------------------------------------------
+r1873 | jesse | 2004-11-11 03:55:34 -0500 (Thu, 11 Nov 2004) | 14 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email.pm
+
+ r9135@tinbook:  jesse | 2004-11-11T04:51:37.057295Z
+  r9043@tinbook:  jesse | 2004-11-10T12:55:28.022711Z
+   r9040@tinbook:  jesse | 2004-11-10T12:52:28.271911Z
+   RT-Ticket: 4624
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Provide more control over how autogenerated mail gets sent out via RT.
+   
+   
+   
+  
+
+------------------------------------------------------------------------
+r1872 | jesse | 2004-11-11 03:55:14 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+
+ r9134@tinbook:  jesse | 2004-11-11T04:51:34.877785Z
+  r9042@tinbook:  jesse | 2004-11-10T12:55:27.433932Z
+   r8971@tinbook:  jesse | 2004-11-10T02:24:26.255370Z
+   Fixed the MaxAttachmentSize variable name in comments. Thanks to Graham Dunn
+  
+
+------------------------------------------------------------------------
+r1871 | jesse | 2004-11-11 03:54:54 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+
+ r9133@tinbook:  jesse | 2004-11-11T04:51:32.885635Z
+  r9037@tinbook:  jesse | 2004-11-10T12:38:52.925002Z
+  * $ was missing on the DevelMode option
+
+------------------------------------------------------------------------
+r1870 | jesse | 2004-11-11 03:54:27 -0500 (Thu, 11 Nov 2004) | 20 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Callback
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/ParseFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CurrentUser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r9132@tinbook:  jesse | 2004-11-11T04:51:29.581756Z
+  r9028@tinbook:  jesse | 2004-11-10T10:25:42.564475Z
+   r9024@tinbook (orig r1777):  autrijus | 2004-11-10T10:08:17.041433Z
+    r3565@not:  autrijus | 2004-11-10T10:08:34.482570Z
+    * Various warning avoidance patches.
+    
+   
+   r9025@tinbook (orig r1778):  autrijus | 2004-11-10T10:08:41.221082Z
+    r3566@not:  autrijus | 2004-11-10T10:08:56.876914Z
+    * Under developer mode, do not let Mason cache object files on var/.
+    
+   
+   r9026@tinbook (orig r1779):  autrijus | 2004-11-10T10:09:04.430896Z
+    r3567@not:  autrijus | 2004-11-10T10:09:08.775089Z
+    * Add Module::Refresh as a dependency.
+    
+   
+  
+
+------------------------------------------------------------------------
+r1869 | jesse | 2004-11-11 03:54:03 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+
+ r9131@tinbook:  jesse | 2004-11-11T04:51:27.703409Z
+  r8969@tinbook:  jesse | 2004-11-10T02:01:53.054185Z
+  Fixing DeveloperlMode -> DevelMode.  Thanks to Reed Lowden for the catch.
+  
+
+------------------------------------------------------------------------
+r1868 | jesse | 2004-11-11 03:53:18 -0500 (Thu, 11 Nov 2004) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.fcgi.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.scgi.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.svc.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-mailgate.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Objects.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/CreateUserCalled
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditTemplates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditUserComments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/GlobalCustomFieldTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/GroupTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ModifyTemplate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ObjectCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectCustomFieldLookupType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectGroups
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectRights
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripAction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectSingleOrMultiple
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectStage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectTemplate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectUsers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SystemTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ToolTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/UserTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Groups.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Queue-Tickets.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Queue-Transactions.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Users.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Scrip.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Scrips.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Templates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/CustomField.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/People.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Scrip.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Scrips.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Templates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Memberships.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/Approve
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/ShowDependency
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Download/CustomFieldValue/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Download/Tabular/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedEnd
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Callback
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Checkbox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/ParseFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldBinary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldFreeform
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldImage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldSelect
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldText
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Error
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Footer
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Login
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Menu
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MessageBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyTickets
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueryString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QuickCreate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Refresh
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ScrubHTML
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Section
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectAttachmentField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectBoolean
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateRelation
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectEqualityOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectGroups
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLang
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLinkType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectMatch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectResultsPerPage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectSortOrder
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectStatus
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketSortBy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketTypes
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectUsers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectWatcherType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SetupSessionCookie
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFieldImage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowLink
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowMemberships
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SimpleSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Submit
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxEnd
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/Logout.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/Reminder.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/queue/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/queue/ns
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/links
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/user/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/user/ns
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/logout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/search/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/search/ticket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/comment
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/link
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/merge
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Edit.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditQuery
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditSearches
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/NewListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCFs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCriteria
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SearchPrivacy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectAndOr
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectPersonType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchObject
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchesForObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.rdf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.tsv
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Attachment/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Closed.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Error.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Attachment/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/AddWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/BulkLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditDates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditPeople
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/FindAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowDates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowDependencies
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMemberOf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMessageHeaders
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMessageStanza
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowPeople
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowReferences
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowUserEntry
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyDates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyLinks.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyPeople.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/MyDay.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Offline.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Delegation.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/DelegateRights
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/GroupTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/l
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Autoreply.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Notify.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/NotifyAsComment.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/RecordComment.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/RecordCorrespondence.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/ResolveMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SetPriority.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/UserDefined.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Base.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/AnyTransaction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/BeforeDue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/Overdue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/PriorityChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/PriorityExceeds.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/QueueChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/StatusChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/UserDefined.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CurrentUser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Date.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/EmailParser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Handle.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/i_default.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/CLI.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Auth/GnuPG.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/REST.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomField.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/ActiveTicketsInQueue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/FromSQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SearchBuilder.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/System.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Template.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Template_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/base.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/06mailgateway.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/extract-message-catalog
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/extract_pod_tests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/factory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/license_tag
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/regression_harness
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-dump-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-setup-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r9130@tinbook:  jesse | 2004-11-11T04:08:03.094469Z
+  r8965@tinbook:  jesse | 2004-11-09T08:25:30.422838Z
+  Updated license tagging and folding for license tagging
+  
+  * No functionality changes
+  
+  
+  
+
+------------------------------------------------------------------------
+r1867 | jesse | 2004-11-11 03:52:24 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+
+ r9129@tinbook:  jesse | 2004-11-11T04:08:00.711759Z
+  r8963@tinbook:  jesse | 2004-11-09T07:55:26.294077Z
+  Just formatting changes. ran perltidy on HasRight.
+  
+  
+
+------------------------------------------------------------------------
+r1866 | jesse | 2004-11-11 03:52:05 -0500 (Thu, 11 Nov 2004) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r9128@tinbook:  jesse | 2004-11-11T04:07:58.364185Z
+  r8959@tinbook:  jesse | 2004-11-09T05:47:13.371897Z
+  Switched to using Cache::Simple::TimedExpiry for our ACL cache, rather 
+  than our overly convoluted (and slower) ACL cache code in Prinicpal_Overlay.pm
+  
+  SearchBuilder already depends on C::S::TE, so this isn't a new dep
+  
+
+------------------------------------------------------------------------
+r1865 | jesse | 2004-11-11 03:51:46 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+
+ r9127@tinbook:  jesse | 2004-11-11T04:07:56.058756Z
+  r8951@tinbook:  jesse | 2004-11-09T04:59:07.816904Z
+  Fixed a comment about the static_source directive for mason. Thanks to matthewd
+  
+
+------------------------------------------------------------------------
+r1864 | jesse | 2004-11-11 03:51:25 -0500 (Thu, 11 Nov 2004) | 18 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxEnd
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+
+ r9126@tinbook:  jesse | 2004-11-11T04:07:52.654642Z
+  r8942@tinbook:  jesse | 2004-11-08T17:22:08.032229Z
+  Web:
+      * Switched back to manual buffer flushing, as this will
+        improve performance and help future-proof RT against a mason update
+      * Added several manual buffer flushing points to help with the user
+        experience during page display
+      * Switched to using mason's "static_source" directive, which stops mason
+        from trying to guess about which pages need to be reload from disk.
+        (Now you need to restart the webserver to see changes)
+  Core:
+      * New  --with-developer-mode configuration flag. Right now, it just 
+        turns mason static_source off, but in the future, it will enable other
+        developer-only features.
+  
+  
+
+------------------------------------------------------------------------
+r1863 | jesse | 2004-11-11 03:51:03 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Base.pm
+
+ r9125@tinbook:  jesse | 2004-11-11T04:07:50.357009Z
+  r8941@tinbook:  jesse | 2004-11-08T17:18:03.357715Z
+  Added a bit of documentation to RT::Base; removed an unused line of code
+  
+
+------------------------------------------------------------------------
+r1862 | jesse | 2004-11-11 03:47:18 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+
+ r9124@tinbook:  jesse | 2004-11-11T04:07:47.464978Z
+  r8935@tinbook:  jesse | 2004-11-08T13:18:04.774918Z
+  * Turning off the forking in standalone_httpd. It was never a win
+
+------------------------------------------------------------------------
+r1861 | jesse | 2004-11-11 03:47:00 -0500 (Thu, 11 Nov 2004) | 28 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/docs/design_docs/3.3-schema-redesign.txt
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/spec
+
+ r9123@tinbook:  jesse | 2004-11-11T04:07:44.681509Z
+  r8934@tinbook:  jesse | 2004-11-08T13:12:15.840028Z
+   r8929@tinbook (orig r1748):  autrijus | 2004-11-08T12:52:03.511429Z
+    r1746@not:  autrijus | 2004-11-08T08:27:45.676219Z
+    * V7 of redesign schema, incoporating many more comments and
+      the new, clkao-inspired fields.
+    
+   
+   r8930@tinbook (orig r1749):  autrijus | 2004-11-08T12:52:36.289718Z
+    r1747@not:  autrijus | 2004-11-08T08:28:53.206839Z
+    * move the design spec from spec/ under the docs/design_docs/ space where it belongs.
+    
+   
+   r8931@tinbook (orig r1750):  autrijus | 2004-11-08T12:53:00.482208Z
+    r1748@not:  autrijus | 2004-11-08T08:29:17.162697Z
+    * remove the now-empty spec/ directory.
+    
+   
+   r8932@tinbook (orig r1751):  autrijus | 2004-11-08T12:53:30.365957Z
+   
+   r8933@tinbook (orig r1752):  autrijus | 2004-11-08T12:53:51.280973Z
+    r3280@not:  autrijus | 2004-11-08T12:13:28.529608Z
+    * make kill -HUP work sanely.
+    
+   
+  
+
+------------------------------------------------------------------------
+r1860 | jesse | 2004-11-11 03:46:38 -0500 (Thu, 11 Nov 2004) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/02regression.t.in
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/08web_cf.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r9122@tinbook:  jesse | 2004-11-11T04:07:42.162101Z
+  r6237@tinbook:  jesse | 2004-11-07T16:27:42.200967Z
+  New web-based testing for image custom field creation 
+  (upload on create, display in search result listings)
+  
+          -Autrijus Tang
+  
+  
+
+------------------------------------------------------------------------
+r1859 | jesse | 2004-11-11 03:46:17 -0500 (Thu, 11 Nov 2004) | 89 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.Oracle
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.Pg
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.SQLite
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.mysql
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/schema.Pg
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.11/schema.mysql
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditQuery
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditSearches
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCriteria
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectAndOr
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectPersonType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/factory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-setup-database.in
+
+ r9121@tinbook:  jesse | 2004-11-11T04:07:32.925469Z
+  r6227@tinbook:  jesse | 2004-11-07T14:48:07.801297Z
+   r6202@tinbook (orig r1718):  autrijus | 2004-11-05T08:56:10.440277Z
+   * Log::Dispatch wants ->warning, not ->warn.
+   
+   
+   r6205@tinbook (orig r1721):  autrijus | 2004-11-05T11:43:18.999313Z
+     r10186@not (orig r1718):  autrijus | 2004-11-05T08:56:10.440277Z
+     * Log::Dispatch wants ->warning, not ->warn.
+    
+    r10196@not:  autrijus | 2004-11-05T11:41:58.476189Z
+    * Fixes to standalone_httpd: 'protocol' was not defined, and query_string
+      may be undefined too.  (Supposedly fixed in HTTP::Server::Simple.)
+    
+    r10197@not:  autrijus | 2004-11-05T11:42:20.621065Z
+    * Remove outdated comment.
+    
+    r10198@not:  autrijus | 2004-11-05T11:43:55.045510Z
+    * Refactor getting-an-uploaded-file-into-cf into _UploadFile call
+      in Interface::Web; this unbreaks uploading a file cf on ticket creation.
+    * The "CustomField-x" keys in $Ticket->Create now take hash references
+      that contain CFV fields, eg. LargeContent, ContentType, Value.
+    
+   
+   
+   r6208@tinbook (orig r1723):  autrijus | 2004-11-07T14:16:15.830464Z
+    r10242@not:  autrijus | 2004-11-06T06:59:58.274625Z
+    * Schema changes for Pg, SQLite, mysql and Oracle.
+    
+   
+   r6209@tinbook (orig r1724):  autrijus | 2004-11-07T14:17:03.232005Z
+    r10242@not:  autrijus | 2004-11-06T06:59:58.274625Z
+    * Schema changes for Pg, SQLite, mysql and Oracle.
+    
+    r10243@not:  autrijus | 2004-11-06T07:00:15.865682Z
+    * schema updater for Pg and mysql; Oracle comes later and SQLite is nontrivial.
+    
+   
+   r6212@tinbook (orig r1725):  autrijus | 2004-11-07T14:22:06.654667Z
+    r10251@not:  autrijus | 2004-11-06T10:17:29.202899Z
+    * fallouts from the OCFV schema change.
+    
+    
+   
+   r6217@tinbook (orig r1726):  autrijus | 2004-11-07T14:26:14.894843Z
+    r10252@not:  autrijus | 2004-11-06T10:17:41.433720Z
+    * "make dropdb" on SQLite now works.
+    
+    
+   
+   r6218@tinbook (orig r1727):  autrijus | 2004-11-07T14:28:27.582072Z
+    r10253@not:  autrijus | 2004-11-06T10:17:49.792085Z
+    * "make initdb" now an alias of "make initialize-database".
+    
+    
+   
+   r6219@tinbook (orig r1728):  autrijus | 2004-11-07T14:29:51.869060Z
+    r10256@not:  autrijus | 2004-11-06T10:35:22.448152Z
+    * Escape ColumnMap return values properly to prevent cross-site scripting
+      attack.  All HTML snippets are now returned as scalar references.
+    
+   
+   r6220@tinbook (orig r1729):  autrijus | 2004-11-07T14:30:06.090844Z
+    r10260@not:  autrijus | 2004-11-07T08:54:20.330259Z
+    * Query builder now acts on multiple clauses.
+    * Close a potential XSS bug by escaping the clause naems.
+    * Refactor the clause display component.
+    
+   
+   r6221@tinbook (orig r1730):  autrijus | 2004-11-07T14:30:22.730305Z
+    r10261@not:  autrijus | 2004-11-07T08:55:02.919657Z
+    * loc and layout fixed.
+    
+   
+   r6222@tinbook (orig r1731):  autrijus | 2004-11-07T14:32:12.241052Z
+    r10263@not:  autrijus | 2004-11-07T14:15:05.153388Z
+    * one loc fix.
+    
+   
+   r6226@tinbook (orig r1734):  autrijus | 2004-11-07T14:38:43.706169Z
+   * In query builder, parse custom fields by name.
+   * Generate all Link-type result cell callbacks from %LINKTYPEMAP.
+   * Display custom field contents, separated by newlines.
+   * For Image custom fields we also show a thumbnail.
+   
+   
+  
+
+------------------------------------------------------------------------
+r1858 | jesse | 2004-11-11 03:45:56 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+
+ r9120@tinbook:  jesse | 2004-11-11T04:07:29.821876Z
+  r6225@tinbook:  jesse | 2004-11-07T14:44:15.591492Z
+  Web
+      * Refactore BuildFormatString to simplify logic and improve reliability
+  
+
+------------------------------------------------------------------------
+r1857 | jesse | 2004-11-11 03:45:39 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+
+ r9119@tinbook:  jesse | 2004-11-11T04:07:26.321289Z
+  r6201@tinbook:  jesse | 2004-11-07T05:35:22.316024Z
+  Refactoring and restyling the Ticket List to present prettier tables with more human-readable names
+  
+
+------------------------------------------------------------------------
+r1856 | jesse | 2004-11-11 03:45:19 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectLinks
+
+ r9118@tinbook:  jesse | 2004-11-11T04:07:23.596293Z
+  r6200@tinbook:  jesse | 2004-11-07T05:32:56.068727Z
+  Web: Fixed SelectLinks component to contain the right options and present the right human-readable names
+  
+  
+
+------------------------------------------------------------------------
+r1855 | jesse | 2004-11-11 03:45:00 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditFormat
+
+ r9117@tinbook:  jesse | 2004-11-11T04:07:21.090324Z
+  r6199@tinbook:  jesse | 2004-11-07T05:30:58.330526Z
+  Web UI: Refactored the logic which builds format strings to simplify code and present better human-readable names
+  
+
+------------------------------------------------------------------------
+r1854 | jesse | 2004-11-11 03:44:40 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+
+ r9116@tinbook:  jesse | 2004-11-11T03:02:54.980441Z
+  r6198@tinbook:  jesse | 2004-11-07T04:18:22.934311Z
+  Devel: Changed severity of calling Principal->HasRight without a Right
+
+------------------------------------------------------------------------
+r1853 | jesse | 2004-11-11 03:44:19 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+
+ r9115@tinbook:  jesse | 2004-11-11T03:02:19.638154Z
+  r6197@tinbook:  jesse | 2004-11-07T03:38:25.380100Z
+  Switching Quicksearch to use most standard CSS styles
+  
+
+------------------------------------------------------------------------
+r1852 | jesse | 2004-11-11 03:44:01 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+
+ r9114@tinbook:  jesse | 2004-11-11T03:02:17.607069Z
+  r6196@tinbook:  jesse | 2004-11-07T03:37:32.303504Z
+  Squash warnings when trying to check acls on nonexisten custom fields
+  
+
+------------------------------------------------------------------------
+r1851 | jesse | 2004-11-11 03:43:44 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+
+ r9113@tinbook:  jesse | 2004-11-11T03:02:15.074540Z
+  r6195@tinbook:  jesse | 2004-11-06T15:14:59.241373Z
+  Better handling of Record deletion confirmation messages. (To go with new searchbuilder fixes)
+  
+
+------------------------------------------------------------------------
+r1850 | jesse | 2004-11-11 03:43:27 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+
+ r9112@tinbook:  jesse | 2004-11-11T03:02:12.914087Z
+  r6175@tinbook:  jesse | 2004-11-05T02:17:24.427390Z
+  Improved comments and folds in RT::Record
+  
+  
+
+------------------------------------------------------------------------
+r1849 | jesse | 2004-11-11 03:43:09 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+
+ r9111@tinbook:  jesse | 2004-11-11T03:02:10.088168Z
+  r6174@tinbook:  jesse | 2004-11-05T02:17:10.144816Z
+  When uploading image custom fields, they're handled as file descriptors, rather than scalars. Our old logic assumed that any ref was an array. Now we check for array refs explicitly.
+  
+
+------------------------------------------------------------------------
+r1848 | jesse | 2004-11-11 03:42:50 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+
+ r9110@tinbook:  jesse | 2004-11-11T03:02:08.247722Z
+  r6173@tinbook:  jesse | 2004-11-05T02:14:56.442006Z
+  Added a HUP handler for the standalone httpd (so you can kill -HUP it to reload)
+  
+
+------------------------------------------------------------------------
+r1847 | jesse | 2004-11-11 03:42:31 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFields
+
+ r9109@tinbook:  jesse | 2004-11-11T03:02:06.365889Z
+  r6172@tinbook:  jesse | 2004-11-05T02:14:19.720658Z
+  Improved list format for multiple custom field values
+  
+
+------------------------------------------------------------------------
+r1846 | jesse | 2004-11-11 03:42:10 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+
+ r9108@tinbook:  jesse | 2004-11-11T03:00:31.422471Z
+  r6171@tinbook:  jesse | 2004-11-05T02:14:02.424154Z
+  More form Names to make testing easier
+  
+
+------------------------------------------------------------------------
+r1845 | jesse | 2004-11-11 03:41:49 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
+
+ r9107@tinbook:  jesse | 2004-11-11T03:00:29.366770Z
+  r6170@tinbook:  jesse | 2004-11-04T08:33:12.626307Z
+  Added a couple of form NAME elements, to ease testing
+  
+
+------------------------------------------------------------------------
+r1844 | jesse | 2004-11-11 03:41:21 -0500 (Thu, 11 Nov 2004) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+
+ r9106@tinbook:  jesse | 2004-11-11T03:00:27.170066Z
+  r6169@tinbook:  jesse | 2004-11-04T08:32:13.034112Z
+  Added a Delete method to RT::Record so we get proper messages on object deletion
+      --Autrijus
+  
+  
+
+------------------------------------------------------------------------
+r1843 | jesse | 2004-11-11 03:40:58 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+
+ r9105@tinbook:  jesse | 2004-11-11T03:00:24.963220Z
+  r6157@tinbook:  jesse | 2004-11-01T04:52:49.078521Z
+  A patch from 3.2 accidentally cascaded forward
+
+------------------------------------------------------------------------
+r1842 | jesse | 2004-11-11 03:40:37 -0500 (Thu, 11 Nov 2004) | 13 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+
+ r9104@tinbook:  jesse | 2004-11-11T03:00:21.588955Z
+  r6156@tinbook:  jesse | 2004-11-01T04:47:06.225531Z
+   r6152@tinbook:  jesse | 2004-11-01T04:43:38.864654Z
+   RT-Ticket: 6230
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   New "batch transactions" core from Ruslan. This update makes it much easier to use stock conditions for bulk updates
+   
+   
+  
+
+------------------------------------------------------------------------
+r1841 | jesse | 2004-11-11 03:40:15 -0500 (Thu, 11 Nov 2004) | 14 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+
+ r9103@tinbook:  jesse | 2004-11-11T03:00:19.163116Z
+  r6155@tinbook:  jesse | 2004-11-01T04:47:05.144200Z
+   r6151@tinbook:  jesse | 2004-11-01T04:42:20.034865Z
+   RT-Ticket: 6242
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   There were a couple of bugs in the bulk update page that broke ticket linking.
+   (Among other things, the custom fields update functionality was completely broken. It's been disabled pending a new implementation)
+   
+   
+  
+
+------------------------------------------------------------------------
+r1840 | jesse | 2004-11-11 03:39:53 -0500 (Thu, 11 Nov 2004) | 12 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
+
+ r9102@tinbook:  jesse | 2004-11-11T03:00:17.230099Z
+  r6149@tinbook:  jesse | 2004-11-01T03:50:49.511535Z
+  RT-Ticket: 6245
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  Global custom field editing in 3.3 had the wrong (hardcoded) URL target.
+  
+  
+  
+
+------------------------------------------------------------------------
+r1839 | jesse | 2004-11-11 03:39:27 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+
+ r9101@tinbook:  jesse | 2004-11-11T03:00:14.757629Z
+  r6148@tinbook:  jesse | 2004-11-01T03:15:59.580167Z
+  
+
+------------------------------------------------------------------------
+r1838 | jesse | 2004-11-11 03:39:09 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
+
+ r9100@tinbook:  jesse | 2004-11-11T03:00:12.926506Z
+  r6127@tinbook:  jesse | 2004-10-27T22:02:28.387934Z
+  Bumping to 3.3.10
+  
+  
+
+------------------------------------------------------------------------
+r1837 | jesse | 2004-11-11 03:33:52 -0500 (Thu, 11 Nov 2004) | 14 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+
+ r9099@tinbook:  jesse | 2004-11-11T03:00:10.407857Z
+  r6121@tinbook:  jesse | 2004-10-27T07:55:33.542549Z
+   r6115@tinbook:  jesse | 2004-10-27T07:51:39.957035Z
+   RT-Ticket: 6219
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Rebuilt RT::Tickets' watcher search logic to only use _one_ join to the users/groups table so as to create joins that can be computed in finite time. Theoretically, this makes watcher searching less powerful.  In practice, it makes watcher searching a lot more possible.
+   
+   
+   
+  
+
+------------------------------------------------------------------------
+r1836 | jesse | 2004-11-11 03:33:34 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+
+ r9098@tinbook:  jesse | 2004-11-11T03:00:08.493264Z
+  r6120@tinbook:  jesse | 2004-10-27T07:55:32.882088Z
+   r6109@tinbook:  jesse | 2004-10-26T20:02:02.857695Z
+   Additional fixes for display of unlimited search results
+  
+
+------------------------------------------------------------------------
+r1835 | jesse | 2004-11-11 03:33:03 -0500 (Thu, 11 Nov 2004) | 12 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+
+ r9097@tinbook:  jesse | 2004-11-11T03:00:06.212366Z
+  r6119@tinbook:  jesse | 2004-10-27T07:55:32.408440Z
+   r6046@tinbook:  jesse | 2004-10-19T05:21:18.567580Z
+   RT-Ticket: 6121
+   RT-Status: resolved
+   RT-Update: correspond
+   
+   Fixed the name of the template used to notify non-privilged users when their password is changed
+   
+  
 
-updated release engineering metadata to jibe with the new repo structure
 ------------------------------------------------------------------------
-r1287 | alexmv | 2004-07-27 14:00:18 -0400 (Tue, 27 Jul 2004) | 6 lines
+r1834 | jesse | 2004-11-11 03:32:34 -0500 (Thu, 11 Nov 2004) | 11 lines
 Changed paths:
-   M /rt/branches/3.0-MAINT/lib/RT/Transaction_Overlay.pm
-
-RT-Ticket: 5917
-RT-Status: resolved
-RT-Update: comment
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.Pg
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.1.0/schema.Pg
+
+ r9096@tinbook:  jesse | 2004-11-11T03:00:04.296789Z
+  r6118@tinbook:  jesse | 2004-10-27T07:55:31.895658Z
+   r6007@tinbook:  jesse | 2004-10-14T21:47:50.297291Z
+   RT-Ticket: 6197
+   RT-Status: resolved
+   
+   Removed a comment from the PostgreSQL schema files, as some versions of postgres fail to parse it well.
+   
+  
 
- * Make the replying format a little more standard
+------------------------------------------------------------------------
+r1833 | jesse | 2004-11-11 03:32:11 -0500 (Thu, 11 Nov 2004) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+
+ r9095@tinbook:  jesse | 2004-11-11T03:00:02.589971Z
+  r6117@tinbook:  jesse | 2004-10-27T07:55:31.185793Z
+   r1994@tinbook:  jesse | 2004-10-12T23:37:37.775608Z
+   Improved "stickiness" of queries.
+   Next/Prev navigation should be more consistently available now.
+   Most recent query should be available more consistently.
+   
+  
 
 ------------------------------------------------------------------------
-r1237 | huberth | 2004-07-14 08:51:48 -0400 (Wed, 14 Jul 2004) | 8 lines
+r1832 | jesse | 2004-11-11 03:31:11 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.0-MAINT/html/Elements/Menu
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+
+ r9094@tinbook:  jesse | 2004-11-11T02:59:58.447349Z
+  r6113@tinbook:  jesse | 2004-10-27T04:31:13.448231Z
+  Added support for recording transaction custom fields on ticket creation.
+  
 
-RT-Ticket: 5227
-RT-Status: resolved
+------------------------------------------------------------------------
+r1831 | jesse | 2004-11-11 03:30:21 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
 
- * External links are now allowed in menu tabs.  They must be preceded
-   with an http: or https: prefix, or they will be interpreted as 
-   links relative to $RT::WebPath.
+ r9093@tinbook:  jesse | 2004-11-11T02:59:56.622603Z
+  r6101@tinbook:  jesse | 2004-10-23T22:05:06.396023Z
+  Bumping to 3.3.9
 
+------------------------------------------------------------------------
+r1830 | jesse | 2004-11-11 03:30:02 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectEqualityOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectStatus
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectGroup
+
+ r9092@tinbook:  jesse | 2004-11-11T02:59:53.704366Z
+  r6093@tinbook:  jesse | 2004-10-23T21:47:53.224532Z
+  A bunch of tiny fixes to the web ui to avoid warnings about uninitialized variables.
 
 ------------------------------------------------------------------------
-r1236 | huberth | 2004-07-14 08:00:27 -0400 (Wed, 14 Jul 2004) | 6 lines
+r1829 | jesse | 2004-11-11 03:29:43 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt/branches/3.0-MAINT/html/Admin/Queues/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.SQLite
 
-RT-Ticket: 4546
-RT-Status: resolved
+ r9091@tinbook:  jesse | 2004-11-11T02:59:52.024824Z
+  r6092@tinbook:  jesse | 2004-10-23T21:46:47.129210Z
+  Updated SQLite schema to current RT 3.3 versions
+
+------------------------------------------------------------------------
+r1828 | jesse | 2004-11-11 03:29:18 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL_Overlay.pm
 
- * When creating a new template within a selected queue, the name of the queue
-   now appears above the queue sub-options.
+ r9090@tinbook:  jesse | 2004-11-11T02:59:50.183743Z
+  r6091@tinbook:  jesse | 2004-10-23T21:46:04.315427Z
+  Better checking for ACL queries on undefined objects (to avoid a warning).
 
 ------------------------------------------------------------------------
-r1223 | jesse | 2004-07-13 14:36:24 -0400 (Tue, 13 Jul 2004) | 1 line
+r1827 | jesse | 2004-11-11 03:28:55 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   A /rt/branches/3.0-MAINT (from /rt/trunk:1222)
-   D /rt/trunk
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+
+ r9089@tinbook:  jesse | 2004-11-11T02:59:48.064760Z
+  r6090@tinbook:  jesse | 2004-10-23T21:44:41.851286Z
+  Fixed a warning when objects were created with no names
+  
 
-Moving RT 3.0 from "head" to a 3.0-MAINT branch
 ------------------------------------------------------------------------
-r1193 | alexmv | 2004-07-08 15:40:10 -0400 (Thu, 08 Jul 2004) | 3 lines
+r1826 | jesse | 2004-11-11 03:28:34 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/bin/rt-crontool.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
 
- * @ARGV _is_ allowed to be empty; it is $search which must not be.
-   Thanks to jdwitt at the domain of software.umn.edu for the catch.
+ r9088@tinbook:  jesse | 2004-11-11T02:59:45.857398Z
+  r6089@tinbook:  jesse | 2004-10-23T21:43:19.939096Z
+  Fixed message returned on password change to not include md5 hash of password
+  
 
 ------------------------------------------------------------------------
-r1188 | huberth | 2004-07-08 12:28:17 -0400 (Thu, 08 Jul 2004) | 4 lines
+r1825 | jesse | 2004-11-11 03:28:16 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/sbin/rt-test-dependencies.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
 
-RT-Ticket: 5773
-RT-Status: resolved
+ r9087@tinbook:  jesse | 2004-11-11T02:59:43.762275Z
+  r6088@tinbook:  jesse | 2004-10-23T21:42:23.542584Z
+  Bumped DBIx::SearchBuilder required version, for new SQLite support
 
- * DBIx::SearchBuilder dependency bumped from 0.97 to 1.01.
-------------------------------------------------------------------------
-r1148 | huberth | 2004-06-26 01:31:03 -0400 (Sat, 26 Jun 2004) | 5 lines
-Changed paths:
-   M /rt/trunk/html/Admin/Elements/EditCustomField
-   M /rt/trunk/html/Admin/Elements/EditScrip
-   M /rt/trunk/html/Admin/Elements/EditTemplates
-   M /rt/trunk/html/Admin/Elements/ModifyQueue
-   M /rt/trunk/html/Admin/Elements/ModifyUser
-   M /rt/trunk/html/Admin/Global/GroupRights.html
-   M /rt/trunk/html/Admin/Global/Template.html
-   M /rt/trunk/html/Admin/Global/UserRights.html
-   M /rt/trunk/html/Admin/Groups/GroupRights.html
-   M /rt/trunk/html/Admin/Groups/Members.html
-   M /rt/trunk/html/Admin/Groups/Modify.html
-   M /rt/trunk/html/Admin/Groups/UserRights.html
-   M /rt/trunk/html/Admin/Queues/GroupRights.html
-   M /rt/trunk/html/Admin/Queues/Modify.html
-   M /rt/trunk/html/Admin/Queues/Template.html
-   M /rt/trunk/html/Admin/Queues/UserRights.html
-   M /rt/trunk/html/Admin/Users/Modify.html
-   M /rt/trunk/html/Approvals/index.html
-   M /rt/trunk/html/Search/Bulk.html
-   M /rt/trunk/html/SelfService/Prefs.html
-   M /rt/trunk/html/Ticket/ModifyDates.html
-   M /rt/trunk/html/Ticket/ModifyLinks.html
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/html/User/Delegation.html
-   M /rt/trunk/html/User/Groups/Members.html
-   M /rt/trunk/html/User/Groups/Modify.html
-   M /rt/trunk/html/User/Prefs.html
-
-RT-Ticket: 5320
-RT-Status: resolved
+------------------------------------------------------------------------
+r1824 | jesse | 2004-11-11 03:27:55 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomField.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Template.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/factory
+
+ r9086@tinbook:  jesse | 2004-11-11T02:59:36.539036Z
+  r6077@tinbook:  jesse | 2004-10-21T17:20:26.237576Z
+  Core: integrated new factory code to allow more datamodel metadata to be collected
+
+------------------------------------------------------------------------
+r1823 | jesse | 2004-11-11 03:27:35 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
 
- * Submit buttons now have more descriptive labels than "Submit".
+ r9085@tinbook:  jesse | 2004-11-11T02:59:34.761573Z
+  r6076@tinbook:  jesse | 2004-10-21T16:46:20.466296Z
+  ACL: Fixed logic in an ACL query so that it returns failure when handed an invalid object, rather than trying a bogus SQL query and failing.
 
 ------------------------------------------------------------------------
-r1147 | huberth | 2004-06-26 00:04:28 -0400 (Sat, 26 Jun 2004) | 6 lines
+r1822 | jesse | 2004-11-11 03:27:16 -0500 (Thu, 11 Nov 2004) | 10 lines
 Changed paths:
-   M /rt/trunk/bin/rt.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+
+ r9084@tinbook:  jesse | 2004-11-11T02:59:32.464211Z
+  r6074@tinbook:  jesse | 2004-10-20T23:26:48.112240Z
+  RT-Ticket: 5701
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  RT now prevents users from creating objects with 'Name' attributes that are numreric.
+  
 
-RT-Ticket: 4653
-RT-Status: resolved
+------------------------------------------------------------------------
+r1821 | jesse | 2004-11-11 03:26:56 -0500 (Thu, 11 Nov 2004) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
 
- * The RT CLI no longer tries to perform a substitution on an undefined
-   response string, taking care of some warnings.
+ r9083@tinbook:  jesse | 2004-11-11T02:59:30.423030Z
+  r6071@tinbook:  jesse | 2004-10-20T22:56:43.545883Z
+  RT-Ticket: 6192
+  RT-Status: update
+  
+  
+  Updated RT::Attachement::OriginalContent to use a better regexp for determining what's encoded and what's not.
+  
+  
 
 ------------------------------------------------------------------------
-r1146 | huberth | 2004-06-25 23:15:35 -0400 (Fri, 25 Jun 2004) | 2 lines
+r1820 | jesse | 2004-11-11 03:26:38 -0500 (Thu, 11 Nov 2004) | 11 lines
 Changed paths:
-   M /rt/trunk/bin/rt.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/nl.po
+
+ r9082@tinbook:  jesse | 2004-11-11T02:59:27.664780Z
+  r6070@tinbook:  jesse | 2004-10-20T22:51:44.854897Z
+  RT-Ticket: 6123
+  RT-Status: resolved 
+  RT-Update: correspond
+  
+  
+  Updated the dutch translation. (As the translation hadn't been applied for a bit, some translations didn't apply cleanly.)
+  
 
- * RT CLI no longer chokes when the return status from the HTTP server contains
-   a non-numeric version number like "3.1.HEAD"
 ------------------------------------------------------------------------
-r1145 | alexmv | 2004-06-25 16:09:56 -0400 (Fri, 25 Jun 2004) | 7 lines
+r1819 | jesse | 2004-11-11 03:26:15 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Templates_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
 
-RT-Ticket: 5201
-RT-Status: resolved
-RT-Update: correspond
+ r9081@tinbook:  jesse | 2004-11-11T02:59:25.937757Z
+  r6064@tinbook:  jesse | 2004-10-20T22:08:13.953728Z
+  Fixed a typo
+  
 
- * Provide a Next sub to Templates that checks that the user can see
-   the template before returning it
+------------------------------------------------------------------------
+r1818 | jesse | 2004-11-11 03:25:52 -0500 (Thu, 11 Nov 2004) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+
+ r9080@tinbook:  jesse | 2004-11-11T02:59:23.705558Z
+  r6063@tinbook:  jesse | 2004-10-20T19:54:02.885732Z
+  RT-Ticket: 6180
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  If you have changed $MinimumPasswordLength to be greater than 6, RT's "GenerateRandomPassword" method now takes that into account
+  
+  
 
 ------------------------------------------------------------------------
-r1139 | alexmv | 2004-06-22 20:18:17 -0400 (Tue, 22 Jun 2004) | 7 lines
+r1817 | jesse | 2004-11-11 03:25:33 -0500 (Thu, 11 Nov 2004) | 11 lines
 Changed paths:
-   M /rt/trunk/html/Admin/Elements/EditScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
+
+ r9079@tinbook:  jesse | 2004-11-11T02:59:21.916469Z
+  r6062@tinbook:  jesse | 2004-10-20T19:46:00.816618Z
+  RT-Ticket: 6188
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  RT squelches passwords in the configuration summary page. It no longer
+  squleches "RT::MinimumPasswordLength" 
+  
 
-RT-Ticket: 4040
-RT-Status: resolved
-RT-Update: correspond
+------------------------------------------------------------------------
+r1816 | jesse | 2004-11-11 03:25:14 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
 
- * Once we create a new ticket, we want to make sure the next commit
-   does an update instead of creating a new scrip.
+ r9078@tinbook:  jesse | 2004-11-11T02:59:19.778677Z
+  r6061@tinbook:  jesse | 2004-10-20T19:27:22.698792Z
+  Minor cleanups to record.pm
 
 ------------------------------------------------------------------------
-r1137 | huberth | 2004-06-22 17:49:44 -0400 (Tue, 22 Jun 2004) | 5 lines
+r1815 | jesse | 2004-11-11 03:24:52 -0500 (Thu, 11 Nov 2004) | 10 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/EmailParser.pm
+
+ r9077@tinbook:  jesse | 2004-11-11T02:59:17.907274Z
+  r6056@tinbook:  jesse | 2004-10-20T19:20:39.940786Z
+  RT-Ticket: 5594
+  RT-Status: resolved
+  RT-UpdateType: correspond
+  
+  EmailParser updates applied to RT 3.3 to fix subject lines that are encoded and multi-line
+  
 
-RT-Ticket: 5733
-RT-Status: resolved
+------------------------------------------------------------------------
+r1814 | jesse | 2004-11-11 03:24:34 -0500 (Thu, 11 Nov 2004) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+
+ r9076@tinbook:  jesse | 2004-11-11T02:59:15.685769Z
+  r6055@tinbook:  jesse | 2004-10-20T18:56:31.219026Z
+  RT-Ticket: 5569
+  RT-Status: resolved
+  
+  Status is nowdefinablein the RT_Config file.
+  
 
-* Commit #1134 updated to use loc, for language portability's sake.
+------------------------------------------------------------------------
+r1813 | jesse | 2004-11-11 03:16:42 -0500 (Thu, 11 Nov 2004) | 11 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+
+ r9075@tinbook:  jesse | 2004-11-11T02:55:01.141993Z
+  r6051@tinbook:  jesse | 2004-10-20T05:39:54.597284Z
+  RT-Ticket: 5837
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  Moved more ticket listing style to the CSS and out of the html, per the suggestion of Dirk Pape
+  
+  
 
 ------------------------------------------------------------------------
-r1134 | huberth | 2004-06-22 17:02:15 -0400 (Tue, 22 Jun 2004) | 6 lines
+r1812 | jesse | 2004-11-11 03:16:24 -0500 (Thu, 11 Nov 2004) | 11 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+
+ r9074@tinbook:  jesse | 2004-11-11T02:54:58.891576Z
+  r6050@tinbook:  jesse | 2004-10-20T05:33:26.027966Z
+  RT-Ticket: 5729
+  RT-Status: resolved
+  RT-Action: correspond
+  
+  Patch fixes issue with multibyte characters escaping in URLs. --Ruslan
+  
+  
 
-RT-Ticket: 5733
-RT-Status: resolved
+------------------------------------------------------------------------
+r1811 | jesse | 2004-11-11 03:16:05 -0500 (Thu, 11 Nov 2004) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/config.layout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/m4/rt_layout.m4
+
+ r9073@tinbook:  jesse | 2004-11-11T02:54:57.035812Z
+  r6048@tinbook:  jesse | 2004-10-19T05:24:15.256721Z
+  RT-Ticket: 6198
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  Applied a patch to add an fhs-compliant RT layout and fix some of the layout parsing.
+  
 
-* In the attachment window, the user who uploaded the attachment is now shown
-  after the time and filesize.
+------------------------------------------------------------------------
+r1810 | jesse | 2004-11-11 03:15:47 -0500 (Thu, 11 Nov 2004) | 10 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+
+ r9072@tinbook:  jesse | 2004-11-11T02:54:55.160063Z
+  r6044@tinbook:  jesse | 2004-10-19T05:18:31.025176Z
+  RT-Ticket: 6154
+  RT-Status: resolved
+  RT-Update: reply
+  
+  Owner listings now sort alphabetically
+  
 
 ------------------------------------------------------------------------
-r1117 | huberth | 2004-06-18 17:44:25 -0400 (Fri, 18 Jun 2004) | 6 lines
+r1809 | jesse | 2004-11-11 03:15:22 -0500 (Thu, 11 Nov 2004) | 10 lines
 Changed paths:
-   M /rt/trunk/html/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT.pm.in
+
+ r9071@tinbook:  jesse | 2004-11-11T02:54:53.317739Z
+  r6042@tinbook:  jesse | 2004-10-19T05:10:45.782060Z
+  RT-Ticket: 6199
+  RT-Status: resolved
+  RT-Update: correspond
+  
+  Formatting fixes to RT.pm
+  
 
-RT-Ticket: 5737
-RT-Status: resolved
+------------------------------------------------------------------------
+r1808 | jesse | 2004-11-11 03:15:04 -0500 (Thu, 11 Nov 2004) | 9 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/initialdata
 
-* RT now logs all login attempts.  Successful logins are logged at level
-  info, failures at level error.
+ r9070@tinbook:  jesse | 2004-11-11T02:54:51.524660Z
+  r6039@tinbook:  jesse | 2004-10-18T17:48:14.238206Z
+  RT-Ticket: 5336
+  RT-Status: resolved
+  
+  Approval template corrected
+  
 
 ------------------------------------------------------------------------
-r1114 | alexmv | 2004-06-18 12:25:56 -0400 (Fri, 18 Jun 2004) | 7 lines
+r1807 | jesse | 2004-11-11 03:14:32 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
 
-RT-Ticket: 5755
-RT-Status: resolved
-RT-Update: correspond
+ r9069@tinbook:  jesse | 2004-11-11T02:54:49.799723Z
+  r6014@tinbook:  jesse | 2004-10-15T18:26:19.439204Z
+  Bumping to 3.3.8
 
- * Include UnixWare in the lucky group that should get ( socket =>
-   'inet' ) in LogToSyslogConf
+------------------------------------------------------------------------
+r1806 | jesse | 2004-11-11 03:09:20 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/GlobalCustomFieldTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/GroupTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ObjectCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SystemTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/UserTabs
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Groups.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Queue-Tickets.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Queue-Transactions.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/Users.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/index.html
+
+ r9068@tinbook:  jesse | 2004-11-11T02:54:47.265494Z
+  r6009@tinbook:  jesse | 2004-10-15T17:57:36.162346Z
+  Administrative menu overhaul to sanitize custom field configuration.
+  
 
 ------------------------------------------------------------------------
-r1109 | alexmv | 2004-06-17 20:34:25 -0400 (Thu, 17 Jun 2004) | 3 lines
+r1805 | jesse | 2004-11-11 03:08:54 -0500 (Thu, 11 Nov 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
 
- * Commit #1108 should have been applied here, instead of to rt-3.1
-   Oops.
+ r9067@tinbook:  jesse | 2004-11-11T02:54:44.745160Z
+  r1992@tinbook:  jesse | 2004-10-12T21:00:33.006657Z
+  RT-Ticket: 6182
+  RT-Status: resolved
+  
 
 ------------------------------------------------------------------------
-r1106 | alexmv | 2004-06-17 19:47:40 -0400 (Thu, 17 Jun 2004) | 7 lines
+r1804 | jesse | 2004-11-11 03:08:26 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
 
-RT-Ticket: 3151
-RT-Status: resolved
-RT-Update: correspond
+ r9066@tinbook:  jesse | 2004-11-11T02:54:42.174913Z
+  r1985@tinbook:  jesse | 2004-10-11T20:26:31.046336Z
+  Fixed a bug in the merge from 3.2 that broke ticket transaction searching; added support for Ticket "Updated" as a synonym for TransactionDate as a search criterion
+
+------------------------------------------------------------------------
+r1803 | jesse | 2004-11-11 03:08:01 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.tsv
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-setup-database.in
+
+ r9065@tinbook:  jesse | 2004-11-11T02:54:36.542352Z
+  r1652@tinbook:  jesse | 2004-10-10T04:30:49.336195Z
+   r1650@tinbook:  jesse | 2004-10-10T04:23:58.456281Z
+   
+  
 
- * Add a transaction if there is time worked -- even if there is no
-   message
+------------------------------------------------------------------------
+r1802 | jesse | 2004-11-11 03:03:05 -0500 (Thu, 11 Nov 2004) | 8 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/UPGRADING
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.fcgi.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.scgi.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/mason_handler.svc.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-mailgate.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/drop.Oracle
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.Sybase
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.1.0/schema.Pg
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.3.0/schema.mysql
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Objects.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/CreateUserCalled
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditTemplates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditUserComments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/GroupTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ModifyTemplate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ObjectCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickObjects
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/QueueTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectCustomFieldLookupType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectGroups
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectModifyUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectRights
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScrip
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripAction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectSingleOrMultiple
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectStage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectTemplate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SelectUsers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/SystemTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ToolTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/UserTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Scrip.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Scrips.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/Templates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/CustomField.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/GroupRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/People.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Scrip.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Scrips.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Template.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/Templates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/UserRights.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Queues/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/CustomFields.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Memberships.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Users/index.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/Approve
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/ShowDependency
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Approvals/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Download/CustomFieldValue/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Download/Tabular/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedEnd
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Callback
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Checkbox
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Header
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/ParseFormat
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldBinary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldFreeform
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldImage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldSelect
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditCustomFieldText
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/EditLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Error
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Footer
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Login
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Menu
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MessageBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyTickets
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueryString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QuickCreate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Refresh
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ScrubHTML
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Section
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectAttachmentField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectBoolean
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectCustomFieldValue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateRelation
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectDateType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectEqualityOperator
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectGroups
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLang
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectLinkType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectMatch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectResultsPerPage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectSortOrder
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectStatus
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketSortBy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectTicketTypes
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectUsers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectWatcherType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SetupSessionCookie
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFieldImage
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowLink
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowMemberships
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SimpleSearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Submit
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBox
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxEnd
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxStart
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ViewUser
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/Logout.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/Reminder.html
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/images/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/queue/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/queue/ns
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/links
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/user/default
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/user/ns
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/logout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/search/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/search/ticket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/comment
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/link
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/ticket/merge
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Edit.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/EditSearches
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/NewListActions
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCFs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/PickCriteria
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SearchPrivacy
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectAndOr
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectPersonType
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchObject
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchesForObjects
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/TicketRow
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.rdf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Results.tsv
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Attachment/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Closed.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/GotoTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Error.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Attachment/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Display.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/AddWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/BulkLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomField
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditDates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditPeople
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditWatchers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/FindAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowDates
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowDependencies
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowHistory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMemberOf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMembers
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMessageHeaders
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowMessageStanza
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowPeople
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowReferences
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowUserEntry
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/History.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyAll.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyDates.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyLinks.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ModifyPeople.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Update.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/MyDay.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Tools/Offline.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Delegation.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/DelegateRights
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/GroupTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Members.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/Modify.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Groups/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Prefs.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/l
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACE_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ACL_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Autoreply.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/Notify.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/NotifyAsComment.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/RecordComment.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/RecordCorrespondence.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/ResolveMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SetPriority.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/UserDefined.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Base.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/AnyTransaction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/BeforeDue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/Overdue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/PriorityChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/PriorityExceeds.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/QueueChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/StatusChange.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Condition/UserDefined.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CurrentUser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Date.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/EmailParser.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Group_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Groups_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Handle.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/cs.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/da.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/de.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/es.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fi.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fr.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/he.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/hu.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/i_default.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/it.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ja.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/nl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/no.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pt_br.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/ru.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_cn.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/zh_tw.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/CLI.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Auth/GnuPG.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Email.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/REST.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Link_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Links_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomField.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomField_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principal_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Principals_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/ActiveTicketsInQueue.pm
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/FromSQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Search/Generic.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/SearchBuilder.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/StyleGuide.pod
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/System.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Template.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Template_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Templates_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValue.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValues.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/TicketCustomFieldValues_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/base.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Users_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/02regression.t.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/03web.pl.in
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/05cronsupport.pl.in
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/06mailgateway.pl.in
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/07acl.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/extract-message-catalog
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/extract_pod_tests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/factory
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/license_tag
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/regression_harness
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-dump-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-setup-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ r9063@tinbook:  jesse | 2004-11-11T02:43:02.429915Z
+ r9064@tinbook:  jesse | 2004-11-11T02:43:31.814891Z
+  r1651@tinbook:  jesse | 2004-10-10T04:24:17.077128Z
+  
 
 ------------------------------------------------------------------------
-r1095 | alexmv | 2004-06-17 08:49:45 -0400 (Thu, 17 Jun 2004) | 6 lines
+r1718 | autrijus | 2004-11-05 03:56:10 -0500 (Fri, 05 Nov 2004) | 3 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/ModifyAll.html
+   M /rt
+   M /rt/branches
+   M /rt/branches/3.2-RELEASE
+   M /rt/branches/3.2-SYBASE-TESTING
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade
 
-RT-Ticket: 5745
-RT-Status: resolved
-RT-Update: correspond
+* Log::Dispatch wants ->warning, not ->warn.
 
- * Fill in default subject on transaction in Jumbo update
 
 ------------------------------------------------------------------------
-r1094 | huberth | 2004-06-17 01:40:32 -0400 (Thu, 17 Jun 2004) | 6 lines
+r1637 | jesse | 2004-10-07 17:02:52 -0400 (Thu, 07 Oct 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/Admin/Elements/UserTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CreateTicket
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Footer
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Header
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Login
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Menu
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyRequests
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyTickets
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QuickCreate
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/TitleBoxStart
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/Tabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/index.html
+
+Start of CSSification of the RT UI
+------------------------------------------------------------------------
+r1636 | jesse | 2004-10-07 16:42:35 -0400 (Thu, 07 Oct 2004) | 1 line
+Changed paths:
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS (from /rt/branches/PLATANO-EXPERIMENTAL:1630)
 
-RT-Ticket: 5697
-RT-Status: resolved
 
-subject: Admin/UserTabs cleanup
-link to Admin/Users/MemberOf.html removed - page doesn't exist.
+------------------------------------------------------------------------
+r1264 | autrijus | 2004-07-19 22:56:01 -0400 (Mon, 19 Jul 2004) | 8 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.2-RELEASE/html/Elements/Header
+   M /rt/branches/3.2-RELEASE/html/Elements/SetupSessionCookie
+   M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
+   M /rt/branches/3.3-TESTING/html/Download/Tabular/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL/docs/design_docs/ruleset-workflow.txt
+
+ r6188@not:  autrijus | 2004-07-20T02:52:39.146361Z
 
 ------------------------------------------------------------------------
-r1090 | huberth | 2004-06-16 18:14:59 -0400 (Wed, 16 Jun 2004) | 5 lines
+r1259 | autrijus | 2004-07-16 17:52:53 -0400 (Fri, 16 Jul 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Admin/Elements/UserTabs
-   M /rt/trunk/html/Admin/Users/Modify.html
+   M /rt
+   A /rt/branches/PLATANO-EXPERIMENTAL/docs/design_docs/ruleset-workflow.txt
 
-RT-Ticket: 5697
-RT-Status: resolved
+* design docs for ruleset/workflows
 
-subject: Admin/UserTabs cleanup
-Patch supplied and applied to 3.0.  Modified html/Admin/Elements/UserTabs.
 ------------------------------------------------------------------------
-r1089 | huberth | 2004-06-16 17:48:15 -0400 (Wed, 16 Jun 2004) | 5 lines
+r1227 | jesse | 2004-07-13 15:15:10 -0400 (Tue, 13 Jul 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/Search/Listing.html
+   A /rt/branches/PLATANO-EXPERIMENTAL (from /rt/branches/3.3-TESTING:1226)
 
-RT-Ticket: 5691
-RT-Status: resolved
+Branching PLATANO for hacking (This will be 3.5)
+------------------------------------------------------------------------
+r1224 | jesse | 2004-07-13 14:41:42 -0400 (Tue, 13 Jul 2004) | 1 line
+Changed paths:
+   A /rt/branches/3.3-TESTING (from /rt/branches/rt-3.3:1223)
+   D /rt/branches/rt-3.3
 
-Patch applied to 3.0.
+Moving RT 3.0 from "head" to a 3.0-MAINT branch
+------------------------------------------------------------------------
+r1209 | autrijus | 2004-07-12 16:22:48 -0400 (Mon, 12 Jul 2004) | 7 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.SQLite
+
+ ----------------------------------------------------------------------
+ r5990@not:  autrijus | 2004-07-12T20:22:03.588615Z
+ * Let the cf param in Ticket->CustomFieldValues be optional,
+   so we can get Atom tests to work.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1081 | alexmv | 2004-06-16 10:53:11 -0400 (Wed, 16 Jun 2004) | 6 lines
+r1205 | autrijus | 2004-07-12 13:30:03 -0400 (Mon, 12 Jul 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/sbin/rt-setup-database.in
 
-RT-Ticket: 5669
-RT-Status: resolved
-RT-Update: correspond
+ ----------------------------------------------------------------------
+ r5976@not:  autrijus | 2004-07-12T17:29:13.392510Z
+ * The warning on missing ACL files used $RT::EtcPath even if it's
+   reading it fro other paths.  Fixed.
+ ----------------------------------------------------------------------
 
- * Record initial time taken in the initial transaction
+------------------------------------------------------------------------
+r1180 | autrijus | 2004-07-05 15:43:17 -0400 (Mon, 05 Jul 2004) | 6 lines
+Changed paths:
+   M /rt
+   A /rt/branches/rt-3.3/sbin/rt-dump-database.in
+
+ ----------------------------------------------------------------------
+ r5913@not:  autrijus | 2004-07-05T19:41:37.720057Z
+ * add rt-dump-database, a tool to dump config data to initialdata format.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1080 | alexmv | 2004-06-16 10:53:01 -0400 (Wed, 16 Jun 2004) | 6 lines
+r1179 | autrijus | 2004-07-05 12:56:22 -0400 (Mon, 05 Jul 2004) | 8 lines
 Changed paths:
-   M /rt/trunk/lib/RT.pm.in
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
 
-RT-Ticket: 5696
-RT-Status: resolved
-RT-Update: correspond
+ ----------------------------------------------------------------------
+ r5899@not:  autrijus | 2004-07-05T15:13:55.850880Z
+ * correct the documentation for CreateTickets; it was still referring
+   to the archaic "Approvals" queue and "Approval" type, whereas now we're
+   using "___Approvals" and "approval" now.
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1160 | jesse | 2004-06-27 23:10:54 -0400 (Sun, 27 Jun 2004) | 6 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/releng.cnf
+
+ ----------------------------------------------------------------------
+ r1997@tinbook:  jesse | 2004-06-28T03:10:36.434329Z
+ Bumping to 3.3.4
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1159 | jesse | 2004-06-27 23:08:01 -0400 (Sun, 27 Jun 2004) | 24 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/UPGRADING
+   M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
+   M /rt/branches/rt-3.3/html/Admin/Elements/UserTabs
+   M /rt/branches/rt-3.3/html/Admin/Global/GroupRights.html
+   M /rt/branches/rt-3.3/html/Admin/Global/Template.html
+   M /rt/branches/rt-3.3/html/Admin/Global/UserRights.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/Members.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/GroupRights.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/Template.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/UserRights.html
+   M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   M /rt/branches/rt-3.3/html/Approvals/index.html
+   M /rt/branches/rt-3.3/html/Search/Bulk.html
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/SelfService/Prefs.html
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyDates.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
+   M /rt/branches/rt-3.3/html/Ticket/Update.html
+   M /rt/branches/rt-3.3/html/User/Delegation.html
+   M /rt/branches/rt-3.3/html/User/Groups/Members.html
+   M /rt/branches/rt-3.3/html/User/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/User/Prefs.html
+   M /rt/branches/rt-3.3/html/autohandler
+   M /rt/branches/rt-3.3/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
+   M /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
 
- * Remove references to vendor config
+ ----------------------------------------------------------------------
+ r1769@tinbook:  jesse | 2004-06-01T20:22:38.640731Z
+ ----------------------------------------------------------------------
+ r1902@tinbook:  jesse | 2004-06-17T01:08:53.996154Z
+ ----------------------------------------------------------------------
+ r1991@tinbook:  jesse | 2004-06-28T02:03:57.669851Z
+ ----------------------------------------------------------------------
+ r1992@tinbook:  jesse | 2004-06-28T02:19:36.386707Z
+ Pulling forward from RT 3.1
+ ----------------------------------------------------------------------
+ r1993@tinbook:  jesse | 2004-06-28T03:06:56.930396Z
+ Merging forward from 3.1
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1071 | alexmv | 2004-06-14 17:27:03 -0400 (Mon, 14 Jun 2004) | 2 lines
+r1153 | autrijus | 2004-06-27 00:02:47 -0400 (Sun, 27 Jun 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/EmailParser.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
 
- * Fix silly copy/paste documentation error
+ ----------------------------------------------------------------------
+ r5788@not:  autrijus | 2004-06-27T04:02:12.644291Z
+ * import 3.1 again due to glitches in Offline.html
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1044 | alexmv | 2004-06-09 16:13:41 -0400 (Wed, 09 Jun 2004) | 6 lines
+r1150 | autrijus | 2004-06-26 16:31:56 -0400 (Sat, 26 Jun 2004) | 14 lines
 Changed paths:
-   M /rt/trunk/html/Elements/Header
+   M /rt
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/README
+   M /rt/branches/rt-3.3/UPGRADING
+   M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   D /rt/branches/rt-3.3/bin/rt-commit-handler.in
+   M /rt/branches/rt-3.3/bin/rt-crontool.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/etc/acl.mysql
+   M /rt/branches/rt-3.3/etc/initialdata
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.17
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.17/content
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
+   D /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
+   D /rt/branches/rt-3.3/html/Admin/Elements/ModifyUser
+   M /rt/branches/rt-3.3/html/Admin/Queues/People.html
+   M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   D /rt/branches/rt-3.3/html/Admin/Users/Prefs.html
+   D /rt/branches/rt-3.3/html/Developer
+   M /rt/branches/rt-3.3/html/Elements/EditLinks
+   M /rt/branches/rt-3.3/html/Elements/Header
+   M /rt/branches/rt-3.3/html/Elements/ScrubHTML
+   M /rt/branches/rt-3.3/html/Elements/SelectOwner
+   M /rt/branches/rt-3.3/html/Elements/SelectStatus
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   M /rt/branches/rt-3.3/html/Elements/TitleBoxStart
+   M /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   M /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/link
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Bulk.html
+   M /rt/branches/rt-3.3/html/Search/Edit.html
+   M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
+   M /rt/branches/rt-3.3/html/Search/Elements/EditFormat
+   M /rt/branches/rt-3.3/html/Search/Elements/EditSearches
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/Search/Results.html
+   M /rt/branches/rt-3.3/html/SelfService/Display.html
+   M /rt/branches/rt-3.3/html/SelfService/Update.html
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditBasics
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditPeople
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditWatchers
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowDates
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowPeople
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowUserEntry
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
+   M /rt/branches/rt-3.3/html/Ticket/Update.html
+   M /rt/branches/rt-3.3/html/Tools/MyDay.html
+   M /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/html/User/Prefs.html
+   M /rt/branches/rt-3.3/html/index.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/PriorityChange.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT.pm.in
+   M /rt/branches/rt-3.3/lib/t/00smoke.t.in
+   M /rt/branches/rt-3.3/lib/t/02regression.t.in
+   M /rt/branches/rt-3.3/lib/t/03web.pl.in
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
 
-RT-Ticket: 5359
-RT-Update: correspond
-RT-Status: resolved
+ ----------------------------------------------------------------------
+ r5774@not:  autrijus | 2004-06-26T10:40:48.767820Z
+ * incremental merge from 3.1 to 3.3
+ ----------------------------------------------------------------------
+ r5778@not:  autrijus | 2004-06-26T11:28:26.143291Z
+ * solve utf8 quoting problem on "Take".
+ ----------------------------------------------------------------------
+ r5781@not:  autrijus | 2004-06-26T20:27:29.184033Z
+ * restore hu.po
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1121 | autrijus | 2004-06-20 13:59:07 -0400 (Sun, 20 Jun 2004) | 10 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/html/Elements/Header
+   M /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
+   M /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
 
- * Remove extraneous </font> tag
+ ----------------------------------------------------------------------
+ r5682@not:  autrijus | 2004-06-20T17:57:48.360088Z
+ * Supports native MasonX::Apache2Handler.
+ * Changed header_out to use headers_out instead (which should be
+   used in 1.0 as well). Cf.:
+   http://perl.apache.planetmirror.com/docs/2.0/user/porting/compat.html
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1043 | alexmv | 2004-06-09 16:00:36 -0400 (Wed, 09 Jun 2004) | 7 lines
+r1082 | alexmv | 2004-06-16 10:53:17 -0400 (Wed, 16 Jun 2004) | 11 lines
 Changed paths:
-   M /rt/trunk/etc/acl.mysql
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
 
-RT-Ticket: 5366
+RT-Ticket: 5732
+RT-Status: stalled
 RT-Update: correspond
-RT-Status: resolved
 
- * Quote the database hostname when doing a GRANT under Mysql;
-   otherwise hostnames with dashes cause errors
+ * POD spacing mistake in Ticket_Overlay
+
+ * Ticket_Overlay now overrides RT::Record's CustomFieldValues method,
+   to intercept calls where the field is passed by name.  I don't have
+   a way of testing this patch, so this bug is getting marked stalled
+   until this patch is verified.
 
 ------------------------------------------------------------------------
-r1042 | alexmv | 2004-06-09 15:52:05 -0400 (Wed, 09 Jun 2004) | 6 lines
+r1033 | leira | 2004-06-08 14:26:18 -0400 (Tue, 08 Jun 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
 
-RT-Ticket: 5230
-RT-Update: correspond
-RT-Status: resolved
+Pass along 'Type' argument in CreateTickets (replicates a patch that was applied to 3.1, but needed for a customer in this branch now).
 
- * Update EscalatePriority's docs to mention rt-crontool
+------------------------------------------------------------------------
+r1031 | jesse | 2004-06-08 01:05:46 -0400 (Tue, 08 Jun 2004) | 6 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/standalone_httpd.in
+
+ ----------------------------------------------------------------------
+ r1752@debian:  jesse | 2004-06-08T13:50:52.709840Z
+  standalone httpd is now forking rather than singleprocess
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1041 | alexmv | 2004-06-09 15:47:36 -0400 (Wed, 09 Jun 2004) | 6 lines
+r1023 | alexmv | 2004-06-07 16:03:46 -0400 (Mon, 07 Jun 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
 
-RT-Ticket: 4167
-RT-Update: correspond
+RT-Ticket: 5674
+RT-Action: comment
 RT-Status: resolved
 
- * Provide reason for "temporary failure"
+ * Apply Ilan Rabinovitch's changes
 
 ------------------------------------------------------------------------
-r1040 | alexmv | 2004-06-09 14:49:23 -0400 (Wed, 09 Jun 2004) | 7 lines
+r1022 | alexmv | 2004-06-07 14:47:18 -0400 (Mon, 07 Jun 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/etc/schema.mysql
 
-RT-Ticket: 5113
+RT-Ticket: 5648
+RT-Action: comment
 RT-Status: resolved
-RT-Update: correspond
 
- * Trivial whitespace fix.  Incredibly low-hanging fruit; but one less
-   open bug now!
+ * The last hunk of the ticket no longer applies, as those indexes
+   were reshuffled because they were too long.
 
 ------------------------------------------------------------------------
-r1034 | alexmv | 2004-06-08 14:34:35 -0400 (Tue, 08 Jun 2004) | 8 lines
+r986 | jesse | 2004-05-31 21:54:38 -0400 (Mon, 31 May 2004) | 1 line
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   A /rt/branches/rt-3.3/etc/acl.Sybase
+   A /rt/branches/rt-3.3/etc/schema.Sybase
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Bulk.html
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/lib/RT/Handle.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3/lib/RT.pm.in
+   M /rt/branches/rt-3.3/sbin/rt-setup-database.in
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
+
+Merging forward from RT 3.1
+------------------------------------------------------------------------
+r981 | jesse | 2004-05-30 03:01:04 -0400 (Sun, 30 May 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Interface/Email.pm
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/etc/schema.mysql
+   M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
 
-RT-Ticket: 5709
-RT-Action: correspond
-RT-Status: resolved
+ ----------------------------------------------------------------------
+ r1721@debian:  jesse | 2004-05-30T16:04:25.431679Z
+ Mysql on some platforms (built with unicode?) has a shorter max index length. adjusted indexes
+ ----------------------------------------------------------------------
 
- * Update =head1 NAME to be correct
+------------------------------------------------------------------------
+r966 | jesse | 2004-05-27 23:30:59 -0400 (Thu, 27 May 2004) | 35 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/acl.Pg
+   D /rt/branches/rt-3.3/etc/upgrade/2.1.71
+   M /rt/branches/rt-3.3/html/Admin/Elements/ToolTabs
+   D /rt/branches/rt-3.3/html/Developer/Perldoc.html
+   M /rt/branches/rt-3.3/html/Elements/EditLinks
+   M /rt/branches/rt-3.3/html/Elements/Footer
+   D /rt/branches/rt-3.3/html/Elements/ShadedBox
+   D /rt/branches/rt-3.3/html/Elements/ShadedInputRow
+   D /rt/branches/rt-3.3/html/Elements/ShadedRow
+   M /rt/branches/rt-3.3/html/Elements/ShowLinks
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   D /rt/branches/rt-3.3/html/Projects
+   D /rt/branches/rt-3.3/html/Scope
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   D /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
+   D /rt/branches/rt-3.3/html/Search/Elements/TicketHeader
+   D /rt/branches/rt-3.3/html/Search/Elements/TicketHeaderCell
+   D /rt/branches/rt-3.3/html/Search/Listing.html
+   D /rt/branches/rt-3.3/html/Ticket/Elements/EditLinks
+   D /rt/branches/rt-3.3/html/Ticket/Elements/ShowLink
+   D /rt/branches/rt-3.3/html/Ticket/Elements/ShowLinks
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
 
- * Document the optional 'ticket' option to Gateway
+ ----------------------------------------------------------------------
+ r1710@tinbook:  jesse | 2004-05-28T02:46:23.907073Z
+ ----------------------------------------------------------------------
+ r1712@tinbook:  jesse | 2004-05-28T03:15:12.330227Z
+  ----------------------------------------------------------------------
+  r1669@tinbook:  jesse | 2004-05-24T02:17:41.959105Z
+  
+  
+  ----------------------------------------------------------------------
+  r1672@tinbook:  jesse | 2004-05-24T03:09:05.156817Z
+  
+  
+  ----------------------------------------------------------------------
+  r1673@tinbook:  jesse | 2004-05-24T03:59:43.181766Z
+  
+  Bumping to 3.1.16
+  ----------------------------------------------------------------------
+  r1706@tinbook:  jesse | 2004-05-28T02:10:56.309297Z
+  
+  
+  ----------------------------------------------------------------------
+  r1711@tinbook:  jesse | 2004-05-28T02:47:49.277131Z
+  
+  
+  ----------------------------------------------------------------------
+ ----------------------------------------------------------------------
+ r1713@tinbook:  jesse | 2004-05-28T03:27:19.127190Z
+ Cleaning out things split out into other products
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1026 | alexmv | 2004-06-07 16:53:00 -0400 (Mon, 07 Jun 2004) | 9 lines
+r965 | jesse | 2004-05-27 22:44:48 -0400 (Thu, 27 May 2004) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/Link_Overlay.pm
-
-RT-Ticket: 5567
-RT-Action: correspond
-RT-Status: resolved
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/standalone_httpd.in
+   M /rt/branches/rt-3.3/html/Search/Edit.html
+   M /rt/branches/rt-3.3/html/Search/Results.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/GnuPG.pm
 
- * Don't assume that the base of a link has a resolver -- for the case
-   where a bogus "Referred to" field is entered.  It will now give the
-   slightly less obscure error message "Link could not be created"
-   at the top of the page rather than a raw error message.
 
 ------------------------------------------------------------------------
-r1025 | alexmv | 2004-06-07 16:26:41 -0400 (Mon, 07 Jun 2004) | 3 lines
+r954 | autrijus | 2004-05-26 06:12:38 -0400 (Wed, 26 May 2004) | 20 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowDates
+   M /rt
+   M /rt/branches/rt-3.1/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.1/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
 
- * Provide an abolute path to Display.html, as we could be coming from
-   a quicksearch
+ ----------------------------------------------------------------------
+ r4757@not:  autrijus | 2004-05-11T06:13:28.139589Z
+ * Chinese translation for 3.2 final.
+ ----------------------------------------------------------------------
+ r5211@not:  autrijus | 2004-05-26T10:07:40.959072Z
+ * FreezeThaw fails badly when encoding structures with mixed unicode
+   and byte string contents.  Switch to Storable+Base64 which deals
+   with this gracefully.
+ ----------------------------------------------------------------------
+ r5212@not:  autrijus | 2004-05-26T10:09:36.398305Z
+ * EscapeUTF8 should preserve the byte/unicode flag of the original
+   string.  Otherwise, silent promotion on AutoFlush=>0 can corrupt
+   pages with both byte and unicode string contents.
+   (Reported by: LCamel and jihuang from foundry)
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1024 | alexmv | 2004-06-07 16:25:29 -0400 (Mon, 07 Jun 2004) | 7 lines
+r941 | jesse | 2004-05-23 22:29:51 -0400 (Sun, 23 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-
-RT-Ticket: 5708
-RT-Action: comment
-RT-Status: resolved
-
- * The "show headers" links need to default to providing an absolute
-   path to Display.html, so the links don't break after quicksearch
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   A /rt/branches/rt-3.3/lib/t/data/rt-send-cc
+
+Merge forward from 3.1
 
 ------------------------------------------------------------------------
-r1019 | alexmv | 2004-06-07 14:07:37 -0400 (Mon, 07 Jun 2004) | 7 lines
+r934 | leira | 2004-05-19 12:23:49 -0400 (Wed, 19 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Create.html
-
-RT-Ticket: 5647
-RT-Action: comment
-RT-Status: resolved
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
 
- * Only apply default due date of the queue if the user didn't supply
-   one for the ticket.
+Move file from 3.1 so that CF searching will work.
 
 ------------------------------------------------------------------------
-r1006 | alexmv | 2004-06-04 17:05:50 -0400 (Fri, 04 Jun 2004) | 8 lines
+r933 | leira | 2004-05-19 02:34:22 -0400 (Wed, 19 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
 
-RT-Ticket: 5626
-RT-Status: close
-RT-Action: correspond
-
- * The message can only be "too large or ... not plain text" if there
-   was content in it originally.  This fixes bug #5626, which occurred
-   when Text::Quoted was not installed and empty messages were used.
+Actually pass along link error messages.  Resolves bps #2210.
 
 ------------------------------------------------------------------------
-r1000 | alexmv | 2004-06-02 23:22:05 -0400 (Wed, 02 Jun 2004) | 7 lines
+r930 | leira | 2004-05-19 00:48:20 -0400 (Wed, 19 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Create.html
-
-RT-Ticket: 3068
-RT-Status: closed
-RT-Update: comment
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
 
- * Add "min" after the Time{Worked,Left} fields; this completes the
-   localization of the above ticket
+Remove Debug field.
 
 ------------------------------------------------------------------------
-r999 | alexmv | 2004-06-02 23:02:14 -0400 (Wed, 02 Jun 2004) | 6 lines
+r920 | jesse | 2004-05-17 22:18:53 -0400 (Mon, 17 May 2004) | 1 line
 Changed paths:
-   M /rt/trunk/bin/rt-crontool.in
+   M /rt/branches/rt-3.3
 
-RT-Ticket: 3066
-RT-Status: close
-RT-Update: comment
-
- * Make the documentation a little more apparent from the commandline
 
 ------------------------------------------------------------------------
-r998 | alexmv | 2004-06-02 22:37:55 -0400 (Wed, 02 Jun 2004) | 7 lines
+r918 | jesse | 2004-05-17 22:02:24 -0400 (Mon, 17 May 2004) | 10 lines
 Changed paths:
-   M /rt/trunk/Makefile.in
-
-RT-Ticket: 3113
-RT-Status: close
-RT-Update: comment
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Elements/MyTickets
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
 
- * Create the /opt/rt3/local/lib directory on install, like the ticket
-   asks for
+ ----------------------------------------------------------------------
+ r1191@Jesse-Vincents-Computer:  jesse | 2004-05-18T00:35:23.362237Z
+ ----------------------------------------------------------------------
+ r1192@Jesse-Vincents-Computer:  jesse | 2004-05-18T02:01:52.198022Z
+ Merged forward from rt 3.1
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r992 | alexmv | 2004-06-01 15:32:39 -0400 (Tue, 01 Jun 2004) | 3 lines
+r901 | leira | 2004-05-14 17:35:35 -0400 (Fri, 14 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/t/02regression.t.in
+   M /rt/branches/rt-3.3/html/Elements/MyTickets
 
-Sorting the tests corrects some ordering errors; for exmaple, assuming
-that a ticket had been created by a certain time.
+MyTickets doesn't require a Priority to be set.
 
 ------------------------------------------------------------------------
-r991 | jesse | 2004-06-01 14:46:01 -0400 (Tue, 01 Jun 2004) | 6 lines
+r890 | leira | 2004-05-14 00:28:27 -0400 (Fri, 14 May 2004) | 4 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
 
- ----------------------------------------------------------------------
- r1761@tinbook:  jesse | 2004-06-01T18:45:42.204802Z
- removed an extra "# }}}" line
- ----------------------------------------------------------------------
+If there isn't a QueueObj to begin with, it can't have a Name.
 
-------------------------------------------------------------------------
-r990 | jesse | 2004-05-31 23:55:52 -0400 (Mon, 31 May 2004) | 1 line
-Changed paths:
-   M /rt/trunk
+Replaced a newline that had gone astray.
 
-merging properties from new host
 ------------------------------------------------------------------------
-r973 | robert | 2004-05-28 00:47:37 -0400 (Fri, 28 May 2004) | 8 lines
+r864 | jesse | 2004-05-11 01:25:36 -0400 (Tue, 11 May 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Search/Listing.html
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/rt-3.3/html/SelfService/Closed.html
+   M /rt/branches/rt-3.3/html/autohandler
+   M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/hu.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/sbin/extract-message-catalog
 
  
  ----------------------------------------------------------------------
- r551@bear:  rspier | 2004-05-28T04:39:20.863505Z
+ r1528@tinbook:  jesse | 2004-05-11T04:57:31.357768Z
  
-  Re: [fsck.com #5639] SearchBuilder doesn't properly paginate initial s\
- earches
+ Updated translations, linted them, updated translation extraction software
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r972 | jesse | 2004-05-28 00:24:38 -0400 (Fri, 28 May 2004) | 6 lines
+r859 | jesse | 2004-05-09 21:29:48 -0400 (Sun, 09 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/bin/rt.in
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/releng.cnf
 
  ----------------------------------------------------------------------
- r1723@tinbook:  jesse | 2004-05-28T04:24:48.903988Z
+ r1517@tinbook:  jesse | 2004-05-10T01:29:37.932237Z
  
- Removing an extra } in sub help in the cli tool
+ Bumping to 3.3.3
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r971 | jesse | 2004-05-28 00:10:47 -0400 (Fri, 28 May 2004) | 22 lines
+r858 | jesse | 2004-05-09 21:27:33 -0400 (Sun, 09 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Search/Bulk.html
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.Pg
+   M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
 
  ----------------------------------------------------------------------
- r1721@tinbook:  jesse | 2004-05-28T04:10:44.114252Z
- >if you resolve a ticket *and* write a correspondance with the                                     
- >search/Bulk.html page, then you get:                                                              
- >                                                                                                  
- >1. Ticket resolve                                                                                 
- >2. Correspondance added                                                                           
- >3. Ticket auto opened                                                                             
- >                                                                                                  
- >this is different than in the standard Ticket/Update.html where you get                           
- >                                                                                                  
- >1. Correspondance added                                                                           
- >2. Ticket resolved                                                                                
- >                                                                                                  
- >Latter is the thing I expect, So I changed the creation order of                                  
- >transactions in Bulk.html to be consistent with Update.html.                                      
-                                                                                                    
- <http://page.mi.fu-berlin.de/~pape/rt3/patches/rt/change_bulk_commit_order.patch>                  
+ r1515@tinbook:  jesse | 2004-05-10T01:26:38.232023Z
  
+ Improved 3.1->3.3 migration support
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r949 | jesse | 2004-05-25 22:44:37 -0400 (Tue, 25 May 2004) | 1 line
+r851 | jesse | 2004-05-06 21:03:05 -0400 (Thu, 06 May 2004) | 1 line
 Changed paths:
-   M /rt/trunk/releng.cnf
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT.pm.in
 
-This is RT 3.0.11
+Merging forward from rt-3.1
 ------------------------------------------------------------------------
-r942 | jesse | 2004-05-23 22:54:06 -0400 (Sun, 23 May 2004) | 1 line
+r848 | jesse | 2004-05-06 20:33:00 -0400 (Thu, 06 May 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/releng.cnf
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/HOWTO/README
+   M /rt/branches/rt-3.3/HOWTO/change.txt
+   M /rt/branches/rt-3.3/HOWTO/release.txt
+   M /rt/branches/rt-3.3/HOWTO/version-control.txt
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/UPGRADING
+   M /rt/branches/rt-3.3/aclocal.m4
+   M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
+   M /rt/branches/rt-3.3/bin/mason_handler.svc.in
+   M /rt/branches/rt-3.3/bin/rt-commit-handler.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/docs/Security
+   M /rt/branches/rt-3.3/docs/design_docs/acls
+   M /rt/branches/rt-3.3/docs/design_docs/approval_notices
+   M /rt/branches/rt-3.3/docs/design_docs/approval_template
+   M /rt/branches/rt-3.3/docs/design_docs/cf_search
+   M /rt/branches/rt-3.3/docs/design_docs/cli_spec
+   M /rt/branches/rt-3.3/docs/design_docs/cvs_integration
+   M /rt/branches/rt-3.3/docs/design_docs/delegation
+   M /rt/branches/rt-3.3/docs/design_docs/evil_plans
+   M /rt/branches/rt-3.3/docs/design_docs/groups_notes
+   M /rt/branches/rt-3.3/docs/design_docs/link-definitions.txt
+   M /rt/branches/rt-3.3/docs/design_docs/recursive_group_membership_algorithm
+   M /rt/branches/rt-3.3/docs/design_docs/rql_parser_machine.graphviz
+   M /rt/branches/rt-3.3/docs/design_docs/string-extraction-guide.txt
+   M /rt/branches/rt-3.3/docs/design_docs/ticket_templates
+   M /rt/branches/rt-3.3/docs/design_docs/users
+   M /rt/branches/rt-3.3/docs/rt3-schema-relationships.dot
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/etc/RT_SiteConfig.pm
+   M /rt/branches/rt-3.3/etc/acl.Informix
+   M /rt/branches/rt-3.3/etc/acl.Oracle
+   M /rt/branches/rt-3.3/etc/constraints.mysql
+   M /rt/branches/rt-3.3/etc/drop.Informix
+   M /rt/branches/rt-3.3/etc/drop.Oracle
+   M /rt/branches/rt-3.3/etc/initialdata
+   M /rt/branches/rt-3.3/etc/rt.spec
+   M /rt/branches/rt-3.3/etc/schema.SQLite
+   M /rt/branches/rt-3.3/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditScrips
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
+   M /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/rt-3.3/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectGroups
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectRights
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectScripAction
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectSingleOrMultiple
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectUsers
+   M /rt/branches/rt-3.3/html/Admin/Global/Scrip.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/Members.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/CustomField.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/CustomFields.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
+   M /rt/branches/rt-3.3/html/Approvals/Display.html
+   M /rt/branches/rt-3.3/html/Approvals/Elements/Approve
+   M /rt/branches/rt-3.3/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/rt-3.3/html/Approvals/Elements/ShowDependency
+   M /rt/branches/rt-3.3/html/Approvals/Elements/Tabs
+   M /rt/branches/rt-3.3/html/Approvals/index.html
+   M /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedEnd
+   M /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/rt-3.3/html/Elements/CreateTicket
+   M /rt/branches/rt-3.3/html/Elements/GotoTicket
+   M /rt/branches/rt-3.3/html/Elements/Menu
+   M /rt/branches/rt-3.3/html/Elements/MyRequests
+   M /rt/branches/rt-3.3/html/Elements/MyTickets
+   M /rt/branches/rt-3.3/html/Elements/PageLayout
+   M /rt/branches/rt-3.3/html/Elements/Quicksearch
+   M /rt/branches/rt-3.3/html/Elements/Refresh
+   M /rt/branches/rt-3.3/html/Elements/SelectAttachmentField
+   M /rt/branches/rt-3.3/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/rt-3.3/html/Elements/SelectCustomFieldValue
+   M /rt/branches/rt-3.3/html/Elements/SelectGroups
+   M /rt/branches/rt-3.3/html/Elements/SelectLinkType
+   M /rt/branches/rt-3.3/html/Elements/SelectMatch
+   M /rt/branches/rt-3.3/html/Elements/SelectNewTicketQueue
+   M /rt/branches/rt-3.3/html/Elements/SelectQueue
+   M /rt/branches/rt-3.3/html/Elements/SelectResultsPerPage
+   M /rt/branches/rt-3.3/html/Elements/SelectSortOrder
+   M /rt/branches/rt-3.3/html/Elements/SelectTicketSortBy
+   M /rt/branches/rt-3.3/html/Elements/SelectTicketTypes
+   M /rt/branches/rt-3.3/html/Elements/ViewUser
+   M /rt/branches/rt-3.3/html/NoAuth/images/back_home.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/bplogo.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/favicon.png
+   M /rt/branches/rt-3.3/html/NoAuth/images/head_requestracker.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/rt.jpg
+   M /rt/branches/rt-3.3/html/NoAuth/images/space.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/spacer.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/squares_blue.gif
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/default
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/ns
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/links
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/user/default
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/user/ns
+   M /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/rt-3.3/html/REST/1.0/logout
+   M /rt/branches/rt-3.3/html/REST/1.0/search/dhandler
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/link
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/merge
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/Search/Elements/TicketRow
+   M /rt/branches/rt-3.3/html/SelfService/Attachment/dhandler
+   M /rt/branches/rt-3.3/html/SelfService/Closed.html
+   M /rt/branches/rt-3.3/html/SelfService/Elements/Tabs
+   M /rt/branches/rt-3.3/html/SelfService/index.html
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/BulkLinks
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomField
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowCustomFields
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageHeaders
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/html/User/Delegation.html
+   M /rt/branches/rt-3.3/html/User/Elements/DelegateRights
+   M /rt/branches/rt-3.3/html/User/Elements/GroupTabs
+   M /rt/branches/rt-3.3/html/User/Elements/Tabs
+   M /rt/branches/rt-3.3/html/User/Groups/Members.html
+   M /rt/branches/rt-3.3/html/User/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/User/Groups/index.html
+   M /rt/branches/rt-3.3/html/index.html
+   M /rt/branches/rt-3.3/html/l
+   M /rt/branches/rt-3.3/install-sh
+   M /rt/branches/rt-3.3/lib/RT/ACE_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ACL_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/ResolveMembers.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/SetPriority.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/UserDefined.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CachedGroupMember.pm
+   M /rt/branches/rt-3.3/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CachedGroupMembers.pm
+   M /rt/branches/rt-3.3/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/AnyTransaction.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/BeforeDue.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/Overdue.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/PriorityExceeds.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/QueueChange.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/StatusChange.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/UserDefined.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomField.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFieldValue.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFieldValues.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFieldValues_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFields.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Date.pm
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Handle.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/cs.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/i_default.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/CLI.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/REST.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Link.pm
+   M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Links.pm
+   M /rt/branches/rt-3.3/lib/RT/Links_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Principal.pm
+   M /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Principals.pm
+   M /rt/branches/rt-3.3/lib/RT/Principals_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Queues_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Search/ActiveTicketsInQueue.pm
+   M /rt/branches/rt-3.3/lib/RT/Search/Generic.pm
+   M /rt/branches/rt-3.3/lib/RT/System.pm
+   M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue.pm
+   M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues.pm
+   M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/URI/base.pm
+   M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT.pm.in
+   M /rt/branches/rt-3.3/lib/t/00smoke.t.in
+   M /rt/branches/rt-3.3/lib/t/01harness.t.in
+   M /rt/branches/rt-3.3/lib/t/02regression.t.in
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/dir
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg1
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg2
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg3
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg4
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg5
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg6
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg7
+   M /rt/branches/rt-3.3/lib/t/data/multipart-alternative-with-umlaut
+   M /rt/branches/rt-3.3/lib/t/data/multipart-report
+   M /rt/branches/rt-3.3/lib/t/data/nested-mime-sample
+   M /rt/branches/rt-3.3/lib/t/data/nested-rfc-822
+   M /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1
+   M /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1-full
+   M /rt/branches/rt-3.3/lib/t/data/russian-subject-no-content-type
+   M /rt/branches/rt-3.3/lib/t/data/text-html-in-russian
+   M /rt/branches/rt-3.3/lib/t/data/text-html-with-umlaut
+   M /rt/branches/rt-3.3/lib/t/regression/00placeholder
+   M /rt/branches/rt-3.3/lib/t/regression/mime_tests
+   M /rt/branches/rt-3.3/m4/rt_enable_layout.m4
+   M /rt/branches/rt-3.3/m4/rt_expand_var.m4
+   M /rt/branches/rt-3.3/m4/rt_layout.m4
+   M /rt/branches/rt-3.3/m4/rt_subst_expanded_arg.m4
+   M /rt/branches/rt-3.3/sbin/extract-message-catalog
+   M /rt/branches/rt-3.3/sbin/extract_pod_tests
+   M /rt/branches/rt-3.3/sbin/factory
+   M /rt/branches/rt-3.3/sbin/regression_harness
+   M /rt/branches/rt-3.3/sbin/rt-setup-database.in
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
+
+ r1484@tinbook:  jesse | 2004-05-07T00:31:24.624807Z
+ Merging forward from 3.1
+ ----------------------------------------------------------------------
 
-Bumping to 3.0.11rc4
 ------------------------------------------------------------------------
-r939 | jesse | 2004-05-23 22:14:26 -0400 (Sun, 23 May 2004) | 18 lines
+r843 | autrijus | 2004-05-06 04:13:18 -0400 (Thu, 06 May 2004) | 10 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   A /rt/trunk/lib/t/data/rt-send-cc
+   M /rt
+   D /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
 
  ----------------------------------------------------------------------
- r1664@tinbook:  jesse | 2004-05-24T01:24:50.613317Z
- Minor documentation update
- ----------------------------------------------------------------------
- r1665@tinbook:  jesse | 2004-05-24T01:28:12.674977Z
+ r4415@not:  autrijus | 2004-05-03T06:42:06.584504Z
  
- Fixed a regression related to Groups->WithRight
+ * move atom-api.txt to RTx::Atom space.
  ----------------------------------------------------------------------
- r1666@tinbook:  jesse | 2004-05-24T02:12:25.100951Z
+ r4510@not:  autrijus | 2004-05-06T07:44:35.710915Z
  
- added back a missing test file
- ----------------------------------------------------------------------
- r1667@tinbook:  jesse | 2004-05-24T02:13:00.285813Z
- Altering a Groups join to be a bit more efficient
+ * stub undef CustomField->QueueObj to make BuildFormatString happy.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r914 | jesse | 2004-05-17 16:07:40 -0400 (Mon, 17 May 2004) | 1 line
+r833 | jesse | 2004-05-05 14:18:03 -0400 (Wed, 05 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/releng.cnf
+   M /rt/branches/rt-3.3
 
-Bumping to 3.0.11rc3
-------------------------------------------------------------------------
-r913 | jesse | 2004-05-17 16:05:25 -0400 (Mon, 17 May 2004) | 1 line
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/t/04_send_email.pl.in
+A new merge ticket
 
-Backported ticket searching fixes from 3.1; fixed a bug in email address testing code
 ------------------------------------------------------------------------
-r876 | jesse | 2004-05-12 02:46:25 -0400 (Wed, 12 May 2004) | 7 lines
+r810 | autrijus | 2004-05-02 21:00:48 -0400 (Sun, 02 May 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Search/Elements/PickRestriction
+   M /rt
+   D /rt/branches/rt-3.3/html/REST/2.0
 
  ----------------------------------------------------------------------
- r1545@tinbook:  jesse | 2004-05-12T06:45:50.218931Z
+ r4394@not:  autrijus | 2004-05-03T01:00:51.890023Z
+ * 301 Moved Permanently
+ * Location: /RTx-Atom/html/Atom/0.3
  
- PickRestriction needed the absolute path fix
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r873 | jesse | 2004-05-11 19:04:59 -0400 (Tue, 11 May 2004) | 6 lines
+r808 | autrijus | 2004-05-02 20:21:29 -0400 (Sun, 02 May 2004) | 15 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/releng.cnf
+   M /rt
+   M /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
+   A /rt/branches/rt-3.3/html/REST/2.0/Add
+   A /rt/branches/rt-3.3/html/REST/2.0/Add/index
+   D /rt/branches/rt-3.3/html/REST/2.0/Create
+   D /rt/branches/rt-3.3/html/REST/2.0/Delete
+   A /rt/branches/rt-3.3/html/REST/2.0/Remove
+   A /rt/branches/rt-3.3/html/REST/2.0/Remove/index
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/Date.pm
 
  ----------------------------------------------------------------------
- r1539@tinbook:  jesse | 2004-05-11T22:54:41.535834Z
+ r4385@not:  autrijus | 2004-05-02T21:16:04.349680Z
+ * Correct POD for W3CDTF
+ ----------------------------------------------------------------------
+ r4388@not:  autrijus | 2004-05-03T00:17:22.934822Z
+ * massive redesign based on discussion with obra.
+ ----------------------------------------------------------------------
+ r4389@not:  autrijus | 2004-05-03T00:21:25.960300Z
+ * Rename "Create" to "Add"; "Delete" to "Remove".
  
- Bumping to rc2
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r865 | jesse | 2004-05-11 02:42:01 -0400 (Tue, 11 May 2004) | 11 lines
+r805 | autrijus | 2004-05-02 14:03:32 -0400 (Sun, 02 May 2004) | 10 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/html/Search/Listing.html
+   M /rt
+   A /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
+   A /rt/branches/rt-3.3/html/REST/2.0/Create/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Delete/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Describe
+   A /rt/branches/rt-3.3/html/REST/2.0/Describe/index
+   M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
+   A /rt/branches/rt-3.3/html/REST/2.0/Get/index
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   A /rt/branches/rt-3.3/html/REST/2.0/Put
+   A /rt/branches/rt-3.3/html/REST/2.0/Put/index
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Update/index
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/html/REST/2.0/index
 
  ----------------------------------------------------------------------
- r1117@Jesse-Vincents-Computer:  jesse | 2004-05-11T06:41:01.215469Z
- Updated "order" handling in the cli from ams
+ r4382@not:  autrijus | 2004-05-02T18:02:39.870947Z
  
+ * Describes RT/REST 2.0, Atom-compatible API.
  ----------------------------------------------------------------------
- r1118@Jesse-Vincents-Computer:  jesse | 2004-05-11T06:41:36.770412Z
+ r4383@not:  autrijus | 2004-05-02T18:03:08.473736Z
  
- Better handling of search listing page after a redirect
+ * Put stubs to all the unimplemented verbs.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r863 | jesse | 2004-05-10 18:42:38 -0400 (Mon, 10 May 2004) | 1 line
-Changed paths:
-   M /rt/trunk
-
-
-------------------------------------------------------------------------
-r849 | jesse | 2004-05-06 21:00:24 -0400 (Thu, 06 May 2004) | 18 lines
+r804 | autrijus | 2004-05-02 11:58:17 -0400 (Sun, 02 May 2004) | 14 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/html/Admin/Queues/Scrip.html
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT.pm.in
+   M /rt
+   A /rt/branches/rt-3.3/html/REST/2.0/Elements/Error
+   A /rt/branches/rt-3.3/html/REST/2.0/Elements/Introspect
+   D /rt/branches/rt-3.3/html/REST/2.0/Error
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/html/REST/2.0/index
 
  ----------------------------------------------------------------------
- r1486@tinbook:  jesse | 2004-05-07T00:49:12.363243Z
+ r4379@not:  autrijus | 2004-05-02T15:26:00.873038Z
  
- Fix for proper display of ScripId on scrip edit from Ruslan
+ * Do content negotiation with the browser and fallback on text/xml.
+ * Clean up namespaces a little.
  ----------------------------------------------------------------------
- r1487@tinbook:  jesse | 2004-05-07T00:49:29.125437Z
+ r4380@not:  autrijus | 2004-05-02T15:58:03.262688Z
  
- Fix for search on Cc and AdminCc from Ruslan
- ----------------------------------------------------------------------
- r1488@tinbook:  jesse | 2004-05-07T00:52:40.234557Z
- Fix for a false positive error about directory permissions when opening the rt logfile from Ruslan
- ----------------------------------------------------------------------
- r1489@tinbook:  jesse | 2004-05-07T00:58:03.221505Z
+ * Move Error/index to Elements/Error since Error is not a verb.
+ * Refactor the Introspect part away to Elements/.
+ * Correctly redirects /Templates/ and /template/ to /templates/.
  
-  (#4638) cli cookie handling improved from Muncus
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r841 | jesse | 2004-05-06 01:35:36 -0400 (Thu, 06 May 2004) | 6 lines
+r802 | autrijus | 2004-05-02 09:14:02 -0400 (Sun, 02 May 2004) | 7 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/releng.cnf
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/index.css
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
  ----------------------------------------------------------------------
- r1465@tinbook:  jesse | 2004-05-06T05:34:05.907225Z
+ r4375@not:  autrijus | 2004-05-02T13:13:38.884936Z
  
- Bumping to 3.0.11rc1
+ * use ->URI correctly.
+ * use <a xmlns="...html..."> so things can correct render in nongecko browsers.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r840 | jesse | 2004-05-06 00:09:11 -0400 (Thu, 06 May 2004) | 6 lines
+r801 | autrijus | 2004-05-01 19:14:04 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/index
 
  ----------------------------------------------------------------------
- r1085@tinbook:  jesse | 2004-05-06T04:07:41.566641Z
+ r4365@not:  autrijus | 2004-05-01T23:14:05.342098Z
  
- #5592: Don't display an empty RT-Send-Bcc header if there were no bccs
+ * Cross-introspection logic to eliminate subordinate classes from main index.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r812 | jesse | 2004-05-03 00:39:57 -0400 (Mon, 03 May 2004) | 34 lines
+r800 | autrijus | 2004-05-01 17:39:50 -0400 (Sat, 01 May 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/html/Admin/Groups/index.html
-   M /rt/trunk/html/Elements/MyRequests
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT.pm.in
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   A /rt/branches/rt-3.3/html/REST/2.0/NoAuth/index.css
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   M /rt/branches/rt-3.3/html/REST/2.0/autohandler
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/html/REST/2.0/index
 
  ----------------------------------------------------------------------
- r2289@tinbook:  jesse | 2004-05-03T00:13:57.610636Z
- Corrected docs for rt.in per Ticket #4618
- ----------------------------------------------------------------------
- r2290@tinbook:  jesse | 2004-05-03T00:31:06.379542Z
+ r4363@not:  autrijus | 2004-05-01T21:39:51.608519Z
  
- Applied Syslog configuration patch from 4717
+ * Index page implemented using multiple "Feed" services.
+ * Lots of cute, little icons placed with CSS.
+ * Much better preparation for autodiscovery; PostURI is now handled with "/type.new".
  ----------------------------------------------------------------------
- r2291@tinbook:  jesse | 2004-05-03T00:39:30.205636Z
- #5189: patch to bin/rt for default query and order
+
+------------------------------------------------------------------------
+r799 | autrijus | 2004-05-01 14:54:56 -0400 (Sat, 01 May 2004) | 6 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+
  ----------------------------------------------------------------------
- r2292@tinbook:  jesse | 2004-05-03T00:45:15.670290Z
+ r4361@not:  autrijus | 2004-05-01T18:55:05.234036Z
  
- Adding a patch from Dirk Pape to hide disabled groups by default (#5229)
+ * Even more CSS tricks.
  ----------------------------------------------------------------------
- r2293@tinbook:  jesse | 2004-05-03T00:47:02.636897Z
- #5238: [rt-users] Patch: Mason Profiing under FastCGI
+
+------------------------------------------------------------------------
+r798 | autrijus | 2004-05-01 14:49:18 -0400 (Sat, 01 May 2004) | 14 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/html/Admin/Elements/Header
+   M /rt/branches/rt-3.3/html/Admin/Global/Templates.html
+   M /rt/branches/rt-3.3/html/Elements/Header
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   A /rt/branches/rt-3.3/html/REST/2.0/Elements
+   A /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   M /rt/branches/rt-3.3/html/REST/2.0/autohandler
+
  ----------------------------------------------------------------------
- r2294@tinbook:  jesse | 2004-05-03T00:51:31.523941Z
+ r4357@not:  autrijus | 2004-05-01T18:47:10.055533Z
  
- #5278: Making the length of the "MyRequests" list configurable
+ * Various CSS tricks.
  ----------------------------------------------------------------------
- r2295@tinbook:  jesse | 2004-05-03T00:56:19.176341Z
+ r4358@not:  autrijus | 2004-05-01T18:47:49.553353Z
  
- #5303: Adding support for piping reply messages from STDIN
+ * Fixed an off-by-one error in ticket listing.
  ----------------------------------------------------------------------
- r2296@tinbook:  jesse | 2004-05-03T01:45:55.903495Z
+ r4359@not:  autrijus | 2004-05-01T18:48:06.789268Z
  
- A patch to generate better SQL when searching on attachment content. Backported from 3.1
+ * support for Atom autodiscovery.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r807 | autrijus | 2004-05-02 17:18:08 -0400 (Sun, 02 May 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/lib/RT/Date.pm
-
-* Backport Date->W3CDTF from rt-3.3 for REST 2.0.
-
-------------------------------------------------------------------------
-r806 | autrijus | 2004-05-02 17:17:25 -0400 (Sun, 02 May 2004) | 1 line
-Changed paths:
-   A /rt/trunk/html/Elements/QueryString
-
-* Pull in QueryString from RT 3.1+ for REST API
-------------------------------------------------------------------------
-r778 | jesse | 2004-04-30 01:42:18 -0400 (Fri, 30 Apr 2004) | 7 lines
+r797 | autrijus | 2004-05-01 12:11:01 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/EmailParser.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Error/index
 
  ----------------------------------------------------------------------
- r1402@debian:  jesse | 2004-04-30T14:44:55.419589Z
- Backporting a taint fix for the EmailParser from 3.1
+ r4353@not:  autrijus | 2004-05-01T16:11:10.795277Z
  
+ * finally Error works for all three supported carriers.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r777 | jesse | 2004-04-30 00:59:57 -0400 (Fri, 30 Apr 2004) | 10 lines
+r796 | autrijus | 2004-05-01 12:07:33 -0400 (Sat, 01 May 2004) | 17 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/configure.ac
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/bin/standalone_httpd.in
+   M /rt/branches/rt-3.3/html/REST/2.0/Error/index
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
 
  ----------------------------------------------------------------------
- r1399@debian:  jesse | 2004-04-30T11:59:41.354565Z
+ r4349@not:  autrijus | 2004-05-01T15:36:00.221832Z
  
- Mark our configure script as comming from svn
+ * Properly clean up leftover HTTP_* environment variables.
+ * Pass authorization header to Mason.
+ * Send out correct HTTP status code instead of blindly assuming 200.
  ----------------------------------------------------------------------
- r1400@debian:  jesse | 2004-04-30T14:01:38.501468Z
+ r4350@not:  autrijus | 2004-05-01T15:59:39.046584Z
  
- Fixed an issue that could cause multiline rt-send-cc and rt-send-bcc headers to be truncated
+ * RT::Date->new also takes currentuser.
+ ----------------------------------------------------------------------
+ r4351@not:  autrijus | 2004-05-01T16:00:38.530367Z
+ * Correctly handle nonce disposal.
+ * $m->abort is needed for mod_perl2.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r776 | jesse | 2004-04-29 22:48:19 -0400 (Thu, 29 Apr 2004) | 1 line
-Changed paths:
-   M /rt/trunk
-
-
-------------------------------------------------------------------------
-r767 | leira | 2004-04-28 18:41:16 -0400 (Wed, 28 Apr 2004) | 2 lines
+r795 | autrijus | 2004-05-01 09:58:07 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/GroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/I18N/cs.po
-   M /rt/trunk/lib/RT/I18N/de.po
-   M /rt/trunk/lib/RT/I18N/es.po
-   M /rt/trunk/lib/RT/I18N/fr.po
-   M /rt/trunk/lib/RT/I18N/he.po
-   M /rt/trunk/lib/RT/I18N/it.po
-   M /rt/trunk/lib/RT/I18N/ja.po
-   M /rt/trunk/lib/RT/I18N/nl.po
-   M /rt/trunk/lib/RT/I18N/no.po
-   M /rt/trunk/lib/RT/I18N/pt_br.po
-   M /rt/trunk/lib/RT/I18N/ru.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
-Separate, not seperate.  Applies patch in ticket #5319.
+ ----------------------------------------------------------------------
+ r4347@not:  autrijus | 2004-05-01T13:58:14.427055Z
+ * it's Queues, not Queue
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r760 | jesse | 2004-04-27 18:34:16 -0400 (Tue, 27 Apr 2004) | 2 lines
+r794 | autrijus | 2004-05-01 09:55:57 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/EmailParser.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
-Better handling of the tempdir for the email parser. It could end up tainted in certain scenarios
+ ----------------------------------------------------------------------
+ r4345@not:  autrijus | 2004-05-01T13:56:03.778530Z
+ * use absolute URIs, not relative ones, per the Atom spec
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r751 | leira | 2004-04-26 19:01:15 -0400 (Mon, 26 Apr 2004) | 4 lines
+r793 | autrijus | 2004-05-01 09:51:25 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-
-Applied Paulo Matos's patch from #5135.
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
-SendEmail didn't conform to RFC #2047.
+ ----------------------------------------------------------------------
+ r4343@not:  autrijus | 2004-05-01T13:51:31.406464Z
+ * link semantics now agrees with AtomAPI.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r750 | leira | 2004-04-26 18:14:44 -0400 (Mon, 26 Apr 2004) | 4 lines
+r792 | autrijus | 2004-05-01 09:35:28 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-
-Applies patch from #5286, from Paulo Matos <pjsm@fct.unl.pt>.
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
-DTRT with autocreating user real names and email addresses when adding watchers (not just when the user is created via email).
+ ----------------------------------------------------------------------
+ r4341@not:  autrijus | 2004-05-01T13:35:35.544895Z
+ * Make <id> slightly more unique
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r749 | jesse | 2004-04-26 18:11:42 -0400 (Mon, 26 Apr 2004) | 1 line
+r791 | autrijus | 2004-05-01 09:33:03 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Error/index
+   M /rt/branches/rt-3.3/html/REST/2.0/autohandler
 
+ ----------------------------------------------------------------------
+ r4339@not:  autrijus | 2004-05-01T13:32:59.502832Z
+ * adapt for FastCGI's needs
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r747 | leira | 2004-04-26 15:30:25 -0400 (Mon, 26 Apr 2004) | 2 lines
+r790 | autrijus | 2004-05-01 09:22:21 -0400 (Sat, 01 May 2004) | 9 lines
 Changed paths:
-   M /rt/trunk/sbin/rt-setup-database.in
+   M /rt
+   A /rt/branches/rt-3.3/html/REST/2.0/Auth
+   A /rt/branches/rt-3.3/html/REST/2.0/Create
+   A /rt/branches/rt-3.3/html/REST/2.0/Delete
+   A /rt/branches/rt-3.3/html/REST/2.0/Error
+   A /rt/branches/rt-3.3/html/REST/2.0/Error/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Get
+   A /rt/branches/rt-3.3/html/REST/2.0/Search
+   A /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Update
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   A /rt/branches/rt-3.3/html/REST/2.0/index
 
-Applied Paulo Matos's <pjsm@fct.unl.pt> patch from #5401.  Support System Role groups in rt-setup-database.
-
-------------------------------------------------------------------------
-r742 | jesse | 2004-04-26 14:57:29 -0400 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
+ ----------------------------------------------------------------------
+ r4335@not:  autrijus | 2004-05-01T13:20:56.570615Z
+ * Establish directory layout.
+ * Error handling.
+ * Refactor out the 'Search' verb.
+ ----------------------------------------------------------------------
 
-RT previously split stored headers on newlines. The new regexp better matches what the RFC says it should
 ------------------------------------------------------------------------
-r737 | jesse | 2004-04-25 02:02:12 -0400 (Sun, 25 Apr 2004) | 6 lines
+r788 | autrijus | 2004-05-01 07:44:58 -0400 (Sat, 01 May 2004) | 7 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
 
  ----------------------------------------------------------------------
- r2152@tinbook:  jesse | 2004-04-25T06:01:59.654755Z
+ r4331@not:  autrijus | 2004-05-01T11:44:31.355329Z
  
- We were needlessly including the "Principals" table in a query. It hurt postgres perf significantly
+ * do not offer WSSE auth to non-atom clients, and vice versa,
+   to avoid spurious auth warnings.
  ----------------------------------------------------------------------
-------------------------------------------------------------------------
-r736 | jesse | 2004-04-24 14:48:30 -0400 (Sat, 24 Apr 2004) | 6 lines
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/User_Overlay.pm
-
-----------------------------------------------------------------------
-r2150@tinbook:  jesse | 2004-04-24T18:46:32.312073Z
-
-Additional changes to user creation and setting of "Privileged" status to improve access control handling
-----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r735 | jesse | 2004-04-23 17:39:10 -0400 (Fri, 23 Apr 2004) | 6 lines
+r785 | autrijus | 2004-05-01 07:16:25 -0400 (Sat, 01 May 2004) | 10 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/sbin/rt-test-dependencies.in
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/lib/RT/Date.pm
 
  ----------------------------------------------------------------------
- r2148@tinbook:  jesse | 2004-04-23T21:38:44.150971Z
+ r4323@not:  autrijus | 2004-05-01T11:14:28.377660Z
  
- RT requires perl 5.8.3 to work correctly. Testdeps should check this
+ * implement ->W3CDTF.
  ----------------------------------------------------------------------
+ r4324@not:  autrijus | 2004-05-01T11:16:31.456041Z
  
-------------------------------------------------------------------------
-r734 | jesse | 2004-04-23 16:48:17 -0400 (Fri, 23 Apr 2004) | 6 lines
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/User_Overlay.pm
+ * we are now a valid Atom feed.
+ ----------------------------------------------------------------------
 
-  ----------------------------------------------------------------------
-  r2145@tinbook:  jesse | 2004-04-23T20:47:48.438783Z
-  
-  Rework RT::User->Create logic to better handle error cases
-  ----------------------------------------------------------------------
-  
 ------------------------------------------------------------------------
-r732 | leira | 2004-04-23 13:47:06 -0400 (Fri, 23 Apr 2004) | 5 lines
+r784 | autrijus | 2004-05-01 06:52:15 -0400 (Sat, 01 May 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/html/Admin/Elements/SelectNewGroupMembers
-
-Users->Limit should specify ENTRYAGGREGATOR.  This was always true,
-but DBIx::SearchBuilder makes it obvious.
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
 
-This is a patch from BAZZAOUI Aissam <bazzaoui@karavel.com>.
-
-------------------------------------------------------------------------
-r730 | jesse | 2004-04-22 17:14:40 -0400 (Thu, 22 Apr 2004) | 1 line
-Changed paths:
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/mason_handler.scgi.in
+ ----------------------------------------------------------------------
+ r4321@not:  autrijus | 2004-05-01T10:52:23.225100Z
+ * add fastcgi support.
+ * make proper use of X-WSSE header instead of demanding Authorization
+ ----------------------------------------------------------------------
 
-Drop
 ------------------------------------------------------------------------
-r729 | jesse | 2004-04-22 02:20:20 -0400 (Thu, 22 Apr 2004) | 6 lines
+r783 | autrijus | 2004-05-01 06:50:30 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Template_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/I18N.pm
 
  ----------------------------------------------------------------------
- r2138@tinbook:  jesse | 2004-04-22T06:19:33.419238Z
+ r4319@not:  autrijus | 2004-05-01T10:50:15.580296Z
  
- Clean up temporary files better
+ * glob local/*.po too for consistency and intuitiveness.
  ----------------------------------------------------------------------
+
 ------------------------------------------------------------------------
-r728 | jesse | 2004-04-22 01:59:41 -0400 (Thu, 22 Apr 2004) | 6 lines
+r782 | autrijus | 2004-05-01 06:35:23 -0400 (Sat, 01 May 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
+   M /rt
+   A /rt/branches/rt-3.3/html/REST/2.0/NoAuth
+   A /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   M /rt/branches/rt-3.3/html/REST/2.0/autohandler
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
 
  ----------------------------------------------------------------------
- r2136@tinbook:  jesse | 2004-04-22T05:59:16.845794Z
+ r4317@not:  autrijus | 2004-05-01T10:35:00.584748Z
  
- Fix for the previous (post 3.0.10) update
- ----------------------------------------------------------------------
+ * now does Basic and Digest authentication, too.
+ * CSSify the example feed
  
+ ----------------------------------------------------------------------
+
 ------------------------------------------------------------------------
-r721 | jesse | 2004-04-21 15:44:00 -0400 (Wed, 21 Apr 2004) | 5 lines
+r781 | autrijus | 2004-04-30 23:24:12 -0400 (Fri, 30 Apr 2004) | 7 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Search/Elements/PickRestriction
+   M /rt
+   A /rt/branches/rt-3.3/html/REST/2.0
+   A /rt/branches/rt-3.3/html/REST/2.0/autohandler
+   A /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
 
  ----------------------------------------------------------------------
- r2123@tinbook:  jesse | 2004-04-21T19:43:39.090256Z
+ r4309@not:  autrijus | 2004-05-01T03:22:53.730384Z
  
- Fix for Restriction corruption on repeated search from Ruslan
+ * initial commit of RT/REST 2.0 API and WSSE authentication.
  
+ ----------------------------------------------------------------------
+
 ------------------------------------------------------------------------
-r706 | jesse | 2004-04-19 23:25:46 -0400 (Mon, 19 Apr 2004) | 19 lines
+r766 | jesse | 2004-04-28 14:26:02 -0400 (Wed, 28 Apr 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/ACL_Overlay.pm
+   M /rt/branches/rt-3.3/etc/upgrade
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Informix
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Oracle
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Pg
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.SQLite
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.mysql
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.Pg
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
 
  ----------------------------------------------------------------------
- r2099@tinbook:  jesse | 2004-04-20T03:25:26.896206Z
- Message-ID: <4083E905.8020903@uk.yahoo-inc.com>                                                 
- Date: Mon, 19 Apr 2004 15:58:13 +0100                                                           
- From: Vernon Lyon <vlyon@uk.yahoo-inc.com>                                                      
- Hi Jesse,                                                                                       
-                                                                                                 
- I submitted this a few months ago, but it seems to have gotten lost.                            
- Below is a diff for a quick bug fix for the file: lib/RT/ACL_Overlay.pm                         
-                                                                                                 
-  *   $args{'PrincipalId'}  should be  $args{'Id'}                                               
-                                                                                                 
- Regards,                                                                                        
- Vernon                                                                                          
+ r2206@tinbook:  jesse | 2004-04-28T18:24:56.988760Z
  
+ Added the beginnings of upgrade 3.1->3.3 functionality. has not yet been tested
+ ----------------------------------------------------------------------
  
 ------------------------------------------------------------------------
-r698 | jesse | 2004-04-18 17:15:24 -0400 (Sun, 18 Apr 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/lib/RT/CurrentUser.pm
-
-Better handling of loc when RT's database isn't there. (Check for a user before trying to use it)
-
-------------------------------------------------------------------------
-r674 | jesse | 2004-04-06 00:13:01 -0400 (Tue, 06 Apr 2004) | 2 lines
+r763 | autrijus | 2004-04-28 02:05:14 -0400 (Wed, 28 Apr 2004) | 8 lines
 Changed paths:
-   D /rt/trunk/sbin/rt-setup-database
-   D /rt/trunk/sbin/rt-test-dependencies
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/Base.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
 
-Whacking more autogenerated files
+ ----------------------------------------------------------------------
+ r4223@not:  autrijus | 2004-04-28T06:00:27.794797Z
+ * correctly put loc_fuzzy in Base.
+ * do not double-encode EscapeUTF8 for Mason.  this resolves the weird
+   standalong-httpd bug.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r673 | jesse | 2004-04-06 00:10:08 -0400 (Tue, 06 Apr 2004) | 2 lines
+r761 | jesse | 2004-04-27 23:16:35 -0400 (Tue, 27 Apr 2004) | 2 lines
 Changed paths:
-   D /rt/trunk/etc/RT_Config.pm
-   D /rt/trunk/lib/RT.pm
-   D /rt/trunk/lib/t/00smoke.t
-   D /rt/trunk/lib/t/01harness.t
-   D /rt/trunk/lib/t/02regression.t
-   D /rt/trunk/lib/t/03web.pl
-   D /rt/trunk/lib/t/04_send_email.pl
-   M /rt/trunk/sbin/rt-setup-database
+   M /rt/branches/rt-3.3/etc/schema.Pg
 
-Removing autogenerated files from the repo
+Updating schema for 3.3 to use 'integer' on postgres rather than int2 on Andrew Sullivan's recommendation
 
 ------------------------------------------------------------------------
-r672 | jesse | 2004-04-06 00:08:40 -0400 (Tue, 06 Apr 2004) | 2 lines
+r758 | autrijus | 2004-04-27 16:12:38 -0400 (Tue, 27 Apr 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Interface/Email.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/Elements/Footer
 
-Removing extra debugging info
+ ----------------------------------------------------------------------
+ r4214@not:  autrijus | 2004-04-27T20:12:39.658238Z
+ * rework Footer l10n into one line so not to confuse the old string extractor
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r670 | jesse | 2004-04-05 10:14:32 -0400 (Mon, 05 Apr 2004) | 1 line
+r757 | autrijus | 2004-04-27 16:09:45 -0400 (Tue, 27 Apr 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
 
-Only show _users_ in the "About this requestor" box
-------------------------------------------------------------------------
-r624 | jesse | 2004-03-25 10:56:12 -0500 (Thu, 25 Mar 2004) | 1 line
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/releng.cnf
+ ----------------------------------------------------------------------
+ r4211@not:  autrijus | 2004-04-27T19:55:32.087502Z
+ * Chinese translations.
+ ----------------------------------------------------------------------
 
-This is 3.0.10
 ------------------------------------------------------------------------
-r599 | jesse | 2004-03-17 16:24:09 -0500 (Wed, 17 Mar 2004) | 1 line
+r756 | autrijus | 2004-04-27 04:46:57 -0400 (Tue, 27 Apr 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/I18N/fi.po
+   M /rt
+   M /rt/branches/rt-3.3/README
 
-Finnish translation had been corrupted
-------------------------------------------------------------------------
-r596 | autrijus | 2004-03-17 11:57:57 -0500 (Wed, 17 Mar 2004) | 1 line
-Changed paths:
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
+ ----------------------------------------------------------------------
+ r4195@not:  autrijus | 2004-04-27T08:46:36.958817Z
+ * now mod_perl2 only needs one line of extra setup.
+  
+ ----------------------------------------------------------------------
 
-* update chinese l10n for 3.0.10.
 ------------------------------------------------------------------------
-r590 | jesse | 2004-03-17 00:40:57 -0500 (Wed, 17 Mar 2004) | 4 lines
+r746 | autrijus | 2004-04-26 15:11:33 -0400 (Mon, 26 Apr 2004) | 7 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/SelfService/Display.html
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-
-
-Merging back a fix to the "Comment/Reply" links after a quicksearch
+   M /rt
+   M /rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
 
+ ----------------------------------------------------------------------
+ r4176@not:  autrijus | 2004-04-26T19:09:53.594445Z
+ * switch password format from base64 to hex; maintaining legacy
+   compatibility by upgrading passwords in-place upon successful auth
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r587 | jesse | 2004-03-16 21:02:37 -0500 (Tue, 16 Mar 2004) | 2 lines
+r745 | autrijus | 2004-04-26 15:02:48 -0400 (Mon, 26 Apr 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/releng.cnf
+   M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
 
-Bumped RT to 3.0.10rc1
+ ----------------------------------------------------------------------
+ r4171@not:  autrijus | 2004-04-26T18:59:54.608186Z
+ * correct EMPTY and NULL support for $Tickets->LimitAttribute().
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r583 | jesse | 2004-03-16 13:26:30 -0500 (Tue, 16 Mar 2004) | 2 lines
+r744 | autrijus | 2004-04-26 15:01:49 -0400 (Mon, 26 Apr 2004) | 8 lines
 Changed paths:
-   A /rt/trunk/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
 
-Initial "loose" danish translation from Jonas ( http://www.logiclab.dk/projects/rt3/ )
+ ----------------------------------------------------------------------
+ r4170@not:  autrijus | 2004-04-26T18:56:10.826541Z
+ * Do not crash the application when Template parsing failed; instead
+   capture the error and handle it with $RT::Logger->error().
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r582 | jesse | 2004-03-15 14:29:07 -0500 (Mon, 15 Mar 2004) | 7 lines
+r743 | autrijus | 2004-04-26 15:01:05 -0400 (Mon, 26 Apr 2004) | 8 lines
 Changed paths:
-   M /rt/trunk/lib/RT/I18N/fr.po
-
-RT-Ticket: 5365
-RT-Status: resolved
-
-Fixed a typo in the french localization
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
 
-----------------------------------------------------------------------
+ ----------------------------------------------------------------------
+ r4169@not:  autrijus | 2004-04-26T18:52:39.442581Z
+ * allow subkeys limit like $Tickets->Limit( FIELD => 'Requestor.Id' );
+   previously it was only available from "CF.*" keys.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r581 | jesse | 2004-03-15 14:28:07 -0500 (Mon, 15 Mar 2004) | 7 lines
+r741 | autrijus | 2004-04-26 14:48:52 -0400 (Mon, 26 Apr 2004) | 3 lines
 Changed paths:
-   A /rt/trunk/lib/RT/I18N/hu.po
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
 
-r888:  jesse | 2004-03-15T19:02:40.067050Z
-
-RT-Ticket: 5251
-RT-Status: resolved
-
-Hungarian translation
+* freeze() forgot to take account of the look_at_* indices, resulting
+  in incorrect object after thaw()ing
 
 ------------------------------------------------------------------------
-r580 | jesse | 2004-03-15 14:24:11 -0500 (Mon, 15 Mar 2004) | 22 lines
+r733 | autrijus | 2004-04-23 15:09:40 -0400 (Fri, 23 Apr 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/lib/RT/I18N/fi.po
-
-----------------------------------------------------------------------
-r882:  jesse | 2004-03-15T18:36:05.531201Z
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
 
-
-----------------------------------------------------------------------
-r883:  jesse | 2004-03-15T18:39:57.667260Z
-
-
-----------------------------------------------------------------------
-r885:  jesse | 2004-03-15T18:48:45.660341Z
-
-
-----------------------------------------------------------------------
-r887:  jesse | 2004-03-15T19:00:56.469429Z
-
-RT-Ticket: 5151
-RT-Status: resolved
-
-updated Finnish localization
-
-----------------------------------------------------------------------
+ r4083@not:  autrijus | 2004-04-23T19:08:59.061919Z
+ * ENTRY_AGGREGATOR is a misspelling (for ENTRYAGGREGATOR), and it
+   defaults to OR anyway, so simply eliminate this bogus parameter.
 
 ------------------------------------------------------------------------
-r579 | jesse | 2004-03-15 13:49:40 -0500 (Mon, 15 Mar 2004) | 5 lines
+r722 | autrijus | 2004-04-21 18:32:19 -0400 (Wed, 21 Apr 2004) | 10 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/User_Overlay.pm
-
-RT-Ticket: 5717
-RT-Status: resolved
+   M /rt
+   M /rt/branches/rt-3.1/lib/RT/SearchBuilder.pm
+   M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
 
-Fixed a typo in a debugging message
+ r4037@not:  autrijus | 2004-04-21T22:30:37.269510Z
+ * It turns out that for EMPTY => 1 to work, IS NULL needs to be OR'ed
+   to the other columns as well...
+ ----------------------------------------------------------------------
+ r4038@not:  autrijus | 2004-04-21T22:31:56.271421Z
+ * merge previous commit from 3.3 to 3.1.
 
 ------------------------------------------------------------------------
-r578 | jesse | 2004-03-15 13:40:50 -0500 (Mon, 15 Mar 2004) | 5 lines
+r719 | autrijus | 2004-04-21 14:59:55 -0400 (Wed, 21 Apr 2004) | 4 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Elements/SelectMatch
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
 
-RT-Ticket: 5306
-RT-Status: resolved
+ r4027@not:  autrijus | 2004-04-21T18:59:19.548165Z
 
-Applied patch to correct logic in SelectMatch
+ * LimitAttribute( EMPTY => 1 ) is much more correctly handled with a IS NULL.
 
 ------------------------------------------------------------------------
-r576 | jesse | 2004-03-15 11:06:30 -0500 (Mon, 15 Mar 2004) | 2 lines
+r717 | jesse | 2004-04-21 01:25:01 -0400 (Wed, 21 Apr 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/html/Elements/MessageBox
-
-MessageBox is now more configurable, thanks to Ruslan
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/etc/schema.mysql
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Informix
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Oracle
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Pg
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.SQLite
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.mysql
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/content
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Informix
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Oracle
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Pg
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.SQLite
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.mysql
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
+   A /rt/branches/rt-3.3/html/Admin/Elements/ToolTabs
+   A /rt/branches/rt-3.3/html/Admin/Tools
+   A /rt/branches/rt-3.3/html/Admin/Tools/Configuration.html
+   A /rt/branches/rt-3.3/html/Admin/Tools/index.html
+   A /rt/branches/rt-3.3/html/Elements/QueryString
+   A /rt/branches/rt-3.3/html/Elements/ScrubHTML
+   M /rt/branches/rt-3.3/html/Elements/Tabs
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   M /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/rt-3.3/html/Scope/Search.html
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Edit.html
+   M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
+   M /rt/branches/rt-3.3/html/Search/Elements/DisplayOptions
+   M /rt/branches/rt-3.3/html/Search/Elements/EditFormat
+   M /rt/branches/rt-3.3/html/Search/Elements/EditSearches
+   M /rt/branches/rt-3.3/html/Search/Results.html
+   M /rt/branches/rt-3.3/html/Search/Results.rdf
+   M /rt/branches/rt-3.3/html/Search/Results.tsv
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/rt-3.3/html/Ticket/Update.html
+   A /rt/branches/rt-3.3/html/Tools/Elements
+   A /rt/branches/rt-3.3/html/Tools/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/html/autohandler
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
 
+  ----------------------------------------------------------------------
+  r2113@tinbook:  jesse | 2004-04-21T05:24:17.573962Z
+  
+  Remerging from RT 3.1.x
+  ----------------------------------------------------------------------
+  
 ------------------------------------------------------------------------
-r575 | jesse | 2004-03-15 10:58:59 -0500 (Mon, 15 Mar 2004) | 3 lines
+r714 | autrijus | 2004-04-20 23:49:45 -0400 (Tue, 20 Apr 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-
-A fix from Ruslan for getting values for a named CF if that CF is global.
-
+   M /rt
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
+   A /rt/branches/rt-3.3/html/Elements/ShowCustomFieldImage
+   M /rt/branches/rt-3.3/html/Elements/ShowCustomFields
 
-------------------------------------------------------------------------
-r574 | jesse | 2004-03-15 10:51:56 -0500 (Mon, 15 Mar 2004) | 3 lines
-Changed paths:
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
+r4005@not:  autrijus | 2004-04-21T03:49:17.533641Z
 
-Fix from Ruslan for splitting sendmail arguments properly for mail sending
+RT-Ticket: 5365
+RT-Status: resolved
 
+Make image display inline on ticket info screen.
 
 ------------------------------------------------------------------------
-r572 | jesse | 2004-03-15 10:31:50 -0500 (Mon, 15 Mar 2004) | 3 lines
+r712 | leira | 2004-04-20 22:49:09 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/User/Prefs.html
-
-Update to force language handle change when the user sets it
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Admin/Users/index.html
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
 
+fix WebPath urls
 
 ------------------------------------------------------------------------
-r546 | jesse | 2004-03-11 00:24:42 -0500 (Thu, 11 Mar 2004) | 3 lines
+r711 | leira | 2004-04-20 22:43:57 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   A /rt/trunk/html/Ticket/Elements/LoadTextAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-
-Adding in even yet more attachment caching
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Admin/Users/index.html
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
 
+Dowload links need the WebPath.
 
 ------------------------------------------------------------------------
-r545 | jesse | 2004-03-11 00:20:15 -0500 (Thu, 11 Mar 2004) | 2 lines
+r710 | leira | 2004-04-20 22:37:34 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
 
-Adding a missing semicolon
+decode_utf8, not decode_utf_8
 
 ------------------------------------------------------------------------
-r544 | jesse | 2004-03-10 23:56:00 -0500 (Wed, 10 Mar 2004) | 2 lines
+r709 | leira | 2004-04-20 22:16:04 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
 
-Better caching of ticket attachment content
+"decode_utf_8", not "decode_utf 8"
 
 ------------------------------------------------------------------------
-r543 | jesse | 2004-03-10 23:49:38 -0500 (Wed, 10 Mar 2004) | 2 lines
+r708 | leira | 2004-04-20 22:15:39 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
 
-#5334 : don't hide ticket updates for negative amounts of time
+CFs are no longer attached to queues.
 
 ------------------------------------------------------------------------
-r541 | jesse | 2004-03-10 23:33:31 -0500 (Wed, 10 Mar 2004) | 4 lines
+r707 | jesse | 2004-04-20 21:21:11 -0400 (Tue, 20 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-
-
-#3981: RT truncates signatures too agressively when quoting messages
-
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
 
+Adding support for encoding LOBs for the new custom field behaviour
 ------------------------------------------------------------------------
-r540 | jesse | 2004-03-10 23:22:56 -0500 (Wed, 10 Mar 2004) | 3 lines
+r703 | jesse | 2004-04-19 22:26:50 -0400 (Mon, 19 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/Ticket/Create.html
-
-Don't repeatedly include the signature when adding attachments on ticket creation
-
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/etc/schema.Pg
+   M /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
 
+"Another pass at trying to fix the schema"
 ------------------------------------------------------------------------
-r539 | jesse | 2004-03-10 19:17:36 -0500 (Wed, 10 Mar 2004) | 2 lines
+r702 | jesse | 2004-04-19 22:12:32 -0400 (Mon, 19 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/rt-3.3/etc/acl.Pg
+   M /rt/branches/rt-3.3/etc/schema.Pg
 
-Better emailing of error messages on permission denied messages via webui.
+Fixing conflicts from fixing the same bugs as linda.
 
 ------------------------------------------------------------------------
-r538 | jesse | 2004-03-10 19:16:49 -0500 (Wed, 10 Mar 2004) | 2 lines
+r701 | leira | 2004-04-19 14:35:01 -0400 (Mon, 19 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/etc/acl.Pg
 
-Removing unused code
+One more acl fix.
 
 ------------------------------------------------------------------------
-r537 | jesse | 2004-03-10 19:16:20 -0500 (Wed, 10 Mar 2004) | 2 lines
+r700 | leira | 2004-04-19 14:16:08 -0400 (Mon, 19 Apr 2004) | 2 lines
 Changed paths:
-   D /rt/trunk/bin/rt-mailgate
+   M /rt/branches/rt-3.3/etc/acl.Pg
+   M /rt/branches/rt-3.3/etc/schema.Pg
 
-Removing generated binary
+Schema & acl fixes for Postgres.
 
 ------------------------------------------------------------------------
-r536 | jesse | 2004-03-10 19:15:58 -0500 (Wed, 10 Mar 2004) | 3 lines
+r695 | autrijus | 2004-04-16 15:33:06 -0400 (Fri, 16 Apr 2004) | 4 lines
 Changed paths:
-   D /rt/trunk/bin/mason_handler.fcgi
-   D /rt/trunk/bin/mason_handler.scgi
-   D /rt/trunk/bin/mason_handler.svc
-   D /rt/trunk/bin/rt
-   D /rt/trunk/bin/rt-commit-handler
-   D /rt/trunk/bin/rt-crontool
-   D /rt/trunk/bin/webmux.pl
+   M /rt
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
 
-Removing generated binaries
+r3928@not:  autrijus | 2004-04-16T19:32:35.970968Z
 
+Fix select CF display bug as reported by leira
 
 ------------------------------------------------------------------------
-r525 | jesse | 2004-03-09 18:10:48 -0500 (Tue, 09 Mar 2004) | 3 lines
+r685 | autrijus | 2004-04-14 05:29:23 -0400 (Wed, 14 Apr 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
 
-#5242: Make custom field names case insensitive in TicketSQL
+r3851@not:  autrijus | 2004-04-14T09:27:57.550568Z
 
+* make EditCustomFieldBinary's condition style agree with other
+  elements -- also avoids comparing an uninitialized value.
 
 ------------------------------------------------------------------------
-r524 | jesse | 2004-03-09 18:03:44 -0500 (Tue, 09 Mar 2004) | 3 lines
+r682 | leira | 2004-04-12 02:07:01 -0400 (Mon, 12 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Interface/Web.pm
-
-#5345: Better cleanup of tempfiles
-
+   M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldText
+   M /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/rt-3.3/html/Ticket/Modify.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+
+Fixes from autrijus.
 
 ------------------------------------------------------------------------
-r523 | jesse | 2004-03-09 18:00:48 -0500 (Tue, 09 Mar 2004) | 3 lines
+r665 | jesse | 2004-04-02 16:54:23 -0500 (Fri, 02 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-
-#5339 - Better logging of failed thawing of search queries
-
+   M /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
 
+Allowing the custom field admin screens to add custom fields to all users
 ------------------------------------------------------------------------
-r506 | jesse | 2004-03-08 18:54:00 -0500 (Mon, 08 Mar 2004) | 3 lines
+r664 | jesse | 2004-04-02 16:39:27 -0500 (Fri, 02 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/Handle.pm
-
-Updates to oracle CLOB handling
-
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
 
+Pulling forward relationships fixes from 3.1; updating a transaction-related assertion for 3.3
 ------------------------------------------------------------------------
-r496 | jesse | 2004-03-07 22:42:45 -0500 (Sun, 07 Mar 2004) | 2 lines
+r662 | jesse | 2004-04-02 10:54:22 -0500 (Fri, 02 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/Ticket/History.html
-
-Fixed  a typo introduced after 3.0.9
-
+   M /rt/branches/rt-3.3/etc/acl.Pg
+   M /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
+   M /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
+   A /rt/branches/rt-3.3/html/Elements/EditLinks
+   M /rt/branches/rt-3.3/html/Elements/MessageBox
+   M /rt/branches/rt-3.3/html/Elements/SelectMatch
+   A /rt/branches/rt-3.3/html/Elements/ShowLink
+   A /rt/branches/rt-3.3/html/Elements/ShowLinks
+   M /rt/branches/rt-3.3/html/Scope/Elements/ShowSummary
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Bulk.html
+   M /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
+   M /rt/branches/rt-3.3/html/SelfService/Display.html
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   A /rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Ticket/History.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
+   M /rt/branches/rt-3.3/html/Ticket/Update.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   A /rt/branches/rt-3.3/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/hu.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+
+Took a hand-merging pass at 3.1->3.3 after autrijus manual baseless merge.
 ------------------------------------------------------------------------
-r491 | jesse | 2004-03-07 15:25:02 -0500 (Sun, 07 Mar 2004) | 2 lines
+r661 | autrijus | 2004-04-02 08:57:08 -0500 (Fri, 02 Apr 2004) | 3 lines
 Changed paths:
-   M /rt/trunk/releng.cnf
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
 
-Bumping to 3.0.10pre2
+* put Ticket_Overlay back to where it was.
 
-------------------------------------------------------------------------
-r477 | jesse | 2004-03-05 02:18:00 -0500 (Fri, 05 Mar 2004) | 1 line
-Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
 
-Removing extraneous comments
 ------------------------------------------------------------------------
-r476 | jesse | 2004-03-05 02:06:53 -0500 (Fri, 05 Mar 2004) | 2 lines
+r660 | autrijus | 2004-04-02 08:43:44 -0500 (Fri, 02 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-
-Applied Dirk Pape's patch for merge descriptions from http://page.mi.fu-berlin.de/~pape/rt3/patches/rt/description_for_merge.patch
-
+   M /rt
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   A /rt/branches/rt-3.3/README.Oracle
+   M /rt/branches/rt-3.3/UPGRADING
+   M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
+   M /rt/branches/rt-3.3/bin/rt-crontool.in
+   M /rt/branches/rt-3.3/bin/rt-mailgate.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/config.layout
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/initialdata
+   M /rt/branches/rt-3.3/etc/schema.Informix
+   M /rt/branches/rt-3.3/etc/schema.Oracle
+   M /rt/branches/rt-3.3/etc/schema.SQLite
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.15
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.15/content
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectStage
+   M /rt/branches/rt-3.3/html/Elements/Callback
+   M /rt/branches/rt-3.3/html/Elements/MessageBox
+   M /rt/branches/rt-3.3/html/Elements/SelectLang
+   M /rt/branches/rt-3.3/html/Elements/SelectMatch
+   M /rt/branches/rt-3.3/html/Elements/SelectWatcherType
+   M /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
+   M /rt/branches/rt-3.3/html/Elements/SimpleSearch
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/rt-3.3/html/REST/1.0/autohandler
+   M /rt/branches/rt-3.3/html/REST/1.0/dhandler
+   M /rt/branches/rt-3.3/html/REST/1.0/search/ticket
+   M /rt/branches/rt-3.3/html/Scope/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Scope/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
+   M /rt/branches/rt-3.3/html/SelfService/Elements/MyRequests
+   M /rt/branches/rt-3.3/html/Ticket/Attachment/dhandler
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageStanza
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   M /rt/branches/rt-3.3/html/index.html
+   M /rt/branches/rt-3.3/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Base.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Handle.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/lib/RT/I18N.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/StyleGuide.pod
+   M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/URI.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
+   M /rt/branches/rt-3.3/lib/t/03web.pl.in
+   M /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
+   M /rt/branches/rt-3.3/sbin/license_tag
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
+
+MERGE: 3.1 to 3.3
 ------------------------------------------------------------------------
-r465 | jesse | 2004-03-03 18:24:05 -0500 (Wed, 03 Mar 2004) | 2 lines
+r659 | jesse | 2004-04-01 21:23:57 -0500 (Thu, 01 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/Search/Listing.html
-
-Small change to fix escaping for saved search
+   M /rt/branches/rt-3.3/releng.cnf
 
+Updated releng.cnf
 ------------------------------------------------------------------------
-r462 | jesse | 2004-03-03 11:11:15 -0500 (Wed, 03 Mar 2004) | 2 lines
+r656 | jesse | 2004-04-01 16:54:22 -0500 (Thu, 01 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/html/Admin/CustomFields/Objects.html
+   M /rt/branches/rt-3.3/html/Admin/CustomFields/index.html
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
+   M /rt/branches/rt-3.3/html/Admin/Elements/PickCustomFields
+   M /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
+   M /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
 
-Fix for Apache2 compatibility per http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/rt3/files/patch-bin::webmux.pl
+UI updates to remove unneeded options and clarify some language
 
 ------------------------------------------------------------------------
-r459 | jesse | 2004-03-01 12:26:31 -0500 (Mon, 01 Mar 2004) | 2 lines
+r655 | jesse | 2004-04-01 16:53:29 -0500 (Thu, 01 Apr 2004) | 3 lines
 Changed paths:
-   M /rt/trunk/html/index.html
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+
+Updated how RT generates friendly name for which object a Custom Field applies to
 
-Fixing spacing in the quicksearch code
 
 ------------------------------------------------------------------------
-r458 | jesse | 2004-03-01 12:04:14 -0500 (Mon, 01 Mar 2004) | 3 lines
+r654 | jesse | 2004-04-01 16:52:31 -0500 (Thu, 01 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/index.html
-
-Fixing the "quicksearch" which was occasionally broken with progressive rendering
-
+   M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
 
+Added support for RT 3.0 compatible Transactions->Limit
 ------------------------------------------------------------------------
-r457 | jesse | 2004-02-26 23:22:29 -0500 (Thu, 26 Feb 2004) | 3 lines
+r653 | autrijus | 2004-04-01 11:37:33 -0500 (Thu, 01 Apr 2004) | 4 lines
 Changed paths:
-   M /rt/trunk/html/REST/1.0/Forms/ticket/default
+   M /rt
+   M /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
 
-fixed a couple small ticket update bugs with the cli
+r3597@not:  autrijus | 2004-04-01T16:36:37.019460Z
 
+* put global Cf editing back.
 
 ------------------------------------------------------------------------
-r446 | leira | 2004-02-25 16:21:20 -0500 (Wed, 25 Feb 2004) | 2 lines
+r648 | autrijus | 2004-03-31 11:12:04 -0500 (Wed, 31 Mar 2004) | 4 lines
 Changed paths:
-   M /rt/trunk/html/autohandler
-
-#4923: patch to add callback for adding new users
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/I18N.pm
 
-------------------------------------------------------------------------
-r443 | jesse | 2004-02-25 13:56:51 -0500 (Wed, 25 Feb 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile.in
+r3556@not:  autrijus | 2004-03-31T16:11:11.225511Z
 
-Exclude svn cache files from regression test suite
+* lexicon path may contain spaces, esp. on win32.
 
 ------------------------------------------------------------------------
-r438 | jesse | 2004-02-23 12:02:10 -0500 (Mon, 23 Feb 2004) | 4 lines
+r645 | autrijus | 2004-03-31 01:20:10 -0500 (Wed, 31 Mar 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/html/SelfService/Display.html
-
-#5296: Dirk's patch to cache attachments for SelfService
+   M /rt
+   M /rt/branches/rt-3.3/etc/schema.Informix
+   M /rt/branches/rt-3.3/etc/schema.Oracle
+   M /rt/branches/rt-3.3/etc/schema.Pg
+   M /rt/branches/rt-3.3/etc/schema.SQLite
+   M /rt/branches/rt-3.3/etc/schema.mysql
 
+r3541@not:  autrijus | 2004-03-31T06:19:36.740253Z
 
+* port mysql schema to Pg.
+* other database are partially ported -- OCF and OCFV currently not there
 
 ------------------------------------------------------------------------
-r437 | jesse | 2004-02-23 11:59:15 -0500 (Mon, 23 Feb 2004) | 4 lines
+r643 | autrijus | 2004-03-31 00:16:07 -0500 (Wed, 31 Mar 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-
-
-#5296 - new attachment caching broke the API. Fixed
-
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
 
+hint to self: don't refactor when you're tired.
 ------------------------------------------------------------------------
-r433 | jesse | 2004-02-20 03:31:25 -0500 (Fri, 20 Feb 2004) | 2 lines
+r612 | autrijus | 2004-03-22 13:46:04 -0500 (Mon, 22 Mar 2004) | 2 lines
 Changed paths:
-   A /rt/trunk/releng.cnf
+   D /rt/branches/rt-3.3/html/Admin/Global/CustomField.html
+   D /rt/branches/rt-3.3/html/Admin/Global/CustomFields.html
 
-Added a releng configuration. Prepared release of 3.0.10pre1
+* remove unused "Global" CF admin pages.
 
 ------------------------------------------------------------------------
-r432 | jesse | 2004-02-20 03:28:34 -0500 (Fri, 20 Feb 2004) | 3 lines
+r611 | autrijus | 2004-03-20 10:40:58 -0500 (Sat, 20 Mar 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Display.html
-   A /rt/trunk/html/Ticket/Elements/FindAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowSummary
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/History.html
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
 
-Another round of rehashing and cutting which dropped response time another 15%
+* merge Jesse's $RT::SystemUser->LanguageHandle fix; corrected a
+  bug caused by it in setup database stage where there's no SystemUser.
+* fixed two tests in RT::CustomField that incorrectly expected old-style
+  ->Type return values; they now test ->Type and ->MaxValues separately.
+* change some ok() tests into is() and like() tests.
 
 
 ------------------------------------------------------------------------
-r431 | jesse | 2004-02-20 02:55:18 -0500 (Fri, 20 Feb 2004) | 5 lines
+r597 | autrijus | 2004-03-17 13:12:25 -0500 (Wed, 17 Mar 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-
-Rewrote ticket history display logic to do more loading up front and make fewer database calls.
-Improved speed for display of long tickets
-
+   M /rt/branches
+   A /rt/branches/rt-3.3/html/Developer
+   A /rt/branches/rt-3.3/html/Developer/Log.html
+   A /rt/branches/rt-3.3/html/Developer/Perldoc.html
+   A /rt/branches/rt-3.3/html/Developer/autohandler
 
+* Developer tools.
 
 ------------------------------------------------------------------------
-r430 | jesse | 2004-02-20 02:44:52 -0500 (Fri, 20 Feb 2004) | 3 lines
+r585 | autrijus | 2004-03-16 14:22:32 -0500 (Tue, 16 Mar 2004) | 3 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-
-Adding a note about an inefficient function
+   M /rt/branches
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/etc/acl.mysql
+   M /rt/branches/rt-3.3/lib/RT.pm.in
 
+* move class loading to RT::InitClasses.
+* do not do acl if mysql is in skip-grant-tables mode.
 
 ------------------------------------------------------------------------
-r429 | jesse | 2004-02-19 23:52:25 -0500 (Thu, 19 Feb 2004) | 3 lines
+r584 | autrijus | 2004-03-16 14:07:50 -0500 (Tue, 16 Mar 2004) | 3 lines
 Changed paths:
-   D /rt/trunk/Makefile
-   D /rt/trunk/autom4te.cache
-   D /rt/trunk/config.log
-   D /rt/trunk/config.status
-   D /rt/trunk/configure
-
-Removed generated files from the subversion repository
+   M /rt/branches
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
 
+* it is possible that the DESTDIR is the current directory.
+* also, hint on how to use MasonX::Profiler more concisely.
 
 ------------------------------------------------------------------------
-r426 | jesse | 2004-02-18 19:49:14 -0500 (Wed, 18 Feb 2004) | 2 lines
+r571 | autrijus | 2004-03-15 10:22:17 -0500 (Mon, 15 Mar 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
+   M /rt/branches
+   M /rt/branches/rt-3.3/html/User/Prefs.html
 
-Adding more debugging when ticket creation fails catastrophically.
+* backport lang handle setting from -elixus
 
 ------------------------------------------------------------------------
-r425 | jesse | 2004-02-17 14:02:19 -0500 (Tue, 17 Feb 2004) | 3 lines
+r560 | autrijus | 2004-03-12 21:44:05 -0500 (Fri, 12 Mar 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/StyleGuide.pod
-
-deslashified bits of the styleguide
-
+   M /rt/branches
+   M /rt/branches/rt-3.3/README
+   M /rt/branches/rt-3.3/bin/rt-mailgate.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/etc/schema.Oracle
+   M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   M /rt/branches/rt-3.3/html/Elements/Footer
+   M /rt/branches/rt-3.3/html/Elements/Header
+   M /rt/branches/rt-3.3/html/Elements/Login
+   M /rt/branches/rt-3.3/html/Elements/SelectQueue
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   M /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
+   M /rt/branches/rt-3.3/html/Search/Elements/PickBasics
+   M /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
+   M /rt/branches/rt-3.3/html/Search/Results.html
+   M /rt/branches/rt-3.3/html/Search/Results.rdf
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   A /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   M /rt/branches/rt-3.3/html/Ticket/History.html
+   M /rt/branches/rt-3.3/html/autohandler
+   M /rt/branches/rt-3.3/lib/RT/Action/Autoreply.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/rt-3.3/lib/RT/Handle.pm
+   M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+   M /rt/branches/rt-3.3/releng.cnf
+
+* smerge rt-3.1 to rt-3.3.
 
 ------------------------------------------------------------------------
-r417 | jesse | 2004-02-13 13:21:02 -0500 (Fri, 13 Feb 2004) | 2 lines
+r559 | autrijus | 2004-03-12 21:22:26 -0500 (Fri, 12 Mar 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   A /rt/trunk/README.Oracle
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/html/Elements/Callback
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/NoAuth/webrt.css
-   M /rt/trunk/html/Search/Elements/PickRestriction
-   M /rt/trunk/html/Ticket/Attachment/dhandler
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-9 into rt/trunk.
-
-------------------------------------------------------------------------
-r329 | jesse | 2004-01-02 17:55:55 -0500 (Fri, 02 Jan 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/HOWTO/README
-   M /rt/trunk/HOWTO/change.txt
-   M /rt/trunk/HOWTO/release.txt
-   M /rt/trunk/HOWTO/version-control.txt
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/UPGRADING
-   M /rt/trunk/aclocal.m4
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/requests
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/mason_handler.scgi
-   M /rt/trunk/bin/mason_handler.scgi.in
-   M /rt/trunk/bin/mason_handler.svc
-   M /rt/trunk/bin/mason_handler.svc.in
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-commit-handler
-   M /rt/trunk/bin/rt-commit-handler.in
-   M /rt/trunk/bin/rt-crontool
-   M /rt/trunk/bin/rt-crontool.in
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config
-   M /rt/trunk/config.layout
-   M /rt/trunk/config.log
-   M /rt/trunk/config.pld
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/docs/Security
-   M /rt/trunk/docs/design_docs/acls
-   M /rt/trunk/docs/design_docs/approval_notices
-   M /rt/trunk/docs/design_docs/approval_template
-   M /rt/trunk/docs/design_docs/cf_search
-   M /rt/trunk/docs/design_docs/cli_spec
-   M /rt/trunk/docs/design_docs/cvs_integration
-   M /rt/trunk/docs/design_docs/delegation
-   M /rt/trunk/docs/design_docs/evil_plans
-   M /rt/trunk/docs/design_docs/groups_notes
-   M /rt/trunk/docs/design_docs/link-definitions.txt
-   M /rt/trunk/docs/design_docs/recursive_group_membership_algorithm
-   M /rt/trunk/docs/design_docs/rql_parser_machine.graphviz
-   M /rt/trunk/docs/design_docs/string-extraction-guide.txt
-   M /rt/trunk/docs/design_docs/ticket_templates
-   M /rt/trunk/docs/design_docs/users
-   M /rt/trunk/docs/rt3-schema-relationships.dot
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/etc/RT_SiteConfig.pm
-   M /rt/trunk/etc/acl.Informix
-   M /rt/trunk/etc/acl.Oracle
-   M /rt/trunk/etc/constraints.mysql
-   M /rt/trunk/etc/drop.Informix
-   M /rt/trunk/etc/drop.Oracle
-   M /rt/trunk/etc/initialdata
-   M /rt/trunk/etc/rt.spec
-   M /rt/trunk/etc/schema.Informix
-   M /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/upgrade/2.1.71
-   M /rt/trunk/html/Admin/Elements/AddCustomFieldValue
-   M /rt/trunk/html/Admin/Elements/EditCustomField
-   M /rt/trunk/html/Admin/Elements/EditCustomFieldValues
-   M /rt/trunk/html/Admin/Elements/EditCustomFields
-   M /rt/trunk/html/Admin/Elements/EditQueueWatchers
-   M /rt/trunk/html/Admin/Elements/EditScrip
-   M /rt/trunk/html/Admin/Elements/EditScrips
-   M /rt/trunk/html/Admin/Elements/EditTemplates
-   M /rt/trunk/html/Admin/Elements/ListGlobalCustomFields
-   M /rt/trunk/html/Admin/Elements/QueueRightsForUser
-   M /rt/trunk/html/Admin/Elements/SelectCustomFieldType
-   M /rt/trunk/html/Admin/Elements/SelectGroups
-   M /rt/trunk/html/Admin/Elements/SelectModifyGroup
-   M /rt/trunk/html/Admin/Elements/SelectNewGroupMembers
-   M /rt/trunk/html/Admin/Elements/SelectRights
-   M /rt/trunk/html/Admin/Elements/SelectScripAction
-   M /rt/trunk/html/Admin/Elements/SelectScripCondition
-   M /rt/trunk/html/Admin/Elements/SelectSingleOrMultiple
-   M /rt/trunk/html/Admin/Elements/SelectStage
-   M /rt/trunk/html/Admin/Elements/SelectUsers
-   M /rt/trunk/html/Admin/Global/CustomField.html
-   M /rt/trunk/html/Admin/Global/CustomFields.html
-   M /rt/trunk/html/Admin/Global/Scrip.html
-   M /rt/trunk/html/Admin/Groups/GroupRights.html
-   M /rt/trunk/html/Admin/Groups/Members.html
-   M /rt/trunk/html/Admin/Groups/Modify.html
-   M /rt/trunk/html/Admin/Groups/UserRights.html
-   M /rt/trunk/html/Admin/Groups/index.html
-   M /rt/trunk/html/Admin/Queues/CustomField.html
-   M /rt/trunk/html/Admin/Queues/CustomFields.html
-   M /rt/trunk/html/Admin/Queues/Scrip.html
-   M /rt/trunk/html/Approvals/Display.html
-   M /rt/trunk/html/Approvals/Elements/Approve
-   M /rt/trunk/html/Approvals/Elements/PendingMyApproval
-   M /rt/trunk/html/Approvals/Elements/ShowDependency
-   M /rt/trunk/html/Approvals/Elements/Tabs
-   M /rt/trunk/html/Approvals/index.html
-   M /rt/trunk/html/Elements/BevelBoxRaisedEnd
-   M /rt/trunk/html/Elements/BevelBoxRaisedStart
-   M /rt/trunk/html/Elements/Callback
-   M /rt/trunk/html/Elements/CreateTicket
-   M /rt/trunk/html/Elements/GotoTicket
-   M /rt/trunk/html/Elements/Menu
-   M /rt/trunk/html/Elements/MessageBox
-   M /rt/trunk/html/Elements/MyRequests
-   M /rt/trunk/html/Elements/MyTickets
-   M /rt/trunk/html/Elements/PageLayout
-   M /rt/trunk/html/Elements/Quicksearch
-   M /rt/trunk/html/Elements/Refresh
-   M /rt/trunk/html/Elements/SelectAttachmentField
-   M /rt/trunk/html/Elements/SelectCustomFieldOperator
-   M /rt/trunk/html/Elements/SelectCustomFieldValue
-   M /rt/trunk/html/Elements/SelectGroups
-   M /rt/trunk/html/Elements/SelectLang
-   M /rt/trunk/html/Elements/SelectLinkType
-   M /rt/trunk/html/Elements/SelectMatch
-   M /rt/trunk/html/Elements/SelectResultsPerPage
-   M /rt/trunk/html/Elements/SelectSortOrder
-   M /rt/trunk/html/Elements/SelectTicketSortBy
-   M /rt/trunk/html/Elements/SelectTicketTypes
-   M /rt/trunk/html/Elements/SelectWatcherType
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/Elements/ShadedInputRow
-   M /rt/trunk/html/Elements/ShadedRow
-   M /rt/trunk/html/Elements/SimpleSearch
-   M /rt/trunk/html/Elements/ViewUser
-   M /rt/trunk/html/NoAuth/images/back_home.gif
-   M /rt/trunk/html/NoAuth/images/bplogo.gif
-   M /rt/trunk/html/NoAuth/images/favicon.png
-   M /rt/trunk/html/NoAuth/images/head_requestracker.gif
-   M /rt/trunk/html/NoAuth/images/rt.jpg
-   M /rt/trunk/html/NoAuth/images/space.gif
-   M /rt/trunk/html/NoAuth/images/spacer.gif
-   M /rt/trunk/html/NoAuth/images/squares_blue.gif
-   M /rt/trunk/html/REST/1.0/Forms/queue/default
-   M /rt/trunk/html/REST/1.0/Forms/queue/ns
-   M /rt/trunk/html/REST/1.0/Forms/ticket/attachments
-   M /rt/trunk/html/REST/1.0/Forms/ticket/default
-   M /rt/trunk/html/REST/1.0/Forms/ticket/history
-   M /rt/trunk/html/REST/1.0/Forms/ticket/links
-   M /rt/trunk/html/REST/1.0/Forms/user/default
-   M /rt/trunk/html/REST/1.0/Forms/user/ns
-   M /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/trunk/html/REST/1.0/autohandler
-   M /rt/trunk/html/REST/1.0/dhandler
-   M /rt/trunk/html/REST/1.0/logout
-   M /rt/trunk/html/REST/1.0/search/dhandler
-   M /rt/trunk/html/REST/1.0/search/ticket
-   M /rt/trunk/html/REST/1.0/ticket/comment
-   M /rt/trunk/html/REST/1.0/ticket/link
-   M /rt/trunk/html/REST/1.0/ticket/merge
-   M /rt/trunk/html/Search/Elements/PickRestriction
-   M /rt/trunk/html/Search/Elements/TicketHeader
-   M /rt/trunk/html/Search/Elements/TicketHeaderCell
-   M /rt/trunk/html/Search/Elements/TicketRow
-   M /rt/trunk/html/SelfService/Attachment/dhandler
-   M /rt/trunk/html/SelfService/Closed.html
-   M /rt/trunk/html/SelfService/Elements/MyRequests
-   M /rt/trunk/html/SelfService/Elements/Tabs
-   M /rt/trunk/html/SelfService/index.html
-   M /rt/trunk/html/Ticket/Attachment/dhandler
-   M /rt/trunk/html/Ticket/Elements/BulkLinks
-   M /rt/trunk/html/Ticket/Elements/EditCustomField
-   M /rt/trunk/html/Ticket/Elements/EditCustomFields
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowCustomFields
-   M /rt/trunk/html/Ticket/Elements/ShowDates
-   M /rt/trunk/html/Ticket/Elements/ShowLink
-   M /rt/trunk/html/Ticket/Elements/ShowMessageHeaders
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/html/Ticket/Elements/Tabs
-   M /rt/trunk/html/User/Delegation.html
-   M /rt/trunk/html/User/Elements/DelegateRights
-   M /rt/trunk/html/User/Elements/GroupTabs
-   M /rt/trunk/html/User/Elements/Tabs
-   M /rt/trunk/html/User/Groups/Members.html
-   M /rt/trunk/html/User/Groups/Modify.html
-   M /rt/trunk/html/User/Groups/index.html
-   M /rt/trunk/html/index.html
-   M /rt/trunk/html/l
-   M /rt/trunk/install-sh
-   M /rt/trunk/lib/RT/ACE_Overlay.pm
-   M /rt/trunk/lib/RT/ACL_Overlay.pm
-   M /rt/trunk/lib/RT/Action/AutoOpen.pm
-   M /rt/trunk/lib/RT/Action/CreateTickets.pm
-   M /rt/trunk/lib/RT/Action/EscalatePriority.pm
-   M /rt/trunk/lib/RT/Action/ResolveMembers.pm
-   M /rt/trunk/lib/RT/Action/SetPriority.pm
-   M /rt/trunk/lib/RT/Action/UserDefined.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Attachments_Overlay.pm
-   M /rt/trunk/lib/RT/Base.pm
-   M /rt/trunk/lib/RT/CachedGroupMember.pm
-   M /rt/trunk/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   M /rt/trunk/lib/RT/Condition/BeforeDue.pm
-   M /rt/trunk/lib/RT/Condition/Overdue.pm
-   M /rt/trunk/lib/RT/Condition/OwnerChange.pm
-   M /rt/trunk/lib/RT/Condition/PriorityExceeds.pm
-   M /rt/trunk/lib/RT/Condition/QueueChange.pm
-   M /rt/trunk/lib/RT/Condition/StatusChange.pm
-   M /rt/trunk/lib/RT/Condition/UserDefined.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/CustomField.pm
-   M /rt/trunk/lib/RT/CustomFieldValue.pm
-   M /rt/trunk/lib/RT/CustomFieldValues.pm
-   M /rt/trunk/lib/RT/CustomFieldValues_Overlay.pm
-   M /rt/trunk/lib/RT/CustomField_Overlay.pm
-   M /rt/trunk/lib/RT/CustomFields.pm
-   M /rt/trunk/lib/RT/CustomFields_Overlay.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/GroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/GroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/I18N/cs.pm
-   M /rt/trunk/lib/RT/I18N/cs.po
-   M /rt/trunk/lib/RT/I18N/de.po
-   M /rt/trunk/lib/RT/I18N/en.po
-   M /rt/trunk/lib/RT/I18N/es.po
-   M /rt/trunk/lib/RT/I18N/fi.po
-   M /rt/trunk/lib/RT/I18N/fr.po
-   M /rt/trunk/lib/RT/I18N/he.po
-   M /rt/trunk/lib/RT/I18N/i_default.pm
-   M /rt/trunk/lib/RT/I18N/it.po
-   M /rt/trunk/lib/RT/I18N/ja.po
-   M /rt/trunk/lib/RT/I18N/nl.po
-   M /rt/trunk/lib/RT/I18N/no.po
-   M /rt/trunk/lib/RT/I18N/pt_br.po
-   M /rt/trunk/lib/RT/I18N/ru.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/trunk/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/REST.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Link_Overlay.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/Links_Overlay.pm
-   M /rt/trunk/lib/RT/Principal.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Principals.pm
-   M /rt/trunk/lib/RT/Principals_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Queues_Overlay.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/ScripAction_Overlay.pm
-   M /rt/trunk/lib/RT/ScripActions_Overlay.pm
-   M /rt/trunk/lib/RT/ScripCondition_Overlay.pm
-   M /rt/trunk/lib/RT/ScripConditions_Overlay.pm
-   M /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/Scrips_Overlay.pm
-   M /rt/trunk/lib/RT/Search/ActiveTicketsInQueue.pm
-   M /rt/trunk/lib/RT/Search/Generic.pm
-   M /rt/trunk/lib/RT/StyleGuide.pod
-   M /rt/trunk/lib/RT/System.pm
-   M /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Templates_Overlay.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValue.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValue_Overlay.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValues.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValues_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Transactions_Overlay.pm
-   M /rt/trunk/lib/RT/URI/base.pm
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT/URI.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/lib/t/00smoke.t
-   M /rt/trunk/lib/t/00smoke.t.in
-   M /rt/trunk/lib/t/01harness.t
-   M /rt/trunk/lib/t/01harness.t.in
-   M /rt/trunk/lib/t/02regression.t
-   M /rt/trunk/lib/t/02regression.t.in
-   M /rt/trunk/lib/t/03web.pl
-   M /rt/trunk/lib/t/03web.pl.in
-   M /rt/trunk/lib/t/04_send_email.pl
-   M /rt/trunk/lib/t/04_send_email.pl.in
-   M /rt/trunk/lib/t/data/8859-15-message-series/dir
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg1
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg2
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg3
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg4
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg5
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg6
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg7
-   A /rt/trunk/lib/t/data/crashes-file-based-parser
-   M /rt/trunk/lib/t/data/multipart-alternative-with-umlaut
-   M /rt/trunk/lib/t/data/multipart-report
-   M /rt/trunk/lib/t/data/nested-mime-sample
-   M /rt/trunk/lib/t/data/nested-rfc-822
-   M /rt/trunk/lib/t/data/new-ticket-from-iso-8859-1
-   M /rt/trunk/lib/t/data/new-ticket-from-iso-8859-1-full
-   A /rt/trunk/lib/t/data/notes-uuencoded
-   M /rt/trunk/lib/t/data/russian-subject-no-content-type
-   M /rt/trunk/lib/t/data/text-html-in-russian
-   M /rt/trunk/lib/t/data/text-html-with-umlaut
-   M /rt/trunk/lib/t/regression/00placeholder
-   M /rt/trunk/lib/t/regression/mime_tests
-   M /rt/trunk/m4/rt_enable_layout.m4
-   M /rt/trunk/m4/rt_expand_var.m4
-   M /rt/trunk/m4/rt_layout.m4
-   M /rt/trunk/m4/rt_subst_expanded_arg.m4
-   M /rt/trunk/sbin/extract-message-catalog
-   M /rt/trunk/sbin/extract_pod_tests
-   M /rt/trunk/sbin/factory
-   M /rt/trunk/sbin/license_tag
-   M /rt/trunk/sbin/regression_harness
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load /tmp/rt-3-0-8 into rt/trunk.
-
-------------------------------------------------------------------------
-r282 | jesse | 2003-11-25 22:32:12 -0500 (Tue, 25 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/mason_handler.scgi
-   M /rt/trunk/bin/mason_handler.scgi.in
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/html/Admin/Elements/EditScrip
-   A /rt/trunk/html/Admin/Elements/SelectStage
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/html/Ticket/Elements/ShowDates
-   M /rt/trunk/html/Ticket/Modify.html
-   M /rt/trunk/html/Ticket/ModifyAll.html
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Scrips_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/t/03web.pl
-   M /rt/trunk/lib/t/03web.pl.in
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-
-Load /tmp/rt-3-0-8pre1 into rt/trunk.
-
-------------------------------------------------------------------------
-r267 | root | 2003-11-17 23:03:48 -0500 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/UPGRADING
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/lib/RT.pm
-
-Load rt-3-0-7_01 into rt/trunk.
-
-------------------------------------------------------------------------
-r265 | root | 2003-11-17 23:03:20 -0500 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   A /rt/trunk/UPGRADING
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/mason_handler.scgi
-   M /rt/trunk/bin/mason_handler.scgi.in
-   M /rt/trunk/bin/mason_handler.svc
-   M /rt/trunk/bin/mason_handler.svc.in
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   A /rt/trunk/docs/rt3-schema-relationships.dot
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/etc/RT_Config.pm.in
-   A /rt/trunk/etc/acl.Informix
-   M /rt/trunk/etc/constraints.mysql
-   A /rt/trunk/etc/drop.Informix
-   A /rt/trunk/etc/schema.Informix
-   M /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/html/Admin/Elements/SelectRights
-   M /rt/trunk/html/Admin/Queues/CustomFields.html
-   A /rt/trunk/html/Elements/SelectLang
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/REST/1.0/Forms/queue/default
-   M /rt/trunk/html/REST/1.0/Forms/ticket/attachments
-   M /rt/trunk/html/REST/1.0/Forms/ticket/default
-   A /rt/trunk/html/REST/1.0/Forms/ticket/history
-   M /rt/trunk/html/REST/1.0/Forms/user/default
-   M /rt/trunk/html/REST/1.0/search/ticket
-   M /rt/trunk/html/SelfService/Display.html
-   M /rt/trunk/html/SelfService/Update.html
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/html/Ticket/Elements/AddWatchers
-   M /rt/trunk/html/Ticket/Elements/EditCustomField
-   M /rt/trunk/html/Ticket/Elements/EditPeople
-   M /rt/trunk/html/Ticket/Elements/ShowDates
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/ModifyPeople.html
-   M /rt/trunk/html/User/Prefs.html
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Base.pm
-   M /rt/trunk/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/GroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/sbin/extract-message-catalog
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-7 into rt/trunk.
-
-------------------------------------------------------------------------
-r76 | root | 2003-11-16 02:27:07 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/html/Elements/MessageBox
-   M /rt/trunk/html/Ticket/Elements/EditLinks
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT.pm
-
-Load rt-3-0-6 into rt/trunk.
-
-------------------------------------------------------------------------
-r74 | root | 2003-11-16 02:26:32 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   A /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   A /rt/trunk/bin/rt.in
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/etc/acl.Oracle
-   A /rt/trunk/etc/drop.Oracle
-   M /rt/trunk/etc/initialdata
-   A /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/html/Admin/Elements/EditCustomField
-   M /rt/trunk/html/Admin/Elements/EditCustomFieldValues
-   M /rt/trunk/html/Admin/Elements/EditCustomFields
-   M /rt/trunk/html/Admin/Elements/EditScrips
-   M /rt/trunk/html/Admin/Elements/SelectGroups
-   M /rt/trunk/html/Admin/Queues/index.html
-   M /rt/trunk/html/Admin/Users/Modify.html
-   M /rt/trunk/html/Admin/Users/index.html
-   M /rt/trunk/html/Approvals/Display.html
-   M /rt/trunk/html/Elements/MessageBox
-   M /rt/trunk/html/Elements/MyTickets
-   M /rt/trunk/html/Elements/SelectStatus
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   A /rt/trunk/html/REST/1.0/Forms
-   A /rt/trunk/html/REST/1.0/Forms/queue
-   A /rt/trunk/html/REST/1.0/Forms/queue/default
-   A /rt/trunk/html/REST/1.0/Forms/queue/ns
-   A /rt/trunk/html/REST/1.0/Forms/ticket
-   A /rt/trunk/html/REST/1.0/Forms/ticket/attachments
-   A /rt/trunk/html/REST/1.0/Forms/ticket/default
-   A /rt/trunk/html/REST/1.0/Forms/ticket/links
-   A /rt/trunk/html/REST/1.0/Forms/user
-   A /rt/trunk/html/REST/1.0/Forms/user/default
-   A /rt/trunk/html/REST/1.0/Forms/user/ns
-   M /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
-   A /rt/trunk/html/REST/1.0/autohandler
-   A /rt/trunk/html/REST/1.0/dhandler
-   A /rt/trunk/html/REST/1.0/logout
-   A /rt/trunk/html/REST/1.0/search
-   A /rt/trunk/html/REST/1.0/search/dhandler
-   A /rt/trunk/html/REST/1.0/search/ticket
-   A /rt/trunk/html/REST/1.0/ticket
-   A /rt/trunk/html/REST/1.0/ticket/comment
-   A /rt/trunk/html/REST/1.0/ticket/link
-   A /rt/trunk/html/REST/1.0/ticket/merge
-   M /rt/trunk/html/Search/Bulk.html
-   M /rt/trunk/html/Search/Elements/PickRestriction
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowPeople
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/User/Prefs.html
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/CreateTickets.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/I18N/cs.pm
-   M /rt/trunk/lib/RT/I18N/de.po
-   A /rt/trunk/lib/RT/I18N/it.po
-   M /rt/trunk/lib/RT/I18N/ru.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   A /rt/trunk/lib/RT/Interface/REST.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/ScripAction_Overlay.pm
-   A /rt/trunk/lib/RT/StyleGuide.pod
-   M /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/lib/t/02regression.t
-   M /rt/trunk/lib/t/02regression.t.in
-   M /rt/trunk/lib/t/03web.pl
-   M /rt/trunk/lib/t/03web.pl.in
-   M /rt/trunk/lib/t/04_send_email.pl
-   M /rt/trunk/lib/t/04_send_email.pl.in
-   A /rt/trunk/lib/t/data/multipart-report
-   M /rt/trunk/sbin/factory
-   M /rt/trunk/sbin/license_tag
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-5 into rt/trunk.
-
-------------------------------------------------------------------------
-r72 | root | 2003-11-16 02:25:12 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/html/Admin/Elements/UserTabs
-   M /rt/trunk/html/Elements/Footer
-   M /rt/trunk/html/Elements/ListActions
-   M /rt/trunk/html/Ticket/Elements/EditLinks
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowLink
-   A /rt/trunk/html/Ticket/Elements/ShowMessageHeaders
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/lib/RT/Action/EscalatePriority.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/CustomField_Overlay.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/I18N/fr.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/SearchBuilder.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/URI/base.pm
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/lib/t/00smoke.t
-   M /rt/trunk/lib/t/00smoke.t.in
-   M /rt/trunk/lib/t/04_send_email.pl
-   M /rt/trunk/lib/t/04_send_email.pl.in
-   A /rt/trunk/lib/t/data/nested-rfc-822
-   M /rt/trunk/sbin/factory
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-
-Load rt-3-0-4 into rt/trunk.
-
-------------------------------------------------------------------------
-r70 | root | 2003-11-16 02:24:18 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/html/Admin/Elements/EditQueueWatchers
-   M /rt/trunk/html/Admin/Queues/Scrip.html
-   M /rt/trunk/html/Elements/Header
-   M /rt/trunk/html/Elements/Login
-   M /rt/trunk/html/Elements/PageLayout
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/NoAuth/Logout.html
-   M /rt/trunk/html/NoAuth/webrt.css
-   M /rt/trunk/html/Search/Bulk.html
-   M /rt/trunk/html/Search/Elements/TicketHeaderCell
-   M /rt/trunk/html/Ticket/Attachment/dhandler
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/html/Ticket/Elements/EditCustomField
-   M /rt/trunk/html/Ticket/Elements/ShowLink
-   M /rt/trunk/html/Ticket/Elements/ShowLinks
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/Elements/Tabs
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/html/l
-   M /rt/trunk/lib/RT/ACL_Overlay.pm
-   M /rt/trunk/lib/RT/Action/CreateTickets.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Condition/OwnerChange.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/GroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/I18N/de.po
-   M /rt/trunk/lib/RT/I18N/fr.po
-   M /rt/trunk/lib/RT/I18N/he.po
-   M /rt/trunk/lib/RT/I18N/nl.po
-   A /rt/trunk/lib/RT/I18N/no.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/SearchBuilder.pm
-   M /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/lib/t/00smoke.t
-   M /rt/trunk/lib/t/00smoke.t.in
-   M /rt/trunk/lib/t/02regression.t
-   M /rt/trunk/lib/t/02regression.t.in
-   A /rt/trunk/lib/t/04_send_email.pl
-   A /rt/trunk/lib/t/04_send_email.pl.in
-   A /rt/trunk/lib/t/data/8859-15-message-series
-   A /rt/trunk/lib/t/data/8859-15-message-series/dir
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg1
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg2
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg3
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg4
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg5
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg6
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg7
-   A /rt/trunk/lib/t/data/multipart-alternative-with-umlaut
-   A /rt/trunk/lib/t/data/new-ticket-from-iso-8859-1
-   A /rt/trunk/lib/t/data/new-ticket-from-iso-8859-1-full
-   A /rt/trunk/lib/t/data/russian-subject-no-content-type
-   A /rt/trunk/lib/t/data/text-html-in-russian
-   A /rt/trunk/lib/t/data/text-html-with-umlaut
-   M /rt/trunk/sbin/extract-message-catalog
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-3 into rt/trunk.
-
-------------------------------------------------------------------------
-r68 | root | 2003-11-16 02:23:17 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   M /rt/trunk/aclocal.m4
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.layout
-   M /rt/trunk/config.log
-   M /rt/trunk/config.pld
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/etc/initialdata
-   M /rt/trunk/html/Admin/Elements/SelectRights
-   M /rt/trunk/html/Admin/Queues/GroupRights.html
-   M /rt/trunk/html/Admin/Queues/Modify.html
-   M /rt/trunk/html/Admin/Queues/Scrips.html
-   M /rt/trunk/html/Admin/Queues/UserRights.html
-   M /rt/trunk/html/Approvals/Elements/ShowDependency
-   M /rt/trunk/html/Elements/Error
-   M /rt/trunk/html/Elements/Footer
-   M /rt/trunk/html/Elements/Quicksearch
-   M /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/trunk/html/Search/Bulk.html
-   A /rt/trunk/html/Ticket/Elements/BulkLinks
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   M /rt/trunk/lib/RT/Action/AutoOpen.pm
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/CreateTickets.pm
-   M /rt/trunk/lib/RT/Action/EscalatePriority.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/NotifyAsComment.pm
-   M /rt/trunk/lib/RT/Action/ResolveMembers.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Action/SetPriority.pm
-   M /rt/trunk/lib/RT/Action/UserDefined.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Base.pm
-   M /rt/trunk/lib/RT/CachedGroupMember.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers.pm
-   M /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   M /rt/trunk/lib/RT/Condition/BeforeDue.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/Condition/Overdue.pm
-   M /rt/trunk/lib/RT/Condition/OwnerChange.pm
-   M /rt/trunk/lib/RT/Condition/PriorityExceeds.pm
-   M /rt/trunk/lib/RT/Condition/QueueChange.pm
-   M /rt/trunk/lib/RT/Condition/StatusChange.pm
-   M /rt/trunk/lib/RT/Condition/UserDefined.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/CustomField.pm
-   M /rt/trunk/lib/RT/CustomFieldValue.pm
-   M /rt/trunk/lib/RT/CustomFieldValues.pm
-   M /rt/trunk/lib/RT/CustomFields.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/I18N/i_default.pm
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/trunk/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/Principal.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Principals.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Search/ActiveTicketsInQueue.pm
-   M /rt/trunk/lib/RT/Search/Generic.pm
-   M /rt/trunk/lib/RT/SearchBuilder.pm
-   M /rt/trunk/lib/RT/System.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValue.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValues.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   M /rt/trunk/lib/RT/URI/base.pm
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT/URI.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/m4/rt_layout.m4
-   M /rt/trunk/sbin/factory
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-2 into rt/trunk.
-
-------------------------------------------------------------------------
-r66 | root | 2003-11-16 02:22:32 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   A /rt/trunk/bin/mason_handler.scgi
-   A /rt/trunk/bin/mason_handler.scgi.in
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/html/Elements/Login
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/html/l
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   A /rt/trunk/lib/RT/I18N/cs.pm
-   M /rt/trunk/lib/RT/I18N/cs.po
-   M /rt/trunk/lib/RT/I18N/es.po
-   A /rt/trunk/lib/RT/I18N/he.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-1 into rt/trunk.
-
-------------------------------------------------------------------------
-r64 | root | 2003-11-16 02:21:25 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   A /rt/trunk/HOWTO
-   A /rt/trunk/HOWTO/README
-   A /rt/trunk/HOWTO/change.txt
-   A /rt/trunk/HOWTO/release.txt
-   A /rt/trunk/HOWTO/version-control.txt
-   M /rt/trunk/Makefile
-   A /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   D /rt/trunk/TODO
-   A /rt/trunk/aclocal.m4
-   A /rt/trunk/autom4te.cache
-   A /rt/trunk/autom4te.cache/output.0
-   A /rt/trunk/autom4te.cache/requests
-   A /rt/trunk/autom4te.cache/traces.0
-   D /rt/trunk/bin/initacls.Oracle
-   D /rt/trunk/bin/initacls.Pg
-   D /rt/trunk/bin/initacls.mysql
-   M /rt/trunk/bin/mason_handler.fcgi
-   A /rt/trunk/bin/mason_handler.fcgi.in
-   D /rt/trunk/bin/mason_handler.scgi
-   A /rt/trunk/bin/mason_handler.svc
-   A /rt/trunk/bin/mason_handler.svc.in
-   D /rt/trunk/bin/rt
-   A /rt/trunk/bin/rt-commit-handler
-   A /rt/trunk/bin/rt-commit-handler.in
-   A /rt/trunk/bin/rt-crontool
-   A /rt/trunk/bin/rt-crontool.in
-   M /rt/trunk/bin/rt-mailgate
-   A /rt/trunk/bin/rt-mailgate.in
-   D /rt/trunk/bin/rtadmin
-   M /rt/trunk/bin/webmux.pl
-   A /rt/trunk/bin/webmux.pl.in
-   A /rt/trunk/config
-   A /rt/trunk/config.layout
-   A /rt/trunk/config.log
-   A /rt/trunk/config.pld
-   A /rt/trunk/config.status
-   A /rt/trunk/configure
-   A /rt/trunk/configure.ac
-   D /rt/trunk/debian
-   M /rt/trunk/docs/design_docs/acls
-   A /rt/trunk/docs/design_docs/approval_notices
-   A /rt/trunk/docs/design_docs/approval_template
-   D /rt/trunk/docs/design_docs/basic-definitions.txt
-   A /rt/trunk/docs/design_docs/cf_search
-   M /rt/trunk/docs/design_docs/cli_spec
-   A /rt/trunk/docs/design_docs/delegation
-   M /rt/trunk/docs/design_docs/evil_plans
-   A /rt/trunk/docs/design_docs/groups_notes
-   D /rt/trunk/docs/design_docs/local_hacking
-   A /rt/trunk/docs/design_docs/recursive_group_membership_algorithm
-   A /rt/trunk/docs/design_docs/rql_parser_machine.graphviz
-   A /rt/trunk/docs/design_docs/string-extraction-guide.txt
-   A /rt/trunk/docs/design_docs/ticket_templates
-   D /rt/trunk/docs/rt.gif
-   M /rt/trunk/etc/RT_Config.pm
-   A /rt/trunk/etc/RT_Config.pm.in
-   A /rt/trunk/etc/RT_SiteConfig.pm
-   M /rt/trunk/etc/acl.Oracle
-   M /rt/trunk/etc/acl.Pg
-   M /rt/trunk/etc/acl.mysql
-   A /rt/trunk/etc/constraints.mysql
-   A /rt/trunk/etc/initialdata
-   D /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/etc/schema.Pg
-   A /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/etc/schema.mysql
-   D /rt/trunk/etc/schema.pm
-   A /rt/trunk/etc/upgrade
-   A /rt/trunk/etc/upgrade/2.1.71
-   A /rt/trunk/html/Admin/Elements/AddCustomFieldValue
-   D /rt/trunk/html/Admin/Elements/CreateQueueCalled
-   M /rt/trunk/html/Admin/Elements/CreateUserCalled
-   A /rt/trunk/html/Admin/Elements/EditCustomField
-   A /rt/trunk/html/Admin/Elements/EditCustomFieldValues
-   A /rt/trunk/html/Admin/Elements/EditCustomFields
-   A /rt/trunk/html/Admin/Elements/EditQueueWatchers
-   A /rt/trunk/html/Admin/Elements/EditScrip
-   A /rt/trunk/html/Admin/Elements/EditScrips
-   A /rt/trunk/html/Admin/Elements/EditTemplates
-   M /rt/trunk/html/Admin/Elements/EditUserComments
-   D /rt/trunk/html/Admin/Elements/GrantQueueRightsTo
-   M /rt/trunk/html/Admin/Elements/GroupTabs
-   M /rt/trunk/html/Admin/Elements/Header
-   A /rt/trunk/html/Admin/Elements/ListGlobalCustomFields
-   D /rt/trunk/html/Admin/Elements/ListGlobalKeywordSelects
-   M /rt/trunk/html/Admin/Elements/ListGlobalScrips
-   D /rt/trunk/html/Admin/Elements/ModifyKeyword
-   D /rt/trunk/html/Admin/Elements/ModifyKeywordSelect
-   M /rt/trunk/html/Admin/Elements/ModifyQueue
-   M /rt/trunk/html/Admin/Elements/ModifyTemplate
-   M /rt/trunk/html/Admin/Elements/ModifyUser
-   M /rt/trunk/html/Admin/Elements/QueueRightsForUser
-   M /rt/trunk/html/Admin/Elements/QueueTabs
-   A /rt/trunk/html/Admin/Elements/SelectCustomFieldType
-   A /rt/trunk/html/Admin/Elements/SelectGroups
-   D /rt/trunk/html/Admin/Elements/SelectKeywordSelect
-   M /rt/trunk/html/Admin/Elements/SelectModifyGroup
-   D /rt/trunk/html/Admin/Elements/SelectModifyKeyword
-   D /rt/trunk/html/Admin/Elements/SelectModifyKeywordSelect
-   M /rt/trunk/html/Admin/Elements/SelectModifyQueue
-   M /rt/trunk/html/Admin/Elements/SelectModifyUser
-   A /rt/trunk/html/Admin/Elements/SelectNewGroupMembers
-   D /rt/trunk/html/Admin/Elements/SelectQueueRights
-   M /rt/trunk/html/Admin/Elements/SelectRights
-   M /rt/trunk/html/Admin/Elements/SelectScrip
-   M /rt/trunk/html/Admin/Elements/SelectScripAction
-   M /rt/trunk/html/Admin/Elements/SelectScripCondition
-   M /rt/trunk/html/Admin/Elements/SelectSingleOrMultiple
-   M /rt/trunk/html/Admin/Elements/SelectTemplate
-   M /rt/trunk/html/Admin/Elements/SelectUsers
-   M /rt/trunk/html/Admin/Elements/SystemTabs
-   M /rt/trunk/html/Admin/Elements/Tabs
-   M /rt/trunk/html/Admin/Elements/UserTabs
-   A /rt/trunk/html/Admin/Global/CustomField.html
-   A /rt/trunk/html/Admin/Global/CustomFields.html
-   M /rt/trunk/html/Admin/Global/GroupRights.html
-   D /rt/trunk/html/Admin/Global/Keywords.html
-   A /rt/trunk/html/Admin/Global/Scrip.html
-   M /rt/trunk/html/Admin/Global/Scrips.html
-   M /rt/trunk/html/Admin/Global/Template.html
-   M /rt/trunk/html/Admin/Global/Templates.html
-   M /rt/trunk/html/Admin/Global/UserRights.html
-   M /rt/trunk/html/Admin/Global/index.html
-   A /rt/trunk/html/Admin/Groups/GroupRights.html
-   M /rt/trunk/html/Admin/Groups/Members.html
-   M /rt/trunk/html/Admin/Groups/Modify.html
-   M /rt/trunk/html/Admin/Groups/UserRights.html
-   M /rt/trunk/html/Admin/Groups/index.html
-   D /rt/trunk/html/Admin/KeywordSelects
-   D /rt/trunk/html/Admin/Keywords
-   D /rt/trunk/html/Admin/Queues/Create.html
-   A /rt/trunk/html/Admin/Queues/CustomField.html
-   A /rt/trunk/html/Admin/Queues/CustomFields.html
-   M /rt/trunk/html/Admin/Queues/GroupRights.html
-   D /rt/trunk/html/Admin/Queues/Keywords.html
-   M /rt/trunk/html/Admin/Queues/Modify.html
-   M /rt/trunk/html/Admin/Queues/People.html
-   A /rt/trunk/html/Admin/Queues/Scrip.html
-   M /rt/trunk/html/Admin/Queues/Scrips.html
-   M /rt/trunk/html/Admin/Queues/Template.html
-   M /rt/trunk/html/Admin/Queues/Templates.html
-   M /rt/trunk/html/Admin/Queues/UserRights.html
-   M /rt/trunk/html/Admin/Queues/index.html
-   M /rt/trunk/html/Admin/Users/Modify.html
-   M /rt/trunk/html/Admin/Users/Prefs.html
-   D /rt/trunk/html/Admin/Users/Rights.html
-   M /rt/trunk/html/Admin/Users/index.html
-   M /rt/trunk/html/Admin/index.html
-   A /rt/trunk/html/Approvals
-   A /rt/trunk/html/Approvals/Display.html
-   A /rt/trunk/html/Approvals/Elements
-   A /rt/trunk/html/Approvals/Elements/Approve
-   A /rt/trunk/html/Approvals/Elements/PendingMyApproval
-   A /rt/trunk/html/Approvals/Elements/ShowDependency
-   A /rt/trunk/html/Approvals/Elements/Tabs
-   A /rt/trunk/html/Approvals/index.html
-   A /rt/trunk/html/Elements/BevelBoxRaisedEnd
-   A /rt/trunk/html/Elements/BevelBoxRaisedStart
-   A /rt/trunk/html/Elements/Callback
-   M /rt/trunk/html/Elements/Checkbox
-   M /rt/trunk/html/Elements/CreateTicket
-   D /rt/trunk/html/Elements/CustomHomepageHeader
-   M /rt/trunk/html/Elements/Error
-   M /rt/trunk/html/Elements/Footer
-   M /rt/trunk/html/Elements/GotoTicket
-   M /rt/trunk/html/Elements/Header
-   M /rt/trunk/html/Elements/ListActions
-   M /rt/trunk/html/Elements/Login
-   A /rt/trunk/html/Elements/Menu
-   M /rt/trunk/html/Elements/MessageBox
-   M /rt/trunk/html/Elements/MyRequests
-   M /rt/trunk/html/Elements/MyTickets
-   A /rt/trunk/html/Elements/PageLayout
-   M /rt/trunk/html/Elements/Quicksearch
-   M /rt/trunk/html/Elements/Refresh
-   M /rt/trunk/html/Elements/Section
-   A /rt/trunk/html/Elements/SelectAttachmentField
-   M /rt/trunk/html/Elements/SelectBoolean
-   A /rt/trunk/html/Elements/SelectCustomFieldOperator
-   A /rt/trunk/html/Elements/SelectCustomFieldValue
-   M /rt/trunk/html/Elements/SelectDate
-   M /rt/trunk/html/Elements/SelectDateRelation
-   M /rt/trunk/html/Elements/SelectDateType
-   M /rt/trunk/html/Elements/SelectEqualityOperator
-   A /rt/trunk/html/Elements/SelectGroups
-   D /rt/trunk/html/Elements/SelectKeyword
-   D /rt/trunk/html/Elements/SelectKeywordOptions
-   M /rt/trunk/html/Elements/SelectLinkType
-   M /rt/trunk/html/Elements/SelectMatch
-   M /rt/trunk/html/Elements/SelectNewTicketQueue
-   M /rt/trunk/html/Elements/SelectOwner
-   M /rt/trunk/html/Elements/SelectQueue
-   M /rt/trunk/html/Elements/SelectResultsPerPage
-   M /rt/trunk/html/Elements/SelectSortOrder
-   M /rt/trunk/html/Elements/SelectStatus
-   M /rt/trunk/html/Elements/SelectTicketSortBy
-   A /rt/trunk/html/Elements/SelectTicketTypes
-   M /rt/trunk/html/Elements/SelectUsers
-   M /rt/trunk/html/Elements/SelectWatcherType
-   A /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/Elements/ShadedBox
-   A /rt/trunk/html/Elements/ShadedInputRow
-   A /rt/trunk/html/Elements/ShadedRow
-   A /rt/trunk/html/Elements/SimpleSearch
-   M /rt/trunk/html/Elements/Submit
-   M /rt/trunk/html/Elements/Tabs
-   M /rt/trunk/html/Elements/TitleBoxEnd
-   M /rt/trunk/html/Elements/TitleBoxStart
-   M /rt/trunk/html/Elements/ViewUser
-   D /rt/trunk/html/Elements/dayMenu
-   D /rt/trunk/html/Elements/monthMenu
-   D /rt/trunk/html/Elements/yearMenu
-   M /rt/trunk/html/NoAuth/Logout.html
-   M /rt/trunk/html/NoAuth/Reminder.html
-   A /rt/trunk/html/NoAuth/images/back_home.gif
-   A /rt/trunk/html/NoAuth/images/bplogo.gif
-   A /rt/trunk/html/NoAuth/images/favicon.png
-   A /rt/trunk/html/NoAuth/images/head_requestracker.gif
-   A /rt/trunk/html/NoAuth/images/space.gif
-   A /rt/trunk/html/NoAuth/images/squares_blue.gif
-   M /rt/trunk/html/NoAuth/webrt.css
-   A /rt/trunk/html/REST
-   A /rt/trunk/html/REST/1.0
-   A /rt/trunk/html/REST/1.0/NoAuth
-   A /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/trunk/html/Search/Bulk.html
-   A /rt/trunk/html/Search/Elements
-   A /rt/trunk/html/Search/Elements/PickRestriction
-   A /rt/trunk/html/Search/Elements/TicketHeader
-   A /rt/trunk/html/Search/Elements/TicketHeaderCell
-   A /rt/trunk/html/Search/Elements/TicketRow
-   M /rt/trunk/html/Search/Listing.html
-   D /rt/trunk/html/Search/PickRestriction
-   D /rt/trunk/html/Search/RestrictSearch.html
-   D /rt/trunk/html/Search/TicketCell
-   M /rt/trunk/html/SelfService/Attachment/dhandler
-   M /rt/trunk/html/SelfService/Closed.html
-   M /rt/trunk/html/SelfService/Create.html
-   M /rt/trunk/html/SelfService/Display.html
-   M /rt/trunk/html/SelfService/Elements/GotoTicket
-   M /rt/trunk/html/SelfService/Elements/Header
-   M /rt/trunk/html/SelfService/Elements/MyRequests
-   M /rt/trunk/html/SelfService/Elements/Tabs
-   M /rt/trunk/html/SelfService/Error.html
-   M /rt/trunk/html/SelfService/Prefs.html
-   M /rt/trunk/html/SelfService/Update.html
-   M /rt/trunk/html/SelfService/index.html
-   M /rt/trunk/html/Ticket/Attachment/dhandler
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/html/Ticket/Elements/AddWatchers
-   M /rt/trunk/html/Ticket/Elements/EditBasics
-   A /rt/trunk/html/Ticket/Elements/EditCustomField
-   A /rt/trunk/html/Ticket/Elements/EditCustomFields
-   M /rt/trunk/html/Ticket/Elements/EditDates
-   D /rt/trunk/html/Ticket/Elements/EditKeywordSelects
-   M /rt/trunk/html/Ticket/Elements/EditLinks
-   M /rt/trunk/html/Ticket/Elements/EditPeople
-   M /rt/trunk/html/Ticket/Elements/EditWatchers
-   A /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowBasics
-   A /rt/trunk/html/Ticket/Elements/ShowCustomFields
-   M /rt/trunk/html/Ticket/Elements/ShowDates
-   M /rt/trunk/html/Ticket/Elements/ShowDependencies
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   D /rt/trunk/html/Ticket/Elements/ShowKeywordSelects
-   A /rt/trunk/html/Ticket/Elements/ShowLink
-   M /rt/trunk/html/Ticket/Elements/ShowLinks
-   M /rt/trunk/html/Ticket/Elements/ShowMemberOf
-   M /rt/trunk/html/Ticket/Elements/ShowMembers
-   A /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowPeople
-   M /rt/trunk/html/Ticket/Elements/ShowReferences
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/html/Ticket/Elements/ShowSummary
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/Elements/Tabs
-   D /rt/trunk/html/Ticket/Elements/ToolBar
-   M /rt/trunk/html/Ticket/History.html
-   M /rt/trunk/html/Ticket/Modify.html
-   M /rt/trunk/html/Ticket/ModifyAll.html
-   M /rt/trunk/html/Ticket/ModifyDates.html
-   M /rt/trunk/html/Ticket/ModifyLinks.html
-   M /rt/trunk/html/Ticket/ModifyPeople.html
-   M /rt/trunk/html/Ticket/Update.html
-   A /rt/trunk/html/User/Delegation.html
-   A /rt/trunk/html/User/Elements
-   A /rt/trunk/html/User/Elements/DelegateRights
-   A /rt/trunk/html/User/Elements/GroupTabs
-   A /rt/trunk/html/User/Elements/Tabs
-   A /rt/trunk/html/User/Groups
-   A /rt/trunk/html/User/Groups/Members.html
-   A /rt/trunk/html/User/Groups/Modify.html
-   A /rt/trunk/html/User/Groups/index.html
-   M /rt/trunk/html/User/Prefs.html
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/html/index.html
-   A /rt/trunk/html/l
-   A /rt/trunk/install-sh
-   D /rt/trunk/lib/MANIFEST
-   D /rt/trunk/lib/MANIFEST.SKIP
-   D /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   A /rt/trunk/lib/RT/ACE_Overlay.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   A /rt/trunk/lib/RT/ACL_Overlay.pm
-   A /rt/trunk/lib/RT/Action/AutoOpen.pm
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   A /rt/trunk/lib/RT/Action/CreateTickets.pm
-   A /rt/trunk/lib/RT/Action/EscalatePriority.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/NotifyAsComment.pm
-   D /rt/trunk/lib/RT/Action/OpenDependent.pm
-   D /rt/trunk/lib/RT/Action/README.hackers
-   M /rt/trunk/lib/RT/Action/ResolveMembers.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   D /rt/trunk/lib/RT/Action/SendPasswordEmail.pm
-   A /rt/trunk/lib/RT/Action/SetPriority.pm
-   D /rt/trunk/lib/RT/Action/StallDependent.pm
-   A /rt/trunk/lib/RT/Action/UserDefined.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   A /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   A /rt/trunk/lib/RT/Attachments_Overlay.pm
-   A /rt/trunk/lib/RT/Base.pm
-   A /rt/trunk/lib/RT/CachedGroupMember.pm
-   A /rt/trunk/lib/RT/CachedGroupMember_Overlay.pm
-   A /rt/trunk/lib/RT/CachedGroupMembers.pm
-   A /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   A /rt/trunk/lib/RT/Condition/BeforeDue.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   D /rt/trunk/lib/RT/Condition/NewDependency.pm
-   A /rt/trunk/lib/RT/Condition/Overdue.pm
-   A /rt/trunk/lib/RT/Condition/OwnerChange.pm
-   A /rt/trunk/lib/RT/Condition/PriorityExceeds.pm
-   A /rt/trunk/lib/RT/Condition/QueueChange.pm
-   M /rt/trunk/lib/RT/Condition/StatusChange.pm
-   A /rt/trunk/lib/RT/Condition/UserDefined.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   A /rt/trunk/lib/RT/CustomField.pm
-   A /rt/trunk/lib/RT/CustomFieldValue.pm
-   A /rt/trunk/lib/RT/CustomFieldValues.pm
-   A /rt/trunk/lib/RT/CustomFieldValues_Overlay.pm
-   A /rt/trunk/lib/RT/CustomField_Overlay.pm
-   A /rt/trunk/lib/RT/CustomFields.pm
-   A /rt/trunk/lib/RT/CustomFields_Overlay.pm
-   M /rt/trunk/lib/RT/Date.pm
-   A /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   A /rt/trunk/lib/RT/GroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   A /rt/trunk/lib/RT/GroupMembers_Overlay.pm
-   A /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   A /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   A /rt/trunk/lib/RT/I18N
-   A /rt/trunk/lib/RT/I18N/cs.po
-   A /rt/trunk/lib/RT/I18N/de.po
-   A /rt/trunk/lib/RT/I18N/en.po
-   A /rt/trunk/lib/RT/I18N/es.po
-   A /rt/trunk/lib/RT/I18N/fi.po
-   A /rt/trunk/lib/RT/I18N/fr.po
-   A /rt/trunk/lib/RT/I18N/i_default.pm
-   A /rt/trunk/lib/RT/I18N/ja.po
-   A /rt/trunk/lib/RT/I18N/nl.po
-   A /rt/trunk/lib/RT/I18N/pt_br.po
-   A /rt/trunk/lib/RT/I18N/ru.po
-   A /rt/trunk/lib/RT/I18N/zh_cn.po
-   A /rt/trunk/lib/RT/I18N/zh_tw.po
-   A /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   A /rt/trunk/lib/RT/Interface/Email
-   A /rt/trunk/lib/RT/Interface/Email/Auth
-   A /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
-   A /rt/trunk/lib/RT/Interface/Email/Filter
-   A /rt/trunk/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   D /rt/trunk/lib/RT/Keyword.pm
-   D /rt/trunk/lib/RT/KeywordSelect.pm
-   D /rt/trunk/lib/RT/KeywordSelects.pm
-   D /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Link.pm
-   A /rt/trunk/lib/RT/Link_Overlay.pm
-   M /rt/trunk/lib/RT/Links.pm
-   A /rt/trunk/lib/RT/Links_Overlay.pm
-   D /rt/trunk/lib/RT/ObjectKeyword.pm
-   D /rt/trunk/lib/RT/ObjectKeywords.pm
-   A /rt/trunk/lib/RT/Principal.pm
-   A /rt/trunk/lib/RT/Principal_Overlay.pm
-   A /rt/trunk/lib/RT/Principals.pm
-   A /rt/trunk/lib/RT/Principals_Overlay.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   A /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   A /rt/trunk/lib/RT/Queues_Overlay.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   A /rt/trunk/lib/RT/ScripAction_Overlay.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   A /rt/trunk/lib/RT/ScripActions_Overlay.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   A /rt/trunk/lib/RT/ScripCondition_Overlay.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   A /rt/trunk/lib/RT/ScripConditions_Overlay.pm
-   A /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   A /rt/trunk/lib/RT/Scrips_Overlay.pm
-   A /rt/trunk/lib/RT/Search
-   A /rt/trunk/lib/RT/Search/ActiveTicketsInQueue.pm
-   A /rt/trunk/lib/RT/Search/Generic.pm
-   M /rt/trunk/lib/RT/SearchBuilder.pm
-   A /rt/trunk/lib/RT/System.pm
-   M /rt/trunk/lib/RT/Template.pm
-   A /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   A /rt/trunk/lib/RT/Templates_Overlay.pm
-   D /rt/trunk/lib/RT/TestHarness.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   A /rt/trunk/lib/RT/TicketCustomFieldValue.pm
-   A /rt/trunk/lib/RT/TicketCustomFieldValue_Overlay.pm
-   A /rt/trunk/lib/RT/TicketCustomFieldValues.pm
-   A /rt/trunk/lib/RT/TicketCustomFieldValues_Overlay.pm
-   A /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   A /rt/trunk/lib/RT/Tickets_Overlay.pm
-   A /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   A /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   A /rt/trunk/lib/RT/Transactions_Overlay.pm
-   A /rt/trunk/lib/RT/URI
-   A /rt/trunk/lib/RT/URI/base.pm
-   A /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   A /rt/trunk/lib/RT/URI.pm
-   M /rt/trunk/lib/RT/User.pm
-   A /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users.pm
-   A /rt/trunk/lib/RT/Users_Overlay.pm
-   D /rt/trunk/lib/RT/Watcher.pm
-   D /rt/trunk/lib/RT/Watchers.pm
-   M /rt/trunk/lib/RT.pm
-   A /rt/trunk/lib/RT.pm.in
-   A /rt/trunk/lib/t
-   A /rt/trunk/lib/t/00smoke.t
-   A /rt/trunk/lib/t/00smoke.t.in
-   A /rt/trunk/lib/t/01harness.t
-   A /rt/trunk/lib/t/01harness.t.in
-   A /rt/trunk/lib/t/02regression.t
-   A /rt/trunk/lib/t/02regression.t.in
-   A /rt/trunk/lib/t/03web.pl
-   A /rt/trunk/lib/t/03web.pl.in
-   A /rt/trunk/lib/t/data
-   A /rt/trunk/lib/t/data/nested-mime-sample
-   A /rt/trunk/lib/t/regression
-   A /rt/trunk/lib/t/regression/00placeholder
-   A /rt/trunk/lib/t/regression/mime_tests
-   D /rt/trunk/lib/test.pl
-   A /rt/trunk/m4
-   A /rt/trunk/m4/rt_enable_layout.m4
-   A /rt/trunk/m4/rt_expand_var.m4
-   A /rt/trunk/m4/rt_layout.m4
-   A /rt/trunk/m4/rt_subst_expanded_arg.m4
-   A /rt/trunk/sbin/extract-message-catalog
-   A /rt/trunk/sbin/extract_pod_tests
-   A /rt/trunk/sbin/factory
-   A /rt/trunk/sbin/license_tag
-   A /rt/trunk/sbin/regression_harness
-   A /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   A /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-   D /rt/trunk/tools
-
-Load rt-3-0-0 into rt/trunk.
-
-------------------------------------------------------------------------
-r63 | root | 2003-11-16 02:20:51 -0500 (Sun, 16 Nov 2003) | 11 lines
-Changed paths:
-   D /rt/trunk/html/Admin/Groups/Rights.html
-   A /rt/trunk/html/Admin/Groups/UserRights.html (from /rt/trunk/html/Admin/Groups/Rights.html:62)
-   D /rt/trunk/lib/RT/EasySearch.pm
-   A /rt/trunk/lib/RT/SearchBuilder.pm (from /rt/trunk/lib/RT/EasySearch.pm:62)
-   A /rt/trunk/sbin
-   A /rt/trunk/sbin/rt-setup-database.in (from /rt/trunk/tools/insertdata:62)
-   A /rt/trunk/sbin/rt-test-dependencies.in (from /rt/trunk/tools/testdeps:62)
-   D /rt/trunk/tools/insertdata
-   D /rt/trunk/tools/testdeps
-
-To prepare to load rt-3-0-0 into rt/trunk, perform 4 renames.
-
-* rt/trunk/html/Admin/Groups/UserRights.html: Renamed from
-  rt/trunk/html/Admin/Groups/Rights.html.
-* rt/trunk/sbin/rt-setup-database.in: Renamed from
-  rt/trunk/tools/insertdata.
-* rt/trunk/sbin/rt-test-dependencies.in: Renamed from
-  rt/trunk/tools/testdeps.
-* rt/trunk/lib/RT/SearchBuilder.pm: Renamed from
-  rt/trunk/lib/RT/EasySearch.pm.
-
-------------------------------------------------------------------------
-r62 | root | 2003-11-16 02:18:34 -0500 (Sun, 16 Nov 2003) | 6 lines
-Changed paths:
-   D /rt/trunk/ChangeLog
-   A /rt/trunk/Changelog (from /rt/trunk/ChangeLog:61)
-   A /rt/trunk/etc/RT_Config.pm (from /rt/trunk/etc/config.pm:61)
-   D /rt/trunk/etc/config.pm
-   A /rt/trunk/html (from /rt/trunk/webrt:61)
-   D /rt/trunk/webrt
-
-To prepare to load rt-3-0-0 into rt/trunk, perform 3 renames.
-
-* rt/trunk/html: Renamed from rt/trunk/webrt.
-* rt/trunk/Changelog: Renamed from rt/trunk/ChangeLog.
-* rt/trunk/etc/RT_Config.pm: Renamed from rt/trunk/etc/config.pm.
-
-------------------------------------------------------------------------
-r60 | root | 2003-11-16 02:06:06 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   A /rt/trunk/debian
-   A /rt/trunk/debian/README.Debian
-   A /rt/trunk/debian/apache.conf
-   A /rt/trunk/debian/changelog
-   A /rt/trunk/debian/control
-   A /rt/trunk/debian/copyright
-   A /rt/trunk/debian/cron.d
-   A /rt/trunk/debian/dirs
-   A /rt/trunk/debian/etc.aliases
-   A /rt/trunk/debian/files
-   A /rt/trunk/debian/postinst
-   A /rt/trunk/debian/postrm
-   A /rt/trunk/debian/preinst
-   A /rt/trunk/debian/prerm
-   A /rt/trunk/debian/request-tracker-docs
-   A /rt/trunk/debian/rules
-   A /rt/trunk/debian/templates
-   A /rt/trunk/debian/watch
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-
-Load rt-2-0-15 into rt/trunk.
-
-------------------------------------------------------------------------
-r58 | root | 2003-11-16 02:05:41 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/webrt/Admin/Queues/GroupRights.html
-   M /rt/trunk/webrt/Admin/Queues/UserRights.html
-   M /rt/trunk/webrt/Elements/ListActions
-   M /rt/trunk/webrt/Search/Bulk.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/ShowBasics
-   M /rt/trunk/webrt/Ticket/Elements/ToolBar
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/Update.html
-   M /rt/trunk/webrt/autohandler
-
-Load rt-2-0-14 into rt/trunk.
-
-------------------------------------------------------------------------
-r56 | root | 2003-11-16 02:05:14 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/lib/RT/User.pm
-
-Load rt-2-0-13 into rt/trunk.
-
-------------------------------------------------------------------------
-r54 | root | 2003-11-16 02:04:45 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Groups/Members.html
-   M /rt/trunk/webrt/Admin/Groups/index.html
-   M /rt/trunk/webrt/Admin/Keywords/index.html
-   M /rt/trunk/webrt/Admin/Queues/Modify.html
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   M /rt/trunk/webrt/Admin/Users/index.html
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/Login
-   M /rt/trunk/webrt/NoAuth/webrt.css
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/SelfService/Display.html
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/Modify.html
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/Update.html
-
-Load rt-2-0-12 into rt/trunk.
-
-------------------------------------------------------------------------
-r52 | root | 2003-11-16 02:04:20 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/webrt/Elements/Login
-
-Load rt-2-0-11 into rt/trunk.
-
-------------------------------------------------------------------------
-r50 | root | 2003-11-16 02:03:55 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   A /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/EasySearch.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Keyword.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Queues/Modify.html
-   M /rt/trunk/webrt/Admin/Queues/People.html
-   M /rt/trunk/webrt/Admin/Users/Modify.html
-   M /rt/trunk/webrt/Elements/GotoTicket
-   M /rt/trunk/webrt/Elements/Login
-   A /rt/trunk/webrt/Elements/SelectEqualityOperator
-   M /rt/trunk/webrt/Elements/SelectOwner
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Elements/EditPeople
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/Update.html
-
-Load rt-2-0-10 into rt/trunk.
-
-------------------------------------------------------------------------
-r48 | root | 2003-11-16 02:02:39 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   D /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.scgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/docs/design_docs/acls
-   A /rt/trunk/docs/design_docs/cvs_integration
-   M /rt/trunk/docs/design_docs/evil_plans
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/etc/rt.spec
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/schema.pm
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/NotifyAsComment.pm
-   M /rt/trunk/lib/RT/Action/OpenDependent.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   A /rt/trunk/lib/RT/Action/SendPasswordEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/Condition/StatusChange.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EasySearch.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Keyword.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/KeywordSelects.pm
-   M /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/ObjectKeyword.pm
-   M /rt/trunk/lib/RT/ObjectKeywords.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   A /rt/trunk/lib/RT/TestHarness.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/lib/RT/Watcher.pm
-   M /rt/trunk/lib/RT/Watchers.pm
-   M /rt/trunk/lib/RT.pm
-   D /rt/trunk/t
-   A /rt/trunk/tools/cpan2rpm
-   M /rt/trunk/tools/initdb
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Elements/SelectQueueRights
-   M /rt/trunk/webrt/Admin/Elements/SelectRights
-   M /rt/trunk/webrt/Admin/Keywords/index.html
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   M /rt/trunk/webrt/Admin/Users/Modify.html
-   M /rt/trunk/webrt/Elements/Checkbox
-   A /rt/trunk/webrt/Elements/CustomHomepageHeader
-   M /rt/trunk/webrt/Elements/Footer
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/MyRequests
-   M /rt/trunk/webrt/Elements/MyTickets
-   M /rt/trunk/webrt/Elements/SelectBoolean
-   M /rt/trunk/webrt/Elements/SelectDateRelation
-   M /rt/trunk/webrt/Elements/SelectLinkType
-   M /rt/trunk/webrt/Elements/SelectMatch
-   M /rt/trunk/webrt/Elements/SelectNewTicketQueue
-   M /rt/trunk/webrt/Elements/SelectQueue
-   M /rt/trunk/webrt/Elements/SelectResultsPerPage
-   M /rt/trunk/webrt/Elements/SelectStatus
-   M /rt/trunk/webrt/Elements/SelectTicketSortBy
-   M /rt/trunk/webrt/Elements/SelectWatcherType
-   M /rt/trunk/webrt/Elements/TitleBoxEnd
-   M /rt/trunk/webrt/Elements/TitleBoxStart
-   M /rt/trunk/webrt/Search/Bulk.html
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/Search/TicketCell
-   M /rt/trunk/webrt/SelfService/Create.html
-   M /rt/trunk/webrt/SelfService/Display.html
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/EditLinks
-   M /rt/trunk/webrt/Ticket/Elements/EditWatchers
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/History.html
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/ModifyLinks.html
-   M /rt/trunk/webrt/Ticket/Update.html
-   M /rt/trunk/webrt/autohandler
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-9 into rt/trunk.
-
-------------------------------------------------------------------------
-r47 | root | 2003-11-16 02:02:17 -0500 (Sun, 16 Nov 2003) | 6 lines
-Changed paths:
-   A /rt/trunk/etc/rt.spec (from /rt/trunk/rt.spec:45)
-   D /rt/trunk/rt.spec
-   A /rt/trunk/webrt/NoAuth/images/rt.jpg (from /rt/trunk/webrt/rt.jpg:45)
-   D /rt/trunk/webrt/rt.jpg
-
-To prepare to load rt-2-0-9 into rt/trunk, perform 2 renames.
-
-* rt/trunk/etc/rt.spec: Renamed from rt/trunk/rt.spec.
-* rt/trunk/webrt/NoAuth/images/rt.jpg: Renamed from
-  rt/trunk/webrt/rt.jpg.
-
-------------------------------------------------------------------------
-r45 | root | 2003-11-16 02:01:34 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   D /rt/trunk/docs/design_docs/cvs_integration
-   M /rt/trunk/docs/design_docs/evil_plans
-   M /rt/trunk/etc/config.pm
-   D /rt/trunk/etc/rt.spec
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/schema.pm
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EasySearch.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Keyword.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/KeywordSelects.pm
-   M /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/ObjectKeyword.pm
-   M /rt/trunk/lib/RT/ObjectKeywords.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   D /rt/trunk/lib/RT/TestHarness.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/lib/RT/Watcher.pm
-   M /rt/trunk/lib/RT/Watchers.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/rt.spec
-   A /rt/trunk/t
-   A /rt/trunk/t/create.t
-   A /rt/trunk/t/stress.t
-   A /rt/trunk/t/testsuite_notes
-   D /rt/trunk/tools/cpan2rpm
-   M /rt/trunk/tools/initdb
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Keywords/index.html
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   D /rt/trunk/webrt/Elements/CustomHomepageHeader
-   M /rt/trunk/webrt/Elements/Footer
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/SelectNewTicketQueue
-   M /rt/trunk/webrt/Elements/SelectQueue
-   M /rt/trunk/webrt/Elements/SelectStatus
-   M /rt/trunk/webrt/Elements/SelectTicketSortBy
-   M /rt/trunk/webrt/Elements/TitleBoxEnd
-   M /rt/trunk/webrt/Elements/TitleBoxStart
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/EditLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/autohandler
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-8_02 into rt/trunk.
-
-------------------------------------------------------------------------
-r44 | root | 2003-11-16 02:01:11 -0500 (Sun, 16 Nov 2003) | 5 lines
-Changed paths:
-   D /rt/trunk/webrt/NoAuth/images/rt.jpg
-   A /rt/trunk/webrt/rt.jpg (from /rt/trunk/webrt/NoAuth/images/rt.jpg:42)
-
-To prepare to load rt-2-0-8_02 into rt/trunk, perform 1 rename.
-
-* rt/trunk/webrt/rt.jpg: Renamed from
-  rt/trunk/webrt/NoAuth/images/rt.jpg.
-
-------------------------------------------------------------------------
-r42 | root | 2003-11-16 02:00:12 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/rt
-   A /rt/trunk/docs/design_docs/cvs_integration
-   M /rt/trunk/docs/design_docs/evil_plans
-   M /rt/trunk/etc/config.pm
-   A /rt/trunk/etc/rt.spec
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/schema.pm
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EasySearch.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Keyword.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/KeywordSelects.pm
-   M /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/ObjectKeyword.pm
-   M /rt/trunk/lib/RT/ObjectKeywords.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   A /rt/trunk/lib/RT/TestHarness.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/lib/RT/Watcher.pm
-   M /rt/trunk/lib/RT/Watchers.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/rt.spec
-   D /rt/trunk/t
-   A /rt/trunk/tools/cpan2rpm
-   M /rt/trunk/tools/initdb
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Keywords/index.html
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   A /rt/trunk/webrt/Elements/CustomHomepageHeader
-   M /rt/trunk/webrt/Elements/Footer
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/SelectNewTicketQueue
-   M /rt/trunk/webrt/Elements/SelectQueue
-   M /rt/trunk/webrt/Elements/SelectStatus
-   M /rt/trunk/webrt/Elements/SelectTicketSortBy
-   M /rt/trunk/webrt/Elements/TitleBoxEnd
-   M /rt/trunk/webrt/Elements/TitleBoxStart
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/EditLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/autohandler
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-8_01 into rt/trunk.
-
-------------------------------------------------------------------------
-r41 | root | 2003-11-16 01:59:49 -0500 (Sun, 16 Nov 2003) | 5 lines
-Changed paths:
-   A /rt/trunk/webrt/NoAuth/images/rt.jpg (from /rt/trunk/webrt/rt.jpg:39)
-   D /rt/trunk/webrt/rt.jpg
-
-To prepare to load rt-2-0-8_01 into rt/trunk, perform 1 rename.
-
-* rt/trunk/webrt/NoAuth/images/rt.jpg: Renamed from
-  rt/trunk/webrt/rt.jpg.
-
-------------------------------------------------------------------------
-r39 | root | 2003-11-16 01:57:40 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/rt
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   A /rt/trunk/rt.spec
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Queues/Scrips.html
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Search/Bulk.html
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/EditBasics
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/History.html
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/Update.html
-
-Load rt-2-0-8 into rt/trunk.
-
-------------------------------------------------------------------------
-r37 | root | 2003-11-16 01:57:14 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/lib/RT/ObjectKeyword.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/MessageBox
-   M /rt/trunk/webrt/Elements/Refresh
-   M /rt/trunk/webrt/SelfService/Display.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowKeywordSelects
-   M /rt/trunk/webrt/Ticket/Elements/ShowSummary
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-
-Load rt-2-0-7 into rt/trunk.
-
-------------------------------------------------------------------------
-r35 | root | 2003-11-16 01:56:51 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/initacls.Oracle
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/initacls.mysql
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/schema.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/tools/initdb
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Global/Keywords.html
-   M /rt/trunk/webrt/Admin/Users/Modify.html
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/Login
-   M /rt/trunk/webrt/Elements/MessageBox
-   A /rt/trunk/webrt/Elements/Refresh
-   M /rt/trunk/webrt/NoAuth/webrt.css
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/SelfService/Prefs.html
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/ModifyDates.html
-   M /rt/trunk/webrt/Ticket/Update.html
-   M /rt/trunk/webrt/User/Prefs.html
-   M /rt/trunk/webrt/autohandler
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-6 into rt/trunk.
-
-------------------------------------------------------------------------
-r33 | root | 2003-11-16 01:56:01 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/tools/testdeps
-
-Load rt-2-0-5_03 into rt/trunk.
-
-------------------------------------------------------------------------
-r31 | root | 2003-11-16 01:55:38 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/tools/testdeps
-
-Load rt-2-0-5_01 into rt/trunk.
-
-------------------------------------------------------------------------
-r29 | root | 2003-11-16 01:54:52 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/TODO
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/webmux.pl
-   A /rt/trunk/docs/design_docs/evil_plans
-   D /rt/trunk/docs/manual.pod
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/tools/testdeps
-   A /rt/trunk/webrt/Admin/Elements/ListGlobalKeywordSelects
-   A /rt/trunk/webrt/Admin/Elements/ListGlobalScrips
-   M /rt/trunk/webrt/Admin/Global/Scrips.html
-   M /rt/trunk/webrt/Admin/Queues/Keywords.html
-   M /rt/trunk/webrt/Admin/Queues/People.html
-   M /rt/trunk/webrt/Admin/Queues/Scrips.html
-   M /rt/trunk/webrt/Admin/Users/index.html
-   M /rt/trunk/webrt/Elements/MessageBox
-   M /rt/trunk/webrt/Elements/Quicksearch
-   M /rt/trunk/webrt/Elements/SelectResultsPerPage
-   M /rt/trunk/webrt/Elements/SelectStatus
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/SelfService/Create.html
-   M /rt/trunk/webrt/SelfService/Display.html
-   M /rt/trunk/webrt/SelfService/Elements/GotoTicket
-   M /rt/trunk/webrt/SelfService/Elements/MyRequests
-   M /rt/trunk/webrt/SelfService/Update.html
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/AddWatchers
-   M /rt/trunk/webrt/Ticket/Elements/EditBasics
-   M /rt/trunk/webrt/Ticket/Elements/EditDates
-   M /rt/trunk/webrt/Ticket/Elements/EditLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/Modify.html
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/ModifyDates.html
-   M /rt/trunk/webrt/Ticket/ModifyLinks.html
-   M /rt/trunk/webrt/Ticket/ModifyPeople.html
-   M /rt/trunk/webrt/Ticket/Update.html
-   M /rt/trunk/webrt/User/Prefs.html
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-5 into rt/trunk.
-
-------------------------------------------------------------------------
-r28 | root | 2003-11-16 01:54:35 -0500 (Sun, 16 Nov 2003) | 5 lines
-Changed paths:
-   D /rt/trunk/webrt/SelfService/Details.html
-   A /rt/trunk/webrt/SelfService/Display.html (from /rt/trunk/webrt/SelfService/Details.html:26)
-
-To prepare to load rt-2-0-5 into rt/trunk, perform 1 rename.
-
-* rt/trunk/webrt/SelfService/Display.html: Renamed from
-  rt/trunk/webrt/SelfService/Details.html.
-
-------------------------------------------------------------------------
-r26 | root | 2003-11-16 01:53:50 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/lib/RT/Tickets.pm
-
-Load rt-2-0-4 into rt/trunk.
-
-------------------------------------------------------------------------
-r24 | root | 2003-11-16 01:53:28 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/webrt/Search/PickRestriction
-
-Load rt-2-0-3 into rt/trunk.
-
-------------------------------------------------------------------------
-r22 | root | 2003-11-16 01:53:07 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Queues/People.html
-   M /rt/trunk/webrt/Admin/Users/index.html
-   M /rt/trunk/webrt/Elements/MyRequests
-   M /rt/trunk/webrt/Elements/Submit
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/SelfService/Details.html
-   A /rt/trunk/webrt/SelfService/Update.html
-
-Load rt-2-0-2 into rt/trunk.
-
-------------------------------------------------------------------------
-r20 | root | 2003-11-16 01:52:44 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   M /rt/trunk/webrt/Elements/SelectMatch
-   M /rt/trunk/webrt/NoAuth/Logout.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   A /rt/trunk/webrt/SelfService/Attachment
-   A /rt/trunk/webrt/SelfService/Attachment/dhandler
-   M /rt/trunk/webrt/SelfService/Details.html
-   D /rt/trunk/webrt/SelfService/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/Attachment/dhandler
-   M /rt/trunk/webrt/Ticket/Elements/ShowLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-
-Load rt-2-0-1 into rt/trunk.
-
-------------------------------------------------------------------------
-r18 | root | 2003-11-16 01:52:04 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   A /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   D /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/TODO
-   A /rt/trunk/bin/initacls.Oracle
-   A /rt/trunk/bin/initacls.Pg
-   A /rt/trunk/bin/initacls.mysql
-   A /rt/trunk/bin/mason_handler.fcgi
-   A /rt/trunk/bin/mason_handler.scgi
-   A /rt/trunk/bin/rt
-   A /rt/trunk/bin/rt-mailgate
-   A /rt/trunk/bin/rtadmin
-   D /rt/trunk/bin/rtmux.pl
-   D /rt/trunk/bin/testdeps.pl
-   A /rt/trunk/bin/webmux.pl
-   D /rt/trunk/contrib
-   D /rt/trunk/docs/FAQ
-   D /rt/trunk/docs/FAQ.html
-   M /rt/trunk/docs/README.docs
-   A /rt/trunk/docs/Security
-   A /rt/trunk/docs/design_docs
-   A /rt/trunk/docs/design_docs/CARS
-   A /rt/trunk/docs/design_docs/TransactionTypes.txt
-   A /rt/trunk/docs/design_docs/acls
-   A /rt/trunk/docs/design_docs/basic-definitions.txt
-   A /rt/trunk/docs/design_docs/cli_spec
-   A /rt/trunk/docs/design_docs/link-definitions.txt
-   A /rt/trunk/docs/design_docs/local_hacking
-   A /rt/trunk/docs/design_docs/subscription-definitions.txt
-   A /rt/trunk/docs/design_docs/users
-   A /rt/trunk/docs/manual.pod
-   D /rt/trunk/docs/rt-templates.html
-   D /rt/trunk/docs/rt_users_guide.html
-   A /rt/trunk/etc/acl.Oracle
-   A /rt/trunk/etc/acl.Pg
-   A /rt/trunk/etc/acl.mysql
-   M /rt/trunk/etc/config.pm
-   D /rt/trunk/etc/mysql.acl
-   D /rt/trunk/etc/schema
-   A /rt/trunk/etc/schema.Oracle
-   A /rt/trunk/etc/schema.Pg
-   A /rt/trunk/etc/schema.mysql
-   A /rt/trunk/etc/schema.pm
-   D /rt/trunk/etc/suidrt.c
-   D /rt/trunk/etc/templates
-   A /rt/trunk/lib/MANIFEST
-   A /rt/trunk/lib/MANIFEST.SKIP
-   A /rt/trunk/lib/Makefile.PL
-   A /rt/trunk/lib/RT
-   A /rt/trunk/lib/RT/ACE.pm
-   A /rt/trunk/lib/RT/ACL.pm
-   A /rt/trunk/lib/RT/Action
-   A /rt/trunk/lib/RT/Action/Autoreply.pm
-   A /rt/trunk/lib/RT/Action/Generic.pm
-   A /rt/trunk/lib/RT/Action/Notify.pm
-   A /rt/trunk/lib/RT/Action/NotifyAsComment.pm
-   A /rt/trunk/lib/RT/Action/OpenDependent.pm
-   A /rt/trunk/lib/RT/Action/README.hackers
-   A /rt/trunk/lib/RT/Action/ResolveMembers.pm
-   A /rt/trunk/lib/RT/Action/SendEmail.pm
-   A /rt/trunk/lib/RT/Action/StallDependent.pm
-   A /rt/trunk/lib/RT/Attachment.pm
-   A /rt/trunk/lib/RT/Attachments.pm
-   A /rt/trunk/lib/RT/Condition
-   A /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   A /rt/trunk/lib/RT/Condition/Generic.pm
-   A /rt/trunk/lib/RT/Condition/NewDependency.pm
-   A /rt/trunk/lib/RT/Condition/StatusChange.pm
-   A /rt/trunk/lib/RT/CurrentUser.pm
-   A /rt/trunk/lib/RT/Date.pm
-   A /rt/trunk/lib/RT/EasySearch.pm
-   A /rt/trunk/lib/RT/Group.pm
-   A /rt/trunk/lib/RT/GroupMember.pm
-   A /rt/trunk/lib/RT/GroupMembers.pm
-   A /rt/trunk/lib/RT/Groups.pm
-   A /rt/trunk/lib/RT/Handle.pm
-   A /rt/trunk/lib/RT/Interface
-   A /rt/trunk/lib/RT/Interface/CLI.pm
-   A /rt/trunk/lib/RT/Interface/Email.pm
-   A /rt/trunk/lib/RT/Interface/Web.pm
-   A /rt/trunk/lib/RT/Keyword.pm
-   A /rt/trunk/lib/RT/KeywordSelect.pm
-   A /rt/trunk/lib/RT/KeywordSelects.pm
-   A /rt/trunk/lib/RT/Keywords.pm
-   A /rt/trunk/lib/RT/Link.pm
-   A /rt/trunk/lib/RT/Links.pm
-   A /rt/trunk/lib/RT/ObjectKeyword.pm
-   A /rt/trunk/lib/RT/ObjectKeywords.pm
-   A /rt/trunk/lib/RT/Queue.pm
-   A /rt/trunk/lib/RT/Queues.pm
-   A /rt/trunk/lib/RT/Record.pm
-   A /rt/trunk/lib/RT/Scrip.pm
-   A /rt/trunk/lib/RT/ScripAction.pm
-   A /rt/trunk/lib/RT/ScripActions.pm
-   A /rt/trunk/lib/RT/ScripCondition.pm
-   A /rt/trunk/lib/RT/ScripConditions.pm
-   A /rt/trunk/lib/RT/Scrips.pm
-   A /rt/trunk/lib/RT/Template.pm
-   A /rt/trunk/lib/RT/Templates.pm
-   A /rt/trunk/lib/RT/Ticket.pm
-   A /rt/trunk/lib/RT/Tickets.pm
-   A /rt/trunk/lib/RT/Transaction.pm
-   A /rt/trunk/lib/RT/Transactions.pm
-   A /rt/trunk/lib/RT/User.pm
-   A /rt/trunk/lib/RT/Users.pm
-   A /rt/trunk/lib/RT/Watcher.pm
-   A /rt/trunk/lib/RT/Watchers.pm
-   A /rt/trunk/lib/RT.pm
-   D /rt/trunk/lib/generic_templates
-   D /rt/trunk/lib/images
-   D /rt/trunk/lib/rt
-   A /rt/trunk/lib/test.pl
-   A /rt/trunk/t
-   A /rt/trunk/t/create.t
-   A /rt/trunk/t/stress.t
-   A /rt/trunk/t/testsuite_notes
-   A /rt/trunk/tools
-   A /rt/trunk/tools/initdb
-   A /rt/trunk/tools/insertdata
-   A /rt/trunk/tools/testdeps
-   A /rt/trunk/webrt
-   A /rt/trunk/webrt/Admin
-   A /rt/trunk/webrt/Admin/Elements
-   A /rt/trunk/webrt/Admin/Elements/CreateQueueCalled
-   A /rt/trunk/webrt/Admin/Elements/CreateUserCalled
-   A /rt/trunk/webrt/Admin/Elements/EditUserComments
-   A /rt/trunk/webrt/Admin/Elements/GrantQueueRightsTo
-   A /rt/trunk/webrt/Admin/Elements/GroupTabs
-   A /rt/trunk/webrt/Admin/Elements/Header
-   A /rt/trunk/webrt/Admin/Elements/ModifyKeyword
-   A /rt/trunk/webrt/Admin/Elements/ModifyKeywordSelect
-   A /rt/trunk/webrt/Admin/Elements/ModifyQueue
-   A /rt/trunk/webrt/Admin/Elements/ModifyTemplate
-   A /rt/trunk/webrt/Admin/Elements/ModifyUser
-   A /rt/trunk/webrt/Admin/Elements/QueueRightsForUser
-   A /rt/trunk/webrt/Admin/Elements/QueueTabs
-   A /rt/trunk/webrt/Admin/Elements/SelectKeywordSelect
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyGroup
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyKeyword
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyKeywordSelect
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyQueue
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyUser
-   A /rt/trunk/webrt/Admin/Elements/SelectQueueRights
-   A /rt/trunk/webrt/Admin/Elements/SelectRights
-   A /rt/trunk/webrt/Admin/Elements/SelectScrip
-   A /rt/trunk/webrt/Admin/Elements/SelectScripAction
-   A /rt/trunk/webrt/Admin/Elements/SelectScripCondition
-   A /rt/trunk/webrt/Admin/Elements/SelectSingleOrMultiple
-   A /rt/trunk/webrt/Admin/Elements/SelectTemplate
-   A /rt/trunk/webrt/Admin/Elements/SelectUsers
-   A /rt/trunk/webrt/Admin/Elements/SystemTabs
-   A /rt/trunk/webrt/Admin/Elements/Tabs
-   A /rt/trunk/webrt/Admin/Elements/UserTabs
-   A /rt/trunk/webrt/Admin/Global
-   A /rt/trunk/webrt/Admin/Global/GroupRights.html
-   A /rt/trunk/webrt/Admin/Global/Keywords.html
-   A /rt/trunk/webrt/Admin/Global/Scrips.html
-   A /rt/trunk/webrt/Admin/Global/Template.html
-   A /rt/trunk/webrt/Admin/Global/Templates.html
-   A /rt/trunk/webrt/Admin/Global/UserRights.html
-   A /rt/trunk/webrt/Admin/Global/index.html
-   A /rt/trunk/webrt/Admin/Groups
-   A /rt/trunk/webrt/Admin/Groups/Members.html
-   A /rt/trunk/webrt/Admin/Groups/Modify.html
-   A /rt/trunk/webrt/Admin/Groups/Rights.html
-   A /rt/trunk/webrt/Admin/Groups/index.html
-   A /rt/trunk/webrt/Admin/KeywordSelects
-   A /rt/trunk/webrt/Admin/KeywordSelects/Modify.html
-   A /rt/trunk/webrt/Admin/KeywordSelects/index.html
-   A /rt/trunk/webrt/Admin/Keywords
-   A /rt/trunk/webrt/Admin/Keywords/Modify.html
-   A /rt/trunk/webrt/Admin/Keywords/index.html
-   A /rt/trunk/webrt/Admin/Queues
-   A /rt/trunk/webrt/Admin/Queues/Create.html
-   A /rt/trunk/webrt/Admin/Queues/GroupRights.html
-   A /rt/trunk/webrt/Admin/Queues/Keywords.html
-   A /rt/trunk/webrt/Admin/Queues/Modify.html
-   A /rt/trunk/webrt/Admin/Queues/People.html
-   A /rt/trunk/webrt/Admin/Queues/Scrips.html
-   A /rt/trunk/webrt/Admin/Queues/Template.html
-   A /rt/trunk/webrt/Admin/Queues/Templates.html
-   A /rt/trunk/webrt/Admin/Queues/UserRights.html
-   A /rt/trunk/webrt/Admin/Queues/index.html
-   A /rt/trunk/webrt/Admin/Users
-   A /rt/trunk/webrt/Admin/Users/Modify.html
-   A /rt/trunk/webrt/Admin/Users/Prefs.html
-   A /rt/trunk/webrt/Admin/Users/Rights.html
-   A /rt/trunk/webrt/Admin/Users/index.html
-   A /rt/trunk/webrt/Admin/index.html
-   A /rt/trunk/webrt/Elements
-   A /rt/trunk/webrt/Elements/Checkbox
-   A /rt/trunk/webrt/Elements/CreateTicket
-   A /rt/trunk/webrt/Elements/Error
-   A /rt/trunk/webrt/Elements/Footer
-   A /rt/trunk/webrt/Elements/GotoTicket
-   A /rt/trunk/webrt/Elements/Header
-   A /rt/trunk/webrt/Elements/ListActions
-   A /rt/trunk/webrt/Elements/Login
-   A /rt/trunk/webrt/Elements/MessageBox
-   A /rt/trunk/webrt/Elements/MyRequests
-   A /rt/trunk/webrt/Elements/MyTickets
-   A /rt/trunk/webrt/Elements/Quicksearch
-   A /rt/trunk/webrt/Elements/Section
-   A /rt/trunk/webrt/Elements/SelectBoolean
-   A /rt/trunk/webrt/Elements/SelectDate
-   A /rt/trunk/webrt/Elements/SelectDateRelation
-   A /rt/trunk/webrt/Elements/SelectDateType
-   A /rt/trunk/webrt/Elements/SelectKeyword
-   A /rt/trunk/webrt/Elements/SelectKeywordOptions
-   A /rt/trunk/webrt/Elements/SelectLinkType
-   A /rt/trunk/webrt/Elements/SelectMatch
-   A /rt/trunk/webrt/Elements/SelectNewTicketQueue
-   A /rt/trunk/webrt/Elements/SelectOwner
-   A /rt/trunk/webrt/Elements/SelectQueue
-   A /rt/trunk/webrt/Elements/SelectResultsPerPage
-   A /rt/trunk/webrt/Elements/SelectSortOrder
-   A /rt/trunk/webrt/Elements/SelectStatus
-   A /rt/trunk/webrt/Elements/SelectTicketSortBy
-   A /rt/trunk/webrt/Elements/SelectUsers
-   A /rt/trunk/webrt/Elements/SelectWatcherType
-   A /rt/trunk/webrt/Elements/ShadedBox
-   A /rt/trunk/webrt/Elements/Submit
-   A /rt/trunk/webrt/Elements/Tabs
-   A /rt/trunk/webrt/Elements/TitleBoxEnd
-   A /rt/trunk/webrt/Elements/TitleBoxStart
-   A /rt/trunk/webrt/Elements/ViewUser
-   A /rt/trunk/webrt/Elements/dayMenu
-   A /rt/trunk/webrt/Elements/monthMenu
-   A /rt/trunk/webrt/Elements/yearMenu
-   A /rt/trunk/webrt/NoAuth
-   A /rt/trunk/webrt/NoAuth/Logout.html
-   A /rt/trunk/webrt/NoAuth/Reminder.html
-   A /rt/trunk/webrt/NoAuth/images
-   A /rt/trunk/webrt/NoAuth/images/spacer.gif
-   A /rt/trunk/webrt/NoAuth/webrt.css
-   A /rt/trunk/webrt/Search
-   A /rt/trunk/webrt/Search/Bulk.html
-   A /rt/trunk/webrt/Search/Listing.html
-   A /rt/trunk/webrt/Search/PickRestriction
-   A /rt/trunk/webrt/Search/RestrictSearch.html
-   A /rt/trunk/webrt/Search/TicketCell
-   A /rt/trunk/webrt/SelfService
-   A /rt/trunk/webrt/SelfService/Closed.html
-   A /rt/trunk/webrt/SelfService/Create.html
-   A /rt/trunk/webrt/SelfService/Details.html
-   A /rt/trunk/webrt/SelfService/Elements
-   A /rt/trunk/webrt/SelfService/Elements/GotoTicket
-   A /rt/trunk/webrt/SelfService/Elements/Header
-   A /rt/trunk/webrt/SelfService/Elements/MyRequests
-   A /rt/trunk/webrt/SelfService/Elements/ShowTransaction
-   A /rt/trunk/webrt/SelfService/Elements/Tabs
-   A /rt/trunk/webrt/SelfService/Error.html
-   A /rt/trunk/webrt/SelfService/Prefs.html
-   A /rt/trunk/webrt/SelfService/index.html
-   A /rt/trunk/webrt/Ticket
-   A /rt/trunk/webrt/Ticket/Attachment
-   A /rt/trunk/webrt/Ticket/Attachment/dhandler
-   A /rt/trunk/webrt/Ticket/Create.html
-   A /rt/trunk/webrt/Ticket/Display.html
-   A /rt/trunk/webrt/Ticket/Elements
-   A /rt/trunk/webrt/Ticket/Elements/AddWatchers
-   A /rt/trunk/webrt/Ticket/Elements/EditBasics
-   A /rt/trunk/webrt/Ticket/Elements/EditDates
-   A /rt/trunk/webrt/Ticket/Elements/EditKeywordSelects
-   A /rt/trunk/webrt/Ticket/Elements/EditLinks
-   A /rt/trunk/webrt/Ticket/Elements/EditPeople
-   A /rt/trunk/webrt/Ticket/Elements/EditWatchers
-   A /rt/trunk/webrt/Ticket/Elements/ShowBasics
-   A /rt/trunk/webrt/Ticket/Elements/ShowDates
-   A /rt/trunk/webrt/Ticket/Elements/ShowDependencies
-   A /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   A /rt/trunk/webrt/Ticket/Elements/ShowKeywordSelects
-   A /rt/trunk/webrt/Ticket/Elements/ShowLinks
-   A /rt/trunk/webrt/Ticket/Elements/ShowMemberOf
-   A /rt/trunk/webrt/Ticket/Elements/ShowMembers
-   A /rt/trunk/webrt/Ticket/Elements/ShowPeople
-   A /rt/trunk/webrt/Ticket/Elements/ShowReferences
-   A /rt/trunk/webrt/Ticket/Elements/ShowRequestor
-   A /rt/trunk/webrt/Ticket/Elements/ShowSummary
-   A /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   A /rt/trunk/webrt/Ticket/Elements/Tabs
-   A /rt/trunk/webrt/Ticket/Elements/ToolBar
-   A /rt/trunk/webrt/Ticket/History.html
-   A /rt/trunk/webrt/Ticket/Modify.html
-   A /rt/trunk/webrt/Ticket/ModifyAll.html
-   A /rt/trunk/webrt/Ticket/ModifyDates.html
-   A /rt/trunk/webrt/Ticket/ModifyLinks.html
-   A /rt/trunk/webrt/Ticket/ModifyPeople.html
-   A /rt/trunk/webrt/Ticket/Update.html
-   A /rt/trunk/webrt/User
-   A /rt/trunk/webrt/User/Prefs.html
-   A /rt/trunk/webrt/autohandler
-   A /rt/trunk/webrt/index.html
-   A /rt/trunk/webrt/rt.jpg
-
-Load rt-2-0-0 into rt/trunk.
-
-------------------------------------------------------------------------
-r16 | root | 2003-11-16 01:48:24 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/manipulate.pm
-
-Load rt-1-0-7 into rt/trunk.
-
-------------------------------------------------------------------------
-r14 | root | 2003-11-16 01:48:14 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/lib/rt/support/mail.pm
-   M /rt/trunk/lib/rt/support/utils.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/support.pm
-
-Load rt-1-0-6 into rt/trunk.
-
-------------------------------------------------------------------------
-r12 | root | 2003-11-16 01:48:04 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   A /rt/trunk/bin/testdeps.pl
-   M /rt/trunk/etc/suidrt.c
-   M /rt/trunk/lib/rt/database/manipulate.pm
-   M /rt/trunk/lib/rt/ui/cli/manipulate.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/manipulate.pm
-
-Load rt-1-0-5 into rt/trunk.
-
-------------------------------------------------------------------------
-r10 | root | 2003-11-16 01:47:53 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/etc/schema
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-
-Load rt-1-0-4 into rt/trunk.
-
-------------------------------------------------------------------------
-r8 | root | 2003-11-16 01:47:42 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/docs/rt-templates.html
-   M /rt/trunk/lib/rt/ui/cli/admin.pm
-   M /rt/trunk/lib/rt/ui/cli/query.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/admin.pm
-   M /rt/trunk/lib/rt/ui/web/forms.pm
-   M /rt/trunk/lib/rt/ui/web/manipulate.pm
-
-Load rt-1-0-3 into rt/trunk.
-
-------------------------------------------------------------------------
-r6 | root | 2003-11-16 01:47:30 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/docs/FAQ
-   M /rt/trunk/docs/FAQ.html
-   A /rt/trunk/docs/rt-templates.html
-   M /rt/trunk/etc/schema
-   M /rt/trunk/etc/suidrt.c
-   M /rt/trunk/lib/generic_templates/autoreply
-   M /rt/trunk/lib/generic_templates/comment
-   M /rt/trunk/lib/generic_templates/give
-   M /rt/trunk/lib/generic_templates/steal
-   M /rt/trunk/lib/rt/database/manipulate.pm
-   M /rt/trunk/lib/rt/support/mail.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/admin.pm
-   M /rt/trunk/lib/rt/ui/web/forms.pm
-   M /rt/trunk/lib/rt/ui/web/manipulate.pm
-
-Load rt-1-0-2 into rt/trunk.
-
-------------------------------------------------------------------------
-r4 | root | 2003-11-16 01:47:20 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/docs/rt_users_guide.html
-   M /rt/trunk/lib/rt/database/manipulate.pm
-   M /rt/trunk/lib/rt/support/mail.pm
-   M /rt/trunk/lib/rt/support/utils.pm
-   M /rt/trunk/lib/rt/ui/cli/query.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-
-Load rt-1-0-1 into rt/trunk.
-
-------------------------------------------------------------------------
-r2 | root | 2003-11-16 01:47:10 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   A /rt/trunk/COPYING
-   A /rt/trunk/Makefile
-   A /rt/trunk/NEWS
-   A /rt/trunk/README
-   A /rt/trunk/TODO
-   A /rt/trunk/bin
-   A /rt/trunk/bin/rtmux.pl
-   A /rt/trunk/contrib
-   A /rt/trunk/contrib/cookie-prefs.tar.gz
-   A /rt/trunk/contrib/cookie-prefs.tar.gz.README
-   A /rt/trunk/contrib/forms.cgi
-   A /rt/trunk/contrib/manipulate.pm.pth
-   A /rt/trunk/contrib/manipulate.pm.pth.README
-   A /rt/trunk/contrib/mod_auth_mysql.README
-   A /rt/trunk/contrib/ns_authentication.patch
-   A /rt/trunk/contrib/ns_authentication.patch.README
-   A /rt/trunk/contrib/rename_queue.README
-   A /rt/trunk/contrib/req2rt.tar.gz
-   A /rt/trunk/contrib/req2rt.tar.gz.README
-   A /rt/trunk/contrib/signatureforcorrespondence
-   A /rt/trunk/contrib/stats.tar.gz
-   A /rt/trunk/docs
-   A /rt/trunk/docs/FAQ
-   A /rt/trunk/docs/FAQ.html
-   A /rt/trunk/docs/README.docs
-   A /rt/trunk/docs/rt.gif
-   A /rt/trunk/docs/rt_users_guide.html
-   A /rt/trunk/etc
-   A /rt/trunk/etc/config.pm
-   A /rt/trunk/etc/mysql.acl
-   A /rt/trunk/etc/schema
-   A /rt/trunk/etc/suidrt.c
-   A /rt/trunk/etc/templates
-   A /rt/trunk/etc/templates/queues
-   A /rt/trunk/etc/templates/queues/.placeholder
-   A /rt/trunk/etc/templates/queues/_rt_system
-   A /rt/trunk/etc/templates/queues/_rt_system/act_response
-   A /rt/trunk/etc/templates/queues/_rt_system/error
-   A /rt/trunk/lib
-   A /rt/trunk/lib/generic_templates
-   A /rt/trunk/lib/generic_templates/autoreply
-   A /rt/trunk/lib/generic_templates/comment
-   A /rt/trunk/lib/generic_templates/correspondence
-   A /rt/trunk/lib/generic_templates/error
-   A /rt/trunk/lib/generic_templates/give
-   A /rt/trunk/lib/generic_templates/respond
-   A /rt/trunk/lib/generic_templates/steal
-   A /rt/trunk/lib/generic_templates/transaction
-   A /rt/trunk/lib/generic_templates/web_create
-   A /rt/trunk/lib/images
-   A /rt/trunk/lib/images/comment.gif
-   A /rt/trunk/lib/images/down.gif
-   A /rt/trunk/lib/images/endcap.gif
-   A /rt/trunk/lib/images/give.gif
-   A /rt/trunk/lib/images/pixel_black.gif
-   A /rt/trunk/lib/images/resolve.gif
-   A /rt/trunk/lib/images/respond.gif
-   A /rt/trunk/lib/images/rt.jpeg
-   A /rt/trunk/lib/images/sbc.gif
-   A /rt/trunk/lib/images/sbs.gif
-   A /rt/trunk/lib/images/slc.gif
-   A /rt/trunk/lib/images/srs.gif
-   A /rt/trunk/lib/images/take.gif
-   A /rt/trunk/lib/images/up.gif
-   A /rt/trunk/lib/rt
-   A /rt/trunk/lib/rt/database
-   A /rt/trunk/lib/rt/database/admin.pm
-   A /rt/trunk/lib/rt/database/config.pm
-   A /rt/trunk/lib/rt/database/content.pm
-   A /rt/trunk/lib/rt/database/manipulate.pm
-   A /rt/trunk/lib/rt/database.pm
-   A /rt/trunk/lib/rt/support
-   A /rt/trunk/lib/rt/support/mail.pm
-   A /rt/trunk/lib/rt/support/utils.pm
-   A /rt/trunk/lib/rt/ui
-   A /rt/trunk/lib/rt/ui/cli
-   A /rt/trunk/lib/rt/ui/cli/admin.pm
-   A /rt/trunk/lib/rt/ui/cli/manipulate.pm
-   A /rt/trunk/lib/rt/ui/cli/query.pm
-   A /rt/trunk/lib/rt/ui/cli/support.pm
-   A /rt/trunk/lib/rt/ui/mail
-   A /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   A /rt/trunk/lib/rt/ui/web
-   A /rt/trunk/lib/rt/ui/web/admin.pm
-   A /rt/trunk/lib/rt/ui/web/auth.pm
-   A /rt/trunk/lib/rt/ui/web/forms.pm
-   A /rt/trunk/lib/rt/ui/web/manipulate.pm
-   A /rt/trunk/lib/rt/ui/web/support.pm
-
-Load rt-1-0-0 into rt/trunk.
-
-------------------------------------------------------------------------
-r1 | jesse | 2003-11-14 16:32:58 -0500 (Fri, 14 Nov 2003) | 2 lines
-Changed paths:
-   A /rt
-   A /rt/branches
-   A /rt/tags
-   A /rt/trunk
-
-added rt project
+   M /rt/branches
+   D /rt/branches/autrijus-3.1
+   A /rt/branches/rt-3.3
+   A /rt/branches/rt-3.3/COPYING
+   A /rt/branches/rt-3.3/HOWTO
+   A /rt/branches/rt-3.3/HOWTO/README
+   A /rt/branches/rt-3.3/HOWTO/change.txt
+   A /rt/branches/rt-3.3/HOWTO/release.txt
+   A /rt/branches/rt-3.3/HOWTO/version-control.txt
+   A /rt/branches/rt-3.3/Makefile.in
+   A /rt/branches/rt-3.3/README
+   A /rt/branches/rt-3.3/UPGRADING
+   A /rt/branches/rt-3.3/aclocal.m4
+   A /rt/branches/rt-3.3/bin
+   A /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   A /rt/branches/rt-3.3/bin/mason_handler.scgi.in
+   A /rt/branches/rt-3.3/bin/mason_handler.svc.in
+   A /rt/branches/rt-3.3/bin/rt-commit-handler.in
+   A /rt/branches/rt-3.3/bin/rt-crontool.in
+   A /rt/branches/rt-3.3/bin/rt-mailgate.in
+   A /rt/branches/rt-3.3/bin/rt.in
+   A /rt/branches/rt-3.3/bin/standalone_httpd.in
+   A /rt/branches/rt-3.3/bin/webmux.pl.in
+   A /rt/branches/rt-3.3/config.layout
+   A /rt/branches/rt-3.3/configure.ac
+   A /rt/branches/rt-3.3/docs
+   A /rt/branches/rt-3.3/docs/README.docs
+   A /rt/branches/rt-3.3/docs/Security
+   A /rt/branches/rt-3.3/docs/design_docs
+   A /rt/branches/rt-3.3/docs/design_docs/CARS
+   A /rt/branches/rt-3.3/docs/design_docs/TransactionTypes.txt
+   A /rt/branches/rt-3.3/docs/design_docs/acls
+   A /rt/branches/rt-3.3/docs/design_docs/approval_notices
+   A /rt/branches/rt-3.3/docs/design_docs/approval_template
+   A /rt/branches/rt-3.3/docs/design_docs/cf_search
+   A /rt/branches/rt-3.3/docs/design_docs/cli_spec
+   A /rt/branches/rt-3.3/docs/design_docs/cvs_integration
+   A /rt/branches/rt-3.3/docs/design_docs/delegation
+   A /rt/branches/rt-3.3/docs/design_docs/evil_plans
+   A /rt/branches/rt-3.3/docs/design_docs/groups_notes
+   A /rt/branches/rt-3.3/docs/design_docs/link-definitions.txt
+   A /rt/branches/rt-3.3/docs/design_docs/recursive_group_membership_algorithm
+   A /rt/branches/rt-3.3/docs/design_docs/rql_parser_machine.graphviz
+   A /rt/branches/rt-3.3/docs/design_docs/string-extraction-guide.txt
+   A /rt/branches/rt-3.3/docs/design_docs/subscription-definitions.txt
+   A /rt/branches/rt-3.3/docs/design_docs/ticket_templates
+   A /rt/branches/rt-3.3/docs/design_docs/users
+   A /rt/branches/rt-3.3/docs/rt3-schema-relationships.dot
+   A /rt/branches/rt-3.3/etc
+   A /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   A /rt/branches/rt-3.3/etc/RT_SiteConfig.pm
+   A /rt/branches/rt-3.3/etc/acl.Informix
+   A /rt/branches/rt-3.3/etc/acl.Oracle
+   A /rt/branches/rt-3.3/etc/acl.Pg
+   A /rt/branches/rt-3.3/etc/acl.mysql
+   A /rt/branches/rt-3.3/etc/constraints.mysql
+   A /rt/branches/rt-3.3/etc/drop.Informix
+   A /rt/branches/rt-3.3/etc/drop.Oracle
+   A /rt/branches/rt-3.3/etc/initialdata
+   A /rt/branches/rt-3.3/etc/rt.spec
+   A /rt/branches/rt-3.3/etc/schema.Informix
+   A /rt/branches/rt-3.3/etc/schema.Oracle
+   A /rt/branches/rt-3.3/etc/schema.Pg
+   A /rt/branches/rt-3.3/etc/schema.SQLite
+   A /rt/branches/rt-3.3/etc/schema.mysql
+   A /rt/branches/rt-3.3/etc/upgrade
+   A /rt/branches/rt-3.3/etc/upgrade/2.1.71
+   A /rt/branches/rt-3.3/html
+   A /rt/branches/rt-3.3/html/Admin
+   A /rt/branches/rt-3.3/html/Admin/CustomFields
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/GroupRights.html
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/Modify.html
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/Objects.html
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/UserRights.html
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/index.html
+   A /rt/branches/rt-3.3/html/Admin/Elements
+   A /rt/branches/rt-3.3/html/Admin/Elements/AddCustomFieldValue
+   A /rt/branches/rt-3.3/html/Admin/Elements/CreateUserCalled
+   A /rt/branches/rt-3.3/html/Admin/Elements/CustomFieldTabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFieldValues
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditScrips
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditUserComments
+   A /rt/branches/rt-3.3/html/Admin/Elements/GroupTabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/Header
+   A /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalCustomFields
+   A /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalScrips
+   A /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
+   A /rt/branches/rt-3.3/html/Admin/Elements/ModifyTemplate
+   A /rt/branches/rt-3.3/html/Admin/Elements/ModifyUser
+   A /rt/branches/rt-3.3/html/Admin/Elements/ObjectCustomFields
+   A /rt/branches/rt-3.3/html/Admin/Elements/PickCustomFields
+   A /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
+   A /rt/branches/rt-3.3/html/Admin/Elements/QueueRightsForUser
+   A /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldLookupType
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldType
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectGroups
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyGroup
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyQueue
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyUser
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectRights
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectScrip
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectScripAction
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectScripCondition
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectSingleOrMultiple
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectStage
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectTemplate
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectUsers
+   A /rt/branches/rt-3.3/html/Admin/Elements/SystemTabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/UserTabs
+   A /rt/branches/rt-3.3/html/Admin/Global
+   A /rt/branches/rt-3.3/html/Admin/Global/CustomField.html
+   A /rt/branches/rt-3.3/html/Admin/Global/CustomFields.html
+   A /rt/branches/rt-3.3/html/Admin/Global/GroupRights.html
+   A /rt/branches/rt-3.3/html/Admin/Global/Scrip.html
+   A /rt/branches/rt-3.3/html/Admin/Global/Scrips.html
+   A /rt/branches/rt-3.3/html/Admin/Global/Template.html
+   A /rt/branches/rt-3.3/html/Admin/Global/Templates.html
+   A /rt/branches/rt-3.3/html/Admin/Global/UserRights.html
+   A /rt/branches/rt-3.3/html/Admin/Global/index.html
+   A /rt/branches/rt-3.3/html/Admin/Groups
+   A /rt/branches/rt-3.3/html/Admin/Groups/CustomFields.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/History.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/Members.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   A /rt/branches/rt-3.3/html/Admin/Queues
+   A /rt/branches/rt-3.3/html/Admin/Queues/CustomField.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/CustomFields.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/GroupRights.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/People.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Scrips.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Template.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Templates.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/UserRights.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/index.html
+   A /rt/branches/rt-3.3/html/Admin/Users
+   A /rt/branches/rt-3.3/html/Admin/Users/CustomFields.html
+   A /rt/branches/rt-3.3/html/Admin/Users/History.html
+   A /rt/branches/rt-3.3/html/Admin/Users/Memberships.html
+   A /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   A /rt/branches/rt-3.3/html/Admin/Users/Prefs.html
+   A /rt/branches/rt-3.3/html/Admin/Users/index.html
+   A /rt/branches/rt-3.3/html/Admin/index.html
+   A /rt/branches/rt-3.3/html/Approvals
+   A /rt/branches/rt-3.3/html/Approvals/Display.html
+   A /rt/branches/rt-3.3/html/Approvals/Elements
+   A /rt/branches/rt-3.3/html/Approvals/Elements/Approve
+   A /rt/branches/rt-3.3/html/Approvals/Elements/PendingMyApproval
+   A /rt/branches/rt-3.3/html/Approvals/Elements/ShowDependency
+   A /rt/branches/rt-3.3/html/Approvals/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Approvals/index.html
+   A /rt/branches/rt-3.3/html/Download
+   A /rt/branches/rt-3.3/html/Download/CustomFieldValue
+   A /rt/branches/rt-3.3/html/Download/CustomFieldValue/dhandler
+   A /rt/branches/rt-3.3/html/Download/Tabular
+   A /rt/branches/rt-3.3/html/Download/Tabular/dhandler
+   A /rt/branches/rt-3.3/html/Elements
+   A /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedEnd
+   A /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedStart
+   A /rt/branches/rt-3.3/html/Elements/Callback
+   A /rt/branches/rt-3.3/html/Elements/Checkbox
+   A /rt/branches/rt-3.3/html/Elements/CreateTicket
+   A /rt/branches/rt-3.3/html/Elements/EditCustomField
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldFreeform
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldText
+   A /rt/branches/rt-3.3/html/Elements/Error
+   A /rt/branches/rt-3.3/html/Elements/Footer
+   A /rt/branches/rt-3.3/html/Elements/GotoTicket
+   A /rt/branches/rt-3.3/html/Elements/Header
+   A /rt/branches/rt-3.3/html/Elements/ListActions
+   A /rt/branches/rt-3.3/html/Elements/Login
+   A /rt/branches/rt-3.3/html/Elements/Menu
+   A /rt/branches/rt-3.3/html/Elements/MessageBox
+   A /rt/branches/rt-3.3/html/Elements/MyRequests
+   A /rt/branches/rt-3.3/html/Elements/MyTickets
+   A /rt/branches/rt-3.3/html/Elements/PageLayout
+   A /rt/branches/rt-3.3/html/Elements/QuickCreate
+   A /rt/branches/rt-3.3/html/Elements/Quicksearch
+   A /rt/branches/rt-3.3/html/Elements/Refresh
+   A /rt/branches/rt-3.3/html/Elements/Section
+   A /rt/branches/rt-3.3/html/Elements/SelectAttachmentField
+   A /rt/branches/rt-3.3/html/Elements/SelectBoolean
+   A /rt/branches/rt-3.3/html/Elements/SelectCustomFieldOperator
+   A /rt/branches/rt-3.3/html/Elements/SelectCustomFieldValue
+   A /rt/branches/rt-3.3/html/Elements/SelectDate
+   A /rt/branches/rt-3.3/html/Elements/SelectDateRelation
+   A /rt/branches/rt-3.3/html/Elements/SelectDateType
+   A /rt/branches/rt-3.3/html/Elements/SelectEqualityOperator
+   A /rt/branches/rt-3.3/html/Elements/SelectGroups
+   A /rt/branches/rt-3.3/html/Elements/SelectLang
+   A /rt/branches/rt-3.3/html/Elements/SelectLinkType
+   A /rt/branches/rt-3.3/html/Elements/SelectMatch
+   A /rt/branches/rt-3.3/html/Elements/SelectNewTicketQueue
+   A /rt/branches/rt-3.3/html/Elements/SelectOwner
+   A /rt/branches/rt-3.3/html/Elements/SelectQueue
+   A /rt/branches/rt-3.3/html/Elements/SelectResultsPerPage
+   A /rt/branches/rt-3.3/html/Elements/SelectSortOrder
+   A /rt/branches/rt-3.3/html/Elements/SelectStatus
+   A /rt/branches/rt-3.3/html/Elements/SelectTicketSortBy
+   A /rt/branches/rt-3.3/html/Elements/SelectTicketTypes
+   A /rt/branches/rt-3.3/html/Elements/SelectUsers
+   A /rt/branches/rt-3.3/html/Elements/SelectWatcherType
+   A /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
+   A /rt/branches/rt-3.3/html/Elements/ShadedBox
+   A /rt/branches/rt-3.3/html/Elements/ShadedInputRow
+   A /rt/branches/rt-3.3/html/Elements/ShadedRow
+   A /rt/branches/rt-3.3/html/Elements/ShowCustomFields
+   A /rt/branches/rt-3.3/html/Elements/ShowMemberships
+   A /rt/branches/rt-3.3/html/Elements/SimpleSearch
+   A /rt/branches/rt-3.3/html/Elements/Submit
+   A /rt/branches/rt-3.3/html/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Elements/TicketList
+   A /rt/branches/rt-3.3/html/Elements/TitleBox
+   A /rt/branches/rt-3.3/html/Elements/TitleBoxEnd
+   A /rt/branches/rt-3.3/html/Elements/TitleBoxStart
+   A /rt/branches/rt-3.3/html/Elements/ViewUser
+   A /rt/branches/rt-3.3/html/NoAuth
+   A /rt/branches/rt-3.3/html/NoAuth/Logout.html
+   A /rt/branches/rt-3.3/html/NoAuth/Reminder.html
+   A /rt/branches/rt-3.3/html/NoAuth/images
+   A /rt/branches/rt-3.3/html/NoAuth/images/back_home.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/bplogo.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/favicon.png
+   A /rt/branches/rt-3.3/html/NoAuth/images/head_requestracker.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/rt.jpg
+   A /rt/branches/rt-3.3/html/NoAuth/images/space.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/spacer.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/squares_blue.gif
+   A /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   A /rt/branches/rt-3.3/html/Projects
+   A /rt/branches/rt-3.3/html/Projects/Create.html
+   A /rt/branches/rt-3.3/html/Projects/Edit.html
+   A /rt/branches/rt-3.3/html/Projects/Elements
+   A /rt/branches/rt-3.3/html/Projects/Elements/CreateTask
+   A /rt/branches/rt-3.3/html/Projects/Elements/EditTask
+   A /rt/branches/rt-3.3/html/Projects/Elements/OverviewEntry
+   A /rt/branches/rt-3.3/html/Projects/Elements/SelectProjectTask
+   A /rt/branches/rt-3.3/html/Projects/Elements/SelectProjectTaskEntry
+   A /rt/branches/rt-3.3/html/Projects/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Projects/Elements/TicketTabs
+   A /rt/branches/rt-3.3/html/Projects/Gantt.html
+   A /rt/branches/rt-3.3/html/Projects/History.html
+   A /rt/branches/rt-3.3/html/Projects/Overview.html
+   A /rt/branches/rt-3.3/html/Projects/Schedule.html
+   A /rt/branches/rt-3.3/html/Projects/ScheduleByActor.html
+   A /rt/branches/rt-3.3/html/Projects/index.html
+   A /rt/branches/rt-3.3/html/REST
+   A /rt/branches/rt-3.3/html/REST/1.0
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/default
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/ns
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/history
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/links
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/user
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/user/default
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/user/ns
+   A /rt/branches/rt-3.3/html/REST/1.0/NoAuth
+   A /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
+   A /rt/branches/rt-3.3/html/REST/1.0/autohandler
+   A /rt/branches/rt-3.3/html/REST/1.0/dhandler
+   A /rt/branches/rt-3.3/html/REST/1.0/logout
+   A /rt/branches/rt-3.3/html/REST/1.0/search
+   A /rt/branches/rt-3.3/html/REST/1.0/search/dhandler
+   A /rt/branches/rt-3.3/html/REST/1.0/search/ticket
+   A /rt/branches/rt-3.3/html/REST/1.0/ticket
+   A /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
+   A /rt/branches/rt-3.3/html/REST/1.0/ticket/link
+   A /rt/branches/rt-3.3/html/REST/1.0/ticket/merge
+   A /rt/branches/rt-3.3/html/Scope
+   A /rt/branches/rt-3.3/html/Scope/Action.html
+   A /rt/branches/rt-3.3/html/Scope/Elements
+   A /rt/branches/rt-3.3/html/Scope/Elements/Header
+   A /rt/branches/rt-3.3/html/Scope/Elements/MessageBox
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowHistory
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowHistoryView
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowMessageHeaders
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowMessageStanza
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowSummary
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowTransaction
+   A /rt/branches/rt-3.3/html/Scope/History.html
+   A /rt/branches/rt-3.3/html/Scope/Search.html
+   A /rt/branches/rt-3.3/html/Scope/Update.html
+   A /rt/branches/rt-3.3/html/Scope/View.html
+   A /rt/branches/rt-3.3/html/Scope/Work.html
+   A /rt/branches/rt-3.3/html/Scope/index.html
+   A /rt/branches/rt-3.3/html/Search
+   A /rt/branches/rt-3.3/html/Search/Build.html
+   A /rt/branches/rt-3.3/html/Search/Bulk.html
+   A /rt/branches/rt-3.3/html/Search/Edit.html
+   A /rt/branches/rt-3.3/html/Search/Elements
+   A /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
+   A /rt/branches/rt-3.3/html/Search/Elements/DisplayOptions
+   A /rt/branches/rt-3.3/html/Search/Elements/EditFormat
+   A /rt/branches/rt-3.3/html/Search/Elements/EditSearches
+   A /rt/branches/rt-3.3/html/Search/Elements/NewListActions
+   A /rt/branches/rt-3.3/html/Search/Elements/PickBasics
+   A /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   A /rt/branches/rt-3.3/html/Search/Elements/PickCriteria
+   A /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
+   A /rt/branches/rt-3.3/html/Search/Elements/SearchPrivacy
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectAndOr
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectGroup
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectLinks
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectSearchObject
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectSearchesForObjects
+   A /rt/branches/rt-3.3/html/Search/Elements/TicketHeader
+   A /rt/branches/rt-3.3/html/Search/Elements/TicketHeaderCell
+   A /rt/branches/rt-3.3/html/Search/Elements/TicketRow
+   A /rt/branches/rt-3.3/html/Search/Listing.html
+   A /rt/branches/rt-3.3/html/Search/Results.html
+   A /rt/branches/rt-3.3/html/Search/Results.rdf
+   A /rt/branches/rt-3.3/html/Search/Results.tsv
+   A /rt/branches/rt-3.3/html/SelfService
+   A /rt/branches/rt-3.3/html/SelfService/Attachment
+   A /rt/branches/rt-3.3/html/SelfService/Attachment/dhandler
+   A /rt/branches/rt-3.3/html/SelfService/Closed.html
+   A /rt/branches/rt-3.3/html/SelfService/Create.html
+   A /rt/branches/rt-3.3/html/SelfService/Display.html
+   A /rt/branches/rt-3.3/html/SelfService/Elements
+   A /rt/branches/rt-3.3/html/SelfService/Elements/GotoTicket
+   A /rt/branches/rt-3.3/html/SelfService/Elements/Header
+   A /rt/branches/rt-3.3/html/SelfService/Elements/MyRequests
+   A /rt/branches/rt-3.3/html/SelfService/Elements/Tabs
+   A /rt/branches/rt-3.3/html/SelfService/Error.html
+   A /rt/branches/rt-3.3/html/SelfService/Prefs.html
+   A /rt/branches/rt-3.3/html/SelfService/Update.html
+   A /rt/branches/rt-3.3/html/SelfService/index.html
+   A /rt/branches/rt-3.3/html/Ticket
+   A /rt/branches/rt-3.3/html/Ticket/Attachment
+   A /rt/branches/rt-3.3/html/Ticket/Attachment/dhandler
+   A /rt/branches/rt-3.3/html/Ticket/Create.html
+   A /rt/branches/rt-3.3/html/Ticket/Display.html
+   A /rt/branches/rt-3.3/html/Ticket/Elements
+   A /rt/branches/rt-3.3/html/Ticket/Elements/AddWatchers
+   A /rt/branches/rt-3.3/html/Ticket/Elements/BulkLinks
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditBasics
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomField
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditDates
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditLinks
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditPeople
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditWatchers
+   A /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowBasics
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowCustomFields
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowDates
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowDependencies
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowLink
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowLinks
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMemberOf
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMembers
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageHeaders
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageStanza
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowPeople
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowReferences
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   A /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Ticket/History.html
+   A /rt/branches/rt-3.3/html/Ticket/Modify.html
+   A /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   A /rt/branches/rt-3.3/html/Ticket/ModifyDates.html
+   A /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
+   A /rt/branches/rt-3.3/html/Ticket/ModifyPeople.html
+   A /rt/branches/rt-3.3/html/Ticket/Update.html
+   A /rt/branches/rt-3.3/html/Tools
+   A /rt/branches/rt-3.3/html/Tools/MyDay.html
+   A /rt/branches/rt-3.3/html/User
+   A /rt/branches/rt-3.3/html/User/Delegation.html
+   A /rt/branches/rt-3.3/html/User/Elements
+   A /rt/branches/rt-3.3/html/User/Elements/DelegateRights
+   A /rt/branches/rt-3.3/html/User/Elements/GroupTabs
+   A /rt/branches/rt-3.3/html/User/Elements/Tabs
+   A /rt/branches/rt-3.3/html/User/Groups
+   A /rt/branches/rt-3.3/html/User/Groups/Members.html
+   A /rt/branches/rt-3.3/html/User/Groups/Modify.html
+   A /rt/branches/rt-3.3/html/User/Groups/index.html
+   A /rt/branches/rt-3.3/html/User/Prefs.html
+   A /rt/branches/rt-3.3/html/autohandler
+   A /rt/branches/rt-3.3/html/index.html
+   A /rt/branches/rt-3.3/html/l
+   A /rt/branches/rt-3.3/install-sh
+   A /rt/branches/rt-3.3/lib
+   A /rt/branches/rt-3.3/lib/RT
+   A /rt/branches/rt-3.3/lib/RT/ACE.pm
+   A /rt/branches/rt-3.3/lib/RT/ACE_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ACL.pm
+   A /rt/branches/rt-3.3/lib/RT/ACL_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Action
+   A /rt/branches/rt-3.3/lib/RT/Action/AutoOpen.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/Autoreply.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/Generic.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/Notify.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/NotifyAsComment.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/ResolveMembers.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/SetPriority.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/UserDefined.pm
+   A /rt/branches/rt-3.3/lib/RT/Attachment.pm
+   A /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Attachments.pm
+   A /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Attribute.pm
+   A /rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Attributes.pm
+   A /rt/branches/rt-3.3/lib/RT/Attributes_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Base.pm
+   A /rt/branches/rt-3.3/lib/RT/CachedGroupMember.pm
+   A /rt/branches/rt-3.3/lib/RT/CachedGroupMember_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/CachedGroupMembers.pm
+   A /rt/branches/rt-3.3/lib/RT/CachedGroupMembers_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition
+   A /rt/branches/rt-3.3/lib/RT/Condition/AnyTransaction.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/BeforeDue.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/Generic.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/Overdue.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/PriorityExceeds.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/QueueChange.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/StatusChange.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/UserDefined.pm
+   A /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomField.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFieldValue.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFieldValues.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFieldValues_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFields.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Date.pm
+   A /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   A /rt/branches/rt-3.3/lib/RT/Group.pm
+   A /rt/branches/rt-3.3/lib/RT/GroupMember.pm
+   A /rt/branches/rt-3.3/lib/RT/GroupMember_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/GroupMembers.pm
+   A /rt/branches/rt-3.3/lib/RT/GroupMembers_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Groups.pm
+   A /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Handle.pm
+   A /rt/branches/rt-3.3/lib/RT/I18N
+   A /rt/branches/rt-3.3/lib/RT/I18N/cs.pm
+   A /rt/branches/rt-3.3/lib/RT/I18N/cs.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/en.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/i_default.pm
+   A /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   A /rt/branches/rt-3.3/lib/RT/I18N.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface
+   A /rt/branches/rt-3.3/lib/RT/Interface/CLI.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/GnuPG.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/REST.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   A /rt/branches/rt-3.3/lib/RT/Link.pm
+   A /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Links.pm
+   A /rt/branches/rt-3.3/lib/RT/Links_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomField.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomField_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFields.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFields_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Principal.pm
+   A /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Principals.pm
+   A /rt/branches/rt-3.3/lib/RT/Principals_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Queue.pm
+   A /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Queues.pm
+   A /rt/branches/rt-3.3/lib/RT/Queues_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Record.pm
+   A /rt/branches/rt-3.3/lib/RT/Scrip.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripAction.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripAction_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripActions.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripActions_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripCondition.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripCondition_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripConditions.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripConditions_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Scrip_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Scrips.pm
+   A /rt/branches/rt-3.3/lib/RT/Scrips_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Search
+   A /rt/branches/rt-3.3/lib/RT/Search/ActiveTicketsInQueue.pm
+   A /rt/branches/rt-3.3/lib/RT/Search/Generic.pm
+   A /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
+   A /rt/branches/rt-3.3/lib/RT/StyleGuide.pod
+   A /rt/branches/rt-3.3/lib/RT/System.pm
+   A /rt/branches/rt-3.3/lib/RT/Template.pm
+   A /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Templates.pm
+   A /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Ticket.pm
+   A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue.pm
+   A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues.pm
+   A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Tickets.pm
+   A /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   A /rt/branches/rt-3.3/lib/RT/Transaction.pm
+   A /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Transactions.pm
+   A /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/URI
+   A /rt/branches/rt-3.3/lib/RT/URI/base.pm
+   A /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
+   A /rt/branches/rt-3.3/lib/RT/URI.pm
+   A /rt/branches/rt-3.3/lib/RT/User.pm
+   A /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Users.pm
+   A /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT.pm.in
+   A /rt/branches/rt-3.3/lib/t
+   A /rt/branches/rt-3.3/lib/t/00smoke.t.in
+   A /rt/branches/rt-3.3/lib/t/01harness.t.in
+   A /rt/branches/rt-3.3/lib/t/02regression.t.in
+   A /rt/branches/rt-3.3/lib/t/03web.pl.in
+   A /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
+   A /rt/branches/rt-3.3/lib/t/data
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/dir
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg1
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg2
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg3
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg4
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg5
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg6
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg7
+   A /rt/branches/rt-3.3/lib/t/data/crashes-file-based-parser
+   A /rt/branches/rt-3.3/lib/t/data/multipart-alternative-with-umlaut
+   A /rt/branches/rt-3.3/lib/t/data/multipart-report
+   A /rt/branches/rt-3.3/lib/t/data/nested-mime-sample
+   A /rt/branches/rt-3.3/lib/t/data/nested-rfc-822
+   A /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1
+   A /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1-full
+   A /rt/branches/rt-3.3/lib/t/data/notes-uuencoded
+   A /rt/branches/rt-3.3/lib/t/data/russian-subject-no-content-type
+   A /rt/branches/rt-3.3/lib/t/data/text-html-in-russian
+   A /rt/branches/rt-3.3/lib/t/data/text-html-with-umlaut
+   A /rt/branches/rt-3.3/lib/t/regression
+   A /rt/branches/rt-3.3/lib/t/regression/00placeholder
+   A /rt/branches/rt-3.3/lib/t/regression/mime_tests
+   A /rt/branches/rt-3.3/m4
+   A /rt/branches/rt-3.3/m4/rt_enable_layout.m4
+   A /rt/branches/rt-3.3/m4/rt_expand_var.m4
+   A /rt/branches/rt-3.3/m4/rt_layout.m4
+   A /rt/branches/rt-3.3/m4/rt_subst_expanded_arg.m4
+   A /rt/branches/rt-3.3/releng.cnf
+   A /rt/branches/rt-3.3/sbin
+   A /rt/branches/rt-3.3/sbin/extract-message-catalog
+   A /rt/branches/rt-3.3/sbin/extract_pod_tests
+   A /rt/branches/rt-3.3/sbin/factory
+   A /rt/branches/rt-3.3/sbin/license_tag
+   A /rt/branches/rt-3.3/sbin/regression_harness
+   A /rt/branches/rt-3.3/sbin/rt-setup-database.in
+   A /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
+   A /rt/branches/rt-3.3/spec
+   A /rt/branches/rt-3.3/spec/schema.txt
+
+* mv autrijus-3.1 to rt-3.3
 
 ------------------------------------------------------------------------