fix ticketing system error on bootstrap of new install
[freeside.git] / rt / Changelog
index c61acac..1ffc374 100644 (file)
 ------------------------------------------------------------------------
-r6239 | jesse | 2006-10-19 21:18:39 -0400 (Thu, 19 Oct 2006) | 1 line
+r10425 | jesse | 2008-01-22 11:49:13 -0500 (Tue, 22 Jan 2008) | 1 line
 Changed paths:
-   A /rt/tags/3.4.6 (from /rt/branches/3.4-RELEASE:6238)
+   A /rt/tags/3.6.6 (from /rt/branches/3.6-RELEASE:10424)
 
-Tagged as 3.4.6 by svn RelEng 1.0
+Tagged as 3.6.6 by svn RelEng 1.0
 ------------------------------------------------------------------------
-r6238 | jesse | 2006-10-19 21:16:44 -0400 (Thu, 19 Oct 2006) | 3 lines
+r10424 | jesse | 2008-01-22 11:45:37 -0500 (Tue, 22 Jan 2008) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r28958@pinglin:  jesse | 2006-10-19 21:16:43 -0400
-  * 3.4.6
+ r75532@pinglin:  jesse | 2008-01-22 11:43:46 -0500
+ 3.6.6 final
 
 ------------------------------------------------------------------------
-r6153 | jesse | 2006-10-04 03:42:12 -0400 (Wed, 04 Oct 2006) | 1 line
+r10352 | jesse | 2008-01-15 10:22:58 -0500 (Tue, 15 Jan 2008) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   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
 
 ------------------------------------------------------------------------
-r6135 | ruz | 2006-09-30 17:38:39 -0400 (Sat, 30 Sep 2006) | 1 line
+r10351 | jesse | 2008-01-15 10:18:19 -0500 (Tue, 15 Jan 2008) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   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)
 
-* there is code exists that call My::Class->_ClassAccessible
 ------------------------------------------------------------------------
-r5943 | jesse | 2006-09-15 15:31:25 -0400 (Fri, 15 Sep 2006) | 5 lines
+r10231 | jesse | 2008-01-03 09:47:40 -0500 (Thu, 03 Jan 2008) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
 
- 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.
+ 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)
 
 ------------------------------------------------------------------------
-r5858 | ruz | 2006-09-04 18:09:30 -0400 (Mon, 04 Sep 2006) | 7 lines
+r10183 | jesse | 2007-12-29 15:47:12 -0500 (Sat, 29 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
-::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.
+3.6.6rc2
 
-Thanks to Joshua Speicher.
 
 ------------------------------------------------------------------------
-r5857 | ruz | 2006-09-04 15:30:28 -0400 (Mon, 04 Sep 2006) | 1 line
+r10129 | jesse | 2007-12-26 16:01:11 -0500 (Wed, 26 Dec 2007) | 13 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
 
-* redo search if we have deleted entries in collection
-------------------------------------------------------------------------
-r5856 | ruz | 2006-09-04 15:17:14 -0400 (Mon, 04 Sep 2006) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.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
 
-* split function ProcessObjectCustomFieldUpdates into two
-* call RedoSearch on object's custom fields values collection
-  after {Add,Delete}CustomFieldValues operations
 ------------------------------------------------------------------------
-r5850 | ruz | 2006-09-04 12:49:12 -0400 (Mon, 04 Sep 2006) | 1 line
+r9963 | jesse | 2007-12-15 02:11:28 -0500 (Sat, 15 Dec 2007) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldSelect
+   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>
 
-* drop uninit warning
 ------------------------------------------------------------------------
-r5849 | ruz | 2006-09-04 12:32:29 -0400 (Mon, 04 Sep 2006) | 2 lines
+r9962 | jesse | 2007-12-15 02:11:20 -0500 (Sat, 15 Dec 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields
+   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"
 
-* drop unused variable
-* init index($i) with 0 to avoid warnings
 ------------------------------------------------------------------------
-r5829 | ruz | 2006-08-30 16:12:48 -0400 (Wed, 30 Aug 2006) | 1 line
+r9961 | jesse | 2007-12-15 02:11:14 -0500 (Sat, 15 Dec 2007) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
+   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.
 
-* typo
 ------------------------------------------------------------------------
-r5822 | ruz | 2006-08-29 15:10:01 -0400 (Tue, 29 Aug 2006) | 8 lines
+r9960 | jesse | 2007-12-15 02:10:50 -0500 (Sat, 15 Dec 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/06-mime_decoding.t
-
-* 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:
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
 
-X-MyHeader: key="plain"; key="=?encoded?="
-X-MyHeader: key="=?encoded?="; key="plain"
+ 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
 
 ------------------------------------------------------------------------
-r5821 | ruz | 2006-08-29 13:07:03 -0400 (Tue, 29 Aug 2006) | 2 lines
+r9923 | ruz | 2007-12-12 15:32:51 -0500 (Wed, 12 Dec 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Groups_Overlay.pm
 
-* get rid of unint warnings
-* make a log message shorter to be more readable
+* add definitions of new methods we have to share between Groups and Users classes
 ------------------------------------------------------------------------
-r5820 | ruz | 2006-08-29 13:03:36 -0400 (Tue, 29 Aug 2006) | 2 lines
+r9922 | ruz | 2007-12-12 15:31:15 -0500 (Wed, 12 Dec 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
+   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
 
-* default title to empty string as we compare it with 'NEWLINE' string
-  in several places, drops uninit warnings
 ------------------------------------------------------------------------
-r5819 | ruz | 2006-08-29 12:59:30 -0400 (Tue, 29 Aug 2006) | 7 lines
+r9884 | sartak | 2007-12-11 08:58:39 -0500 (Tue, 11 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
 
-* 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
+ r48891@onn:  sartak | 2007-12-11 08:58:32 -0500
+ Add some callbacks to Simple Search
 
 ------------------------------------------------------------------------
-r5818 | ruz | 2006-08-27 12:34:52 -0400 (Sun, 27 Aug 2006) | 3 lines
+r9883 | sartak | 2007-12-11 08:41:42 -0500 (Tue, 11 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowBasics
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowDates
+   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
 
-* 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
 ------------------------------------------------------------------------
-r5779 | ruz | 2006-08-16 18:58:46 -0400 (Wed, 16 Aug 2006) | 1 line
+r9882 | sartak | 2007-12-11 08:37:35 -0500 (Tue, 11 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
+   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
 
-* allow user to add zero CF values
 ------------------------------------------------------------------------
-r5778 | ruz | 2006-08-16 18:56:58 -0400 (Wed, 16 Aug 2006) | 1 line
+r9879 | sartak | 2007-12-11 08:13:27 -0500 (Tue, 11 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
+   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
 
-* display one value without html lists
 ------------------------------------------------------------------------
-r5777 | ruz | 2006-08-16 18:55:37 -0400 (Wed, 16 Aug 2006) | 1 line
+r9871 | jesse | 2007-12-10 13:45:46 -0500 (Mon, 10 Dec 2007) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowSummary
+   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
 
-* add LeftColumn and RightColumn callbacks to the summary element
 ------------------------------------------------------------------------
-r5669 | ruz | 2006-07-28 12:06:56 -0400 (Fri, 28 Jul 2006) | 1 line
+r9870 | jesse | 2007-12-10 13:45:31 -0500 (Mon, 10 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   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
 
-* bump 3.4.6rc1
 ------------------------------------------------------------------------
-r5624 | jesse | 2006-07-20 13:48:07 -0400 (Thu, 20 Jul 2006) | 3 lines
+r9869 | jesse | 2007-12-10 13:01:05 -0500 (Mon, 10 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/fr.po
 
- r14229@pinglin:  jesse | 2006-07-20 10:47:51 -0700
- * The new history ordering feature was backported backwards.
+ r72886@pinglin:  jesse | 2007-12-10 13:00:49 -0500
+ * Updated french translation from Emmanuel Lacour
 
 ------------------------------------------------------------------------
-r5616 | jesse | 2006-07-19 20:40:57 -0400 (Wed, 19 Jul 2006) | 3 lines
+r9853 | audreyt | 2007-12-09 00:19:10 -0500 (Sun, 09 Dec 2007) | 9 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
+   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
 
- r14217@pinglin:  jesse | 2006-07-19 17:39:08 -0700
- * crit was being called on the wrong object. Thanks to Todd Chapman 
+ 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.
 
 ------------------------------------------------------------------------
-r5570 | kevinr | 2006-07-13 16:21:31 -0400 (Thu, 13 Jul 2006) | 3 lines
+r9807 | jesse | 2007-12-03 16:05:08 -0500 (Mon, 03 Dec 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r14836@sad-girl-in-snow:  kevinr | 2006-07-13 16:17:43 -0400
- * The RT::Condition::Generic docs were wrong... fixed.
+* 3.6.6rc1
 
 ------------------------------------------------------------------------
-r5534 | ruz | 2006-07-06 11:19:46 -0400 (Thu, 06 Jul 2006) | 11 lines
+r9806 | jesse | 2007-12-03 12:06:57 -0500 (Mon, 03 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/bin/rt-crontool.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
 
-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
+ r72604@pinglin:  jesse | 2007-12-03 12:06:40 -0500
+ * Japanese translation updates from Shinji Yamane
 
-* 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.
 ------------------------------------------------------------------------
-r5522 | ruz | 2006-07-04 01:39:21 -0400 (Tue, 04 Jul 2006) | 1 line
+r9784 | jesse | 2007-12-01 21:41:06 -0500 (Sat, 01 Dec 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT.pm.in
+   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
 
-* we never should call exit from libs
 ------------------------------------------------------------------------
-r5521 | ruz | 2006-07-04 01:38:03 -0400 (Tue, 04 Jul 2006) | 1 line
+r9781 | audreyt | 2007-12-01 21:31:45 -0500 (Sat, 01 Dec 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
+   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
 
-* report error when couldn't create CF
+* Convert SelfService and Ticket Create/Update to EmailAutocomplete.
 ------------------------------------------------------------------------
-r5520 | ruz | 2006-07-04 01:36:46 -0400 (Tue, 04 Jul 2006) | 1 line
+r9780 | audreyt | 2007-12-01 21:30:10 -0500 (Sat, 01 Dec 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/html/Elements/EmailInput
 
-* forgot to add option to config
+* EmailInput: First cut at email completion widget.
 ------------------------------------------------------------------------
-r5496 | ruz | 2006-06-30 16:09:08 -0400 (Fri, 30 Jun 2006) | 5 lines
+r9779 | audreyt | 2007-12-01 21:27:18 -0500 (Sat, 01 Dec 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
-
-Changes:
-* new config option $OldestTransactionsFirst that allow
-  administrator to reverse order of transactions on
-  history page
+   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.
 ------------------------------------------------------------------------
-r5482 | ruz | 2006-06-28 17:25:18 -0400 (Wed, 28 Jun 2006) | 2 lines
+r9778 | audreyt | 2007-12-01 21:17:03 -0500 (Sat, 01 Dec 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
+   A /rt/branches/3.6-RELEASE/html/NoAuth/images/css/fieldbg-autocomplete.gif
 
-* add tests for unsafe mailgate commands
-* fix bugs that were introduced during Email.pm refactoring
+* Picture of autocompleted-field-background from jifty
 ------------------------------------------------------------------------
-r5480 | ruz | 2006-06-27 20:05:49 -0400 (Tue, 27 Jun 2006) | 1 line
+r9777 | audreyt | 2007-12-01 21:15:21 -0500 (Sat, 01 Dec 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   A /rt/branches/3.6-RELEASE/html/Helpers/EmailAutocomplete
 
-* minor formatting
+* Email Autocompletion element.
 ------------------------------------------------------------------------
-r5476 | ruz | 2006-06-27 17:21:07 -0400 (Tue, 27 Jun 2006) | 2 lines
+r9776 | audreyt | 2007-12-01 18:09:56 -0500 (Sat, 01 Dec 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/base.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/fsck_com_rt.pm
+   A /rt/branches/3.6-RELEASE/html/Elements/EmailInput
 
-* nothing special, small changes I'd changed during
-  the hunt over a bug
+* Elements/EmailInput - Beginning of refactoring toward Ajax mail
 ------------------------------------------------------------------------
-r5400 | ruz | 2006-06-16 20:40:24 -0400 (Fri, 16 Jun 2006) | 3 lines
+r9768 | jesse | 2007-11-30 14:14:25 -0500 (Fri, 30 Nov 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
+   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
 
-* 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
 ------------------------------------------------------------------------
-r5317 | ruz | 2006-05-30 16:13:02 -0400 (Tue, 30 May 2006) | 5 lines
+r9767 | jesse | 2007-11-30 14:08:42 -0500 (Fri, 30 Nov 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   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
 
-* 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.
 ------------------------------------------------------------------------
-r5315 | ruz | 2006-05-28 07:19:20 -0400 (Sun, 28 May 2006) | 2 lines
+r9742 | ruz | 2007-11-23 20:27:52 -0500 (Fri, 23 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
-* Use "Requestor.id = $requestor->id" search instead of search by email address
-  as latter is not indexed
+* bump required version of SB so people will get a fix that
+  affect the latest change
 ------------------------------------------------------------------------
-r5310 | ruz | 2006-05-26 20:39:49 -0400 (Fri, 26 May 2006) | 3 lines
+r9741 | ruz | 2007-11-23 20:25:55 -0500 (Fri, 23 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/URI.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Users_Overlay.pm
 
-* 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
+* split WhoHaveRoleRights into more queries so buggy MySQL's
+  optimizer can do the right thing
 ------------------------------------------------------------------------
-r5268 | jesse | 2006-05-19 17:17:41 -0400 (Fri, 19 May 2006) | 3 lines
+r9733 | ruz | 2007-11-23 17:34:45 -0500 (Fri, 23 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-
- r13935@hualien:  jesse | 2006-05-19 17:17:27 -0400
- * There were divergent copies of this code. The EmailParser code was more correct
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
 
+* oops, missed space during refactoring
 ------------------------------------------------------------------------
-r5257 | ruz | 2006-05-18 21:53:40 -0400 (Thu, 18 May 2006) | 1 line
+r9730 | falcone | 2007-11-23 17:15:54 -0500 (Fri, 23 Nov 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   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
 
-* minor
 ------------------------------------------------------------------------
-r5256 | ruz | 2006-05-18 21:45:58 -0400 (Thu, 18 May 2006) | 1 line
+r9727 | ruz | 2007-11-21 19:38:24 -0500 (Wed, 21 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE/html/Widgets/SavedSearch
 
-* allow to complete actions in mail plugins
+* add handling of arguments with multiple values into Widgets/SavedSearch
 ------------------------------------------------------------------------
-r5249 | ruz | 2006-05-18 12:17:47 -0400 (Thu, 18 May 2006) | 1 line
+r9715 | ruz | 2007-11-20 20:27:25 -0500 (Tue, 20 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ConfigureMyRT
+   M /rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
 
-* add bug comment
+* revert rev9654 as it breaks charts on home page
 ------------------------------------------------------------------------
-r5238 | ruz | 2006-05-16 18:39:59 -0400 (Tue, 16 May 2006) | 2 lines
+r9695 | ruz | 2007-11-18 16:56:52 -0500 (Sun, 18 Nov 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
 
-* really noisy warning
-  *NOTE* that option we use is not described in config
+* add caching based on short keys
+* split _HasRight into _HasGroupRight and _HasRoleRight
+* use more queries for roles
 ------------------------------------------------------------------------
-r5218 | ruz | 2006-05-12 20:31:33 -0400 (Fri, 12 May 2006) | 1 line
+r9693 | ruz | 2007-11-16 17:42:23 -0500 (Fri, 16 Nov 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
 
-* get rid of "masks earlier declaration" warnings
+* 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
 ------------------------------------------------------------------------
-r5217 | ruz | 2006-05-12 17:02:54 -0400 (Fri, 12 May 2006) | 1 line
+r9692 | ruz | 2007-11-16 17:37:59 -0500 (Fri, 16 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t
+   M /rt/branches/3.6-RELEASE/lib/RT/Principal_Overlay.pm
 
-* use SetToMidnight( Timezone => 'server' ) to calc start and end of the day
+* minor
 ------------------------------------------------------------------------
-r5216 | ruz | 2006-05-12 16:54:41 -0400 (Fri, 12 May 2006) | 1 line
+r9659 | falcone | 2007-11-13 19:09:02 -0500 (Tue, 13 Nov 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Date.pm
+   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
 
-* add Timezone argument in SetToMidnight
 ------------------------------------------------------------------------
-r5209 | ruz | 2006-05-11 18:31:58 -0400 (Thu, 11 May 2006) | 10 lines
+r9654 | ruz | 2007-11-13 12:59:32 -0500 (Tue, 13 Nov 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
+   M /rt/branches/3.6-RELEASE/html/Admin/Elements/ConfigureMyRT
+   M /rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
 
-* 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.
+* 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
 ------------------------------------------------------------------------
-r5208 | ruz | 2006-05-11 18:24:17 -0400 (Thu, 11 May 2006) | 3 lines
+r9653 | ruz | 2007-11-13 12:45:26 -0500 (Tue, 13 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE/html/Widgets/TitleBoxStart
 
-* if ( not $xxx || $xxx->foo ) is equivalent to
-  if ( not ( $xxx || $xxx->foo ) ) due to perl5 rules
-  which is not expected behaviour
+* we don't use some vars anymore so don't fool people
+  by defining them in the %ARGS block
 ------------------------------------------------------------------------
-r5207 | ruz | 2006-05-11 16:56:24 -0400 (Thu, 11 May 2006) | 1 line
+r9649 | audreyt | 2007-11-12 15:48:07 -0500 (Mon, 12 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
-* more checks on attachments processing
+* RT::Action::SendEmail - Support for multipart/* emails; we now
+  textualify all MIME parts, instead of collapsing the whole multipart.
 ------------------------------------------------------------------------
-r5206 | ruz | 2006-05-11 16:48:53 -0400 (Thu, 11 May 2006) | 1 line
+r9648 | audreyt | 2007-11-12 15:46:09 -0500 (Mon, 12 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
 
-* return values checking and more logging on errors
+* RT::Transaction->ContentObj - Prefer the first part that
+  matches $PreferredContentType, instead of always 'text/plain'.
 ------------------------------------------------------------------------
-r5187 | jesse | 2006-05-09 00:48:10 -0400 (Tue, 09 May 2006) | 3 lines
+r9647 | audreyt | 2007-11-12 03:03:52 -0500 (Mon, 12 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-
- r13332@hualien:  jesse | 2006-05-09 00:47:49 -0400
- * Mismatched parens
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
 
+* RT::Transaction_Overlay - use RT::I18N::IsTextualContentType.
 ------------------------------------------------------------------------
-r5186 | jesse | 2006-05-08 22:56:20 -0400 (Mon, 08 May 2006) | 3 lines
+r9646 | audreyt | 2007-11-12 03:02:35 -0500 (Mon, 12 Nov 2007) | 10 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/3.6-RELEASE/lib/RT/Attachment_Overlay.pm
 
- 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
+* RT::Attachment_Overlay - Fix several broken logic in ->OriginalContent:
 
-------------------------------------------------------------------------
-r5185 | jesse | 2006-05-08 22:32:19 -0400 (Mon, 08 May 2006) | 4 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
+    - 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_.
 
- r13315@hualien:  jesse | 2006-05-08 22:31:30 -0400
- * Mail gateway refactoring to make added functioanlity a bit easier. 
-   No (intentional) functional changes.
+* $attachment->Quote now respects RT::I18N::IsTextualContentType.
 
 ------------------------------------------------------------------------
-r5184 | jesse | 2006-05-08 22:32:10 -0400 (Mon, 08 May 2006) | 3 lines
+r9645 | audreyt | 2007-11-12 02:58:56 -0500 (Mon, 12 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-
- r13314@hualien:  jesse | 2006-05-08 12:14:26 -0400
- * Minor reformatting
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
 
+* RT::Record - _DecodeLOB now respects RT::I18N::IsTextualContentType.
 ------------------------------------------------------------------------
-r5183 | jesse | 2006-05-08 22:31:56 -0400 (Mon, 08 May 2006) | 3 lines
+r9644 | audreyt | 2007-11-12 02:56:43 -0500 (Mon, 12 Nov 2007) | 13 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
 
- r13313@hualien:  jesse | 2006-05-08 12:01:55 -0400
-  * Finding disabled groups should actually find them, now
+* RT::I18N - Introduce a new utility function, IsTextualContentType($type),
+  that determines whether $type can be sensibly converted to Unicode text.
 
-------------------------------------------------------------------------
-r5118 | jesse | 2006-04-25 22:43:31 -0400 (Tue, 25 Apr 2006) | 5 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/search/ticket
+  Currently it uses this regex (case-insensitively):
 
- 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 / 
+      ^(?:text/(?:plain|html)|message/rfc822)\b
 
-------------------------------------------------------------------------
-r5116 | ruz | 2006-04-25 19:35:09 -0400 (Tue, 25 Apr 2006) | 1 line
-Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/t/regression/23-web_attachments.t
+  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.
 
-* get queue ID from page
 ------------------------------------------------------------------------
-r5115 | ruz | 2006-04-25 19:24:45 -0400 (Tue, 25 Apr 2006) | 1 line
+r9643 | audreyt | 2007-11-12 02:52:35 -0500 (Mon, 12 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectNewTicketQueue
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
-* (cond) && 'selected' outputs 0 if condition fails on my system 
+* RT::Action::SendEmail - Minor comment typo: "use" ne "sue"
 ------------------------------------------------------------------------
-r5066 | ruz | 2006-04-24 20:21:32 -0400 (Mon, 24 Apr 2006) | 1 line
+r9642 | audreyt | 2007-11-11 15:05:50 -0500 (Sun, 11 Nov 2007) | 3 lines
 Changed paths:
-   A /rt/branches/3.4-RELEASE/lib/t/regression/23-web_attachments.t
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
 
-* simple tests for Attachments manipulation from web interface
+* RT::Transaction_Overlay: Be saner and allows explicitly
+  calling $txn->Content(Type => 'text/html'), instead of
+  relying on action-at-a-distance $PreferredContentType.
 ------------------------------------------------------------------------
-r5065 | ruz | 2006-04-24 17:25:15 -0400 (Mon, 24 Apr 2006) | 1 line
+r9641 | audreyt | 2007-11-11 14:58:21 -0500 (Sun, 11 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
 
-* convert only if $enc'oding contains something
+* RT.pm.in: Add support for loading RT_Vendor.pm by default
+  before RT_Local, for greater consistency.
 ------------------------------------------------------------------------
-r5064 | ruz | 2006-04-24 16:42:43 -0400 (Mon, 24 Apr 2006) | 1 line
+r9640 | audreyt | 2007-11-11 14:07:43 -0500 (Sun, 11 Nov 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/SelfService/Create.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Create.html
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
-* max subject is 200 character long
+* 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.
 ------------------------------------------------------------------------
-r5060 | jesse | 2006-04-24 10:49:40 -0400 (Mon, 24 Apr 2006) | 10 lines
+r9639 | audreyt | 2007-11-11 14:06:06 -0500 (Sun, 11 Nov 2007) | 9 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
 
- 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
+* 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.)
 
-------------------------------------------------------------------------
-r5047 | ruz | 2006-04-17 20:40:06 -0400 (Mon, 17 Apr 2006) | 1 line
-Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/PreviewScrips
+* 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.
 
-* check and report error to the logs
 ------------------------------------------------------------------------
-r4924 | jesse | 2006-03-30 21:07:23 -0500 (Thu, 30 Mar 2006) | 7 lines
+r9628 | sartak | 2007-11-09 15:49:01 -0500 (Fri, 09 Nov 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/config.layout
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
 
- 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
+ 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.
 
 ------------------------------------------------------------------------
-r4847 | alexmv | 2006-03-28 15:50:07 -0500 (Tue, 28 Mar 2006) | 3 lines
+r9627 | audreyt | 2007-11-09 15:23:38 -0500 (Fri, 09 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-
- r11918@zoq-fot-pik:  chmrr | 2006-03-28 15:49:56 -0500
-  * Backport TXN fixes from 3.7 and 3.5
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
 
+* _DecodeLOB: All text/* are treated as UTF-8, not only text/plain.
 ------------------------------------------------------------------------
-r4814 | jesse | 2006-03-23 22:40:37 -0500 (Thu, 23 Mar 2006) | 3 lines
+r9626 | audreyt | 2007-11-09 15:06:09 -0500 (Fri, 09 Nov 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
 
- r10436@hualien:  jesse | 2006-03-23 22:40:25 -0500
- * It helps when there aren't typos
+* 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.
 
 ------------------------------------------------------------------------
-r4799 | jesse | 2006-03-23 01:37:59 -0500 (Thu, 23 Mar 2006) | 3 lines
+r9625 | ruz | 2007-11-09 14:57:37 -0500 (Fri, 09 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
-
- r30313@truegrounds:  jesse | 2006-03-23 01:36:27 -0500
- * Better mp2 bulletproofing
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
 
+* delete double width definition
+* don't escape html
 ------------------------------------------------------------------------
-r4686 | jesse | 2006-03-04 17:47:46 -0500 (Sat, 04 Mar 2006) | 3 lines
+r9623 | audreyt | 2007-11-09 14:07:05 -0500 (Fri, 09 Nov 2007) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
- r22962@truegrounds:  jesse | 2006-01-25 05:18:09 -0800
- * Updated mandatory fields for ticket creation forms
+* 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}.
 ------------------------------------------------------------------------
-r4498 | alexmv | 2006-02-04 18:34:51 -0500 (Sat, 04 Feb 2006) | 8 lines
+r9620 | ruz | 2007-11-08 18:08:32 -0500 (Thu, 08 Nov 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/QuickCreate
-
- 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
+   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.
 ------------------------------------------------------------------------
-r4497 | alexmv | 2006-02-04 18:34:45 -0500 (Sat, 04 Feb 2006) | 4 lines
+r9619 | ruz | 2007-11-08 18:05:04 -0500 (Thu, 08 Nov 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
-
- 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'
+   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.
 ------------------------------------------------------------------------
-r4448 | kevinr | 2006-01-30 19:25:47 -0500 (Mon, 30 Jan 2006) | 7 lines
+r9618 | ruz | 2007-11-08 17:55:41 -0500 (Thu, 08 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-
- 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)
+   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
 ------------------------------------------------------------------------
-r4445 | jesse | 2006-01-25 07:50:07 -0500 (Wed, 25 Jan 2006) | 3 lines
+r9617 | ruz | 2007-11-08 17:38:33 -0500 (Thu, 08 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/rt.in
-
- r22960@truegrounds:  jesse | 2006-01-25 13:47:07 +0100
- * a couple added lines of docs to the cli
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
+* add max-age along to Expires
 ------------------------------------------------------------------------
-r4444 | jesse | 2006-01-25 07:11:16 -0500 (Wed, 25 Jan 2006) | 12 lines
+r9616 | audreyt | 2007-11-08 15:06:00 -0500 (Thu, 08 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/schema.Oracle
-
- r22958@truegrounds:  jesse | 2006-01-25 13:08:34 +0100
- 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.
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
+* Add new dep: CSS::Squish 0.06
 ------------------------------------------------------------------------
-r4438 | jesse | 2006-01-24 07:49:37 -0500 (Tue, 24 Jan 2006) | 3 lines
+r9615 | ruz | 2007-11-08 12:19:48 -0500 (Thu, 08 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
-
- r22894@truegrounds:  jesse | 2006-01-24 13:44:05 +0100
- * Note that our SQLite dependency is 1.0
+   M /rt/branches/3.6-RELEASE/html/autohandler
 
+* align comments
 ------------------------------------------------------------------------
-r4406 | alexmv | 2006-01-19 00:19:31 -0500 (Thu, 19 Jan 2006) | 1 line
+r9610 | ruz | 2007-11-06 16:30:42 -0500 (Tue, 06 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-
+   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
 ------------------------------------------------------------------------
-r4405 | alexmv | 2006-01-19 00:19:24 -0500 (Thu, 19 Jan 2006) | 3 lines
+r9560 | ruz | 2007-11-06 05:03:32 -0500 (Tue, 06 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/schema.mysql
-
- r8697@zoq-fot-pik:  chmrr | 2006-01-19 00:18:21 -0500
-  * Drop the one index that is too long for mysql 5 (curse you, unicode!)
+   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
 ------------------------------------------------------------------------
-r4399 | ruz | 2006-01-18 16:31:46 -0500 (Wed, 18 Jan 2006) | 5 lines
+r9559 | ruz | 2007-11-06 04:59:01 -0500 (Tue, 06 Nov 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
-
-* CurrentUserHasQueueRight handles global templates natively
-  we don't need to check queue value
-* return error message from _ParseContent
-* check error status in Parser more accurate
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
+* don't send Last-Modified field in a response
+* make cache public
 ------------------------------------------------------------------------
-r4398 | ruz | 2006-01-18 16:28:41 -0500 (Wed, 18 Jan 2006) | 6 lines
+r9558 | ruz | 2007-11-06 04:40:57 -0500 (Tue, 06 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
-
-* handle SIGPIPE, could happen if sendmail closes pipe before
-  we output all message
-* handle SIGCHLD with default handler to get exit status from sendmail
-* handle errors in 'close', system errors or sendmail exit with error
-* only send warn on the error exit status
+   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
 ------------------------------------------------------------------------
-r4397 | ruz | 2006-01-18 16:26:31 -0500 (Wed, 18 Jan 2006) | 2 lines
+r9532 | ruz | 2007-11-01 10:07:17 -0400 (Thu, 01 Nov 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
-
-* load and precompile only reqexp we need
+   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
 ------------------------------------------------------------------------
-r4396 | ruz | 2006-01-18 16:15:46 -0500 (Wed, 18 Jan 2006) | 7 lines
+r9471 | tla | 2007-10-26 10:36:52 -0400 (Fri, 26 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-
-* in _EnumLimit load referenced object only if value
-  is defined and is not number, this could safe several
-  fetches from caches or in worst case from DB
-* use this advantage in Quicksearch element,
-  change in load time should be noticable on the systems
-  with many queues
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
+get rid of overly verbose debug statement
 ------------------------------------------------------------------------
-r4385 | jesse | 2006-01-12 10:48:22 -0500 (Thu, 12 Jan 2006) | 3 lines
+r9462 | sunnavy | 2007-10-25 16:04:40 -0400 (Thu, 25 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
-
- r22371@truegrounds:  jesse | 2006-01-12 16:25:39 +0100
- * This be 3.4.5
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/Tabs
 
+add a callback for SelfService/Elements/Tabs
 ------------------------------------------------------------------------
-r4384 | jesse | 2006-01-12 10:48:13 -0500 (Thu, 12 Jan 2006) | 3 lines
+r9460 | tla | 2007-10-25 10:39:42 -0400 (Thu, 25 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
-
- r22370@truegrounds:  jesse | 2006-01-12 16:25:19 +0100
- * Silence a warning introduced by a patch to fix oracle installs
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
+change comment
 ------------------------------------------------------------------------
-r4383 | jesse | 2006-01-12 10:48:03 -0500 (Thu, 12 Jan 2006) | 3 lines
+r9457 | tla | 2007-10-25 05:33:58 -0400 (Thu, 25 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t
-
- 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
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
+refrain from shifting args off the argument array
 ------------------------------------------------------------------------
-r4372 | jesse | 2006-01-11 12:22:05 -0500 (Wed, 11 Jan 2006) | 7 lines
+r9447 | tla | 2007-10-24 22:20:11 -0400 (Wed, 24 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-
- 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
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
+don't want RecordOutgoingMailTransaction to be fatal to the scrip.
 ------------------------------------------------------------------------
-r4307 | jesse | 2005-12-13 16:54:03 -0500 (Tue, 13 Dec 2005) | 3 lines
+r9446 | tla | 2007-10-24 22:04:45 -0400 (Wed, 24 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
-
- r20436@truegrounds:  jesse | 2005-12-13 16:51:41 -0500
- * 3.4.5rc3
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
+store the outgoing txn ID in  for later access
 ------------------------------------------------------------------------
-r4306 | jesse | 2005-12-13 16:53:52 -0500 (Tue, 13 Dec 2005) | 3 lines
+r9445 | tla | 2007-10-24 18:03:16 -0400 (Wed, 24 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
-
- r20435@truegrounds:  jesse | 2005-12-13 16:51:06 -0500
- * warning silencing for a log message
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
+Save the transaction ID of the outgoing message transaction
 ------------------------------------------------------------------------
-r4303 | alexmv | 2005-12-13 13:58:20 -0500 (Tue, 13 Dec 2005) | 3 lines
+r9429 | ruz | 2007-10-23 20:16:06 -0400 (Tue, 23 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-
- 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
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
 
+* oops, forgot commit one line, there is no $member anymore
 ------------------------------------------------------------------------
-r4220 | jesse | 2005-12-02 17:59:40 -0500 (Fri, 02 Dec 2005) | 3 lines
+r9428 | ruz | 2007-10-23 20:12:43 -0400 (Tue, 23 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
-
- r19695@truegrounds:  jesse | 2005-12-02 17:58:50 -0500
- * RC2
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
 
+* switch to /Elements/ShowLink
 ------------------------------------------------------------------------
-r4216 | jesse | 2005-12-02 17:02:21 -0500 (Fri, 02 Dec 2005) | 8 lines
+r9426 | ruz | 2007-10-23 19:05:52 -0400 (Tue, 23 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
-
- 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
+   M /rt/branches/3.6-RELEASE/html/Elements/EditLinks
 
+* delete unused variable
 ------------------------------------------------------------------------
-r4212 | jesse | 2005-12-01 23:14:40 -0500 (Thu, 01 Dec 2005) | 3 lines
+r9425 | ruz | 2007-10-23 19:03:34 -0400 (Tue, 23 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Header
-   A /rt/branches/3.4-RELEASE/html/NoAuth/printrt.css
-
- r19674@truegrounds:  jesse | 2005-12-01 23:13:50 -0500
-  * Added a print stylesheet from Koos van den Hout
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
 
+* add missing </li>
 ------------------------------------------------------------------------
-r4175 | jesse | 2005-11-30 16:03:40 -0500 (Wed, 30 Nov 2005) | 3 lines
+r9424 | ruz | 2007-10-23 19:02:34 -0400 (Tue, 23 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
-
- r19588@truegrounds:  jesse | 2005-11-30 16:00:10 -0500
- * Bump to 3.4.5rc1
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowMembers
 
+* move general if block into <%INIT>
 ------------------------------------------------------------------------
-r4154 | jesse | 2005-11-29 18:55:07 -0500 (Tue, 29 Nov 2005) | 3 lines
+r9423 | ruz | 2007-10-23 18:44:53 -0400 (Tue, 23 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields
-
- 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
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
 
+* update docs
 ------------------------------------------------------------------------
-r4120 | robert | 2005-11-19 22:52:28 -0500 (Sat, 19 Nov 2005) | 3 lines
+r9422 | ruz | 2007-10-23 18:43:38 -0400 (Tue, 23 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-
- r4186@bear:  rspier | 2005-11-19 19:51:38 -0800
- typo fix: s/load/Load/ 
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyLinks.html
 
+* pass a reference to @results into a callback, so extensions can fill it
 ------------------------------------------------------------------------
-r4096 | alexmv | 2005-11-14 18:34:44 -0500 (Mon, 14 Nov 2005) | 7 lines
+r9421 | ruz | 2007-10-23 16:41:07 -0400 (Tue, 23 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValues.pm
-
- 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>
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowLinks
 
+* add closing tags for elements of lists
 ------------------------------------------------------------------------
-r4092 | alexmv | 2005-11-14 17:35:40 -0500 (Mon, 14 Nov 2005) | 6 lines
+r9418 | sartak | 2007-10-23 14:14:23 -0400 (Tue, 23 Oct 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
 
- 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
+ r44066@onn:  sartak | 2007-10-23 14:14:02 -0400
+ Allow Template->ParseContent to not require Ticket and Txn
 
 ------------------------------------------------------------------------
-r4090 | ruz | 2005-11-14 17:02:36 -0500 (Mon, 14 Nov 2005) | 3 lines
+r9380 | sunnavy | 2007-10-20 03:06:24 -0400 (Sat, 20 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/QueryString
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
 
-* /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
+don't overwrite %ARGS; don't add cloned ticket to parents by default
 ------------------------------------------------------------------------
-r4089 | ruz | 2005-11-14 16:57:36 -0500 (Mon, 14 Nov 2005) | 1 line
+r9365 | sunnavy | 2007-10-19 15:42:07 -0400 (Fri, 19 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/etc/schema.mysql
+   M /rt/branches/3.6-RELEASE/html/Elements/EditCustomFieldFreeform
 
-* revert back mysql.schema, commited by accident
+we shouldn't replace "\n" with whitespace if it's multiple type
 ------------------------------------------------------------------------
-r4087 | ruz | 2005-11-14 16:50:12 -0500 (Mon, 14 Nov 2005) | 2 lines
+r9362 | sunnavy | 2007-10-19 15:23:08 -0400 (Fri, 19 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/etc/schema.mysql
-   M /rt/branches/3.4-RELEASE/html/Elements/Callback
+   M /rt/branches/3.6-RELEASE/html/Ticket/Create.html
 
-* fix: really hide hidden paths from callbacks
-* fix: fetch data from the %cache by one key when store data with other
+Ticket/Create.html can handle clone function now
 ------------------------------------------------------------------------
-r4086 | alexmv | 2005-11-14 16:49:33 -0500 (Mon, 14 Nov 2005) | 8 lines
+r9271 | jesse | 2007-10-11 11:40:59 -0400 (Thu, 11 Oct 2007) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
 
- 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
+ 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
 
 ------------------------------------------------------------------------
-r4085 | alexmv | 2005-11-14 16:30:12 -0500 (Mon, 14 Nov 2005) | 7 lines
+r9270 | sunnavy | 2007-10-11 01:22:26 -0400 (Thu, 11 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
-
- 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>
+   M /rt/branches/3.6-RELEASE/html/Ticket/History.html
 
+added AfterShowHistory Callback in Ticket/History.html
 ------------------------------------------------------------------------
-r4084 | alexmv | 2005-11-14 15:51:27 -0500 (Mon, 14 Nov 2005) | 7 lines
+r9268 | jesse | 2007-10-10 21:35:37 -0400 (Wed, 10 Oct 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
- 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>
+ 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
 
 ------------------------------------------------------------------------
-r4083 | alexmv | 2005-11-14 15:43:24 -0500 (Mon, 14 Nov 2005) | 6 lines
+r9258 | sunnavy | 2007-10-09 16:44:47 -0400 (Tue, 09 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-
- 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>
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
 
+added current_tab arg for AfterShowHistory Callback in Ticket/Display.html
 ------------------------------------------------------------------------
-r4081 | alexmv | 2005-11-14 14:59:42 -0500 (Mon, 14 Nov 2005) | 7 lines
+r9245 | sunnavy | 2007-10-08 14:11:19 -0400 (Mon, 08 Oct 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
-
- 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>
+   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
 ------------------------------------------------------------------------
-r4080 | alexmv | 2005-11-14 14:55:17 -0500 (Mon, 14 Nov 2005) | 3 lines
+r9214 | jesse | 2007-10-03 10:54:53 -0400 (Wed, 03 Oct 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html
 
- r7152@zoq-fot-pik:  chmrr | 2005-11-14 14:54:43 -0500
-  * Restore rightful .po headers on new french translation
+ 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
 
 ------------------------------------------------------------------------
-r4079 | alexmv | 2005-11-14 14:52:57 -0500 (Mon, 14 Nov 2005) | 6 lines
+r9192 | jesse | 2007-10-02 14:09:30 -0400 (Tue, 02 Oct 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
+   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
 
- 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
+ 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)
 
 ------------------------------------------------------------------------
-r4078 | jesse | 2005-11-14 14:50:54 -0500 (Mon, 14 Nov 2005) | 7 lines
+r9190 | jesse | 2007-10-01 17:09:35 -0400 (Mon, 01 Oct 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- 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
+ r27278@hualien:  jesse | 2007-10-01 17:08:31 -0400
+ 3.6.5 releng
 
 ------------------------------------------------------------------------
-r4077 | alexmv | 2005-11-14 14:20:49 -0500 (Mon, 14 Nov 2005) | 6 lines
+r9152 | jesse | 2007-09-26 00:43:10 -0400 (Wed, 26 Sep 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/EmailParser.pm
 
- 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>
+ r67594@pinglin:  jesse | 2007-09-26 00:42:44 -0400
+  MIME::Tools removed a method from their public API. this works around it
 
 ------------------------------------------------------------------------
-r4076 | jesse | 2005-11-14 14:18:48 -0500 (Mon, 14 Nov 2005) | 8 lines
+r9148 | sunnavy | 2007-09-25 16:42:57 -0400 (Tue, 25 Sep 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
 
- 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
+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
 ------------------------------------------------------------------------
-r4075 | jesse | 2005-11-14 14:18:36 -0500 (Mon, 14 Nov 2005) | 8 lines
+r9139 | jesse | 2007-09-24 11:42:34 -0400 (Mon, 24 Sep 2007) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/07acl.t
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ja.po
 
- r18899@truegrounds:  jesse | 2005-11-14 13:40:24 -0500
- RT-Ticket: 7121 
+ r67533@pinglin:  jesse | 2007-09-24 11:41:58 -0400
+ RT-Ticket: 8563
  RT-Status: resolved
  RT-Update: correspond
  
- * Patch from Todd Chapman to make the web based acl tests honor RT::WebPath
+ Updated Japanese translation from  y-iida@secom.co.jp
  
 
 ------------------------------------------------------------------------
-r4074 | alexmv | 2005-11-14 13:52:00 -0500 (Mon, 14 Nov 2005) | 3 lines
+r9122 | sunnavy | 2007-09-23 00:34:33 -0400 (Sun, 23 Sep 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-
- r7140@zoq-fot-pik:  chmrr | 2005-11-14 13:51:14 -0500
-  * Better bounce handling, from Abhijit Menon-Sen <ams@oryx.com>
+   M /rt/branches/3.6-RELEASE/bin/rt.in
 
+updated vsplit in accordance with our change to multiple value CF
 ------------------------------------------------------------------------
-r4073 | jesse | 2005-11-14 13:37:01 -0500 (Mon, 14 Nov 2005) | 16 lines
+r9121 | sunnavy | 2007-09-23 00:20:30 -0400 (Sun, 23 Sep 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
-
- 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.
+   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
 ------------------------------------------------------------------------
-r4072 | alexmv | 2005-11-14 13:33:43 -0500 (Mon, 14 Nov 2005) | 8 lines
+r9119 | sunnavy | 2007-09-21 16:24:07 -0400 (Fri, 21 Sep 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/07rights.t
-
- 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
+   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.
 ------------------------------------------------------------------------
-r4071 | jesse | 2005-11-14 13:21:29 -0500 (Mon, 14 Nov 2005) | 10 lines
+r9100 | sunnavy | 2007-09-20 02:55:33 -0400 (Thu, 20 Sep 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/14linking.t
-
- 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
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
 
+remove buggy whitespaces following a comma
 ------------------------------------------------------------------------
-r4069 | jesse | 2005-11-14 12:55:46 -0500 (Mon, 14 Nov 2005) | 7 lines
+r9099 | sunnavy | 2007-09-20 02:05:48 -0400 (Thu, 20 Sep 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/ScrubHTML
-
- 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
+   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
 ------------------------------------------------------------------------
-r4065 | jesse | 2005-11-14 12:44:41 -0500 (Mon, 14 Nov 2005) | 9 lines
+r9082 | sunnavy | 2007-09-18 03:02:09 -0400 (Tue, 18 Sep 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
 
- 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
+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
 ------------------------------------------------------------------------
-r4064 | alexmv | 2005-11-14 12:43:06 -0500 (Mon, 14 Nov 2005) | 3 lines
+r9076 | sunnavy | 2007-09-17 16:52:39 -0400 (Mon, 17 Sep 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/default
 
- r7122@zoq-fot-pik:  chmrr | 2005-11-14 12:42:37 -0500
-  * Updated russian translation from Andrew Kornilov <andy@eva.dp.ua>
+fix bug 10273.
+https://tickets.bestpractical.com/Ticket/Display.html?id=10273
+we need `delete' the old values before setting new values.
 
 ------------------------------------------------------------------------
-r4063 | jesse | 2005-11-14 12:38:59 -0500 (Mon, 14 Nov 2005) | 8 lines
+r8942 | jesse | 2007-09-05 16:57:32 -0400 (Wed, 05 Sep 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
 
- 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
+ r66993@pinglin:  jesse | 2007-09-05 16:44:11 -0400
+ Fix to not update tickets multiple times when doing a selfservice posting.
 
 ------------------------------------------------------------------------
-r4061 | robert | 2005-11-13 00:14:57 -0500 (Sun, 13 Nov 2005) | 9 lines
+r8674 | jesse | 2007-08-21 13:49:46 -0400 (Tue, 21 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Header
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- 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.
+ r66194@pinglin:  jesse | 2007-08-21 13:49:09 -0400
+  3.6.5 RC2
 
 ------------------------------------------------------------------------
-r4060 | jesse | 2005-11-11 15:27:56 -0500 (Fri, 11 Nov 2005) | 3 lines
+r8672 | ruz | 2007-08-21 12:03:53 -0400 (Tue, 21 Aug 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
-
- r18722@truegrounds:  jesse | 2005-11-11 15:26:34 -0500
- * SB 1.35 dependency
+   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
 ------------------------------------------------------------------------
-r4059 | jesse | 2005-11-11 00:12:49 -0500 (Fri, 11 Nov 2005) | 3 lines
+r8671 | nicholas | 2007-08-21 11:30:26 -0400 (Tue, 21 Aug 2007) | 11 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
+   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
 
- r18716@truegrounds:  jesse | 2005-11-11 00:10:08 -0500
- * fix from ruslan for fallout from his WhoHaveRight refactoring
+    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
 
 ------------------------------------------------------------------------
-r4035 | jesse | 2005-11-06 17:15:18 -0500 (Sun, 06 Nov 2005) | 3 lines
+r8670 | nicholas | 2007-08-21 10:28:28 -0400 (Tue, 21 Aug 2007) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
 
- r18412@truegrounds:  jesse | 2005-11-06 17:13:58 -0500
- * Bumped to 3.4.5pre1
+<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.
 
 ------------------------------------------------------------------------
-r4034 | jesse | 2005-11-06 17:15:06 -0500 (Sun, 06 Nov 2005) | 3 lines
+r8669 | nicholas | 2007-08-21 09:39:15 -0400 (Tue, 21 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.6-RELEASE/html/Elements/CollectionAsTable/Row
 
- r18411@truegrounds:  jesse | 2005-11-06 17:13:33 -0500
-  * Patch to significantly improve performance on "WhoHaveRight" from Ruslan.
+For a long time html/Elements/CollectionAsTable/ParseFormat has been parsing
+/CLASS. Fix html/Elements/CollectionAsTable/Row to put that class on the <td>
 
 ------------------------------------------------------------------------
-r4033 | jesse | 2005-11-06 17:13:38 -0500 (Sun, 06 Nov 2005) | 4 lines
+r8550 | falcone | 2007-08-14 13:54:27 -0400 (Tue, 14 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/StyleGuide.pod
 
- 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)
+ r23791@ketch:  falcone | 2007-08-14 13:53:58 -0400
+ * we no longer support 5.6.1
 
 ------------------------------------------------------------------------
-r4011 | pdh | 2005-11-01 00:43:02 -0500 (Tue, 01 Nov 2005) | 3 lines
+r8540 | falcone | 2007-08-14 12:23:38 -0400 (Tue, 14 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
-
-Add a missing space, before the Style Police come after me.
+   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
 
 ------------------------------------------------------------------------
-r4010 | pdh | 2005-10-31 19:21:57 -0500 (Mon, 31 Oct 2005) | 3 lines
+r8471 | jesse | 2007-08-09 11:26:00 -0400 (Thu, 09 Aug 2007) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
 
-Make $RT::MaxInlineBody work properly.
+ 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
 ------------------------------------------------------------------------
-r3989 | alexmv | 2005-10-24 17:26:18 -0400 (Mon, 24 Oct 2005) | 4 lines
+r8453 | ruz | 2007-08-08 17:04:31 -0400 (Wed, 08 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE/html/Search/Chart
 
- 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
+* add new $ChartFont option to the config which allow admin to
+  select a tru type font RT uses in charts
 
 ------------------------------------------------------------------------
-r3967 | jesse | 2005-10-14 17:10:24 -0400 (Fri, 14 Oct 2005) | 3 lines
+r8451 | ruz | 2007-08-08 16:26:30 -0400 (Wed, 08 Aug 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-
- r17368@hualien:  jesse | 2005-10-14 17:08:10 -0400
- * When Robert made the change to how CustomFieldValues works, he broke the API. Fixed
+   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
 ------------------------------------------------------------------------
-r3966 | jesse | 2005-10-14 17:10:11 -0400 (Fri, 14 Oct 2005) | 3 lines
+r8445 | jesse | 2007-08-08 13:25:30 -0400 (Wed, 08 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r17360@hualien:  jesse | 2005-10-14 15:21:46 -0400
- * Perltidy
+ r65296@pinglin:  jesse | 2007-08-08 13:24:39 -0400
+ * 3.6.5rc1
 
 ------------------------------------------------------------------------
-r3958 | ruz | 2005-10-13 08:40:24 -0400 (Thu, 13 Oct 2005) | 1 line
+r8443 | falcone | 2007-08-08 09:19:21 -0400 (Wed, 08 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/User/Elements/Tabs
+   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.
 
-* new callback in html/User/Elements/Tabs
 ------------------------------------------------------------------------
-r3957 | ruz | 2005-10-13 08:37:47 -0400 (Thu, 13 Oct 2005) | 1 line
+r8433 | ruz | 2007-08-07 16:44:52 -0400 (Tue, 07 Aug 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
 
-* code comments
+* fix performance regression in searches by watchers joined
+  with other conditions using OR
 ------------------------------------------------------------------------
-r3948 | ruz | 2005-10-10 20:01:50 -0400 (Mon, 10 Oct 2005) | 1 line
+r8432 | ruz | 2007-08-07 16:43:05 -0400 (Tue, 07 Aug 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
 
-* get rid of "not a number" warning
+* update doc
 ------------------------------------------------------------------------
-r3945 | ruz | 2005-10-10 15:47:29 -0400 (Mon, 10 Oct 2005) | 4 lines
+r8431 | ruz | 2007-08-07 16:38:47 -0400 (Tue, 07 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
 
-backport of the 3.5-TESTING@3543
-Changes:
-* fix attachments ordering
+* call CanonicalizeEmailAddress as class method instead of
+  passing undef as first argument
 
 ------------------------------------------------------------------------
-r3944 | ruz | 2005-10-10 15:27:36 -0400 (Mon, 10 Oct 2005) | 15 lines
+r8430 | ruz | 2007-08-07 16:37:21 -0400 (Tue, 07 Aug 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_watcher.t
-
-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
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
 
+* add debug info into test
 ------------------------------------------------------------------------
-r3938 | robert | 2005-10-07 00:20:15 -0400 (Fri, 07 Oct 2005) | 3 lines
+r8428 | ruz | 2007-08-07 15:36:17 -0400 (Tue, 07 Aug 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-
- 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)
+   M /rt/branches/3.6-RELEASE/lib/t/regression/00-mason-syntax.t
 
+* fix compatibility of a test with new version of mason
 ------------------------------------------------------------------------
-r3901 | alexmv | 2005-10-03 14:15:35 -0400 (Mon, 03 Oct 2005) | 3 lines
+r8409 | jesse | 2007-08-06 17:33:00 -0400 (Mon, 06 Aug 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/en.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
 
- r6568@zoq-fot-pik:  chmrr | 2005-10-03 14:14:49 -0400
-  * Header fixes in PO files to include correct RT version
+ r65236@pinglin:  jesse | 2007-08-06 17:17:56 -0400
+ * better canonicalization of multiple addresses in the cc/bcc box on correspondence and comment
 
 ------------------------------------------------------------------------
-r3900 | alexmv | 2005-10-03 13:32:45 -0400 (Mon, 03 Oct 2005) | 3 lines
+r8344 | ruz | 2007-07-31 19:32:21 -0400 (Tue, 31 Jul 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
 
- r6566@zoq-fot-pik:  chmrr | 2005-10-03 13:28:24 -0400
-  * Updated spanish translation, thanks to Carlos Velasco
+* 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
 ------------------------------------------------------------------------
-r3896 | alexmv | 2005-09-30 15:56:31 -0400 (Fri, 30 Sep 2005) | 8 lines
+r8271 | jesse | 2007-07-24 19:06:29 -0400 (Tue, 24 Jul 2007) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
 
- r6558@zoq-fot-pik:  chmrr | 2005-09-30 15:56:06 -0400
- RT-Ticket: 7029
- RT-Status: resolved
+ r61183@pinglin:  jesse | 2007-07-24 16:05:28 -0700
+ RT-Ticket: 8492
  RT-Update: correspond
+ RT-Status: resolved
  
-  * Applied missing limit for AdminCcs, from Todd Chapman
+ * James Bunch pointed out a missing $ that would cause a failed method call in an error scenario
  
 
 ------------------------------------------------------------------------
-r3895 | alexmv | 2005-09-30 15:19:57 -0400 (Fri, 30 Sep 2005) | 3 lines
+r8237 | jesse | 2007-07-20 16:37:33 -0400 (Fri, 20 Jul 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+   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
 
- 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
+ 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
 
 ------------------------------------------------------------------------
-r3894 | alexmv | 2005-09-30 15:19:46 -0400 (Fri, 30 Sep 2005) | 3 lines
+r8233 | jesse | 2007-07-19 15:30:01 -0400 (Thu, 19 Jul 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/BuildFormatString
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
- r6554@zoq-fot-pik:  chmrr | 2005-09-30 15:16:47 -0400
-  * Remove unused and deprecated code path (bugs 6605, 7008)
+ r60965@pinglin:  jesse | 2007-07-19 15:29:22 -0400
+ * Backported 6766 to RT 3.6, with additional cleanups
 
 ------------------------------------------------------------------------
-r3893 | jesse | 2005-09-28 13:27:29 -0400 (Wed, 28 Sep 2005) | 3 lines
+r8228 | jesse | 2007-07-19 13:40:36 -0400 (Thu, 19 Jul 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Search/Results.tsv
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/drop.Oracle
 
-Switch from ->CustomFields to ->TicketCustomFields to stop using a deprecated API.
-  Thanks to T.J. Maciak
+ r60951@pinglin:  jesse | 2007-07-19 13:39:57 -0400
+ * Oracle drop schema typo fixes. Thanks to JoopvandeWege@mococo.nl
 
 ------------------------------------------------------------------------
-r3892 | robert | 2005-09-28 12:16:03 -0400 (Wed, 28 Sep 2005) | 8 lines
+r8215 | jesse | 2007-07-18 19:12:52 -0400 (Wed, 18 Jul 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+   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
 
- 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.
+ 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
  
 
 ------------------------------------------------------------------------
-r3881 | jesse | 2005-09-23 15:39:36 -0400 (Fri, 23 Sep 2005) | 3 lines
+r8186 | ruz | 2007-07-17 12:27:11 -0400 (Tue, 17 Jul 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
-
- r15970@hualien:  jesse | 2005-09-23 15:37:43 -0400
- * Our algorithm for finding a fallback for transaction content wasn't trying hard enough. reported by John Gedeon.
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
+* clear duplications recipient lists, based on patch from Dirk Pape
 ------------------------------------------------------------------------
-r3877 | alexmv | 2005-09-22 15:09:22 -0400 (Thu, 22 Sep 2005) | 3 lines
+r8182 | ruz | 2007-07-17 07:11:12 -0400 (Tue, 17 Jul 2007) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
-
- r6458@zoq-fot-pik:  chmrr | 2005-09-22 15:08:37 -0400
-  * Add where the faulty caller was in deprecated warnings
+   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)
 ------------------------------------------------------------------------
-r3855 | jesse | 2005-09-16 12:26:10 -0400 (Fri, 16 Sep 2005) | 3 lines
+r8162 | jesse | 2007-07-14 00:03:08 -0400 (Sat, 14 Jul 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Results.rdf
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Transaction_Overlay.pm
 
- 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
+ r60623@pinglin:  jesse | 2007-07-13 15:58:45 -0400
+ * Quiet a warning. Thanks to Vlad <marchenko@gmail.com>
 
 ------------------------------------------------------------------------
-r3854 | jesse | 2005-09-16 12:25:42 -0400 (Fri, 16 Sep 2005) | 3 lines
+r8063 | jesse | 2007-07-05 16:59:04 -0400 (Thu, 05 Jul 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- 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
+ r59918@pinglin:  jesse | 2007-07-05 16:58:53 -0400
+ * Someone left in a call to Data::Dumper
 
 ------------------------------------------------------------------------
-r3849 | jesse | 2005-09-13 12:07:54 -0400 (Tue, 13 Sep 2005) | 5 lines
+r8061 | jesse | 2007-07-05 13:46:42 -0400 (Thu, 05 Jul 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- 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
+ r59914@pinglin:  jesse | 2007-07-05 13:45:10 -0400
+ Bumping to 3.6.4
 
 ------------------------------------------------------------------------
-r3847 | glasser | 2005-09-12 18:11:43 -0400 (Mon, 12 Sep 2005) | 4 lines
+r8060 | jesse | 2007-07-05 13:45:54 -0400 (Thu, 05 Jul 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t
 
- 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.
+ r59913@pinglin:  jesse | 2007-07-05 13:10:32 -0400
+ * todoing a test for a future feature
 
 ------------------------------------------------------------------------
-r3754 | robert | 2005-09-01 17:47:36 -0400 (Thu, 01 Sep 2005) | 10 lines
+r8025 | falcone | 2007-06-25 10:41:49 -0400 (Mon, 25 Jun 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/ModifyAll.html
 
- 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.
-     
+ r22168@ketch:  falcone | 2007-06-25 09:41:08 -0500
+ * There is no $TicketObj here, just $Ticket
 
 ------------------------------------------------------------------------
-r3739 | robert | 2005-08-31 16:46:16 -0400 (Wed, 31 Aug 2005) | 3 lines
+r8024 | nicholas | 2007-06-25 08:56:54 -0400 (Mon, 25 Jun 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/configure.ac
+   M /rt/branches/3.6-RELEASE/html/Elements/Error
 
- 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.
+Add a ) that was missing from r8012.
 
 ------------------------------------------------------------------------
-r3728 | jesse | 2005-08-28 15:44:18 -0400 (Sun, 28 Aug 2005) | 3 lines
+r8023 | nicholas | 2007-06-25 08:55:26 -0400 (Mon, 25 Jun 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE/lib/t/regression/00-mason-syntax.t
 
- r13812@hualien:  jesse | 2005-08-28 15:43:29 -0400
- * bumping to 3.4.4
+Need to skip all files in .svn directories when searching for files to test
+load into Mason.
 
 ------------------------------------------------------------------------
-r3727 | jesse | 2005-08-27 21:26:24 -0400 (Sat, 27 Aug 2005) | 4 lines
+r8016 | jesse | 2007-06-15 16:24:51 -0400 (Fri, 15 Jun 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE
+   A /rt/branches/3.6-RELEASE/lib/RT/I18N/tr.po
 
- r13804@hualien:  jesse | 2005-08-27 21:25:50 -0400
- * Updated French translation from jfenal
+ r58409@pinglin:  jesse | 2007-06-15 16:24:18 -0400
+ * First cut Turkish translation from burakgursoy@gmx.net
  
 
 ------------------------------------------------------------------------
-r3725 | jesse | 2005-08-25 16:05:12 -0400 (Thu, 25 Aug 2005) | 3 lines
+r8012 | jesse | 2007-06-15 12:31:08 -0400 (Fri, 15 Jun 2007) | 9 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/Error
 
- r13763@hualien:  jesse | 2005-08-25 16:04:29 -0400
- * 3.4.4rc3
+ 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)
 
 ------------------------------------------------------------------------
-r3724 | jesse | 2005-08-25 15:54:00 -0400 (Thu, 25 Aug 2005) | 9 lines
+r8010 | falcone | 2007-06-14 18:12:42 -0400 (Thu, 14 Jun 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
 
- 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
+ r21978@ketch:  falcone | 2007-06-14 18:12:25 -0400
+ * be more chatty about errors so you can figure out your initialdata mistakes
 
 ------------------------------------------------------------------------
-r3723 | jesse | 2005-08-25 15:53:40 -0400 (Thu, 25 Aug 2005) | 4 lines
+r8009 | falcone | 2007-06-14 16:44:10 -0400 (Thu, 14 Jun 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
+   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
 
- r13759@hualien:  jesse | 2005-08-25 15:31:56 -0400
- * Fixes to IsRTAddress processing. Spotted by Travis Campbell.
+ 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
 
 ------------------------------------------------------------------------
-r3722 | jesse | 2005-08-25 15:25:28 -0400 (Thu, 25 Aug 2005) | 8 lines
+r8008 | falcone | 2007-06-14 16:43:48 -0400 (Thu, 14 Jun 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Footer
-   M /rt/branches/3.4-RELEASE/sbin/extract-message-catalog
+   M /rt/branches/3.6-RELEASE
 
- 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
+ r18561@ketch:  falcone | 2007-05-11 14:19:35 -0400
+ * don't parse undef for SQL (quiets a warning on new searches)
 
 ------------------------------------------------------------------------
-r3721 | jesse | 2005-08-25 15:01:03 -0400 (Thu, 25 Aug 2005) | 4 lines
+r8007 | falcone | 2007-06-14 16:43:40 -0400 (Thu, 14 Jun 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
- r13754@hualien:  jesse | 2005-08-25 14:55:32 -0400
- * EquivObjects support for acl queries, from Todd Chapman
+ r18560@ketch:  falcone | 2007-05-11 14:18:46 -0400
+ * stop a warning when we don't have any saved search
 
 ------------------------------------------------------------------------
-r3720 | jesse | 2005-08-25 15:00:44 -0400 (Thu, 25 Aug 2005) | 3 lines
+r8006 | falcone | 2007-06-14 16:42:27 -0400 (Thu, 14 Jun 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/link
 
- r13753@hualien:  jesse | 2005-08-25 14:53:06 -0400
- * Removing warnings about mod_perl2
+ r18127@ketch:  falcone | 2007-04-18 17:08:59 -0400
+ * make bin/rt link work and fix the associated tests
 
 ------------------------------------------------------------------------
-r3719 | jesse | 2005-08-24 02:00:52 -0400 (Wed, 24 Aug 2005) | 7 lines
+r7999 | jesse | 2007-06-08 15:01:31 -0400 (Fri, 08 Jun 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/rt.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.po
 
- r13743@hualien:  jesse | 2005-08-24 02:00:08 -0400
- RT-Ticket: 6957
- RT-Status: resolved
- RT-Update: correspond
+ r58163@pinglin:  jesse | 2007-06-08 15:00:29 -0400
+ * Czech translation updates from Daniel Kastner
  
- * Applied a patch from ams to restore his byline to bin/rt
 
 ------------------------------------------------------------------------
-r3714 | jesse | 2005-08-23 23:39:37 -0400 (Tue, 23 Aug 2005) | 3 lines
+r7993 | jesse | 2007-06-07 13:20:44 -0400 (Thu, 07 Jun 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r13733@hualien:  jesse | 2005-08-23 23:38:39 -0400
- * bumped to pre2
+* 3.6.4.rc2
 
 ------------------------------------------------------------------------
-r3713 | jesse | 2005-08-23 23:39:17 -0400 (Tue, 23 Aug 2005) | 4 lines
+r7992 | jesse | 2007-06-07 13:16:48 -0400 (Thu, 07 Jun 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Callback
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
 
- r13732@hualien:  jesse | 2005-08-23 23:38:28 -0400
- * Applied tom's callbacks fix
+ r58101@pinglin:  jesse | 2007-06-07 13:15:56 -0400
+ *  Now honor RT::Timezone
 
 ------------------------------------------------------------------------
-r3711 | jesse | 2005-08-23 22:37:51 -0400 (Tue, 23 Aug 2005) | 3 lines
+r7989 | ruz | 2007-06-06 23:07:12 -0400 (Wed, 06 Jun 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
-
- r13728@hualien:  jesse | 2005-08-23 22:37:12 -0400
- * Bumped to 3.4.4pre1
+   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.
 ------------------------------------------------------------------------
-r3710 | jesse | 2005-08-23 22:33:47 -0400 (Tue, 23 Aug 2005) | 3 lines
+r7935 | jesse | 2007-05-25 16:16:34 -0400 (Fri, 25 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
-   M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
- r13725@hualien:  jesse | 2005-08-23 22:10:42 -0400
- * Added support for mod_perl 2.0 
+ 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.
 
 ------------------------------------------------------------------------
-r3709 | jesse | 2005-08-23 17:58:20 -0400 (Tue, 23 Aug 2005) | 3 lines
+r7934 | jesse | 2007-05-25 16:00:19 -0400 (Fri, 25 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
 
- r13720@hualien:  jesse | 2005-08-23 17:54:29 -0400
- * Bugfixes to the German translation file
+ r57120@pinglin:  jesse | 2007-05-25 15:59:54 -0400
+ Minor cleanup from Nicholas Clark
 
 ------------------------------------------------------------------------
-r3708 | glasser | 2005-08-22 16:05:46 -0400 (Mon, 22 Aug 2005) | 3 lines
+r7905 | ruz | 2007-05-22 02:35:58 -0400 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- 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.
+* we uploaded a new version of Module::Versions::Report to the CPAN
 which fix long standing issue. Bump deps.
 
 ------------------------------------------------------------------------
-r3707 | glasser | 2005-08-22 16:04:25 -0400 (Mon, 22 Aug 2005) | 10 lines
+r7904 | ruz | 2007-05-22 02:30:28 -0400 (Tue, 22 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
- RT-Ticket: 6899
- RT-Status: resolved
- RT-Update: correspond
+* 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
  
- 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.
+ * Better debugging info when schema files are missing. - Nicholas Clark <nick@ccl4.org>
 
 ------------------------------------------------------------------------
-r3706 | glasser | 2005-08-22 15:55:57 -0400 (Mon, 22 Aug 2005) | 4 lines
+r7897 | ruz | 2007-05-18 01:07:19 -0400 (Fri, 18 May 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
 
- 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.
+* if we cache aliases then we should not apply limits multiple times
 
 ------------------------------------------------------------------------
-r3700 | trs | 2005-08-18 22:39:02 -0400 (Thu, 18 Aug 2005) | 3 lines
+r7895 | jesse | 2007-05-17 15:26:07 -0400 (Thu, 17 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r6002@wintermute:  tom | 2005-08-18 22:37:53 -0400
- Fixed typo
+ r56946@pinglin:  root | 2007-05-17 15:23:33 -0400
+  * 3.6.4rc1 
 
 ------------------------------------------------------------------------
-r3668 | jesse | 2005-08-17 22:04:31 -0400 (Wed, 17 Aug 2005) | 3 lines
+r7893 | ruz | 2007-05-17 00:08:14 -0400 (Thu, 17 May 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
-
- r13155@hualien:  jesse | 2005-08-17 19:15:11 -0400
- * Note dependency on a current HSSM
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
 
+* revert revision 7555 as it may result in attachments loosing
 ------------------------------------------------------------------------
-r3667 | jesse | 2005-08-17 22:04:12 -0400 (Wed, 17 Aug 2005) | 3 lines
+r7892 | ruz | 2007-05-16 23:11:33 -0400 (Wed, 16 May 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
-
- r13154@hualien:  jesse | 2005-08-17 19:14:26 -0400
- * Fixes to standalone webserver for mason 1.30
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE_Overlay.pm
 
+* revert change as it's causing regressions
 ------------------------------------------------------------------------
-r3666 | alexmv | 2005-08-17 13:41:38 -0400 (Wed, 17 Aug 2005) | 3 lines
+r7891 | ruz | 2007-05-16 21:31:35 -0400 (Wed, 16 May 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
-
- r5920@zoq-fot-pik:  chmrr | 2005-08-17 13:44:59 -0400
-  * My memory was faulty; HTML escaping is not needed
+   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.
 ------------------------------------------------------------------------
-r3663 | alexmv | 2005-08-17 13:29:32 -0400 (Wed, 17 Aug 2005) | 1 line
+r7890 | ruz | 2007-05-16 19:57:27 -0400 (Wed, 16 May 2007) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
 
 ------------------------------------------------------------------------
-r3662 | alexmv | 2005-08-17 13:29:25 -0400 (Wed, 17 Aug 2005) | 8 lines
+r7887 | ruz | 2007-05-16 13:19:55 -0400 (Wed, 16 May 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
+   M /rt/branches/3.6-RELEASE/lib/RT/ACE_Overlay.pm
 
- 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.
+* 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
 ------------------------------------------------------------------------
-r3640 | jesse | 2005-08-11 13:46:50 -0400 (Thu, 11 Aug 2005) | 4 lines
+r7884 | jesse | 2007-05-16 12:49:03 -0400 (Wed, 16 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/TicketList
 
- r12938@hualien:  jesse | 2005-08-11 13:46:14 -0400
- * French localization had lost its header
+ r56926@pinglin:  jesse | 2007-05-16 12:47:06 -0400
+ * Fix for "Page 1 of 0" . Thanks to Nicholas Clark <nick@ccl4.org>
 
 ------------------------------------------------------------------------
-r3627 | jesse | 2005-08-10 15:25:55 -0400 (Wed, 10 Aug 2005) | 4 lines
+r7859 | jesse | 2007-05-14 13:02:41 -0400 (Mon, 14 May 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
 
- r7634@hualien:  jesse | 2005-08-10 15:25:31 -0400
- * This is 3.4.3
+ r56818@pinglin:  jesse | 2007-05-14 13:02:21 -0400
+ * Fix an inaccurate error message. Thanks to Nicholas Clark <nick@ccl4.org>
  
 
 ------------------------------------------------------------------------
-r3610 | jesse | 2005-08-05 19:18:01 -0400 (Fri, 05 Aug 2005) | 3 lines
+r7855 | falcone | 2007-05-14 11:35:45 -0400 (Mon, 14 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
 
- r7399@hualien:  jesse | 2005-08-05 19:16:58 -0400
- * Cleaned up searching by ticket or txn date.
+ r18561@ketch:  falcone | 2007-05-11 14:19:35 -0400
+ * don't parse undef for SQL (quiets a warning on new searches)
 
 ------------------------------------------------------------------------
-r3589 | kevinr | 2005-08-03 01:51:55 -0400 (Wed, 03 Aug 2005) | 3 lines
+r7854 | falcone | 2007-05-14 11:35:33 -0400 (Mon, 14 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
- r6872@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:51:33 -0400
- * More minor perldoc cleanup
+ r18560@ketch:  falcone | 2007-05-11 14:18:46 -0400
+ * stop a warning when we don't have any saved search
 
 ------------------------------------------------------------------------
-r3588 | kevinr | 2005-08-03 01:20:35 -0400 (Wed, 03 Aug 2005) | 3 lines
+r7853 | falcone | 2007-05-14 11:34:39 -0400 (Mon, 14 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/ticket/link
 
- r6868@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:19:47 -0400
- * Fixed an outdated bit of POD
+ r18127@ketch:  falcone | 2007-04-18 17:08:59 -0400
+ * make bin/rt link work and fix the associated tests
 
 ------------------------------------------------------------------------
-r3585 | kevinr | 2005-08-02 20:18:54 -0400 (Tue, 02 Aug 2005) | 3 lines
+r7775 | jesse | 2007-05-06 02:35:28 -0400 (Sun, 06 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Base.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowSummary
 
- r6849@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 20:17:38 -0400
- * POD formatting fixes
+ r56726@pinglin:  jesse | 2007-05-06 02:35:04 -0400
+ * Evil hack to make the Reminders box render like most of the others
 
 ------------------------------------------------------------------------
-r3582 | glasser | 2005-08-02 15:10:05 -0400 (Tue, 02 Aug 2005) | 10 lines
+r7774 | jesse | 2007-05-06 02:35:19 -0400 (Sun, 06 May 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   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
 
- 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.
+ r56725@pinglin:  jesse | 2007-05-06 02:33:17 -0400
+ * Minor 3.6 style cleanups to tighten up the display a bit
 
 ------------------------------------------------------------------------
-r3581 | glasser | 2005-08-02 15:08:03 -0400 (Tue, 02 Aug 2005) | 4 lines
+r7770 | ruz | 2007-05-04 21:20:07 -0400 (Fri, 04 May 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
-
- 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.
+   M /rt/branches/3.6-RELEASE/html/Elements/ScrubHTML
 
+* we scrub format strings and should allow to __WebXXX__ things
+  in the beginning
 ------------------------------------------------------------------------
-r3579 | kevinr | 2005-08-02 14:22:27 -0400 (Tue, 02 Aug 2005) | 7 lines
+r7769 | ruz | 2007-05-04 21:13:47 -0400 (Fri, 04 May 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
 
- r6837@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 14:20:51 -0400
- RT-Ticket: 6897
+* 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
  
- * Incorporated the updated Italian translation from Angelo Turetta
+ * Applied patch from jedik to enable UTF8 Passwords
 
 ------------------------------------------------------------------------
-r3576 | robert | 2005-08-02 00:23:36 -0400 (Tue, 02 Aug 2005) | 3 lines
+r7557 | jesse | 2007-04-18 20:52:25 -0400 (Wed, 18 Apr 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Menu
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/REST/1.0/Forms/ticket/history
 
- r3582@woof:  rspier | 2005-08-01 21:20:12 -0700
- allow arbitrary https?: urls in the menus
+ 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.
 
 ------------------------------------------------------------------------
-r3564 | jesse | 2005-07-30 11:11:02 -0400 (Sat, 30 Jul 2005) | 1 line
+r7556 | jesse | 2007-04-18 20:52:14 -0400 (Wed, 18 Apr 2007) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
 
 ------------------------------------------------------------------------
-r3563 | jesse | 2005-07-30 11:10:42 -0400 (Sat, 30 Jul 2005) | 3 lines
+r7555 | jesse | 2007-04-18 20:51:20 -0400 (Wed, 18 Apr 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Display.html
 
- r7153@hualien:  jesse | 2005-07-30 11:07:37 -0400
- 3.4.3rc2
+ 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
 
 ------------------------------------------------------------------------
-r3562 | jesse | 2005-07-30 11:10:02 -0400 (Sat, 30 Jul 2005) | 5 lines
+r7547 | falcone | 2007-04-18 17:10:45 -0400 (Wed, 18 Apr 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
+   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
 
- r7152@hualien:  jesse | 2005-07-30 11:06:46 -0400
- * German and Danish translation header fixes. 
- besides that just a message catalog regenration
+ r18127@ketch:  falcone | 2007-04-18 17:08:59 -0400
+ * make bin/rt link work and fix the associated tests
 
 ------------------------------------------------------------------------
-r3546 | kevinr | 2005-07-28 14:51:34 -0400 (Thu, 28 Jul 2005) | 8 lines
+r7546 | falcone | 2007-04-18 17:10:18 -0400 (Wed, 18 Apr 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
+   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
 
- 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.
+ 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
 
 ------------------------------------------------------------------------
-r3501 | alexmv | 2005-07-18 15:00:38 -0400 (Mon, 18 Jul 2005) | 3 lines
+r7472 | jesse | 2007-04-05 21:23:33 -0400 (Thu, 05 Apr 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
 
- r5198@zoq-fot-pik:  chmrr | 2005-07-18 14:59:07 -0400
-  * Fix TransactionBatch / DESTROY bug (backport from QUEBEC)
+ r54515@dhcp207:  jesse | 2007-04-06 10:22:47 +0900
+ * Typo in a debug message. Thanks to philip kime
 
 ------------------------------------------------------------------------
-r3498 | jesse | 2005-07-18 13:46:24 -0400 (Mon, 18 Jul 2005) | 3 lines
+r7341 | jesse | 2007-03-26 03:26:10 -0400 (Mon, 26 Mar 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
 
- r4894@hualien:  jesse | 2005-07-18 13:44:44 -0400
- * releng.cnf bump to rc1
+ r54212@pinglin:  jesse | 2007-03-26 00:24:20 -0700
+ * Allow merging resolved tickets
 
 ------------------------------------------------------------------------
-r3476 | kevinr | 2005-07-14 18:22:40 -0400 (Thu, 14 Jul 2005) | 4 lines
+r7314 | jesse | 2007-03-21 23:18:19 -0400 (Wed, 21 Mar 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
 
- r6308@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-14 18:22:19 -0400
- * Applied Ruslan Zakirov's patch to fix the way ACE Object{,Type,Id} handles
- arguments
+ r53781@pinglin:  jesse | 2007-03-21 23:17:52 -0400
+ * Mismerge
 
 ------------------------------------------------------------------------
-r3466 | kevinr | 2005-07-12 18:35:15 -0400 (Tue, 12 Jul 2005) | 7 lines
+r7313 | jesse | 2007-03-21 23:16:05 -0400 (Wed, 21 Mar 2007) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/lib/t/regression/07rights.t
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
 
- r6229@sad-girl-in-snow:  kevinr | 2005-07-12 18:34:56 -0400
- RT-Ticket: 6825
+ r53777@pinglin:  jesse | 2007-03-21 23:15:06 -0400
+ RT-Ticket: 8256
  RT-Status: resolved
  RT-Update: correspond
  
- Added Ruslan Zakirov's new queue-rights tests.
+ * New API from pere@hungry.com to Avoid mail loop when using RT-Extension-CommandByMail
 
 ------------------------------------------------------------------------
-r3465 | kevinr | 2005-07-12 18:12:03 -0400 (Tue, 12 Jul 2005) | 3 lines
+r7312 | jesse | 2007-03-21 23:15:38 -0400 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT.pm.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
 
- r6225@sad-girl-in-snow:  kevinr | 2005-07-12 18:06:39 -0400
- * Applied Ruslan Zakirov's patch to clean up the ACE code and a trailing \n
 
 ------------------------------------------------------------------------
-r3464 | alexmv | 2005-07-12 12:22:01 -0400 (Tue, 12 Jul 2005) | 13 lines
+r7310 | ruz | 2007-03-21 14:08:00 -0400 (Wed, 21 Mar 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-
- r4959@zoq-fot-pik:  chmrr | 2005-07-12 12:22:32 -0400
-  * Better threading support; Message-IDs of emails are based on the
-    transaction which spawned them.
-  * Support for ScripActionObj in Action::Generic (argument was being
-    passed in but never used)
-  * Standardize on case of 'Message-ID' per RFC
-  * Remove newline from Message-ID before inserting into DB
-  * Fixed minor HTML nit in PageLayout
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
 
+* revert not intentional commit
 ------------------------------------------------------------------------
-r3416 | kevinr | 2005-07-07 17:36:00 -0400 (Thu, 07 Jul 2005) | 3 lines
+r7309 | jesse | 2007-03-21 13:27:10 -0400 (Wed, 21 Mar 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   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
 
- r6064@sad-girl-in-snow:  kevinr | 2005-07-07 17:35:40 -0400
- * Updated the custom field perldoc to explain some non-intuitive behavior.
+ r53758@pinglin:  jesse | 2007-03-21 11:16:26 -0400
+ * Danish PO nits.
 
 ------------------------------------------------------------------------
-r3414 | kevinr | 2005-07-07 16:19:34 -0400 (Thu, 07 Jul 2005) | 4 lines
+r7308 | falcone | 2007-03-20 17:49:03 -0400 (Tue, 20 Mar 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
 
- r6055@sad-girl-in-snow:  kevinr | 2005-07-07 16:19:18 -0400
- * Noted the deprecation of the *Ticket methods in the perldoc
- * Corrected some copied-and-pasted-but-not-fully-updated error messages
+ 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
 
 ------------------------------------------------------------------------
-r3405 | kevinr | 2005-07-06 16:08:17 -0400 (Wed, 06 Jul 2005) | 3 lines
+r7307 | jesse | 2007-03-20 13:19:25 -0400 (Tue, 20 Mar 2007) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   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
 
- r6033@sad-girl-in-snow:  kevinr | 2005-07-06 16:07:34 -0400
- * Improving consistency of perldoc presentation
+ 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
 
 ------------------------------------------------------------------------
-r3404 | kevinr | 2005-07-06 14:53:19 -0400 (Wed, 06 Jul 2005) | 3 lines
+r7264 | jesse | 2007-03-19 01:23:48 -0400 (Mon, 19 Mar 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
+   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
 
- r6009@sad-girl-in-snow:  kevinr | 2005-07-06 14:39:22 -0400
- * Documented the behavior which was tripping me up.
+ r53625@pinglin:  jesse | 2007-03-19 01:21:53 -0400
+ * XHTML cleanup from Dirk Pape
 
 ------------------------------------------------------------------------
-r3399 | alexmv | 2005-07-06 11:07:45 -0400 (Wed, 06 Jul 2005) | 3 lines
+r7254 | jesse | 2007-03-15 18:52:21 -0400 (Thu, 15 Mar 2007) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
 
- r4801@zoq-fot-pik:  chmrr | 2005-07-06 11:03:17 -0400
-  * Fix '#' links after ticket update
+ 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.
+  
 
 ------------------------------------------------------------------------
-r3394 | glasser | 2005-07-05 21:53:14 -0400 (Tue, 05 Jul 2005) | 9 lines
+r7253 | jesse | 2007-03-15 17:24:46 -0400 (Thu, 15 Mar 2007) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
 
- r36303@tin-foil:  glasser | 2005-07-05 19:55:16 -0300
- RT-Ticket: 6757
+ r53457@124:  jesse | 2007-03-15 17:18:44 -0400
+ RT-Ticket: 8186
  RT-Status: resolved
  RT-Update: correspond
  
- Transaction custom fields weren't always being set in Updates, because
- Transaction->UpdateCustomFields was being confused by the -Magic values.
- (I should write a test for this, too.)
+ * 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!
 
 ------------------------------------------------------------------------
-r3393 | glasser | 2005-07-05 21:52:54 -0400 (Tue, 05 Jul 2005) | 13 lines
+r7251 | jesse | 2007-03-14 14:23:59 -0400 (Wed, 14 Mar 2007) | 11 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
 
- r36299@tin-foil:  glasser | 2005-07-05 16:39:02 -0300
- RT-Ticket: 6774
+ r53425@pinglin:  jesse | 2007-03-14 13:40:45 -0400
+ RT-Ticket:  8252
  RT-Status: resolved
  RT-Update: correspond
  
- Actually set password when creating a new user, and clean up the error reporting
- from password setting.  (And if you don't manage to set a password (either by leaving
- it blank or by entering an invalid password) when creating a user, add a notice that
- the user won't be able to log in.)  Also, indentation cleanup.
  
- Patch by Ruslan Zakirov.
+ * Include subject of bounced messages when mailing the RT owner about a mail error <pere@hungry.com>
  
 
 ------------------------------------------------------------------------
-r3392 | glasser | 2005-07-05 21:52:35 -0400 (Tue, 05 Jul 2005) | 7 lines
+r7250 | jesse | 2007-03-14 14:23:00 -0400 (Wed, 14 Mar 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
 
- r36292@tin-foil:  glasser | 2005-07-05 13:43:16 -0300
- RT-Ticket: 6811
- RT-Status: resolved
- RT-Update: correspond
- Update French localization for 3.4.2 (thanks to J?\195?\169r?\195?\180me Fenal)
+ 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.
 
 ------------------------------------------------------------------------
-r3391 | kevinr | 2005-07-05 20:48:09 -0400 (Tue, 05 Jul 2005) | 9 lines
+r7051 | ruz | 2007-02-22 18:37:12 -0500 (Thu, 22 Feb 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
 
- r6005@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-05 20:47:55 -0400
- RT-Ticket: 6505
- RT-Status: resolved
- RT-Update: correspond
- Fixed the bug Seph noted where the "Brief/Full Headers" links in SelfService
- were attempting to direct the user to /Ticket/Display.html instead of 
- /SelfService/Display.html
+* 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
 
 ------------------------------------------------------------------------
-r3390 | kevinr | 2005-07-05 19:11:14 -0400 (Tue, 05 Jul 2005) | 3 lines
+r7043 | ruz | 2007-02-21 12:31:37 -0500 (Wed, 21 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.6-RELEASE/html/Elements/QueueSummary
 
- r5982@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-05 19:06:09 -0400
- * Fixed a typo in the perldoc
+* 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
 ------------------------------------------------------------------------
-r3389 | glasser | 2005-07-05 16:05:39 -0400 (Tue, 05 Jul 2005) | 13 lines
+r7039 | ruz | 2007-02-20 19:58:29 -0500 (Tue, 20 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
 
- r36299@tin-foil:  glasser | 2005-07-05 16:39:02 -0300
- RT-Ticket: 6774
- RT-Status: resolved
- RT-Update: correspond
- Actually set password when creating a new user, and clean up the error reporting
- from password setting.  (And if you don't manage to set a password (either by leaving
- it blank or by entering an invalid password) when creating a user, add a notice that
- the user won't be able to log in.)  Also, indentation cleanup.
- Patch by Ruslan Zakirov.
+* 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.
 ------------------------------------------------------------------------
-r3388 | glasser | 2005-07-05 12:45:50 -0400 (Tue, 05 Jul 2005) | 7 lines
+r7028 | ruz | 2007-02-18 20:57:48 -0500 (Sun, 18 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
 
- r36292@tin-foil:  glasser | 2005-07-05 13:43:16 -0300
- RT-Ticket: 6811
- RT-Status: resolved
- RT-Update: correspond
- Update French localization for 3.4.2 (thanks to J?\195?\169r?\195?\180me Fenal)
+* 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
 ------------------------------------------------------------------------
-r3379 | glasser | 2005-07-04 14:18:35 -0400 (Mon, 04 Jul 2005) | 7 lines
+r7023 | jesse | 2007-02-18 16:35:45 -0500 (Sun, 18 Feb 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Results.html
+   M /rt/branches/3.6-RELEASE
+   A /rt/branches/3.6-RELEASE/lib/RT/I18N/sv.po
 
- r36245@tin-foil:  glasser | 2005-07-04 14:10:53 -0300
- RT-Ticket: 6747
- RT-Status: resolved
- RT-Update: Correspond
- Shorter links for RSS feed and offline 
+ r48373@237:  jesse | 2007-02-18 13:36:32 -0600
+ * Swedish translation from Brian Kjelin Olsen and Schilling A/S
 
 ------------------------------------------------------------------------
-r3378 | robert | 2005-07-04 00:40:37 -0400 (Mon, 04 Jul 2005) | 4 lines
+r7019 | ruz | 2007-02-15 14:01:12 -0500 (Thu, 15 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/rt.in
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/ShowTransaction
 
- r3412@bear:  rspier | 2005-07-04T04:39:33.953112Z
- documentation error, use -m not -t
+* 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
 ------------------------------------------------------------------------
-r3295 | jesse | 2005-07-03 16:37:15 -0400 (Sun, 03 Jul 2005) | 3 lines
+r7009 | ruz | 2007-02-14 16:03:14 -0500 (Wed, 14 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.6-RELEASE/html/Elements/RT__Ticket/ColumnMap
 
- r22106@hualien:  jesse | 2005-07-03 16:35:22 -0400
- * We don't actually need a newer Text::WikiFormat
+* 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
 ------------------------------------------------------------------------
-r3293 | jesse | 2005-07-03 16:14:29 -0400 (Sun, 03 Jul 2005) | 3 lines
+r7007 | falcone | 2007-02-14 13:09:29 -0500 (Wed, 14 Feb 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- r22091@hualien:  jesse | 2005-07-03 16:13:10 -0400
-  * Disabling a new feature that might be dangerous; test fixes; cf fixes
+ r16747@ketch:  falcone | 2007-02-14 13:07:58 -0500
+ * bump version requirement since we've fixed a bunch of bugs since 1.3
 
 ------------------------------------------------------------------------
-r3292 | jesse | 2005-07-03 16:14:21 -0400 (Sun, 03 Jul 2005) | 4 lines
+r6999 | ruz | 2007-02-13 14:37:01 -0500 (Tue, 13 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
 
- r22039@hualien:  jesse | 2005-07-01 21:05:38 -0400
- * Refactoring of how RT::Record deals with custom fields for greater consistency
+* 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
 ------------------------------------------------------------------------
-r3272 | alexmv | 2005-07-01 00:32:15 -0400 (Fri, 01 Jul 2005) | 1 line
+r6981 | ruz | 2007-02-09 23:52:57 -0500 (Fri, 09 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
 ------------------------------------------------------------------------
-r3271 | alexmv | 2005-07-01 00:32:10 -0400 (Fri, 01 Jul 2005) | 3 lines
+r6965 | ruz | 2007-02-07 20:45:29 -0500 (Wed, 07 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/Record.pm
 
- r4556@zoq-fot-pik:  chmrr | 2005-06-30 17:58:57 -0400
-  * Don't assume link is happy on creation
+* 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.
 ------------------------------------------------------------------------
-r3270 | alexmv | 2005-07-01 00:32:06 -0400 (Fri, 01 Jul 2005) | 3 lines
+r6948 | ruz | 2007-02-06 18:27:46 -0500 (Tue, 06 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- r4555@zoq-fot-pik:  chmrr | 2005-06-30 17:36:05 -0400
-  * WikiText updates to auto-link http:// style links
+* 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
+  
 ------------------------------------------------------------------------
-r3261 | kevinr | 2005-06-28 18:47:38 -0400 (Tue, 28 Jun 2005) | 7 lines
+r6920 | kevinr | 2007-02-04 19:09:35 -0500 (Sun, 04 Feb 2007) | 9 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
 
- r5752@sad-girl-in-snow:  kevinr | 2005-06-28 17:45:36 -0500
- RT-Ticket: 6745
- RT-Status: resolved
- RT-Update: correspond
+ 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.
  
- Applied Seph's patch to add a BeforeShowHistory callback.
 
 ------------------------------------------------------------------------
-r3254 | jesse | 2005-06-27 11:39:18 -0400 (Mon, 27 Jun 2005) | 3 lines
+r6919 | ruz | 2007-02-03 17:30:24 -0500 (Sat, 03 Feb 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
-
- r21952@hualien:  jesse | 2005-06-27 11:38:54 -0400
- * Fixed a broken callback
+   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
 ------------------------------------------------------------------------
-r3252 | jesse | 2005-06-24 13:55:24 -0400 (Fri, 24 Jun 2005) | 3 lines
+r6881 | ruz | 2007-02-01 22:43:12 -0500 (Thu, 01 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- r21656@hualien:  jesse | 2005-06-24 13:53:26 -0400
-  * New Indonesian translation from James Briggs
+* 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
 ------------------------------------------------------------------------
-r3251 | jesse | 2005-06-24 13:55:11 -0400 (Fri, 24 Jun 2005) | 3 lines
+r6879 | ruz | 2007-02-01 22:11:18 -0500 (Thu, 01 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- r21522@hualien:  jesse | 2005-06-23 19:49:51 -0400
- * Some warning avoidance in Action/SendEmail.pm
+* 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
 ------------------------------------------------------------------------
-r3250 | jesse | 2005-06-24 13:54:56 -0400 (Fri, 24 Jun 2005) | 3 lines
+r6877 | ruz | 2007-02-01 22:04:49 -0500 (Thu, 01 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- r21521@hualien:  jesse | 2005-06-23 19:49:30 -0400
- * Custom field edit widget bullet proofing
+* 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
 ------------------------------------------------------------------------
-r3249 | jesse | 2005-06-24 13:54:42 -0400 (Fri, 24 Jun 2005) | 3 lines
+r6875 | ruz | 2007-02-01 21:59:03 -0500 (Thu, 01 Feb 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/07acl.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- r21520@hualien:  jesse | 2005-06-23 19:49:06 -0400
- * Test suite improvements and cleanups
+* 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)
 ------------------------------------------------------------------------
-r3248 | jesse | 2005-06-24 13:54:19 -0400 (Fri, 24 Jun 2005) | 3 lines
+r6873 | ruz | 2007-02-01 21:55:59 -0500 (Thu, 01 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- r20757@hualien:  jesse | 2005-06-17 19:34:37 -0400
-  * Updated mailgateway documentation
+* 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
 ------------------------------------------------------------------------
-r3246 | alexmv | 2005-06-23 17:48:26 -0400 (Thu, 23 Jun 2005) | 7 lines
+r6871 | ruz | 2007-02-01 21:54:28 -0500 (Thu, 01 Feb 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
 
- 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>
+* 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
 ------------------------------------------------------------------------
-r3245 | alexmv | 2005-06-23 17:43:57 -0400 (Thu, 23 Jun 2005) | 7 lines
+r6869 | kevinr | 2007-02-01 19:36:56 -0500 (Thu, 01 Feb 2007) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
 
- r4483@zoq-fot-pik:  chmrr | 2005-06-23 17:46:18 -0400
- RT-Ticket: 6782
- RT-Update: correspond
+ r18262@sad-girl-in-snow:  kevinr | 2007-02-01 19:34:35 -0500
+ RT-Ticket: 8159
  RT-Status: resolved
+ RT-Update: respond
  
-  * Fix perl invocation; thanks to Kim Toms <kim.toms@gmail.com>
+ Use Watcher instead for better performance.  Thanks to Dirk Pape for the catch.
 
 ------------------------------------------------------------------------
-r3244 | alexmv | 2005-06-23 17:37:31 -0400 (Thu, 23 Jun 2005) | 3 lines
+r6868 | kevinr | 2007-02-01 19:35:48 -0500 (Thu, 01 Feb 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
 
- r4481@zoq-fot-pik:  chmrr | 2005-06-23 17:39:53 -0400
-  * Actually fix the escaping bug
+ 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.
 
 ------------------------------------------------------------------------
-r3243 | alexmv | 2005-06-23 16:58:14 -0400 (Thu, 23 Jun 2005) | 3 lines
+r6813 | ruz | 2007-01-26 10:35:53 -0500 (Fri, 26 Jan 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
-
- r4469@zoq-fot-pik:  chmrr | 2005-06-23 17:00:09 -0400
-  * Escape queue name properly
+   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
 ------------------------------------------------------------------------
-r3242 | alexmv | 2005-06-23 16:58:02 -0400 (Thu, 23 Jun 2005) | 3 lines
+r6812 | ruz | 2007-01-26 10:34:57 -0500 (Fri, 26 Jan 2007) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/MyRequests
-   M /rt/branches/3.4-RELEASE/html/Elements/MyTickets
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
- r4468@zoq-fot-pik:  chmrr | 2005-06-23 16:59:51 -0400
-  * Remove possible closure issue (my $foo = .... if $bar;)
+* 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 }] ...
 
 ------------------------------------------------------------------------
-r3241 | alexmv | 2005-06-23 16:57:54 -0400 (Thu, 23 Jun 2005) | 3 lines
+r6811 | jesse | 2007-01-26 07:21:23 -0500 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
- r4467@zoq-fot-pik:  chmrr | 2005-06-23 16:58:52 -0400
-  * Doc that CanonicalizeEmailAddress may be called as static
+ 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
 
 ------------------------------------------------------------------------
-r3240 | alexmv | 2005-06-23 16:57:51 -0400 (Thu, 23 Jun 2005) | 3 lines
+r6809 | jesse | 2007-01-26 04:15:02 -0500 (Fri, 26 Jan 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT.pm.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_txn.t
 
- r4466@zoq-fot-pik:  chmrr | 2005-06-23 16:58:19 -0400
-  * Document Set() a little better
+ 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
 
 ------------------------------------------------------------------------
-r3227 | jesse | 2005-06-18 23:47:04 -0400 (Sat, 18 Jun 2005) | 2 lines
+r6795 | clkao | 2007-01-23 10:42:03 -0500 (Tue, 23 Jan 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm
 
-* Fixed typo in kevin's fix (/l is a filter. it needs the |)
+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.
 
 ------------------------------------------------------------------------
-r3226 | kevinr | 2005-06-18 22:37:51 -0400 (Sat, 18 Jun 2005) | 3 lines
+r6794 | ruz | 2007-01-23 05:48:07 -0500 (Tue, 23 Jan 2007) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
-
- r4496@sad-girl-in-snow:  kevinr | 2005-06-18 21:37:27 -0500
- * Fixes possible cross-site scripting bug.
+   M /rt/branches/3.6-RELEASE/html/SelfService/Elements/MyRequests
 
+SelfService/Elements/MyRequests
+* backport refactoring from 3.7
 ------------------------------------------------------------------------
-r3225 | kevinr | 2005-06-18 22:26:51 -0400 (Sat, 18 Jun 2005) | 1 line
+r6789 | ruz | 2007-01-20 23:50:29 -0500 (Sat, 20 Jan 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-
+   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).
 ------------------------------------------------------------------------
-r3224 | kevinr | 2005-06-18 22:26:40 -0400 (Sat, 18 Jun 2005) | 5 lines
+r6788 | ruz | 2007-01-20 22:11:00 -0500 (Sat, 20 Jan 2007) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
-
- 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
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
 
+* add warnings
 ------------------------------------------------------------------------
-r3223 | kevinr | 2005-06-18 03:41:38 -0400 (Sat, 18 Jun 2005) | 3 lines
+r6783 | jesse | 2007-01-19 14:33:56 -0500 (Fri, 19 Jan 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditScrips
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
 
- r4484@sad-girl-in-snow:  kevinr | 2005-06-18 02:40:00 -0500
- * Cleaned up the list-of-scrips element and made it provide more useful info.
+ r21119@hualien:  root | 2007-01-19 14:31:43 -0500
+ * Updates to search unlimited issue from todd chapman
 
 ------------------------------------------------------------------------
-r3222 | jesse | 2005-06-17 19:36:28 -0400 (Fri, 17 Jun 2005) | 3 lines
+r6782 | jesse | 2007-01-19 14:16:40 -0500 (Fri, 19 Jan 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
 
- r20757@hualien:  jesse | 2005-06-17 19:34:37 -0400
-  * Updated mailgateway documentation
+ r21117@hualien:  jesse | 2007-01-19 14:16:22 -0500
+  * Todd chapman pointed out a typo
 
 ------------------------------------------------------------------------
-r3212 | jesse | 2005-06-16 12:40:01 -0400 (Thu, 16 Jun 2005) | 3 lines
+r6781 | jesse | 2007-01-19 14:05:37 -0500 (Fri, 19 Jan 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/en.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Results.html
 
- r20717@hualien:  jesse | 2005-06-16 12:24:50 -0400
- * Message catalog updates
+ r21115@hualien:  jesse | 2007-01-19 14:04:50 -0500
+ * A fix for "unlimited rows" searches from James Bunch
 
 ------------------------------------------------------------------------
-r3211 | jesse | 2005-06-16 12:39:48 -0400 (Thu, 16 Jun 2005) | 9 lines
+r6729 | jesse | 2007-01-10 01:53:50 -0500 (Wed, 10 Jan 2007) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/Notify.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
- 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
-   
-  
+ 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.
  
 
 ------------------------------------------------------------------------
-r3210 | jesse | 2005-06-16 12:39:36 -0400 (Thu, 16 Jun 2005) | 10 lines
+r6712 | jesse | 2007-01-08 15:55:52 -0500 (Mon, 08 Jan 2007) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/Notify.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/autohandler
 
- 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
-   
-  
+ 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>
 
 ------------------------------------------------------------------------
-r3209 | jesse | 2005-06-16 12:39:21 -0400 (Thu, 16 Jun 2005) | 9 lines
+r6703 | jesse | 2007-01-02 22:30:46 -0500 (Tue, 02 Jan 2007) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/SelfService/Display.html
 
- 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
-   
-   
-  
+ 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
 
 ------------------------------------------------------------------------
-r3208 | jesse | 2005-06-16 12:39:07 -0400 (Thu, 16 Jun 2005) | 1 line
+r6691 | ruz | 2006-12-23 21:19:47 -0500 (Sat, 23 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-
+   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
 ------------------------------------------------------------------------
-r3207 | jesse | 2005-06-16 12:38:53 -0400 (Thu, 16 Jun 2005) | 1 line
+r6690 | ruz | 2006-12-22 19:23:37 -0500 (Fri, 22 Dec 2006) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-
+   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.
 ------------------------------------------------------------------------
-r3206 | jesse | 2005-06-16 12:38:40 -0400 (Thu, 16 Jun 2005) | 1 line
+r6689 | ruz | 2006-12-22 19:05:47 -0500 (Fri, 22 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
-
+   M /rt/branches/3.6-RELEASE/html/Elements/QueueSummary
 
+* get rid of 1 query per queue in html/Elements/QueueSummary component
 ------------------------------------------------------------------------
-r3205 | jesse | 2005-06-16 12:38:27 -0400 (Thu, 16 Jun 2005) | 1 line
+r6687 | ruz | 2006-12-21 13:32:54 -0500 (Thu, 21 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
-
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
+* bump version, 3.6.3
 ------------------------------------------------------------------------
-r3181 | alexmv | 2005-06-15 17:52:14 -0400 (Wed, 15 Jun 2005) | 1 line
+r6683 | ruz | 2006-12-20 23:10:24 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
 
+* de.po update
 ------------------------------------------------------------------------
-r3180 | alexmv | 2005-06-15 17:52:08 -0400 (Wed, 15 Jun 2005) | 3 lines
+r6681 | ruz | 2006-12-20 17:00:19 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldBinary
-
- r4266@zoq-fot-pik:  chmrr | 2005-06-15 17:51:16 -0400
-  * Backport r3147 from quebec
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
+* bum version, 3.6.3rc4
 ------------------------------------------------------------------------
-r3170 | jesse | 2005-06-15 15:58:48 -0400 (Wed, 15 Jun 2005) | 4 lines
+r6680 | ruz | 2006-12-20 16:57:52 -0500 (Wed, 20 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
-
- r20542@hualien:  jesse | 2005-06-15 15:56:43 -0400
- * Made search-by-any-customfield work
+   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
 ------------------------------------------------------------------------
-r3155 | jesse | 2005-06-14 17:00:26 -0400 (Tue, 14 Jun 2005) | 4 lines
+r6679 | ruz | 2006-12-20 16:46:49 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
-
- r20078@hualien:  jesse | 2005-06-14 16:57:41 -0400
- * First draft Indonesian message catalog from James Briggs
+   M /rt/branches/3.6-RELEASE/bin/rt-crontool.in
 
+* fix a typo
 ------------------------------------------------------------------------
-r3142 | kevinr | 2005-06-13 15:43:08 -0400 (Mon, 13 Jun 2005) | 3 lines
+r6678 | ruz | 2006-12-20 16:40:14 -0500 (Wed, 20 Dec 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
-
- r4210@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-13 15:39:50 -0400
- * fixed a couple small issues with the perldoc format
+   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
 ------------------------------------------------------------------------
-r3120 | kevinr | 2005-06-09 01:33:18 -0400 (Thu, 09 Jun 2005) | 3 lines
+r6677 | ruz | 2006-12-20 16:37:35 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
-
- r4110@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-09 01:30:22 -0400
- * fixed the mis-typed perldoc tags
+   M /rt/branches/3.6-RELEASE/html/Search/Simple.html
 
+* remove newlines from text that should be localized, we couldn't track this well :(
 ------------------------------------------------------------------------
-r3119 | kevinr | 2005-06-09 01:32:41 -0400 (Thu, 09 Jun 2005) | 4 lines
+r6676 | ruz | 2006-12-20 16:06:39 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
-
- r4107@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-09 00:43:23 -0400
- * makes RT::ScripAction::Load return ($id, $message) instead of just $message,
- and adds perldoc for Load() to that effect.
+   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
 ------------------------------------------------------------------------
-r3116 | jesse | 2005-06-09 01:00:12 -0400 (Thu, 09 Jun 2005) | 4 lines
+r6675 | ruz | 2006-12-20 15:33:33 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
-
- r19701@hualien:  jesse | 2005-06-09 00:58:09 -0400
- * Bumping to 3.4.3pre1
+   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
 ------------------------------------------------------------------------
-r3094 | kevinr | 2005-06-08 18:44:39 -0400 (Wed, 08 Jun 2005) | 4 lines
+r6674 | ruz | 2006-12-20 15:30:38 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
-
- r4080@sad-girl-in-snow:  kevinr | 2005-06-08 18:35:07 -0400
- * Applied Ruslan Zakirov's ext-mailgate patch, which allows you to take or 
- resolve tickets by e-mail.
+   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
 ------------------------------------------------------------------------
-r3085 | kevinr | 2005-06-07 19:29:11 -0400 (Tue, 07 Jun 2005) | 3 lines
+r6673 | ruz | 2006-12-20 15:27:15 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/cs.po
 
- r4043@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-07 19:28:11 -0400
- * Added return format information to perldoc for Comment() and Correspond()
+* 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
 ------------------------------------------------------------------------
-r3084 | kevinr | 2005-06-07 19:28:29 -0400 (Tue, 07 Jun 2005) | 4 lines
+r6670 | ruz | 2006-12-20 14:28:50 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r3943@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-02 16:12:07 -0400
- * Applied patch from Steve Turner to add a default callback to the Queue
- Admin page.
+* 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
 ------------------------------------------------------------------------
-r3077 | alexmv | 2005-06-07 17:56:50 -0400 (Tue, 07 Jun 2005) | 3 lines
+r6668 | ruz | 2006-12-20 13:03:52 -0500 (Wed, 20 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/mason_handler.svc.in
-   M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
-   M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/EscalatePriority.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Date.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/GroupMembers_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Principals_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queues_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripActions_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripCondition_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripConditions_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Search/FromSQL.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Search/Generic.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/System.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Templates_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
 
- r4010@zoq-fot-pik:  chmrr | 2005-06-07 17:08:18 -0400
-  * Whitespace fixes for proper POD
+* 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
 ------------------------------------------------------------------------
-r3073 | jesse | 2005-06-05 17:30:17 -0400 (Sun, 05 Jun 2005) | 3 lines
+r6660 | ruz | 2006-12-19 17:28:14 -0500 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+   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
 
-* Updated EmailSubjectTagRegex documentation. Thanks to Phil Homewood for spotting it.
+ r46287@pinglin:  jesse | 2006-12-19 16:32:47 -0500
+  * rc2
 
 ------------------------------------------------------------------------
-r3070 | robert | 2005-06-03 23:36:50 -0400 (Fri, 03 Jun 2005) | 9 lines
+r6657 | ruz | 2006-12-19 16:22:29 -0500 (Tue, 19 Dec 2006) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/configure.ac
-
- r3078@bear:  rspier | 2005-06-04T03:36:19.749340Z
- RT-Ticket: 6748
- RT-Status: resolved
- RT-Update: correspond
- Fallback to $LOGNAME if $USER isn't defined for --with-my-user-group
+   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
 ------------------------------------------------------------------------
-r3059 | kevinr | 2005-06-02 16:17:31 -0400 (Thu, 02 Jun 2005) | 4 lines
+r6655 | jesse | 2006-12-19 15:28:16 -0500 (Tue, 19 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/Modify.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r3943@STRATTON-THREE-TWENTY-SEVEN:  kevinr | 2005-06-02 16:12:07 -0400
- * Applied patch from Steve Turner to add a default callback to the Queue
- Admin page.
+ r46282@pinglin:  jesse | 2006-12-19 15:24:48 -0500
+ * RT 3.6.3rc1
 
 ------------------------------------------------------------------------
-r3057 | robert | 2005-06-02 00:15:13 -0400 (Thu, 02 Jun 2005) | 4 lines
+r6654 | ruz | 2006-12-19 15:12:17 -0500 (Tue, 19 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/3.6-RELEASE/html/Elements/TicketList
 
- r3073@bear:  rspier | 2005-06-02T04:14:40.726890Z
- Support for RT-Control: no-autoopen 
+* 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
 ------------------------------------------------------------------------
-r3056 | glasser | 2005-06-01 18:39:36 -0400 (Wed, 01 Jun 2005) | 1 line
+r6652 | ruz | 2006-12-19 14:49:02 -0500 (Tue, 19 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
 ------------------------------------------------------------------------
-r3055 | glasser | 2005-06-01 18:39:12 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6650 | jesse | 2006-12-19 12:24:06 -0500 (Tue, 19 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/04send_email.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/21query-builder.t
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/index.html
 
- r33654@tin-foil:  glasser | 2005-06-01 16:36:18 -0400
- Fix some test plans, mark some QB tests TODO
+ 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
 
 ------------------------------------------------------------------------
-r3054 | glasser | 2005-06-01 18:38:38 -0400 (Wed, 01 Jun 2005) | 6 lines
+r6648 | jesse | 2006-12-18 17:32:04 -0500 (Mon, 18 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r33653@tin-foil:  glasser | 2005-06-01 15:19:20 -0400
- fixdeps wasn't working for me (it was trying to detar inside my MiniCPAN!);
- its code was "correct" but presumably one of the other 500 modules that were
- loaded confused CPAN.  (This bug happened both before and after the previous change.)
- Now just uses a system() call to install.
+ r46246@pinglin:  jesse | 2006-12-18 17:28:32 -0500
+ * 3.6.2 final release
 
 ------------------------------------------------------------------------
-r3053 | glasser | 2005-06-01 18:38:05 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6647 | jesse | 2006-12-18 17:29:40 -0500 (Mon, 18 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.6-RELEASE
 
- r33652@tin-foil:  glasser | 2005-06-01 15:02:58 -0400
- A mini rewrite of testdeps: now it tells you at the bottom if it is missing anything
+ r46168@pinglin:  jesse | 2006-12-14 23:38:55 -0500
+ * Beter quoting on indexes for oracle schema. Should make 9i happier
 
 ------------------------------------------------------------------------
-r3052 | glasser | 2005-06-01 18:37:45 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6646 | falcone | 2006-12-18 16:14:12 -0500 (Mon, 18 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/26command_line.t
 
- r33243@tin-foil:  glasser | 2005-05-27 17:08:38 -0400
- Add some hopefully correct comments to the head of Search/Build
+ r15224@ketch:  falcone | 2006-12-18 16:13:31 -0500
+ * use a proper path to the bplogo.gif file
 
 ------------------------------------------------------------------------
-r3051 | glasser | 2005-06-01 18:37:29 -0400 (Wed, 01 Jun 2005) | 4 lines
+r6633 | falcone | 2006-12-15 10:44:27 -0500 (Fri, 15 Dec 2006) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/02basic_web.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/10merge.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/11-template-insert.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/13-attribute-tests.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/15cf_single_values_are_single.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/21query-builder.t
+   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
 
- r33242@tin-foil:  glasser | 2005-05-27 14:08:19 -0400
- * Improved Query builder Tests
- * add plans to a bunch of other tests
+ 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
 
 ------------------------------------------------------------------------
-r3050 | glasser | 2005-06-01 18:37:12 -0400 (Wed, 01 Jun 2005) | 1 line
+r6632 | jesse | 2006-12-14 23:39:19 -0500 (Thu, 14 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
 
 ------------------------------------------------------------------------
-r3049 | glasser | 2005-06-01 18:36:55 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6618 | jesse | 2006-12-11 11:30:29 -0500 (Mon, 11 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
-   M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Groups.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Users.html
-   M /rt/branches/3.4-RELEASE/html/Admin/index.html
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/04send_email.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r33110@tin-foil:  glasser | 2005-05-26 13:33:06 -0400
- Undo 'make license-tag' change; jesse should do this later though
+ r46101@245:  jesse | 2006-12-11 11:30:08 -0500
+ * rc5
 
 ------------------------------------------------------------------------
-r3048 | glasser | 2005-06-01 18:36:40 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6595 | clkao | 2006-12-07 20:51:31 -0500 (Thu, 07 Dec 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/MyRT.html
 
- r33109@tin-foil:  glasser | 2005-05-26 12:02:13 -0400
- More docs and refactoring on QueryBuilder::Tree
+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.
 ------------------------------------------------------------------------
-r3047 | glasser | 2005-06-01 18:36:24 -0400 (Wed, 01 Jun 2005) | 12 lines
+r6592 | jesse | 2006-12-06 15:39:13 -0500 (Wed, 06 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r33108@tin-foil:  glasser | 2005-05-26 02:12:48 -0400
- rt-ticket: 6568
- rt-update: correspond
-   * Better fix to Query Builder; in addition to refactoring most of the code which got
-     information out of the tree, prune away childless AND/ORs, fixing the bug from ticket #6568.
- Also get rid of the reaction to the "Clear" action, which I don't think exists, and which 
- I think is incorrect, since the root is supposed to have one child (see where it is
- first created).
+ r45881@pinglin:  jesse | 2006-12-06 15:38:58 -0500
+  * rc4
 
 ------------------------------------------------------------------------
-r3046 | glasser | 2005-06-01 18:35:53 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6591 | jesse | 2006-12-06 14:18:48 -0500 (Wed, 06 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
 
- r33107@tin-foil:  glasser | 2005-05-26 01:56:25 -0400
- More Query Builder tree refactoring.
+ 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
 
 ------------------------------------------------------------------------
-r3045 | glasser | 2005-06-01 18:35:33 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6590 | jesse | 2006-12-06 14:18:35 -0500 (Wed, 06 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
-   A /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder
-   A /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
-   A /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html
 
- r33106@tin-foil:  glasser | 2005-05-26 01:21:29 -0400
Move stuff out from html/Search/Build.html into a module; refactor some of the code there.
+ r45869@114:  jesse | 2006-12-06 14:16:40 -0500
* Allow admins to set custom field values on user create.
 
 ------------------------------------------------------------------------
-r3044 | glasser | 2005-06-01 18:35:14 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6589 | jesse | 2006-12-06 14:17:52 -0500 (Wed, 06 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
-   M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Groups.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Users.html
-   M /rt/branches/3.4-RELEASE/html/Admin/index.html
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
 
- r33105@tin-foil:  glasser | 2005-05-26 00:02:36 -0400
- Run 'make license-tag'
+ r45868@114:  jesse | 2006-12-06 13:29:38 -0500
+ * perltidy
 
 ------------------------------------------------------------------------
-r3043 | glasser | 2005-06-01 18:34:56 -0400 (Wed, 01 Jun 2005) | 5 lines
+r6588 | jesse | 2006-12-06 14:17:36 -0500 (Wed, 06 Dec 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
-   A /rt/branches/3.4-RELEASE/lib/t/regression/21query-builder.t
+   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
 
- r33104@tin-foil:  glasser | 2005-05-25 23:53:28 -0400
Fix mistake in the function I just made
+ r45867@114:  jesse | 2006-12-06 13:29:07 -0500
* Warning avoidance
  
- Add a bit of testing of the query builder.
 
 ------------------------------------------------------------------------
-r3042 | glasser | 2005-06-01 18:34:38 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6582 | jesse | 2006-12-04 13:20:08 -0500 (Mon, 04 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r33103@tin-foil:  glasser | 2005-05-25 22:24:07 -0400
- And remove the old functionality too.
+ r45802@pinglin:  jesse | 2006-12-04 13:19:38 -0500
+ * rc3
 
 ------------------------------------------------------------------------
-r3041 | glasser | 2005-06-01 18:33:51 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6581 | jesse | 2006-12-01 14:45:53 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Admin/Global/index.html
 
- r33102@tin-foil:  glasser | 2005-05-25 22:22:53 -0400
- build_array was being called twice for two totally disconnected reasons.  Split one out.
+ r45701@pinglin:  jesse | 2006-12-01 14:45:41 -0500
+ * Added a listing for "MyRT" to the actual displayed global list
 
 ------------------------------------------------------------------------
-r3040 | glasser | 2005-06-01 18:32:34 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6580 | jesse | 2006-12-01 14:19:52 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/t/regression/00-mason-syntax.t
 
- r33101@tin-foil:  glasser | 2005-05-25 21:05:02 -0400
- Attempt to add parentheses to the clauses select list, in Query Builder.
+ r45699@pinglin:  jesse | 2006-12-01 14:12:46 -0500
+ * skip backup and .rej files when testing mason syntax
 
 ------------------------------------------------------------------------
-r3039 | glasser | 2005-06-01 18:32:16 -0400 (Wed, 01 Jun 2005) | 3 lines
+r6579 | jesse | 2006-12-01 14:01:52 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/User/Prefs.html
 
- r33100@tin-foil:  glasser | 2005-05-25 20:21:43 -0400
- Mini refactoring of Tree->SQL/HTML function
+ r45679@pinglin:  jesse | 2006-12-01 13:53:39 -0500
+ * Added a new "end of form" callback to user preferences
 
 ------------------------------------------------------------------------
-r2998 | kevinr | 2005-05-31 21:08:40 -0400 (Tue, 31 May 2005) | 7 lines
+r6578 | jesse | 2006-12-01 14:00:39 -0500 (Fri, 01 Dec 2006) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Action/SendEmail.pm
 
- r3841@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 21:07:42 -0400
- RT-Ticket: 6669
- RT-Status: resolved
- RT-Action: correspond
+ 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
  
- * Fixed the mysteriously-absent '1' in the Norwegian po.
 
 ------------------------------------------------------------------------
-r2997 | kevinr | 2005-05-31 20:38:19 -0400 (Tue, 31 May 2005) | 7 lines
+r6577 | jesse | 2006-12-01 14:00:23 -0500 (Fri, 01 Dec 2006) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+   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
 
- r3010@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 18:10:17 -0400
- RT-Ticket: 6423
- RT-Status: resolve
- RT-Action: correspond
- * Fixed a line I broke in revision 3008 -- vi removed the '%1'.
-
-------------------------------------------------------------------------
-r2996 | kevinr | 2005-05-31 20:35:39 -0400 (Tue, 31 May 2005) | 8 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
-
- r3009@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 17:52:48 -0400
- RT-Ticket: 6669
- RT-Status: resolved
- RT-Action: correspond
- * Fixed an extra space in lib/RT/Transaction_Overlay.pm and propagated the 
- change to the po files, as per Brandon Pulsipher's suggestion.
-
-------------------------------------------------------------------------
-r2995 | kevinr | 2005-05-31 20:34:40 -0400 (Tue, 31 May 2005) | 8 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/Modify.html
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
-
- r3008@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 17:05:08 -0400
- RT-Ticket: 6423
- RT-Status: resolve
- RT-Action: correspond
+ 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
  
- * Corrected a typo in Admin/Queues/Modify.html and propagated it to all the
- po files, as per Angelo Turetta's suggestion.
 
 ------------------------------------------------------------------------
-r2994 | kevinr | 2005-05-31 16:11:31 -0400 (Tue, 31 May 2005) | 8 lines
+r6576 | jesse | 2006-12-01 13:59:58 -0500 (Fri, 01 Dec 2006) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Error
+   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
 
- r3004@sad-girl-in-snow:  kevinr | 2005-05-31 15:52:19 -0400
- RT-Ticket: 6684
- RT-Status: resolve
- RT-Action: correspond
+ 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
  
- html/Elements/Error should not continue, and has been changed to add the
- standard footer element on %cleanup.
 
 ------------------------------------------------------------------------
-r2993 | kevinr | 2005-05-31 16:10:33 -0400 (Tue, 31 May 2005) | 3 lines
+r6575 | jesse | 2006-12-01 13:59:26 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
 
- r2967@sad-girl-in-snow:  kevinr | 2005-05-25 18:37:20 -0400
* Added a comma where a compound sentence wanted it.
+ r45534@pinglin (orig r6542):  clkao | 2006-11-28 10:56:23 -0500
Enable object custom field by default from rt-setup-database.
 
 ------------------------------------------------------------------------
-r2992 | kevinr | 2005-05-31 16:10:01 -0400 (Tue, 31 May 2005) | 4 lines
+r6574 | jesse | 2006-12-01 13:59:10 -0500 (Fri, 01 Dec 2006) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/sbin/rt-setup-database.in
 
- r2965@sad-girl-in-snow:  kevinr | 2005-05-25 17:47:26 -0400
- * changed "e-mail" back to "email"
- * removed discussion of pre-5.8.3 perl versions
+ 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.
 
 ------------------------------------------------------------------------
-r2974 | jesse | 2005-05-29 19:28:58 -0400 (Sun, 29 May 2005) | 9 lines
+r6573 | jesse | 2006-12-01 13:58:44 -0500 (Fri, 01 Dec 2006) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Results.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
 
- r17981@hualien:  jesse | 2005-05-29 19:26:59 -0400
-  r17979@hualien:  jesse | 2005-05-29 19:21:59 -0400
-  RT-Ticket: 6741
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  * Sort order wasn't preserved for the "in memory" saved search. --Phil Homewood
+ 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.
  
 
 ------------------------------------------------------------------------
-r2968 | jesse | 2005-05-25 22:46:40 -0400 (Wed, 25 May 2005) | 5 lines
+r6572 | jesse | 2006-12-01 13:58:09 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Widgets/SavedSearch
 
- r17717@hualien:  jesse | 2005-05-25 22:43:35 -0400
- * Better in-reply-to when replying to a message generated via the webui
- * Now only hang onto the first four and the last six References headers.
+ r45312@pinglin (orig r6509):  clkao | 2006-11-23 05:45:58 -0500
+ remove extra button
 
 ------------------------------------------------------------------------
-r2967 | jesse | 2005-05-25 22:45:46 -0400 (Wed, 25 May 2005) | 7 lines
+r6571 | jesse | 2006-12-01 13:57:54 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
 
- r17705@hualien:  jesse | 2005-05-25 01:17:11 -0400
- RT-Ticket: 6627
- RT-Status: resolved
- RT-Update: correspond
- * Updated German translation -- David Schmit
+ r45311@pinglin (orig r6508):  clkao | 2006-11-23 05:24:36 -0500
+ Support load and save for charts, in a separate widget SavedSearch.
 
 ------------------------------------------------------------------------
-r2966 | jesse | 2005-05-25 22:45:39 -0400 (Wed, 25 May 2005) | 8 lines
+r6570 | jesse | 2006-12-01 13:57:27 -0500 (Fri, 01 Dec 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Build.html
 
- r17704@hualien:  jesse | 2005-05-25 00:59:29 -0400
- RT-Ticket: 6654
- RT-Status: resolved
- RT-Update: correspond 
- * Updated Italian translation from Angelo Turetta
+ r45310@pinglin (orig r6507):  clkao | 2006-11-23 03:50:33 -0500
+ Cluster the processing of saved search related management together.
  
 
 ------------------------------------------------------------------------
-r2965 | jesse | 2005-05-25 22:45:32 -0400 (Wed, 25 May 2005) | 9 lines
+r6569 | jesse | 2006-12-01 13:56:55 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
 
- r17703@hualien:  jesse | 2005-05-25 00:55:10 -0400
- RT-Ticket: 6653
- RT-Status: resolved
- RT-Update: correspond
- * Small localization fix from Angelo Turetta 
+ r45294@pinglin (orig r6504):  clkao | 2006-11-22 14:23:23 -0500
+ simple saved chart ui.
 
 ------------------------------------------------------------------------
-r2964 | jesse | 2005-05-25 22:45:25 -0400 (Wed, 25 May 2005) | 9 lines
+r6568 | jesse | 2006-12-01 13:56:25 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
 
- r17684@hualien:  jesse | 2005-05-24 18:18:21 -0400
- RT-Ticket: 6713
- RT-Status: resolved
- RT-Update: correspond
- * Text::WikiFormat is a dependency. And should have been in 3.4.2
+ r45293@pinglin (orig r6503):  clkao | 2006-11-22 12:39:59 -0500
+ Allow editing myrt prefs for individual user.
 
 ------------------------------------------------------------------------
-r2963 | jesse | 2005-05-25 22:45:17 -0400 (Wed, 25 May 2005) | 3 lines
+r6567 | jesse | 2006-12-01 13:56:07 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
 
- r17682@hualien:  jesse | 2005-05-24 12:27:55 -0400
- * Wikitext fields weren't properly escaping HTML
+ r45292@pinglin (orig r6502):  clkao | 2006-11-22 09:18:33 -0500
+ Fix missing >
 
 ------------------------------------------------------------------------
-r2961 | glasser | 2005-05-25 19:58:06 -0400 (Wed, 25 May 2005) | 15 lines
+r6566 | jesse | 2006-12-01 13:55:27 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
 
- r33096@tin-foil:  glasser | 2005-05-25 19:56:11 -0400
- RT-Ticket: 6568
- RT-Status: open
- RT-Update: correspond
- * Simple fix to Query Builder to prevent a crash in situations involving
-   the creation of AND/ORs with no children. A fix that treats the cause
-   and not the symptom is planned.  Currently, it may sometimes do "unexpected things"
-   with your ADD, but it is at least in a state that the user can recover from.
- Specifically, for Danial's it works as expected; for Tim's example, it gives an incorrect
- error message (in the context of the QB page, not a Mason crash thing) but the select
- box is in a good state.
+ r45290@pinglin (orig r6500):  clkao | 2006-11-22 07:27:01 -0500
+ Use RT::SavedSearch for Chart saving as well.
 
 ------------------------------------------------------------------------
-r2960 | kevinr | 2005-05-25 18:38:43 -0400 (Wed, 25 May 2005) | 3 lines
+r6565 | jesse | 2006-12-01 13:55:01 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   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
 
- r2967@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 18:37:20 -0400
* Added a comma where a compound sentence wanted it.
+ r45289@pinglin (orig r6499):  clkao | 2006-11-22 07:21:00 -0500
Refactor Search/Build.html to save searches using RT::SavedSearch.
 
 ------------------------------------------------------------------------
-r2959 | kevinr | 2005-05-25 17:49:43 -0400 (Wed, 25 May 2005) | 4 lines
+r6564 | jesse | 2006-12-01 13:54:28 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Search/Chart.html
 
- r2965@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 17:47:26 -0400
- * changed "e-mail" back to "email"
- * removed discussion of pre-5.8.3 perl versions
+ r45288@pinglin (orig r6498):  clkao | 2006-11-22 06:57:24 -0500
+ Must save searches on RT::System with 'Search - ' convention.
 
 ------------------------------------------------------------------------
-r2958 | kevinr | 2005-05-25 16:47:14 -0400 (Wed, 25 May 2005) | 3 lines
+r6563 | jesse | 2006-12-01 13:54:14 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
 
- r2950@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 16:39:58 -0400
- * fixed a bunch of typoes in the README
+ r45287@pinglin (orig r6497):  clkao | 2006-11-22 06:33:42 -0500
+ Allow resetting myrt.
 
 ------------------------------------------------------------------------
-r2957 | jesse | 2005-05-25 01:25:06 -0400 (Wed, 25 May 2005) | 7 lines
+r6562 | jesse | 2006-12-01 13:53:42 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/PreviewScrips
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
+   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
 
- r17705@hualien:  jesse | 2005-05-25 01:17:11 -0400
- RT-Ticket: 6627
- RT-Status: resolved
- RT-Update: correspond
- * Updated German translation -- David Schmit
+ r45286@pinglin (orig r6496):  clkao | 2006-11-22 06:17:20 -0500
+ Global/Admin/MyRT.html for configure global myrt.
 
 ------------------------------------------------------------------------
-r2956 | jesse | 2005-05-25 01:24:55 -0400 (Wed, 25 May 2005) | 8 lines
+r6561 | jesse | 2006-12-01 13:53:07 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
+   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
 
- r17704@hualien:  jesse | 2005-05-25 00:59:29 -0400
- RT-Ticket: 6654
- RT-Status: resolved
- RT-Update: correspond 
- * Updated Italian translation from Angelo Turetta
+ r45285@pinglin (orig r6495):  clkao | 2006-11-22 06:04:43 -0500
+ Refactor MyRT configuration to an element.
 
 ------------------------------------------------------------------------
-r2955 | jesse | 2005-05-25 01:24:46 -0400 (Wed, 25 May 2005) | 9 lines
+r6560 | jesse | 2006-12-01 13:52:28 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Prefs/MyRT.html
 
- r17703@hualien:  jesse | 2005-05-25 00:55:10 -0400
- RT-Ticket: 6653
- RT-Status: resolved
- RT-Update: correspond
- * Small localization fix from Angelo Turetta 
+ r45284@pinglin (orig r6494):  clkao | 2006-11-22 05:28:14 -0500
+ Display search type as part of the portlet name in MyRT prefs.
 
 ------------------------------------------------------------------------
-r2954 | jesse | 2005-05-24 18:21:27 -0400 (Tue, 24 May 2005) | 9 lines
+r6559 | jesse | 2006-12-01 13:51:59 -0500 (Fri, 01 Dec 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   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
 
- r17684@hualien:  jesse | 2005-05-24 18:18:21 -0400
- RT-Ticket: 6713
- RT-Status: resolved
- RT-Update: correspond
- * Text::WikiFormat is a dependency. And should have been in 3.4.2
+ r45283@pinglin (orig r6493):  clkao | 2006-11-22 04:56:50 -0500
+ Fix chart saved in rt::system for selection in MyRT preferences.
  
 
 ------------------------------------------------------------------------
-r2953 | jesse | 2005-05-24 18:21:07 -0400 (Tue, 24 May 2005) | 3 lines
+r6558 | jesse | 2006-12-01 13:51:45 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
+   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
 
- r17682@hualien:  jesse | 2005-05-24 12:27:55 -0400
- * Wikitext fields weren't properly escaping HTML
+ r45282@pinglin (orig r6492):  clkao | 2006-11-22 04:44:13 -0500
+ Move load_container_object into RT::SavedSearch.
 
 ------------------------------------------------------------------------
-r2945 | kevinr | 2005-05-24 13:53:43 -0400 (Tue, 24 May 2005) | 3 lines
+r6557 | jesse | 2006-12-01 13:51:26 -0500 (Fri, 01 Dec 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/SavedSearches.pm
 
- r2945@sad-girl-in-snow:  kevinr | 2005-05-24 13:51:57 -0400
- * Updated README to note that RT works with Oracle versions >=9.2
+ 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.
 
 ------------------------------------------------------------------------
-r2936 | jesse | 2005-05-23 15:30:36 -0400 (Mon, 23 May 2005) | 7 lines
+r6556 | jesse | 2006-12-01 13:51:12 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   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
 
- r17673@hualien:  jesse | 2005-05-23 15:27:11 -0400
- RT-Ticket: 6459
- RT-Status: resolved
- * Updates to the _AddLink return values from Todd Chapman.
+ r45280@pinglin (orig r6490):  clkao | 2006-11-22 03:57:46 -0500
+ refactor the code for loading saved search privacies to RT::SavedSearches.
 
 ------------------------------------------------------------------------
-r2935 | jesse | 2005-05-23 15:30:26 -0400 (Mon, 23 May 2005) | 4 lines
+r6555 | jesse | 2006-12-01 13:50:35 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
 
- r17672@hualien:  jesse | 2005-05-23 15:22:51 -0400
- * Switch the default WebURL to "localhost" to make the regression suite pass
-   more cleanly
+ r45278@pinglin (orig r6488):  clkao | 2006-11-22 03:08:27 -0500
+ Don't show edit link when there's no customize url
 
 ------------------------------------------------------------------------
-r2934 | jesse | 2005-05-23 15:30:16 -0400 (Mon, 23 May 2005) | 3 lines
+r6554 | jesse | 2006-12-01 13:49:56 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
 
- r17671@hualien:  jesse | 2005-05-23 14:21:54 -0400
* Since EmailParser _might_ be used out of Interface::Email context, require Interface::Email.
+ r45277@pinglin (orig r6487):  clkao | 2006-11-22 03:00:53 -0500
portlet link should respect searchtype.
 
 ------------------------------------------------------------------------
-r2933 | jesse | 2005-05-23 15:30:02 -0400 (Mon, 23 May 2005) | 3 lines
+r6553 | jesse | 2006-12-01 13:49:44 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
+   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
 
- r17670@hualien:  jesse | 2005-05-23 13:48:34 -0400
-  * RT::EmailParser->ParseTicketId was deprecated but that was not clear. Also, the code was out of date
+ r45276@pinglin (orig r6486):  clkao | 2006-11-22 02:22:33 -0500
+ Make the style of chart in myrt consistent.
 
 ------------------------------------------------------------------------
-r2932 | glasser | 2005-05-23 13:04:38 -0400 (Mon, 23 May 2005) | 3 lines
+r6552 | jesse | 2006-12-01 13:49:08 -0500 (Fri, 01 Dec 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/fsck_com_rt.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/02basic_web.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/03web_compiliation_errors.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/07acl.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
 
-Allow for base URL to be changed when doing regressions.
-(And kind of allow for Organization to be changed, except the mailgate
-test will still bite it if you do.)
-------------------------------------------------------------------------
-r2909 | glasser | 2005-05-22 17:03:29 -0400 (Sun, 22 May 2005) | 1 line
-Changed paths:
-   M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
+ r45274@pinglin (orig r6484):  clkao | 2006-11-21 15:20:33 -0500
+ No we don't really want to abort.
 
-Put an obviously fake instead of possibly wrong path in an example command.`
 ------------------------------------------------------------------------
-r2887 | jesse | 2005-05-16 22:09:21 -0400 (Mon, 16 May 2005) | 3 lines
+r6551 | jesse | 2006-12-01 13:48:55 -0500 (Fri, 01 Dec 2006) | 11 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+   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
 
- r16893@hualien:  jesse | 2005-05-16 18:04:08 -0400
- * Better creation of in-reply-to/references headers on web-ased reply
+ 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.
 
 ------------------------------------------------------------------------
-r2886 | jesse | 2005-05-16 17:49:47 -0400 (Mon, 16 May 2005) | 4 lines
+r6548 | jesse | 2006-11-30 12:27:18 -0500 (Thu, 30 Nov 2006) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Scrip_Overlay.pm
 
- r16891@hualien:  jesse | 2005-05-16 22:48:02 +0100
- * Adding a new "top of page" callback
+ r45595@pinglin:  jesse | 2006-11-30 12:26:55 -0500
+ RT-Ticket: 8049
+ RT-Status: resolved
+ RT-Update: correspond
+ Thanks. Applied
  
 
 ------------------------------------------------------------------------
-r2880 | jesse | 2005-05-13 10:25:08 -0400 (Fri, 13 May 2005) | 3 lines
+r6547 | jesse | 2006-11-28 21:27:35 -0500 (Tue, 28 Nov 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/NoAuth/js/ahah.js
 
- r16761@hualien:  jesse | 2005-05-13 15:22:22 +0100
- * Ruslan found a debugging statement we had accidentally committed
+ 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)
 
 ------------------------------------------------------------------------
-r2879 | jesse | 2005-05-12 20:04:44 -0400 (Thu, 12 May 2005) | 3 lines
+r6546 | jesse | 2006-11-28 21:27:23 -0500 (Tue, 28 Nov 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Template_Overlay.pm
 
- r16510@hualien:  jesse | 2005-05-12 17:44:00 +0100
- * Fix on the plane was wrong. sigh
+ r45544@pinglin:  jesse | 2006-11-28 18:37:57 -0500
+  * Typo fix
 
 ------------------------------------------------------------------------
-r2864 | jesse | 2005-05-11 20:06:23 -0400 (Wed, 11 May 2005) | 3 lines
+r6515 | ruz | 2006-11-24 16:22:32 -0500 (Fri, 24 Nov 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
-
- r16468@hualien:  jesse | 2005-05-11 15:34:43 +0100
- * CustomFieldValues fix had a typo
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/pl.po
 
+* Polish translation, thanks to Arkadiusz Miskiewicz
 ------------------------------------------------------------------------
-r2863 | jesse | 2005-05-11 20:06:12 -0400 (Wed, 11 May 2005) | 3 lines
+r6514 | ruz | 2006-11-24 10:11:12 -0500 (Fri, 24 Nov 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
-
- r16462@hualien:  jesse | 2005-05-11 15:30:30 +0100
- * Try harder to set a proper In-reply-to: header
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/ru.po
 
+* update of russian translation
 ------------------------------------------------------------------------
-r2862 | jesse | 2005-05-11 20:06:01 -0400 (Wed, 11 May 2005) | 3 lines
+r6513 | ruz | 2006-11-24 07:42:09 -0500 (Fri, 24 Nov 2006) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
-
- r16461@hualien:  jesse | 2005-05-11 15:23:33 +0100
- * Custom field values can now be integers
+   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
 ------------------------------------------------------------------------
-r2861 | robert | 2005-05-10 01:54:35 -0400 (Tue, 10 May 2005) | 5 lines
+r6477 | clkao | 2006-11-21 07:17:23 -0500 (Tue, 21 Nov 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/CreateTickets.pm
-
- 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.
+   M /rt/branches/3.6-RELEASE/html/Elements/MyRT
 
+Allow arguments from component porlets.
 ------------------------------------------------------------------------
-r2856 | jesse | 2005-05-09 21:52:39 -0400 (Mon, 09 May 2005) | 6 lines
+r6468 | ruz | 2006-11-20 22:56:05 -0500 (Mon, 20 Nov 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
-
- 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
-  
+   M /rt/branches/3.6-RELEASE/lib/t/regression/04send_email.t
 
+* correct number of test
 ------------------------------------------------------------------------
-r2855 | jesse | 2005-05-09 21:52:31 -0400 (Mon, 09 May 2005) | 1 line
+r6467 | ruz | 2006-11-20 21:29:46 -0500 (Mon, 20 Nov 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-
+   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
 ------------------------------------------------------------------------
-r2854 | jesse | 2005-05-09 21:52:24 -0400 (Mon, 09 May 2005) | 4 lines
+r6466 | ruz | 2006-11-20 18:26:54 -0500 (Mon, 20 Nov 2006) | 2 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFields_Overlay.pm
-
- r15829@hualien:  jesse | 2005-05-06 16:06:12 -0400
- * Make sure that disabled custom fields aren't listed in Queue CF listings.
+   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
 ------------------------------------------------------------------------
-r2833 | glasser | 2005-05-05 22:44:56 -0400 (Thu, 05 May 2005) | 3 lines
+r6464 | clkao | 2006-11-20 15:03:46 -0500 (Mon, 20 Nov 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.6-RELEASE/sbin/license_tag
 
-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)
+FSF has changed their address.
 ------------------------------------------------------------------------
-r2831 | jesse | 2005-05-04 13:16:54 -0400 (Wed, 04 May 2005) | 3 lines
+r6458 | ruz | 2006-11-20 00:54:02 -0500 (Mon, 20 Nov 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
-
- r15792@hualien:  jesse | 2005-05-04 13:14:49 -0400
- * This is 3.4.2
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N.pm
 
+* minor changes
 ------------------------------------------------------------------------
-r2829 | robert | 2005-05-03 23:52:32 -0400 (Tue, 03 May 2005) | 4 lines
+r6453 | ruz | 2006-11-18 15:08:31 -0500 (Sat, 18 Nov 2006) | 18 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/initialdata
+   M /rt/branches/3.6-RELEASE/html/autohandler
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
 
- r2835@bear:  rspier | 2005-05-04T03:51:48.597852Z
- fix typo in initialdata related to approval rejection
+* 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
 
-------------------------------------------------------------------------
-r2820 | jesse | 2005-05-02 13:40:54 -0400 (Mon, 02 May 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+Additional info:
 
- r14639@hualien:  jesse | 2005-05-02 13:30:18 -0400
- * This be 3.4.2rc2
+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.
 
 ------------------------------------------------------------------------
-r2819 | jesse | 2005-05-02 13:25:35 -0400 (Mon, 02 May 2005) | 4 lines
+r6450 | ruz | 2006-11-16 17:07:58 -0500 (Thu, 16 Nov 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/SelfService/Elements/Tabs
-
- 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.
+   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
 ------------------------------------------------------------------------
-r2817 | jesse | 2005-04-29 13:11:27 -0400 (Fri, 29 Apr 2005) | 3 lines
+r6449 | ruz | 2006-11-16 17:03:05 -0500 (Thu, 16 Nov 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE/lib/t/regression/21query-builder.t
 
- r14626@hualien:  jesse | 2005-04-29 13:06:57 -0400
- * Message threading improvements suggested by Florian Weimer
+* 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
 ------------------------------------------------------------------------
-r2815 | jesse | 2005-04-29 00:12:18 -0400 (Fri, 29 Apr 2005) | 4 lines
+r6432 | jesse | 2006-11-14 15:53:31 -0500 (Tue, 14 Nov 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+   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
 
- r14617@hualien:  jesse | 2005-04-28 22:56:56 -0400
- * Enabled proper message threading with RT
+ 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)
 
 ------------------------------------------------------------------------
-r2814 | jesse | 2005-04-29 00:12:11 -0400 (Fri, 29 Apr 2005) | 4 lines
+r6400 | jesse | 2006-11-09 23:46:17 -0500 (Thu, 09 Nov 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Elements/ShowSearch
 
- r14616@hualien:  jesse | 2005-04-28 22:56:19 -0400
- * Added a todo notice
+ r44740@pinglin:  jesse | 2006-11-09 23:46:01 -0500
+ * Added a callback to let extensions massage custom homepage portlet searches
  
 
 ------------------------------------------------------------------------
-r2813 | jesse | 2005-04-29 00:12:04 -0400 (Fri, 29 Apr 2005) | 1 line
+r6399 | jesse | 2006-11-09 23:41:15 -0500 (Thu, 09 Nov 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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)
 
 ------------------------------------------------------------------------
-r2812 | jesse | 2005-04-29 00:11:00 -0400 (Fri, 29 Apr 2005) | 3 lines
+r6380 | jesse | 2006-11-07 14:22:15 -0500 (Tue, 07 Nov 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Footer
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/en.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
+   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
 
- r14017@hualien:  jesse | 2005-04-21 21:07:47 -0400
- Loc updates
+ r40520@pinglin:  jesse | 2006-11-07 14:15:50 -0500
+ * SelfService cleanup and regularization patches from 
+         David Chandek-Stark <david.chandek.stark@duke.edu>
 
 ------------------------------------------------------------------------
-r2807 | jesse | 2005-04-25 22:33:14 -0400 (Mon, 25 Apr 2005) | 2 lines
+r6379 | jesse | 2006-11-07 14:16:57 -0500 (Tue, 07 Nov 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
-* Correct comments in config file. "RTLogoURL" is actually LogoURL.   --Allison Randal
+ r29654@pinglin:  jesse | 2006-10-31 17:10:10 -0500
+ 3.6.2rc2
 
 ------------------------------------------------------------------------
-r2792 | jesse | 2005-04-20 11:32:54 -0400 (Wed, 20 Apr 2005) | 9 lines
+r6363 | falcone | 2006-11-06 14:09:32 -0500 (Mon, 06 Nov 2006) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT.pm.in
 
- 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.
+ 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
 
 ------------------------------------------------------------------------
-r2791 | jesse | 2005-04-19 22:00:57 -0400 (Tue, 19 Apr 2005) | 4 lines
+r6362 | falcone | 2006-11-06 14:09:21 -0500 (Mon, 06 Nov 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
-   M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/README
 
- 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.
+ r14255@ketch:  falcone | 2006-11-06 14:07:58 -0500
+ You can't have FastCgiIpcDir and FastCgiServer in the VirtualHost block
 
 ------------------------------------------------------------------------
-r2783 | jesse | 2005-04-19 17:05:21 -0400 (Tue, 19 Apr 2005) | 9 lines
+r6302 | ruz | 2006-10-25 23:18:11 -0400 (Wed, 25 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/01ticket_link_searching.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/19-rtname.t
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
 
- 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.
+ r4038@cubic-pc:  cubic | 2006-10-26 07:29:27 +0400
+ * add doc
 
 ------------------------------------------------------------------------
-r2782 | jesse | 2005-04-19 14:19:29 -0400 (Tue, 19 Apr 2005) | 8 lines
+r6243 | jesse | 2006-10-20 12:37:05 -0400 (Fri, 20 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
 
- 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
+ r28972@119:  jesse | 2006-10-20 12:36:50 -0400
+ * Backed out the rest of kevin's accidental commit
 
 ------------------------------------------------------------------------
-r2779 | tla | 2005-04-19 00:45:48 -0400 (Tue, 19 Apr 2005) | 2 lines
+r6242 | kevinr | 2006-10-20 01:13:43 -0400 (Fri, 20 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
 
-fix the perldoc
+ r28708@SAD-GIRL-IN-SNOW:  kevinr | 2006-10-20 01:13:16 -0400
+ * Reverted
 
 ------------------------------------------------------------------------
-r2771 | jesse | 2005-04-18 01:10:20 -0400 (Mon, 18 Apr 2005) | 3 lines
+r6241 | kevinr | 2006-10-20 00:05:59 -0400 (Fri, 20 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldWikitext
-   A /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
 
- r13240@hualien:  jesse | 2005-04-18 01:07:43 -0400
- * Added Wikitext custom field type
+ r28703@sad-girl-in-snow:  kevinr | 2006-10-20 00:02:48 -0400
+ * Pulled User::WatchedQueues in from RT::Extension::rt_cpan_org
 
 ------------------------------------------------------------------------
-r2768 | jesse | 2005-04-18 00:16:42 -0400 (Mon, 18 Apr 2005) | 1 line
+r6240 | kevinr | 2006-10-20 00:05:03 -0400 (Fri, 20 Oct 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   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
+
 
-3.4.2rc1
 ------------------------------------------------------------------------
-r2749 | jesse | 2005-04-17 21:58:26 -0400 (Sun, 17 Apr 2005) | 9 lines
+r6211 | jesse | 2006-10-16 11:49:02 -0400 (Mon, 16 Oct 2006) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
 
- r13207@hualien:  jesse | 2005-04-17 21:57:31 -0400
- RT-Ticket: 6597
- RT-Status: resolved
- RT-Update correspond 
+ 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>
  
- * CanonicalizeUserInfo didn't work right from RT's WebUI.
-   Fixed by Dave Rolsky.
  
 
 ------------------------------------------------------------------------
-r2748 | jesse | 2005-04-17 21:58:19 -0400 (Sun, 17 Apr 2005) | 11 lines
+r6201 | ruz | 2006-10-12 22:33:22 -0400 (Thu, 12 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/TicketList
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Ticket_Overlay.pm
 
- r13206@hualien:  jesse | 2005-04-17 21:54:10 -0400
-  r13204@hualien:  jesse | 2005-04-17 21:52:15 -0400
- RT-Ticket: 6603
- RT-Status: resolved
- RT-Update: correspond
-  
- * RT used to report an improper total number of pages if the number of 
-   results found was evenly divisible by the number of rows per page
-  
+ r3951@cubic-pc:  cubic | 2006-10-13 06:43:19 +0400
+ * we have $OldOwnerObj, so use it
 
 ------------------------------------------------------------------------
-r2746 | jesse | 2005-04-17 21:45:07 -0400 (Sun, 17 Apr 2005) | 9 lines
+r6200 | ruz | 2006-10-12 22:33:13 -0400 (Thu, 12 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
 
- r13195@hualien:  jesse | 2005-04-17 21:36:13 -0400
- RT-Ticket: 6491
- RT-Status: resolved
- RT-Updated: correspond
- * Bumped the Postgres dependency to 1.41 to get around the 
-   broken 1.40 release
+ r3950@cubic-pc:  cubic | 2006-10-13 06:07:28 +0400
+ * fine tune [Take] and [Steal] actions according to ACL
 
 ------------------------------------------------------------------------
-r2745 | jesse | 2005-04-17 21:45:00 -0400 (Sun, 17 Apr 2005) | 9 lines
+r6199 | ruz | 2006-10-12 22:33:05 -0400 (Thu, 12 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Ticket/Elements/Tabs
 
- r13194@hualien:  jesse | 2005-04-17 21:31:40 -0400
- RT-Ticket: 6522
- RT-Status: resolved
- RT-Update: correspond
- * Newlines in CustomFields are now displayed in TicketList results
+ r3949@cubic-pc:  cubic | 2006-10-13 06:02:30 +0400
+ * cache results of rights checks locally
 
 ------------------------------------------------------------------------
-r2744 | jesse | 2005-04-17 21:44:50 -0400 (Sun, 17 Apr 2005) | 7 lines
+r6198 | ruz | 2006-10-12 17:54:23 -0400 (Thu, 12 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/SetupSessionCookie
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Web.pm
 
- r13193@hualien:  jesse | 2005-04-17 21:26:35 -0400
- RT-Ticket: 6657
- RT-Status: resolved
- * Better error message when the sessions table or sessions dir isn't writable
+* skip -Category part as -Magic [rt3.fsck.com #7903]
+* drop $cfid as it's not used
 
 ------------------------------------------------------------------------
-r2743 | jesse | 2005-04-17 21:44:37 -0400 (Sun, 17 Apr 2005) | 6 lines
+r6172 | jesse | 2006-10-06 12:42:45 -0400 (Fri, 06 Oct 2006) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/lib/RT/Interface/Email.pm
 
- r13192@hualien:  jesse | 2005-04-17 21:23:22 -0400
- RT-Ticket: 6517
- RT-Update: correspond
+ 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
  
- * New Russian translation from Andrew Kornilov
 
 ------------------------------------------------------------------------
-r2742 | jesse | 2005-04-17 21:44:23 -0400 (Sun, 17 Apr 2005) | 8 lines
+r6167 | jesse | 2006-10-05 12:06:49 -0400 (Thu, 05 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Modify.html
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/releng.cnf
 
- r13191@hualien:  jesse | 2005-04-17 21:10:17 -0400
- RT-Ticket: 6589
- RT-Status: resolved
- RT-Update: correspond
- * Quieted a deprecation warning -- Dmitry Sivachenko <mitya@cavia.pp.ru>
+ r28050@pinglin:  jesse | 2006-10-05 12:06:47 -0400
+ * 3.6.2rc1
 
 ------------------------------------------------------------------------
-r2741 | jesse | 2005-04-17 21:44:10 -0400 (Sun, 17 Apr 2005) | 8 lines
+r6063 | jesse | 2006-09-27 18:43:54 -0400 (Wed, 27 Sep 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
+   M /rt/branches/3.6-RELEASE
+   M /rt/branches/3.6-RELEASE/html/Approvals/Elements/Approve
 
- r13190@hualien:  jesse | 2005-04-17 21:08:55 -0400
- RT-Ticket: 6585
- RT-Status: resolved
- RT-Update: correspond
- * Updated Danish translation from Jonas Nielsen
+ r27846@253:  jesse | 2006-09-27 18:43:53 -0400
+ * removed a stray font tag
 
 ------------------------------------------------------------------------
-r2740 | jesse | 2005-04-17 21:43:53 -0400 (Sun, 17 Apr 2005) | 8 lines
+r6055 | ruz | 2006-09-26 22:25:59 -0400 (Tue, 26 Sep 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-
- r13189@hualien:  jesse | 2005-04-17 21:05:49 -0400
- RT-Ticket: 6583
- RT-Status: resolved
- RT-Update: correspond
- * Fixed typos in Spanish translation
+   M /rt/branches/3.6-RELEASE/lib/RT/I18N/de.po
 
+* convert de.po back to UTF-8 from latin-1
 ------------------------------------------------------------------------
-r2739 | jesse | 2005-04-17 21:43:44 -0400 (Sun, 17 Apr 2005) | 3 lines
+r6054 | ruz | 2006-09-26 20:32:59 -0400 (Tue, 26 Sep 2006) | 48 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditQueueWatchers
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditScrips
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditTemplates
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickObjects
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/QueueRightsForUser
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/Members.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/index.html
-   M /rt/branches/3.4-RELEASE/html/Elements/Checkbox
-   M /rt/branches/3.4-RELEASE/html/Elements/EditLinks
-   M /rt/branches/3.4-RELEASE/html/Search/Bulk.html
-   M /rt/branches/3.4-RELEASE/html/SelfService/Update.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Create.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditWatchers
-   M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
-   M /rt/branches/3.4-RELEASE/html/User/Elements/DelegateRights
-   M /rt/branches/3.4-RELEASE/html/User/Groups/Members.html
+   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
 
- r13188@hualien:  jesse | 2005-04-17 20:58:19 -0400
- * Checkbox fields need a "value" or they are ignored
+merge 3.4 -> QUEBEC -> CHALDEA -> 3.6
 
-------------------------------------------------------------------------
-r2738 | jesse | 2005-04-17 20:26:15 -0400 (Sun, 17 Apr 2005) | 11 lines
+ 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.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_SiteConfig.pm
 
- r13186@hualien:  jesse | 2005-04-17 20:24:41 -0400
- RT-Ticket: 6562
- RT-Status: resolved
- RT-Update: correspond
- * Patch from Tom Yu to allow negative CF searching and better
-   multi-CF search.
- * Bumped SearchBuilder dependency to new version
+ r6546@wintermute:  tom | 2005-11-23 15:38:39 -0500
+ My mistake, sorry
 
 ------------------------------------------------------------------------
-r2634 | tla | 2005-04-15 17:21:25 -0400 (Fri, 15 Apr 2005) | 2 lines
+r4142 | trs | 2005-11-23 15:33:25 -0500 (Wed, 23 Nov 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/User/Prefs.html
 
-Added ability to update name as well as search parameters.
+ r6512@wintermute:  tom | 2005-11-23 15:23:50 -0500
+ Added a few callbacks to make extending Prefs cleaner
 
 ------------------------------------------------------------------------
-r2631 | jesse | 2005-04-15 16:52:22 -0400 (Fri, 15 Apr 2005) | 3 lines
+r4141 | trs | 2005-11-23 15:32:54 -0500 (Wed, 23 Nov 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
+   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
 
- r12950@hualien:  jesse | 2005-04-15 16:47:32 -0400
- * Cleaned up search tests
+ r6511@wintermute:  tom | 2005-11-23 13:49:29 -0500
+ Minor nit: unneeded <br>
 
 ------------------------------------------------------------------------
-r2629 | jesse | 2005-04-15 15:29:18 -0400 (Fri, 15 Apr 2005) | 3 lines
+r4131 | ruz | 2005-11-21 22:54:02 -0500 (Mon, 21 Nov 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
+   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
 
- r12944@hualien:  jesse | 2005-04-15 15:28:01 -0400
- * Fixed Module::Refresh handling for standalone_httpd
+ 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
 
 ------------------------------------------------------------------------
-r2626 | jesse | 2005-04-14 16:36:14 -0400 (Thu, 14 Apr 2005) | 3 lines
+r4130 | ruz | 2005-11-21 22:52:05 -0500 (Mon, 21 Nov 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
+   M /rt/branches/3.5-TESTING/html/autohandler
 
- r12790@hualien:  jesse | 2005-04-14 15:07:03 -0400
- * Fix support for uploading attachmends in selfservice.  -- HC Chien
+ 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
 
 ------------------------------------------------------------------------
-r2624 | tla | 2005-04-13 13:42:51 -0400 (Wed, 13 Apr 2005) | 2 lines
+r4129 | trs | 2005-11-21 19:59:58 -0500 (Mon, 21 Nov 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectSearchesForObjects
+   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
 
-Change to exclude saved searches meant for things other than tickets.
+ 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
 
 ------------------------------------------------------------------------
-r2623 | tla | 2005-04-13 13:32:41 -0400 (Wed, 13 Apr 2005) | 2 lines
+r4128 | alexmv | 2005-11-21 16:59:46 -0500 (Mon, 21 Nov 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/PickBasics
 
-Skeletal inline tests, to make autogen happy.
+ r7297@zoq-fot-pik:  chmrr | 2005-11-21 16:59:01 -0500
+  * Removed duplicated line
 
 ------------------------------------------------------------------------
-r2622 | tla | 2005-04-13 12:27:38 -0400 (Wed, 13 Apr 2005) | 2 lines
+r4127 | trs | 2005-11-21 16:53:31 -0500 (Mon, 21 Nov 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
 
-Lost a curly brace somewhere.  Also noted location of tests for both files.
+ r6505@wintermute:  tom | 2005-11-21 16:51:50 -0500
+ Overzealous s/document\.getElementById/$/g
 
 ------------------------------------------------------------------------
-r2620 | autrijus | 2005-04-13 11:19:54 -0400 (Wed, 13 Apr 2005) | 3 lines
+r4126 | trs | 2005-11-21 16:11:32 -0500 (Mon, 21 Nov 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
+   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
 
-* 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.
 ------------------------------------------------------------------------
-r2619 | autrijus | 2005-04-13 08:13:01 -0400 (Wed, 13 Apr 2005) | 5 lines
+r4125 | trs | 2005-11-21 15:58:42 -0500 (Mon, 21 Nov 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
+   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
 
-* 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.
 ------------------------------------------------------------------------
-r2617 | tla | 2005-04-12 21:52:54 -0400 (Tue, 12 Apr 2005) | 3 lines
+r4119 | trs | 2005-11-18 19:39:43 -0500 (Fri, 18 Nov 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
 
-Added delete method & localized strings in SavedSearch
-Made SavedSearches::LimitByPrivacy safe to call multiple times
+ r7023@wintermute:  tom | 2005-11-18 19:35:25 -0500
+ Better menu style, should elimination menu wrapping
 
 ------------------------------------------------------------------------
-r2609 | tla | 2005-04-12 15:59:07 -0400 (Tue, 12 Apr 2005) | 2 lines
+r4095 | trs | 2005-11-14 18:30:46 -0500 (Mon, 14 Nov 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowHistory
 
-Made SavedSearches work, added error messages to SavedSearch, updated tests
+ r6955@wintermute:  tom | 2005-11-14 18:29:51 -0500
+ Note about (ab)use
 
 ------------------------------------------------------------------------
-r2608 | tla | 2005-04-12 15:29:25 -0400 (Tue, 12 Apr 2005) | 2 lines
+r4094 | trs | 2005-11-14 18:30:41 -0500 (Mon, 14 Nov 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
+   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
 
-SavedSearch now shinily tested.  API also changed somewhat.
+ r6954@wintermute:  tom | 2005-11-14 18:16:02 -0500
+ * Cleaned up logic in ShowHistory
+ * Fixed params in the Group/User histories
 
 ------------------------------------------------------------------------
-r2607 | tla | 2005-04-11 14:47:03 -0400 (Mon, 11 Apr 2005) | 2 lines
+r4093 | alexmv | 2005-11-14 17:58:13 -0500 (Mon, 14 Nov 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
-   A /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
 
-Semi-tested, semi-working checkpoint.  Formal tests to follow shortly.
+ 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.
 
 ------------------------------------------------------------------------
-r2603 | tla | 2005-04-10 19:51:56 -0400 (Sun, 10 Apr 2005) | 2 lines
+r4091 | trs | 2005-11-14 17:24:24 -0500 (Mon, 14 Nov 2005) | 3 lines
 Changed paths:
-   A /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
+   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
 
-UNTESTED first cut at a saved search lib wrapper.
+ r6952@wintermute:  tom | 2005-11-14 17:23:00 -0500
+ Deleting old remanents from a merge bug
 
 ------------------------------------------------------------------------
-r2602 | tla | 2005-04-10 19:51:16 -0400 (Sun, 10 Apr 2005) | 3 lines
+r4088 | alexmv | 2005-11-14 16:57:12 -0500 (Mon, 14 Nov 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
 
-Upped version dependency of DBIx::SearchBuilder to 1.24 for unique records
-feature in CustomFields.
+ 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>
 
 ------------------------------------------------------------------------
-r2601 | tla | 2005-04-10 19:49:31 -0400 (Sun, 10 Apr 2005) | 5 lines
+r4082 | alexmv | 2005-11-14 15:15:00 -0500 (Mon, 14 Nov 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+   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>
 
-User_Overlay: added OwnGroups method to get a collection of groups of which
-the user is a member.
-Record: revamped ObjectTypeStr according to suggestions.
+------------------------------------------------------------------------
+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
 
 ------------------------------------------------------------------------
-r2592 | jesse | 2005-04-06 15:27:58 -0400 (Wed, 06 Apr 2005) | 3 lines
+r4068 | jesse | 2005-11-14 12:54:13 -0500 (Mon, 14 Nov 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
 
- r11940@hualien:  jesse | 2005-04-07 03:23:40 +0800
- * Search "Order By" needed a more greedy matching operation; too many values were selected
+ 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
 
 ------------------------------------------------------------------------
-r2589 | jesse | 2005-04-06 14:58:41 -0400 (Wed, 06 Apr 2005) | 8 lines
+r4067 | jesse | 2005-11-14 12:54:01 -0500 (Mon, 14 Nov 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Header
-   M /rt/branches/3.4-RELEASE/html/Elements/TicketList
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Prefs/Quicksearch.html
 
- r11936@hualien:  jesse | 2005-04-07 02:54:28 +0800
- RT-Ticket: 6590
+ r18883@truegrounds:  jesse | 2005-11-14 12:46:30 -0500
+ RT-Ticket: 7082
  RT-Status: resolved
  RT-Update: correspond
  
- resorting the search by clicking on a header no longer resets the format string
+ * 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
  
 
 ------------------------------------------------------------------------
-r2588 | jesse | 2005-04-06 13:50:56 -0400 (Wed, 06 Apr 2005) | 3 lines
+r3978 | trs | 2005-10-18 18:22:47 -0400 (Tue, 18 Oct 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
+   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
 
- r11933@hualien:  jesse | 2005-04-07 01:49:50 +0800
- Half way through custom field search fixes
+ r6655@wintermute:  tom | 2005-10-18 08:53:18 -0400
+ Bolded ticket values to match 3.4
 
 ------------------------------------------------------------------------
-r2586 | tla | 2005-04-04 04:28:02 -0400 (Mon, 04 Apr 2005) | 2 lines
+r3977 | trs | 2005-10-18 18:22:43 -0400 (Tue, 18 Oct 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/EditLinks
+   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
 
-Add a callback for the use of RTFM
+ r6654@wintermute:  tom | 2005-10-18 08:44:56 -0400
+ Fixed up the 3.4-compat styles to account for HTML and CSS changes
 
 ------------------------------------------------------------------------
-r2584 | tla | 2005-04-04 04:18:22 -0400 (Mon, 04 Apr 2005) | 3 lines
+r3973 | jesse | 2005-10-14 23:57:52 -0400 (Fri, 14 Oct 2005) | 70 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   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
 
-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".
+ 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
 
 ------------------------------------------------------------------------
-r2582 | tla | 2005-04-03 15:35:23 -0400 (Sun, 03 Apr 2005) | 2 lines
+r3954 | trs | 2005-10-12 19:43:40 -0400 (Wed, 12 Oct 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
+   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
 
-Get rid of LocalURIPrefix test.  Would make this DTRT if I knew what TRT was.
+ r6574@wintermute:  tom | 2005-10-12 13:45:46 -0400
+ Fix stacked menu spacing in IE
 
 ------------------------------------------------------------------------
-r2557 | tla | 2005-04-01 23:16:13 -0500 (Fri, 01 Apr 2005) | 2 lines
+r3950 | trs | 2005-10-11 20:38:54 -0400 (Tue, 11 Oct 2005) | 6 lines
 Changed paths:
-   A /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
+   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
 
-A scheme which allows "t:123" URIs, for ticket specification.
+ 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.
 
 ------------------------------------------------------------------------
-r2552 | jesse | 2005-04-01 04:18:10 -0500 (Fri, 01 Apr 2005) | 3 lines
+r3949 | trs | 2005-10-11 20:38:49 -0400 (Tue, 11 Oct 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/Makefile.in
+   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
 
- r10907@hualien:  jesse | 2005-04-01 17:15:55 +0800
- * Added "make depends" as an alias for "make fixdeps" for Autrijus
+ 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.
 
 ------------------------------------------------------------------------
-r2543 | jesse | 2005-03-31 03:50:11 -0500 (Thu, 31 Mar 2005) | 3 lines
+r3943 | ruz | 2005-10-10 13:15:15 -0400 (Mon, 10 Oct 2005) | 16 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+   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
 
- r10781@hualien:  jesse | 2005-03-31 16:49:00 +0800
- * Fixes to seph's rtname regex
+------------------------------------------------------------------------
+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
 ------------------------------------------------------------------------
-r2542 | robert | 2005-03-30 23:03:13 -0500 (Wed, 30 Mar 2005) | 8 lines
+r3936 | ruz | 2005-10-05 21:52:51 -0400 (Wed, 05 Oct 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/config.layout
+   M /rt/branches/3.5-TESTING/lib/t/regression/04send_email.t
 
- r2579@dog:  rspier | 2005-03-30 19:58:06 -0800
- RT-Ticket: 6572
- RT-Status: resolved
- RT-Update: correspond
+* 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
+  
  
- Remove second FHS layout
+
+------------------------------------------------------------------------
+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
  
 
 ------------------------------------------------------------------------
-r2541 | tla | 2005-03-30 19:20:44 -0500 (Wed, 30 Mar 2005) | 3 lines
+r3902 | alexmv | 2005-10-03 14:34:49 -0400 (Mon, 03 Oct 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldText
+   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
 
-Fixes so that custom fields will pay attention to defaults, when the defaults
-are specified.
+ r6570@zoq-fot-pik:  chmrr | 2005-10-03 14:33:25 -0400
+  * Fix version number in PO files
 
 ------------------------------------------------------------------------
-r2537 | jesse | 2005-03-30 09:44:40 -0500 (Wed, 30 Mar 2005) | 9 lines
+r3899 | alexmv | 2005-09-30 16:32:52 -0400 (Fri, 30 Sep 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/19-rtname.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
 
- r10696@hualien:  jesse | 2005-03-30 18:19:21 +0800
- RT-Ticket: 6544
+ r6564@zoq-fot-pik:  chmrr | 2005-09-30 16:32:22 -0400
+ RT-Ticket: 6976
  RT-Status: resolved
  RT-Update: correspond
  
- * More graceful handling for historical $rtname tags
-     -- From seph
+  * 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.
+     
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r2526 | jesse | 2005-03-28 05:25:03 -0500 (Mon, 28 Mar 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectOwner
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/BuildFormatString
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/EditFormat
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/PickBasics
-
- r10271@hualien:  jesse | 2005-03-28 15:49:42 +0800
- * A bunch of minor search query builder cleanup and loc improvements
-
-------------------------------------------------------------------------
-r2523 | jesse | 2005-03-27 12:08:05 -0500 (Sun, 27 Mar 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
-
- r10258@hualien:  jesse | 2005-03-27 12:05:27 -0500
- * Record Message-Id when creating attachment records
-
-------------------------------------------------------------------------
-r2522 | jesse | 2005-03-27 04:14:15 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3826 | jesse | 2005-09-02 13:01:17 -0400 (Fri, 02 Sep 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   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
 
- r10231@hualien:  jesse | 2005-03-27 17:12:44 +0800
- * More fixes for status messages broken in this morning's commit
+ r14191@hualien:  jesse | 2005-09-01 12:35:09 -0400
+  * HTML merge bugs fixed
 
 ------------------------------------------------------------------------
-r2521 | jesse | 2005-03-27 02:40:16 -0500 (Sun, 27 Mar 2005) | 4 lines
+r3825 | jesse | 2005-09-02 13:00:29 -0400 (Fri, 02 Sep 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Header
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/CreateTickets.pm
 
- r10229@hualien:  jesse | 2005-03-27 15:39:30 +0800
- * Added ALT text for BPS corporate logo -- Suggested by Jedi during YAPC.TW 2005
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r2520 | jesse | 2005-03-27 02:01:20 -0500 (Sun, 27 Mar 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Login
-
- 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
-
-------------------------------------------------------------------------
-r2519 | jesse | 2005-03-27 01:43:55 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3824 | jesse | 2005-09-02 12:59:46 -0400 (Fri, 02 Sep 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomField
 
- r10225@hualien:  jesse | 2005-03-27 14:43:25 +0800
- * SiteConfig typofix
-
-------------------------------------------------------------------------
-r2518 | jesse | 2005-03-27 01:33:43 -0500 (Sun, 27 Mar 2005) | 8 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
-
- r10223@hualien:  jesse | 2005-03-27 14:33:12 +0800
- RT-Ticket: 6566
- RT-Status: resolved
- RT-Update: correspond
- * Added a bit of documentation to RT_SiteConfig.pm -- Thanks to David Glasser
+ 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
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r2517 | jesse | 2005-03-27 01:16:07 -0500 (Sun, 27 Mar 2005) | 7 lines
+r3823 | jesse | 2005-09-02 12:59:05 -0400 (Fri, 02 Sep 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/webmux.pl.in
 
- r10221@hualien:  jesse | 2005-03-27 14:15:36 +0800
- RT-Ticket: 6565
- RT-Status: resolved
- RT-Update: correspond
+ 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
+    
+   
+  
  
- * Overhauled README to be more correct, friendly and a bit cleaner
 
 ------------------------------------------------------------------------
-r2516 | jesse | 2005-03-27 00:21:35 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3822 | jesse | 2005-09-02 12:58:21 -0400 (Fri, 02 Sep 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
 
- r10211@hualien:  jesse | 2005-03-27 13:18:07 +0800
- * Updated RT::Transaction to return better Foo changed from "bar" to "baz" messages
+ 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.
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2515 | jesse | 2005-03-27 00:21:16 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3821 | jesse | 2005-09-02 12:57:39 -0400 (Fri, 02 Sep 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
 
- r10210@hualien:  jesse | 2005-03-27 13:17:02 +0800
- * Updated RT::Ticket->_Set to return more appropriate status messages
+ 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)
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2514 | jesse | 2005-03-27 00:20:57 -0500 (Sun, 27 Mar 2005) | 4 lines
+r3820 | jesse | 2005-09-02 12:56:48 -0400 (Fri, 02 Sep 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+   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
 
- 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)
+ 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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2513 | jesse | 2005-03-27 00:20:37 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3819 | jesse | 2005-09-02 12:56:00 -0400 (Fri, 02 Sep 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
+   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
 
- r10208@hualien:  jesse | 2005-03-27 13:14:57 +0800
- * Fixing tests to not depend on a deprecated API
+ 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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2512 | jesse | 2005-03-27 00:20:19 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3818 | jesse | 2005-09-02 12:55:10 -0400 (Fri, 02 Sep 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTime
 
- r10207@hualien:  jesse | 2005-03-27 13:13:26 +0800
- * Bugfixes to CachedGroupMember->SetDisabled unmasked by the RT::Record fixes
+ 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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2511 | jesse | 2005-03-27 00:20:00 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3817 | jesse | 2005-09-02 12:54:26 -0400 (Fri, 02 Sep 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
-   M /rt/branches/3.4-RELEASE/html/Elements/MessageBox
-   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
-   M /rt/branches/3.4-RELEASE/html/User/Prefs.html
+   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
 
- 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.
+ 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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2510 | jesse | 2005-03-27 00:19:40 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3816 | jesse | 2005-09-02 12:53:45 -0400 (Fri, 02 Sep 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/index.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/webmux.pl.in
 
- r10205@hualien:  jesse | 2005-03-27 13:10:21 +0800
- * Slightly better introductory text on user and queue listings
+ 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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2509 | jesse | 2005-03-27 00:19:20 -0500 (Sun, 27 Mar 2005) | 6 lines
+r3815 | jesse | 2005-09-02 12:53:03 -0400 (Fri, 02 Sep 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Tickets_Overlay.pm
 
- 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)
+ 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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2508 | jesse | 2005-03-27 00:19:01 -0500 (Sun, 27 Mar 2005) | 3 lines
+r3814 | jesse | 2005-09-02 12:51:43 -0400 (Fri, 02 Sep 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
 
- r10203@hualien:  jesse | 2005-03-27 13:01:43 +0800
- * Corrected HTTP::Server::Simple dependencies
+ 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
+   
+  
 
 ------------------------------------------------------------------------
-r2501 | jesse | 2005-03-23 21:29:28 -0500 (Wed, 23 Mar 2005) | 8 lines
+r3813 | jesse | 2005-09-02 12:50:35 -0400 (Fri, 02 Sep 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Ticket_Overlay.pm
 
- r9584@hualien:  jesse | 2005-03-24 10:28:28 +0800
- RT-Ticket: 6558
- RT-Status: resolved
- RT-Update: correspond
- * Removed an extra </td> tag. Thanks to Steve Turner
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r2488 | jesse | 2005-03-22 10:16:55 -0500 (Tue, 22 Mar 2005) | 5 lines
+r3812 | jesse | 2005-09-02 12:49:53 -0400 (Fri, 02 Sep 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
+   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
 
- 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.
+ 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.
+   
+  
  
 
 ------------------------------------------------------------------------
-r2487 | jesse | 2005-03-21 12:10:03 -0500 (Mon, 21 Mar 2005) | 5 lines
+r3811 | jesse | 2005-09-02 12:49:07 -0400 (Fri, 02 Sep 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
-   M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
-   M /rt/branches/3.4-RELEASE/html/NoAuth/images/autohandler
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
-   A /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/02basic_web.t
-   D /rt/branches/3.4-RELEASE/lib/t/regression/03basic_web.t
-   A /rt/branches/3.4-RELEASE/lib/t/regression/03web_compiliation_errors.t
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
 
- 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
+ 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
+   
+  
 
 ------------------------------------------------------------------------
-r2477 | jesse | 2005-03-16 03:09:00 -0500 (Wed, 16 Mar 2005) | 7 lines
+r3810 | jesse | 2005-09-02 12:48:26 -0400 (Fri, 02 Sep 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   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
 
- r8808@hualien:  jesse | 2005-03-16 03:07:57 -0500
- RT-Ticket: 6537
- RT-Status: resolved
- Explicit transaction description for changed passwords
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r2476 | jesse | 2005-03-16 03:08:55 -0500 (Wed, 16 Mar 2005) | 1 line
+r3809 | jesse | 2005-09-02 12:47:45 -0400 (Fri, 02 Sep 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
+   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
+  
 
 ------------------------------------------------------------------------
-r2475 | jesse | 2005-03-16 03:08:32 -0500 (Wed, 16 Mar 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/index.html
-
- r8746@hualien:  jesse | 2005-03-15 01:07:30 -0500
- Refactored the top-level admin menu to make it easier to add and remove options
+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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r2474 | alexmv | 2005-03-16 02:53:59 -0500 (Wed, 16 Mar 2005) | 3 lines
+r3807 | jesse | 2005-09-02 12:43:09 -0400 (Fri, 02 Sep 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt.in
 
- * Users and groups can have transactions; ShowTicket isn't needed to
-   see these
+ 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
 
 ------------------------------------------------------------------------
-r2354 | jesse | 2005-03-14 02:22:36 -0500 (Mon, 14 Mar 2005) | 4 lines
+r3806 | jesse | 2005-09-02 12:42:06 -0400 (Fri, 02 Sep 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFields
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Groups.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Users.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/CustomFields.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/CustomFields.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Callback
 
- 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
+ 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
+  
 
 ------------------------------------------------------------------------
-r2353 | jesse | 2005-03-14 01:38:58 -0500 (Mon, 14 Mar 2005) | 3 lines
+r3805 | jesse | 2005-09-02 12:41:09 -0400 (Fri, 02 Sep 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
+   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
 
- r8453@hualien:  jesse | 2005-03-14 01:37:00 -0500
- Hilighted menu options are now the right size
+ 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 
 
 ------------------------------------------------------------------------
-r2350 | jesse | 2005-03-14 01:31:33 -0500 (Mon, 14 Mar 2005) | 3 lines
+r3804 | jesse | 2005-09-02 12:40:29 -0400 (Fri, 02 Sep 2005) | 25 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
+   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
 
- r8450@hualien:  jesse | 2005-03-14 01:30:59 -0500
- Slight style cleanup to page actions. 
+ 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.
+   
+  
 
 ------------------------------------------------------------------------
-r2343 | jesse | 2005-03-11 20:17:02 -0500 (Fri, 11 Mar 2005) | 5 lines
+r3803 | jesse | 2005-09-02 12:39:47 -0400 (Fri, 02 Sep 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/de.po
 
- 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.
+ 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
  
 
 ------------------------------------------------------------------------
-r2332 | jesse | 2005-03-09 17:25:25 -0500 (Wed, 09 Mar 2005) | 8 lines
+r3802 | jesse | 2005-09-02 12:38:43 -0400 (Fri, 02 Sep 2005) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
 
- 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
 
 ------------------------------------------------------------------------
-r2313 | jesse | 2005-03-07 16:03:05 -0500 (Mon, 07 Mar 2005) | 3 lines
+r3801 | jesse | 2005-09-02 12:37:40 -0400 (Fri, 02 Sep 2005) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Objects.html
+   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
 
- r6568@hualien:  jesse | 2005-03-07 16:01:44 -0500
- Adding support for selecting custom fields for RTFM objects
 
 ------------------------------------------------------------------------
-r2306 | jesse | 2005-03-06 17:33:52 -0500 (Sun, 06 Mar 2005) | 3 lines
+r3702 | trs | 2005-08-18 22:39:31 -0400 (Thu, 18 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Queue_Overlay.pm
 
- 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)
+ r6005@wintermute:  tom | 2005-08-18 22:38:38 -0400
+ Fixed typo
 
 ------------------------------------------------------------------------
-r2305 | jesse | 2005-03-06 17:33:46 -0500 (Sun, 06 Mar 2005) | 9 lines
+r3701 | trs | 2005-08-18 22:39:27 -0400 (Thu, 18 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+   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
 
- 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'
+ r6001@wintermute:  tom | 2005-08-18 22:19:32 -0400
+ Fixed merge bugs from r3685
 
 ------------------------------------------------------------------------
-r2304 | jesse | 2005-03-06 17:33:37 -0500 (Sun, 06 Mar 2005) | 7 lines
+r3694 | jesse | 2005-08-18 17:55:41 -0400 (Thu, 18 Aug 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/aclocal.m4
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+   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
 
- 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
+ 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
+   
   
  
 
 ------------------------------------------------------------------------
-r2303 | jesse | 2005-03-06 17:33:17 -0500 (Sun, 06 Mar 2005) | 10 lines
+r3693 | jesse | 2005-08-18 17:55:19 -0400 (Thu, 18 Aug 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
 
- 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
+ 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
   
  
 
 ------------------------------------------------------------------------
-r2302 | jesse | 2005-03-06 17:33:10 -0500 (Sun, 06 Mar 2005) | 7 lines
+r3692 | jesse | 2005-08-18 17:54:57 -0400 (Thu, 18 Aug 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Interface/Web/Standalone.pm
 
- 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
-  
+ 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
   
  
 
 ------------------------------------------------------------------------
-r2301 | jesse | 2005-03-06 17:33:00 -0500 (Sun, 06 Mar 2005) | 13 lines
+r3691 | jesse | 2005-08-18 17:54:33 -0400 (Thu, 18 Aug 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/fr.po
 
- 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)
-  
-  
+ 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
+   
   
  
 
 ------------------------------------------------------------------------
-r2300 | jesse | 2005-03-06 17:32:39 -0500 (Sun, 06 Mar 2005) | 17 lines
+r3690 | jesse | 2005-08-18 17:53:13 -0400 (Thu, 18 Aug 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   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
 
- 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
-  
+ 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.
   
  
 
 ------------------------------------------------------------------------
-r2299 | jesse | 2005-03-06 17:32:31 -0500 (Sun, 06 Mar 2005) | 11 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-
- 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 
-  
+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
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r2298 | jesse | 2005-03-06 17:32:18 -0500 (Sun, 06 Mar 2005) | 19 lines
+r3688 | jesse | 2005-08-18 17:52:10 -0400 (Thu, 18 Aug 2005) | 20 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
-   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+   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
 
- 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
-  
-  
+ 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.
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r2297 | jesse | 2005-03-06 17:32:12 -0500 (Sun, 06 Mar 2005) | 11 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/autohandler
-
- 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)
-  
+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
+   
   
  
 
 ------------------------------------------------------------------------
-r2296 | jesse | 2005-03-06 17:32:05 -0500 (Sun, 06 Mar 2005) | 7 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
-
- 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
-  
+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
+   
   
  
 
 ------------------------------------------------------------------------
-r2286 | jesse | 2005-03-05 20:11:59 -0500 (Sat, 05 Mar 2005) | 1 line
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-
-
-------------------------------------------------------------------------
-r2285 | jesse | 2005-03-05 20:11:52 -0500 (Sat, 05 Mar 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/docs/design_docs/realflow.txt
-   A /rt/branches/3.4-RELEASE/docs/design_docs/rt-mvc
-
- r6290@hualien:  jesse | 2005-03-05 19:06:54 -0500
- random design docs
-
-------------------------------------------------------------------------
-r2281 | jesse | 2005-03-05 17:06:33 -0500 (Sat, 05 Mar 2005) | 8 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/18stale_delegations_cleanup.t
-
- 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)
+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
+  
  
 
 ------------------------------------------------------------------------
-r2280 | jesse | 2005-03-05 16:10:34 -0500 (Sat, 05 Mar 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-
- r6272@hualien:  jesse | 2005-03-05 16:08:36 -0500
- Better support for loading custom fields by name
-
-------------------------------------------------------------------------
-r2275 | mwhitson | 2005-03-03 13:55:06 -0500 (Thu, 03 Mar 2005) | 6 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/17multiple_deleg_revocation.t
-
-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.
-
-------------------------------------------------------------------------
-r2274 | mwhitson | 2005-03-03 12:34:13 -0500 (Thu, 03 Mar 2005) | 5 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
-
-rt-ticket: 6450
-rt-status: resolved
-rt-update: correspond
-Correct inaccurate POD for RT::Group::MembersObj and DeepMembersObj.
-
-------------------------------------------------------------------------
-r2271 | jesse | 2005-03-01 15:24:42 -0500 (Tue, 01 Mar 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-
- r6108@hualien:  jesse | 2005-03-01 15:20:28 -0500
- * 'LimitLinkedFrom' in RT::Tickets didn't work due to a typo. Fixed.
-
-------------------------------------------------------------------------
-r2266 | jesse | 2005-02-27 19:02:44 -0500 (Sun, 27 Feb 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
-
- r6061@hualien:  jesse | 2005-02-27 18:58:48 -0500
- RT::Transaction->Delete implemented. (for RTFM)
-
-------------------------------------------------------------------------
-r2263 | jesse | 2005-02-24 17:52:18 -0500 (Thu, 24 Feb 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-
- 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)
-
-------------------------------------------------------------------------
-r2262 | jesse | 2005-02-24 17:51:53 -0500 (Thu, 24 Feb 2005) | 3 lines
+r3660 | trs | 2005-08-16 10:39:31 -0400 (Tue, 16 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/index.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowMessageStanza
 
- r5947@hualien:  jesse | 2005-02-24 16:46:11 -0500
- Refactoring Custom Field admin UI for extensibility
+ r5899@wintermute:  tom | 2005-08-16 10:37:44 -0400
+ Fixed line breaking regex.  (Alex pointed out it's brokenness a few days ago.)
 
 ------------------------------------------------------------------------
-r2261 | jesse | 2005-02-24 17:51:28 -0500 (Thu, 24 Feb 2005) | 3 lines
+r3647 | trs | 2005-08-11 23:55:21 -0400 (Thu, 11 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ObjectCustomFields
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
 
- r5946@hualien:  jesse | 2005-02-24 16:44:28 -0500
- Refactoring Custom Field admin UI for extensibility
+ r5846@wintermute:  tom | 2005-08-11 23:54:44 -0400
+ Added callbacks before and after form so we can use them
 
 ------------------------------------------------------------------------
-r2260 | jesse | 2005-02-24 17:51:01 -0500 (Thu, 24 Feb 2005) | 3 lines
+r3646 | trs | 2005-08-11 23:12:35 -0400 (Thu, 11 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFields
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
 
- r5945@hualien:  jesse | 2005-02-24 16:43:36 -0500
- Minor stylistic cleanups for web components
+ r5835@wintermute:  tom | 2005-08-11 23:09:53 -0400
+ Cleanup of code to determine form action and actually use $goto
 
 ------------------------------------------------------------------------
-r2259 | jesse | 2005-02-24 17:01:23 -0500 (Thu, 24 Feb 2005) | 3 lines
+r3639 | alexmv | 2005-08-11 13:02:03 -0400 (Thu, 11 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
 
- r5944@hualien:  jesse | 2005-02-24 16:43:05 -0500
- Minor stylistic cleanups for web components
+ r5794@zoq-fot-pik:  chmrr | 2005-08-11 13:02:43 -0400
+  * Now, with more localization!
 
 ------------------------------------------------------------------------
-r2258 | jesse | 2005-02-24 17:00:58 -0500 (Thu, 24 Feb 2005) | 4 lines
+r3638 | alexmv | 2005-08-11 12:47:08 -0400 (Thu, 11 Aug 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/16-transaction_cf_tests.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Transaction_Overlay.pm
 
- 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
+ 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.
 
 ------------------------------------------------------------------------
-r2257 | jesse | 2005-02-24 16:50:52 -0500 (Thu, 24 Feb 2005) | 3 lines
+r3621 | trs | 2005-08-08 16:03:35 -0400 (Mon, 08 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/configure.ac
+   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
 
- 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
+ r5735@wintermute:  tom | 2005-08-08 15:58:35 -0400
+ Obsolete
 
 ------------------------------------------------------------------------
-r2254 | jesse | 2005-02-24 15:13:10 -0500 (Thu, 24 Feb 2005) | 4 lines
+r3620 | trs | 2005-08-08 11:54:11 -0400 (Mon, 08 Aug 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/configure.ac
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
 
- r5932@hualien:  jesse | 2005-02-24 15:09:27 -0500
- Robert added new functionality to support autodetection of RT and Web users in ./configure
+ 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.
 
 ------------------------------------------------------------------------
-r2249 | jesse | 2005-02-22 16:39:49 -0500 (Tue, 22 Feb 2005) | 4 lines
+r3619 | trs | 2005-08-07 11:49:20 -0400 (Sun, 07 Aug 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/16-transaction_cf_tests.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowMessageHeaders
 
- r5747@hualien:  jesse | 2005-02-22T21:33:09.438624Z
- Better transaction UpdateCustomFields API
+ 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
 
 ------------------------------------------------------------------------
-r2238 | jesse | 2005-02-15 12:36:54 -0500 (Tue, 15 Feb 2005) | 8 lines
+r3618 | trs | 2005-08-06 19:55:38 -0400 (Sat, 06 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
 
- r4714@hualien:  jesse | 2005-02-15T17:34:26.880496Z
- RT-Ticket: 6443
- RT-Status: resolved
- RT-Update: correspond
- Ticket Searches on AdminCc would fail on non-mysql databases due to a case error
+ r5712@wintermute:  tom | 2005-08-06 19:55:22 -0400
+ Fixed empty menu bug
 
 ------------------------------------------------------------------------
-r2235 | jesse | 2005-02-15 11:57:54 -0500 (Tue, 15 Feb 2005) | 4 lines
+r3617 | trs | 2005-08-06 19:48:42 -0400 (Sat, 06 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/misc.css
 
- r4711@hualien:  jesse | 2005-02-15T16:19:52.970993Z
- Bumping to 3.4.1
+ r5710@wintermute:  tom | 2005-08-06 19:48:25 -0400
+ Eliminate extra margin whitespace around action results list
 
 ------------------------------------------------------------------------
-r2234 | jesse | 2005-02-15 11:57:44 -0500 (Tue, 15 Feb 2005) | 3 lines
+r3616 | trs | 2005-08-06 19:40:33 -0400 (Sat, 06 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   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
 
- r4710@hualien:  jesse | 2005-02-15T16:18:22.880530Z
- Updated 2.0 upgrade instructions
+ r5708@wintermute:  tom | 2005-08-06 19:39:04 -0400
+ Styles for the CF values for a ticket
 
 ------------------------------------------------------------------------
-r2233 | jesse | 2005-02-14 11:17:52 -0500 (Mon, 14 Feb 2005) | 4 lines
+r3615 | trs | 2005-08-06 19:25:59 -0400 (Sat, 06 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   D /rt/branches/3.4-RELEASE/lib/RT/I18N/en_malkovich.po
+   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
 
- r4703@hualien:  jesse | 2005-02-14T15:56:23.506986Z
- Removed broken Malkovich translation
+ r5706@wintermute:  tom | 2005-08-06 19:25:38 -0400
+ Fixed the problem with newlines not being output as <br /> and added some padding
 
 ------------------------------------------------------------------------
-r2232 | jesse | 2005-02-14 11:17:43 -0500 (Mon, 14 Feb 2005) | 5 lines
+r3614 | trs | 2005-08-06 18:53:00 -0400 (Sat, 06 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/titlebox-state.js
 
- r4702@hualien:  jesse | 2005-02-14T15:56:02.798500Z
- Updated German translation from Torsten Brumm
+ 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.
 
 ------------------------------------------------------------------------
-r2231 | jesse | 2005-02-13 23:43:57 -0500 (Sun, 13 Feb 2005) | 5 lines
+r3613 | trs | 2005-08-05 21:28:18 -0400 (Fri, 05 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
 
- r4697@hualien:  jesse | 2005-02-14T04:42:05.489259Z
- * Standalone HTTP Daemon now deals properly with unicode input/output
+ r5683@wintermute:  tom | 2005-08-05 21:25:46 -0400
+ Slight CSS fix
 
 ------------------------------------------------------------------------
-r2230 | jesse | 2005-02-13 23:43:44 -0500 (Sun, 13 Feb 2005) | 9 lines
+r3609 | trs | 2005-08-05 18:00:23 -0400 (Fri, 05 Aug 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
+   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
 
- r4696@hualien:  jesse | 2005-02-14T04:06:07.158818Z
- RT-Ticket: 6429
- RT-Update: correspond
- RT-Status: resolved
- Updated Italian translation from Angelo Turetta. Thanks!
+ 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
 
 ------------------------------------------------------------------------
-r2229 | jesse | 2005-02-13 23:43:33 -0500 (Sun, 13 Feb 2005) | 5 lines
+r3600 | trs | 2005-08-03 23:48:43 -0400 (Wed, 03 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
 
- r4695@hualien:  jesse | 2005-02-14T04:04:07.657861Z
- Fix for issues with words with Umlauts in search result listings
+ r5614@wintermute:  tom | 2005-08-03 23:45:06 -0400
+ Include two more IDs and use better formatting
 
 ------------------------------------------------------------------------
-r2228 | jesse | 2005-02-13 22:39:44 -0500 (Sun, 13 Feb 2005) | 5 lines
+r3599 | trs | 2005-08-03 23:48:39 -0400 (Wed, 03 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/autohandler
 
- r4692@hualien:  jesse | 2005-02-14T03:38:09.047131Z
- Disabled automatic clearing of mason component cache on start with FastCGI. It doesn't work properly in the multiprocess
- environment.
+ r5613@wintermute:  tom | 2005-08-03 23:44:18 -0400
+ Nicer indenting
 
 ------------------------------------------------------------------------
-r2227 | jesse | 2005-02-13 22:39:37 -0500 (Sun, 13 Feb 2005) | 4 lines
+r3593 | trs | 2005-08-03 13:47:45 -0400 (Wed, 03 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/rt-crontool.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/Logout.html
 
- r4691@hualien:  jesse | 2005-02-14T03:37:15.362723Z
- The crontool was using local and system libs in the wrong order
+ r5597@wintermute:  tom | 2005-08-03 13:42:57 -0400
+ Added callback hooks
 
 ------------------------------------------------------------------------
-r2226 | jesse | 2005-02-13 22:32:27 -0500 (Sun, 13 Feb 2005) | 4 lines
+r3575 | robert | 2005-08-01 23:50:51 -0400 (Mon, 01 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/UserRights.html
-
- r4689@hualien:  jesse | 2005-02-14T03:30:20.309679Z
- A typo prevented users from being able to revoke other users'  rights on custom fields
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/configure.ac
 
-------------------------------------------------------------------------
-r2224 | jesse | 2005-02-11 16:52:07 -0500 (Fri, 11 Feb 2005) | 1 line
-Changed paths:
-   M /rt/branches/3.4-RELEASE/README
+ r3580@woof:  rspier | 2005-08-01 20:47:59 -0700
+ SVK version of 3.5 should say 3.5.HEAD (as it does now)
 
-README typo fix
 ------------------------------------------------------------------------
-r2223 | jesse | 2005-02-10 22:04:55 -0500 (Thu, 10 Feb 2005) | 5 lines
+r3572 | trs | 2005-08-01 12:31:46 -0400 (Mon, 01 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Create.html
 
- r4683@hualien:  jesse | 2005-02-11T03:00:33.383809Z
- Use the "OriginalContent" rather than our encoded one. this might make cli attachment downloads work better
+ 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.
 
 ------------------------------------------------------------------------
-r2221 | jesse | 2005-02-10 17:11:33 -0500 (Thu, 10 Feb 2005) | 10 lines
+r3571 | trs | 2005-08-01 12:31:41 -0400 (Mon, 01 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/index.html
 
- r4678@hualien:  jesse | 2005-02-10T22:10:29.492739Z
- RT-Ticket: 6406
- RT-Status: resolved
- RT-Update: correspond
- Query builder fixes for sites with multiple identically named custom fields
+ r5515@wintermute:  tom | 2005-08-01 12:24:42 -0400
+ Only show the Edit action if user can ModifySelf
 
 ------------------------------------------------------------------------
-r2220 | jesse | 2005-02-10 16:34:23 -0500 (Thu, 10 Feb 2005) | 9 lines
+r3570 | trs | 2005-08-01 12:31:35 -0400 (Mon, 01 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
 
- r4676@hualien:  jesse | 2005-02-10T21:33:19.355354Z
- RT-Ticket: 6364
- RT-Status: resolved
- RT-Update: corerspond
- Updated Czech translation
-
-------------------------------------------------------------------------
-r2219 | jesse | 2005-02-10 16:25:22 -0500 (Thu, 10 Feb 2005) | 11 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/Makefile.in
-   M /rt/branches/3.4-RELEASE/docs/design_docs/cvs_integration
-   M /rt/branches/3.4-RELEASE/docs/design_docs/link-definitions.txt
-   M /rt/branches/3.4-RELEASE/html/Search/Bulk.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/en_malkovich.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT.pm.in
-
- r4673@hualien:  jesse | 2005-02-10T21:24:02.076922Z
- 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 .)
+ r5512@wintermute:  tom | 2005-08-01 00:30:02 -0400
+ Fixed copy-and-pasted doc
 
 ------------------------------------------------------------------------
-r2218 | jesse | 2005-02-10 16:25:10 -0500 (Thu, 10 Feb 2005) | 5 lines
+r3569 | trs | 2005-08-01 12:31:29 -0400 (Mon, 01 Aug 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/forms.css
 
- r4672@hualien:  jesse | 2005-02-10T21:19:40.639192Z
- Fixes to handle large text custom fields gracefully
+ r5502@wintermute:  tom | 2005-07-31 15:11:44 -0400
+ Small visual fix
 
 ------------------------------------------------------------------------
-r2217 | jesse | 2005-02-10 16:15:16 -0500 (Thu, 10 Feb 2005) | 9 lines
+r3568 | trs | 2005-07-31 15:05:29 -0400 (Sun, 31 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
 
- r4669@hualien:  jesse | 2005-02-10T21:11:24.084088Z
- RT-Ticket: 6418
- RT-Status: resolved
- RT-Update: correspond
- Applied new hungarian translation
+ r5500@wintermute:  tom | 2005-07-31 14:31:58 -0400
+ Fixed message stanza coloring off-by-one numbering
 
 ------------------------------------------------------------------------
-r2216 | jesse | 2005-02-10 16:15:06 -0500 (Thu, 10 Feb 2005) | 3 lines
+r3567 | trs | 2005-07-31 12:27:38 -0400 (Sun, 31 Jul 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/SelectNewTicketQueue
+   M /rt/branches/3.5-TESTING/html/Elements/SelectQueue
 
- r4668@hualien:  jesse | 2005-02-10T20:54:30.684091Z
- removed effective ticket from history listing
+ 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
 
 ------------------------------------------------------------------------
-r2198 | jesse | 2005-02-08 12:27:46 -0500 (Tue, 08 Feb 2005) | 4 lines
+r3566 | trs | 2005-07-31 12:27:33 -0400 (Sun, 31 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Simple.html
 
- r4644@hualien:  jesse | 2005-02-08T17:26:39.133201Z
- "Status" in ticket listings is now localized
+ r5484@wintermute:  tom | 2005-07-29 22:50:18 -0400
+ Fixed annoying lack of a space
 
 ------------------------------------------------------------------------
-r2196 | jesse | 2005-02-07 12:22:50 -0500 (Mon, 07 Feb 2005) | 9 lines
+r3560 | trs | 2005-07-29 17:38:57 -0400 (Fri, 29 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectStage
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Simple.html
 
- r4103@hualien:  jesse | 2005-02-07T17:21:04.911429Z
- RT-Ticket: 6417
- RT-Status: resolved
- RT-Update: correspond
- Only show the TransactionBatch scrip stage if TransactionBatch
- scrips are enabled.  --Dave Rolsky
+ 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.
 
 ------------------------------------------------------------------------
-r2195 | jesse | 2005-02-07 12:22:15 -0500 (Mon, 07 Feb 2005) | 10 lines
+r3543 | trs | 2005-07-27 22:10:16 -0400 (Wed, 27 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScripAction
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScripCondition
-   M /rt/branches/3.4-RELEASE/html/Elements/Submit
-   M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMessageStanza
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransaction
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/CreateTickets.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
 
- r4102@hualien:  jesse | 2005-02-07T17:20:01.069833Z
- RT-Ticket: 6415
- RT-Status: resolved
- RT-Update: correspond
- A bunch of small fixes to avoid minor warnings in the RT code. --Dave Rolsky
+ r5432@wintermute:  tom | 2005-07-27 22:07:34 -0400
+ Applied patch by Ruslan Zakirov to fix attachments ordering.
 
 ------------------------------------------------------------------------
-r2194 | jesse | 2005-02-04 11:03:39 -0500 (Fri, 04 Feb 2005) | 3 lines
+r3530 | trs | 2005-07-25 06:26:34 -0400 (Mon, 25 Jul 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/index.html
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowMemberships
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMemberOf
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowReferences
+   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
 
- r4082@hualien:  jesse | 2005-02-04T16:03:07.513522Z
- Fixing some links that broke when RT was not installed at the server root
+ 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)
 
-------------------------------------------------------------------------
-r2193 | jesse | 2005-02-03 12:27:23 -0500 (Thu, 03 Feb 2005) | 4 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectOwner
-
- r4075@hualien:  jesse | 2005-02-03T17:27:08.548583Z
- SelectOwner was displaying "Nobody" twice due to smarter backend code that broke the not-so-smart frontend. Fixed the frontend.
-
-------------------------------------------------------------------------
-r2150 | jesse | 2005-02-01 09:42:31 -0500 (Tue, 01 Feb 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
-
- r3972@hualien:  jesse | 2005-02-01T14:36:00.190124Z
- 3.4.0
-
-------------------------------------------------------------------------
-r2149 | jesse | 2005-02-01 09:42:14 -0500 (Tue, 01 Feb 2005) | 4 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
-
- r3971@hualien:  jesse | 2005-02-01T14:35:45.436824Z
- Bumping SearchBuilder dependency to 1.21
-
-------------------------------------------------------------------------
-r2148 | jesse | 2005-02-01 09:41:54 -0500 (Tue, 01 Feb 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
-
- r3970@hualien:  jesse | 2005-02-01T14:21:00.328018Z
- Merge reverted a date in the README
-
-------------------------------------------------------------------------
-r2147 | jesse | 2005-02-01 09:20:40 -0500 (Tue, 01 Feb 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/Makefile.in
-   M /rt/branches/3.4-RELEASE/README
-   M /rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in
-   M /rt/branches/3.4-RELEASE/bin/mason_handler.scgi.in
-   M /rt/branches/3.4-RELEASE/bin/mason_handler.svc.in
-   M /rt/branches/3.4-RELEASE/bin/rt-crontool.in
-   M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
-   M /rt/branches/3.4-RELEASE/bin/rt.in
-   M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
-   M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/GroupRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Modify.html
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Objects.html
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/UserRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/AddCustomFieldValue
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/CreateUserCalled
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/CustomFieldTabs
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomField
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFieldValues
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFields
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditQueueWatchers
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditScrip
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditScrips
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditTemplates
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditUserComments
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/GlobalCustomFieldTabs
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/GroupTabs
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/Header
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalCustomFields
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ModifyTemplate
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ObjectCustomFields
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickObjects
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/QueueRightsForUser
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/QueueTabs
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectCustomFieldLookupType
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectCustomFieldType
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectGroups
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectModifyGroup
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectModifyQueue
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectModifyUser
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectNewGroupMembers
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectRights
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScrip
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScripAction
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScripCondition
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectSingleOrMultiple
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectStage
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectTemplate
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectUsers
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SystemTabs
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ToolTabs
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/UserTabs
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Groups.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Users.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/GroupRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/Scrip.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/Scrips.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/Template.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/Templates.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/UserRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Global/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/CustomFields.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/GroupRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/History.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/Members.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/Modify.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/UserRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/CustomField.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/CustomFields.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/GroupRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/Modify.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/People.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/Scrip.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/Scrips.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/Template.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/Templates.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/UserRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Queues/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Tools/Configuration.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Tools/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/CustomFields.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/History.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/Memberships.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Users/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/autohandler
-   M /rt/branches/3.4-RELEASE/html/Admin/index.html
-   M /rt/branches/3.4-RELEASE/html/Approvals/Display.html
-   M /rt/branches/3.4-RELEASE/html/Approvals/Elements/Approve
-   M /rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval
-   M /rt/branches/3.4-RELEASE/html/Approvals/Elements/ShowDependency
-   M /rt/branches/3.4-RELEASE/html/Approvals/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/html/Approvals/index.html
-   M /rt/branches/3.4-RELEASE/html/Download/CustomFieldValue/dhandler
-   M /rt/branches/3.4-RELEASE/html/Download/Tabular/dhandler
-   M /rt/branches/3.4-RELEASE/html/Elements/BevelBoxRaisedEnd
-   M /rt/branches/3.4-RELEASE/html/Elements/BevelBoxRaisedStart
-   M /rt/branches/3.4-RELEASE/html/Elements/Callback
-   M /rt/branches/3.4-RELEASE/html/Elements/Checkbox
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Header
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
-   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
-   M /rt/branches/3.4-RELEASE/html/Elements/CreateTicket
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldBinary
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldFreeform
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldImage
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldSelect
-   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldText
-   M /rt/branches/3.4-RELEASE/html/Elements/EditLinks
-   M /rt/branches/3.4-RELEASE/html/Elements/Error
-   M /rt/branches/3.4-RELEASE/html/Elements/Footer
-   M /rt/branches/3.4-RELEASE/html/Elements/GotoTicket
-   M /rt/branches/3.4-RELEASE/html/Elements/Header
-   M /rt/branches/3.4-RELEASE/html/Elements/ListActions
-   M /rt/branches/3.4-RELEASE/html/Elements/Login
-   M /rt/branches/3.4-RELEASE/html/Elements/Menu
-   M /rt/branches/3.4-RELEASE/html/Elements/MessageBox
-   M /rt/branches/3.4-RELEASE/html/Elements/MyRequests
-   M /rt/branches/3.4-RELEASE/html/Elements/MyTickets
-   M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
-   M /rt/branches/3.4-RELEASE/html/Elements/QueryString
-   M /rt/branches/3.4-RELEASE/html/Elements/QuickCreate
-   M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
-   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
-   M /rt/branches/3.4-RELEASE/html/Elements/Refresh
-   M /rt/branches/3.4-RELEASE/html/Elements/ScrubHTML
-   M /rt/branches/3.4-RELEASE/html/Elements/Section
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectAttachmentField
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectBoolean
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectCustomFieldOperator
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectCustomFieldValue
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectDate
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectDateRelation
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectDateType
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectEqualityOperator
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectGroups
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectLang
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectLinkType
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectMatch
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectNewTicketQueue
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectOwner
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectQueue
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectResultsPerPage
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectSortOrder
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectStatus
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectTicketSortBy
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectTicketTypes
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectUsers
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectWatcherType
-   M /rt/branches/3.4-RELEASE/html/Elements/SetupSessionCookie
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldImage
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowLink
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowLinks
-   M /rt/branches/3.4-RELEASE/html/Elements/ShowMemberships
-   M /rt/branches/3.4-RELEASE/html/Elements/SimpleSearch
-   M /rt/branches/3.4-RELEASE/html/Elements/Submit
-   M /rt/branches/3.4-RELEASE/html/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/html/Elements/TicketList
-   M /rt/branches/3.4-RELEASE/html/Elements/TitleBox
-   M /rt/branches/3.4-RELEASE/html/Elements/TitleBoxEnd
-   M /rt/branches/3.4-RELEASE/html/Elements/TitleBoxStart
-   M /rt/branches/3.4-RELEASE/html/NoAuth/Logout.html
-   M /rt/branches/3.4-RELEASE/html/NoAuth/Reminder.html
-   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/queue/default
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/queue/ns
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/history
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/links
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/user/default
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/user/ns
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/autohandler
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/dhandler
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/logout
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/search/dhandler
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/search/ticket
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/ticket/comment
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/ticket/link
-   M /rt/branches/3.4-RELEASE/html/REST/1.0/ticket/merge
-   M /rt/branches/3.4-RELEASE/html/Search/Build.html
-   M /rt/branches/3.4-RELEASE/html/Search/Bulk.html
-   M /rt/branches/3.4-RELEASE/html/Search/Edit.html
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/BuildFormatString
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/EditFormat
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/EditQuery
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/EditSearches
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/NewListActions
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/PickBasics
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/PickCFs
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/PickCriteria
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/SearchPrivacy
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectAndOr
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectGroup
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectLinks
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectPersonType
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectSearchObject
-   M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectSearchesForObjects
-   M /rt/branches/3.4-RELEASE/html/Search/Results.html
-   M /rt/branches/3.4-RELEASE/html/Search/Results.rdf
-   M /rt/branches/3.4-RELEASE/html/Search/Results.tsv
-   M /rt/branches/3.4-RELEASE/html/SelfService/Attachment/dhandler
-   M /rt/branches/3.4-RELEASE/html/SelfService/Closed.html
-   M /rt/branches/3.4-RELEASE/html/SelfService/Create.html
-   M /rt/branches/3.4-RELEASE/html/SelfService/CreateTicketInQueue.html
-   M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
-   M /rt/branches/3.4-RELEASE/html/SelfService/Elements/GotoTicket
-   M /rt/branches/3.4-RELEASE/html/SelfService/Elements/Header
-   M /rt/branches/3.4-RELEASE/html/SelfService/Elements/MyRequests
-   M /rt/branches/3.4-RELEASE/html/SelfService/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/html/SelfService/Error.html
-   M /rt/branches/3.4-RELEASE/html/SelfService/Prefs.html
-   M /rt/branches/3.4-RELEASE/html/SelfService/Update.html
-   M /rt/branches/3.4-RELEASE/html/SelfService/index.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Attachment/dhandler
-   M /rt/branches/3.4-RELEASE/html/Ticket/Create.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/AddWatchers
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/BulkLinks
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditBasics
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomField
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditDates
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditPeople
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditWatchers
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/FindAttachments
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/LoadTextAttachments
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/PreviewScrips
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowAttachments
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowBasics
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowCustomFields
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowDates
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowDependencies
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowGroupMembers
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMemberOf
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMembers
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMessageHeaders
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMessageStanza
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowPeople
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowReferences
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowRequestor
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowSummary
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransaction
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowUserEntry
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/html/Ticket/History.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Modify.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/ModifyAll.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/ModifyDates.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/ModifyLinks.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/ModifyPeople.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/ShowEmailRecord.html
-   M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
-   M /rt/branches/3.4-RELEASE/html/Tools/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/html/Tools/MyDay.html
-   M /rt/branches/3.4-RELEASE/html/Tools/Offline.html
-   M /rt/branches/3.4-RELEASE/html/User/Delegation.html
-   M /rt/branches/3.4-RELEASE/html/User/Elements/DelegateRights
-   M /rt/branches/3.4-RELEASE/html/User/Elements/GroupTabs
-   M /rt/branches/3.4-RELEASE/html/User/Elements/Tabs
-   M /rt/branches/3.4-RELEASE/html/User/Groups/Members.html
-   M /rt/branches/3.4-RELEASE/html/User/Groups/Modify.html
-   M /rt/branches/3.4-RELEASE/html/User/Groups/index.html
-   M /rt/branches/3.4-RELEASE/html/User/Prefs.html
-   M /rt/branches/3.4-RELEASE/html/autohandler
-   M /rt/branches/3.4-RELEASE/html/index.html
-   M /rt/branches/3.4-RELEASE/html/l
-   M /rt/branches/3.4-RELEASE/lib/RT/ACE.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ACL.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/AutoOpen.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/Autoreply.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/CreateTickets.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/EscalatePriority.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/Notify.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/NotifyAsComment.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/RecordComment.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/RecordCorrespondence.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/ResolveMembers.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/SetPriority.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Action/UserDefined.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachment.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachments.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attribute.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attribute_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attributes.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Base.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/AnyTransaction.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/BeforeDue.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/Overdue.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/OwnerChange.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/PriorityChange.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/PriorityExceeds.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/QueueChange.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/StatusChange.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Condition/UserDefined.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValues.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValues_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFields.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Date.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Group.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/GroupMember.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/GroupMembers.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/GroupMembers_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Groups.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/i_default.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/CLI.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/GnuPG.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/REST.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Link.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Links.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomField.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFields.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFields_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Principal.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Principals.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Principals_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queues.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Queues_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrip.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripActions.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripActions_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripCondition.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripCondition_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripConditions.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/ScripConditions_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrips.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Search/FromSQL.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Search/Generic.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/System.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Template.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Templates.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Templates_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transactions.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/base.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/URI/fsck_com_rt.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/URI.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/User.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Users.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT.pm.in
-   M /rt/branches/3.4-RELEASE/sbin/extract-message-catalog
-   M /rt/branches/3.4-RELEASE/sbin/extract_pod_tests
-   M /rt/branches/3.4-RELEASE/sbin/factory
-   M /rt/branches/3.4-RELEASE/sbin/regression_harness
-   M /rt/branches/3.4-RELEASE/sbin/rt-dump-database.in
-   M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
-
- r3962@hualien:  jesse | 2005-02-01T14:05:26.980011Z
- reran license tagger
-
-------------------------------------------------------------------------
-r2146 | jesse | 2005-02-01 09:13:05 -0500 (Tue, 01 Feb 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/en_malkovich.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
-   M /rt/branches/3.4-RELEASE/sbin/license_tag
-
- r3961@hualien:  jesse | 2005-02-01T14:03:42.493372Z
- Message catalogs updated
-
-------------------------------------------------------------------------
-r2145 | jesse | 2005-02-01 09:12:39 -0500 (Tue, 01 Feb 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
-
- r3960@hualien:  jesse | 2005-02-01T13:59:42.556416Z
- Tiny readme style fixes
-
-------------------------------------------------------------------------
-r2144 | jesse | 2005-02-01 09:11:23 -0500 (Tue, 01 Feb 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.Oracle
-   M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.Pg
-
- r3959@hualien:  jesse | 2005-02-01T13:55:00.555573Z
- Removing index changes from upgrade process that could break upgrades for some users
-
-------------------------------------------------------------------------
-r2131 | jesse | 2005-01-22 14:43:46 -0500 (Sat, 22 Jan 2005) | 3 lines
-Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+------------------------------------------------------------------------
+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
 
- r3924@hualien:  jesse | 2005-01-22T19:34:52.453359Z
- Bumped to 3.4.0rc6
+ r5388@wintermute:  tom | 2005-07-24 23:42:04 -0400
+ Fix misplaced titlebox end
 
 ------------------------------------------------------------------------
-r2123 | jesse | 2005-01-22 11:57:23 -0500 (Sat, 22 Jan 2005) | 4 lines
+r3528 | trs | 2005-07-25 06:26:12 -0400 (Mon, 25 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Tools/Reports/index.html
 
- r3910@hualien:  jesse | 2005-01-22T16:06:58.731752Z
- Custom field searches should only search on values that haven't been deleted
+ r5387@wintermute:  tom | 2005-07-24 23:17:54 -0400
+ Fixed to show title
 
 ------------------------------------------------------------------------
-r2122 | jesse | 2005-01-22 11:57:11 -0500 (Sat, 22 Jan 2005) | 3 lines
+r3527 | trs | 2005-07-25 06:26:07 -0400 (Mon, 25 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/15cf_single_values_are_single.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
 
- r3909@hualien:  jesse | 2005-01-22T15:42:46.936767Z
- Bullet-proofing for custom fields with a set but limited number of values
+ 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
 
 ------------------------------------------------------------------------
-r2121 | jesse | 2005-01-22 11:57:01 -0500 (Sat, 22 Jan 2005) | 4 lines
+r3526 | trs | 2005-07-25 06:26:02 -0400 (Mon, 25 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
 
- r3907@hualien:  jesse | 2005-01-22T14:48:14.100308Z
- TicketSQL search fixes, especially to Custom field operations
+ r5385@wintermute:  tom | 2005-07-24 22:46:48 -0400
+ Per component CSS IDs for very specific styling
 
 ------------------------------------------------------------------------
-r2120 | jesse | 2005-01-22 11:53:50 -0500 (Sat, 22 Jan 2005) | 4 lines
+r3525 | trs | 2005-07-25 06:25:56 -0400 (Mon, 25 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Simple.html
 
- r3904@hualien:  jesse | 2005-01-22T13:00:19.775653Z
- The column map callback was broken by performance work
+ r5384@wintermute:  tom | 2005-07-24 22:42:13 -0400
+ Fixed menu bug
 
 ------------------------------------------------------------------------
-r2119 | jesse | 2005-01-22 06:26:14 -0500 (Sat, 22 Jan 2005) | 9 lines
+r3524 | trs | 2005-07-25 06:25:52 -0400 (Mon, 25 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/content
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/acl.Oracle
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/acl.Pg
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/acl.SQLite
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/acl.mysql
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/content
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/schema.Oracle
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/schema.SQLite
-   M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/User/Prefs.html
 
- 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.
+ r5351@wintermute:  tom | 2005-07-22 21:50:30 -0400
+ Fixed HTML typos
 
 ------------------------------------------------------------------------
-r2116 | jesse | 2005-01-19 17:20:57 -0500 (Wed, 19 Jan 2005) | 4 lines
+r3512 | trs | 2005-07-20 18:25:39 -0400 (Wed, 20 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/configure.ac
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/User_Overlay.pm
 
- 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
+ r5318@wintermute:  tom | 2005-07-20 18:23:57 -0400
+ Two methods were duplicated.  Discovery and patch by Joby Walker.
 
 ------------------------------------------------------------------------
-r2115 | jesse | 2005-01-19 17:20:48 -0500 (Wed, 19 Jan 2005) | 4 lines
+r3510 | trs | 2005-07-20 15:27:14 -0400 (Wed, 20 Jul 2005) | 1 line
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.5-TESTING
 
- r3892@hualien:  jesse | 2005-01-19T18:38:38.233900Z
- Added better error checking for attachment insertion failure. (This unmasked more instances of oracle brokenness)
 
 ------------------------------------------------------------------------
-r2114 | jesse | 2005-01-19 17:20:39 -0500 (Wed, 19 Jan 2005) | 4 lines
+r3509 | trs | 2005-07-20 15:27:10 -0400 (Wed, 20 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/03basic_web.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
+   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
 
- r3891@hualien:  jesse | 2005-01-19T18:31:15.604733Z
- Minor formatting cleanups to tests
+ r5299@wintermute:  tom | 2005-07-20 10:49:49 -0400
+ Slight spacing bug (make it less prone to wrapping)
 
 ------------------------------------------------------------------------
-r2113 | jesse | 2005-01-18 10:46:48 -0500 (Tue, 18 Jan 2005) | 6 lines
+r3508 | trs | 2005-07-20 15:26:46 -0400 (Wed, 20 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/SelectOwner
-   M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.5-TESTING
 
- 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
+ r5180@wintermute:  tom | 2005-07-18 14:11:35 -0400
+ Fix button text size
 
 ------------------------------------------------------------------------
-r2112 | jesse | 2005-01-18 10:46:21 -0500 (Tue, 18 Jan 2005) | 8 lines
+r3504 | jesse | 2005-07-18 18:42:24 -0400 (Mon, 18 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/releng.cnf
 
- 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
+ r4913@hualien:  jesse | 2005-07-18 18:41:04 -0400
+ * This is 3.5.2
 
 ------------------------------------------------------------------------
-r2109 | tla | 2005-01-17 20:53:10 -0500 (Mon, 17 Jan 2005) | 4 lines
+r3502 | kevinr | 2005-07-18 15:56:33 -0400 (Mon, 18 Jul 2005) | 5 lines
 Changed paths:
-   A /rt/branches/3.4-RELEASE/lib/t/create_data.pl
-
-A script to automate testing data creation.  Requires a new CPAN module,
-Text::Lorem.  Work in progress.
+   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.
 
 ------------------------------------------------------------------------
-r2072 | jesse | 2005-01-13 02:02:25 -0500 (Thu, 13 Jan 2005) | 3 lines
+r3500 | trs | 2005-07-18 14:14:34 -0400 (Mon, 18 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/README
-
-Removed a reference to NIS
+   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
 
 ------------------------------------------------------------------------
-r2071 | jesse | 2005-01-12 18:39:03 -0500 (Wed, 12 Jan 2005) | 3 lines
+r3496 | trs | 2005-07-17 19:23:18 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/docs/rt3-schema-relationships.dot
-
-RT3.4 schema diagram corrected and updated.
+   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
 
 ------------------------------------------------------------------------
-r2070 | jesse | 2005-01-11 18:58:03 -0500 (Tue, 11 Jan 2005) | 3 lines
+r3495 | trs | 2005-07-17 19:23:12 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/README
+   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
 
-Readme update to note that manual installation of Apache::DBI may be required.
+ 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
 
 ------------------------------------------------------------------------
-r2069 | zev | 2005-01-11 18:49:19 -0500 (Tue, 11 Jan 2005) | 3 lines
+r3493 | trs | 2005-07-17 19:22:53 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE/Makefile.in
-   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/PickBasics
 
-Fixed spelling and grammar mistakes in etc/RT_Config.pm.in
-Added some documentation and fixed whitespace in Makefile.in
+ r5166@wintermute:  tom | 2005-07-17 16:35:15 -0400
+ Alignment consistancy bug
 
 ------------------------------------------------------------------------
-r2065 | jesse | 2005-01-11 00:02:58 -0500 (Tue, 11 Jan 2005) | 5 lines
+r3492 | trs | 2005-07-17 19:22:47 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
 
- r2678@hualien:  jesse | 2005-01-11T06:37:57.777661Z
- Bumped to rc5
+ r5165@wintermute:  tom | 2005-07-17 14:53:39 -0400
+ Changes that should have been included with the addition of $WebDefaultStylesheet
 
 ------------------------------------------------------------------------
-r2064 | jesse | 2005-01-10 23:54:09 -0500 (Mon, 10 Jan 2005) | 6 lines
+r3491 | trs | 2005-07-17 19:22:41 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/14merge.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/js/util.js
 
- r2669@hualien:  jesse | 2005-01-11T06:23:33.161490Z
- Merging tickets with the same link could cause postgres to complain. Fixed. merged.
+ r5164@wintermute:  tom | 2005-07-17 14:35:04 -0400
+ Make the state of rollup links more accessible to users without CSS
 
 ------------------------------------------------------------------------
-r2060 | jesse | 2005-01-08 18:46:21 -0500 (Sat, 08 Jan 2005) | 3 lines
+r3490 | trs | 2005-07-17 19:22:37 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
 
- r2642@hualien:  jesse | 2005-01-08T23:42:31.639282Z
- 3.4.0rc4
+ r5163@wintermute:  tom | 2005-07-17 14:34:21 -0400
+ New config option for the default stylesheet to use
 
 ------------------------------------------------------------------------
-r2059 | jesse | 2005-01-08 18:44:03 -0500 (Sat, 08 Jan 2005) | 9 lines
+r3489 | trs | 2005-07-17 19:22:31 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
-   M /rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/13-attribute-tests.t
-   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+   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
 
- r2640@hualien:  jesse | 2005-01-08T23:32:05.453370Z
- Kevin Chen reported issues with Attributes not being properly deleted from the 
- ticket update screen. Alex Vandiver wrote new tests to illustrate the behaviour.
- This unearthed bugs in RT's attribute handling as well as DBIx::SearchBuilder.
+ r5162@wintermute:  tom | 2005-07-17 14:31:19 -0400
+ Lots of moving CSS around
 
 ------------------------------------------------------------------------
-r2055 | jesse | 2005-01-07 22:40:01 -0500 (Fri, 07 Jan 2005) | 4 lines
+r3488 | trs | 2005-07-17 19:22:27 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   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
 
- r2633@hualien:  jesse | 2005-01-08T03:37:18.260832Z
- Bumping to 3.4.0rc3
+ r5161@wintermute:  tom | 2005-07-17 14:28:21 -0400
+ Moved CSS around into different files
 
 ------------------------------------------------------------------------
-r2054 | jesse | 2005-01-07 22:39:55 -0500 (Fri, 07 Jan 2005) | 5 lines
+r3487 | trs | 2005-07-17 10:43:46 -0400 (Sun, 17 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
-   A /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
+   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
 
- r2632@hualien:  jesse | 2005-01-08T03:36:49.431347Z
- Revision 1977 was a bogus merge. Revert that. Add new tests to catch the failing behaviour
+ r5015@wintermute:  tom | 2005-07-17 10:40:28 -0400
+ Preliminary print styles
 
 ------------------------------------------------------------------------
-r2045 | jesse | 2005-01-06 16:01:06 -0500 (Thu, 06 Jan 2005) | 5 lines
+r3483 | trs | 2005-07-16 17:16:15 -0400 (Sat, 16 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   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
 
- r2555@hualien:  jesse | 2005-01-06T20:56:22.389566Z
- Bumping to rc2
+ 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.
 
 ------------------------------------------------------------------------
-r2044 | jesse | 2005-01-06 16:00:57 -0500 (Thu, 06 Jan 2005) | 3 lines
+r3482 | trs | 2005-07-16 15:38:00 -0400 (Sat, 16 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/04send_email.t
-   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Helpers/CalPopup.html
 
- r2543@hualien:  jesse | 2005-01-06T07:08:12.346569Z
- no longer hardcode paths in tests
+ 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.
 
 ------------------------------------------------------------------------
-r2041 | jesse | 2005-01-05 00:34:02 -0500 (Wed, 05 Jan 2005) | 3 lines
+r3473 | trs | 2005-07-14 06:46:52 -0400 (Thu, 14 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
-   M /rt/branches/3.4-RELEASE/lib/t/regression/03basic_web.t
+   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
 
- r2539@hualien:  jesse | 2005-01-05T05:31:36.967112Z
- Better handling of Content that comes out of the database as utf8 (Such as with DBD::Oracle 1.16)
+ r4986@wintermute:  tom | 2005-07-13 21:45:29 -0400
+ Styled approvals and made the approval display much more semantic
 
 ------------------------------------------------------------------------
-r2040 | jesse | 2005-01-04 00:18:06 -0500 (Tue, 04 Jan 2005) | 3 lines
+r3462 | trs | 2005-07-11 20:05:47 -0400 (Mon, 11 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+   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
 
- r2530@hualien:  jesse | 2005-01-04T05:15:35.757280Z
- a couple fixes for better handling ticket links on merge
+ 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.
 
 ------------------------------------------------------------------------
-r2039 | jesse | 2005-01-04 00:17:52 -0500 (Tue, 04 Jan 2005) | 4 lines
+r3461 | trs | 2005-07-11 20:05:38 -0400 (Mon, 11 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/lib/t/regression/11-template-insert.t
+   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
 
- r2528@hualien:  jesse | 2005-01-03T19:54:59.819442Z
- Added a test for a regression tickled by DBD::Oracle 1.16
+ r4982@wintermute:  tom | 2005-07-11 19:13:21 -0400
+ Unmangling CalPopup
 
 ------------------------------------------------------------------------
-r2038 | jesse | 2005-01-04 00:17:42 -0500 (Tue, 04 Jan 2005) | 5 lines
+r3460 | trs | 2005-07-10 23:46:28 -0400 (Sun, 10 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.mysql
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
 
- r2527@hualien:  jesse | 2005-01-03T19:52:28.164258Z
- Updated mysql schema upgrades to cope with ancient RT 3 instances which didn't have indexes we expect
+ r4979@wintermute:  tom | 2005-07-10 10:27:42 -0400
+ Fixed positioning of hide/show widget in IE6...
 
 ------------------------------------------------------------------------
-r2037 | jesse | 2005-01-04 00:17:29 -0500 (Tue, 04 Jan 2005) | 4 lines
+r3458 | trs | 2005-07-09 22:22:14 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.mysql
+   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
 
- r2526@hualien:  jesse | 2005-01-03T19:21:48.180206Z
- Workaround for missing mysql indexes
+ 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.
 
 ------------------------------------------------------------------------
-r2036 | jesse | 2005-01-03 14:14:54 -0500 (Mon, 03 Jan 2005) | 5 lines
+r3457 | trs | 2005-07-09 22:22:10 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.Oracle
+   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
 
- r2524@hualien:  jesse | 2005-01-03T19:12:32.074066Z
- Oracle schema upgrades
+ r4972@wintermute:  tom | 2005-07-09 21:56:29 -0400
+ Semantic message stanza coloring
 
 ------------------------------------------------------------------------
-r2034 | jesse | 2004-12-29 15:41:21 -0500 (Wed, 29 Dec 2004) | 5 lines
+r3456 | trs | 2005-07-09 22:22:05 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/GroupRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Modify.html
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Objects.html
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/UserRights.html
-   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/index.html
-   M /rt/branches/3.4-RELEASE/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/SimpleSearch
+   M /rt/branches/3.5-TESTING/html/index.html
 
- r2520@hualien:  jesse | 2004-12-29T20:39:43.707258Z
- Custom field tab hilighting fixes.
+ 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
 
 ------------------------------------------------------------------------
-r2033 | jesse | 2004-12-29 14:45:54 -0500 (Wed, 29 Dec 2004) | 5 lines
+r3455 | trs | 2005-07-09 22:22:01 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
 
- r2516@hualien:  jesse | 2004-12-29T19:44:09.437463Z
- Slightly updated encoding support for oracle
+ r4970@wintermute:  tom | 2005-07-09 21:26:04 -0400
+ Jesse: To do it right, you really need to localize
 
 ------------------------------------------------------------------------
-r2032 | jesse | 2004-12-29 14:45:43 -0500 (Wed, 29 Dec 2004) | 4 lines
+r3454 | trs | 2005-07-09 22:21:58 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/UPGRADING
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
 
- r2507@hualien:  jesse | 2004-12-23T22:31:20.362197Z
- Note about "OwnTickets" for Superusers
+ r4969@wintermute:  tom | 2005-07-09 15:19:30 -0400
+ Color changes
 
 ------------------------------------------------------------------------
-r2030 | robert | 2004-12-28 01:37:51 -0500 (Tue, 28 Dec 2004) | 3 lines
+r3453 | trs | 2005-07-09 14:52:41 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/configure.ac
+   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
 
- r2033@dog:  rspier | 2004-12-27 22:36:08 -0800
- RT 6331: configure spitting chmod errors
+ r4964@wintermute:  tom | 2005-07-09 14:38:55 -0400
+ A nicer looking history display, lots of cosmetic changes.
 
 ------------------------------------------------------------------------
-r2029 | robert | 2004-12-28 01:37:47 -0500 (Tue, 28 Dec 2004) | 3 lines
+r3452 | trs | 2005-07-09 14:52:35 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
+   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
 
- r2032@dog:  rspier | 2004-12-27 22:24:34 -0800
- fix css errors
+ r4963@wintermute:  tom | 2005-07-09 13:56:31 -0400
+ Transaction style updates (spacing, alignment)
 
 ------------------------------------------------------------------------
-r2028 | robert | 2004-12-28 01:37:37 -0500 (Tue, 28 Dec 2004) | 4 lines
+r3451 | trs | 2005-07-09 14:52:30 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Elements/Header
+   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
 
- r2031@dog:  rspier | 2004-12-27 21:46:34 -0800
- Only show the refresh tag if the refresh time is > 0.
- (Mozilla will perform a refresh=1 for refresh=-1)
+ r4962@wintermute:  tom | 2005-07-09 13:25:28 -0400
+ Fixed focus on username field for login form
 
 ------------------------------------------------------------------------
-r2027 | robert | 2004-12-28 01:37:32 -0500 (Tue, 28 Dec 2004) | 3 lines
+r3450 | trs | 2005-07-09 14:52:26 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/configure.ac
+   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
 
- r2030@dog:  rspier | 2004-12-27 21:05:44 -0800
- Whitespace tweak: use tabs consistently
+ r4961@wintermute:  tom | 2005-07-09 12:43:02 -0400
+ Some formatting cleaning up
 
 ------------------------------------------------------------------------
-r2025 | jesse | 2004-12-22 02:06:35 -0500 (Wed, 22 Dec 2004) | 5 lines
+r3449 | trs | 2005-07-09 12:12:35 -0400 (Sat, 09 Jul 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/etc/schema.Oracle
+   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
 
- r2504@hualien:  jesse | 2004-12-22T07:05:58.453205Z
- Oracle schema updates
+ 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.
 
 ------------------------------------------------------------------------
-r2024 | jesse | 2004-12-21 17:11:39 -0500 (Tue, 21 Dec 2004) | 7 lines
+r3448 | trs | 2005-07-09 12:12:31 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
-   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
 
- r2500@hualien:  jesse | 2004-12-21T22:06:43.378557Z
- Refactored RT's logic that limits sets of transactions to tickets to make it easier to reuse.
- Fixed bugs in searches for transactions related to multiple tickets.
+ r4951@wintermute:  tom | 2005-07-09 12:05:54 -0400
+ Better positioning
 
 ------------------------------------------------------------------------
-r2021 | jesse | 2004-12-21 00:32:15 -0500 (Tue, 21 Dec 2004) | 5 lines
+r3447 | trs | 2005-07-09 12:12:27 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   A /rt/branches/3.4-RELEASE/lib/t/regression/10merge.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/nav.css
 
- r2498@hualien:  jesse | 2004-12-21T05:27:21.459146Z
- Added a new regression test to validate some possibly bogus behaviour about merging tickets
+ r4950@wintermute:  tom | 2005-07-09 12:05:22 -0400
+ Bigger is better
 
 ------------------------------------------------------------------------
-r2019 | jesse | 2004-12-20 21:44:53 -0500 (Mon, 20 Dec 2004) | 6 lines
+r3446 | trs | 2005-07-09 12:12:24 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/body.css
 
- r2494@hualien:  jesse | 2004-12-21T02:40:37.522278Z
- Added back a 'package' declaration to Tickets_Overlay to enable automatic reload.
+ r4949@wintermute:  tom | 2005-07-09 08:15:02 -0400
+ #body header styles
 
 ------------------------------------------------------------------------
-r2018 | jesse | 2004-12-20 18:53:18 -0500 (Mon, 20 Dec 2004) | 4 lines
+r3445 | trs | 2005-07-09 12:12:19 -0400 (Sat, 09 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in
+   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
 
- r2492@hualien:  jesse | 2004-12-20T23:49:03.808597Z
- The FastCGI handler was missing a small bit of code to enable the devel mode "Module::Reload" feature.
+ r4948@wintermute:  tom | 2005-07-09 07:38:05 -0400
+ Various cleanups and link styles
 
 ------------------------------------------------------------------------
-r2017 | jesse | 2004-12-20 18:33:50 -0500 (Mon, 20 Dec 2004) | 5 lines
+r3441 | trs | 2005-07-08 14:31:51 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
+   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
 
- r2489@hualien:  jesse | 2004-12-20T23:27:06.068915Z
- Inhibit a warning in 08_web_Cf_access.t
+ r4943@wintermute:  tom | 2005-07-08 14:26:53 -0400
+ Styled up the Brief/Full headers links
 
 ------------------------------------------------------------------------
-r2015 | jesse | 2004-12-20 13:43:27 -0500 (Mon, 20 Dec 2004) | 3 lines
+r3440 | trs | 2005-07-08 14:31:44 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   D /rt/branches/3.4-RELEASE/HOWTO
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/ShowRequestor
 
- r2485@hualien:  jesse | 2004-12-20T18:38:03.341344Z
- Blew away outdated releng documentation
+ 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)
 
 ------------------------------------------------------------------------
-r2014 | jesse | 2004-12-20 13:42:57 -0500 (Mon, 20 Dec 2004) | 3 lines
+r3439 | trs | 2005-07-08 14:31:38 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/README
+   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
 
- r2484@hualien:  jesse | 2004-12-20T18:37:10.098322Z
minor readme updates
+ r4941@wintermute:  tom | 2005-07-08 13:09:27 -0400
IE should now have the menu arrows
 
 ------------------------------------------------------------------------
-r2013 | jesse | 2004-12-20 13:42:45 -0500 (Mon, 20 Dec 2004) | 3 lines
+r3437 | trs | 2005-07-08 12:55:03 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/releng.cnf
+   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
 
- r2483@hualien:  jesse | 2004-12-20T18:35:10.597227Z
- updated releng.cnf to point to the new branch
+ r4939@wintermute:  tom | 2005-07-08 12:54:16 -0400
+ Some CSS doc for the various tricks used
 
 ------------------------------------------------------------------------
-r2012 | jesse | 2004-12-20 13:25:47 -0500 (Mon, 20 Dec 2004) | 3 lines
+r3436 | trs | 2005-07-08 12:33:38 -0400 (Fri, 08 Jul 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.4-RELEASE
-   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+   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
 
- r2478@hualien:  jesse | 2004-12-20T18:18:05.386331Z
- The last merge had a missing brace
+ 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
 
 ------------------------------------------------------------------------
-r2010 | jesse | 2004-12-20 13:07:34 -0500 (Mon, 20 Dec 2004) | 2 lines
+r3435 | trs | 2005-07-08 12:01:48 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   A /rt/branches/3.4-RELEASE (from /rt/branches/3.3-TESTING:2009)
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Login
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
 
-Moving the 3.3 testing branch to the 3.4 release branch in anticipation of a release candidate later today
+ r4934@wintermute:  tom | 2005-07-08 12:00:43 -0400
+ Allow TitleBoxes to not be hideable (and make this true for the Login titleboxes)
 
 ------------------------------------------------------------------------
-r2009 | jesse | 2004-12-20 12:30:49 -0500 (Mon, 20 Dec 2004) | 11 lines
+r3433 | trs | 2005-07-08 11:46:51 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/autohandler
+   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
 
- r2472@hualien:  jesse | 2004-12-20T17:04:02.657029Z
-  r2464@hualien:  jesse | 2004-12-17T23:04:58.188494Z
-  Security:
-      * Fixed a case where catastrophic failure of the logging infrastructure 
-        on initial login could result in a failing login attempt could
-        result in a valid remote session. -- Reported by Tom Yu
-  
-  
-  
+ r4930@wintermute:  tom | 2005-07-08 11:26:31 -0400
+ TitleBoxes now do the right side titles as well
 
 ------------------------------------------------------------------------
-r2008 | jesse | 2004-12-20 12:30:35 -0500 (Mon, 20 Dec 2004) | 8 lines
+r3432 | trs | 2005-07-08 11:46:45 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
+   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
 
- r2471@hualien:  jesse | 2004-12-20T17:04:02.035738Z
-  r2460@hualien:  jesse | 2004-12-17T20:24:25.107579Z
-  REST UI for listing tickets was missing a newline, resulting in a malformed 
-  response
-  
-  
+ r4929@wintermute:  tom | 2005-07-08 10:31:26 -0400
+ /Elements/Login styles fixed (haven't checked it out in IE yet, though)
 
 ------------------------------------------------------------------------
-r2007 | jesse | 2004-12-20 12:30:22 -0500 (Mon, 20 Dec 2004) | 11 lines
+r3430 | trs | 2005-07-08 10:03:25 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
 
- r2470@hualien:  jesse | 2004-12-20T17:04:01.318822Z
-  r1984@hualien:  jesse | 2004-12-09T07:16:39.436509Z
-  RT-Ticket: 6296
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  Removed a spurious =>, Thanks to Todd Chapman
-  
-  
+ 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
 
 ------------------------------------------------------------------------
-r2006 | jesse | 2004-12-20 12:30:06 -0500 (Mon, 20 Dec 2004) | 6 lines
+r3429 | trs | 2005-07-08 10:03:18 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+   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
 
- r2469@hualien:  jesse | 2004-12-20T16:35:42.953265Z
-  r1983@hualien:  jesse | 2004-12-09T07:15:23.115403Z
-  
-  
+ r4925@wintermute:  tom | 2005-07-08 09:54:15 -0400
+ Cleanup how the content-type is set for CSS and JS
 
 ------------------------------------------------------------------------
-r2002 | jesse | 2004-12-16 16:01:40 -0500 (Thu, 16 Dec 2004) | 4 lines
+r3428 | jesse | 2005-07-08 01:43:34 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   D /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
-   D /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/images/autohandler
 
- r2447@hualien:  jesse | 2004-12-16T20:55:51.733392Z
- Removed two more unused files. Thanks to Ruslan for spotting this.
+ 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.
 
 ------------------------------------------------------------------------
-r2000 | jesse | 2004-12-15 18:00:06 -0500 (Wed, 15 Dec 2004) | 3 lines
+r3427 | trs | 2005-07-08 00:40:31 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
 
- r2442@hualien:  jesse | 2004-12-15T22:55:54.557052Z
- Clkao found a logic bug in the negative link searching
+ r4866@wintermute:  tom | 2005-07-08 00:38:36 -0400
+ Bullet-proofed the ID generation
 
 ------------------------------------------------------------------------
-r1998 | jesse | 2004-12-14 18:45:10 -0500 (Tue, 14 Dec 2004) | 3 lines
+r3426 | trs | 2005-07-08 00:40:27 -0400 (Fri, 08 Jul 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
+   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
 
- r2440@hualien:  jesse | 2004-12-14T23:39:15.304049Z
- bumping to 3.3.16
+ r4858@wintermute:  tom | 2005-07-08 00:14:27 -0400
+ Stateful titleboxes using JS and cookies.  The generated titlebox IDs should
+ be unique.
 
 ------------------------------------------------------------------------
-r1997 | jesse | 2004-12-14 14:40:49 -0500 (Tue, 14 Dec 2004) | 9 lines
+r3425 | trs | 2005-07-08 00:40:23 -0400 (Fri, 08 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/schema.Oracle
+   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
 
- r2437@hualien:  jesse | 2004-12-14T19:37:11.516896Z
- RT-Ticket: 6316
- RT-Status: resolved
- RT-Update: correspond
- Added a patch to enable ObjectCustomFields for Oracle from Steve Turner at MIT. We're still short an oracle upgrade path.
+ r4857@wintermute:  tom | 2005-07-08 00:03:33 -0400
+ Spacing fixes
 
 ------------------------------------------------------------------------
-r1996 | autrijus | 2004-12-14 10:36:27 -0500 (Tue, 14 Dec 2004) | 6 lines
+r3417 | trs | 2005-07-07 18:37:20 -0400 (Thu, 07 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+   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
 
- r6687@not:  autrijus | 2004-12-14T15:31:58.474155Z
- * In HTML::Mason 1.18 or above, Apache2 support is native if
-   Apache::Request (libapreq2) is installed.
+ 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
+     
 
 ------------------------------------------------------------------------
-r1995 | jesse | 2004-12-14 04:54:20 -0500 (Tue, 14 Dec 2004) | 8 lines
-Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/Makefile.in
-   M /rt/branches/3.3-TESTING/configure.ac
-   A /rt/branches/3.3-TESTING/lib/t/00smoke.t
-   D /rt/branches/3.3-TESTING/lib/t/00smoke.t.in
-   D /rt/branches/3.3-TESTING/lib/t/01harness.t.in
-   D /rt/branches/3.3-TESTING/lib/t/02regression.t.in
-   D /rt/branches/3.3-TESTING/lib/t/03web.pl.in
-   D /rt/branches/3.3-TESTING/lib/t/04_send_email.pl.in
-   D /rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in
-   D /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
-   D /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
-   D /rt/branches/3.3-TESTING/lib/t/08web_cf.pl.in
-   D /rt/branches/3.3-TESTING/lib/t/regression/00placeholder
-   A /rt/branches/3.3-TESTING/lib/t/regression/03basic_web.t
-   A /rt/branches/3.3-TESTING/lib/t/regression/04send_email.t
-   A /rt/branches/3.3-TESTING/lib/t/regression/05cronsupport.t
-   A /rt/branches/3.3-TESTING/lib/t/regression/06mailgateway.t
-   A /rt/branches/3.3-TESTING/lib/t/regression/07acl.t
-   A /rt/branches/3.3-TESTING/lib/t/regression/08web_cf_access.t
-   A /rt/branches/3.3-TESTING/lib/t/regression/09record_cf_api.t
-   A /rt/branches/3.3-TESTING/lib/t/setup_regression.t
-
- r2434@hualien:  jesse | 2004-12-14T09:50:12.895761Z
- Test suite refactored to use 'prove' rather than one big ball of tests. 
- This makes it much easier to run individual test scripts and gets us a nice pretty output.
-     Ruslan pushed me into this.
-
-------------------------------------------------------------------------
-r1994 | jesse | 2004-12-14 04:54:04 -0500 (Tue, 14 Dec 2004) | 3 lines
+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.3-TESTING
-   M /rt/branches/3.3-TESTING/configure.ac
-   D /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
-   D /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT.pm.in
-   M /rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
-   M /rt/branches/3.3-TESTING/sbin/extract_pod_tests
+   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
 
- r2433@hualien:  jesse | 2004-12-14T09:25:34.132509Z
- Removing TicketCustomFieldValue files leftover from 3.2
+ r4833@wintermute:  tom | 2005-07-06 18:41:54 -0400
+ JS improvements and better TitleBox rollup/down
 
 ------------------------------------------------------------------------
-r1993 | jesse | 2004-12-14 02:36:04 -0500 (Tue, 14 Dec 2004) | 5 lines
+r3403 | trs | 2005-07-06 12:25:08 -0400 (Wed, 06 Jul 2005) | 1 line
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   A /rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
+   M /rt/branches/3.5-TESTING
 
- r2431@hualien:  jesse | 2004-12-14T07:32:22.983998Z
- And now we have _tests_ for the link searching. 
 
 ------------------------------------------------------------------------
-r1992 | jesse | 2004-12-14 02:25:03 -0500 (Tue, 14 Dec 2004) | 3 lines
+r3402 | trs | 2005-07-06 12:24:59 -0400 (Wed, 06 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
+   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
 
- r2428@hualien:  jesse | 2004-12-14T07:21:15.616305Z
- Adding support for searching on tickets which have no relationships of a given type  (Such as "HasMember IS NULL") for clkao
+ r4824@wintermute:  tom | 2005-07-06 12:20:57 -0400
+ Moved JS to a central location.
 
 ------------------------------------------------------------------------
-r1990 | jesse | 2004-12-13 23:50:29 -0500 (Mon, 13 Dec 2004) | 3 lines
+r3401 | trs | 2005-07-06 12:24:56 -0400 (Wed, 06 Jul 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
+   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
 
- r2423@hualien:  jesse | 2004-12-14T04:46:07.648245Z
- 3.3.15
+ 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.
 
 ------------------------------------------------------------------------
-r1989 | jesse | 2004-12-13 23:48:14 -0500 (Mon, 13 Dec 2004) | 3 lines
+r3400 | jesse | 2005-07-06 12:11:13 -0400 (Wed, 06 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_SiteConfig.pm
 
- r2419@hualien:  jesse | 2004-12-14T04:42:37.099863Z
- More fixes for working with Transaction Custom Fields
+ r22316@hualien:  jesse | 2005-07-06 12:10:06 -0400
+ * Cleaning up SiteConfig.pm
 
 ------------------------------------------------------------------------
-r1988 | jesse | 2004-12-13 21:42:15 -0500 (Mon, 13 Dec 2004) | 3 lines
+r3397 | glasser | 2005-07-06 09:47:11 -0400 (Wed, 06 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
+   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
 
- r2413@hualien:  jesse | 2004-12-14T02:38:06.428282Z
- RT::Transaction->CustomFieldValues can now accept named arguments
+ r36395@tin-foil:  glasser | 2005-07-06 10:43:15 -0300
+ Clarify documentation and add tests for RT::Record->FirstAttribute (suggested by Todd Chapman)
 
 ------------------------------------------------------------------------
-r1987 | mwhitson | 2004-12-13 18:15:35 -0500 (Mon, 13 Dec 2004) | 6 lines
+r3396 | trs | 2005-07-05 21:55:21 -0400 (Tue, 05 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
-   M /rt/branches/3.3-TESTING/html/User/Groups/Modify.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
 
-rt-ticket: 6315
-rt-status: resolved
-rt-update: correspond
-
-Relabeled 'Create' submit buttons to 'Save Changes' in group modification pages.
+ r4811@wintermute:  tom | 2005-07-05 21:50:30 -0400
+ Oops, should have included this with the previous commit
 
 ------------------------------------------------------------------------
-r1986 | jesse | 2004-12-12 23:13:42 -0500 (Sun, 12 Dec 2004) | 3 lines
+r3395 | trs | 2005-07-05 21:55:15 -0400 (Tue, 05 Jul 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/SelfService/Display.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Update.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Widgets/TitleBoxStart
+   M /rt/branches/3.5-TESTING/html/rt.js
 
- r2411@hualien:  jesse | 2004-12-13T04:10:03.842079Z
- self service ui html beautification, selfservice customfield editing
+ 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.
 
 ------------------------------------------------------------------------
-r1983 | jesse | 2004-12-10 13:55:22 -0500 (Fri, 10 Dec 2004) | 8 lines
+r3387 | trs | 2005-07-04 21:48:58 -0400 (Mon, 04 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/UPGRADING
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/rt.js
 
- r2000@hualien:  jesse | 2004-12-10T18:55:08.662227Z
- RT-Ticket: 6304
- RT-Status: resolved
- RT-Update: correspond
- ModifyObjectCustomFieldValues was too long. It's been changed to "ModifyCustomField"
+ 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
 
 ------------------------------------------------------------------------
-r1982 | jesse | 2004-12-10 00:19:36 -0500 (Fri, 10 Dec 2004) | 8 lines
+r3386 | trs | 2005-07-04 21:48:54 -0400 (Mon, 04 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/configure.ac
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
-   M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   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
 
- r1998@hualien:  jesse | 2004-12-10T05:18:47.952532Z
- Ruslan handed us a suite of tests. Some of those tests failed, demonstrating a couple of API issues with CustomFields.
- This led to more API bulletproofing and a SearchBuilder bump
+ r4802@wintermute:  tom | 2005-07-04 21:43:16 -0400
+ Put styles where they should be
 
 ------------------------------------------------------------------------
-r1980 | jesse | 2004-12-09 02:33:58 -0500 (Thu, 09 Dec 2004) | 29 lines
+r3385 | trs | 2005-07-04 21:48:43 -0400 (Mon, 04 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldFreeform
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
+   M /rt/branches/3.5-TESTING
 
- r1990@hualien:  jesse | 2004-12-09T07:32:26.670652Z
- This actually covers several bugs in the custom field processing in 3.3.
- 12. Each time I fixed a bug, another one was uncovered. I think I've 
- finished now.
- You can see the problems if you create a ticket with "Enter multiple 
- values", "Fill in one text area" and "upload a file" CFs. The go to the 
- Basics page, don't change anything and hit submit. All hell breaks loose 
-  -
- 1) the multi-value & text area fields get screwed up.
- 2) a message appears telling you the file upload CF has been deleted, 
- although it apparently hasn't.
- Here's the idea behind what I did:
- - Multi-value CFs should be stored with no \n or \r characters. 
- - Fill-in-a-text-area CFs should have \r removed before storing in 
-   the database (but \n should remain).
- There are a couple of other related changes - free form multi value CFs 
- are no longer identified by type "FreeformMultiple". Also there's a 
- "next if" statement in the wrong place which was causing the file upload 
- bug.
-       --Steve Turner
+ r4796@wintermute:  tom | 2005-07-04 16:31:28 -0400
+ Fixed conditional display of actions-menu
 
 ------------------------------------------------------------------------
-r1979 | jesse | 2004-12-09 02:32:46 -0500 (Thu, 09 Dec 2004) | 4 lines
+r3384 | trs | 2005-07-04 21:48:40 -0400 (Mon, 04 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
 
- r1989@hualien:  jesse | 2004-12-09T07:31:07.292798Z
- Typo fix
+ r4795@wintermute:  tom | 2005-07-04 16:25:11 -0400
+ Proper separators in the menus
 
 ------------------------------------------------------------------------
-r1978 | jesse | 2004-12-09 02:21:52 -0500 (Thu, 09 Dec 2004) | 9 lines
+r3383 | glasser | 2005-07-04 17:35:33 -0400 (Mon, 04 Jul 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
+   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
 
- r1986@hualien:  jesse | 2004-12-09T07:20:03.552482Z
- RT-Ticket: 6295
- RT-Status: resolved
- RT-Update: correspond
- Removed a "die" from a code path that should never be hit but doesn't need to die.  Thanks to Todd Chapman
+ 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).) 
 
 ------------------------------------------------------------------------
-r1977 | jesse | 2004-12-09 02:20:17 -0500 (Thu, 09 Dec 2004) | 7 lines
+r3382 | trs | 2005-07-04 16:33:23 -0400 (Mon, 04 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
 
- r1982@hualien:  jesse | 2004-12-09T07:09:56.419805Z
- Slightly more refactoring of Record->CustomFieldValues designed to restore older
- behaviour.
+ r4796@wintermute:  tom | 2005-07-04 16:31:28 -0400
+ Fixed conditional display of actions-menu
 
 ------------------------------------------------------------------------
-r1975 | jesse | 2004-12-09 02:05:51 -0500 (Thu, 09 Dec 2004) | 5 lines
+r3381 | trs | 2005-07-04 16:33:18 -0400 (Mon, 04 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
+   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
 
- r1980@hualien:  jesse | 2004-12-09T07:05:41.787599Z
- Refactored post-http handling code into lib/RT/Interface/Web/Handler.pm 
+ r4795@wintermute:  tom | 2005-07-04 16:25:11 -0400
+ Proper separators in the menus
 
 ------------------------------------------------------------------------
-r1974 | jesse | 2004-12-08 20:05:42 -0500 (Wed, 08 Dec 2004) | 19 lines
+r3380 | glasser | 2005-07-04 15:45:57 -0400 (Mon, 04 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
-   M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
 
- r1978@hualien:  jesse | 2004-12-09T01:05:21.233709Z
- Core:
- * Promoted ACL cache invalidation to a public method.
- Web:
- * Web UI now invalidates ACL cache after each HTTP hit. This means 
-   more consistent ACL checks at the expense marginally more database lookups
- Test Suite:
- * Removed delays from the test suite which were there to deal with the ACL 
-   cache. The test suite now completes in approximately one minute on my 
-   laptop.
+ r36248@tin-foil:  glasser | 2005-07-04 15:51:03 -0300
+ Dependency on Calendar::Simple, from CalPopup.html
 
 ------------------------------------------------------------------------
-r1972 | jesse | 2004-12-07 21:40:10 -0500 (Tue, 07 Dec 2004) | 3 lines
+r3377 | jesse | 2005-07-03 19:00:53 -0400 (Sun, 03 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Header
 
- r9533@tinbook:  jesse | 2004-12-08T02:40:01.308641Z
- Bumping to 3.3.14
+ r22231@hualien:  jesse | 2005-07-03 18:53:24 -0400
+ * Merge broke the css pointer. fixed
 
 ------------------------------------------------------------------------
-r1971 | jesse | 2004-12-07 21:38:14 -0500 (Tue, 07 Dec 2004) | 7 lines
+r3376 | jesse | 2005-07-03 19:00:45 -0400 (Sun, 03 Jul 2005) | 26 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   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
 
- r9530@tinbook:  jesse | 2004-12-08T02:38:06.660707Z
- Refactored RT::Record->CustomFieldValues to be more careful to not 
- accidentally load all ticket custom field values when asked for a 
- bogus custom field.  Thanks to Ruslan for a pointer to the bug.
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1968 | jesse | 2004-12-07 20:35:22 -0500 (Tue, 07 Dec 2004) | 4 lines
+r3375 | jesse | 2005-07-03 19:00:29 -0400 (Sun, 03 Jul 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
+   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
 
- r9525@tinbook:  jesse | 2004-12-08T01:29:33.251334Z
- Pulling forward query optimization from 3.2
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1967 | jesse | 2004-12-07 20:33:35 -0500 (Tue, 07 Dec 2004) | 36 lines
+r3374 | jesse | 2005-07-03 19:00:21 -0400 (Sun, 03 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
+   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
 
- r9524@tinbook:  jesse | 2004-12-07T22:51:16.647524Z
-  r9522@tinbook:  jesse | 2004-12-07T22:47:20.573617Z
-  RT-Ticket: 6286
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  Searching on Ticket data  and Transaction content caused horribly pessimal searches.
-  
-  OLD
-  
-  mysql> explain SELECT DISTINCT main.* FROM Tickets main , Transactions Transactions_1, Attachments Attachments_2  WHERE ((main.EffectiveId = main.id)) AND ((main.Status != 'deleted')) AND ((main.Type = 'ticket')) AND ((main.Subject LIKE '%subject/content SQL test%')OR ( (Attachments_2.Content LIKE '%subject/content SQL test%')AND(Attachments_2.TransactionId = Transactions_1.id)AND(main.id = Transactions_1.Ticket) ) );
-  +----------------+-------+-----------------------+---------------+---------+------+------+------------------------------------+
-  | table          | type  | possible_keys         | key           | key_len | ref  | rows | Extra                              |
-  +----------------+-------+-----------------------+---------------+---------+------+------+------------------------------------+
-  | main           | ALL   | PRIMARY               | NULL          |    NULL | NULL |   30 | Using where; Using temporary       |
-  | Attachments_2  | ALL   | Attachments2          | NULL          |    NULL | NULL |   22 | Using where; Distinct              |
-  | Transactions_1 | index | PRIMARY,Transactions1 | Transactions1 |       4 | NULL |   73 | Using where; Using index; Distinct |
-  +----------------+-------+-----------------------+---------------+---------+------+------+------------------------------------+
-  3 rows in set (0.00 sec)
-  
-  NEW
-  
-  mysql> explain SELECT DISTINCT main.* FROM ((Tickets main  LEFT JOIN Transactions Transactions_1  ON ( main.id = Transactions_1.Ticket))  LEFT JOIN Attachments Attachments_2  ON ( Transactions_1.id = Attachments_2.TransactionId))   WHERE ((main.EffectiveId = main.id)) AND ((main.Status != 'deleted')) AND ((main.Type = 'ticket')) AND ((main.Subject LIKE '%subject/content SQL test%')OR ( (Attachments_2.Content LIKE '%subject/content SQL test%') ) );
-  +----------------+------+---------------+---------------+---------+-------------------+------+------------------------------+
-  | table          | type | possible_keys | key           | key_len | ref               | rows | Extra                        |
-  +----------------+------+---------------+---------------+---------+-------------------+------+------------------------------+
-  | main           | ALL  | NULL          | NULL          |    NULL | NULL              |   30 | Using where; Using temporary |
-  | Transactions_1 | ref  | Transactions1 | Transactions1 |       4 | main.id           |    1 | Using index; Distinct        |
-  | Attachments_2  | ref  | Attachments2  | Attachments2  |       4 | Transactions_1.id |    1 | Using where; Distinct        |
-  +----------------+------+---------------+---------------+---------+-------------------+------+------------------------------+
-  3 rows in set (0.03 sec)
-  
-  
+ 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
+   
   
  
 
 ------------------------------------------------------------------------
-r1965 | jesse | 2004-12-07 15:16:58 -0500 (Tue, 07 Dec 2004) | 4 lines
+r3373 | jesse | 2005-07-03 19:00:13 -0400 (Sun, 03 Jul 2005) | 10 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
 
- r9519@tinbook:  jesse | 2004-12-07T20:14:22.950883Z
- The "toggle AND/OR" button in the query builder broke in 3.3.10 or so. Reported by Wilson Chow
+ 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
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1963 | jesse | 2004-12-06 15:13:15 -0500 (Mon, 06 Dec 2004) | 3 lines
+r3372 | jesse | 2005-07-03 19:00:03 -0400 (Sun, 03 Jul 2005) | 27 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
+   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
 
- r9514@tinbook:  jesse | 2004-12-06T20:08:56.717991Z
- Bumping to 3.3.13
+ 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
+     
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1962 | autrijus | 2004-12-06 12:49:23 -0500 (Mon, 06 Dec 2004) | 1 line
+r3371 | jesse | 2005-07-03 18:59:47 -0400 (Sun, 03 Jul 2005) | 62 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   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>
+     
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1961 | autrijus | 2004-12-06 12:48:46 -0500 (Mon, 06 Dec 2004) | 3 lines
+r3370 | jesse | 2005-07-03 18:59:35 -0400 (Sun, 03 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/docs/design_docs/3.3-schema-redesign.txt
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
 
- r6348@not:  autrijus | 2004-12-06T17:45:43.194394Z
- * Fix an incorrect description of OCFs
+ 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
+   
+  
 
 ------------------------------------------------------------------------
-r1960 | jesse | 2004-12-06 02:11:55 -0500 (Mon, 06 Dec 2004) | 4 lines
+r3369 | jesse | 2005-07-03 18:59:27 -0400 (Sun, 03 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/SelfService/Create.html
-   A /rt/branches/3.3-TESTING/html/SelfService/CreateTicketInQueue.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Display.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/Tabs
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/SendEmail.pm
 
- r9505@tinbook:  jesse | 2004-12-06T07:11:01.358418Z
- SelfService: Added support for setting custom fields on creation and viewing custom fields the user has the right to see.
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1959 | jesse | 2004-12-06 02:11:21 -0500 (Mon, 06 Dec 2004) | 5 lines
+r3368 | jesse | 2005-07-03 18:59:19 -0400 (Sun, 03 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldFreeform
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldSelect
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldText
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditCustomField
 
- r9504@tinbook:  jesse | 2004-12-06T07:10:00.587141Z
- Removing duplicated code.
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1958 | jesse | 2004-12-06 00:50:07 -0500 (Mon, 06 Dec 2004) | 4 lines
+r3367 | jesse | 2005-07-03 18:59:05 -0400 (Sun, 03 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   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
 
- r9498@tinbook:  jesse | 2004-12-06T05:49:22.962399Z
- Fixing CustomField->LoadByName for the case where no such custom field exists.
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1957 | jesse | 2004-12-05 16:58:31 -0500 (Sun, 05 Dec 2004) | 4 lines
+r3366 | jesse | 2005-07-03 18:58:57 -0400 (Sun, 03 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/bin/rt-mailgate.in
 
- r9495@tinbook:  jesse | 2004-12-05T21:57:36.434513Z
- Refactored RT::Record->CustomFieldValues to accept cf names and convert them to ids. (Based on a patch by Tara Andrews)
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1956 | jesse | 2004-12-05 16:58:06 -0500 (Sun, 05 Dec 2004) | 6 lines
+r3365 | jesse | 2005-07-03 18:58:49 -0400 (Sun, 03 Jul 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/autohandler
 
- r9451@tinbook:  jesse | 2004-12-03T22:42:17.243639Z
-  r9450@tinbook:  jesse | 2004-12-03T22:39:34.093758Z
-  Refactoring to use the API to determine if a ticket is being closed, rather than looking at a hardcoded status.  -- Stephen Quinney
+ 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
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r1953 | jesse | 2004-12-03 17:25:07 -0500 (Fri, 03 Dec 2004) | 13 lines
+r3364 | jesse | 2005-07-03 18:58:34 -0400 (Sun, 03 Jul 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Elements/EditBasics
 
- r9447@tinbook:  jesse | 2004-12-03T22:23:11.115990Z
- RT-Ticket: 6291
- RT-Status: resolved
- RT-Update: correspond
- Altered Transaction->Value to only show data about custom field transactions if the user
- has the right to see that custom field. This automatically limits the Transaction list
- to exclude custom field transactions the user shouldn't see.
+ 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.
+  
  
 
 ------------------------------------------------------------------------
-r1952 | tla | 2004-12-02 18:16:17 -0500 (Thu, 02 Dec 2004) | 5 lines
+r3363 | jesse | 2005-07-03 18:58:27 -0400 (Sun, 03 Jul 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
+   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 (?)
+    
+   
+  
 
-If First is undef on account of there not being a custom field of that
-name, the Content() method cannot be called on it, so check for mere
-existence before we try.
+------------------------------------------------------------------------
+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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1949 | jesse | 2004-11-29 13:32:05 -0500 (Mon, 29 Nov 2004) | 5 lines
+r3361 | jesse | 2005-07-03 18:58:11 -0400 (Sun, 03 Jul 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/SelfService/Update.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditBasics
-   M /rt/branches/3.3-TESTING/html/Ticket/Update.html
-   M /rt/branches/3.3-TESTING/html/Tools/MyDay.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Search/Elements/Chart
 
- r9437@tinbook:  jesse | 2004-11-29T18:33:10.692247Z
- Small localization fixes for  "Status" (Unchanged) messages
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1948 | jesse | 2004-11-29 01:24:52 -0500 (Mon, 29 Nov 2004) | 3 lines
+r3359 | jesse | 2005-07-03 18:57:46 -0400 (Sun, 03 Jul 2005) | 15 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.Pg
-   M /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.mysql
-   M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Action/Notify.pm
 
- r9435@tinbook:  jesse | 2004-11-29T06:26:08.317066Z
- More postgres upgrade fixes
+ 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
+      
+     
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1946 | jesse | 2004-11-28 22:25:19 -0500 (Sun, 28 Nov 2004) | 3 lines
+r3358 | jesse | 2005-07-03 18:57:37 -0400 (Sun, 03 Jul 2005) | 16 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
+   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
 
- r9432@tinbook:  jesse | 2004-11-29T03:26:44.094679Z
- Custom field API backward-compatibility improvements
+ 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
+      
+     
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1943 | jesse | 2004-11-27 02:34:16 -0500 (Sat, 27 Nov 2004) | 1 line
+r3357 | jesse | 2005-07-03 18:57:27 -0400 (Sun, 03 Jul 2005) | 15 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   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
+      
+      
+     
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1942 | jesse | 2004-11-27 02:34:09 -0500 (Sat, 27 Nov 2004) | 5 lines
+r3356 | jesse | 2005-07-03 18:57:20 -0400 (Sun, 03 Jul 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/User_Overlay.pm
 
- r9422@tinbook:  jesse | 2004-11-27T07:33:36.170661Z
-  r9420@tinbook:  jesse | 2004-11-27T07:31:22.860069Z
-  Refactored ColumnMap to remove use of a deprecated API
+ 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
+     
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1941 | jesse | 2004-11-27 01:38:00 -0500 (Sat, 27 Nov 2004) | 3 lines
+r3355 | jesse | 2005-07-03 18:57:05 -0400 (Sun, 03 Jul 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm
 
- r9414@tinbook:  jesse | 2004-11-27T06:29:04.667691Z
- Multiple fixes to search result display
+ 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
+     
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1937 | jesse | 2004-11-26 22:49:33 -0500 (Fri, 26 Nov 2004) | 3 lines
+r3354 | jesse | 2005-07-03 18:56:50 -0400 (Sun, 03 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm
 
- r9411@tinbook:  jesse | 2004-11-27T03:48:14.141183Z
- Bumping to 3.3.12
+ 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
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1934 | jesse | 2004-11-24 11:15:39 -0500 (Wed, 24 Nov 2004) | 3 lines
+r3353 | jesse | 2005-07-03 18:56:42 -0400 (Sun, 03 Jul 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.Pg
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/Record.pm
 
- r9348@tinbook:  jesse | 2004-11-24T16:15:50.210159Z
- 3.3.11 upgrade schema for postgres depended on features not supported by postgres. fixed. -- Mathieu Sauve-Frankel
+ 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"
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1933 | jesse | 2004-11-22 14:44:43 -0500 (Mon, 22 Nov 2004) | 11 lines
+r3352 | jesse | 2005-07-03 18:56:34 -0400 (Sun, 03 Jul 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
 
- r9335@tinbook:  jesse | 2004-11-22T19:44:48.685300Z
-  r9328@tinbook:  jesse | 2004-11-22T19:23:06.663299Z
-  RT-Ticket: 6187
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  Refactored RT's core attachment processing logic to be a bit less baroque and to use new convenience methods. ths should prevent some mail header display strangeness folks were seeing.
-  
+ 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
   
  
 
 ------------------------------------------------------------------------
-r1932 | jesse | 2004-11-22 14:44:28 -0500 (Mon, 22 Nov 2004) | 12 lines
+r3351 | jesse | 2005-07-03 18:56:27 -0400 (Sun, 03 Jul 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Ticket/Display.html
 
- r9334@tinbook:  jesse | 2004-11-22T19:44:47.878500Z
-  r9324@tinbook:  jesse | 2004-11-22T18:44:30.383331Z
-  RT-Ticket: 6272
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  When updating comments and signature in the Administrative UI, RT won't introduce
-  extra newlines anymore. (Todd Chapman)
-  
+ 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
   
  
 
 ------------------------------------------------------------------------
-r1931 | jesse | 2004-11-22 14:44:10 -0500 (Mon, 22 Nov 2004) | 12 lines
+r3350 | jesse | 2005-07-03 18:56:11 -0400 (Sun, 03 Jul 2005) | 10 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/RT/SearchBuilder.pm
 
- r9333@tinbook:  jesse | 2004-11-22T19:44:47.283026Z
-  r9322@tinbook:  jesse | 2004-11-22T18:41:02.001214Z
-  RT-Ticket: 6276
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  Now honor the RT::MaxInlineBody configuration variable. Also, the Content-Disposition header.
-  We no longer display long attachments inline if they were marked as attachments.
-  
+ 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
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r1930 | jesse | 2004-11-22 14:43:53 -0500 (Mon, 22 Nov 2004) | 12 lines
+r3349 | jesse | 2005-07-03 18:55:59 -0400 (Sun, 03 Jul 2005) | 10 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/3.5-TESTING
+   A /rt/branches/3.5-TESTING/lib/RT/I18N/id.po
 
- r9332@tinbook:  jesse | 2004-11-22T19:44:46.719948Z
-  r9320@tinbook:  jesse | 2004-11-22T18:13:24.717525Z
-  RT-Ticket: 6264
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  Fix the "ShowAttachments" component to deal gracefully, even if called without a 
-  precached set of attachments.  From Rolf Grossmann.
-  
+ 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
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r1929 | jesse | 2004-11-22 14:43:42 -0500 (Mon, 22 Nov 2004) | 11 lines
+r3348 | jesse | 2005-07-03 18:55:42 -0400 (Sun, 03 Jul 2005) | 17 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
+   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
 
- r9331@tinbook:  jesse | 2004-11-22T19:44:46.166158Z
-  r9316@tinbook:  jesse | 2004-11-22T17:59:32.163278Z
-  RT-Ticket: 6270
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  Localized the "Status" field in the selfservice UI
-  
+ 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
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r1928 | jesse | 2004-11-22 14:43:35 -0500 (Mon, 22 Nov 2004) | 11 lines
+r3347 | jesse | 2005-07-03 18:55:34 -0400 (Sun, 03 Jul 2005) | 19 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
+   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
 
- r9330@tinbook:  jesse | 2004-11-22T19:44:45.488990Z
-  r9272@tinbook:  jesse | 2004-11-16T16:29:54.673250Z
-  RT-Ticket: 6239
-  RT-Status: resolved
-  RT-Update: correspond
-  
-  Applied patch from Rudolph Pereira to allow email plugins to change ticket ID
-  
+ 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..
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r1926 | jesse | 2004-11-22 13:52:27 -0500 (Mon, 22 Nov 2004) | 18 lines
+r3346 | jesse | 2005-07-03 18:55:25 -0400 (Sun, 03 Jul 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   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
 
- r9326@tinbook:  jesse | 2004-11-22T18:53:57.082454Z
- RT-Ticket: 6125
- RT-Status: resolved
- RT-Update: correspond
- SpamAssasin mail plugin overhauled (Petter Reinholdtsen)
-       The current code wipe out the CurrentUser variable, and must be called
-       first in the chain of plugins.  There is no good reason why it need to
-       do this, so I propose to change it to keep the CurrentUser value.
-       
-       Here is a patch to change the argument handling, to pass
-       $args{'Message'} to spamassasin, instead of the strange $item value.
-       The patch also make sure CurrentUser and AuthLevel is passed through
-       when no change is wanted.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1922 | jesse | 2004-11-22 13:05:08 -0500 (Mon, 22 Nov 2004) | 9 lines
+r3345 | jesse | 2005-07-03 18:55:17 -0400 (Sun, 03 Jul 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/docs/rt3-schema-relationships.dot
+   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
 
- r9318@tinbook:  jesse | 2004-11-22T18:06:38.935955Z
- RT-Ticket: 6269
- RT-Status: resolved
- RT-Update: correspond
- RT3 schema diagram updated. (Todd Chapman)
+ r22198@hualien:  jesse | 2005-07-03 18:21:29 -0400
+  r22022@hualien:  jesse | 2005-06-30 01:29:44 -0400
+  * Reminders fixes
  
 
 ------------------------------------------------------------------------
-r1920 | autrijus | 2004-11-22 08:19:30 -0500 (Mon, 22 Nov 2004) | 4 lines
+r3344 | jesse | 2005-07-03 18:55:10 -0400 (Sun, 03 Jul 2005) | 18 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
+   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
 
- r5939@not:  autrijus | 2004-11-22T13:20:38.205298Z
- * the "Magic" on modify broke Image/Binary custom fields.
+ 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/
+   
+  
  
 
 ------------------------------------------------------------------------
-r1919 | jesse | 2004-11-22 02:25:42 -0500 (Mon, 22 Nov 2004) | 3 lines
+r3343 | jesse | 2005-07-03 18:54:54 -0400 (Sun, 03 Jul 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/EditLinks
 
- r9313@tinbook:  jesse | 2004-11-22T07:26:55.423227Z
- Comments about redundant code
+ 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.
 
 ------------------------------------------------------------------------
-r1918 | jesse | 2004-11-21 20:26:56 -0500 (Sun, 21 Nov 2004) | 3 lines
+r3342 | jesse | 2005-07-03 18:54:46 -0400 (Sun, 03 Jul 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/lib/t/regression/03web_compiliation_errors.t
 
- r9310@tinbook:  jesse | 2004-11-22T01:26:40.004042Z
- fixes for the perl module downloading bit
+ r22195@hualien:  jesse | 2005-07-03 18:21:15 -0400
+  r21980@hualien:  jesse | 2005-06-29 10:14:47 -0400
+  * Small testsuite fixes
 
 ------------------------------------------------------------------------
-r1916 | jesse | 2004-11-18 11:00:17 -0500 (Thu, 18 Nov 2004) | 8 lines
+r3341 | jesse | 2005-07-03 18:54:37 -0400 (Sun, 03 Jul 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Search/Bulk.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
 
- r9296@tinbook:  jesse | 2004-11-18T15:59:55.061638Z
- Ported Custom Field editing fixes from 3.2. Added a deprecated warning to a deprecated API.
- Cleaned up a tiny bit of formatting
+ r22194@hualien:  jesse | 2005-07-03 18:21:11 -0400
+  r21957@hualien:  jesse | 2005-06-27 11:45:13 -0400
+  * Fixing broken callback
  
 
 ------------------------------------------------------------------------
-r1915 | jesse | 2004-11-18 11:00:04 -0500 (Thu, 18 Nov 2004) | 1 line
+r3340 | jesse | 2005-07-03 18:54:30 -0400 (Sun, 03 Jul 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   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';.
+  
 
 ------------------------------------------------------------------------
-r1914 | jesse | 2004-11-18 10:59:05 -0500 (Thu, 18 Nov 2004) | 14 lines
+r3291 | trs | 2005-07-02 20:11:07 -0400 (Sat, 02 Jul 2005) | 15 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/UPGRADING
-   M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+   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
 
- r9280@tinbook:  jesse | 2004-11-17T18:34:51.857756Z
- A bunch of CustomField related improvements. Autrijus is working on the new test suite. Coming "tomorrow"
+ r4694@wintermute:  tom | 2005-07-02 20:09:14 -0400
+ LOTS of miscellaneous changes...
  
- UPGRADING FROM 3.3.11 and earlier - 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).
  
- = Rights Changes =
- Custom Fields now have an additional right "ModifyObjectCustomFieldValues". 
- This right governs whether a user can modify an object's custom field values
- for a particular custom field. This includes adding, deleting and changing values.
+ 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.
 
 ------------------------------------------------------------------------
-r1913 | autrijus | 2004-11-17 23:39:01 -0500 (Wed, 17 Nov 2004) | 4 lines
+r3290 | trs | 2005-07-01 23:23:31 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Footer
 
- r5691@not:  autrijus | 2004-11-18T04:40:20.966758Z
- * Remove the unused and misleading chunks in EditCustomField.
+ r4690@wintermute:  tom | 2005-07-01 23:21:18 -0400
+ Moved conditional outside of #legal
 
 ------------------------------------------------------------------------
-r1912 | autrijus | 2004-11-17 06:29:10 -0500 (Wed, 17 Nov 2004) | 1 line
+r3289 | trs | 2005-07-01 23:23:27 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   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
 
 ------------------------------------------------------------------------
-r1911 | autrijus | 2004-11-17 06:28:47 -0500 (Wed, 17 Nov 2004) | 7 lines
+r3288 | trs | 2005-07-01 23:23:23 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/autohandler
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html
 
- r4462@not:  autrijus | 2004-11-17T11:21:48.719799Z
- * under MasonX::Apache2Handler, empty arguments sometimes got
-   passed in as unicode strings, so Encode::decode('utf8')
-   fails miserably.  We now explicitly check is_utf8() before
-   applying a decode; this is a better style anyway.
+ r4688@wintermute:  tom | 2005-07-01 22:11:30 -0400
+ Added missing page title
 
 ------------------------------------------------------------------------
-r1908 | jesse | 2004-11-16 07:32:40 -0500 (Tue, 16 Nov 2004) | 3 lines
+r3287 | trs | 2005-07-01 21:25:00 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-
-Time::HiRes was improperly capitalized
+   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 :)
 
 ------------------------------------------------------------------------
-r1907 | jesse | 2004-11-15 16:19:49 -0500 (Mon, 15 Nov 2004) | 3 lines
+r3286 | trs | 2005-07-01 21:13:05 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/html/Elements/Footer
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
-   M /rt/branches/3.3-TESTING/html/autohandler
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   M /rt/branches/3.5-TESTING
+   D /rt/branches/3.5-TESTING/html/NoAuth/ossf.css
 
- r9270@tinbook:  jesse | 2004-11-15T21:17:01.591994Z
- Moved render time display out of an "if developer" block into a main-page div. Set up css to display it small and very de-emphasized
+ r4659@wintermute:  tom | 2005-07-01 21:11:37 -0400
+ Unneeded CSS file
 
 ------------------------------------------------------------------------
-r1906 | jesse | 2004-11-15 15:55:48 -0500 (Mon, 15 Nov 2004) | 5 lines
+r3285 | trs | 2005-07-01 21:13:02 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/html/Elements/Menu
+   M /rt/branches/3.5-TESTING/html/Elements/PageLayout
 
- r9268@tinbook:  jesse | 2004-11-15T20:51:06.505734Z
- Disabled replaced Current a bit back
+ r4658@wintermute:  tom | 2005-07-01 21:10:21 -0400
+ Fixed merge artifacts
 
 ------------------------------------------------------------------------
-r1905 | jesse | 2004-11-15 15:45:02 -0500 (Mon, 15 Nov 2004) | 5 lines
+r3284 | trs | 2005-07-01 21:12:51 -0400 (Fri, 01 Jul 2005) | 1 line
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
+   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
 
- r9266@tinbook:  jesse | 2004-11-15T20:24:28.381430Z
- Previous merge forward clobbered 3.3 branch changes.
 
 ------------------------------------------------------------------------
-r1903 | jesse | 2004-11-15 13:58:26 -0500 (Mon, 15 Nov 2004) | 3 lines
-Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/da.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/de.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/en.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/en_malkovich.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/es.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/fi.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/fr.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/he.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/hu.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/it.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/ja.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/no.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/ru.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_tw.po
-
- r9260@tinbook:  jesse | 2004-11-15T18:58:48.392208Z
- Reran string extraction for loc
-
-------------------------------------------------------------------------
-r1902 | jesse | 2004-11-15 13:57:52 -0500 (Mon, 15 Nov 2004) | 3 lines
+r3283 | trs | 2005-07-01 21:12:45 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/configure.ac
+   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
 
- r9259@tinbook:  jesse | 2004-11-15T17:21:40.789848Z
- Added the database dump tool to the list of executable things
+ 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.
 
 ------------------------------------------------------------------------
-r1901 | jesse | 2004-11-15 12:13:51 -0500 (Mon, 15 Nov 2004) | 3 lines
+r3282 | trs | 2005-07-01 21:12:41 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
+   M /rt/branches/3.5-TESTING
 
- r9257@tinbook:  jesse | 2004-11-15T17:13:44.237481Z
- Merging forward from RT 3.2 bugfixes
+ r4630@wintermute:  tom | 2005-07-01 14:07:13 -0400
+ Added var, local, and share to svn:ignore
 
 ------------------------------------------------------------------------
-r1898 | autrijus | 2004-11-15 04:43:23 -0500 (Mon, 15 Nov 2004) | 4 lines
+r3281 | trs | 2005-07-01 21:12:35 -0400 (Fri, 01 Jul 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
+   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
 
- r4175@not:  autrijus | 2004-11-15T09:44:43.225379Z
- * The XML-based dump format now finally round trips.
+ r4629@wintermute:  tom | 2005-07-01 14:05:58 -0400
+ All the little images used by the CSS
 
 ------------------------------------------------------------------------
-r1897 | autrijus | 2004-11-15 02:24:35 -0500 (Mon, 15 Nov 2004) | 4 lines
+r3280 | trs | 2005-07-01 21:12:32 -0400 (Fri, 01 Jul 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
+   M /rt/branches/3.5-TESTING
 
- r4166@not:  autrijus | 2004-11-15T07:25:55.961743Z
- * make "sbin/rt-dump-database 0" actually work.
+ 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".
+  
+  
  
 
 ------------------------------------------------------------------------
-r1896 | autrijus | 2004-11-15 01:30:04 -0500 (Mon, 15 Nov 2004) | 4 lines
+r3279 | trs | 2005-07-01 21:12:28 -0400 (Fri, 01 Jul 2005) | 54 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   M /rt/branches/3.5-TESTING
+   M /rt/branches/3.5-TESTING/etc/RT_Config.pm.in
 
- r4158@not:  autrijus | 2004-11-15T06:31:13.491985Z
- * Switch the rt-dump-database format from YAML to XML::Simple.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1894 | autrijus | 2004-11-14 12:11:20 -0500 (Sun, 14 Nov 2004) | 4 lines
+r3221 | pdh | 2005-06-16 23:37:58 -0400 (Thu, 16 Jun 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/sbin/factory
+   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".
 
- r4106@not:  autrijus | 2004-11-14T17:12:19.553522Z
- * Make sbin/factory safe from strict and warnings.
 
 ------------------------------------------------------------------------
-r1893 | autrijus | 2004-11-14 09:23:53 -0500 (Sun, 14 Nov 2004) | 5 lines
+r3140 | jesse | 2005-06-12 23:32:42 -0400 (Sun, 12 Jun 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+   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
 
- r4099@not:  autrijus | 2004-11-14T14:25:10.934431Z
- * It turns out that Apache::Log needs to be explicitly loaded
-   for MasonX::Apache2Handler to run.
+ r20056@hualien:  jesse | 2005-06-12 23:32:17 -0400
+ * 3.5.1
 
 ------------------------------------------------------------------------
-r1892 | autrijus | 2004-11-14 01:02:18 -0500 (Sun, 14 Nov 2004) | 1 line
+r3138 | jesse | 2005-06-12 22:52:55 -0400 (Sun, 12 Jun 2005) | 1 line
 Changed paths:
-   M /rt/branches/3.3-TESTING
-
+   A /rt/branches/3.5-TESTING (from /rt/branches/PLATANO-EXPERIMENTAL-CSS:3125)
 
+Branching RT 3.5 for testing
 ------------------------------------------------------------------------
-r1891 | autrijus | 2004-11-14 01:01:46 -0500 (Sun, 14 Nov 2004) | 5 lines
+r3125 | jesse | 2005-06-09 02:36:55 -0400 (Thu, 09 Jun 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
+   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
 
- r4056@not:  autrijus | 2004-11-14T05:55:16.343169Z
- * The chown() syntax in Handler.pm was broken.
- * Also removed an unneccessary capturing parenthesis.
+ r19711@hualien:  jesse | 2005-06-09 02:35:57 -0400
+ * Fixes from chaldea mergeup
 
 ------------------------------------------------------------------------
-r1890 | autrijus | 2004-11-14 01:01:21 -0500 (Sun, 14 Nov 2004) | 5 lines
+r3124 | jesse | 2005-06-09 02:36:24 -0400 (Thu, 09 Jun 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+   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
 
- r4055@not:  autrijus | 2004-11-14T05:54:37.364789Z
- * Under static_source, we need to purge the component cache
-   each time we restart, so newer components may be reloaded.
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1889 | autrijus | 2004-11-14 01:00:58 -0500 (Sun, 14 Nov 2004) | 5 lines
+r2928 | jesse | 2005-05-22 18:39:49 -0400 (Sun, 22 May 2005) | 10 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
 
- r3828@not:  autrijus | 2004-11-11T04:38:07.819422Z
- * Do not waste stat() calls on Callback elements.
- * If $RT::DevelMode is not set, do not refresh Callbacks cache at all.
+ 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
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1888 | autrijus | 2004-11-14 01:00:32 -0500 (Sun, 14 Nov 2004) | 4 lines
+r2927 | jesse | 2005-05-22 18:39:12 -0400 (Sun, 22 May 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
 
- r3827@not:  autrijus | 2004-11-11T02:06:28.593023Z
- * only exclude normal files, not directories.
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1887 | autrijus | 2004-11-14 01:00:09 -0500 (Sun, 14 Nov 2004) | 5 lines
+r2926 | jesse | 2005-05-22 18:38:49 -0400 (Sun, 22 May 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin
-   M /rt/branches/3.3-TESTING/etc
-   M /rt/branches/3.3-TESTING/lib
-   M /rt/branches/3.3-TESTING/lib/t
-   M /rt/branches/3.3-TESTING/sbin
-
- r3826@not:  autrijus | 2004-11-11T02:05:00.289897Z
- * set svn:ignore on directories to exclude generated files from
-   version control.
+   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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1884 | jesse | 2004-11-13 18:01:01 -0500 (Sat, 13 Nov 2004) | 1 line
+r2925 | jesse | 2005-05-22 18:37:54 -0400 (Sun, 22 May 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/releng.cnf
+   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
+  
 
-Bumping to 3.3.11
 ------------------------------------------------------------------------
-r1882 | jesse | 2004-11-13 00:12:51 -0500 (Sat, 13 Nov 2004) | 10 lines
+r2924 | jesse | 2005-05-22 18:37:32 -0400 (Sun, 22 May 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-   D /rt/branches/3.3-TESTING/html/NoAuth/images/back_home.gif
-   D /rt/branches/3.3-TESTING/html/NoAuth/images/head_requestracker.gif
-   D /rt/branches/3.3-TESTING/html/NoAuth/images/rt.jpg
-   D /rt/branches/3.3-TESTING/html/NoAuth/images/spacer.gif
-   D /rt/branches/3.3-TESTING/html/NoAuth/images/squares_blue.gif
-   M /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
-
- r9222@tinbook:  jesse | 2004-11-13T03:09:38.303870Z
- Core:
- * Removed images that weren't used anymore
- Configuration:
- * Fixed RTLogo configuration variable to actually display RT's logo.
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1881 | jesse | 2004-11-13 00:12:26 -0500 (Sat, 13 Nov 2004) | 4 lines
+r2923 | jesse | 2005-05-22 18:37:11 -0400 (Sun, 22 May 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/EditBasics
 
- r9221@tinbook:  jesse | 2004-11-13T02:43:58.587708Z
- No longer show the "Applies To" tab for user and group Custom Fields.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1880 | jesse | 2004-11-13 00:11:58 -0500 (Sat, 13 Nov 2004) | 6 lines
+r2922 | jesse | 2005-05-22 18:35:47 -0400 (Sun, 22 May 2005) | 231 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-
- r9220@tinbook:  jesse | 2004-11-13T02:42:34.101313Z
- Those variables need to have the RT namespace.
+   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.
+  
  
 
 ------------------------------------------------------------------------
-r1879 | jesse | 2004-11-13 00:11:31 -0500 (Sat, 13 Nov 2004) | 4 lines
+r2921 | jesse | 2005-05-22 18:35:09 -0400 (Sun, 22 May 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-
- r9219@tinbook:  jesse | 2004-11-13T00:28:50.936425Z
- Made the automatic cache flushing configurable.
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1878 | jesse | 2004-11-13 00:11:00 -0500 (Sat, 13 Nov 2004) | 4 lines
+r2805 | jesse | 2005-04-24 17:18:35 -0400 (Sun, 24 Apr 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+   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
 
- r9218@tinbook:  jesse | 2004-11-12T03:08:16.964082Z
- Refactored the column map to only initialize itself once, rather than every time it's called
+ r14466@hualien:  jesse | 2005-04-24 17:16:41 -0400
+ * Small merge fixes from gugod
 
 ------------------------------------------------------------------------
-r1877 | autrijus | 2004-11-11 23:51:18 -0500 (Thu, 11 Nov 2004) | 5 lines
+r2804 | jesse | 2005-04-24 17:17:46 -0400 (Sun, 24 Apr 2005) | 102 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/Callback
+   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
 
- r3828@not:  autrijus | 2004-11-11T04:38:07.819422Z
- * Do not waste stat() calls on Callback elements.
- * If $RT::DevelMode is not set, do not refresh Callbacks cache at all.
+ r13124@hualien:  jesse | 2005-04-16 04:12:52 -0400
+ * Compilation fixes from the forward merge
 
 ------------------------------------------------------------------------
-r1876 | autrijus | 2004-11-11 23:51:01 -0500 (Thu, 11 Nov 2004) | 4 lines
+r2734 | jesse | 2005-04-16 04:20:52 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectSearchesForObjects
 
- r3827@not:  autrijus | 2004-11-11T02:06:28.593023Z
- * only exclude normal files, not directories.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1875 | autrijus | 2004-11-11 23:47:44 -0500 (Thu, 11 Nov 2004) | 5 lines
+r2733 | jesse | 2005-04-16 04:20:45 -0400 (Sat, 16 Apr 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin
-   M /rt/branches/3.3-TESTING/etc
-   M /rt/branches/3.3-TESTING/lib
-   M /rt/branches/3.3-TESTING/lib/t
-   M /rt/branches/3.3-TESTING/sbin
-
- r3826@not:  autrijus | 2004-11-11T02:05:00.289897Z
- * set svn:ignore on directories to exclude generated files from
-   version control.
+   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.
+     
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1800 | autrijus | 2004-11-10 08:50:55 -0500 (Wed, 10 Nov 2004) | 5 lines
+r2732 | jesse | 2005-04-16 04:20:31 -0400 (Sat, 16 Apr 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/lib/RT.pm.in
-
- r3590@not:  autrijus | 2004-11-10T13:52:05.548584Z
- * Flush cache at end of each request.
- * Defeat perlbug that mangles (caller(0))[1] wheneter $^P is set by Module::Refresh.
+   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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1796 | autrijus | 2004-11-10 08:15:51 -0500 (Wed, 10 Nov 2004) | 5 lines
+r2731 | jesse | 2005-04-16 04:20:22 -0400 (Sat, 16 Apr 2005) | 80 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachments_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMembers_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Link_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Links_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principals_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripActions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripConditions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Template_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Templates_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transactions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
-
- 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.
+   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.
+     
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1789 | jesse | 2004-11-10 07:58:47 -0500 (Wed, 10 Nov 2004) | 12 lines
+r2730 | jesse | 2005-04-16 04:20:15 -0400 (Sat, 16 Apr 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Standalone.pm
 
- 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.
-  
-  
+ 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
+   
   
  
 
 ------------------------------------------------------------------------
-r1788 | jesse | 2004-11-10 07:58:22 -0500 (Wed, 10 Nov 2004) | 5 lines
+r2729 | jesse | 2005-04-16 04:20:09 -0400 (Sat, 16 Apr 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/SelfService/Display.html
 
- 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
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1786 | jesse | 2004-11-10 07:38:04 -0500 (Wed, 10 Nov 2004) | 3 lines
+r2728 | jesse | 2005-04-16 04:19:57 -0400 (Sat, 16 Apr 2005) | 10 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/URI/t.pm
 
- r9037@tinbook:  jesse | 2004-11-10T12:38:52.925002Z
- * $ was missing on the DevelMode option
+ 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.
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1779 | autrijus | 2004-11-10 05:09:04 -0500 (Wed, 10 Nov 2004) | 4 lines
+r2727 | jesse | 2005-04-16 04:19:51 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Simple.html
 
- r3567@not:  autrijus | 2004-11-10T10:09:08.775089Z
- * Add Module::Refresh as a dependency.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1778 | autrijus | 2004-11-10 05:08:41 -0500 (Wed, 10 Nov 2004) | 4 lines
+r2726 | jesse | 2005-04-16 04:19:45 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.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/t/regression/12-search.t
 
- r3566@not:  autrijus | 2004-11-10T10:08:56.876914Z
- * Under developer mode, do not let Mason cache object files on var/.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1777 | autrijus | 2004-11-10 05:08:17 -0500 (Wed, 10 Nov 2004) | 4 lines
+r2725 | jesse | 2005-04-16 04:19:38 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/html/Elements/Callback
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/ParseFormat
-   M /rt/branches/3.3-TESTING/html/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBoxStart
-   M /rt/branches/3.3-TESTING/lib/RT/CurrentUser.pm
-   M /rt/branches/3.3-TESTING/lib/RT.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
 
- r3565@not:  autrijus | 2004-11-10T10:08:34.482570Z
- * Various warning avoidance patches.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1767 | jesse | 2004-11-09 21:01:21 -0500 (Tue, 09 Nov 2004) | 4 lines
+r2724 | jesse | 2005-04-16 04:19:22 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-
- r8969@tinbook:  jesse | 2004-11-10T02:01:53.054185Z
- Fixing DeveloperlMode -> DevelMode.  Thanks to Reed Lowden for the catch.
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1766 | jesse | 2004-11-09 03:28:53 -0500 (Tue, 09 Nov 2004) | 8 lines
-Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/Makefile.in
-   M /rt/branches/3.3-TESTING/README
-   M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
-   M /rt/branches/3.3-TESTING/bin/rt-crontool.in
-   M /rt/branches/3.3-TESTING/bin/rt-mailgate.in
-   M /rt/branches/3.3-TESTING/bin/rt.in
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Objects.html
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/AddCustomFieldValue
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/CreateUserCalled
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/CustomFieldTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFieldValues
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditQueueWatchers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrip
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrips
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditTemplates
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditUserComments
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/GlobalCustomFieldTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/GroupTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalScrips
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ModifyTemplate
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ObjectCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/PickObjects
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueRightsForUser
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldLookupType
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldType
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectGroups
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyGroup
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyQueue
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyUser
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectNewGroupMembers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScrip
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripAction
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripCondition
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectSingleOrMultiple
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectStage
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectTemplate
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectUsers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SystemTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ToolTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/UserTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Groups.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Queue-Tickets.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Queue-Transactions.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Users.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Scrip.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Scrips.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Template.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Templates.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/CustomFields.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/History.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/Members.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomField.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomFields.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/People.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrip.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrips.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Template.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Templates.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
-   M /rt/branches/3.3-TESTING/html/Admin/Tools/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/CustomFields.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/History.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/Memberships.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/autohandler
-   M /rt/branches/3.3-TESTING/html/Admin/index.html
-   M /rt/branches/3.3-TESTING/html/Approvals/Display.html
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/Approve
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/PendingMyApproval
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/ShowDependency
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Approvals/index.html
-   M /rt/branches/3.3-TESTING/html/Download/CustomFieldValue/dhandler
-   M /rt/branches/3.3-TESTING/html/Download/Tabular/dhandler
-   M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedEnd
-   M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedStart
-   M /rt/branches/3.3-TESTING/html/Elements/Callback
-   M /rt/branches/3.3-TESTING/html/Elements/Checkbox
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/ParseFormat
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
-   M /rt/branches/3.3-TESTING/html/Elements/CreateTicket
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldBinary
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldFreeform
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldImage
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldSelect
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldText
-   M /rt/branches/3.3-TESTING/html/Elements/EditLinks
-   M /rt/branches/3.3-TESTING/html/Elements/Error
-   M /rt/branches/3.3-TESTING/html/Elements/Footer
-   M /rt/branches/3.3-TESTING/html/Elements/GotoTicket
-   M /rt/branches/3.3-TESTING/html/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Elements/ListActions
-   M /rt/branches/3.3-TESTING/html/Elements/Login
-   M /rt/branches/3.3-TESTING/html/Elements/Menu
-   M /rt/branches/3.3-TESTING/html/Elements/MessageBox
-   M /rt/branches/3.3-TESTING/html/Elements/MyRequests
-   M /rt/branches/3.3-TESTING/html/Elements/MyTickets
-   M /rt/branches/3.3-TESTING/html/Elements/PageLayout
-   M /rt/branches/3.3-TESTING/html/Elements/QueryString
-   M /rt/branches/3.3-TESTING/html/Elements/QuickCreate
-   M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
-   M /rt/branches/3.3-TESTING/html/Elements/Refresh
-   M /rt/branches/3.3-TESTING/html/Elements/ScrubHTML
-   M /rt/branches/3.3-TESTING/html/Elements/Section
-   M /rt/branches/3.3-TESTING/html/Elements/SelectAttachmentField
-   M /rt/branches/3.3-TESTING/html/Elements/SelectBoolean
-   M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldOperator
-   M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldValue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDate
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDateRelation
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDateType
-   M /rt/branches/3.3-TESTING/html/Elements/SelectEqualityOperator
-   M /rt/branches/3.3-TESTING/html/Elements/SelectGroups
-   M /rt/branches/3.3-TESTING/html/Elements/SelectLang
-   M /rt/branches/3.3-TESTING/html/Elements/SelectLinkType
-   M /rt/branches/3.3-TESTING/html/Elements/SelectMatch
-   M /rt/branches/3.3-TESTING/html/Elements/SelectNewTicketQueue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
-   M /rt/branches/3.3-TESTING/html/Elements/SelectQueue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectResultsPerPage
-   M /rt/branches/3.3-TESTING/html/Elements/SelectSortOrder
-   M /rt/branches/3.3-TESTING/html/Elements/SelectStatus
-   M /rt/branches/3.3-TESTING/html/Elements/SelectTicketSortBy
-   M /rt/branches/3.3-TESTING/html/Elements/SelectTicketTypes
-   M /rt/branches/3.3-TESTING/html/Elements/SelectUsers
-   M /rt/branches/3.3-TESTING/html/Elements/SelectWatcherType
-   M /rt/branches/3.3-TESTING/html/Elements/SetupSessionCookie
-   M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFieldImage
-   M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFields
-   M /rt/branches/3.3-TESTING/html/Elements/ShowLink
-   M /rt/branches/3.3-TESTING/html/Elements/ShowLinks
-   M /rt/branches/3.3-TESTING/html/Elements/ShowMemberships
-   M /rt/branches/3.3-TESTING/html/Elements/SimpleSearch
-   M /rt/branches/3.3-TESTING/html/Elements/Submit
-   M /rt/branches/3.3-TESTING/html/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBox
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBoxEnd
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBoxStart
-   M /rt/branches/3.3-TESTING/html/NoAuth/Logout.html
-   M /rt/branches/3.3-TESTING/html/NoAuth/Reminder.html
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/ns
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/attachments
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/history
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/links
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/ns
-   M /rt/branches/3.3-TESTING/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/branches/3.3-TESTING/html/REST/1.0/autohandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/dhandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/logout
-   M /rt/branches/3.3-TESTING/html/REST/1.0/search/dhandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/comment
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/link
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/merge
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
-   M /rt/branches/3.3-TESTING/html/Search/Bulk.html
-   M /rt/branches/3.3-TESTING/html/Search/Edit.html
-   M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
-   M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditFormat
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditQuery
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
-   M /rt/branches/3.3-TESTING/html/Search/Elements/NewListActions
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SearchPrivacy
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectAndOr
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectGroup
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectPersonType
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchObject
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchesForObjects
-   M /rt/branches/3.3-TESTING/html/Search/Results.html
-   M /rt/branches/3.3-TESTING/html/Search/Results.rdf
-   M /rt/branches/3.3-TESTING/html/Search/Results.tsv
-   M /rt/branches/3.3-TESTING/html/SelfService/Attachment/dhandler
-   M /rt/branches/3.3-TESTING/html/SelfService/Closed.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Create.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Display.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/GotoTicket
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/Header
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/SelfService/Error.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Prefs.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Update.html
-   M /rt/branches/3.3-TESTING/html/SelfService/index.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Attachment/dhandler
-   M /rt/branches/3.3-TESTING/html/Ticket/Create.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Display.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/AddWatchers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/BulkLinks
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditBasics
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditDates
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditPeople
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditWatchers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/FindAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/LoadTextAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/PreviewScrips
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowBasics
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowCustomFields
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDates
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDependencies
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowGroupMembers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowHistory
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMemberOf
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMembers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageStanza
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowReferences
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowRequestor
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowSummary
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransaction
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowUserEntry
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Ticket/History.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Modify.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyDates.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyLinks.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyPeople.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ShowEmailRecord.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Update.html
-   M /rt/branches/3.3-TESTING/html/Tools/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Tools/MyDay.html
-   M /rt/branches/3.3-TESTING/html/Tools/Offline.html
-   M /rt/branches/3.3-TESTING/html/User/Delegation.html
-   M /rt/branches/3.3-TESTING/html/User/Elements/DelegateRights
-   M /rt/branches/3.3-TESTING/html/User/Elements/GroupTabs
-   M /rt/branches/3.3-TESTING/html/User/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/User/Groups/Members.html
-   M /rt/branches/3.3-TESTING/html/User/Groups/Modify.html
-   M /rt/branches/3.3-TESTING/html/User/Groups/index.html
-   M /rt/branches/3.3-TESTING/html/User/Prefs.html
-   M /rt/branches/3.3-TESTING/html/autohandler
-   M /rt/branches/3.3-TESTING/html/index.html
-   M /rt/branches/3.3-TESTING/html/l
-   M /rt/branches/3.3-TESTING/lib/RT/ACE.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/AutoOpen.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Autoreply.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/EscalatePriority.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Notify.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/NotifyAsComment.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/RecordComment.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/RecordCorrespondence.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/ResolveMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SetPriority.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/UserDefined.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachments.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachments_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Base.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/AnyTransaction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/BeforeDue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/Overdue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/OwnerChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityExceeds.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/QueueChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/StatusChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/UserDefined.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CurrentUser.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Date.pm
-   M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMembers_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Handle.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/i_default.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/CLI.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/GnuPG.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/REST.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Link.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Link_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Links.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Links_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principals.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principals_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripActions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripActions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripConditions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripConditions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Search/ActiveTicketsInQueue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Search/FromSQL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Search/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/SearchBuilder.pm
-   M /rt/branches/3.3-TESTING/lib/RT/System.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Template.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Template_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Templates.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Templates_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transactions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transactions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI/base.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI/fsck_com_rt.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Users.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT.pm.in
-   M /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
-   M /rt/branches/3.3-TESTING/sbin/extract-message-catalog
-   M /rt/branches/3.3-TESTING/sbin/extract_pod_tests
-   M /rt/branches/3.3-TESTING/sbin/factory
-   M /rt/branches/3.3-TESTING/sbin/license_tag
-   M /rt/branches/3.3-TESTING/sbin/regression_harness
-   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
-   M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
-
- r8965@tinbook:  jesse | 2004-11-09T08:25:30.422838Z
- Updated license tagging and folding for license tagging
- * No functionality changes
-
-------------------------------------------------------------------------
-r1765 | jesse | 2004-11-09 02:55:47 -0500 (Tue, 09 Nov 2004) | 5 lines
+r2723 | jesse | 2005-04-16 04:19:15 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-
- r8963@tinbook:  jesse | 2004-11-09T07:55:26.294077Z
- Just formatting changes. ran perltidy on HasRight.
+   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"
+  
  
 
 ------------------------------------------------------------------------
-r1763 | jesse | 2004-11-09 00:46:40 -0500 (Tue, 09 Nov 2004) | 7 lines
+r2722 | jesse | 2005-04-16 04:19:08 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   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
 
- 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
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1759 | jesse | 2004-11-08 23:58:09 -0500 (Mon, 08 Nov 2004) | 4 lines
+r2721 | jesse | 2005-04-16 04:18:54 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/User/Elements/Tabs
 
- r8951@tinbook:  jesse | 2004-11-09T04:59:07.816904Z
- Fixed a comment about the static_source directive for mason. Thanks to matthewd
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1758 | jesse | 2004-11-08 22:47:40 -0500 (Mon, 08 Nov 2004) | 16 lines
+r2720 | jesse | 2005-04-16 04:18:48 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/configure.ac
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-   M /rt/branches/3.3-TESTING/html/Elements/PageLayout
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBoxEnd
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowHistory
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
-
- 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.
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1757 | jesse | 2004-11-08 22:47:13 -0500 (Mon, 08 Nov 2004) | 4 lines
+r2719 | jesse | 2005-04-16 04:18:41 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Base.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/SearchOptions.html
 
- r8941@tinbook:  jesse | 2004-11-08T17:18:03.357715Z
- Added a bit of documentation to RT::Base; removed an unused line of code
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1753 | jesse | 2004-11-08 08:25:36 -0500 (Mon, 08 Nov 2004) | 3 lines
+r2718 | jesse | 2005-04-16 04:18:27 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-
- r8935@tinbook:  jesse | 2004-11-08T13:18:04.774918Z
- * Turning off the forking in standalone_httpd. It was never a win
+   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
+  
 
 ------------------------------------------------------------------------
-r1752 | autrijus | 2004-11-08 07:53:51 -0500 (Mon, 08 Nov 2004) | 4 lines
+r2717 | jesse | 2005-04-16 04:18:18 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-
- r3280@not:  autrijus | 2004-11-08T12:13:28.529608Z
- * make kill -HUP work sanely.
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1751 | autrijus | 2004-11-08 07:53:30 -0500 (Mon, 08 Nov 2004) | 1 line
+r2716 | jesse | 2005-04-16 04:18:10 -0400 (Sat, 16 Apr 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
+   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.
+  
 
 ------------------------------------------------------------------------
-r1750 | autrijus | 2004-11-08 07:53:00 -0500 (Mon, 08 Nov 2004) | 4 lines
+r2715 | jesse | 2005-04-16 04:18:05 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   D /rt/branches/3.3-TESTING/spec
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/DisplayOptions
 
- r1748@not:  autrijus | 2004-11-08T08:29:17.162697Z
- * remove the now-empty spec/ directory.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1749 | autrijus | 2004-11-08 07:52:36 -0500 (Mon, 08 Nov 2004) | 4 lines
+r2714 | jesse | 2005-04-16 04:17:53 -0400 (Sat, 16 Apr 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   A /rt/branches/3.3-TESTING/docs/design_docs/3.3-schema-redesign.txt
-   D /rt/branches/3.3-TESTING/spec/schema.txt
+   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
 
- r1747@not:  autrijus | 2004-11-08T08:28:53.206839Z
- * move the design spec from spec/ under the docs/design_docs/ space where it belongs.
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1748 | autrijus | 2004-11-08 07:52:03 -0500 (Mon, 08 Nov 2004) | 5 lines
+r2713 | jesse | 2005-04-16 04:17:46 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/spec/schema.txt
-
- r1746@not:  autrijus | 2004-11-08T08:27:45.676219Z
- * V7 of redesign schema, incoporating many more comments and
-   the new, clkao-inspired fields.
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1744 | jesse | 2004-11-07 11:26:35 -0500 (Sun, 07 Nov 2004) | 8 lines
+r2712 | jesse | 2005-04-16 04:17:39 -0400 (Sat, 16 Apr 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/configure.ac
-   M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
-   A /rt/branches/3.3-TESTING/lib/t/08web_cf.pl.in
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/Makefile.in
 
- 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
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1743 | jesse | 2004-11-07 10:10:03 -0500 (Sun, 07 Nov 2004) | 1 line
+r2711 | jesse | 2005-04-16 04:17:32 -0400 (Sat, 16 Apr 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+   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
+   
+  
 
 ------------------------------------------------------------------------
-r1742 | jesse | 2004-11-07 10:09:36 -0500 (Sun, 07 Nov 2004) | 5 lines
+r2710 | jesse | 2005-04-16 04:17:18 -0400 (Sat, 16 Apr 2005) | 15 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
-
- r6225@tinbook:  jesse | 2004-11-07T14:44:15.591492Z
- Web
-     * Refactore BuildFormatString to simplify logic and improve reliability
+   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
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1741 | jesse | 2004-11-07 10:09:14 -0500 (Sun, 07 Nov 2004) | 4 lines
+r2709 | jesse | 2005-04-16 04:17:12 -0400 (Sat, 16 Apr 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary
 
- r6201@tinbook:  jesse | 2004-11-07T05:35:22.316024Z
- Refactoring and restyling the Ticket List to present prettier tables with more human-readable names
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1740 | jesse | 2004-11-07 10:08:50 -0500 (Sun, 07 Nov 2004) | 5 lines
+r2708 | jesse | 2005-04-16 04:17:06 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
 
- 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
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1739 | jesse | 2004-11-07 10:08:29 -0500 (Sun, 07 Nov 2004) | 4 lines
+r2707 | jesse | 2005-04-16 04:17:00 -0400 (Sat, 16 Apr 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditFormat
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
 
- 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
+ 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.
+   
+  
  
 
 ------------------------------------------------------------------------
-r1738 | jesse | 2004-11-07 10:08:08 -0500 (Sun, 07 Nov 2004) | 3 lines
+r2706 | jesse | 2005-04-16 04:16:52 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
-   M /rt/branches/3.3-TESTING/html/Search/Results.html
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-
- r6198@tinbook:  jesse | 2004-11-07T04:18:22.934311Z
- Devel: Changed severity of calling Principal->HasRight without a Right
+   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
+  
 
 ------------------------------------------------------------------------
-r1737 | jesse | 2004-11-07 10:05:16 -0500 (Sun, 07 Nov 2004) | 4 lines
+r2705 | jesse | 2005-04-16 04:16:37 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
-
- r6197@tinbook:  jesse | 2004-11-07T03:38:25.380100Z
- Switching Quicksearch to use most standard CSS styles
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1736 | jesse | 2004-11-07 10:04:54 -0500 (Sun, 07 Nov 2004) | 4 lines
+r2704 | jesse | 2005-04-16 04:16:31 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
+   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
 
- r6196@tinbook:  jesse | 2004-11-07T03:37:32.303504Z
- Squash warnings when trying to check acls on nonexisten custom fields
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1735 | jesse | 2004-11-07 10:04:23 -0500 (Sun, 07 Nov 2004) | 4 lines
+r2703 | jesse | 2005-04-16 04:16:25 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
 
- r6195@tinbook:  jesse | 2004-11-06T15:14:59.241373Z
- Better handling of Record deletion confirmation messages. (To go with new searchbuilder fixes)
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1734 | autrijus | 2004-11-07 09:38:43 -0500 (Sun, 07 Nov 2004) | 6 lines
+r2702 | jesse | 2005-04-16 04:16:19 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
-
-* 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.
+   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
+  
 
 ------------------------------------------------------------------------
-r1731 | autrijus | 2004-11-07 09:32:12 -0500 (Sun, 07 Nov 2004) | 4 lines
+r2701 | jesse | 2005-04-16 04:16:12 -0400 (Sat, 16 Apr 2005) | 8 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
-
- r10263@not:  autrijus | 2004-11-07T14:15:05.153388Z
- * one loc fix.
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1730 | autrijus | 2004-11-07 09:30:22 -0500 (Sun, 07 Nov 2004) | 4 lines
+r2700 | jesse | 2005-04-16 04:15:57 -0400 (Sat, 16 Apr 2005) | 12 lines
 Changed paths:
-   M /rt
-   A /rt/branches/3.3-TESTING/html/Search/Elements/EditQuery
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectAndOr
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectPersonType
-
- r10261@not:  autrijus | 2004-11-07T08:55:02.919657Z
- * loc and layout fixed.
+   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.
+   
+  
  
 
 ------------------------------------------------------------------------
-r1729 | autrijus | 2004-11-07 09:30:06 -0500 (Sun, 07 Nov 2004) | 6 lines
+r2699 | jesse | 2005-04-16 04:15:49 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
-
- 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.
+   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
+  
  
 
 ------------------------------------------------------------------------
-r1728 | autrijus | 2004-11-07 09:29:51 -0500 (Sun, 07 Nov 2004) | 5 lines
+r2698 | jesse | 2005-04-16 04:15:42 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Create.html
 
- 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.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1727 | autrijus | 2004-11-07 09:28:27 -0500 (Sun, 07 Nov 2004) | 5 lines
+r2697 | jesse | 2005-04-16 04:15:34 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
 
- r10253@not:  autrijus | 2004-11-06T10:17:49.792085Z
- * "make initdb" now an alias of "make initialize-database".
+ 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();
+  
  
 
 ------------------------------------------------------------------------
-r1726 | autrijus | 2004-11-07 09:26:14 -0500 (Sun, 07 Nov 2004) | 5 lines
+r2696 | jesse | 2005-04-16 04:15:21 -0400 (Sat, 16 Apr 2005) | 13 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
-
- r10252@not:  autrijus | 2004-11-06T10:17:41.433720Z
- * "make dropdb" on SQLite now works.
+   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.
+   
+  
  
 
 ------------------------------------------------------------------------
-r1725 | autrijus | 2004-11-07 09:22:06 -0500 (Sun, 07 Nov 2004) | 5 lines
+r2695 | jesse | 2005-04-16 04:15:15 -0400 (Sat, 16 Apr 2005) | 7 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields.pm
-   M /rt/branches/3.3-TESTING/sbin/factory
+   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
 
- r10251@not:  autrijus | 2004-11-06T10:17:29.202899Z
- * fallouts from the OCFV schema change.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1724 | autrijus | 2004-11-07 09:17:03 -0500 (Sun, 07 Nov 2004) | 7 lines
+r2694 | jesse | 2005-04-16 04:15:07 -0400 (Sat, 16 Apr 2005) | 29 lines
 Changed paths:
-   M /rt
-   A /rt/branches/3.3-TESTING/etc/upgrade/3.3.11
-   A /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.Pg
-   A /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.mysql
-
- 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.
+   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.
+   
+  
  
 
 ------------------------------------------------------------------------
-r1723 | autrijus | 2004-11-07 09:16:15 -0500 (Sun, 07 Nov 2004) | 4 lines
+r2693 | jesse | 2005-04-16 04:14:56 -0400 (Sat, 16 Apr 2005) | 15 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/etc/schema.Oracle
-   M /rt/branches/3.3-TESTING/etc/schema.Pg
-   M /rt/branches/3.3-TESTING/etc/schema.SQLite
-   M /rt/branches/3.3-TESTING/etc/schema.mysql
-
- r10242@not:  autrijus | 2004-11-06T06:59:58.274625Z
- * Schema changes for Pg, SQLite, mysql and Oracle.
+   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.
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1721 | autrijus | 2004-11-05 06:43:18 -0500 (Fri, 05 Nov 2004) | 18 lines
+r2692 | jesse | 2005-04-16 04:14:42 -0400 (Sat, 16 Apr 2005) | 8 lines
 Changed paths:
-   M /rt
-   M /rt/branches
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/html/Search/Bulk.html
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-
-  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.
+   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.
+   
+  
  
 
-
 ------------------------------------------------------------------------
-r1718 | autrijus | 2004-11-05 03:56:10 -0500 (Fri, 05 Nov 2004) | 3 lines
+r2691 | jesse | 2005-04-16 04:14:35 -0400 (Sat, 16 Apr 2005) | 12 lines
 Changed paths:
-   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
-
-* Log::Dispatch wants ->warning, not ->warn.
-
+   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.
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1716 | jesse | 2004-11-04 23:02:48 -0500 (Thu, 04 Nov 2004) | 5 lines
+r2690 | jesse | 2005-04-16 04:14:26 -0400 (Sat, 16 Apr 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
-
- r6175@tinbook:  jesse | 2004-11-05T02:17:24.427390Z
- Improved comments and folds in RT::Record
+   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.
+   
+  
  
 
 ------------------------------------------------------------------------
-r1715 | jesse | 2004-11-04 23:02:27 -0500 (Thu, 04 Nov 2004) | 4 lines
+r2689 | jesse | 2005-04-16 04:14:17 -0400 (Sat, 16 Apr 2005) | 19 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-
- 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.
+   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.
+   
+  
  
 
 ------------------------------------------------------------------------
-r1714 | jesse | 2004-11-04 23:02:06 -0500 (Thu, 04 Nov 2004) | 4 lines
+r2688 | jesse | 2005-04-16 04:14:08 -0400 (Sat, 16 Apr 2005) | 21 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-
- 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)
+   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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1713 | jesse | 2004-11-04 23:01:23 -0500 (Thu, 04 Nov 2004) | 4 lines
+r2687 | jesse | 2005-04-16 04:14:01 -0400 (Sat, 16 Apr 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFields
-
- r6172@tinbook:  jesse | 2004-11-05T02:14:19.720658Z
- Improved list format for multiple custom field values
+   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.
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1712 | jesse | 2004-11-04 23:00:28 -0500 (Thu, 04 Nov 2004) | 4 lines
+r2686 | jesse | 2005-04-16 04:13:51 -0400 (Sat, 16 Apr 2005) | 10 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/CreateTicket
-   M /rt/branches/3.3-TESTING/html/Ticket/Create.html
-
- r6171@tinbook:  jesse | 2004-11-05T02:14:02.424154Z
- More form Names to make testing easier
+   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.
+   
+  
  
 
 ------------------------------------------------------------------------
-r1711 | jesse | 2004-11-04 22:59:53 -0500 (Thu, 04 Nov 2004) | 4 lines
+r2685 | jesse | 2005-04-16 04:13:38 -0400 (Sat, 16 Apr 2005) | 31 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
-
- r6170@tinbook:  jesse | 2004-11-04T08:33:12.626307Z
- Added a couple of form NAME elements, to ease testing
+   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
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1710 | jesse | 2004-11-04 22:59:24 -0500 (Thu, 04 Nov 2004) | 6 lines
+r2628 | jesse | 2005-04-15 13:13:42 -0400 (Fri, 15 Apr 2005) | 3 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   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
 
- 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
+ r12803@hualien:  jesse | 2005-04-15 13:11:33 -0400
+ * Titlebox fixes from Gugod
 
 ------------------------------------------------------------------------
-r1709 | jesse | 2004-11-01 00:55:09 -0500 (Mon, 01 Nov 2004) | 3 lines
+r2621 | autrijus | 2005-04-13 11:35:31 -0400 (Wed, 13 Apr 2005) | 1 line
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-
- r6157@tinbook:  jesse | 2004-11-01T04:52:49.078521Z
- A patch from 3.2 accidentally cascaded forward
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Ticket/Elements/ShowSummary
 
+* typo - syntax fixes
 ------------------------------------------------------------------------
-r1708 | jesse | 2004-11-01 00:54:59 -0500 (Mon, 01 Nov 2004) | 11 lines
+r2604 | jesse | 2005-04-11 10:11:27 -0400 (Mon, 11 Apr 2005) | 43 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
+   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
 
- 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
-  
+ 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
   
  
 
 ------------------------------------------------------------------------
-r1707 | jesse | 2004-11-01 00:54:47 -0500 (Mon, 01 Nov 2004) | 12 lines
+r2464 | jesse | 2005-03-14 03:05:12 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Bulk.html
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-
- 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)
-  
+   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
   
  
 
 ------------------------------------------------------------------------
-r1704 | jesse | 2004-10-31 22:49:50 -0500 (Sun, 31 Oct 2004) | 10 lines
+r2463 | jesse | 2005-03-14 03:05:03 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
 
- 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.
+ 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. 
+  
  
 
 ------------------------------------------------------------------------
-r1699 | jesse | 2004-10-27 18:01:49 -0400 (Wed, 27 Oct 2004) | 5 lines
+r2462 | jesse | 2005-03-14 03:04:49 -0500 (Mon, 14 Mar 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Scrips_Overlay.pm
 
- r6127@tinbook:  jesse | 2004-10-27T22:02:28.387934Z
- Bumping to 3.3.10
+ 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.
+   
+   
+  
  
 
 ------------------------------------------------------------------------
-r1698 | jesse | 2004-10-27 04:06:56 -0400 (Wed, 27 Oct 2004) | 12 lines
+r2461 | jesse | 2005-03-14 03:04:43 -0500 (Mon, 14 Mar 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-
- 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.
-  
-  
+   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
+   
   
  
 
 ------------------------------------------------------------------------
-r1697 | jesse | 2004-10-27 04:06:29 -0400 (Wed, 27 Oct 2004) | 5 lines
+r2460 | jesse | 2005-03-14 03:04:38 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/Objects.html
 
- 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
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1696 | jesse | 2004-10-27 04:05:52 -0400 (Wed, 27 Oct 2004) | 10 lines
+r2459 | jesse | 2005-03-14 03:04:27 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
 
- 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
+ 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)
   
  
 
 ------------------------------------------------------------------------
-r1695 | jesse | 2004-10-27 04:05:26 -0400 (Wed, 27 Oct 2004) | 9 lines
+r2458 | jesse | 2005-03-14 03:04:14 -0500 (Mon, 14 Mar 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/schema.Pg
-   M /rt/branches/3.3-TESTING/etc/upgrade/3.1.0/schema.Pg
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Action/SendEmail.pm
 
- r6118@tinbook:  jesse | 2004-10-27T07:55:31.895658Z
-  r6007@tinbook:  jesse | 2004-10-14T21:47:50.297291Z
-  RT-Ticket: 6197
-  RT-Status: resolved
+ 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'
+   
   
-  Removed a comment from the PostgreSQL schema files, as some versions of postgres fail to parse it well.
+
+------------------------------------------------------------------------
+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
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r1694 | jesse | 2004-10-27 04:05:10 -0400 (Wed, 27 Oct 2004) | 8 lines
+r2456 | jesse | 2005-03-14 03:04:01 -0500 (Mon, 14 Mar 2005) | 14 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
 
- 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.
+ 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
+    
+   
   
  
 
 ------------------------------------------------------------------------
-r1692 | jesse | 2004-10-27 00:31:12 -0400 (Wed, 27 Oct 2004) | 4 lines
+r2455 | jesse | 2005-03-14 03:03:55 -0500 (Mon, 14 Mar 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Bulk.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Create.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowSummary
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Update.html
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-   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/3.3-TESTING/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/pl.po
 
- r6113@tinbook:  jesse | 2004-10-27T04:31:13.448231Z
- Added support for recording transaction custom fields on ticket creation.
+ 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
+    
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1688 | jesse | 2004-10-23 18:05:14 -0400 (Sat, 23 Oct 2004) | 3 lines
+r2454 | jesse | 2005-03-14 03:03:42 -0500 (Mon, 14 Mar 2005) | 17 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
-
- r6101@tinbook:  jesse | 2004-10-23T22:05:06.396023Z
- Bumping to 3.3.9
+   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)
+    
+    
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1686 | jesse | 2004-10-23 17:50:32 -0400 (Sat, 23 Oct 2004) | 3 lines
+r2453 | jesse | 2005-03-14 03:03:32 -0500 (Mon, 14 Mar 2005) | 21 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Elements/PageLayout
-   M /rt/branches/3.3-TESTING/html/Elements/SelectEqualityOperator
-   M /rt/branches/3.3-TESTING/html/Elements/SelectNewTicketQueue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
-   M /rt/branches/3.3-TESTING/html/Elements/SelectStatus
-   M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectGroup
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
 
- r6093@tinbook:  jesse | 2004-10-23T21:47:53.224532Z
- A bunch of tiny fixes to the web ui to avoid warnings about uninitialized variables.
+ 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
+    
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1685 | jesse | 2004-10-23 17:50:14 -0400 (Sat, 23 Oct 2004) | 3 lines
+r2452 | jesse | 2005-03-14 03:03:25 -0500 (Mon, 14 Mar 2005) | 15 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/schema.SQLite
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/fr.po
 
- r6092@tinbook:  jesse | 2004-10-23T21:46:47.129210Z
- Updated SQLite schema to current RT 3.3 versions
+ 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 
+    
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1684 | jesse | 2004-10-23 17:49:50 -0400 (Sat, 23 Oct 2004) | 3 lines
+r2451 | jesse | 2005-03-14 03:03:10 -0500 (Mon, 14 Mar 2005) | 23 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
+   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
+    
+    
+    
+   
+  
 
- r6091@tinbook:  jesse | 2004-10-23T21:46:04.315427Z
- Better checking for ACL queries on undefined objects (to avoid a warning).
+------------------------------------------------------------------------
+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)
+    
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1683 | jesse | 2004-10-23 17:49:38 -0400 (Sat, 23 Oct 2004) | 4 lines
+r2449 | jesse | 2005-03-14 03:02:59 -0500 (Mon, 14 Mar 2005) | 11 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
 
- r6090@tinbook:  jesse | 2004-10-23T21:44:41.851286Z
- Fixed a warning when objects were created with no names
+ 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
+    
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1682 | jesse | 2004-10-23 17:49:25 -0400 (Sat, 23 Oct 2004) | 4 lines
+r2448 | jesse | 2005-03-14 03:02:54 -0500 (Mon, 14 Mar 2005) | 20 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
-
- r6089@tinbook:  jesse | 2004-10-23T21:43:19.939096Z
- Fixed message returned on password change to not include md5 hash of password
+   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.
+    
+   
+  
  
 
 ------------------------------------------------------------------------
-r1681 | jesse | 2004-10-23 17:48:13 -0400 (Sat, 23 Oct 2004) | 3 lines
+r2447 | jesse | 2005-03-14 03:02:37 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   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
 
- r6088@tinbook:  jesse | 2004-10-23T21:42:23.542584Z
- Bumped DBIx::SearchBuilder required version, for new SQLite support
+ 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
+  
 
 ------------------------------------------------------------------------
-r1680 | jesse | 2004-10-21 13:20:05 -0400 (Thu, 21 Oct 2004) | 3 lines
-Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/ACE.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachments.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Link.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Links.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principals.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripActions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripConditions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Template.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Templates.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transactions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Users.pm
-   M /rt/branches/3.3-TESTING/sbin/factory
-
- r6077@tinbook:  jesse | 2004-10-21T17:20:26.237576Z
- Core: integrated new factory code to allow more datamodel metadata to be collected
-
-------------------------------------------------------------------------
-r1679 | jesse | 2004-10-21 13:19:45 -0400 (Thu, 21 Oct 2004) | 3 lines
+r2446 | jesse | 2005-03-14 03:02:28 -0500 (Mon, 14 Mar 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-
- 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.
+   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)
+   
+  
 
 ------------------------------------------------------------------------
-r1678 | jesse | 2004-10-20 19:27:13 -0400 (Wed, 20 Oct 2004) | 8 lines
+r2445 | jesse | 2005-03-14 03:02:23 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   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/Record.pm
+   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
 
- 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.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1677 | jesse | 2004-10-20 18:56:16 -0400 (Wed, 20 Oct 2004) | 9 lines
+r2444 | jesse | 2005-03-14 03:02:17 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
 
- 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.
+ 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.
+  
  
 
 ------------------------------------------------------------------------
-r1676 | jesse | 2004-10-20 18:55:57 -0400 (Wed, 20 Oct 2004) | 9 lines
+r2443 | jesse | 2005-03-14 03:02:12 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Transaction_Overlay.pm
 
- 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.)
+ 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)
+  
  
 
 ------------------------------------------------------------------------
-r1675 | jesse | 2004-10-20 18:34:32 -0400 (Wed, 20 Oct 2004) | 4 lines
+r2442 | jesse | 2005-03-14 03:01:59 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
 
- r6064@tinbook:  jesse | 2004-10-20T22:08:13.953728Z
- Fixed a typo
+ 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)
+  
  
 
 ------------------------------------------------------------------------
-r1674 | jesse | 2004-10-20 18:33:19 -0400 (Wed, 20 Oct 2004) | 9 lines
+r2441 | jesse | 2005-03-14 03:01:53 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Global/CustomFields/index.html
 
- 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
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1673 | jesse | 2004-10-20 18:33:03 -0400 (Wed, 20 Oct 2004) | 9 lines
+r2440 | jesse | 2005-03-14 03:01:45 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/ObjectCustomFields
 
- 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" 
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1672 | jesse | 2004-10-20 18:32:48 -0400 (Wed, 20 Oct 2004) | 3 lines
+r2439 | jesse | 2005-03-14 03:01:27 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/EditCustomFields
 
- r6061@tinbook:  jesse | 2004-10-20T19:27:22.698792Z
- Minor cleanups to record.pm
+ 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
+  
 
 ------------------------------------------------------------------------
-r1671 | alexmv | 2004-10-20 15:51:36 -0400 (Wed, 20 Oct 2004) | 2 lines
+r2438 | jesse | 2005-03-14 03:01:22 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
 
-Remove wayward '+'
+ 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
+  
 
 ------------------------------------------------------------------------
-r1670 | jesse | 2004-10-20 15:20:19 -0400 (Wed, 20 Oct 2004) | 8 lines
+r2437 | jesse | 2005-03-14 03:01:16 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
-
- 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
+   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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1669 | jesse | 2004-10-20 15:19:59 -0400 (Wed, 20 Oct 2004) | 7 lines
+r2436 | jesse | 2005-03-14 03:01:10 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
 
- r6055@tinbook:  jesse | 2004-10-20T18:56:31.219026Z
- RT-Ticket: 5569
- RT-Status: resolved
- Status is nowdefinablein the RT_Config file.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1666 | jesse | 2004-10-20 01:47:04 -0400 (Wed, 20 Oct 2004) | 9 lines
+r2435 | jesse | 2005-03-14 03:01:04 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
-   M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
 
- 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
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1665 | jesse | 2004-10-20 01:46:54 -0400 (Wed, 20 Oct 2004) | 9 lines
+r2434 | jesse | 2005-03-14 03:00:51 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
+   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
 
- 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
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1663 | jesse | 2004-10-19 01:23:26 -0400 (Tue, 19 Oct 2004) | 8 lines
+r2433 | jesse | 2005-03-14 03:00:45 -0500 (Mon, 14 Mar 2005) | 12 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/config.layout
-   M /rt/branches/3.3-TESTING/m4/rt_layout.m4
-
- 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.
+   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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1661 | jesse | 2004-10-19 01:17:39 -0400 (Tue, 19 Oct 2004) | 8 lines
+r2432 | jesse | 2005-03-14 03:00:37 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
 
- r6044@tinbook:  jesse | 2004-10-19T05:18:31.025176Z
- RT-Ticket: 6154
- RT-Status: resolved
- RT-Update: reply
- Owner listings now sort alphabetically
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1660 | jesse | 2004-10-19 01:10:02 -0400 (Tue, 19 Oct 2004) | 8 lines
+r2431 | jesse | 2005-03-14 03:00:31 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT.pm.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
 
- r6042@tinbook:  jesse | 2004-10-19T05:10:45.782060Z
- RT-Ticket: 6199
- RT-Status: resolved
- RT-Update: correspond
- Formatting fixes to RT.pm
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1659 | jesse | 2004-10-18 13:47:29 -0400 (Mon, 18 Oct 2004) | 7 lines
+r2430 | jesse | 2005-03-14 03:00:16 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/etc/initialdata
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   D /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/en_malkovich.po
 
- r6039@tinbook:  jesse | 2004-10-18T17:48:14.238206Z
- RT-Ticket: 5336
- RT-Status: resolved
- Approval template corrected
+ 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1657 | jesse | 2004-10-15 14:25:31 -0400 (Fri, 15 Oct 2004) | 3 lines
+r2429 | jesse | 2005-03-14 03:00:09 -0500 (Mon, 14 Mar 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/I18N/de.po
 
- r6014@tinbook:  jesse | 2004-10-15T18:26:19.439204Z
- Bumping to 3.3.8
+ 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
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1656 | jesse | 2004-10-15 13:56:50 -0400 (Fri, 15 Oct 2004) | 4 lines
+r2428 | jesse | 2005-03-14 03:00:03 -0500 (Mon, 14 Mar 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   A /rt/branches/3.3-TESTING/html/Admin/Elements/GlobalCustomFieldTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/GroupTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ObjectCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SystemTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/UserTabs
-   A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields
-   A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Groups.html
-   A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Queue-Tickets.html
-   A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Queue-Transactions.html
-   A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Users.html
-   A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/index.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
 
- r6009@tinbook:  jesse | 2004-10-15T17:57:36.162346Z
- Administrative menu overhaul to sanitize custom field configuration.
+ 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
+   
+   
+  
  
 
 ------------------------------------------------------------------------
-r1650 | jesse | 2004-10-12 17:01:07 -0400 (Tue, 12 Oct 2004) | 5 lines
+r2427 | jesse | 2005-03-14 02:59:46 -0500 (Mon, 14 Mar 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-
- r1992@tinbook:  jesse | 2004-10-12T21:00:33.006657Z
- RT-Ticket: 6182
- RT-Status: resolved
+   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!
+   
+   
+  
  
 
 ------------------------------------------------------------------------
-r1649 | jesse | 2004-10-11 17:10:40 -0400 (Mon, 11 Oct 2004) | 3 lines
+r2426 | jesse | 2005-03-14 02:59:41 -0500 (Mon, 14 Mar 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/CollectionAsTable/Row
 
- 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
+ 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
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1648 | jesse | 2004-10-10 00:30:21 -0400 (Sun, 10 Oct 2004) | 7 lines
+r2425 | jesse | 2005-03-14 02:59:36 -0500 (Mon, 14 Mar 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/configure.ac
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-   M /rt/branches/3.3-TESTING/html/Search/Results.tsv
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/webmux.pl.in
 
- r1651@tinbook:  jesse | 2004-10-10T04:24:17.077128Z
- r1652@tinbook:  jesse | 2004-10-10T04:30:49.336195Z
-  r1650@tinbook:  jesse | 2004-10-10T04:23:58.456281Z
+ 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.
+   
   
  
 
 ------------------------------------------------------------------------
-r1603 | jesse | 2004-09-30 22:45:46 -0400 (Thu, 30 Sep 2004) | 5 lines
+r2424 | jesse | 2005-03-14 02:59:31 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/Menu
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/rt-crontool.in
 
- ----------------------------------------------------------------------
- r10434@tinbook:  jesse | 2004-10-01T02:43:47.012515Z
- Better cssification of the menus
- ----------------------------------------------------------------------
+ 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
+   
+  
 
 ------------------------------------------------------------------------
-r1566 | jesse | 2004-09-27 17:20:14 -0400 (Mon, 27 Sep 2004) | 8 lines
+r2423 | jesse | 2005-03-14 02:59:26 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/Menu
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/CustomFields/UserRights.html
 
- r10391@tinbook:  jesse | 2004-09-27T21:17:31.817589Z
- RT-Ticket: 6139
- RT-Status: resolved
- RT-Update-Type: correspond
- Applied patch from Oliver Thomas to move more menu styling to the external CSS file and out of the 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
+   
+  
  
 
 ------------------------------------------------------------------------
-r1556 | jesse | 2004-09-23 15:14:29 -0400 (Thu, 23 Sep 2004) | 6 lines
+r2422 | jesse | 2005-03-14 02:59:11 -0500 (Mon, 14 Mar 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/attachments
 
- r10336@Jesse-Vincents-Computer:  jesse | 2004-09-23T06:45:36.828724Z
- r10350@Jesse-Vincents-Computer:  jesse | 2004-09-23T19:13:34.578717Z
- Use ShowUserEntry for ShowPeople
+ 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
+   
+   
+  
  
 
 ------------------------------------------------------------------------
-r1554 | jesse | 2004-09-23 00:30:24 -0400 (Thu, 23 Sep 2004) | 3 lines
+r2421 | jesse | 2005-03-14 02:59:06 -0500 (Mon, 14 Mar 2005) | 14 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
-
- r1867@bitsy:  jesse | 2004-09-23T02:39:51.040258Z
- Bumping to 3.3.7
+   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
+   
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1553 | jesse | 2004-09-23 00:30:04 -0400 (Thu, 23 Sep 2004) | 5 lines
+r2420 | jesse | 2005-03-14 02:58:57 -0500 (Mon, 14 Mar 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
-
- r1865@bitsy:  jesse | 2004-09-23T02:28:19.315048Z
+   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
+   
+   
+  
  
- r1866@bitsy:  jesse | 2004-09-23T02:38:19.257248Z
- DBIx::SearchBuilder dependency incremented
 
 ------------------------------------------------------------------------
-r1552 | tla | 2004-09-22 23:54:00 -0400 (Wed, 22 Sep 2004) | 3 lines
+r2419 | jesse | 2005-03-14 02:58:32 -0500 (Mon, 14 Mar 2005) | 15 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
-
-This now actually tests the SelectOwner functionality change.
-
+   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 .)
+   
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1551 | tla | 2004-09-22 18:44:28 -0400 (Wed, 22 Sep 2004) | 3 lines
+r2418 | jesse | 2005-03-14 02:58:12 -0500 (Mon, 14 Mar 2005) | 9 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
-   M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
-
-SelectOwner can now be passed a list of queues which the user may see.
+   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
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1550 | tla | 2004-09-22 17:32:53 -0400 (Wed, 22 Sep 2004) | 3 lines
+r2417 | jesse | 2005-03-14 02:58:07 -0500 (Mon, 14 Mar 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
-
-Add sleeps for the right granting; try a pattern-match that works this time.
-
+   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
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1546 | autrijus | 2004-09-22 13:16:22 -0400 (Wed, 22 Sep 2004) | 8 lines
+r2416 | jesse | 2005-03-14 02:58:01 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/REST/1.0/Forms/ticket/history
 
- r7965@not:  autrijus | 2004-09-21T13:18:07.917938Z
+ 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
+  
  
- r8021@not:  autrijus | 2004-09-22T17:15:50.576469Z
- * On mod_perl1 with root directory, ->filename is empty, not '/',
-   hence breaking index.html handling.  Entirely my fault.
 
 ------------------------------------------------------------------------
-r1544 | tla | 2004-09-22 12:21:24 -0400 (Wed, 22 Sep 2004) | 4 lines
+r2415 | jesse | 2005-03-14 02:57:55 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/html/Elements/Header
-
-If a user does not have the ModifySelf right, he/she should also not
-be able to see the Prefs link in the header.
+   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
+   
+  
 
 ------------------------------------------------------------------------
-r1543 | tla | 2004-09-22 04:08:50 -0400 (Wed, 22 Sep 2004) | 4 lines
+r2414 | jesse | 2005-03-14 02:57:42 -0500 (Mon, 14 Mar 2005) | 13 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
-
-If we unlimit the queues, then queues will show up, and then users will
-show up, and then customers will be happy.
-
+   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
+   
+  
 
 ------------------------------------------------------------------------
-r1542 | tla | 2004-09-22 03:41:22 -0400 (Wed, 22 Sep 2004) | 4 lines
+r2413 | jesse | 2005-03-14 02:57:36 -0500 (Mon, 14 Mar 2005) | 14 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/UPGRADING
-   M /rt/branches/3.3-TESTING/configure.ac
-   M /rt/branches/3.3-TESTING/html/Elements/Tabs
-   M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
-   A /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
-
-Moved the functionality whereby Config and Prefs tabs disappear to core.
-Wrote tests for the new core behavior.
-
+   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
+   
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1541 | tla | 2004-09-22 03:14:33 -0400 (Wed, 22 Sep 2004) | 3 lines
+r2412 | jesse | 2005-03-14 02:57:30 -0500 (Mon, 14 Mar 2005) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in
-
-The regression test would die if the last test in here failed.
-That wasn't very nice of me.
+   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
+  
 
 ------------------------------------------------------------------------
-r1538 | tla | 2004-09-22 01:57:34 -0400 (Wed, 22 Sep 2004) | 3 lines
+r2411 | jesse | 2005-03-14 02:57:22 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/configure.ac
-
-The cronsupport tests somehow fell out of here.  Replacing.
+   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.
+   
+  
 
 ------------------------------------------------------------------------
-r1535 | jesse | 2004-09-21 02:03:26 -0400 (Tue, 21 Sep 2004) | 10 lines
+r2410 | jesse | 2005-03-14 02:57:17 -0500 (Mon, 14 Mar 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
+   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
 
- r10334@tinbook:  jesse | 2004-09-21T06:03:40.050504Z
- RT-Ticket: 6105
- RT-Status: resolved
- RT-UpdateType: correspond
- Refactored some TicketSQL stuff to bound the right thing in our ticketsql subclause
+ 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.
+  
  
 
 ------------------------------------------------------------------------
-r1534 | jesse | 2004-09-21 01:16:18 -0400 (Tue, 21 Sep 2004) | 3 lines
+r2190 | jesse | 2005-02-02 11:36:14 -0500 (Wed, 02 Feb 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
 
- r10332@tinbook:  jesse | 2004-09-21T05:16:35.439550Z
- Next test version of less broken cf search code
+ r4027@hualien:  jesse | 2005-02-02T15:47:58.569530Z
+  r3972@hualien:  jesse | 2005-02-01T14:36:00.190124Z
+  3.4.0
 
 ------------------------------------------------------------------------
-r1533 | jesse | 2004-09-21 00:48:54 -0400 (Tue, 21 Sep 2004) | 3 lines
+r2189 | jesse | 2005-02-02 11:35:35 -0500 (Wed, 02 Feb 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
 
- r10326@tinbook:  jesse | 2004-09-21T04:48:46.583575Z
- First test version of less broken cf search code
+ r4026@hualien:  jesse | 2005-02-02T15:47:57.808370Z
+  r3971@hualien:  jesse | 2005-02-01T14:35:45.436824Z
+  Bumping SearchBuilder dependency to 1.21
+  
 
 ------------------------------------------------------------------------
-r1528 | jesse | 2004-09-20 23:18:19 -0400 (Mon, 20 Sep 2004) | 3 lines
+r2188 | jesse | 2005-02-02 11:34:53 -0500 (Wed, 02 Feb 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/README
 
- r10324@tinbook:  jesse | 2004-09-21T03:18:34.501590Z
- removing some debugging output
+ 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
 
 ------------------------------------------------------------------------
-r1527 | jesse | 2004-09-20 23:12:11 -0400 (Mon, 20 Sep 2004) | 142 lines
+r2187 | jesse | 2005-02-02 11:33:58 -0500 (Wed, 02 Feb 2005) | 26 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   A /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/t/create_data.pl
 
- r10311@tinbook:  jesse | 2004-09-20T21:22:51.344787Z
-  ----------------------------------------------------------------------
-  r10213@tinbook (orig r1454):  autrijus | 2004-09-08T19:54:32.241114Z
-   r5740@xor:  autrijus | 2004-09-08T19:54:01.384500Z
-   * Let "make install" for inplace layout work without hassle.
-   
-  
-  ----------------------------------------------------------------------
-  r10214@tinbook (orig r1455):  autrijus | 2004-09-08T19:54:55.301056Z
-   r5741@xor:  autrijus | 2004-09-08T19:54:33.611316Z
-   * With SQLite, put database in $VarPath if $DatabaseName is relative.
-  
-  ----------------------------------------------------------------------
-  r10215@tinbook (orig r1456):  autrijus | 2004-09-08T19:59:38.530949Z
-   r5749@xor:  autrijus | 2004-09-08T19:59:51.949128Z
-   * Add mason_handler.scgi and standalone_httpd into list of files
-     to be made executable on "make fixperms".
-  
-  ----------------------------------------------------------------------
-  r10216@tinbook (orig r1457):  jesse | 2004-09-08T20:31:26.131286Z
-   
-   ----------------------------------------------------------------------
-   r10212@tinbook:  jesse | 2004-09-08T20:30:48.849107Z
-   merging 3.2's Offline.html page forward to 3.3
-   ----------------------------------------------------------------------
-  
-  ----------------------------------------------------------------------
-  r10222@tinbook (orig r1461):  autrijus | 2004-09-08T21:30:59.960856Z
-   r5770@xor:  autrijus | 2004-09-08T20:42:48.599276Z
-   
-   
-   
-   r5809@xor:  autrijus | 2004-09-08T21:30:29.869203Z
-   * add sbin/rt-dump-database into sbin files.
-  
-  ----------------------------------------------------------------------
-  r10257@tinbook (orig r1480):  jesse | 2004-09-14T03:28:52.701395Z
-  Bumped to 3.3.6
-  ----------------------------------------------------------------------
-  r10275@tinbook (orig r1493):  autrijus | 2004-09-15T15:40:44.820762Z
-   r7404@not:   | 2004-09-15T00:04:07.008049Z
-   
-   
-   
-   r7442@not:   | 2004-09-15T15:39:23.096249Z
-    ----------------------------------------------------------------------
-    r7441@not:  autrijus | 2004-09-15T15:20:23.097011Z
-    * Luis Arnauth pointed out that we did not serve mail-gateway.
-    ----------------------------------------------------------------------
+ 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
    
-  
-  ----------------------------------------------------------------------
-  r10298@tinbook (orig r1506):  jesse | 2004-09-19T20:20:43.620895Z
-  Fixing case of mysql tablenames, since all the world is not case insensitive like Mac OS X. This is a good thing
-  ----------------------------------------------------------------------
-  r10299@tinbook (orig r1507):  jesse | 2004-09-20T00:58:19.610978Z
-   r10219@tinbook (orig r1458):  leira | 2004-09-08T21:19:51.021183Z
-   If something is overdue, set DueRelative to class "overdue".
-   
-   Note: core RT doesn't have an "overdue" class at this time.
-   
-  
-  ----------------------------------------------------------------------
-  r10300@tinbook (orig r1508):  jesse | 2004-09-20T00:58:46.601286Z
-   r10221@tinbook (orig r1460):  leira | 2004-09-08T21:29:25.111044Z
-   Use time() instead of making an RT::Date.
-   
-  
-  ----------------------------------------------------------------------
-  r10301@tinbook (orig r1509):  jesse | 2004-09-20T00:59:15.051043Z
-   r10223@tinbook (orig r1462):  leira | 2004-09-08T21:31:51.811014Z
-   Overdue things are now read.
-   
-  
-  ----------------------------------------------------------------------
-  r10302@tinbook (orig r1510):  jesse | 2004-09-20T00:59:45.271374Z
-   r10225@tinbook (orig r1464):  leira | 2004-09-08T21:41:43.110851Z
-   Don't put a span around things if it won't do anything.
-   
-  
-  ----------------------------------------------------------------------
-  r10303@tinbook (orig r1511):  jesse | 2004-09-20T01:00:10.600204Z
-   r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
-   -l
+   r2697@hualien (orig r2070):  jesse | 2005-01-11T23:58:03.208655Z
+   Readme update to note that manual installation of Apache::DBI may be required.
    
    
-  
-  ----------------------------------------------------------------------
-  r10304@tinbook (orig r1512):  jesse | 2004-09-20T01:01:13.381046Z
-   r10253@tinbook (orig r1477):  jesse | 2004-09-13T20:01:18.620833Z
-    r10249@tinbook:  jesse | 2004-09-13T19:56:43.541086Z
-     ----------------------------------------------------------------------
-     r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
-     
-     
-     ----------------------------------------------------------------------
-    
-    r10250@tinbook:  jesse | 2004-09-13T19:58:31.660069Z
-    Bumped to 3.2.2rc1
-   
-  
-  ----------------------------------------------------------------------
-  r10305@tinbook (orig r1513):  jesse | 2004-09-20T01:01:37.103494Z
-   r10265@tinbook (orig r1486):  jesse | 2004-09-14T06:12:08.920979Z
-    r10262@tinbook:  jesse | 2004-09-14T06:12:21.353389Z
-    Never try to fetch attributes when we don't have an object to fetch attributes on
-   
-  
-  ----------------------------------------------------------------------
-  r10306@tinbook (orig r1514):  jesse | 2004-09-20T01:02:01.021112Z
-   r10267@tinbook (orig r1487):  jesse | 2004-09-14T16:14:00.320887Z
-    r10266@tinbook:  jesse | 2004-09-14T16:14:14.588686Z
-    RT-Ticket: 5836
-    RT-Status: resolved
-    RT-ACtion: reply
-    
-    
-    Added back a "ticket refresh" dropdown on the search results page.
-    Thanks to Dirk Pape.
-    
-    
+   r2698@hualien (orig r2071):  jesse | 2005-01-12T23:39:03.787078Z
+   RT3.4 schema diagram corrected and updated.
    
-  
-  ----------------------------------------------------------------------
-  r10307@tinbook (orig r1515):  jesse | 2004-09-20T01:02:23.020890Z
-   r10277@tinbook (orig r1495):  leira | 2004-09-15T19:22:35.471086Z
-   Removed <pre> block around the header keys, and removed an extraneous </td>.
    
-  
-  ----------------------------------------------------------------------
-  r10308@tinbook (orig r1516):  jesse | 2004-09-20T01:02:45.710756Z
-   r10284@tinbook (orig r1498):  leira | 2004-09-16T22:28:20.860968Z
-   Add another callback that passes parsed headers.
+   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.
    
-   Useful for MakeClicky, among other things.
    
   
-  ----------------------------------------------------------------------
  
- r10312@tinbook:  jesse | 2004-09-21T03:10:37.466198Z
- Custom field joins were being incorrectly constructed
 
 ------------------------------------------------------------------------
-r1526 | tla | 2004-09-20 18:06:08 -0400 (Mon, 20 Sep 2004) | 5 lines
+r2186 | jesse | 2005-02-02 11:32:49 -0500 (Wed, 02 Feb 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
-
-The SelectOwner widget should not reveal the names system superusers
-to users who are not otherwise privileged to see them.  Made this
-variable change in the UsersWhoHaveRight() call.
+   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
 
 ------------------------------------------------------------------------
-r1525 | autrijus | 2004-09-20 14:25:28 -0400 (Mon, 20 Sep 2004) | 3 lines
+r2183 | jesse | 2005-02-02 11:29:54 -0500 (Wed, 02 Feb 2005) | 5 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
+   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
 
- r7812@not:  autrijus | 2004-09-20T18:00:42.848849Z
- * dump data has to return 'true'. oops.
+ 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
 
 ------------------------------------------------------------------------
-r1522 | autrijus | 2004-09-20 13:22:04 -0400 (Mon, 20 Sep 2004) | 3 lines
+r2182 | jesse | 2005-02-02 11:28:50 -0500 (Wed, 02 Feb 2005) | 5 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
 
- r7810@not:  autrijus | 2004-09-20T17:22:27.534622Z
- * add YAML as a core dep for rt-dump-database.
+ r4019@hualien:  jesse | 2005-02-02T15:40:40.315621Z
+  r3924@hualien:  jesse | 2005-01-22T19:34:52.453359Z
+  Bumped to 3.4.0rc6
 
 ------------------------------------------------------------------------
-r1519 | autrijus | 2004-09-20 13:09:36 -0400 (Mon, 20 Sep 2004) | 2 lines
+r2181 | jesse | 2005-02-02 11:27:43 -0500 (Wed, 02 Feb 2005) | 6 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
 
-* rt-dump-database now uses YAML for easy hand modification.
+ 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
+  
 
 ------------------------------------------------------------------------
-r1516 | jesse | 2004-09-19 21:02:45 -0400 (Sun, 19 Sep 2004) | 6 lines
+r2180 | jesse | 2005-02-02 11:26:41 -0500 (Wed, 02 Feb 2005) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
+   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
 
- r10284@tinbook (orig r1498):  leira | 2004-09-16T22:28:20.860968Z
- Add another callback that passes parsed headers.
- Useful for MakeClicky, among other things.
+ 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
  
 
 ------------------------------------------------------------------------
-r1515 | jesse | 2004-09-19 21:02:23 -0400 (Sun, 19 Sep 2004) | 4 lines
+r2179 | jesse | 2005-02-02 11:25:46 -0500 (Wed, 02 Feb 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Tickets_Overlay.pm
 
- r10277@tinbook (orig r1495):  leira | 2004-09-15T19:22:35.471086Z
- Removed <pre> block around the header keys, and removed an extraneous </td>.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1514 | jesse | 2004-09-19 21:02:01 -0400 (Sun, 19 Sep 2004) | 13 lines
+r2178 | jesse | 2005-02-02 11:24:48 -0500 (Wed, 02 Feb 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Results.html
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/RT__Ticket/ColumnMap
 
- r10267@tinbook (orig r1487):  jesse | 2004-09-14T16:14:00.320887Z
-  r10266@tinbook:  jesse | 2004-09-14T16:14:14.588686Z
-  RT-Ticket: 5836
-  RT-Status: resolved
-  RT-ACtion: reply
+ 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
   
-  Added back a "ticket refresh" dropdown on the search results page.
-  Thanks to Dirk Pape.
+  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.
   
   
  
 
 ------------------------------------------------------------------------
-r1513 | jesse | 2004-09-19 21:01:37 -0400 (Sun, 19 Sep 2004) | 5 lines
+r2176 | jesse | 2005-02-02 11:22:48 -0500 (Wed, 02 Feb 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/configure.ac
 
- r10265@tinbook (orig r1486):  jesse | 2004-09-14T06:12:08.920979Z
-  r10262@tinbook:  jesse | 2004-09-14T06:12:21.353389Z
-  Never try to fetch attributes when we don't have an object to fetch attributes on
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1512 | jesse | 2004-09-19 21:01:13 -0400 (Sun, 19 Sep 2004) | 12 lines
+r2175 | jesse | 2005-02-02 11:21:57 -0500 (Wed, 02 Feb 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/releng.cnf
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Attachment_Overlay.pm
 
- r10253@tinbook (orig r1477):  jesse | 2004-09-13T20:01:18.620833Z
-  r10249@tinbook:  jesse | 2004-09-13T19:56:43.541086Z
-   ----------------------------------------------------------------------
-   r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
-   
-   
-   ----------------------------------------------------------------------
+ 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)
   
-  r10250@tinbook:  jesse | 2004-09-13T19:58:31.660069Z
-  Bumped to 3.2.2rc1
  
 
 ------------------------------------------------------------------------
-r1511 | jesse | 2004-09-19 21:00:10 -0400 (Sun, 19 Sep 2004) | 5 lines
+r2174 | jesse | 2005-02-02 11:20:56 -0500 (Wed, 02 Feb 2005) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
+   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
 
- r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
- -l
+ r4011@hualien:  jesse | 2005-02-02T15:40:32.524514Z
+  r3891@hualien:  jesse | 2005-01-19T18:31:15.604733Z
+  Minor formatting cleanups to tests
+  
  
 
 ------------------------------------------------------------------------
-r1510 | jesse | 2004-09-19 20:59:45 -0400 (Sun, 19 Sep 2004) | 4 lines
+r2173 | jesse | 2005-02-02 11:19:38 -0500 (Wed, 02 Feb 2005) | 8 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+   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
 
- r10225@tinbook (orig r1464):  leira | 2004-09-08T21:41:43.110851Z
- Don't put a span around things if it won't do anything.
+ 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
+  
+  
  
 
 ------------------------------------------------------------------------
-r1509 | jesse | 2004-09-19 20:59:15 -0400 (Sun, 19 Sep 2004) | 4 lines
+r2172 | jesse | 2005-02-02 11:19:03 -0500 (Wed, 02 Feb 2005) | 10 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
 
- r10223@tinbook (orig r1462):  leira | 2004-09-08T21:31:51.811014Z
- Overdue things are now read.
+ 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
+  
  
 
 ------------------------------------------------------------------------
-r1508 | jesse | 2004-09-19 20:58:46 -0400 (Sun, 19 Sep 2004) | 4 lines
+r2171 | jesse | 2005-02-02 11:16:35 -0500 (Wed, 02 Feb 2005) | 4 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+   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.
+    
+   
+  
 
- r10221@tinbook (orig r1460):  leira | 2004-09-08T21:29:25.111044Z
- Use time() instead of making an RT::Date.
+------------------------------------------------------------------------
+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.
+   
+   
+   
+  
  
 
 ------------------------------------------------------------------------
-r1507 | jesse | 2004-09-19 20:58:19 -0400 (Sun, 19 Sep 2004) | 6 lines
+r1872 | jesse | 2004-11-11 03:55:14 -0500 (Thu, 11 Nov 2004) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
 
- r10219@tinbook (orig r1458):  leira | 2004-09-08T21:19:51.021183Z
- If something is overdue, set DueRelative to class "overdue".
+ 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
+  
  
- Note: core RT doesn't have an "overdue" class at this time.
+
+------------------------------------------------------------------------
+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
  
 
 ------------------------------------------------------------------------
-r1506 | jesse | 2004-09-19 16:20:43 -0400 (Sun, 19 Sep 2004) | 1 line
+r1870 | jesse | 2004-11-11 03:54:27 -0500 (Thu, 11 Nov 2004) | 20 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/etc/upgrade/3.3.0/schema.mysql
+   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.
+    
+   
+  
 
-Fixing case of mysql tablenames, since all the world is not case insensitive like Mac OS X. This is a good thing
 ------------------------------------------------------------------------
-r1493 | autrijus | 2004-09-15 11:40:44 -0400 (Wed, 15 Sep 2004) | 11 lines
+r1869 | jesse | 2004-11-11 03:54:03 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
 
- r7404@not:   | 2004-09-15T00:04:07.008049Z
+ 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.
+  
  
- r7442@not:   | 2004-09-15T15:39:23.096249Z
-  ----------------------------------------------------------------------
-  r7441@not:  autrijus | 2004-09-15T15:20:23.097011Z
-  * Luis Arnauth pointed out that we did not serve mail-gateway.
-  ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+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
+  
+  
+  
  
 
 ------------------------------------------------------------------------
-r1480 | jesse | 2004-09-13 23:28:52 -0400 (Mon, 13 Sep 2004) | 1 line
+r1867 | jesse | 2004-11-11 03:52:24 -0500 (Thu, 11 Nov 2004) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/releng.cnf
+   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.
+  
+  
 
-Bumped to 3.3.6
 ------------------------------------------------------------------------
-r1461 | autrijus | 2004-09-08 17:30:59 -0400 (Wed, 08 Sep 2004) | 7 lines
+r1866 | jesse | 2004-11-11 03:52:05 -0500 (Thu, 11 Nov 2004) | 9 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/Makefile.in
-   M /rt/branches/3.3-TESTING/configure.ac
+   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
 
- r5770@xor:  autrijus | 2004-09-08T20:42:48.599276Z
+ 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.
+  
+  
  
- r5809@xor:  autrijus | 2004-09-08T21:30:29.869203Z
- * add sbin/rt-dump-database into sbin files.
 
 ------------------------------------------------------------------------
-r1457 | jesse | 2004-09-08 16:31:26 -0400 (Wed, 08 Sep 2004) | 6 lines
+r1863 | jesse | 2004-11-11 03:51:03 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Tools/Offline.html
+   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
+  
  
- ----------------------------------------------------------------------
- r10212@tinbook:  jesse | 2004-09-08T20:30:48.849107Z
- merging 3.2's Offline.html page forward to 3.3
- ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1456 | autrijus | 2004-09-08 15:59:38 -0400 (Wed, 08 Sep 2004) | 4 lines
+r1862 | jesse | 2004-11-11 03:47:18 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/Makefile.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
 
- r5749@xor:  autrijus | 2004-09-08T19:59:51.949128Z
- * Add mason_handler.scgi and standalone_httpd into list of files
-   to be made executable on "make fixperms".
+ 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
 
 ------------------------------------------------------------------------
-r1455 | autrijus | 2004-09-08 15:54:55 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1861 | jesse | 2004-11-11 03:47:00 -0500 (Thu, 11 Nov 2004) | 28 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/lib/RT/Handle.pm
-
- r5741@xor:  autrijus | 2004-09-08T19:54:33.611316Z
- * With SQLite, put database in $VarPath if $DatabaseName is relative.
+   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.
+    
+   
+  
 
 ------------------------------------------------------------------------
-r1454 | autrijus | 2004-09-08 15:54:32 -0400 (Wed, 08 Sep 2004) | 4 lines
+r1860 | jesse | 2004-11-11 03:46:38 -0500 (Thu, 11 Nov 2004) | 10 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/Makefile.in
+   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
+  
+  
 
- r5740@xor:  autrijus | 2004-09-08T19:54:01.384500Z
- * Let "make install" for inplace layout work without hassle.
+------------------------------------------------------------------------
+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.
+   
+   
+  
  
 
 ------------------------------------------------------------------------
-r1453 | jesse | 2004-09-08 15:00:44 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1858 | jesse | 2004-11-11 03:45:56 -0500 (Thu, 11 Nov 2004) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   A /rt/branches/3.3-TESTING/html/Admin/autohandler
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/BuildFormatString
 
- r10209@tinbook:  jesse | 2004-09-08T17:44:02.958487Z
- New autohandler to keep prying eyes out of the adminui
+ 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
+  
 
 ------------------------------------------------------------------------
-r1452 | jesse | 2004-09-08 12:49:35 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1857 | jesse | 2004-11-11 03:45:39 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-
- r10201@tinbook:  jesse | 2004-09-08T16:46:05.221674Z
- Ticket listings modified to show which N results they're showing
+   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
+  
 
 ------------------------------------------------------------------------
-r1451 | jesse | 2004-09-08 12:49:19 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1856 | jesse | 2004-11-11 03:45:19 -0500 (Thu, 11 Nov 2004) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Elements/SelectLinks
 
- r10200@tinbook:  jesse | 2004-09-08T16:44:11.407371Z
- Modified search UI to only show potential owners for tickets in queues the user can see.
+ 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
+  
+  
 
 ------------------------------------------------------------------------
-r1450 | jesse | 2004-09-08 12:49:07 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1855 | jesse | 2004-11-11 03:45:00 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
+   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
 
- r10199@tinbook:  jesse | 2004-09-08T16:42:14.323284Z
- Edited the Saved Search UI to not display things the user can not do
+ 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
+  
 
 ------------------------------------------------------------------------
-r1449 | jesse | 2004-09-08 12:48:48 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1854 | jesse | 2004-11-11 03:44:40 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/System.pm
+   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
 
- r10198@tinbook:  jesse | 2004-09-08T16:40:40.817855Z
- Added new rights: ShowConfigTab, LoadSavedSearch, CreateSavedSearch
+ 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
 
 ------------------------------------------------------------------------
-r1448 | autrijus | 2004-09-08 05:02:12 -0400 (Wed, 08 Sep 2004) | 7 lines
+r1853 | jesse | 2004-11-11 03:44:19 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/README
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/Quicksearch
 
- r4031@not:  autrijus | 2004-09-07T20:56:58.734255Z
+ 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
+  
  
- r4032@not:  autrijus | 2004-09-07T21:02:14.437187Z
- * Unify httpd.conf settings for mod_perl1 and mod_perl2.
 
 ------------------------------------------------------------------------
-r1447 | jesse | 2004-09-08 01:24:48 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1852 | jesse | 2004-11-11 03:44:01 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/CustomField_Overlay.pm
 
- r10181@tinbook:  jesse | 2004-09-08T05:21:47.107322Z
- ACL checks to make sure a user can modify both tickets when creating a link
+ 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
+  
 
 ------------------------------------------------------------------------
-r1446 | jesse | 2004-09-08 01:24:34 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1851 | jesse | 2004-11-11 03:43:44 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+   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
 
- r10180@tinbook:  jesse | 2004-09-08T05:18:46.031232Z
- Fixed a debug message
+ 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)
+  
 
 ------------------------------------------------------------------------
-r1445 | jesse | 2004-09-08 01:24:22 -0400 (Wed, 08 Sep 2004) | 3 lines
+r1850 | jesse | 2004-11-11 03:43:27 -0500 (Thu, 11 Nov 2004) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
 
- r10179@tinbook:  jesse | 2004-09-08T05:17:10.044025Z
- Fixed a bug in the web handler that would throw an error when not running in a modperl environemnt
+ 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
+  
+  
 
 ------------------------------------------------------------------------
-r1444 | jesse | 2004-09-08 01:24:02 -0400 (Wed, 08 Sep 2004) | 4 lines
+r1849 | jesse | 2004-11-11 03:43:09 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/SelectQueue
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
 
- r10178@tinbook:  jesse | 2004-09-08T05:16:16.426259Z
- When searching for tickets, now the user will only see tickets they have the right to ShowTicket in...
+ 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.
+  
  
 
 ------------------------------------------------------------------------
-r1443 | jesse | 2004-09-08 01:23:31 -0400 (Wed, 08 Sep 2004) | 6 lines
+r1848 | jesse | 2004-11-11 03:42:50 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
 
- r10177@tinbook:  jesse | 2004-09-07T23:05:53.208347Z
- Updated the Quicksearch element to use slightly cleaner code.
- BEHAVIOR CHANGE:  Only queues for which the current user has "ShowTicket" are listed in the queue list.
+ 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)
+  
  
 
 ------------------------------------------------------------------------
-r1436 | jesse | 2004-09-07 18:50:53 -0400 (Tue, 07 Sep 2004) | 7 lines
+r1847 | jesse | 2004-11-11 03:42:31 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowCustomFields
 
- r10175@tinbook:  jesse | 2004-09-07T22:49:31.744508Z
- iRefactoring of the MergeInto method to use less code, be more correct and be clearer. 
+ 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
+  
  
- Updated tests to test merge.
+
+------------------------------------------------------------------------
+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
+  
  
 
 ------------------------------------------------------------------------
-r1421 | autrijus | 2004-09-06 10:50:19 -0400 (Mon, 06 Sep 2004) | 2 lines
+r1844 | jesse | 2004-11-11 03:41:21 -0500 (Thu, 11 Nov 2004) | 8 lines
 Changed paths:
-   M /rt
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_tw.po
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
 
-* Updated Chinese translations.
+ 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
+  
+  
 
 ------------------------------------------------------------------------
-r1417 | jesse | 2004-09-03 19:24:32 -0400 (Fri, 03 Sep 2004) | 3 lines
+r1843 | jesse | 2004-11-11 03:40:58 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web.pm
 
- r10151@tinbook:  jesse | 2004-09-03T23:24:09.414496Z
- minor library cleanups
+ 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
 
 ------------------------------------------------------------------------
-r1416 | jesse | 2004-09-03 19:24:24 -0400 (Fri, 03 Sep 2004) | 3 lines
+r1842 | jesse | 2004-11-11 03:40:37 -0500 (Thu, 11 Nov 2004) | 13 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/rt-mailgate.in
-   M /rt/branches/3.3-TESTING/configure.ac
-   M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
-   A /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
-
- r10150@tinbook:  jesse | 2004-09-03T23:22:35.061493Z
- Moving mailgateway tests into their own file
+   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
+   
+   
+  
 
 ------------------------------------------------------------------------
-r1415 | jesse | 2004-09-03 16:35:38 -0400 (Fri, 03 Sep 2004) | 9 lines
+r1841 | jesse | 2004-11-11 03:40:15 -0500 (Thu, 11 Nov 2004) | 14 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
-
- ----------------------------------------------------------------------
- r10116@tinbook:  jesse | 2004-09-02T21:14:26.642415Z
- ----------------------------------------------------------------------
- r10144@tinbook:  jesse | 2004-09-03T20:32:06.311337Z
- Query builder fixes (merge bug)
+   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)
+   
+   
+  
  
- ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1388 | jesse | 2004-09-01 00:43:19 -0400 (Wed, 01 Sep 2004) | 5 lines
+r1840 | jesse | 2004-11-11 03:39:53 -0500 (Thu, 11 Nov 2004) | 12 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
+   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
 
- ----------------------------------------------------------------------
- r10114@tinbook:  jesse | 2004-09-01T04:43:10.448516Z
- Don't show rights that a principal has in the list of rights that can be granted to them
- ----------------------------------------------------------------------
+ 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.
+  
+  
+  
 
 ------------------------------------------------------------------------
-r1387 | jesse | 2004-09-01 00:10:48 -0400 (Wed, 01 Sep 2004) | 11 lines
+r1839 | jesse | 2004-11-11 03:39:27 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
-   M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Queue_Overlay.pm
 
- ----------------------------------------------------------------------
- r8302@tinbook:  jesse | 2004-07-28T20:59:42.277484Z
+ r9101@tinbook:  jesse | 2004-11-11T03:00:14.757629Z
+  r6148@tinbook:  jesse | 2004-11-01T03:15:59.580167Z
+  
  
- ----------------------------------------------------------------------
- r10109@tinbook:  jesse | 2004-09-01T04:08:25.198125Z
- rewrote mail gateway shim to be a bit more robust
- ----------------------------------------------------------------------
- r10110@tinbook:  jesse | 2004-09-01T04:09:17.429478Z
- Started to refactor the query builder ui code to yank out the bogus logic.
- ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1383 | jesse | 2004-08-31 22:37:44 -0400 (Tue, 31 Aug 2004) | 407 lines
+r1838 | jesse | 2004-11-11 03:39:09 -0500 (Thu, 11 Nov 2004) | 7 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/Makefile.in
-   M /rt/branches/3.3-TESTING/README
-   M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
-   M /rt/branches/3.3-TESTING/bin/rt-crontool.in
-   M /rt/branches/3.3-TESTING/bin/rt-mailgate.in
-   M /rt/branches/3.3-TESTING/bin/rt.in
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-   M /rt/branches/3.3-TESTING/etc/drop.Oracle
-   M /rt/branches/3.3-TESTING/etc/upgrade/3.1.0/schema.Pg
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/AddCustomFieldValue
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/CreateUserCalled
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFieldValues
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditQueueWatchers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrip
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrips
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditTemplates
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditUserComments
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/GroupTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalScrips
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ModifyTemplate
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueRightsForUser
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldType
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectGroups
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyGroup
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyQueue
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyUser
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectNewGroupMembers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScrip
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripAction
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripCondition
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectSingleOrMultiple
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectStage
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectTemplate
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectUsers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SystemTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ToolTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/UserTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Global/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Scrip.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Scrips.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Template.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Templates.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/Members.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomField.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomFields.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/People.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrip.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrips.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Template.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Templates.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
-   M /rt/branches/3.3-TESTING/html/Admin/Tools/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/index.html
-   M /rt/branches/3.3-TESTING/html/Approvals/Display.html
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/Approve
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/PendingMyApproval
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/ShowDependency
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Approvals/index.html
-   M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedEnd
-   M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedStart
-   M /rt/branches/3.3-TESTING/html/Elements/Callback
-   M /rt/branches/3.3-TESTING/html/Elements/Checkbox
-   A /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable
-   A /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
-   A /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/ParseFormat
-   A /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
-   M /rt/branches/3.3-TESTING/html/Elements/CreateTicket
-   M /rt/branches/3.3-TESTING/html/Elements/EditLinks
-   M /rt/branches/3.3-TESTING/html/Elements/Error
-   M /rt/branches/3.3-TESTING/html/Elements/Footer
-   M /rt/branches/3.3-TESTING/html/Elements/GotoTicket
-   M /rt/branches/3.3-TESTING/html/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Elements/ListActions
-   M /rt/branches/3.3-TESTING/html/Elements/Login
-   M /rt/branches/3.3-TESTING/html/Elements/Menu
-   M /rt/branches/3.3-TESTING/html/Elements/MessageBox
-   M /rt/branches/3.3-TESTING/html/Elements/MyRequests
-   M /rt/branches/3.3-TESTING/html/Elements/MyTickets
-   M /rt/branches/3.3-TESTING/html/Elements/PageLayout
-   M /rt/branches/3.3-TESTING/html/Elements/QueryString
-   M /rt/branches/3.3-TESTING/html/Elements/QuickCreate
-   M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
-   A /rt/branches/3.3-TESTING/html/Elements/RT__Ticket
-   A /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
-   M /rt/branches/3.3-TESTING/html/Elements/Refresh
-   M /rt/branches/3.3-TESTING/html/Elements/ScrubHTML
-   M /rt/branches/3.3-TESTING/html/Elements/Section
-   M /rt/branches/3.3-TESTING/html/Elements/SelectAttachmentField
-   M /rt/branches/3.3-TESTING/html/Elements/SelectBoolean
-   M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldOperator
-   M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldValue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDate
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDateRelation
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDateType
-   M /rt/branches/3.3-TESTING/html/Elements/SelectEqualityOperator
-   M /rt/branches/3.3-TESTING/html/Elements/SelectGroups
-   M /rt/branches/3.3-TESTING/html/Elements/SelectLang
-   M /rt/branches/3.3-TESTING/html/Elements/SelectLinkType
-   M /rt/branches/3.3-TESTING/html/Elements/SelectMatch
-   M /rt/branches/3.3-TESTING/html/Elements/SelectNewTicketQueue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
-   M /rt/branches/3.3-TESTING/html/Elements/SelectQueue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectResultsPerPage
-   M /rt/branches/3.3-TESTING/html/Elements/SelectSortOrder
-   M /rt/branches/3.3-TESTING/html/Elements/SelectStatus
-   M /rt/branches/3.3-TESTING/html/Elements/SelectTicketSortBy
-   M /rt/branches/3.3-TESTING/html/Elements/SelectTicketTypes
-   M /rt/branches/3.3-TESTING/html/Elements/SelectUsers
-   M /rt/branches/3.3-TESTING/html/Elements/SelectWatcherType
-   M /rt/branches/3.3-TESTING/html/Elements/SetupSessionCookie
-   M /rt/branches/3.3-TESTING/html/Elements/ShowLink
-   M /rt/branches/3.3-TESTING/html/Elements/ShowLinks
-   M /rt/branches/3.3-TESTING/html/Elements/SimpleSearch
-   M /rt/branches/3.3-TESTING/html/Elements/Submit
-   M /rt/branches/3.3-TESTING/html/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBox
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBoxEnd
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBoxStart
-   M /rt/branches/3.3-TESTING/html/NoAuth/Logout.html
-   M /rt/branches/3.3-TESTING/html/NoAuth/Reminder.html
-   A /rt/branches/3.3-TESTING/html/NoAuth/images/autohandler
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/ns
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/attachments
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/history
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/links
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/ns
-   M /rt/branches/3.3-TESTING/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/branches/3.3-TESTING/html/REST/1.0/autohandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/dhandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/logout
-   M /rt/branches/3.3-TESTING/html/REST/1.0/search/dhandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/comment
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/link
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/merge
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
-   M /rt/branches/3.3-TESTING/html/Search/Bulk.html
-   M /rt/branches/3.3-TESTING/html/Search/Edit.html
-   M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
-   M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditFormat
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
-   M /rt/branches/3.3-TESTING/html/Search/Elements/NewListActions
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SearchPrivacy
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectAndOr
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectPersonType
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchObject
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchesForObjects
-   M /rt/branches/3.3-TESTING/html/Search/Results.html
-   M /rt/branches/3.3-TESTING/html/Search/Results.rdf
-   M /rt/branches/3.3-TESTING/html/Search/Results.tsv
-   M /rt/branches/3.3-TESTING/html/SelfService/Attachment/dhandler
-   M /rt/branches/3.3-TESTING/html/SelfService/Closed.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Create.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Display.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/GotoTicket
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/Header
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/SelfService/Error.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Prefs.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Update.html
-   M /rt/branches/3.3-TESTING/html/SelfService/index.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Attachment/dhandler
-   M /rt/branches/3.3-TESTING/html/Ticket/Create.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Display.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/AddWatchers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/BulkLinks
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditBasics
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditDates
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditPeople
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditWatchers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/FindAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/LoadTextAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/PreviewScrips
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowBasics
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowCustomFields
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDates
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDependencies
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowGroupMembers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowHistory
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMemberOf
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMembers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageStanza
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowReferences
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowRequestor
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowSummary
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransaction
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowUserEntry
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Ticket/History.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Modify.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyDates.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyLinks.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyPeople.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ShowEmailRecord.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Update.html
-   M /rt/branches/3.3-TESTING/html/Tools/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Tools/MyDay.html
-   M /rt/branches/3.3-TESTING/html/Tools/Offline.html
-   M /rt/branches/3.3-TESTING/html/User/Delegation.html
-   M /rt/branches/3.3-TESTING/html/User/Elements/DelegateRights
-   M /rt/branches/3.3-TESTING/html/User/Elements/GroupTabs
-   M /rt/branches/3.3-TESTING/html/User/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/User/Groups/Members.html
-   M /rt/branches/3.3-TESTING/html/User/Groups/Modify.html
-   M /rt/branches/3.3-TESTING/html/User/Groups/index.html
-   M /rt/branches/3.3-TESTING/html/User/Prefs.html
-   M /rt/branches/3.3-TESTING/html/autohandler
-   M /rt/branches/3.3-TESTING/html/index.html
-   M /rt/branches/3.3-TESTING/html/l
-   M /rt/branches/3.3-TESTING/lib/RT/ACE.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/AutoOpen.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Autoreply.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/EscalatePriority.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Notify.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/NotifyAsComment.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/RecordComment.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/RecordCorrespondence.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/ResolveMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SetPriority.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/UserDefined.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachments.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachments_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Base.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/AnyTransaction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/BeforeDue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/Overdue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/OwnerChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityExceeds.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/QueueChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/StatusChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/UserDefined.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CurrentUser.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Date.pm
-   M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMembers_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Handle.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/da.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/de.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/es.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/fi.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/fr.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/he.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/hu.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/i_default.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/it.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/ja.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/no.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/ru.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_tw.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/CLI.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/GnuPG.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/REST.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Link.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Link_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Links.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Links_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principals.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principals_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripActions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripActions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripConditions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripConditions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Search/ActiveTicketsInQueue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Search/FromSQL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Search/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/SearchBuilder.pm
-   M /rt/branches/3.3-TESTING/lib/RT/System.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Template.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Template_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Templates.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Templates_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transactions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transactions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI/base.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI/fsck_com_rt.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Users.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT.pm.in
-   M /rt/branches/3.3-TESTING/sbin/extract-message-catalog
-   M /rt/branches/3.3-TESTING/sbin/extract_pod_tests
-   M /rt/branches/3.3-TESTING/sbin/factory
-   M /rt/branches/3.3-TESTING/sbin/license_tag
-   M /rt/branches/3.3-TESTING/sbin/regression_harness
-   M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
 
- ----------------------------------------------------------------------
- r8270@tinbook (orig r1270):  autrijus | 2004-07-22T00:39:33.156202Z
-  ----------------------------------------------------------------------
-  r6200@not:  autrijus | 2004-07-22T00:37:31.494556Z
-  
-  * $Ticket->AddCustomFieldValue now takes FIELD as Name.
-  ----------------------------------------------------------------------
- ----------------------------------------------------------------------
- r8271@tinbook (orig r1271):  autrijus | 2004-07-22T00:52:53.468442Z
-  ----------------------------------------------------------------------
-  r6204@not:  autrijus | 2004-07-22T00:52:38.207887Z
-  
-  * Switch $Ticket->AddCustomFieldValue to use $cf->LoadByNameAndQueue for
-    forward compatibility.
-  ----------------------------------------------------------------------
- ----------------------------------------------------------------------
- r8272@tinbook (orig r1272):  jesse | 2004-07-22T01:04:55.279276Z
-  ----------------------------------------------------------------------
-  r8267@tinbook:  jesse | 2004-07-22T01:01:02.633960Z
+ r9100@tinbook:  jesse | 2004-11-11T03:00:12.926506Z
+  r6127@tinbook:  jesse | 2004-10-27T22:02:28.387934Z
+  Bumping to 3.3.10
   
-  Making license blocks fold away
-  ----------------------------------------------------------------------
- ----------------------------------------------------------------------
- r8282@tinbook (orig r1276):  jesse | 2004-07-22T19:08:32.352834Z
-  ----------------------------------------------------------------------
-  r8281@tinbook:  jesse | 2004-07-22T19:08:48.451578Z
   
-  * The "/l" component now does all its work in the init block
-  ----------------------------------------------------------------------
- ----------------------------------------------------------------------
- r8286@tinbook (orig r1277):  leira | 2004-07-23T02:30:36.111345Z
- If a template file is uploaded, clear out the old template first (as before).
- ----------------------------------------------------------------------
- r8287@tinbook (orig r1278):  leira | 2004-07-23T02:32:27.864998Z
- Fill in the default queue if one was specified.
- ----------------------------------------------------------------------
- r8288@tinbook (orig r1279):  leira | 2004-07-23T03:02:15.525380Z
- RT-Ticket: 5880
- RT-Status: resolved
- RT-Action: correspond
- NULL values can now be chosen, and the TicketSQL query is constructed properly.
- ----------------------------------------------------------------------
- r8289@tinbook (orig r1280):  leira | 2004-07-23T03:04:27.962400Z
- No value is NULL, not null.
  
- ----------------------------------------------------------------------
- r8290@tinbook (orig r1281):  autrijus | 2004-07-23T17:15:16.923948Z
- RT-Ticket: 5274 
- RT-Status: resolved
- RT-Update: correspond
+
+------------------------------------------------------------------------
+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.
+   
+   
+   
   
- Apply Bart Duchesne's patch for correctly deleting old TCFV '0'
- when editing SingleValue TCFs.
  
- ----------------------------------------------------------------------
- r8291@tinbook (orig r1282):  jesse | 2004-07-23T17:34:23.556934Z
-  ----------------------------------------------------------------------
-  r8285@tinbook:  jesse | 2004-07-23T17:33:04.648260Z
+
+------------------------------------------------------------------------
+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
   
-  Using single quotes makes the email address in the copyright not get mangled
-  ----------------------------------------------------------------------
  
- ----------------------------------------------------------------------
- r8293@tinbook (orig r1283):  jesse | 2004-07-23T21:23:10.580796Z
-  ----------------------------------------------------------------------
-  r8292@tinbook:  jesse | 2004-07-23T21:23:16.884303Z
+
+------------------------------------------------------------------------
+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
+   
   
-  RT now goes out of its way to display images, like the logo... even when users fail to configure their webserver correctly
-  ----------------------------------------------------------------------
- ----------------------------------------------------------------------
- r8294@tinbook (orig r1284):  leira | 2004-07-23T21:43:20.116290Z
- Reset string properly when uploading a template file.
  
- ----------------------------------------------------------------------
- r8304@tinbook (orig r1285):  robert | 2004-07-26T19:07:58.942428Z
-  ----------------------------------------------------------------------
-  r1287@dog:  rspier | 2004-07-26T18:56:48.690023Z
-  
-  [fsck.com #5879] - DBIx::SearchBuilder should treat 'IS' as case insensitive, since most databases do too.
-  ----------------------------------------------------------------------
-  r1288@dog:  rspier | 2004-07-26T19:00:50.217330Z
-  
-  MicroOptimizations:
-       - if we're doing an IS NULL search already, there's no reason to do a $null_columns_ok
-       - use || instead of 'or' so we can short-circuit
-  ----------------------------------------------------------------------
-  r1289@dog:  rspier | 2004-07-26T19:06:54.604573Z
+
+------------------------------------------------------------------------
+r1834 | jesse | 2004-11-11 03:32:34 -0500 (Thu, 11 Nov 2004) | 11 lines
+Changed paths:
+   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.
+   
   
-  MicroOptimization/Cleanup:
-       - get rid of $null_columns_ok flag
-       - clean up logic, and use string compare instead of regexp
-  ----------------------------------------------------------------------
  
- ----------------------------------------------------------------------
- r8305@tinbook (orig r1286):  robert | 2004-07-26T19:15:12.786172Z
-  ----------------------------------------------------------------------
-  r1291@dog:  rspier | 2004-07-26T19:14:41.133769Z
+
+------------------------------------------------------------------------
+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.
+   
   
-  Revert the last microoptimization.  It smells funny and will create problems with merging to 3.3
-  ----------------------------------------------------------------------
- ----------------------------------------------------------------------
- r8307@tinbook (orig r1288):  leira | 2004-07-28T04:04:12.240846Z
- Handle 0 values properly.
- ----------------------------------------------------------------------
- r8308@tinbook (orig r1289):  huberth | 2004-07-28T18:35:38.638941Z
- RT-Ticket: 5908
- RT-Status: resolved
-  * drop.Oracle now drops the attributes table.
  
- ----------------------------------------------------------------------
- r8309@tinbook (orig r1290):  huberth | 2004-07-28T18:39:36.764074Z
- RT-Ticket: 5899
- RT-Status: resolved
-  * html/Search/Results.tsv now works with custom fields that have line breaks
-    within them.
- ----------------------------------------------------------------------
- r8311@tinbook (orig r1292):  jesse | 2004-07-29T00:08:11.298269Z
-  ----------------------------------------------------------------------
-  r8303@tinbook:  jesse | 2004-07-28T23:59:45.883318Z
-  
-  Removed the extra newlines we inserted after the copyright block, since it adds extra newlines to the mason pages, which can break some parsing.
+
+------------------------------------------------------------------------
+r1832 | jesse | 2004-11-11 03:31:11 -0500 (Thu, 11 Nov 2004) | 6 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/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.
   
-  ----------------------------------------------------------------------
- ----------------------------------------------------------------------
- r8316@tinbook (orig r1293):  leira | 2004-07-29T05:41:51.040092Z
- Make the TitleBox title a link to the same search, only not limited to 10.
- ----------------------------------------------------------------------
- r8319@tinbook (orig r1296):  alexmv | 2004-07-30T19:59:24.588580Z
-  * Fix "Unrecognised line: foo@bar" caused by 5.8.0 not matching utf8
-    against regexps
- ----------------------------------------------------------------------
- r8320@tinbook (orig r1297):  huberth | 2004-07-30T21:46:43.639926Z
- RT-Ticket: 5699
- RT-Status: resolved
-  * Bulk editing of custom fields (finally!) added.  Not quite as fast as
-    would be preferred, probably, but it (should) work.
- ----------------------------------------------------------------------
- r8329@tinbook (orig r1298):  huberth | 2004-08-03T14:02:14.558593Z
- RT-Ticket: 5927
- RT-Status: resolved
-  * Due dates in the past no longer look like they're in the future,
-    i.e. "6 days ago".
- ----------------------------------------------------------------------
- r8333@tinbook (orig r1302):  huberth | 2004-08-03T22:06:00.556754Z
- RT-Ticket: 4473
- RT-Status: resolved
-  * In Ticket/Elements/ShowAttachments, the font code that is generated
-    no longer tries to escape the quotes (to give something like
-    <font size=&#34;-1&#34;>).  Now the quotes appear.  Also, the default
-    font size for the date and size has been changed to -2, because -1
-    looks huge and out of place.
- ----------------------------------------------------------------------
- r8338@tinbook (orig r1307):  alexmv | 2004-08-04T14:33:55.363891Z
- RT-Ticket: 5916
- RT-Status: resolved
-  * Postgres doesn't use '#' as a comment character
- ----------------------------------------------------------------------
- r8339@tinbook (orig r1308):  alexmv | 2004-08-04T15:54:14.363856Z
- RT-Ticket: 4036
- RT-Status: resolved
-  * 'Create' is uppercase
-  * TemplateObj->QueueObj is null if the template is just being created
- ----------------------------------------------------------------------
- r8340@tinbook (orig r1309):  alexmv | 2004-08-04T17:42:42.591907Z
-  * Warn if running MySQL < 4.0.x
-  * Suggest something slightly more useful if we don't have InnoDB and
-    we're running MySQL 3.23
- ----------------------------------------------------------------------
- r8341@tinbook (orig r1310):  alexmv | 2004-08-04T19:03:51.226982Z
- RT-Ticket: 5942
- RT-Status: resolved
-  * Use a:after {content: "..."} to put dots after titlebox links; this
-    involves one loc string change
-  * Also force titlebox hrefs to be white, not black
- ----------------------------------------------------------------------
- r8342@tinbook (orig r1311):  huberth | 2004-08-05T00:44:40.527084Z
- RT-Ticket: 4234
- RT-Status: resolved
-  * Doubled headers and navbars no longer appear when an unprivileged user
-    creates a Custom Field.  (This happened because Abort was called within
-    a subcomponent.)
- ----------------------------------------------------------------------
- r8343@tinbook (orig r1312):  alexmv | 2004-08-05T00:50:16.625070Z
-  * Removing accidental paste
- ----------------------------------------------------------------------
- r8344@tinbook (orig r1313):  huberth | 2004-08-05T18:47:43.340906Z
-  * Fixed a couple of other stupid errors resulting from r1311 relating to
-    quoting of pathnames.
- ----------------------------------------------------------------------
- r8383@tinbook (orig r1326):  alexmv | 2004-08-10T19:38:59.860454Z
-  * Add callback in header proper, to allow injection of style and script tags
- ----------------------------------------------------------------------
- r8394@tinbook (orig r1335):  leira | 2004-08-17T16:03:08.253892Z
- Added a new callback at the very beginning of the <%INIT> block.
  
- RTIR uses this callback to look at the queue and hijack the display
- page, however, the callback itself is more generic than that: it
- happens at the very beginning, and receives all arguments.
- ----------------------------------------------------------------------
- r8396@tinbook (orig r1337):  alexmv | 2004-08-17T19:03:04.023840Z
- RT-Ticket: 5820
- RT-Update: correspond
- RT-Status: resolved
-  * Use "local $_" to prevent "modification of read-only value..."
-    caused by aliasing $_ to a constant
- ----------------------------------------------------------------------
- r8397@tinbook (orig r1338):  alexmv | 2004-08-17T21:05:10.004165Z
- RT-Ticket: 5716
- RT-Update: correspond
- RT-Status: resolved
-  * Move code which is not specific to parsing mime messages into
-    RT::Email::Interface; this removes a large base of duplicated code,
-    and some sketchy "methods" that were getting called with "" as self
-    often
- ----------------------------------------------------------------------
- r8398@tinbook (orig r1339):  alexmv | 2004-08-17T22:16:11.573879Z
- RT-Ticket: 5963
- RT-Update: correspond
- RT-Status: resolved
-  * Applied patch provided by bobg at the domain of uic.edu to exit if
-    there is no content on standard input
- ----------------------------------------------------------------------
- r8399@tinbook (orig r1340):  alexmv | 2004-08-17T22:18:15.933790Z
- RT-Ticket: 5939
- RT-Status: resolved
- RT-Update: correspond
-  * Take out un-needed $fontsize variable; removing <font> tags will
-    have to wait
- ----------------------------------------------------------------------
- r8400@tinbook (orig r1341):  alexmv | 2004-08-17T23:57:59.583821Z
- RT-Ticket: 5897
- RT-Update: correspond
- RT-Status: resolved
-  * ModifyTicket includes CommentOnTicket and ReplyToTicket rights;
-    this effects display of "[Reply] [Comment]" links per transaction
- ----------------------------------------------------------------------
- r8401@tinbook (orig r1342):  alexmv | 2004-08-18T00:05:11.483081Z
- RT-Ticket: 5823
- RT-Update: correspond
- RT-Status: resolved
-  * Applied patch from bobg at the domain of uic.edu, prefixing refresh
-    form's url with $RT::WebPath
- ----------------------------------------------------------------------
- r8402@tinbook (orig r1343):  huberth | 2004-08-18T02:23:42.094984Z
-  * Made bulk editing of custom fields slightly more efficient and 
-    simultaneously cleaned up some of its code.
-  * Also added a little bit of docs for RT::Ticket::Create() - Priority
-    is a valid arg also.
- ----------------------------------------------------------------------
- r8403@tinbook (orig r1344):  alexmv | 2004-08-18T02:27:04.024544Z
- RT-Ticket: 5988
- RT-Update: correspond
- RT-Status: resolved
-  * Back out change r1338, as it breaks API compatibility in a stable
-    release
- ----------------------------------------------------------------------
- r8416@tinbook (orig r1347):  alexmv | 2004-08-18T19:31:10.580958Z
- RT-Ticket: 5826
- RT-Update: correspond
- RT-Status: resolved
-  * Fix logic; bounce message as a loop if $IsALoop and not $RT::StoreLoops;
-    was "if $IsALoop and ($RT::LoopsToOwner and not $RT::StoreLoops)"
- ----------------------------------------------------------------------
- r8417@tinbook (orig r1348):  alexmv | 2004-08-18T20:22:42.711734Z
- RT-Ticket: 5215
- RT-Update: correspond
- 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
+
+ r9093@tinbook:  jesse | 2004-11-11T02:59:56.622603Z
+  r6101@tinbook:  jesse | 2004-10-23T22:05:06.396023Z
+  Bumping to 3.3.9
  
-  * When merging tickets, the resulting ticket's
-    Time{Estimated,Worked,Left} should be the sum of the fields from
-    both tickets
+
+------------------------------------------------------------------------
+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.
  
- ----------------------------------------------------------------------
- r8418@tinbook (orig r1349):  alexmv | 2004-08-18T20:38:09.170879Z
- RT-Ticket: 5963
- RT-Update: correspond
- RT-Status: resolved
+
+------------------------------------------------------------------------
+r1829 | jesse | 2004-11-11 03:29:43 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.SQLite
+
+ 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
  
-  * Some mailers care about the return value rt-mailgate; 'return 0'
-    instead of 'die' to ensure that we fake success
+
+------------------------------------------------------------------------
+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
+
+ 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).
  
- ----------------------------------------------------------------------
- r8420@tinbook (orig r1351):  alexmv | 2004-08-18T21:53:17.081053Z
- RT-Ticket: 5792
- RT-Update: correspond
- RT-Status: resolved
+
+------------------------------------------------------------------------
+r1827 | jesse | 2004-11-11 03:28:55 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   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
+  
  
-  * Move the lasttrans anchor into a table cell
+
+------------------------------------------------------------------------
+r1826 | jesse | 2004-11-11 03:28:34 -0500 (Thu, 11 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
+
+ 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
+  
  
- ----------------------------------------------------------------------
- r8421@tinbook (orig r1352):  alexmv | 2004-08-18T22:04:57.879119Z
- RT-Ticket: 5809
- RT-Status: resolved
+
+------------------------------------------------------------------------
+r1825 | jesse | 2004-11-11 03:28:16 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/sbin/rt-test-dependencies.in
+
+ 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
  
-  * Derivative of the doc. patch in [fsck.com #5809] applied
+
+------------------------------------------------------------------------
+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
+
+ 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.
  
- ----------------------------------------------------------------------
- r8456@tinbook (orig r1372):  jesse | 2004-08-28T23:47:32.411217Z
-  ----------------------------------------------------------------------
-  r8454@tinbook:  jesse | 2004-08-28T23:42:12.276700Z
+
+------------------------------------------------------------------------
+r1822 | jesse | 2004-11-11 03:27:16 -0500 (Thu, 11 Nov 2004) | 10 lines
+Changed paths:
+   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.
   
-  ----------------------------------------------------------------------
-  r8455@tinbook:  jesse | 2004-08-28T23:46:06.962020Z
-  Adding a "SearchActions" callback to Search/Results.html
-  ----------------------------------------------------------------------
  
- ----------------------------------------------------------------------
- r8473@tinbook (orig r1376):  jesse | 2004-08-31T04:22:49.340942Z
-  ----------------------------------------------------------------------
-  r8457@tinbook:  jesse | 2004-08-29T01:52:08.449173Z
-  Refactored the TicketList compnent to be more reusable
-  ----------------------------------------------------------------------
-  r8458@tinbook:  jesse | 2004-08-29T02:41:50.808026Z
-  Adding a callback for a customer
-  ----------------------------------------------------------------------
-  r8471@tinbook:  jesse | 2004-08-31T04:20:29.035587Z
-  Fixed the callback in Results.html to not flake out when we've got interesting %ARGS coming into it.
+
+------------------------------------------------------------------------
+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
+
+ r9083@tinbook:  jesse | 2004-11-11T02:59:30.423030Z
+  r6071@tinbook:  jesse | 2004-10-20T22:56:43.545883Z
+  RT-Ticket: 6192
+  RT-Status: update
   
-  ----------------------------------------------------------------------
-  r8472@tinbook:  jesse | 2004-08-31T04:21:47.346418Z
-  Added "DependedOnBy" to TicketSQL  to mean what it means elsewhere.
   
-  Made TicketSQL let you search by ticket type
+  Updated RT::Attachement::OriginalContent to use a better regexp for determining what's encoded and what's not.
   
-  ----------------------------------------------------------------------
- ----------------------------------------------------------------------
- r8479@tinbook (orig r1379):  jesse | 2004-08-31T08:14:54.830848Z
-  ----------------------------------------------------------------------
-  r8478@tinbook:  jesse | 2004-08-31T08:14:29.467020Z
-  Inlined Tickets_Overlay_SQL's "match"
   
-  ----------------------------------------------------------------------
  
- ----------------------------------------------------------------------
- r8482@tinbook (orig r1380):  jesse | 2004-08-31T18:49:23.384189Z
-  ----------------------------------------------------------------------
-  r8480@tinbook:  jesse | 2004-08-31T18:48:19.505579Z
-  Added callbacks to let users add entries to show and edit basics boxes
+
+------------------------------------------------------------------------
+r1820 | jesse | 2004-11-11 03:26:38 -0500 (Thu, 11 Nov 2004) | 11 lines
+Changed paths:
+   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
   
-  Made "type" an editable field on tickets (at the web api level, not in the UI)
   
-  ----------------------------------------------------------------------
+  Updated the dutch translation. (As the translation hadn't been applied for a bit, some translations didn't apply cleanly.)
+  
  
- ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1345 | alexmv | 2004-08-17 22:42:49 -0400 (Tue, 17 Aug 2004) | 6 lines
+r1819 | jesse | 2004-11-11 03:26:15 -0500 (Thu, 11 Nov 2004) | 6 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
-
-RT-Ticket: 5716
-RT-Status: resolved
-RT-Update: correspond
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
 
- * Duplicate code change backed out of 3.2 and checked into 3.3
+ r9081@tinbook:  jesse | 2004-11-11T02:59:25.937757Z
+  r6064@tinbook:  jesse | 2004-10-20T22:08:13.953728Z
+  Fixed a typo
+  
 
 ------------------------------------------------------------------------
-r1275 | jesse | 2004-07-22 14:36:03 -0400 (Thu, 22 Jul 2004) | 8 lines
+r1818 | jesse | 2004-11-11 03:25:52 -0500 (Thu, 11 Nov 2004) | 11 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
-
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
 
- ----------------------------------------------------------------------
- r8279@tinbook:  jesse | 2004-07-22T18:33:54.229892Z
+ 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
+  
+  
  
- * Allow the move up/move down links to work for custom field ordering
- ----------------------------------------------------------------------
-
 
 ------------------------------------------------------------------------
-r1268 | jesse | 2004-07-21 15:36:07 -0400 (Wed, 21 Jul 2004) | 1 line
+r1817 | jesse | 2004-11-11 03:25:33 -0500 (Thu, 11 Nov 2004) | 11 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING/releng.cnf
+   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" 
+  
 
-Bumped to 3.3.5
 ------------------------------------------------------------------------
-r1267 | jesse | 2004-07-21 15:12:31 -0400 (Wed, 21 Jul 2004) | 67 lines
+r1816 | jesse | 2004-11-11 03:25:14 -0500 (Thu, 11 Nov 2004) | 5 lines
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/Makefile.in
-   M /rt/branches/3.3-TESTING/README
-   M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
-   M /rt/branches/3.3-TESTING/bin/rt-crontool.in
-   M /rt/branches/3.3-TESTING/bin/rt-mailgate.in
-   M /rt/branches/3.3-TESTING/bin/rt.in
-   M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/configure.ac
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Objects.html
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/CustomFields/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/AddCustomFieldValue
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/CreateUserCalled
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/CustomFieldTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFieldValues
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditQueueWatchers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrip
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrips
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditTemplates
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditUserComments
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/GroupTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalScrips
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ModifyTemplate
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ObjectCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/PickObjects
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueRightsForUser
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldLookupType
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldType
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectGroups
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyGroup
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyQueue
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyUser
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectNewGroupMembers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScrip
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripAction
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripCondition
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectSingleOrMultiple
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectStage
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectTemplate
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectUsers
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/SystemTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/ToolTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/UserTabs
-   M /rt/branches/3.3-TESTING/html/Admin/Global/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Scrip.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Scrips.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Template.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/Templates.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Global/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/CustomFields.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/History.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/Members.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Groups/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomField.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomFields.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/GroupRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/People.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrip.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrips.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Template.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/Templates.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/UserRights.html
-   M /rt/branches/3.3-TESTING/html/Admin/Queues/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
-   M /rt/branches/3.3-TESTING/html/Admin/Tools/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/CustomFields.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/History.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/Memberships.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.html
-   M /rt/branches/3.3-TESTING/html/Admin/Users/index.html
-   M /rt/branches/3.3-TESTING/html/Admin/index.html
-   M /rt/branches/3.3-TESTING/html/Approvals/Display.html
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/Approve
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/PendingMyApproval
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/ShowDependency
-   M /rt/branches/3.3-TESTING/html/Approvals/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Approvals/index.html
-   M /rt/branches/3.3-TESTING/html/Download/CustomFieldValue/dhandler
-   M /rt/branches/3.3-TESTING/html/Download/Tabular/dhandler
-   M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedEnd
-   M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedStart
-   M /rt/branches/3.3-TESTING/html/Elements/Callback
-   M /rt/branches/3.3-TESTING/html/Elements/Checkbox
-   M /rt/branches/3.3-TESTING/html/Elements/CreateTicket
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldBinary
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldFreeform
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldImage
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldSelect
-   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldText
-   M /rt/branches/3.3-TESTING/html/Elements/EditLinks
-   M /rt/branches/3.3-TESTING/html/Elements/Error
-   M /rt/branches/3.3-TESTING/html/Elements/Footer
-   M /rt/branches/3.3-TESTING/html/Elements/GotoTicket
-   M /rt/branches/3.3-TESTING/html/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Elements/ListActions
-   M /rt/branches/3.3-TESTING/html/Elements/Login
-   M /rt/branches/3.3-TESTING/html/Elements/Menu
-   M /rt/branches/3.3-TESTING/html/Elements/MessageBox
-   M /rt/branches/3.3-TESTING/html/Elements/MyRequests
-   M /rt/branches/3.3-TESTING/html/Elements/MyTickets
-   M /rt/branches/3.3-TESTING/html/Elements/PageLayout
-   M /rt/branches/3.3-TESTING/html/Elements/QueryString
-   M /rt/branches/3.3-TESTING/html/Elements/QuickCreate
-   M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
-   M /rt/branches/3.3-TESTING/html/Elements/Refresh
-   M /rt/branches/3.3-TESTING/html/Elements/ScrubHTML
-   M /rt/branches/3.3-TESTING/html/Elements/Section
-   M /rt/branches/3.3-TESTING/html/Elements/SelectAttachmentField
-   M /rt/branches/3.3-TESTING/html/Elements/SelectBoolean
-   M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldOperator
-   M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldValue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDate
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDateRelation
-   M /rt/branches/3.3-TESTING/html/Elements/SelectDateType
-   M /rt/branches/3.3-TESTING/html/Elements/SelectEqualityOperator
-   M /rt/branches/3.3-TESTING/html/Elements/SelectGroups
-   M /rt/branches/3.3-TESTING/html/Elements/SelectLang
-   M /rt/branches/3.3-TESTING/html/Elements/SelectLinkType
-   M /rt/branches/3.3-TESTING/html/Elements/SelectMatch
-   M /rt/branches/3.3-TESTING/html/Elements/SelectNewTicketQueue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
-   M /rt/branches/3.3-TESTING/html/Elements/SelectQueue
-   M /rt/branches/3.3-TESTING/html/Elements/SelectResultsPerPage
-   M /rt/branches/3.3-TESTING/html/Elements/SelectSortOrder
-   M /rt/branches/3.3-TESTING/html/Elements/SelectStatus
-   M /rt/branches/3.3-TESTING/html/Elements/SelectTicketSortBy
-   M /rt/branches/3.3-TESTING/html/Elements/SelectTicketTypes
-   M /rt/branches/3.3-TESTING/html/Elements/SelectUsers
-   M /rt/branches/3.3-TESTING/html/Elements/SelectWatcherType
-   M /rt/branches/3.3-TESTING/html/Elements/SetupSessionCookie
-   M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFieldImage
-   M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFields
-   M /rt/branches/3.3-TESTING/html/Elements/ShowLink
-   M /rt/branches/3.3-TESTING/html/Elements/ShowLinks
-   M /rt/branches/3.3-TESTING/html/Elements/ShowMemberships
-   M /rt/branches/3.3-TESTING/html/Elements/SimpleSearch
-   M /rt/branches/3.3-TESTING/html/Elements/Submit
-   M /rt/branches/3.3-TESTING/html/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBox
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBoxEnd
-   M /rt/branches/3.3-TESTING/html/Elements/TitleBoxStart
-   M /rt/branches/3.3-TESTING/html/NoAuth/Logout.html
-   M /rt/branches/3.3-TESTING/html/NoAuth/Reminder.html
-   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/ns
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/attachments
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/history
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/links
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/default
-   M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/ns
-   M /rt/branches/3.3-TESTING/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/branches/3.3-TESTING/html/REST/1.0/autohandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/dhandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/logout
-   M /rt/branches/3.3-TESTING/html/REST/1.0/search/dhandler
-   M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/comment
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/link
-   M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/merge
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
-   M /rt/branches/3.3-TESTING/html/Search/Bulk.html
-   M /rt/branches/3.3-TESTING/html/Search/Edit.html
-   M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
-   M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditFormat
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
-   M /rt/branches/3.3-TESTING/html/Search/Elements/NewListActions
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SearchPrivacy
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectAndOr
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectGroup
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectPersonType
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchObject
-   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchesForObjects
-   D /rt/branches/3.3-TESTING/html/Search/Elements/TicketRow
-   M /rt/branches/3.3-TESTING/html/Search/Results.html
-   M /rt/branches/3.3-TESTING/html/Search/Results.rdf
-   M /rt/branches/3.3-TESTING/html/Search/Results.tsv
-   M /rt/branches/3.3-TESTING/html/SelfService/Attachment/dhandler
-   M /rt/branches/3.3-TESTING/html/SelfService/Closed.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Create.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Display.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/GotoTicket
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/Header
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
-   M /rt/branches/3.3-TESTING/html/SelfService/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/SelfService/Error.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Prefs.html
-   M /rt/branches/3.3-TESTING/html/SelfService/Update.html
-   M /rt/branches/3.3-TESTING/html/SelfService/index.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Attachment/dhandler
-   M /rt/branches/3.3-TESTING/html/Ticket/Create.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Display.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/AddWatchers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/BulkLinks
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditBasics
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomFields
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditDates
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditPeople
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditWatchers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/FindAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/LoadTextAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/PreviewScrips
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowBasics
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowCustomFields
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDates
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDependencies
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowGroupMembers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowHistory
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMemberOf
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMembers
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageStanza
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowReferences
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowRequestor
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowSummary
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransaction
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowUserEntry
-   M /rt/branches/3.3-TESTING/html/Ticket/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Ticket/History.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Modify.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyDates.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyLinks.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ModifyPeople.html
-   M /rt/branches/3.3-TESTING/html/Ticket/ShowEmailRecord.html
-   M /rt/branches/3.3-TESTING/html/Ticket/Update.html
-   M /rt/branches/3.3-TESTING/html/Tools/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/Tools/MyDay.html
-   M /rt/branches/3.3-TESTING/html/Tools/Offline.html
-   M /rt/branches/3.3-TESTING/html/User/Delegation.html
-   M /rt/branches/3.3-TESTING/html/User/Elements/DelegateRights
-   M /rt/branches/3.3-TESTING/html/User/Elements/GroupTabs
-   M /rt/branches/3.3-TESTING/html/User/Elements/Tabs
-   M /rt/branches/3.3-TESTING/html/User/Groups/Members.html
-   M /rt/branches/3.3-TESTING/html/User/Groups/Modify.html
-   M /rt/branches/3.3-TESTING/html/User/Groups/index.html
-   M /rt/branches/3.3-TESTING/html/User/Prefs.html
-   M /rt/branches/3.3-TESTING/html/autohandler
-   M /rt/branches/3.3-TESTING/html/index.html
-   M /rt/branches/3.3-TESTING/html/l
-   M /rt/branches/3.3-TESTING/lib/RT/ACE.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/AutoOpen.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Autoreply.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/EscalatePriority.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Notify.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/NotifyAsComment.pm
-   A /rt/branches/3.3-TESTING/lib/RT/Action/RecordComment.pm
-   A /rt/branches/3.3-TESTING/lib/RT/Action/RecordCorrespondence.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/ResolveMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SetPriority.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/UserDefined.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachments.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attachments_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Base.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/AnyTransaction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/BeforeDue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/Overdue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/OwnerChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityExceeds.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/QueueChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/StatusChange.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/UserDefined.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CurrentUser.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
-   M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Date.pm
-   M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMembers.pm
-   M /rt/branches/3.3-TESTING/lib/RT/GroupMembers_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Handle.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/de.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/i_default.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/CLI.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/GnuPG.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/REST.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Link.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Link_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Links.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Links_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principals.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Principals_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Queues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripActions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripActions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripConditions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripConditions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Search/ActiveTicketsInQueue.pm
-   A /rt/branches/3.3-TESTING/lib/RT/Search/FromSQL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Search/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/SearchBuilder.pm
-   M /rt/branches/3.3-TESTING/lib/RT/System.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Template.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Template_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Templates.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Templates_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
-   M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transactions.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Transactions_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI/base.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI/fsck_com_rt.pm
-   M /rt/branches/3.3-TESTING/lib/RT/URI.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User.pm
-   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Users.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT.pm.in
-   M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
-   A /rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in
-   M /rt/branches/3.3-TESTING/sbin/extract-message-catalog
-   M /rt/branches/3.3-TESTING/sbin/extract_pod_tests
-   M /rt/branches/3.3-TESTING/sbin/factory
-   M /rt/branches/3.3-TESTING/sbin/license_tag
-   M /rt/branches/3.3-TESTING/sbin/regression_harness
-   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
-   M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
 
- ----------------------------------------------------------------------
- r8262@tinbook:  jesse | 2004-07-21T18:06:24.396460Z
+ r9078@tinbook:  jesse | 2004-11-11T02:59:19.778677Z
+  r6061@tinbook:  jesse | 2004-10-20T19:27:22.698792Z
+  Minor cleanups to record.pm
  
-   Merged forward from 3.2 
+
+------------------------------------------------------------------------
+r1815 | jesse | 2004-11-11 03:24:52 -0500 (Thu, 11 Nov 2004) | 10 lines
+Changed paths:
+   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
   
-  ----------------------------------------------------------------------
-  r3390@tinbook:  jesse | 2004-07-14T19:30:37.426202Z
+  EmailParser updates applied to RT 3.3 to fix subject lines that are encoded and multi-line
   
-  RT-Ticket: 5886
-  RT-Action: correspond
+
+------------------------------------------------------------------------
+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
   
-  Updated rt-crontool to pass in CurrentUser when creating new actions and searches..
-  
-  ----------------------------------------------------------------------
-  r3397@tinbook:  jesse | 2004-07-14T19:44:51.378312Z
+  Status is nowdefinablein the RT_Config file.
   
+
+------------------------------------------------------------------------
+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
   
-  ----------------------------------------------------------------------
-  r3398@tinbook:  jesse | 2004-07-14T19:59:24.627023Z
+  Moved more ticket listing style to the CSS and out of the html, per the suggestion of Dirk Pape
   
   
-  ----------------------------------------------------------------------
-  r3399@tinbook:  jesse | 2004-07-14T20:23:59.757938Z
+
+------------------------------------------------------------------------
+r1812 | jesse | 2004-11-11 03:16:24 -0500 (Thu, 11 Nov 2004) | 11 lines
+Changed paths:
+   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
   
-  Bumping to 3.2.1rc4
-  ----------------------------------------------------------------------
-  r8220@tinbook:  jesse | 2004-07-15T19:02:55.020727Z
+  Patch fixes issue with multibyte characters escaping in URLs. --Ruslan
   
-  RT-Ticket: 5891
-  RT-Status: open
-  RT-Action: correspond
   
-  Interim measure to only list sortable fields in the "Sort display by" 
-  options.
+
+------------------------------------------------------------------------
+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.
   
-  ----------------------------------------------------------------------
-  r8222@tinbook:  jesse | 2004-07-16T17:09:30.264982Z
+
+------------------------------------------------------------------------
+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
   
-  Web UI: Fixed bug which prevented unlimited searches
-  ----------------------------------------------------------------------
-  r8239@tinbook:  jesse | 2004-07-19T16:54:11.660605Z
+  Owner listings now sort alphabetically
   
+
+------------------------------------------------------------------------
+r1809 | jesse | 2004-11-11 03:15:22 -0500 (Thu, 11 Nov 2004) | 10 lines
+Changed paths:
+   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
   
-  ----------------------------------------------------------------------
-  r8240@tinbook:  jesse | 2004-07-19T17:01:43.322617Z
+  Formatting fixes to RT.pm
   
-  Retagging the source code with the updated submission policy
-  ----------------------------------------------------------------------
-  r8258@tinbook:  jesse | 2004-07-20T21:24:03.019565Z
+
+------------------------------------------------------------------------
+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
+
+ r9070@tinbook:  jesse | 2004-11-11T02:54:51.524660Z
+  r6039@tinbook:  jesse | 2004-10-18T17:48:14.238206Z
+  RT-Ticket: 5336
+  RT-Status: resolved
   
-  Crontool additions to support scripted notifications
-  ----------------------------------------------------------------------
-  r8261@tinbook:  jesse | 2004-07-21T18:05:55.579150Z
+  Approval template corrected
   
+
+------------------------------------------------------------------------
+r1807 | jesse | 2004-11-11 03:14:32 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/releng.cnf
+
+ r9069@tinbook:  jesse | 2004-11-11T02:54:49.799723Z
+  r6014@tinbook:  jesse | 2004-10-15T18:26:19.439204Z
+  Bumping to 3.3.8
+
+------------------------------------------------------------------------
+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.
   
+
+------------------------------------------------------------------------
+r1805 | jesse | 2004-11-11 03:08:54 -0500 (Thu, 11 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS
+   M /rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Ticket_Overlay.pm
+
+ r9067@tinbook:  jesse | 2004-11-11T02:54:44.745160Z
+  r1992@tinbook:  jesse | 2004-10-12T21:00:33.006657Z
+  RT-Ticket: 6182
+  RT-Status: resolved
   
+
+------------------------------------------------------------------------
+r1804 | jesse | 2004-11-11 03:08:26 -0500 (Thu, 11 Nov 2004) | 5 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
+
+ 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
+   
   
-  ----------------------------------------------------------------------
  
- ----------------------------------------------------------------------
- r8264@tinbook:  jesse | 2004-07-21T19:10:28.393515Z
+
+------------------------------------------------------------------------
+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
+  
  
- Bumpped the copyright/license/notice
- ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1718 | autrijus | 2004-11-05 03:56:10 -0500 (Fri, 05 Nov 2004) | 3 lines
+Changed paths:
+   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
+
+* Log::Dispatch wants ->warning, not ->warn.
+
+
+------------------------------------------------------------------------
+r1637 | jesse | 2004-10-07 17:02:52 -0400 (Thu, 07 Oct 2004) | 1 line
+Changed paths:
+   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)
+
 
 ------------------------------------------------------------------------
 r1264 | autrijus | 2004-07-19 22:56:01 -0400 (Mon, 19 Jul 2004) | 8 lines
@@ -11077,100 +20520,19 @@ Changed paths:
  
 
 ------------------------------------------------------------------------
-r1247 | autrijus | 2004-07-14 15:24:23 -0400 (Wed, 14 Jul 2004) | 6 lines
+r1259 | autrijus | 2004-07-16 17:52:53 -0400 (Fri, 16 Jul 2004) | 2 lines
 Changed paths:
    M /rt
-   M /rt/branches/3.3-TESTING/lib/RT/StyleGuide.pod
+   A /rt/branches/PLATANO-EXPERIMENTAL/docs/design_docs/ruleset-workflow.txt
 
- ----------------------------------------------------------------------
- r6050@not:  autrijus | 2004-07-14T19:21:34.616159Z
- * Add style guide information about parameter passing style.
- ----------------------------------------------------------------------
-
-------------------------------------------------------------------------
-r1233 | jesse | 2004-07-14 00:37:55 -0400 (Wed, 14 Jul 2004) | 10 lines
-Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
-   M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/etc/schema.Sybase
-   M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrip
-   M /rt/branches/3.3-TESTING/html/Elements/Header
-   M /rt/branches/3.3-TESTING/html/Elements/TicketList
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
-   M /rt/branches/3.3-TESTING/html/Search/Bulk.html
-   M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Condition/Generic.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/it.po
-   A /rt/branches/3.3-TESTING/lib/RT/Interface/Web
-   A /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-
- ----------------------------------------------------------------------
- r3374@tinbook:  jesse | 2004-07-13T23:31:39.996661Z
- Merge forward from RT 3.2
- ----------------------------------------------------------------------
- r3375@tinbook:  jesse | 2004-07-14T04:33:29.296451Z
- Minor fixes for a merge problem from 3.2
- ----------------------------------------------------------------------
+* design docs for ruleset/workflows
 
 ------------------------------------------------------------------------
-r1232 | jesse | 2004-07-13 19:15:10 -0400 (Tue, 13 Jul 2004) | 1 line
+r1227 | jesse | 2004-07-13 15:15:10 -0400 (Tue, 13 Jul 2004) | 1 line
 Changed paths:
-   M /rt/branches/3.3-TESTING
-   M /rt/branches/3.3-TESTING/Makefile.in
-   M /rt/branches/3.3-TESTING/README
-   M /rt/branches/3.3-TESTING/UPGRADING
-   M /rt/branches/3.3-TESTING/bin/rt-crontool.in
-   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
-   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
-   M /rt/branches/3.3-TESTING/html/Elements/QuickCreate
-   M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
-   D /rt/branches/3.3-TESTING/html/Elements/ViewUser
-   M /rt/branches/3.3-TESTING/html/Search/Build.html
-   M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
-   M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
-   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
-   M /rt/branches/3.3-TESTING/html/Search/Results.html
-   M /rt/branches/3.3-TESTING/html/Search/Results.rdf
-   M /rt/branches/3.3-TESTING/html/Ticket/Update.html
-   M /rt/branches/3.3-TESTING/html/Tools/Offline.html
-   M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
-   M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/da.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/de.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/en_malkovich.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/es.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/fi.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/fr.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/he.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/hu.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/it.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/ja.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/no.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/pt_br.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/ru.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_cn.po
-   M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_tw.po
-   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
-   M /rt/branches/3.3-TESTING/lib/t/03web.pl.in
-   M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
-   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
-
+   A /rt/branches/PLATANO-EXPERIMENTAL (from /rt/branches/3.3-TESTING:1226)
 
+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: