import rt 3.4.6
[freeside.git] / rt / Changelog
index e9b72ab..c61acac 100644 (file)
 ------------------------------------------------------------------------
-r1485 | jesse | 2004-09-14 00:42:12 -0400 (Tue, 14 Sep 2004) | 1 line
+r6239 | jesse | 2006-10-19 21:18:39 -0400 (Thu, 19 Oct 2006) | 1 line
 Changed paths:
-   A /rt/tags/3.0.12 (from /rt/branches/3.0-MAINT:1484)
+   A /rt/tags/3.4.6 (from /rt/branches/3.4-RELEASE:6238)
 
-Tagged as 3.0.12 by svn RelEng 1.0
+Tagged as 3.4.6 by svn RelEng 1.0
 ------------------------------------------------------------------------
-r1484 | jesse | 2004-09-14 00:41:30 -0400 (Tue, 14 Sep 2004) | 1 line
+r6238 | jesse | 2006-10-19 21:16:44 -0400 (Thu, 19 Oct 2006) | 3 lines
 Changed paths:
-   M /rt/branches/3.0-MAINT/releng.cnf
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r28958@pinglin:  jesse | 2006-10-19 21:16:43 -0400
+  * 3.4.6
 
-updated release engineering metadata to jibe with the new repo structure
 ------------------------------------------------------------------------
-r1287 | alexmv | 2004-07-27 14:00:18 -0400 (Tue, 27 Jul 2004) | 6 lines
+r6153 | jesse | 2006-10-04 03:42:12 -0400 (Wed, 04 Oct 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.0-MAINT/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
 
-RT-Ticket: 5917
-RT-Status: resolved
-RT-Update: comment
 
- * Make the replying format a little more standard
+------------------------------------------------------------------------
+r6135 | ruz | 2006-09-30 17:38:39 -0400 (Sat, 30 Sep 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
 
+* there is code exists that call My::Class->_ClassAccessible
 ------------------------------------------------------------------------
-r1237 | huberth | 2004-07-14 08:51:48 -0400 (Wed, 14 Jul 2004) | 8 lines
+r5943 | jesse | 2006-09-15 15:31:25 -0400 (Fri, 15 Sep 2006) | 5 lines
 Changed paths:
-   M /rt/branches/3.0-MAINT/html/Elements/Menu
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
 
-RT-Ticket: 5227
-RT-Status: resolved
+ 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.
+
+------------------------------------------------------------------------
+r5858 | ruz | 2006-09-04 18:09:30 -0400 (Mon, 04 Sep 2006) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
 
- * External links are now allowed in menu tabs.  They must be preceded
-   with an http: or https: prefix, or they will be interpreted as 
-   links relative to $RT::WebPath.
+::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.
 
 ------------------------------------------------------------------------
-r1236 | huberth | 2004-07-14 08:00:27 -0400 (Wed, 14 Jul 2004) | 6 lines
+r5857 | ruz | 2006-09-04 15:30:28 -0400 (Mon, 04 Sep 2006) | 1 line
 Changed paths:
-   M /rt/branches/3.0-MAINT/html/Admin/Queues/Template.html
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
 
-RT-Ticket: 4546
-RT-Status: resolved
+* 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
 
- * When creating a new template within a selected queue, the name of the queue
-   now appears above the queue sub-options.
+* 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldSelect
 
+* drop uninit warning
 ------------------------------------------------------------------------
-r1223 | jesse | 2004-07-13 14:36:24 -0400 (Tue, 13 Jul 2004) | 1 line
+r5849 | ruz | 2006-09-04 12:32:29 -0400 (Mon, 04 Sep 2006) | 2 lines
 Changed paths:
-   A /rt/branches/3.0-MAINT (from /rt/trunk:1222)
-   D /rt/trunk
+   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields
 
-Moving RT 3.0 from "head" to a 3.0-MAINT branch
+* drop unused variable
+* init index($i) with 0 to avoid warnings
 ------------------------------------------------------------------------
-r1193 | alexmv | 2004-07-08 15:40:10 -0400 (Thu, 08 Jul 2004) | 3 lines
+r5829 | ruz | 2006-08-30 16:12:48 -0400 (Wed, 30 Aug 2006) | 1 line
 Changed paths:
-   M /rt/trunk/bin/rt-crontool.in
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
 
- * @ARGV _is_ allowed to be empty; it is $search which must not be.
-   Thanks to jdwitt at the domain of software.umn.edu for the catch.
+* typo
+------------------------------------------------------------------------
+r5822 | ruz | 2006-08-29 15:10:01 -0400 (Tue, 29 Aug 2006) | 8 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:
+
+X-MyHeader: key="plain"; key="=?encoded?="
+X-MyHeader: key="=?encoded?="; key="plain"
 
 ------------------------------------------------------------------------
-r1188 | huberth | 2004-07-08 12:28:17 -0400 (Thu, 08 Jul 2004) | 4 lines
+r5821 | ruz | 2006-08-29 13:07:03 -0400 (Tue, 29 Aug 2006) | 2 lines
 Changed paths:
-   M /rt/trunk/sbin/rt-test-dependencies.in
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
 
-RT-Ticket: 5773
-RT-Status: resolved
+* get rid of unint warnings
+* make a log message shorter to be more readable
+------------------------------------------------------------------------
+r5820 | ruz | 2006-08-29 13:03:36 -0400 (Tue, 29 Aug 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
 
- * DBIx::SearchBuilder dependency bumped from 0.97 to 1.01.
-------------------------------------------------------------------------
-r1148 | huberth | 2004-06-26 01:31:03 -0400 (Sat, 26 Jun 2004) | 5 lines
-Changed paths:
-   M /rt/trunk/html/Admin/Elements/EditCustomField
-   M /rt/trunk/html/Admin/Elements/EditScrip
-   M /rt/trunk/html/Admin/Elements/EditTemplates
-   M /rt/trunk/html/Admin/Elements/ModifyQueue
-   M /rt/trunk/html/Admin/Elements/ModifyUser
-   M /rt/trunk/html/Admin/Global/GroupRights.html
-   M /rt/trunk/html/Admin/Global/Template.html
-   M /rt/trunk/html/Admin/Global/UserRights.html
-   M /rt/trunk/html/Admin/Groups/GroupRights.html
-   M /rt/trunk/html/Admin/Groups/Members.html
-   M /rt/trunk/html/Admin/Groups/Modify.html
-   M /rt/trunk/html/Admin/Groups/UserRights.html
-   M /rt/trunk/html/Admin/Queues/GroupRights.html
-   M /rt/trunk/html/Admin/Queues/Modify.html
-   M /rt/trunk/html/Admin/Queues/Template.html
-   M /rt/trunk/html/Admin/Queues/UserRights.html
-   M /rt/trunk/html/Admin/Users/Modify.html
-   M /rt/trunk/html/Approvals/index.html
-   M /rt/trunk/html/Search/Bulk.html
-   M /rt/trunk/html/SelfService/Prefs.html
-   M /rt/trunk/html/Ticket/ModifyDates.html
-   M /rt/trunk/html/Ticket/ModifyLinks.html
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/html/User/Delegation.html
-   M /rt/trunk/html/User/Groups/Members.html
-   M /rt/trunk/html/User/Groups/Modify.html
-   M /rt/trunk/html/User/Prefs.html
-
-RT-Ticket: 5320
-RT-Status: resolved
+* 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
 
- * Submit buttons now have more descriptive labels than "Submit".
+* 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
 
 ------------------------------------------------------------------------
-r1147 | huberth | 2004-06-26 00:04:28 -0400 (Sat, 26 Jun 2004) | 6 lines
+r5818 | ruz | 2006-08-27 12:34:52 -0400 (Sun, 27 Aug 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/bin/rt.in
+   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowBasics
+   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowDates
 
-RT-Ticket: 4653
-RT-Status: resolved
+* 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
 
- * The RT CLI no longer tries to perform a substitution on an undefined
-   response string, taking care of some warnings.
+* allow user to add zero CF values
+------------------------------------------------------------------------
+r5778 | ruz | 2006-08-16 18:56:58 -0400 (Wed, 16 Aug 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
 
+* display one value without html lists
 ------------------------------------------------------------------------
-r1146 | huberth | 2004-06-25 23:15:35 -0400 (Fri, 25 Jun 2004) | 2 lines
+r5777 | ruz | 2006-08-16 18:55:37 -0400 (Wed, 16 Aug 2006) | 1 line
 Changed paths:
-   M /rt/trunk/bin/rt.in
+   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowSummary
 
- * RT CLI no longer chokes when the return status from the HTTP server contains
-   a non-numeric version number like "3.1.HEAD"
+* add LeftColumn and RightColumn callbacks to the summary element
 ------------------------------------------------------------------------
-r1145 | alexmv | 2004-06-25 16:09:56 -0400 (Fri, 25 Jun 2004) | 7 lines
+r5669 | ruz | 2006-07-28 12:06:56 -0400 (Fri, 28 Jul 2006) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/Templates_Overlay.pm
+   M /rt/branches/3.4-RELEASE/releng.cnf
 
-RT-Ticket: 5201
-RT-Status: resolved
-RT-Update: correspond
+* bump 3.4.6rc1
+------------------------------------------------------------------------
+r5624 | jesse | 2006-07-20 13:48:07 -0400 (Thu, 20 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
 
- * Provide a Next sub to Templates that checks that the user can see
-   the template before returning it
+ r14229@pinglin:  jesse | 2006-07-20 10:47:51 -0700
+ * The new history ordering feature was backported backwards.
 
 ------------------------------------------------------------------------
-r1139 | alexmv | 2004-06-22 20:18:17 -0400 (Tue, 22 Jun 2004) | 7 lines
+r5616 | jesse | 2006-07-19 20:40:57 -0400 (Wed, 19 Jul 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/html/Admin/Elements/EditScrip
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
 
-RT-Ticket: 4040
-RT-Status: resolved
-RT-Update: correspond
+ r14217@pinglin:  jesse | 2006-07-19 17:39:08 -0700
+ * crit was being called on the wrong object. Thanks to Todd Chapman 
+
+------------------------------------------------------------------------
+r5570 | kevinr | 2006-07-13 16:21:31 -0400 (Thu, 13 Jul 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
 
- * Once we create a new ticket, we want to make sure the next commit
  does an update instead of creating a new scrip.
+ r14836@sad-girl-in-snow:  kevinr | 2006-07-13 16:17:43 -0400
* The RT::Condition::Generic docs were wrong... fixed.
 
 ------------------------------------------------------------------------
-r1137 | huberth | 2004-06-22 17:49:44 -0400 (Tue, 22 Jun 2004) | 5 lines
+r5534 | ruz | 2006-07-06 11:19:46 -0400 (Thu, 06 Jul 2006) | 11 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/3.4-RELEASE/bin/rt-crontool.in
 
-RT-Ticket: 5733
-RT-Status: resolved
+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
 
-* Commit #1134 updated to use loc, for language portability's sake.
+* 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT.pm.in
 
+* we never should call exit from libs
 ------------------------------------------------------------------------
-r1134 | huberth | 2004-06-22 17:02:15 -0400 (Tue, 22 Jun 2004) | 6 lines
+r5521 | ruz | 2006-07-04 01:38:03 -0400 (Tue, 04 Jul 2006) | 1 line
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
 
-RT-Ticket: 5733
-RT-Status: resolved
+* report error when couldn't create CF
+------------------------------------------------------------------------
+r5520 | ruz | 2006-07-04 01:36:46 -0400 (Tue, 04 Jul 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+
+* forgot to add option to config
+------------------------------------------------------------------------
+r5496 | ruz | 2006-06-30 16:09:08 -0400 (Fri, 30 Jun 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
 
-* In the attachment window, the user who uploaded the attachment is now shown
-  after the time and filesize.
+Changes:
+* new config option $OldestTransactionsFirst that allow
+  administrator to reverse order of transactions on
+  history page
 
 ------------------------------------------------------------------------
-r1117 | huberth | 2004-06-18 17:44:25 -0400 (Fri, 18 Jun 2004) | 6 lines
+r5482 | ruz | 2006-06-28 17:25:18 -0400 (Wed, 28 Jun 2006) | 2 lines
 Changed paths:
-   M /rt/trunk/html/autohandler
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
+   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
 
-RT-Ticket: 5737
-RT-Status: resolved
+* add tests for unsafe mailgate commands
+* fix bugs that were introduced during Email.pm refactoring
+------------------------------------------------------------------------
+r5480 | ruz | 2006-06-27 20:05:49 -0400 (Tue, 27 Jun 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
 
-* RT now logs all login attempts.  Successful logins are logged at level
-  info, failures at level error.
+* minor formatting
+------------------------------------------------------------------------
+r5476 | ruz | 2006-06-27 17:21:07 -0400 (Tue, 27 Jun 2006) | 2 lines
+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
 
+* nothing special, small changes I'd changed during
+  the hunt over a bug
 ------------------------------------------------------------------------
-r1114 | alexmv | 2004-06-18 12:25:56 -0400 (Fri, 18 Jun 2004) | 7 lines
+r5400 | ruz | 2006-06-16 20:40:24 -0400 (Fri, 16 Jun 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/etc/RT_Config.pm.in
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
 
-RT-Ticket: 5755
-RT-Status: resolved
-RT-Update: correspond
+* 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+* 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowRequestor
 
- * Include UnixWare in the lucky group that should get ( socket =>
-   'inet' ) in LogToSyslogConf
+* Use "Requestor.id = $requestor->id" search instead of search by email address
+  as latter is not indexed
+------------------------------------------------------------------------
+r5310 | ruz | 2006-05-26 20:39:49 -0400 (Fri, 26 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/URI.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
 ------------------------------------------------------------------------
-r1109 | alexmv | 2004-06-17 20:34:25 -0400 (Thu, 17 Jun 2004) | 3 lines
+r5268 | jesse | 2006-05-19 17:17:41 -0400 (Fri, 19 May 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/ModifyAll.html
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
 
- * Commit #1108 should have been applied here, instead of to rt-3.1
-   Oops.
+ r13935@hualien:  jesse | 2006-05-19 17:17:27 -0400
+ * There were divergent copies of this code. The EmailParser code was more correct
 
 ------------------------------------------------------------------------
-r1106 | alexmv | 2004-06-17 19:47:40 -0400 (Thu, 17 Jun 2004) | 7 lines
+r5257 | ruz | 2006-05-18 21:53:40 -0400 (Thu, 18 May 2006) | 1 line
 Changed paths:
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/lib/RT/Interface/Web.pm
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
 
-RT-Ticket: 3151
-RT-Status: resolved
-RT-Update: correspond
+* minor
+------------------------------------------------------------------------
+r5256 | ruz | 2006-05-18 21:45:58 -0400 (Thu, 18 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
 
- * Add a transaction if there is time worked -- even if there is no
-   message
+* allow to complete actions in mail plugins
+------------------------------------------------------------------------
+r5249 | ruz | 2006-05-18 12:17:47 -0400 (Thu, 18 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
 
+* add bug comment
 ------------------------------------------------------------------------
-r1095 | alexmv | 2004-06-17 08:49:45 -0400 (Thu, 17 Jun 2004) | 6 lines
+r5238 | ruz | 2006-05-16 18:39:59 -0400 (Tue, 16 May 2006) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/ModifyAll.html
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
 
-RT-Ticket: 5745
-RT-Status: resolved
-RT-Update: correspond
+* really noisy warning
+  *NOTE* that option we use is not described in config
+------------------------------------------------------------------------
+r5218 | ruz | 2006-05-12 20:31:33 -0400 (Fri, 12 May 2006) | 1 line
+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
 
- * Fill in default subject on transaction in Jumbo update
+* get rid of "masks earlier declaration" warnings
+------------------------------------------------------------------------
+r5217 | ruz | 2006-05-12 17:02:54 -0400 (Fri, 12 May 2006) | 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
 
+* use SetToMidnight( Timezone => 'server' ) to calc start and end of the day
 ------------------------------------------------------------------------
-r1094 | huberth | 2004-06-17 01:40:32 -0400 (Thu, 17 Jun 2004) | 6 lines
+r5216 | ruz | 2006-05-12 16:54:41 -0400 (Fri, 12 May 2006) | 1 line
 Changed paths:
-   M /rt/trunk/html/Admin/Elements/UserTabs
+   M /rt/branches/3.4-RELEASE/lib/RT/Date.pm
 
-RT-Ticket: 5697
-RT-Status: resolved
+* add Timezone argument in SetToMidnight
+------------------------------------------------------------------------
+r5209 | ruz | 2006-05-11 18:31:58 -0400 (Thu, 11 May 2006) | 10 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
 
-subject: Admin/UserTabs cleanup
-link to Admin/Users/MemberOf.html removed - page doesn't exist.
+* 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.
+------------------------------------------------------------------------
+r5208 | ruz | 2006-05-11 18:24:17 -0400 (Thu, 11 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
 
+* if ( not $xxx || $xxx->foo ) is equivalent to
+  if ( not ( $xxx || $xxx->foo ) ) due to perl5 rules
+  which is not expected behaviour
 ------------------------------------------------------------------------
-r1090 | huberth | 2004-06-16 18:14:59 -0400 (Wed, 16 Jun 2004) | 5 lines
+r5207 | ruz | 2006-05-11 16:56:24 -0400 (Thu, 11 May 2006) | 1 line
 Changed paths:
-   M /rt/trunk/html/Admin/Elements/UserTabs
-   M /rt/trunk/html/Admin/Users/Modify.html
+   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
 
-RT-Ticket: 5697
-RT-Status: resolved
+* more checks on attachments processing
+------------------------------------------------------------------------
+r5206 | ruz | 2006-05-11 16:48:53 -0400 (Thu, 11 May 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
 
-subject: Admin/UserTabs cleanup
-Patch supplied and applied to 3.0.  Modified html/Admin/Elements/UserTabs.
+* return values checking and more logging on errors
 ------------------------------------------------------------------------
-r1089 | huberth | 2004-06-16 17:48:15 -0400 (Wed, 16 Jun 2004) | 5 lines
+r5187 | jesse | 2006-05-09 00:48:10 -0400 (Tue, 09 May 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/html/Search/Listing.html
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
 
-RT-Ticket: 5691
-RT-Status: resolved
+ r13332@hualien:  jesse | 2006-05-09 00:47:49 -0400
+ * Mismatched parens
 
-Patch applied to 3.0.
+------------------------------------------------------------------------
+r5186 | jesse | 2006-05-08 22:56:20 -0400 (Mon, 08 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
+
+ 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
 
 ------------------------------------------------------------------------
-r1081 | alexmv | 2004-06-16 10:53:11 -0400 (Wed, 16 Jun 2004) | 6 lines
+r5185 | jesse | 2006-05-08 22:32:19 -0400 (Mon, 08 May 2006) | 4 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
+   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
 
-RT-Ticket: 5669
-RT-Status: resolved
-RT-Update: correspond
+ r13315@hualien:  jesse | 2006-05-08 22:31:30 -0400
+ * Mail gateway refactoring to make added functioanlity a bit easier. 
+   No (intentional) functional changes.
+
+------------------------------------------------------------------------
+r5184 | jesse | 2006-05-08 22:32:10 -0400 (Mon, 08 May 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
 
- * Record initial time taken in the initial transaction
+ r13314@hualien:  jesse | 2006-05-08 12:14:26 -0400
+ * Minor reformatting
 
 ------------------------------------------------------------------------
-r1080 | alexmv | 2004-06-16 10:53:01 -0400 (Wed, 16 Jun 2004) | 6 lines
+r5183 | jesse | 2006-05-08 22:31:56 -0400 (Mon, 08 May 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/lib/RT.pm.in
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
 
-RT-Ticket: 5696
-RT-Status: resolved
-RT-Update: correspond
+ r13313@hualien:  jesse | 2006-05-08 12:01:55 -0400
+  * Finding disabled groups should actually find them, now
+
+------------------------------------------------------------------------
+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
 
- * Remove references to vendor config
+ 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 / 
 
 ------------------------------------------------------------------------
-r1071 | alexmv | 2004-06-14 17:27:03 -0400 (Mon, 14 Jun 2004) | 2 lines
+r5116 | ruz | 2006-04-25 19:35:09 -0400 (Tue, 25 Apr 2006) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/EmailParser.pm
+   M /rt/branches/3.4-RELEASE/lib/t/regression/23-web_attachments.t
 
- * Fix silly copy/paste documentation error
+* get queue ID from page
+------------------------------------------------------------------------
+r5115 | ruz | 2006-04-25 19:24:45 -0400 (Tue, 25 Apr 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Elements/SelectNewTicketQueue
 
+* (cond) && 'selected' outputs 0 if condition fails on my system 
 ------------------------------------------------------------------------
-r1044 | alexmv | 2004-06-09 16:13:41 -0400 (Wed, 09 Jun 2004) | 6 lines
+r5066 | ruz | 2006-04-24 20:21:32 -0400 (Mon, 24 Apr 2006) | 1 line
 Changed paths:
-   M /rt/trunk/html/Elements/Header
+   A /rt/branches/3.4-RELEASE/lib/t/regression/23-web_attachments.t
 
-RT-Ticket: 5359
-RT-Update: correspond
-RT-Status: resolved
+* simple tests for Attachments manipulation from web interface
+------------------------------------------------------------------------
+r5065 | ruz | 2006-04-24 17:25:15 -0400 (Mon, 24 Apr 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
 
- * Remove extraneous </font> tag
+* convert only if $enc'oding contains something
+------------------------------------------------------------------------
+r5064 | ruz | 2006-04-24 16:42:43 -0400 (Mon, 24 Apr 2006) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/SelfService/Create.html
+   M /rt/branches/3.4-RELEASE/html/Ticket/Create.html
 
+* max subject is 200 character long
 ------------------------------------------------------------------------
-r1043 | alexmv | 2004-06-09 16:00:36 -0400 (Wed, 09 Jun 2004) | 7 lines
+r5060 | jesse | 2006-04-24 10:49:40 -0400 (Mon, 24 Apr 2006) | 10 lines
 Changed paths:
-   M /rt/trunk/etc/acl.mysql
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
 
-RT-Ticket: 5366
-RT-Update: correspond
-RT-Status: resolved
+ 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
 
- * Quote the database hostname when doing a GRANT under Mysql;
-   otherwise hostnames with dashes cause errors
+------------------------------------------------------------------------
+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
 
+* check and report error to the logs
 ------------------------------------------------------------------------
-r1042 | alexmv | 2004-06-09 15:52:05 -0400 (Wed, 09 Jun 2004) | 6 lines
+r4924 | jesse | 2006-03-30 21:07:23 -0500 (Thu, 30 Mar 2006) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/config.layout
 
-RT-Ticket: 5230
-RT-Update: correspond
-RT-Status: resolved
+ 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
+
+------------------------------------------------------------------------
+r4847 | alexmv | 2006-03-28 15:50:07 -0500 (Tue, 28 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
 
- * Update EscalatePriority's docs to mention rt-crontool
+ r11918@zoq-fot-pik:  chmrr | 2006-03-28 15:49:56 -0500
+  * Backport TXN fixes from 3.7 and 3.5
 
 ------------------------------------------------------------------------
-r1041 | alexmv | 2004-06-09 15:47:36 -0400 (Wed, 09 Jun 2004) | 6 lines
+r4814 | jesse | 2006-03-23 22:40:37 -0500 (Thu, 23 Mar 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
 
-RT-Ticket: 4167
-RT-Update: correspond
-RT-Status: resolved
+ r10436@hualien:  jesse | 2006-03-23 22:40:25 -0500
+ * It helps when there aren't typos
+
+------------------------------------------------------------------------
+r4799 | jesse | 2006-03-23 01:37:59 -0500 (Thu, 23 Mar 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
 
- * Provide reason for "temporary failure"
+ r30313@truegrounds:  jesse | 2006-03-23 01:36:27 -0500
+ * Better mp2 bulletproofing
 
 ------------------------------------------------------------------------
-r1040 | alexmv | 2004-06-09 14:49:23 -0400 (Wed, 09 Jun 2004) | 7 lines
+r4686 | jesse | 2006-03-04 17:47:46 -0500 (Sat, 04 Mar 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/lib/RT/CurrentUser.pm
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
 
-RT-Ticket: 5113
-RT-Status: resolved
-RT-Update: correspond
+ r22962@truegrounds:  jesse | 2006-01-25 05:18:09 -0800
+ * Updated mandatory fields for ticket creation forms
+
+------------------------------------------------------------------------
+r4498 | alexmv | 2006-02-04 18:34:51 -0500 (Sat, 04 Feb 2006) | 8 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
+
+------------------------------------------------------------------------
+r4497 | alexmv | 2006-02-04 18:34:45 -0500 (Sat, 04 Feb 2006) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
 
- * Trivial whitespace fix.  Incredibly low-hanging fruit; but one less
-   open bug now!
+ 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'
 
 ------------------------------------------------------------------------
-r1034 | alexmv | 2004-06-08 14:34:35 -0400 (Tue, 08 Jun 2004) | 8 lines
+r4448 | kevinr | 2006-01-30 19:25:47 -0500 (Mon, 30 Jan 2006) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Interface/Email.pm
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
 
-RT-Ticket: 5709
-RT-Action: correspond
-RT-Status: resolved
+ 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)
 
- * Update =head1 NAME to be correct
+------------------------------------------------------------------------
+r4445 | jesse | 2006-01-25 07:50:07 -0500 (Wed, 25 Jan 2006) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/rt.in
 
- * Document the optional 'ticket' option to Gateway
+ r22960@truegrounds:  jesse | 2006-01-25 13:47:07 +0100
+ * a couple added lines of docs to the cli
 
 ------------------------------------------------------------------------
-r1026 | alexmv | 2004-06-07 16:53:00 -0400 (Mon, 07 Jun 2004) | 9 lines
+r4444 | jesse | 2006-01-25 07:11:16 -0500 (Wed, 25 Jan 2006) | 12 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Link_Overlay.pm
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/schema.Oracle
 
-RT-Ticket: 5567
-RT-Action: correspond
-RT-Status: resolved
+ 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.
 
- * Don't assume that the base of a link has a resolver -- for the case
-   where a bogus "Referred to" field is entered.  It will now give the
-   slightly less obscure error message "Link could not be created"
-   at the top of the page rather than a raw error message.
+------------------------------------------------------------------------
+r4438 | jesse | 2006-01-24 07:49:37 -0500 (Tue, 24 Jan 2006) | 3 lines
+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
 
 ------------------------------------------------------------------------
-r1025 | alexmv | 2004-06-07 16:26:41 -0400 (Mon, 07 Jun 2004) | 3 lines
+r4406 | alexmv | 2006-01-19 00:19:31 -0500 (Thu, 19 Jan 2006) | 1 line
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowDates
+   M /rt/branches/3.4-RELEASE
 
- * Provide an abolute path to Display.html, as we could be coming from
-   a quicksearch
 
 ------------------------------------------------------------------------
-r1024 | alexmv | 2004-06-07 16:25:29 -0400 (Mon, 07 Jun 2004) | 7 lines
+r4405 | alexmv | 2006-01-19 00:19:24 -0500 (Thu, 19 Jan 2006) | 3 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/schema.mysql
 
-RT-Ticket: 5708
-RT-Action: comment
-RT-Status: resolved
+ 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!)
+
+------------------------------------------------------------------------
+r4399 | ruz | 2006-01-18 16:31:46 -0500 (Wed, 18 Jan 2006) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
 
- * The "show headers" links need to default to providing an absolute
-   path to Display.html, so the links don't break after quicksearch
+* 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
 
 ------------------------------------------------------------------------
-r1019 | alexmv | 2004-06-07 14:07:37 -0400 (Mon, 07 Jun 2004) | 7 lines
+r4398 | ruz | 2006-01-18 16:28:41 -0500 (Wed, 18 Jan 2006) | 6 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Create.html
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
 
-RT-Ticket: 5647
-RT-Action: comment
-RT-Status: resolved
+* 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
+
+------------------------------------------------------------------------
+r4397 | ruz | 2006-01-18 16:26:31 -0500 (Wed, 18 Jan 2006) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
+
+* load and precompile only reqexp we need
+
+------------------------------------------------------------------------
+r4396 | ruz | 2006-01-18 16:15:46 -0500 (Wed, 18 Jan 2006) | 7 lines
+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
+
+------------------------------------------------------------------------
+r4385 | jesse | 2006-01-12 10:48:22 -0500 (Thu, 12 Jan 2006) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4384 | jesse | 2006-01-12 10:48:13 -0500 (Thu, 12 Jan 2006) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4383 | jesse | 2006-01-12 10:48:03 -0500 (Thu, 12 Jan 2006) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4372 | jesse | 2006-01-11 12:22:05 -0500 (Wed, 11 Jan 2006) | 7 lines
+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
+
+------------------------------------------------------------------------
+r4307 | jesse | 2005-12-13 16:54:03 -0500 (Tue, 13 Dec 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4306 | jesse | 2005-12-13 16:53:52 -0500 (Tue, 13 Dec 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4303 | alexmv | 2005-12-13 13:58:20 -0500 (Tue, 13 Dec 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4220 | jesse | 2005-12-02 17:59:40 -0500 (Fri, 02 Dec 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4216 | jesse | 2005-12-02 17:02:21 -0500 (Fri, 02 Dec 2005) | 8 lines
+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
+
+------------------------------------------------------------------------
+r4212 | jesse | 2005-12-01 23:14:40 -0500 (Thu, 01 Dec 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4175 | jesse | 2005-11-30 16:03:40 -0500 (Wed, 30 Nov 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4154 | jesse | 2005-11-29 18:55:07 -0500 (Tue, 29 Nov 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r4120 | robert | 2005-11-19 22:52:28 -0500 (Sat, 19 Nov 2005) | 3 lines
+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/ 
+
+------------------------------------------------------------------------
+r4096 | alexmv | 2005-11-14 18:34:44 -0500 (Mon, 14 Nov 2005) | 7 lines
+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>
+
+------------------------------------------------------------------------
+r4092 | alexmv | 2005-11-14 17:35:40 -0500 (Mon, 14 Nov 2005) | 6 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
+
+ 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
+
+------------------------------------------------------------------------
+r4090 | ruz | 2005-11-14 17:02:36 -0500 (Mon, 14 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Elements/QueryString
 
- * Only apply default due date of the queue if the user didn't supply
-   one for the ticket.
+* /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
+------------------------------------------------------------------------
+r4089 | ruz | 2005-11-14 16:57:36 -0500 (Mon, 14 Nov 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/etc/schema.mysql
+
+* revert back mysql.schema, commited by accident
+------------------------------------------------------------------------
+r4087 | ruz | 2005-11-14 16:50:12 -0500 (Mon, 14 Nov 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/etc/schema.mysql
+   M /rt/branches/3.4-RELEASE/html/Elements/Callback
+
+* fix: really hide hidden paths from callbacks
+* fix: fetch data from the %cache by one key when store data with other
+------------------------------------------------------------------------
+r4086 | alexmv | 2005-11-14 16:49:33 -0500 (Mon, 14 Nov 2005) | 8 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
+
+ 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
+
+------------------------------------------------------------------------
+r4085 | alexmv | 2005-11-14 16:30:12 -0500 (Mon, 14 Nov 2005) | 7 lines
+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>
+
+------------------------------------------------------------------------
+r4084 | alexmv | 2005-11-14 15:51:27 -0500 (Mon, 14 Nov 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.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>
+
+------------------------------------------------------------------------
+r4083 | alexmv | 2005-11-14 15:43:24 -0500 (Mon, 14 Nov 2005) | 6 lines
+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>
+
+------------------------------------------------------------------------
+r4081 | alexmv | 2005-11-14 14:59:42 -0500 (Mon, 14 Nov 2005) | 7 lines
+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>
+
+------------------------------------------------------------------------
+r4080 | alexmv | 2005-11-14 14:55:17 -0500 (Mon, 14 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+
+ r7152@zoq-fot-pik:  chmrr | 2005-11-14 14:54:43 -0500
+  * Restore rightful .po headers on new french translation
+
+------------------------------------------------------------------------
+r4079 | alexmv | 2005-11-14 14:52:57 -0500 (Mon, 14 Nov 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
+
+ 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
+
+------------------------------------------------------------------------
+r4078 | jesse | 2005-11-14 14:50:54 -0500 (Mon, 14 Nov 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+
+ 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
+
+------------------------------------------------------------------------
+r4077 | alexmv | 2005-11-14 14:20:49 -0500 (Mon, 14 Nov 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
+
+ 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>
+
+------------------------------------------------------------------------
+r4076 | jesse | 2005-11-14 14:18:48 -0500 (Mon, 14 Nov 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.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
+
+------------------------------------------------------------------------
+r4075 | jesse | 2005-11-14 14:18:36 -0500 (Mon, 14 Nov 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/t/regression/07acl.t
+
+ 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
+
+------------------------------------------------------------------------
+r4074 | alexmv | 2005-11-14 13:52:00 -0500 (Mon, 14 Nov 2005) | 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/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>
+
+------------------------------------------------------------------------
+r4073 | jesse | 2005-11-14 13:37:01 -0500 (Mon, 14 Nov 2005) | 16 lines
+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.
+
+------------------------------------------------------------------------
+r4072 | alexmv | 2005-11-14 13:33:43 -0500 (Mon, 14 Nov 2005) | 8 lines
+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
+
+------------------------------------------------------------------------
+r4071 | jesse | 2005-11-14 13:21:29 -0500 (Mon, 14 Nov 2005) | 10 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/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
+
+------------------------------------------------------------------------
+r4069 | jesse | 2005-11-14 12:55:46 -0500 (Mon, 14 Nov 2005) | 7 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
+
+------------------------------------------------------------------------
+r4065 | jesse | 2005-11-14 12:44:41 -0500 (Mon, 14 Nov 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ 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
+
+------------------------------------------------------------------------
+r4064 | alexmv | 2005-11-14 12:43:06 -0500 (Mon, 14 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
+
+ r7122@zoq-fot-pik:  chmrr | 2005-11-14 12:42:37 -0500
+  * Updated russian translation from Andrew Kornilov <andy@eva.dp.ua>
+
+------------------------------------------------------------------------
+r4063 | jesse | 2005-11-14 12:38:59 -0500 (Mon, 14 Nov 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+
+ 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
+
+------------------------------------------------------------------------
+r4061 | robert | 2005-11-13 00:14:57 -0500 (Sun, 13 Nov 2005) | 9 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
+
+ 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.
+
+------------------------------------------------------------------------
+r4060 | jesse | 2005-11-11 15:27:56 -0500 (Fri, 11 Nov 2005) | 3 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
+
+------------------------------------------------------------------------
+r4059 | jesse | 2005-11-11 00:12:49 -0500 (Fri, 11 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
+
+ r18716@truegrounds:  jesse | 2005-11-11 00:10:08 -0500
+ * fix from ruslan for fallout from his WhoHaveRight refactoring
+
+------------------------------------------------------------------------
+r4035 | jesse | 2005-11-06 17:15:18 -0500 (Sun, 06 Nov 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r18412@truegrounds:  jesse | 2005-11-06 17:13:58 -0500
+ * Bumped to 3.4.5pre1
+
+------------------------------------------------------------------------
+r4034 | jesse | 2005-11-06 17:15:06 -0500 (Sun, 06 Nov 2005) | 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
+
+ r18411@truegrounds:  jesse | 2005-11-06 17:13:33 -0500
+  * Patch to significantly improve performance on "WhoHaveRight" from Ruslan.
+
+------------------------------------------------------------------------
+r4033 | jesse | 2005-11-06 17:13:38 -0500 (Sun, 06 Nov 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
+
+ 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)
+
+------------------------------------------------------------------------
+r4011 | pdh | 2005-11-01 00:43:02 -0500 (Tue, 01 Nov 2005) | 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.
+
+
+------------------------------------------------------------------------
+r4010 | pdh | 2005-10-31 19:21:57 -0500 (Mon, 31 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
+
+Make $RT::MaxInlineBody work properly.
+
+
+------------------------------------------------------------------------
+r3989 | alexmv | 2005-10-24 17:26:18 -0400 (Mon, 24 Oct 2005) | 4 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
+
+ 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
+
+------------------------------------------------------------------------
+r3967 | jesse | 2005-10-14 17:10:24 -0400 (Fri, 14 Oct 2005) | 3 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
+
+------------------------------------------------------------------------
+r3966 | jesse | 2005-10-14 17:10:11 -0400 (Fri, 14 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ r17360@hualien:  jesse | 2005-10-14 15:21:46 -0400
+ * Perltidy
+
+------------------------------------------------------------------------
+r3958 | ruz | 2005-10-13 08:40:24 -0400 (Thu, 13 Oct 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/User/Elements/Tabs
+
+* new callback in html/User/Elements/Tabs
+------------------------------------------------------------------------
+r3957 | ruz | 2005-10-13 08:37:47 -0400 (Thu, 13 Oct 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
+
+* code comments
+------------------------------------------------------------------------
+r3948 | ruz | 2005-10-10 20:01:50 -0400 (Mon, 10 Oct 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+
+* get rid of "not a number" warning
+------------------------------------------------------------------------
+r3945 | ruz | 2005-10-10 15:47:29 -0400 (Mon, 10 Oct 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+
+backport of the 3.5-TESTING@3543
+Changes:
+* fix attachments ordering
+
+------------------------------------------------------------------------
+r3944 | ruz | 2005-10-10 15:27:36 -0400 (Mon, 10 Oct 2005) | 15 lines
+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
+
+------------------------------------------------------------------------
+r3938 | robert | 2005-10-07 00:20:15 -0400 (Fri, 07 Oct 2005) | 3 lines
+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)
+
+------------------------------------------------------------------------
+r3901 | alexmv | 2005-10-03 14:15:35 -0400 (Mon, 03 Oct 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.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
+
+ r6568@zoq-fot-pik:  chmrr | 2005-10-03 14:14:49 -0400
+  * Header fixes in PO files to include correct RT version
+
+------------------------------------------------------------------------
+r3900 | alexmv | 2005-10-03 13:32:45 -0400 (Mon, 03 Oct 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
+
+ r6566@zoq-fot-pik:  chmrr | 2005-10-03 13:28:24 -0400
+  * Updated spanish translation, thanks to Carlos Velasco
+
+------------------------------------------------------------------------
+r3896 | alexmv | 2005-09-30 15:56:31 -0400 (Fri, 30 Sep 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval
+
+ 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
+
+------------------------------------------------------------------------
+r3895 | alexmv | 2005-09-30 15:19:57 -0400 (Fri, 30 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+
+ 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
+
+------------------------------------------------------------------------
+r3894 | alexmv | 2005-09-30 15:19:46 -0400 (Fri, 30 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Elements/BuildFormatString
+
+ r6554@zoq-fot-pik:  chmrr | 2005-09-30 15:16:47 -0400
+  * Remove unused and deprecated code path (bugs 6605, 7008)
+
+------------------------------------------------------------------------
+r3893 | jesse | 2005-09-28 13:27:29 -0400 (Wed, 28 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Search/Results.tsv
+
+Switch from ->CustomFields to ->TicketCustomFields to stop using a deprecated API.
+  Thanks to T.J. Maciak
+
+------------------------------------------------------------------------
+r3892 | robert | 2005-09-28 12:16:03 -0400 (Wed, 28 Sep 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+
+ 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.
+
+------------------------------------------------------------------------
+r3881 | jesse | 2005-09-23 15:39:36 -0400 (Fri, 23 Sep 2005) | 3 lines
+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.
+
+------------------------------------------------------------------------
+r3877 | alexmv | 2005-09-22 15:09:22 -0400 (Thu, 22 Sep 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/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
+
+------------------------------------------------------------------------
+r3855 | jesse | 2005-09-16 12:26:10 -0400 (Fri, 16 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Results.rdf
+
+ 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
+
+------------------------------------------------------------------------
+r3854 | jesse | 2005-09-16 12:25:42 -0400 (Fri, 16 Sep 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
+
+ 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
+
+------------------------------------------------------------------------
+r3849 | jesse | 2005-09-13 12:07:54 -0400 (Tue, 13 Sep 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+
+ 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
+
+------------------------------------------------------------------------
+r3847 | glasser | 2005-09-12 18:11:43 -0400 (Mon, 12 Sep 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+
+ 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.
+
+------------------------------------------------------------------------
+r3754 | robert | 2005-09-01 17:47:36 -0400 (Thu, 01 Sep 2005) | 10 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ 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.
+     
+
+------------------------------------------------------------------------
+r3739 | robert | 2005-08-31 16:46:16 -0400 (Wed, 31 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/configure.ac
+
+ 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.
+
+------------------------------------------------------------------------
+r3728 | jesse | 2005-08-28 15:44:18 -0400 (Sun, 28 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r13812@hualien:  jesse | 2005-08-28 15:43:29 -0400
+ * bumping to 3.4.4
+
+------------------------------------------------------------------------
+r3727 | jesse | 2005-08-27 21:26:24 -0400 (Sat, 27 Aug 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+
+ r13804@hualien:  jesse | 2005-08-27 21:25:50 -0400
+ * Updated French translation from jfenal
+
+------------------------------------------------------------------------
+r3725 | jesse | 2005-08-25 16:05:12 -0400 (Thu, 25 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r13763@hualien:  jesse | 2005-08-25 16:04:29 -0400
+ * 3.4.4rc3
+
+------------------------------------------------------------------------
+r3724 | jesse | 2005-08-25 15:54:00 -0400 (Thu, 25 Aug 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ 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
+
+------------------------------------------------------------------------
+r3723 | jesse | 2005-08-25 15:53:40 -0400 (Thu, 25 Aug 2005) | 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
+
+ r13759@hualien:  jesse | 2005-08-25 15:31:56 -0400
+ * Fixes to IsRTAddress processing. Spotted by Travis Campbell.
+
+------------------------------------------------------------------------
+r3722 | jesse | 2005-08-25 15:25:28 -0400 (Thu, 25 Aug 2005) | 8 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
+
+ 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
+
+------------------------------------------------------------------------
+r3721 | jesse | 2005-08-25 15:01:03 -0400 (Thu, 25 Aug 2005) | 4 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
+
+ r13754@hualien:  jesse | 2005-08-25 14:55:32 -0400
+ * EquivObjects support for acl queries, from Todd Chapman
+
+------------------------------------------------------------------------
+r3720 | jesse | 2005-08-25 15:00:44 -0400 (Thu, 25 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+ r13753@hualien:  jesse | 2005-08-25 14:53:06 -0400
+ * Removing warnings about mod_perl2
+
+------------------------------------------------------------------------
+r3719 | jesse | 2005-08-24 02:00:52 -0400 (Wed, 24 Aug 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/rt.in
+
+ 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
+
+------------------------------------------------------------------------
+r3714 | jesse | 2005-08-23 23:39:37 -0400 (Tue, 23 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r13733@hualien:  jesse | 2005-08-23 23:38:39 -0400
+ * bumped to pre2
+
+------------------------------------------------------------------------
+r3713 | jesse | 2005-08-23 23:39:17 -0400 (Tue, 23 Aug 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/Callback
+
+ r13732@hualien:  jesse | 2005-08-23 23:38:28 -0400
+ * Applied tom's callbacks fix
+
+------------------------------------------------------------------------
+r3711 | jesse | 2005-08-23 22:37:51 -0400 (Tue, 23 Aug 2005) | 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
+
+------------------------------------------------------------------------
+r3710 | jesse | 2005-08-23 22:33:47 -0400 (Tue, 23 Aug 2005) | 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
+
+ r13725@hualien:  jesse | 2005-08-23 22:10:42 -0400
+ * Added support for mod_perl 2.0 
+
+------------------------------------------------------------------------
+r3709 | jesse | 2005-08-23 17:58:20 -0400 (Tue, 23 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
+
+ r13720@hualien:  jesse | 2005-08-23 17:54:29 -0400
+ * Bugfixes to the German translation file
+
+------------------------------------------------------------------------
+r3708 | glasser | 2005-08-22 16:05:46 -0400 (Mon, 22 Aug 2005) | 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
+
+ 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.
+
+------------------------------------------------------------------------
+r3707 | glasser | 2005-08-22 16:04:25 -0400 (Mon, 22 Aug 2005) | 10 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ 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.
+
+------------------------------------------------------------------------
+r3706 | glasser | 2005-08-22 15:55:57 -0400 (Mon, 22 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/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.
+
+------------------------------------------------------------------------
+r3700 | trs | 2005-08-18 22:39:02 -0400 (Thu, 18 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
+
+ r6002@wintermute:  tom | 2005-08-18 22:37:53 -0400
+ Fixed typo
+
+------------------------------------------------------------------------
+r3668 | jesse | 2005-08-17 22:04:31 -0400 (Wed, 17 Aug 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r3667 | jesse | 2005-08-17 22:04:12 -0400 (Wed, 17 Aug 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r3666 | alexmv | 2005-08-17 13:41:38 -0400 (Wed, 17 Aug 2005) | 3 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
+
+------------------------------------------------------------------------
+r3663 | alexmv | 2005-08-17 13:29:32 -0400 (Wed, 17 Aug 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3662 | alexmv | 2005-08-17 13:29:25 -0400 (Wed, 17 Aug 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
+
+ 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.
+
+------------------------------------------------------------------------
+r3640 | jesse | 2005-08-11 13:46:50 -0400 (Thu, 11 Aug 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+
+ r12938@hualien:  jesse | 2005-08-11 13:46:14 -0400
+ * French localization had lost its header
+
+------------------------------------------------------------------------
+r3627 | jesse | 2005-08-10 15:25:55 -0400 (Wed, 10 Aug 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r7634@hualien:  jesse | 2005-08-10 15:25:31 -0400
+ * This is 3.4.3
+
+------------------------------------------------------------------------
+r3610 | jesse | 2005-08-05 19:18:01 -0400 (Fri, 05 Aug 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/22search_tix_by_txn.t
+
+ r7399@hualien:  jesse | 2005-08-05 19:16:58 -0400
+ * Cleaned up searching by ticket or txn date.
+
+------------------------------------------------------------------------
+r3589 | kevinr | 2005-08-03 01:51:55 -0400 (Wed, 03 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+
+ r6872@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:51:33 -0400
+ * More minor perldoc cleanup
+
+------------------------------------------------------------------------
+r3588 | kevinr | 2005-08-03 01:20:35 -0400 (Wed, 03 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
+
+ r6868@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:19:47 -0400
+ * Fixed an outdated bit of POD
+
+------------------------------------------------------------------------
+r3585 | kevinr | 2005-08-02 20:18:54 -0400 (Tue, 02 Aug 2005) | 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
+
+ r6849@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 20:17:38 -0400
+ * POD formatting fixes
+
+------------------------------------------------------------------------
+r3582 | glasser | 2005-08-02 15:10:05 -0400 (Tue, 02 Aug 2005) | 10 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ 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.
+
+------------------------------------------------------------------------
+r3581 | glasser | 2005-08-02 15:08:03 -0400 (Tue, 02 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/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.
+
+------------------------------------------------------------------------
+r3579 | kevinr | 2005-08-02 14:22:27 -0400 (Tue, 02 Aug 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
+
+ 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
+
+------------------------------------------------------------------------
+r3576 | robert | 2005-08-02 00:23:36 -0400 (Tue, 02 Aug 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/Menu
+
+ r3582@woof:  rspier | 2005-08-01 21:20:12 -0700
+ allow arbitrary https?: urls in the menus
+
+------------------------------------------------------------------------
+r3564 | jesse | 2005-07-30 11:11:02 -0400 (Sat, 30 Jul 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3563 | jesse | 2005-07-30 11:10:42 -0400 (Sat, 30 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r7153@hualien:  jesse | 2005-07-30 11:07:37 -0400
+ 3.4.3rc2
+
+------------------------------------------------------------------------
+r3562 | jesse | 2005-07-30 11:10:02 -0400 (Sat, 30 Jul 2005) | 5 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
+
+ r7152@hualien:  jesse | 2005-07-30 11:06:46 -0400
+ * German and Danish translation header fixes. 
+ besides that just a message catalog regenration
+
+------------------------------------------------------------------------
+r3546 | kevinr | 2005-07-28 14:51:34 -0400 (Thu, 28 Jul 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
+
+ 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.
+
+------------------------------------------------------------------------
+r3501 | alexmv | 2005-07-18 15:00:38 -0400 (Mon, 18 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r5198@zoq-fot-pik:  chmrr | 2005-07-18 14:59:07 -0400
+  * Fix TransactionBatch / DESTROY bug (backport from QUEBEC)
+
+------------------------------------------------------------------------
+r3498 | jesse | 2005-07-18 13:46:24 -0400 (Mon, 18 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r4894@hualien:  jesse | 2005-07-18 13:44:44 -0400
+ * releng.cnf bump to rc1
+
+------------------------------------------------------------------------
+r3476 | kevinr | 2005-07-14 18:22:40 -0400 (Thu, 14 Jul 2005) | 4 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
+
+ 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
+
+------------------------------------------------------------------------
+r3466 | kevinr | 2005-07-12 18:35:15 -0400 (Tue, 12 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   A /rt/branches/3.4-RELEASE/lib/t/regression/07rights.t
+
+ r6229@sad-girl-in-snow:  kevinr | 2005-07-12 18:34:56 -0400
+ RT-Ticket: 6825
+ RT-Status: resolved
+ RT-Update: correspond
+ Added Ruslan Zakirov's new queue-rights tests.
+
+------------------------------------------------------------------------
+r3465 | kevinr | 2005-07-12 18:12:03 -0400 (Tue, 12 Jul 2005) | 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.pm.in
+
+ 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
+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
+
+------------------------------------------------------------------------
+r3416 | kevinr | 2005-07-07 17:36:00 -0400 (Thu, 07 Jul 2005) | 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
+
+ r6064@sad-girl-in-snow:  kevinr | 2005-07-07 17:35:40 -0400
+ * Updated the custom field perldoc to explain some non-intuitive behavior.
+
+------------------------------------------------------------------------
+r3414 | kevinr | 2005-07-07 16:19:34 -0400 (Thu, 07 Jul 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
+
+ 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
+
+------------------------------------------------------------------------
+r3405 | kevinr | 2005-07-06 16:08:17 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+
+ r6033@sad-girl-in-snow:  kevinr | 2005-07-06 16:07:34 -0400
+ * Improving consistency of perldoc presentation
+
+------------------------------------------------------------------------
+r3404 | kevinr | 2005-07-06 14:53:19 -0400 (Wed, 06 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
+
+ r6009@sad-girl-in-snow:  kevinr | 2005-07-06 14:39:22 -0400
+ * Documented the behavior which was tripping me up.
+
+------------------------------------------------------------------------
+r3399 | alexmv | 2005-07-06 11:07:45 -0400 (Wed, 06 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/html/Ticket/Elements/ShowTransaction
+
+ r4801@zoq-fot-pik:  chmrr | 2005-07-06 11:03:17 -0400
+  * Fix '#' links after ticket update
+
+------------------------------------------------------------------------
+r3394 | glasser | 2005-07-05 21:53:14 -0400 (Tue, 05 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+
+ r36303@tin-foil:  glasser | 2005-07-05 19:55:16 -0300
+ RT-Ticket: 6757
+ 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.)
+
+------------------------------------------------------------------------
+r3393 | glasser | 2005-07-05 21:52:54 -0400 (Tue, 05 Jul 2005) | 13 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ 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.
+
+------------------------------------------------------------------------
+r3392 | glasser | 2005-07-05 21:52:35 -0400 (Tue, 05 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ 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)
+
+------------------------------------------------------------------------
+r3391 | kevinr | 2005-07-05 20:48:09 -0400 (Tue, 05 Jul 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
+
+ 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
+
+------------------------------------------------------------------------
+r3390 | kevinr | 2005-07-05 19:11:14 -0400 (Tue, 05 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+
+ r5982@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-05 19:06:09 -0400
+ * Fixed a typo in the perldoc
+
+------------------------------------------------------------------------
+r3389 | glasser | 2005-07-05 16:05:39 -0400 (Tue, 05 Jul 2005) | 13 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/lib/RT/User_Overlay.pm
+
+ 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.
+
+------------------------------------------------------------------------
+r3388 | glasser | 2005-07-05 12:45:50 -0400 (Tue, 05 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+
+ 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)
+
+------------------------------------------------------------------------
+r3379 | glasser | 2005-07-04 14:18:35 -0400 (Mon, 04 Jul 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Results.html
+
+ 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 
+
+------------------------------------------------------------------------
+r3378 | robert | 2005-07-04 00:40:37 -0400 (Mon, 04 Jul 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/rt.in
+
+ r3412@bear:  rspier | 2005-07-04T04:39:33.953112Z
+ documentation error, use -m not -t
+
+------------------------------------------------------------------------
+r3295 | jesse | 2005-07-03 16:37:15 -0400 (Sun, 03 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+ r22106@hualien:  jesse | 2005-07-03 16:35:22 -0400
+ * We don't actually need a newer Text::WikiFormat
+
+------------------------------------------------------------------------
+r3293 | jesse | 2005-07-03 16:14:29 -0400 (Sun, 03 Jul 2005) | 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
+
+ r22091@hualien:  jesse | 2005-07-03 16:13:10 -0400
+  * Disabling a new feature that might be dangerous; test fixes; cf fixes
+
+------------------------------------------------------------------------
+r3292 | jesse | 2005-07-03 16:14:21 -0400 (Sun, 03 Jul 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+
+ r22039@hualien:  jesse | 2005-07-01 21:05:38 -0400
+ * Refactoring of how RT::Record deals with custom fields for greater consistency
+
+------------------------------------------------------------------------
+r3272 | alexmv | 2005-07-01 00:32:15 -0400 (Fri, 01 Jul 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3271 | alexmv | 2005-07-01 00:32:10 -0400 (Fri, 01 Jul 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r4556@zoq-fot-pik:  chmrr | 2005-06-30 17:58:57 -0400
+  * Don't assume link is happy on creation
+
+------------------------------------------------------------------------
+r3270 | alexmv | 2005-07-01 00:32:06 -0400 (Fri, 01 Jul 2005) | 3 lines
+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
+
+ r4555@zoq-fot-pik:  chmrr | 2005-06-30 17:36:05 -0400
+  * WikiText updates to auto-link http:// style links
+
+------------------------------------------------------------------------
+r3261 | kevinr | 2005-06-28 18:47:38 -0400 (Tue, 28 Jun 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
+
+ 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.
+
+------------------------------------------------------------------------
+r3254 | jesse | 2005-06-27 11:39:18 -0400 (Mon, 27 Jun 2005) | 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
+
+------------------------------------------------------------------------
+r3252 | jesse | 2005-06-24 13:55:24 -0400 (Fri, 24 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
+
+ r21656@hualien:  jesse | 2005-06-24 13:53:26 -0400
+  * New Indonesian translation from James Briggs
+
+------------------------------------------------------------------------
+r3251 | jesse | 2005-06-24 13:55:11 -0400 (Fri, 24 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+
+ r21522@hualien:  jesse | 2005-06-23 19:49:51 -0400
+ * Some warning avoidance in Action/SendEmail.pm
+
+------------------------------------------------------------------------
+r3250 | jesse | 2005-06-24 13:54:56 -0400 (Fri, 24 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
+
+ r21521@hualien:  jesse | 2005-06-23 19:49:30 -0400
+ * Custom field edit widget bullet proofing
+
+------------------------------------------------------------------------
+r3249 | jesse | 2005-06-24 13:54:42 -0400 (Fri, 24 Jun 2005) | 3 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
+
+ r21520@hualien:  jesse | 2005-06-23 19:49:06 -0400
+ * Test suite improvements and cleanups
+
+------------------------------------------------------------------------
+r3248 | jesse | 2005-06-24 13:54:19 -0400 (Fri, 24 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ r20757@hualien:  jesse | 2005-06-17 19:34:37 -0400
+  * Updated mailgateway documentation
+
+------------------------------------------------------------------------
+r3246 | alexmv | 2005-06-23 17:48:26 -0400 (Thu, 23 Jun 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ 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>
+
+------------------------------------------------------------------------
+r3245 | alexmv | 2005-06-23 17:43:57 -0400 (Thu, 23 Jun 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
+
+ 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>
+
+------------------------------------------------------------------------
+r3244 | alexmv | 2005-06-23 17:37:31 -0400 (Thu, 23 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
+
+ r4481@zoq-fot-pik:  chmrr | 2005-06-23 17:39:53 -0400
+  * Actually fix the escaping bug
+
+------------------------------------------------------------------------
+r3243 | alexmv | 2005-06-23 16:58:14 -0400 (Thu, 23 Jun 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r3242 | alexmv | 2005-06-23 16:58:02 -0400 (Thu, 23 Jun 2005) | 3 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
+
+ r4468@zoq-fot-pik:  chmrr | 2005-06-23 16:59:51 -0400
+  * Remove possible closure issue (my $foo = .... if $bar;)
+
+------------------------------------------------------------------------
+r3241 | alexmv | 2005-06-23 16:57:54 -0400 (Thu, 23 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
+
+ r4467@zoq-fot-pik:  chmrr | 2005-06-23 16:58:52 -0400
+  * Doc that CanonicalizeEmailAddress may be called as static
+
+------------------------------------------------------------------------
+r3240 | alexmv | 2005-06-23 16:57:51 -0400 (Thu, 23 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT.pm.in
+
+ r4466@zoq-fot-pik:  chmrr | 2005-06-23 16:58:19 -0400
+  * Document Set() a little better
+
+------------------------------------------------------------------------
+r3227 | jesse | 2005-06-18 23:47:04 -0400 (Sat, 18 Jun 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
+
+* Fixed typo in kevin's fix (/l is a filter. it needs the |)
+
+------------------------------------------------------------------------
+r3226 | kevinr | 2005-06-18 22:37:51 -0400 (Sat, 18 Jun 2005) | 3 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.
+
+------------------------------------------------------------------------
+r3225 | kevinr | 2005-06-18 22:26:51 -0400 (Sat, 18 Jun 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3224 | kevinr | 2005-06-18 22:26:40 -0400 (Sat, 18 Jun 2005) | 5 lines
+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
+
+------------------------------------------------------------------------
+r3223 | kevinr | 2005-06-18 03:41:38 -0400 (Sat, 18 Jun 2005) | 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
+
+ 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.
+
+------------------------------------------------------------------------
+r3222 | jesse | 2005-06-17 19:36:28 -0400 (Fri, 17 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
+
+ r20757@hualien:  jesse | 2005-06-17 19:34:37 -0400
+  * Updated mailgateway documentation
+
+------------------------------------------------------------------------
+r3212 | jesse | 2005-06-16 12:40:01 -0400 (Thu, 16 Jun 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.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
+
+ r20717@hualien:  jesse | 2005-06-16 12:24:50 -0400
+ * Message catalog updates
+
+------------------------------------------------------------------------
+r3211 | jesse | 2005-06-16 12:39:48 -0400 (Thu, 16 Jun 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/Notify.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
+   
+  
+
+------------------------------------------------------------------------
+r3210 | jesse | 2005-06-16 12:39:36 -0400 (Thu, 16 Jun 2005) | 10 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
+
+ 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
+   
+  
+
+------------------------------------------------------------------------
+r3209 | jesse | 2005-06-16 12:39:21 -0400 (Thu, 16 Jun 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
+
+ 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
+   
+   
+  
+
+------------------------------------------------------------------------
+r3208 | jesse | 2005-06-16 12:39:07 -0400 (Thu, 16 Jun 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3207 | jesse | 2005-06-16 12:38:53 -0400 (Thu, 16 Jun 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3206 | jesse | 2005-06-16 12:38:40 -0400 (Thu, 16 Jun 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
+
+
+------------------------------------------------------------------------
+r3205 | jesse | 2005-06-16 12:38:27 -0400 (Thu, 16 Jun 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
+
+
+------------------------------------------------------------------------
+r3181 | alexmv | 2005-06-15 17:52:14 -0400 (Wed, 15 Jun 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3180 | alexmv | 2005-06-15 17:52:08 -0400 (Wed, 15 Jun 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r3170 | jesse | 2005-06-15 15:58:48 -0400 (Wed, 15 Jun 2005) | 4 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
+
+------------------------------------------------------------------------
+r3155 | jesse | 2005-06-14 17:00:26 -0400 (Tue, 14 Jun 2005) | 4 lines
+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
+
+------------------------------------------------------------------------
+r3142 | kevinr | 2005-06-13 15:43:08 -0400 (Mon, 13 Jun 2005) | 3 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
+
+------------------------------------------------------------------------
+r3120 | kevinr | 2005-06-09 01:33:18 -0400 (Thu, 09 Jun 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r3119 | kevinr | 2005-06-09 01:32:41 -0400 (Thu, 09 Jun 2005) | 4 lines
+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.
+
+------------------------------------------------------------------------
+r3116 | jesse | 2005-06-09 01:00:12 -0400 (Thu, 09 Jun 2005) | 4 lines
+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
+
+------------------------------------------------------------------------
+r3094 | kevinr | 2005-06-08 18:44:39 -0400 (Wed, 08 Jun 2005) | 4 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/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.
+
+------------------------------------------------------------------------
+r3085 | kevinr | 2005-06-07 19:29:11 -0400 (Tue, 07 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r4043@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-07 19:28:11 -0400
+ * Added return format information to perldoc for Comment() and Correspond()
+
+------------------------------------------------------------------------
+r3084 | kevinr | 2005-06-07 19:28:29 -0400 (Tue, 07 Jun 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ 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.
+
+------------------------------------------------------------------------
+r3077 | alexmv | 2005-06-07 17:56:50 -0400 (Tue, 07 Jun 2005) | 3 lines
+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
+
+ r4010@zoq-fot-pik:  chmrr | 2005-06-07 17:08:18 -0400
+  * Whitespace fixes for proper POD
+
+------------------------------------------------------------------------
+r3073 | jesse | 2005-06-05 17:30:17 -0400 (Sun, 05 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+
+
+* Updated EmailSubjectTagRegex documentation. Thanks to Phil Homewood for spotting it.
+
+------------------------------------------------------------------------
+r3070 | robert | 2005-06-03 23:36:50 -0400 (Fri, 03 Jun 2005) | 9 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
+
+------------------------------------------------------------------------
+r3059 | kevinr | 2005-06-02 16:17:31 -0400 (Thu, 02 Jun 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/Groups/Modify.html
+
+ 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.
+
+------------------------------------------------------------------------
+r3057 | robert | 2005-06-02 00:15:13 -0400 (Thu, 02 Jun 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/AutoOpen.pm
+
+ r3073@bear:  rspier | 2005-06-02T04:14:40.726890Z
+ Support for RT-Control: no-autoopen 
+
+------------------------------------------------------------------------
+r3056 | glasser | 2005-06-01 18:39:36 -0400 (Wed, 01 Jun 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3055 | glasser | 2005-06-01 18:39:12 -0400 (Wed, 01 Jun 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/20savedsearch.t
+   M /rt/branches/3.4-RELEASE/lib/t/regression/21query-builder.t
+
+ r33654@tin-foil:  glasser | 2005-06-01 16:36:18 -0400
+ Fix some test plans, mark some QB tests TODO
+
+------------------------------------------------------------------------
+r3054 | glasser | 2005-06-01 18:38:38 -0400 (Wed, 01 Jun 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+ 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.
+
+------------------------------------------------------------------------
+r3053 | glasser | 2005-06-01 18:38:05 -0400 (Wed, 01 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+ 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
+
+------------------------------------------------------------------------
+r3052 | glasser | 2005-06-01 18:37:45 -0400 (Wed, 01 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+
+ r33243@tin-foil:  glasser | 2005-05-27 17:08:38 -0400
+ Add some hopefully correct comments to the head of Search/Build
+
+------------------------------------------------------------------------
+r3051 | glasser | 2005-06-01 18:37:29 -0400 (Wed, 01 Jun 2005) | 4 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
+
+ r33242@tin-foil:  glasser | 2005-05-27 14:08:19 -0400
+ * Improved Query builder Tests
+ * add plans to a bunch of other tests
+
+------------------------------------------------------------------------
+r3050 | glasser | 2005-06-01 18:37:12 -0400 (Wed, 01 Jun 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r3049 | glasser | 2005-06-01 18:36:55 -0400 (Wed, 01 Jun 2005) | 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
+
+ r33110@tin-foil:  glasser | 2005-05-26 13:33:06 -0400
+ Undo 'make license-tag' change; jesse should do this later though
+
+------------------------------------------------------------------------
+r3048 | glasser | 2005-06-01 18:36:40 -0400 (Wed, 01 Jun 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.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
+
+ r33109@tin-foil:  glasser | 2005-05-26 12:02:13 -0400
+ More docs and refactoring on QueryBuilder::Tree
+
+------------------------------------------------------------------------
+r3047 | glasser | 2005-06-01 18:36:24 -0400 (Wed, 01 Jun 2005) | 12 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
+
+ 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).
+
+------------------------------------------------------------------------
+r3046 | glasser | 2005-06-01 18:35:53 -0400 (Wed, 01 Jun 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.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder.pm
+
+ r33107@tin-foil:  glasser | 2005-05-26 01:56:25 -0400
+ More Query Builder tree refactoring.
+
+------------------------------------------------------------------------
+r3045 | glasser | 2005-06-01 18:35:33 -0400 (Wed, 01 Jun 2005) | 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
+
+ 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.
+
+------------------------------------------------------------------------
+r3044 | glasser | 2005-06-01 18:35:14 -0400 (Wed, 01 Jun 2005) | 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
+
+ r33105@tin-foil:  glasser | 2005-05-26 00:02:36 -0400
+ Run 'make license-tag'
+
+------------------------------------------------------------------------
+r3043 | glasser | 2005-06-01 18:34:56 -0400 (Wed, 01 Jun 2005) | 5 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
+
+ r33104@tin-foil:  glasser | 2005-05-25 23:53:28 -0400
+ Fix mistake in the function I just made
+ Add a bit of testing of the query builder.
+
+------------------------------------------------------------------------
+r3042 | glasser | 2005-06-01 18:34:38 -0400 (Wed, 01 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+
+ r33103@tin-foil:  glasser | 2005-05-25 22:24:07 -0400
+ And remove the old functionality too.
+
+------------------------------------------------------------------------
+r3041 | glasser | 2005-06-01 18:33:51 -0400 (Wed, 01 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Build.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.
+
+------------------------------------------------------------------------
+r3040 | glasser | 2005-06-01 18:32:34 -0400 (Wed, 01 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+
+ r33101@tin-foil:  glasser | 2005-05-25 21:05:02 -0400
+ Attempt to add parentheses to the clauses select list, in Query Builder.
+
+------------------------------------------------------------------------
+r3039 | glasser | 2005-06-01 18:32:16 -0400 (Wed, 01 Jun 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Build.html
+
+ r33100@tin-foil:  glasser | 2005-05-25 20:21:43 -0400
+ Mini refactoring of Tree->SQL/HTML function
+
+------------------------------------------------------------------------
+r2998 | kevinr | 2005-05-31 21:08:40 -0400 (Tue, 31 May 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
+
+ r3841@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 21:07:42 -0400
+ RT-Ticket: 6669
+ RT-Status: resolved
+ RT-Action: correspond
+ * Fixed the mysteriously-absent '1' in the Norwegian po.
+
+------------------------------------------------------------------------
+r2997 | kevinr | 2005-05-31 20:38:19 -0400 (Tue, 31 May 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
+
+ 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
+ * 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/Error
+
+ r3004@sad-girl-in-snow:  kevinr | 2005-05-31 15:52:19 -0400
+ RT-Ticket: 6684
+ RT-Status: resolve
+ RT-Action: correspond
+ 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ r2967@sad-girl-in-snow:  kevinr | 2005-05-25 18:37:20 -0400
+ * Added a comma where a compound sentence wanted it.
+
+------------------------------------------------------------------------
+r2992 | kevinr | 2005-05-31 16:10:01 -0400 (Tue, 31 May 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ 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
+
+------------------------------------------------------------------------
+r2974 | jesse | 2005-05-29 19:28:58 -0400 (Sun, 29 May 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Results.html
+
+ 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
+
+------------------------------------------------------------------------
+r2968 | jesse | 2005-05-25 22:46:40 -0400 (Wed, 25 May 2005) | 5 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
+
+ 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.
+
+------------------------------------------------------------------------
+r2967 | jesse | 2005-05-25 22:45:46 -0400 (Wed, 25 May 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ r17705@hualien:  jesse | 2005-05-25 01:17:11 -0400
+ RT-Ticket: 6627
+ RT-Status: resolved
+ RT-Update: correspond
+ * Updated German translation -- David Schmit
+
+------------------------------------------------------------------------
+r2966 | jesse | 2005-05-25 22:45:39 -0400 (Wed, 25 May 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ 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
+
+------------------------------------------------------------------------
+r2965 | jesse | 2005-05-25 22:45:32 -0400 (Wed, 25 May 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ 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 
+
+------------------------------------------------------------------------
+r2964 | jesse | 2005-05-25 22:45:25 -0400 (Wed, 25 May 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ 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
+
+------------------------------------------------------------------------
+r2963 | jesse | 2005-05-25 22:45:17 -0400 (Wed, 25 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+ r17682@hualien:  jesse | 2005-05-24 12:27:55 -0400
+ * Wikitext fields weren't properly escaping HTML
+
+------------------------------------------------------------------------
+r2961 | glasser | 2005-05-25 19:58:06 -0400 (Wed, 25 May 2005) | 15 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Build.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.
+
+------------------------------------------------------------------------
+r2960 | kevinr | 2005-05-25 18:38:43 -0400 (Wed, 25 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ r2967@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 18:37:20 -0400
+ * Added a comma where a compound sentence wanted it.
+
+------------------------------------------------------------------------
+r2959 | kevinr | 2005-05-25 17:49:43 -0400 (Wed, 25 May 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ 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
+
+------------------------------------------------------------------------
+r2958 | kevinr | 2005-05-25 16:47:14 -0400 (Wed, 25 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ r2950@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 16:39:58 -0400
+ * fixed a bunch of typoes in the README
+
+------------------------------------------------------------------------
+r2957 | jesse | 2005-05-25 01:25:06 -0400 (Wed, 25 May 2005) | 7 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
+
+ r17705@hualien:  jesse | 2005-05-25 01:17:11 -0400
+ RT-Ticket: 6627
+ RT-Status: resolved
+ RT-Update: correspond
+ * Updated German translation -- David Schmit
+
+------------------------------------------------------------------------
+r2956 | jesse | 2005-05-25 01:24:55 -0400 (Wed, 25 May 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
+
+ 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
+
+------------------------------------------------------------------------
+r2955 | jesse | 2005-05-25 01:24:46 -0400 (Wed, 25 May 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
+
+ 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 
+
+------------------------------------------------------------------------
+r2954 | jesse | 2005-05-24 18:21:27 -0400 (Tue, 24 May 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+ 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
+
+------------------------------------------------------------------------
+r2953 | jesse | 2005-05-24 18:21:07 -0400 (Tue, 24 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
+
+ r17682@hualien:  jesse | 2005-05-24 12:27:55 -0400
+ * Wikitext fields weren't properly escaping HTML
+
+------------------------------------------------------------------------
+r2945 | kevinr | 2005-05-24 13:53:43 -0400 (Tue, 24 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ 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
+
+------------------------------------------------------------------------
+r2936 | jesse | 2005-05-23 15:30:36 -0400 (Mon, 23 May 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.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.
+
+------------------------------------------------------------------------
+r2935 | jesse | 2005-05-23 15:30:26 -0400 (Mon, 23 May 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+
+ r17672@hualien:  jesse | 2005-05-23 15:22:51 -0400
+ * Switch the default WebURL to "localhost" to make the regression suite pass
+   more cleanly
+
+------------------------------------------------------------------------
+r2934 | jesse | 2005-05-23 15:30:16 -0400 (Mon, 23 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
+
+ r17671@hualien:  jesse | 2005-05-23 14:21:54 -0400
+ * Since EmailParser _might_ be used out of Interface::Email context, require Interface::Email.
+
+------------------------------------------------------------------------
+r2933 | jesse | 2005-05-23 15:30:02 -0400 (Mon, 23 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
+
+ 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
+
+------------------------------------------------------------------------
+r2932 | glasser | 2005-05-23 13:04:38 -0400 (Mon, 23 May 2005) | 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
+
+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
+
+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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+
+ r16893@hualien:  jesse | 2005-05-16 18:04:08 -0400
+ * Better creation of in-reply-to/references headers on web-ased reply
+
+------------------------------------------------------------------------
+r2886 | jesse | 2005-05-16 17:49:47 -0400 (Mon, 16 May 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
+
+ r16891@hualien:  jesse | 2005-05-16 22:48:02 +0100
+ * Adding a new "top of page" callback
+
+------------------------------------------------------------------------
+r2880 | jesse | 2005-05-13 10:25:08 -0400 (Fri, 13 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
+
+ r16761@hualien:  jesse | 2005-05-13 15:22:22 +0100
+ * Ruslan found a debugging statement we had accidentally committed
+
+------------------------------------------------------------------------
+r2879 | jesse | 2005-05-12 20:04:44 -0400 (Thu, 12 May 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.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
+
+ r16510@hualien:  jesse | 2005-05-12 17:44:00 +0100
+ * Fix on the plane was wrong. sigh
+
+------------------------------------------------------------------------
+r2864 | jesse | 2005-05-11 20:06:23 -0400 (Wed, 11 May 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r2863 | jesse | 2005-05-11 20:06:12 -0400 (Wed, 11 May 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r2862 | jesse | 2005-05-11 20:06:01 -0400 (Wed, 11 May 2005) | 3 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
+
+------------------------------------------------------------------------
+r2861 | robert | 2005-05-10 01:54:35 -0400 (Tue, 10 May 2005) | 5 lines
+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.
+
+------------------------------------------------------------------------
+r2856 | jesse | 2005-05-09 21:52:39 -0400 (Mon, 09 May 2005) | 6 lines
+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
+  
+
+------------------------------------------------------------------------
+r2855 | jesse | 2005-05-09 21:52:31 -0400 (Mon, 09 May 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r2854 | jesse | 2005-05-09 21:52:24 -0400 (Mon, 09 May 2005) | 4 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.
+
+------------------------------------------------------------------------
+r2833 | glasser | 2005-05-05 22:44:56 -0400 (Thu, 05 May 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+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)
+------------------------------------------------------------------------
+r2831 | jesse | 2005-05-04 13:16:54 -0400 (Wed, 04 May 2005) | 3 lines
+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
+
+------------------------------------------------------------------------
+r2829 | robert | 2005-05-03 23:52:32 -0400 (Tue, 03 May 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/initialdata
+
+ r2835@bear:  rspier | 2005-05-04T03:51:48.597852Z
+ fix typo in initialdata related to approval rejection
+
+------------------------------------------------------------------------
+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
+
+ r14639@hualien:  jesse | 2005-05-02 13:30:18 -0400
+ * This be 3.4.2rc2
+
+------------------------------------------------------------------------
+r2819 | jesse | 2005-05-02 13:25:35 -0400 (Mon, 02 May 2005) | 4 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.
+
+------------------------------------------------------------------------
+r2817 | jesse | 2005-04-29 13:11:27 -0400 (Fri, 29 Apr 2005) | 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
+
+ r14626@hualien:  jesse | 2005-04-29 13:06:57 -0400
+ * Message threading improvements suggested by Florian Weimer
+
+------------------------------------------------------------------------
+r2815 | jesse | 2005-04-29 00:12:18 -0400 (Fri, 29 Apr 2005) | 4 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
+
+ r14617@hualien:  jesse | 2005-04-28 22:56:56 -0400
+ * Enabled proper message threading with RT
+
+------------------------------------------------------------------------
+r2814 | jesse | 2005-04-29 00:12:11 -0400 (Fri, 29 Apr 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ r14616@hualien:  jesse | 2005-04-28 22:56:19 -0400
+ * Added a todo notice
+
+------------------------------------------------------------------------
+r2813 | jesse | 2005-04-29 00:12:04 -0400 (Fri, 29 Apr 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+r2812 | jesse | 2005-04-29 00:11:00 -0400 (Fri, 29 Apr 2005) | 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/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
+
+ r14017@hualien:  jesse | 2005-04-21 21:07:47 -0400
+ Loc updates
+
+------------------------------------------------------------------------
+r2807 | jesse | 2005-04-25 22:33:14 -0400 (Mon, 25 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+
+* Correct comments in config file. "RTLogoURL" is actually LogoURL.   --Allison Randal
+
+------------------------------------------------------------------------
+r2792 | jesse | 2005-04-20 11:32:54 -0400 (Wed, 20 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
+
+ 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.
+
+------------------------------------------------------------------------
+r2791 | jesse | 2005-04-19 22:00:57 -0400 (Tue, 19 Apr 2005) | 4 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
+
+ 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.
+
+------------------------------------------------------------------------
+r2783 | jesse | 2005-04-19 17:05:21 -0400 (Tue, 19 Apr 2005) | 9 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
+
+ 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.
+
+------------------------------------------------------------------------
+r2782 | jesse | 2005-04-19 14:19:29 -0400 (Tue, 19 Apr 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.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
+
+------------------------------------------------------------------------
+r2779 | tla | 2005-04-19 00:45:48 -0400 (Tue, 19 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
+
+fix the perldoc
+
+------------------------------------------------------------------------
+r2771 | jesse | 2005-04-18 01:10:20 -0400 (Mon, 18 Apr 2005) | 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
+
+ r13240@hualien:  jesse | 2005-04-18 01:07:43 -0400
+ * Added Wikitext custom field type
+
+------------------------------------------------------------------------
+r2768 | jesse | 2005-04-18 00:16:42 -0400 (Mon, 18 Apr 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+3.4.2rc1
+------------------------------------------------------------------------
+r2749 | jesse | 2005-04-17 21:58:26 -0400 (Sun, 17 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
+
+ r13207@hualien:  jesse | 2005-04-17 21:57:31 -0400
+ RT-Ticket: 6597
+ RT-Status: resolved
+ RT-Update correspond 
+ * 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/TicketList
+
+ 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
+  
+
+------------------------------------------------------------------------
+r2746 | jesse | 2005-04-17 21:45:07 -0400 (Sun, 17 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+ 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
+
+------------------------------------------------------------------------
+r2745 | jesse | 2005-04-17 21:45:00 -0400 (Sun, 17 Apr 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
+
+ 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
+
+------------------------------------------------------------------------
+r2744 | jesse | 2005-04-17 21:44:50 -0400 (Sun, 17 Apr 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/SetupSessionCookie
+
+ 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
+
+------------------------------------------------------------------------
+r2743 | jesse | 2005-04-17 21:44:37 -0400 (Sun, 17 Apr 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
+
+ r13192@hualien:  jesse | 2005-04-17 21:23:22 -0400
+ RT-Ticket: 6517
+ RT-Update: correspond
+ * New Russian translation from Andrew Kornilov
+
+------------------------------------------------------------------------
+r2742 | jesse | 2005-04-17 21:44:23 -0400 (Sun, 17 Apr 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Ticket/Modify.html
+
+ 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>
+
+------------------------------------------------------------------------
+r2741 | jesse | 2005-04-17 21:44:10 -0400 (Sun, 17 Apr 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
+
+ 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
+
+------------------------------------------------------------------------
+r2740 | jesse | 2005-04-17 21:43:53 -0400 (Sun, 17 Apr 2005) | 8 lines
+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
+
+------------------------------------------------------------------------
+r2739 | jesse | 2005-04-17 21:43:44 -0400 (Sun, 17 Apr 2005) | 3 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
+
+ r13188@hualien:  jesse | 2005-04-17 20:58:19 -0400
+ * Checkbox fields need a "value" or they are ignored
+
+------------------------------------------------------------------------
+r2738 | jesse | 2005-04-17 20:26:15 -0400 (Sun, 17 Apr 2005) | 11 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
+
+ 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
+
+------------------------------------------------------------------------
+r2634 | tla | 2005-04-15 17:21:25 -0400 (Fri, 15 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
+   M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
+
+Added ability to update name as well as search parameters.
+
+------------------------------------------------------------------------
+r2631 | jesse | 2005-04-15 16:52:22 -0400 (Fri, 15 Apr 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
+
+ r12950@hualien:  jesse | 2005-04-15 16:47:32 -0400
+ * Cleaned up search tests
+
+------------------------------------------------------------------------
+r2629 | jesse | 2005-04-15 15:29:18 -0400 (Fri, 15 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
+
+ r12944@hualien:  jesse | 2005-04-15 15:28:01 -0400
+ * Fixed Module::Refresh handling for standalone_httpd
+
+------------------------------------------------------------------------
+r2626 | jesse | 2005-04-14 16:36:14 -0400 (Thu, 14 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
+
+ r12790@hualien:  jesse | 2005-04-14 15:07:03 -0400
+ * Fix support for uploading attachmends in selfservice.  -- HC Chien
+
+------------------------------------------------------------------------
+r2624 | tla | 2005-04-13 13:42:51 -0400 (Wed, 13 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectSearchesForObjects
+
+Change to exclude saved searches meant for things other than tickets.
+
+------------------------------------------------------------------------
+r2623 | tla | 2005-04-13 13:32:41 -0400 (Wed, 13 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
+   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
+
+Skeletal inline tests, to make autogen happy.
+
+------------------------------------------------------------------------
+r2622 | tla | 2005-04-13 12:27:38 -0400 (Wed, 13 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
+   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
+
+Lost a curly brace somewhere.  Also noted location of tests for both files.
+
+------------------------------------------------------------------------
+r2620 | autrijus | 2005-04-13 11:19:54 -0400 (Wed, 13 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
+
+* 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
+
+* 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
+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
+
+Added delete method & localized strings in SavedSearch
+Made SavedSearches::LimitByPrivacy safe to call multiple times
+
+------------------------------------------------------------------------
+r2609 | tla | 2005-04-12 15:59:07 -0400 (Tue, 12 Apr 2005) | 2 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
+
+Made SavedSearches work, added error messages to SavedSearch, updated tests
+
+------------------------------------------------------------------------
+r2608 | tla | 2005-04-12 15:29:25 -0400 (Tue, 12 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
+   A /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
+
+SavedSearch now shinily tested.  API also changed somewhat.
+
+------------------------------------------------------------------------
+r2607 | tla | 2005-04-11 14:47:03 -0400 (Mon, 11 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
+   A /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
+
+Semi-tested, semi-working checkpoint.  Formal tests to follow shortly.
+
+------------------------------------------------------------------------
+r2603 | tla | 2005-04-10 19:51:56 -0400 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   A /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
+
+UNTESTED first cut at a saved search lib wrapper.
+
+------------------------------------------------------------------------
+r2602 | tla | 2005-04-10 19:51:16 -0400 (Sun, 10 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+Upped version dependency of DBIx::SearchBuilder to 1.24 for unique records
+feature in CustomFields.
+
+------------------------------------------------------------------------
+r2601 | tla | 2005-04-10 19:49:31 -0400 (Sun, 10 Apr 2005) | 5 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
+
+User_Overlay: added OwnGroups method to get a collection of groups of which
+the user is a member.
+Record: revamped ObjectTypeStr according to suggestions.
+
+
+------------------------------------------------------------------------
+r2592 | jesse | 2005-04-06 15:27:58 -0400 (Wed, 06 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
+
+ r11940@hualien:  jesse | 2005-04-07 03:23:40 +0800
+ * Search "Order By" needed a more greedy matching operation; too many values were selected
+
+------------------------------------------------------------------------
+r2589 | jesse | 2005-04-06 14:58:41 -0400 (Wed, 06 Apr 2005) | 8 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
+
+ r11936@hualien:  jesse | 2005-04-07 02:54:28 +0800
+ RT-Ticket: 6590
+ RT-Status: resolved
+ RT-Update: correspond
+ resorting the search by clicking on a header no longer resets the format string
+
+------------------------------------------------------------------------
+r2588 | jesse | 2005-04-06 13:50:56 -0400 (Wed, 06 Apr 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
+
+ r11933@hualien:  jesse | 2005-04-07 01:49:50 +0800
+ Half way through custom field search fixes
+
+------------------------------------------------------------------------
+r2586 | tla | 2005-04-04 04:28:02 -0400 (Mon, 04 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Elements/EditLinks
+
+Add a callback for the use of RTFM
+
+------------------------------------------------------------------------
+r2584 | tla | 2005-04-04 04:18:22 -0400 (Mon, 04 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
+
+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".
+
+------------------------------------------------------------------------
+r2582 | tla | 2005-04-03 15:35:23 -0400 (Sun, 03 Apr 2005) | 2 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
+
+Get rid of LocalURIPrefix test.  Would make this DTRT if I knew what TRT was.
+
+------------------------------------------------------------------------
+r2557 | tla | 2005-04-01 23:16:13 -0500 (Fri, 01 Apr 2005) | 2 lines
+Changed paths:
+   A /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
+
+A scheme which allows "t:123" URIs, for ticket specification.
+
+------------------------------------------------------------------------
+r2552 | jesse | 2005-04-01 04:18:10 -0500 (Fri, 01 Apr 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/Makefile.in
+
+ r10907@hualien:  jesse | 2005-04-01 17:15:55 +0800
+ * Added "make depends" as an alias for "make fixdeps" for Autrijus
+
+------------------------------------------------------------------------
+r2543 | jesse | 2005-03-31 03:50:11 -0500 (Thu, 31 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+
+ r10781@hualien:  jesse | 2005-03-31 16:49:00 +0800
+ * Fixes to seph's rtname regex
+
+------------------------------------------------------------------------
+r2542 | robert | 2005-03-30 23:03:13 -0500 (Wed, 30 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/config.layout
+
+ r2579@dog:  rspier | 2005-03-30 19:58:06 -0800
+ RT-Ticket: 6572
+ RT-Status: resolved
+ RT-Update: correspond
+ Remove second FHS layout
+
+------------------------------------------------------------------------
+r2541 | tla | 2005-03-30 19:20:44 -0500 (Wed, 30 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
+   M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldText
+
+Fixes so that custom fields will pay attention to defaults, when the defaults
+are specified.
+
+------------------------------------------------------------------------
+r2537 | jesse | 2005-03-30 09:44:40 -0500 (Wed, 30 Mar 2005) | 9 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
+
+ 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
+
+------------------------------------------------------------------------
+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
+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
+
+ r10231@hualien:  jesse | 2005-03-27 17:12:44 +0800
+ * More fixes for status messages broken in this morning's commit
+
+------------------------------------------------------------------------
+r2521 | jesse | 2005-03-27 02:40:16 -0500 (Sun, 27 Mar 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/Header
+
+ r10229@hualien:  jesse | 2005-03-27 15:39:30 +0800
+ * Added ALT text for BPS corporate logo -- Suggested by Jedi during YAPC.TW 2005
+
+------------------------------------------------------------------------
+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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
+
+ 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
+
+------------------------------------------------------------------------
+r2517 | jesse | 2005-03-27 01:16:07 -0500 (Sun, 27 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ r10221@hualien:  jesse | 2005-03-27 14:15:36 +0800
+ RT-Ticket: 6565
+ RT-Status: resolved
+ RT-Update: correspond
+ * 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_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
+
+------------------------------------------------------------------------
+r2515 | jesse | 2005-03-27 00:21:16 -0500 (Sun, 27 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r10210@hualien:  jesse | 2005-03-27 13:17:02 +0800
+ * Updated RT::Ticket->_Set to return more appropriate status messages
+
+------------------------------------------------------------------------
+r2514 | jesse | 2005-03-27 00:20:57 -0500 (Sun, 27 Mar 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.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)
+
+------------------------------------------------------------------------
+r2513 | jesse | 2005-03-27 00:20:37 -0500 (Sun, 27 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
+
+ r10208@hualien:  jesse | 2005-03-27 13:14:57 +0800
+ * Fixing tests to not depend on a deprecated API
+
+------------------------------------------------------------------------
+r2512 | jesse | 2005-03-27 00:20:19 -0500 (Sun, 27 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
+
+ r10207@hualien:  jesse | 2005-03-27 13:13:26 +0800
+ * Bugfixes to CachedGroupMember->SetDisabled unmasked by the RT::Record fixes
+
+------------------------------------------------------------------------
+r2511 | jesse | 2005-03-27 00:20:00 -0500 (Sun, 27 Mar 2005) | 3 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
+
+ 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.
+
+------------------------------------------------------------------------
+r2510 | jesse | 2005-03-27 00:19:40 -0500 (Sun, 27 Mar 2005) | 3 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
+
+ r10205@hualien:  jesse | 2005-03-27 13:10:21 +0800
+ * Slightly better introductory text on user and queue listings
+
+------------------------------------------------------------------------
+r2509 | jesse | 2005-03-27 00:19:20 -0500 (Sun, 27 Mar 2005) | 6 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Record.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)
+
+------------------------------------------------------------------------
+r2508 | jesse | 2005-03-27 00:19:01 -0500 (Sun, 27 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
+
+ r10203@hualien:  jesse | 2005-03-27 13:01:43 +0800
+ * Corrected HTTP::Server::Simple dependencies
+
+------------------------------------------------------------------------
+r2501 | jesse | 2005-03-23 21:29:28 -0500 (Wed, 23 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
+
+ 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
+
+------------------------------------------------------------------------
+r2488 | jesse | 2005-03-22 10:16:55 -0500 (Tue, 22 Mar 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.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.
+
+------------------------------------------------------------------------
+r2487 | jesse | 2005-03-21 12:10:03 -0500 (Mon, 21 Mar 2005) | 5 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
+
+ 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
+
+------------------------------------------------------------------------
+r2477 | jesse | 2005-03-16 03:09:00 -0500 (Wed, 16 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+
+ r8808@hualien:  jesse | 2005-03-16 03:07:57 -0500
+ RT-Ticket: 6537
+ RT-Status: resolved
+ Explicit transaction description for changed passwords
+
+------------------------------------------------------------------------
+r2476 | jesse | 2005-03-16 03:08:55 -0500 (Wed, 16 Mar 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+
+
+------------------------------------------------------------------------
+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
+
+------------------------------------------------------------------------
+r2474 | alexmv | 2005-03-16 02:53:59 -0500 (Wed, 16 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
+
+ * Users and groups can have transactions; ShowTicket isn't needed to
+   see these
+
+------------------------------------------------------------------------
+r2354 | jesse | 2005-03-14 02:22:36 -0500 (Mon, 14 Mar 2005) | 4 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
+
+ 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
+
+------------------------------------------------------------------------
+r2353 | jesse | 2005-03-14 01:38:58 -0500 (Mon, 14 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
+
+ r8453@hualien:  jesse | 2005-03-14 01:37:00 -0500
+ Hilighted menu options are now the right size
+
+------------------------------------------------------------------------
+r2350 | jesse | 2005-03-14 01:31:33 -0500 (Mon, 14 Mar 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
+
+ r8450@hualien:  jesse | 2005-03-14 01:30:59 -0500
+ Slight style cleanup to page actions. 
+
+------------------------------------------------------------------------
+r2343 | jesse | 2005-03-11 20:17:02 -0500 (Fri, 11 Mar 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
+
+ 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.
+
+------------------------------------------------------------------------
+r2332 | jesse | 2005-03-09 17:25:25 -0500 (Wed, 09 Mar 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Objects.html
+
+ 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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
+
+ 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)
+
+------------------------------------------------------------------------
+r2305 | jesse | 2005-03-06 17:33:46 -0500 (Sun, 06 Mar 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
+
+ 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'
+
+------------------------------------------------------------------------
+r2304 | jesse | 2005-03-06 17:33:37 -0500 (Sun, 06 Mar 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
+
+ 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
+  
+
+------------------------------------------------------------------------
+r2303 | jesse | 2005-03-06 17:33:17 -0500 (Sun, 06 Mar 2005) | 10 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ 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
+  
+
+------------------------------------------------------------------------
+r2302 | jesse | 2005-03-06 17:33:10 -0500 (Sun, 06 Mar 2005) | 7 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   A /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
+
+ 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
+  
+  
+
+------------------------------------------------------------------------
+r2301 | jesse | 2005-03-06 17:33:00 -0500 (Sun, 06 Mar 2005) | 13 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
+
+ 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)
+  
+  
+  
+
+------------------------------------------------------------------------
+r2300 | jesse | 2005-03-06 17:32:39 -0500 (Sun, 06 Mar 2005) | 17 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ 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
+  
+  
+
+------------------------------------------------------------------------
+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 
+  
+  
+
+------------------------------------------------------------------------
+r2298 | jesse | 2005-03-06 17:32:18 -0500 (Sun, 06 Mar 2005) | 19 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
+
+ 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
+  
+  
+  
+
+------------------------------------------------------------------------
+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)
+  
+  
+
+------------------------------------------------------------------------
+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
+  
+  
+
+------------------------------------------------------------------------
+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)
+
+------------------------------------------------------------------------
+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
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/index.html
+
+ r5947@hualien:  jesse | 2005-02-24 16:46:11 -0500
+ Refactoring Custom Field admin UI for extensibility
+
+------------------------------------------------------------------------
+r2261 | jesse | 2005-02-24 17:51:28 -0500 (Thu, 24 Feb 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/Elements/ObjectCustomFields
+
+ r5946@hualien:  jesse | 2005-02-24 16:44:28 -0500
+ Refactoring Custom Field admin UI for extensibility
+
+------------------------------------------------------------------------
+r2260 | jesse | 2005-02-24 17:51:01 -0500 (Thu, 24 Feb 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFields
+
+ r5945@hualien:  jesse | 2005-02-24 16:43:36 -0500
+ Minor stylistic cleanups for web components
+
+------------------------------------------------------------------------
+r2259 | jesse | 2005-02-24 17:01:23 -0500 (Thu, 24 Feb 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
+
+ r5944@hualien:  jesse | 2005-02-24 16:43:05 -0500
+ Minor stylistic cleanups for web components
+
+------------------------------------------------------------------------
+r2258 | jesse | 2005-02-24 17:00:58 -0500 (Thu, 24 Feb 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
+
+ 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
+
+------------------------------------------------------------------------
+r2257 | jesse | 2005-02-24 16:50:52 -0500 (Thu, 24 Feb 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/configure.ac
+
+ 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
+
+------------------------------------------------------------------------
+r2254 | jesse | 2005-02-24 15:13:10 -0500 (Thu, 24 Feb 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/configure.ac
+
+ r5932@hualien:  jesse | 2005-02-24 15:09:27 -0500
+ Robert added new functionality to support autodetection of RT and Web users in ./configure
+
+------------------------------------------------------------------------
+r2249 | jesse | 2005-02-22 16:39:49 -0500 (Tue, 22 Feb 2005) | 4 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
+
+ r5747@hualien:  jesse | 2005-02-22T21:33:09.438624Z
+ Better transaction UpdateCustomFields API
+
+------------------------------------------------------------------------
+r2238 | jesse | 2005-02-15 12:36:54 -0500 (Tue, 15 Feb 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ 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
+
+------------------------------------------------------------------------
+r2235 | jesse | 2005-02-15 11:57:54 -0500 (Tue, 15 Feb 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r4711@hualien:  jesse | 2005-02-15T16:19:52.970993Z
+ Bumping to 3.4.1
+
+------------------------------------------------------------------------
+r2234 | jesse | 2005-02-15 11:57:44 -0500 (Tue, 15 Feb 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ r4710@hualien:  jesse | 2005-02-15T16:18:22.880530Z
+ Updated 2.0 upgrade instructions
+
+------------------------------------------------------------------------
+r2233 | jesse | 2005-02-14 11:17:52 -0500 (Mon, 14 Feb 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   D /rt/branches/3.4-RELEASE/lib/RT/I18N/en_malkovich.po
+
+ r4703@hualien:  jesse | 2005-02-14T15:56:23.506986Z
+ Removed broken Malkovich translation
+
+------------------------------------------------------------------------
+r2232 | jesse | 2005-02-14 11:17:43 -0500 (Mon, 14 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
+
+ r4702@hualien:  jesse | 2005-02-14T15:56:02.798500Z
+ Updated German translation from Torsten Brumm
+
+------------------------------------------------------------------------
+r2231 | jesse | 2005-02-13 23:43:57 -0500 (Sun, 13 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
+
+ r4697@hualien:  jesse | 2005-02-14T04:42:05.489259Z
+ * Standalone HTTP Daemon now deals properly with unicode input/output
+
+------------------------------------------------------------------------
+r2230 | jesse | 2005-02-13 23:43:44 -0500 (Sun, 13 Feb 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
+
+ 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!
+
+------------------------------------------------------------------------
+r2229 | jesse | 2005-02-13 23:43:33 -0500 (Sun, 13 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
+
+ r4695@hualien:  jesse | 2005-02-14T04:04:07.657861Z
+ Fix for issues with words with Umlauts in search result listings
+
+------------------------------------------------------------------------
+r2228 | jesse | 2005-02-13 22:39:44 -0500 (Sun, 13 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
+
+ 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.
+
+------------------------------------------------------------------------
+r2227 | jesse | 2005-02-13 22:39:37 -0500 (Sun, 13 Feb 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/rt-crontool.in
+
+ r4691@hualien:  jesse | 2005-02-14T03:37:15.362723Z
+ The crontool was using local and system libs in the wrong order
+
+------------------------------------------------------------------------
+r2226 | jesse | 2005-02-13 22:32:27 -0500 (Sun, 13 Feb 2005) | 4 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
+
+------------------------------------------------------------------------
+r2224 | jesse | 2005-02-11 16:52:07 -0500 (Fri, 11 Feb 2005) | 1 line
+Changed paths:
+   M /rt/branches/3.4-RELEASE/README
+
+README typo fix
+------------------------------------------------------------------------
+r2223 | jesse | 2005-02-10 22:04:55 -0500 (Thu, 10 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments
+
+ 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
+
+------------------------------------------------------------------------
+r2221 | jesse | 2005-02-10 17:11:33 -0500 (Thu, 10 Feb 2005) | 10 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Search/Build.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
+
+------------------------------------------------------------------------
+r2220 | jesse | 2005-02-10 16:34:23 -0500 (Thu, 10 Feb 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
+
+ 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 .)
+
+------------------------------------------------------------------------
+r2218 | jesse | 2005-02-10 16:25:10 -0500 (Thu, 10 Feb 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
+
+ r4672@hualien:  jesse | 2005-02-10T21:19:40.639192Z
+ Fixes to handle large text custom fields gracefully
+
+------------------------------------------------------------------------
+r2217 | jesse | 2005-02-10 16:15:16 -0500 (Thu, 10 Feb 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
+
+ r4669@hualien:  jesse | 2005-02-10T21:11:24.084088Z
+ RT-Ticket: 6418
+ RT-Status: resolved
+ RT-Update: correspond
+ Applied new hungarian translation
+
+------------------------------------------------------------------------
+r2216 | jesse | 2005-02-10 16:15:06 -0500 (Thu, 10 Feb 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/history
+
+ r4668@hualien:  jesse | 2005-02-10T20:54:30.684091Z
+ removed effective ticket from history listing
+
+------------------------------------------------------------------------
+r2198 | jesse | 2005-02-08 12:27:46 -0500 (Tue, 08 Feb 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+
+ r4644@hualien:  jesse | 2005-02-08T17:26:39.133201Z
+ "Status" in ticket listings is now localized
+
+------------------------------------------------------------------------
+r2196 | jesse | 2005-02-07 12:22:50 -0500 (Mon, 07 Feb 2005) | 9 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectStage
+
+ 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
+
+------------------------------------------------------------------------
+r2195 | jesse | 2005-02-07 12:22:15 -0500 (Mon, 07 Feb 2005) | 10 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
+
+ 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
+
+------------------------------------------------------------------------
+r2194 | jesse | 2005-02-04 11:03:39 -0500 (Fri, 04 Feb 2005) | 3 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
+
+ r4082@hualien:  jesse | 2005-02-04T16:03:07.513522Z
+ Fixing some links that broke when RT was not installed at the server root
+
+------------------------------------------------------------------------
+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
+
+ r3924@hualien:  jesse | 2005-01-22T19:34:52.453359Z
+ Bumped to 3.4.0rc6
+
+------------------------------------------------------------------------
+r2123 | jesse | 2005-01-22 11:57:23 -0500 (Sat, 22 Jan 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ r3910@hualien:  jesse | 2005-01-22T16:06:58.731752Z
+ Custom field searches should only search on values that haven't been deleted
+
+------------------------------------------------------------------------
+r2122 | jesse | 2005-01-22 11:57:11 -0500 (Sat, 22 Jan 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
+
+ r3909@hualien:  jesse | 2005-01-22T15:42:46.936767Z
+ Bullet-proofing for custom fields with a set but limited number of values
+
+------------------------------------------------------------------------
+r2121 | jesse | 2005-01-22 11:57:01 -0500 (Sat, 22 Jan 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ r3907@hualien:  jesse | 2005-01-22T14:48:14.100308Z
+ TicketSQL search fixes, especially to Custom field operations
+
+------------------------------------------------------------------------
+r2120 | jesse | 2005-01-22 11:53:50 -0500 (Sat, 22 Jan 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
+
+ r3904@hualien:  jesse | 2005-01-22T13:00:19.775653Z
+ The column map callback was broken by performance work
+
+------------------------------------------------------------------------
+r2119 | jesse | 2005-01-22 06:26:14 -0500 (Sat, 22 Jan 2005) | 9 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
+
+ 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.
+
+------------------------------------------------------------------------
+r2116 | jesse | 2005-01-19 17:20:57 -0500 (Wed, 19 Jan 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/configure.ac
+
+ 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
+
+------------------------------------------------------------------------
+r2115 | jesse | 2005-01-19 17:20:48 -0500 (Wed, 19 Jan 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
+
+ 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
+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
+
+ r3891@hualien:  jesse | 2005-01-19T18:31:15.604733Z
+ Minor formatting cleanups to tests
+
+------------------------------------------------------------------------
+r2113 | jesse | 2005-01-18 10:46:48 -0500 (Tue, 18 Jan 2005) | 6 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
+
+ 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
+
+------------------------------------------------------------------------
+r2112 | jesse | 2005-01-18 10:46:21 -0500 (Tue, 18 Jan 2005) | 8 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
+
+ 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
+
+------------------------------------------------------------------------
+r2109 | tla | 2005-01-17 20:53:10 -0500 (Mon, 17 Jan 2005) | 4 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.
+
+
+------------------------------------------------------------------------
+r2072 | jesse | 2005-01-13 02:02:25 -0500 (Thu, 13 Jan 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/README
+
+Removed a reference to NIS
+
+
+------------------------------------------------------------------------
+r2071 | jesse | 2005-01-12 18:39:03 -0500 (Wed, 12 Jan 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/docs/rt3-schema-relationships.dot
+
+RT3.4 schema diagram corrected and updated.
+
+
+------------------------------------------------------------------------
+r2070 | jesse | 2005-01-11 18:58:03 -0500 (Tue, 11 Jan 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/README
+
+Readme update to note that manual installation of Apache::DBI may be required.
+
+
+------------------------------------------------------------------------
+r2069 | zev | 2005-01-11 18:49:19 -0500 (Tue, 11 Jan 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE/Makefile.in
+   M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
+
+Fixed spelling and grammar mistakes in etc/RT_Config.pm.in
+Added some documentation and fixed whitespace in Makefile.in
+
+------------------------------------------------------------------------
+r2065 | jesse | 2005-01-11 00:02:58 -0500 (Tue, 11 Jan 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r2678@hualien:  jesse | 2005-01-11T06:37:57.777661Z
+ Bumped to rc5
+
+------------------------------------------------------------------------
+r2064 | jesse | 2005-01-10 23:54:09 -0500 (Mon, 10 Jan 2005) | 6 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
+
+ r2669@hualien:  jesse | 2005-01-11T06:23:33.161490Z
+ Merging tickets with the same link could cause postgres to complain. Fixed. merged.
+
+------------------------------------------------------------------------
+r2060 | jesse | 2005-01-08 18:46:21 -0500 (Sat, 08 Jan 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r2642@hualien:  jesse | 2005-01-08T23:42:31.639282Z
+ 3.4.0rc4
+
+------------------------------------------------------------------------
+r2059 | jesse | 2005-01-08 18:44:03 -0500 (Sat, 08 Jan 2005) | 9 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
+
+ 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.
+
+------------------------------------------------------------------------
+r2055 | jesse | 2005-01-07 22:40:01 -0500 (Fri, 07 Jan 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r2633@hualien:  jesse | 2005-01-08T03:37:18.260832Z
+ Bumping to 3.4.0rc3
+
+------------------------------------------------------------------------
+r2054 | jesse | 2005-01-07 22:39:55 -0500 (Fri, 07 Jan 2005) | 5 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
+
+ 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
+
+------------------------------------------------------------------------
+r2045 | jesse | 2005-01-06 16:01:06 -0500 (Thu, 06 Jan 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r2555@hualien:  jesse | 2005-01-06T20:56:22.389566Z
+ Bumping to rc2
+
+------------------------------------------------------------------------
+r2044 | jesse | 2005-01-06 16:00:57 -0500 (Thu, 06 Jan 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
+
+ r2543@hualien:  jesse | 2005-01-06T07:08:12.346569Z
+ no longer hardcode paths in tests
+
+------------------------------------------------------------------------
+r2041 | jesse | 2005-01-05 00:34:02 -0500 (Wed, 05 Jan 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
+
+ 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)
+
+------------------------------------------------------------------------
+r2040 | jesse | 2005-01-04 00:18:06 -0500 (Tue, 04 Jan 2005) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
+
+ r2530@hualien:  jesse | 2005-01-04T05:15:35.757280Z
+ a couple fixes for better handling ticket links on merge
+
+------------------------------------------------------------------------
+r2039 | jesse | 2005-01-04 00:17:52 -0500 (Tue, 04 Jan 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   A /rt/branches/3.4-RELEASE/lib/t/regression/11-template-insert.t
+
+ r2528@hualien:  jesse | 2005-01-03T19:54:59.819442Z
+ Added a test for a regression tickled by DBD::Oracle 1.16
+
+------------------------------------------------------------------------
+r2038 | jesse | 2005-01-04 00:17:42 -0500 (Tue, 04 Jan 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.mysql
+
+ 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
+
+------------------------------------------------------------------------
+r2037 | jesse | 2005-01-04 00:17:29 -0500 (Tue, 04 Jan 2005) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.mysql
+
+ r2526@hualien:  jesse | 2005-01-03T19:21:48.180206Z
+ Workaround for missing mysql indexes
+
+------------------------------------------------------------------------
+r2036 | jesse | 2005-01-03 14:14:54 -0500 (Mon, 03 Jan 2005) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.Oracle
+
+ r2524@hualien:  jesse | 2005-01-03T19:12:32.074066Z
+ Oracle schema upgrades
+
+------------------------------------------------------------------------
+r2034 | jesse | 2004-12-29 15:41:21 -0500 (Wed, 29 Dec 2004) | 5 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
+
+ r2520@hualien:  jesse | 2004-12-29T20:39:43.707258Z
+ Custom field tab hilighting fixes.
+
+------------------------------------------------------------------------
+r2033 | jesse | 2004-12-29 14:45:54 -0500 (Wed, 29 Dec 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
+
+ r2516@hualien:  jesse | 2004-12-29T19:44:09.437463Z
+ Slightly updated encoding support for oracle
+
+------------------------------------------------------------------------
+r2032 | jesse | 2004-12-29 14:45:43 -0500 (Wed, 29 Dec 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/UPGRADING
+
+ r2507@hualien:  jesse | 2004-12-23T22:31:20.362197Z
+ Note about "OwnTickets" for Superusers
+
+------------------------------------------------------------------------
+r2030 | robert | 2004-12-28 01:37:51 -0500 (Tue, 28 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/configure.ac
+
+ r2033@dog:  rspier | 2004-12-27 22:36:08 -0800
+ RT 6331: configure spitting chmod errors
+
+------------------------------------------------------------------------
+r2029 | robert | 2004-12-28 01:37:47 -0500 (Tue, 28 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
+
+ r2032@dog:  rspier | 2004-12-27 22:24:34 -0800
+ fix css errors
+
+------------------------------------------------------------------------
+r2028 | robert | 2004-12-28 01:37:37 -0500 (Tue, 28 Dec 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/html/Elements/Header
+
+ 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)
+
+------------------------------------------------------------------------
+r2027 | robert | 2004-12-28 01:37:32 -0500 (Tue, 28 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/configure.ac
+
+ r2030@dog:  rspier | 2004-12-27 21:05:44 -0800
+ Whitespace tweak: use tabs consistently
+
+------------------------------------------------------------------------
+r2025 | jesse | 2004-12-22 02:06:35 -0500 (Wed, 22 Dec 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/etc/schema.Oracle
+
+ r2504@hualien:  jesse | 2004-12-22T07:05:58.453205Z
+ Oracle schema updates
+
+------------------------------------------------------------------------
+r2024 | jesse | 2004-12-21 17:11:39 -0500 (Tue, 21 Dec 2004) | 7 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
+
+ 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.
+
+------------------------------------------------------------------------
+r2021 | jesse | 2004-12-21 00:32:15 -0500 (Tue, 21 Dec 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   A /rt/branches/3.4-RELEASE/lib/t/regression/10merge.t
+
+ r2498@hualien:  jesse | 2004-12-21T05:27:21.459146Z
+ Added a new regression test to validate some possibly bogus behaviour about merging tickets
+
+------------------------------------------------------------------------
+r2019 | jesse | 2004-12-20 21:44:53 -0500 (Mon, 20 Dec 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
+
+ r2494@hualien:  jesse | 2004-12-21T02:40:37.522278Z
+ Added back a 'package' declaration to Tickets_Overlay to enable automatic reload.
+
+------------------------------------------------------------------------
+r2018 | jesse | 2004-12-20 18:53:18 -0500 (Mon, 20 Dec 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in
+
+ 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.
+
+------------------------------------------------------------------------
+r2017 | jesse | 2004-12-20 18:33:50 -0500 (Mon, 20 Dec 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
+
+ r2489@hualien:  jesse | 2004-12-20T23:27:06.068915Z
+ Inhibit a warning in 08_web_Cf_access.t
+
+------------------------------------------------------------------------
+r2015 | jesse | 2004-12-20 13:43:27 -0500 (Mon, 20 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   D /rt/branches/3.4-RELEASE/HOWTO
+
+ r2485@hualien:  jesse | 2004-12-20T18:38:03.341344Z
+ Blew away outdated releng documentation
+
+------------------------------------------------------------------------
+r2014 | jesse | 2004-12-20 13:42:57 -0500 (Mon, 20 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/README
+
+ r2484@hualien:  jesse | 2004-12-20T18:37:10.098322Z
+ minor readme updates
+
+------------------------------------------------------------------------
+r2013 | jesse | 2004-12-20 13:42:45 -0500 (Mon, 20 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/releng.cnf
+
+ r2483@hualien:  jesse | 2004-12-20T18:35:10.597227Z
+ updated releng.cnf to point to the new branch
+
+------------------------------------------------------------------------
+r2012 | jesse | 2004-12-20 13:25:47 -0500 (Mon, 20 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.4-RELEASE
+   M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
+
+ r2478@hualien:  jesse | 2004-12-20T18:18:05.386331Z
+ The last merge had a missing brace
+
+------------------------------------------------------------------------
+r2010 | jesse | 2004-12-20 13:07:34 -0500 (Mon, 20 Dec 2004) | 2 lines
+Changed paths:
+   A /rt/branches/3.4-RELEASE (from /rt/branches/3.3-TESTING:2009)
+
+Moving the 3.3 testing branch to the 3.4 release branch in anticipation of a release candidate later today
+
+------------------------------------------------------------------------
+r2009 | jesse | 2004-12-20 12:30:49 -0500 (Mon, 20 Dec 2004) | 11 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/autohandler
+
+ 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
+  
+  
+  
+
+------------------------------------------------------------------------
+r2008 | jesse | 2004-12-20 12:30:35 -0500 (Mon, 20 Dec 2004) | 8 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
+
+ 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
+  
+  
+
+------------------------------------------------------------------------
+r2007 | jesse | 2004-12-20 12:30:22 -0500 (Mon, 20 Dec 2004) | 11 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
+
+ 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
+  
+  
+
+------------------------------------------------------------------------
+r2006 | jesse | 2004-12-20 12:30:06 -0500 (Mon, 20 Dec 2004) | 6 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
+
+ r2469@hualien:  jesse | 2004-12-20T16:35:42.953265Z
+  r1983@hualien:  jesse | 2004-12-09T07:15:23.115403Z
+  
+  
+
+------------------------------------------------------------------------
+r2002 | jesse | 2004-12-16 16:01:40 -0500 (Thu, 16 Dec 2004) | 4 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
+
+ r2447@hualien:  jesse | 2004-12-16T20:55:51.733392Z
+ Removed two more unused files. Thanks to Ruslan for spotting this.
+
+------------------------------------------------------------------------
+r2000 | jesse | 2004-12-15 18:00:06 -0500 (Wed, 15 Dec 2004) | 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
+
+ r2442@hualien:  jesse | 2004-12-15T22:55:54.557052Z
+ Clkao found a logic bug in the negative link searching
+
+------------------------------------------------------------------------
+r1998 | jesse | 2004-12-14 18:45:10 -0500 (Tue, 14 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+ r2440@hualien:  jesse | 2004-12-14T23:39:15.304049Z
+ bumping to 3.3.16
+
+------------------------------------------------------------------------
+r1997 | jesse | 2004-12-14 14:40:49 -0500 (Tue, 14 Dec 2004) | 9 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/etc/schema.Oracle
+
+ 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.
+
+------------------------------------------------------------------------
+r1996 | autrijus | 2004-12-14 10:36:27 -0500 (Tue, 14 Dec 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+
+ 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.
+
+------------------------------------------------------------------------
+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
+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
+
+ r2433@hualien:  jesse | 2004-12-14T09:25:34.132509Z
+ Removing TicketCustomFieldValue files leftover from 3.2
+
+------------------------------------------------------------------------
+r1993 | jesse | 2004-12-14 02:36:04 -0500 (Tue, 14 Dec 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   A /rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
+
+ 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
+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
+
+ 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
+
+------------------------------------------------------------------------
+r1990 | jesse | 2004-12-13 23:50:29 -0500 (Mon, 13 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+ r2423@hualien:  jesse | 2004-12-14T04:46:07.648245Z
+ 3.3.15
+
+------------------------------------------------------------------------
+r1989 | jesse | 2004-12-13 23:48:14 -0500 (Mon, 13 Dec 2004) | 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
+
+ r2419@hualien:  jesse | 2004-12-14T04:42:37.099863Z
+ More fixes for working with Transaction Custom Fields
+
+------------------------------------------------------------------------
+r1988 | jesse | 2004-12-13 21:42:15 -0500 (Mon, 13 Dec 2004) | 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
+
+ r2413@hualien:  jesse | 2004-12-14T02:38:06.428282Z
+ RT::Transaction->CustomFieldValues can now accept named arguments
+
+------------------------------------------------------------------------
+r1987 | mwhitson | 2004-12-13 18:15:35 -0500 (Mon, 13 Dec 2004) | 6 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
+
+rt-ticket: 6315
+rt-status: resolved
+rt-update: correspond
+
+Relabeled 'Create' submit buttons to 'Save Changes' in group modification pages.
+
+------------------------------------------------------------------------
+r1986 | jesse | 2004-12-12 23:13:42 -0500 (Sun, 12 Dec 2004) | 3 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
+
+ r2411@hualien:  jesse | 2004-12-13T04:10:03.842079Z
+ self service ui html beautification, selfservice customfield editing
+
+------------------------------------------------------------------------
+r1983 | jesse | 2004-12-10 13:55:22 -0500 (Fri, 10 Dec 2004) | 8 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
+
+ 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"
+
+------------------------------------------------------------------------
+r1982 | jesse | 2004-12-10 00:19:36 -0500 (Fri, 10 Dec 2004) | 8 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
+
+ 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
+
+------------------------------------------------------------------------
+r1980 | jesse | 2004-12-09 02:33:58 -0500 (Thu, 09 Dec 2004) | 29 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
+
+ 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
+
+------------------------------------------------------------------------
+r1979 | jesse | 2004-12-09 02:32:46 -0500 (Thu, 09 Dec 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+
+ r1989@hualien:  jesse | 2004-12-09T07:31:07.292798Z
+ Typo fix
+
+------------------------------------------------------------------------
+r1978 | jesse | 2004-12-09 02:21:52 -0500 (Thu, 09 Dec 2004) | 9 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
+
+ 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
+
+------------------------------------------------------------------------
+r1977 | jesse | 2004-12-09 02:20:17 -0500 (Thu, 09 Dec 2004) | 7 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+
+ r1982@hualien:  jesse | 2004-12-09T07:09:56.419805Z
+ Slightly more refactoring of Record->CustomFieldValues designed to restore older
+ behaviour.
+
+------------------------------------------------------------------------
+r1975 | jesse | 2004-12-09 02:05:51 -0500 (Thu, 09 Dec 2004) | 5 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
+
+ r1980@hualien:  jesse | 2004-12-09T07:05:41.787599Z
+ Refactored post-http handling code into lib/RT/Interface/Web/Handler.pm 
+
+------------------------------------------------------------------------
+r1974 | jesse | 2004-12-08 20:05:42 -0500 (Wed, 08 Dec 2004) | 19 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
+
+ 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.
+
+------------------------------------------------------------------------
+r1972 | jesse | 2004-12-07 21:40:10 -0500 (Tue, 07 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+ r9533@tinbook:  jesse | 2004-12-08T02:40:01.308641Z
+ Bumping to 3.3.14
+
+------------------------------------------------------------------------
+r1971 | jesse | 2004-12-07 21:38:14 -0500 (Tue, 07 Dec 2004) | 7 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Record.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.
+
+------------------------------------------------------------------------
+r1968 | jesse | 2004-12-07 20:35:22 -0500 (Tue, 07 Dec 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
+
+ r9525@tinbook:  jesse | 2004-12-08T01:29:33.251334Z
+ Pulling forward query optimization from 3.2
+
+------------------------------------------------------------------------
+r1967 | jesse | 2004-12-07 20:33:35 -0500 (Tue, 07 Dec 2004) | 36 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
+
+ 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)
+  
+  
+  
+
+------------------------------------------------------------------------
+r1965 | jesse | 2004-12-07 15:16:58 -0500 (Tue, 07 Dec 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Search/Build.html
+
+ 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
+
+------------------------------------------------------------------------
+r1963 | jesse | 2004-12-06 15:13:15 -0500 (Mon, 06 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+ r9514@tinbook:  jesse | 2004-12-06T20:08:56.717991Z
+ Bumping to 3.3.13
+
+------------------------------------------------------------------------
+r1962 | autrijus | 2004-12-06 12:49:23 -0500 (Mon, 06 Dec 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+
+------------------------------------------------------------------------
+r1961 | autrijus | 2004-12-06 12:48:46 -0500 (Mon, 06 Dec 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/docs/design_docs/3.3-schema-redesign.txt
+
+ r6348@not:  autrijus | 2004-12-06T17:45:43.194394Z
+ * Fix an incorrect description of OCFs
+
+------------------------------------------------------------------------
+r1960 | jesse | 2004-12-06 02:11:55 -0500 (Mon, 06 Dec 2004) | 4 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
+
+ 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.
+
+------------------------------------------------------------------------
+r1959 | jesse | 2004-12-06 02:11:21 -0500 (Mon, 06 Dec 2004) | 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/Elements/EditCustomFieldFreeform
+   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldSelect
+   M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldText
+
+ r9504@tinbook:  jesse | 2004-12-06T07:10:00.587141Z
+ Removing duplicated code.
+
+------------------------------------------------------------------------
+r1958 | jesse | 2004-12-06 00:50:07 -0500 (Mon, 06 Dec 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+ r9498@tinbook:  jesse | 2004-12-06T05:49:22.962399Z
+ Fixing CustomField->LoadByName for the case where no such custom field exists.
+
+------------------------------------------------------------------------
+r1957 | jesse | 2004-12-05 16:58:31 -0500 (Sun, 05 Dec 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+
+ 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)
+
+------------------------------------------------------------------------
+r1956 | jesse | 2004-12-05 16:58:06 -0500 (Sun, 05 Dec 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+
+ 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
+  
+
+------------------------------------------------------------------------
+r1953 | jesse | 2004-12-03 17:25:07 -0500 (Fri, 03 Dec 2004) | 13 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
+
+ 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.
+
+------------------------------------------------------------------------
+r1952 | tla | 2004-12-02 18:16:17 -0500 (Thu, 02 Dec 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
+
+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.
+
+
+------------------------------------------------------------------------
+r1949 | jesse | 2004-11-29 13:32:05 -0500 (Mon, 29 Nov 2004) | 5 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
+
+ r9437@tinbook:  jesse | 2004-11-29T18:33:10.692247Z
+ Small localization fixes for  "Status" (Unchanged) messages
+
+------------------------------------------------------------------------
+r1948 | jesse | 2004-11-29 01:24:52 -0500 (Mon, 29 Nov 2004) | 3 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
+
+ r9435@tinbook:  jesse | 2004-11-29T06:26:08.317066Z
+ More postgres upgrade fixes
+
+------------------------------------------------------------------------
+r1946 | jesse | 2004-11-28 22:25:19 -0500 (Sun, 28 Nov 2004) | 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/CustomField_Overlay.pm
+
+ r9432@tinbook:  jesse | 2004-11-29T03:26:44.094679Z
+ Custom field API backward-compatibility improvements
+
+------------------------------------------------------------------------
+r1943 | jesse | 2004-11-27 02:34:16 -0500 (Sat, 27 Nov 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+
+------------------------------------------------------------------------
+r1942 | jesse | 2004-11-27 02:34:09 -0500 (Sat, 27 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+
+ 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
+
+------------------------------------------------------------------------
+r1941 | jesse | 2004-11-27 01:38:00 -0500 (Sat, 27 Nov 2004) | 3 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
+
+ r9414@tinbook:  jesse | 2004-11-27T06:29:04.667691Z
+ Multiple fixes to search result display
+
+------------------------------------------------------------------------
+r1937 | jesse | 2004-11-26 22:49:33 -0500 (Fri, 26 Nov 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+ r9411@tinbook:  jesse | 2004-11-27T03:48:14.141183Z
+ Bumping to 3.3.12
+
+------------------------------------------------------------------------
+r1934 | jesse | 2004-11-24 11:15:39 -0500 (Wed, 24 Nov 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.Pg
+
+ 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
+
+------------------------------------------------------------------------
+r1933 | jesse | 2004-11-22 14:44:43 -0500 (Mon, 22 Nov 2004) | 11 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
+
+ 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.
+  
+  
+
+------------------------------------------------------------------------
+r1932 | jesse | 2004-11-22 14:44:28 -0500 (Mon, 22 Nov 2004) | 12 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.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)
+  
+  
+
+------------------------------------------------------------------------
+r1931 | jesse | 2004-11-22 14:44:10 -0500 (Mon, 22 Nov 2004) | 12 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
+
+ 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.
+  
+  
+
+------------------------------------------------------------------------
+r1930 | jesse | 2004-11-22 14:43:53 -0500 (Mon, 22 Nov 2004) | 12 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
+
+ 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.
+  
+  
+
+------------------------------------------------------------------------
+r1929 | jesse | 2004-11-22 14:43:42 -0500 (Mon, 22 Nov 2004) | 11 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
+
+ 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
+  
+  
+
+------------------------------------------------------------------------
+r1928 | jesse | 2004-11-22 14:43:35 -0500 (Mon, 22 Nov 2004) | 11 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.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
+  
+  
+
+------------------------------------------------------------------------
+r1926 | jesse | 2004-11-22 13:52:27 -0500 (Mon, 22 Nov 2004) | 18 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+
+ 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.
+
+------------------------------------------------------------------------
+r1922 | jesse | 2004-11-22 13:05:08 -0500 (Mon, 22 Nov 2004) | 9 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/docs/rt3-schema-relationships.dot
+
+ r9318@tinbook:  jesse | 2004-11-22T18:06:38.935955Z
+ RT-Ticket: 6269
+ RT-Status: resolved
+ RT-Update: correspond
+ RT3 schema diagram updated. (Todd Chapman)
+
+------------------------------------------------------------------------
+r1920 | autrijus | 2004-11-22 08:19:30 -0500 (Mon, 22 Nov 2004) | 4 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
+
+ r5939@not:  autrijus | 2004-11-22T13:20:38.205298Z
+ * the "Magic" on modify broke Image/Binary custom fields.
+
+------------------------------------------------------------------------
+r1919 | jesse | 2004-11-22 02:25:42 -0500 (Mon, 22 Nov 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
+
+ r9313@tinbook:  jesse | 2004-11-22T07:26:55.423227Z
+ Comments about redundant code
+
+------------------------------------------------------------------------
+r1918 | jesse | 2004-11-21 20:26:56 -0500 (Sun, 21 Nov 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+
+ r9310@tinbook:  jesse | 2004-11-22T01:26:40.004042Z
+ fixes for the perl module downloading bit
+
+------------------------------------------------------------------------
+r1916 | jesse | 2004-11-18 11:00:17 -0500 (Thu, 18 Nov 2004) | 8 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
+
+ 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
+
+------------------------------------------------------------------------
+r1915 | jesse | 2004-11-18 11:00:04 -0500 (Thu, 18 Nov 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+
+------------------------------------------------------------------------
+r1914 | jesse | 2004-11-18 10:59:05 -0500 (Thu, 18 Nov 2004) | 14 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
+
+ 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"
+ UPGRADING FROM 3.3.11 and earlier - Changes:
+ = 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.
+
+------------------------------------------------------------------------
+r1913 | autrijus | 2004-11-17 23:39:01 -0500 (Wed, 17 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
+
+ r5691@not:  autrijus | 2004-11-18T04:40:20.966758Z
+ * Remove the unused and misleading chunks in EditCustomField.
+
+------------------------------------------------------------------------
+r1912 | autrijus | 2004-11-17 06:29:10 -0500 (Wed, 17 Nov 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+
+------------------------------------------------------------------------
+r1911 | autrijus | 2004-11-17 06:28:47 -0500 (Wed, 17 Nov 2004) | 7 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/autohandler
+
+ 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.
+
+------------------------------------------------------------------------
+r1908 | jesse | 2004-11-16 07:32:40 -0500 (Tue, 16 Nov 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+
+Time::HiRes was improperly capitalized
+
+
+------------------------------------------------------------------------
+r1907 | jesse | 2004-11-15 16:19:49 -0500 (Mon, 15 Nov 2004) | 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
+
+ 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
+
+------------------------------------------------------------------------
+r1906 | jesse | 2004-11-15 15:55:48 -0500 (Mon, 15 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
+
+ r9268@tinbook:  jesse | 2004-11-15T20:51:06.505734Z
+ Disabled replaced Current a bit back
+
+------------------------------------------------------------------------
+r1905 | jesse | 2004-11-15 15:45:02 -0500 (Mon, 15 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
+
+ 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
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/configure.ac
+
+ r9259@tinbook:  jesse | 2004-11-15T17:21:40.789848Z
+ Added the database dump tool to the list of executable things
+
+------------------------------------------------------------------------
+r1901 | jesse | 2004-11-15 12:13:51 -0500 (Mon, 15 Nov 2004) | 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
+
+ r9257@tinbook:  jesse | 2004-11-15T17:13:44.237481Z
+ Merging forward from RT 3.2 bugfixes
+
+------------------------------------------------------------------------
+r1898 | autrijus | 2004-11-15 04:43:23 -0500 (Mon, 15 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
+
+ r4175@not:  autrijus | 2004-11-15T09:44:43.225379Z
+ * The XML-based dump format now finally round trips.
+
+------------------------------------------------------------------------
+r1897 | autrijus | 2004-11-15 02:24:35 -0500 (Mon, 15 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
+
+ r4166@not:  autrijus | 2004-11-15T07:25:55.961743Z
+ * make "sbin/rt-dump-database 0" actually work.
+
+------------------------------------------------------------------------
+r1896 | autrijus | 2004-11-15 01:30:04 -0500 (Mon, 15 Nov 2004) | 4 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
+
+ r4158@not:  autrijus | 2004-11-15T06:31:13.491985Z
+ * Switch the rt-dump-database format from YAML to XML::Simple.
+
+------------------------------------------------------------------------
+r1894 | autrijus | 2004-11-14 12:11:20 -0500 (Sun, 14 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/sbin/factory
+
+ 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
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+
+ 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.
+
+------------------------------------------------------------------------
+r1892 | autrijus | 2004-11-14 01:02:18 -0500 (Sun, 14 Nov 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+
+------------------------------------------------------------------------
+r1891 | autrijus | 2004-11-14 01:01:46 -0500 (Sun, 14 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
+
+ r4056@not:  autrijus | 2004-11-14T05:55:16.343169Z
+ * The chown() syntax in Handler.pm was broken.
+ * Also removed an unneccessary capturing parenthesis.
+
+------------------------------------------------------------------------
+r1890 | autrijus | 2004-11-14 01:01:21 -0500 (Sun, 14 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+
+ 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.
+
+------------------------------------------------------------------------
+r1889 | autrijus | 2004-11-14 01:00:58 -0500 (Sun, 14 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+ 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.
+
+------------------------------------------------------------------------
+r1888 | autrijus | 2004-11-14 01:00:32 -0500 (Sun, 14 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+ r3827@not:  autrijus | 2004-11-11T02:06:28.593023Z
+ * only exclude normal files, not directories.
+
+------------------------------------------------------------------------
+r1887 | autrijus | 2004-11-14 01:00:09 -0500 (Sun, 14 Nov 2004) | 5 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.
+
+------------------------------------------------------------------------
+r1884 | jesse | 2004-11-13 18:01:01 -0500 (Sat, 13 Nov 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+Bumping to 3.3.11
+------------------------------------------------------------------------
+r1882 | jesse | 2004-11-13 00:12:51 -0500 (Sat, 13 Nov 2004) | 10 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.
+
+------------------------------------------------------------------------
+r1881 | jesse | 2004-11-13 00:12:26 -0500 (Sat, 13 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Admin/Elements/CustomFieldTabs
+
+ r9221@tinbook:  jesse | 2004-11-13T02:43:58.587708Z
+ No longer show the "Applies To" tab for user and group Custom Fields.
+
+------------------------------------------------------------------------
+r1880 | jesse | 2004-11-13 00:11:58 -0500 (Sat, 13 Nov 2004) | 6 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.
+
+------------------------------------------------------------------------
+r1879 | jesse | 2004-11-13 00:11:31 -0500 (Sat, 13 Nov 2004) | 4 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.
+
+------------------------------------------------------------------------
+r1878 | jesse | 2004-11-13 00:11:00 -0500 (Sat, 13 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+
+ 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
+
+------------------------------------------------------------------------
+r1877 | autrijus | 2004-11-11 23:51:18 -0500 (Thu, 11 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/Callback
+
+ 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.
+
+------------------------------------------------------------------------
+r1876 | autrijus | 2004-11-11 23:51:01 -0500 (Thu, 11 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+ r3827@not:  autrijus | 2004-11-11T02:06:28.593023Z
+ * only exclude normal files, not directories.
+
+------------------------------------------------------------------------
+r1875 | autrijus | 2004-11-11 23:47:44 -0500 (Thu, 11 Nov 2004) | 5 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.
+
+------------------------------------------------------------------------
+r1800 | autrijus | 2004-11-10 08:50:55 -0500 (Wed, 10 Nov 2004) | 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/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.
+
+------------------------------------------------------------------------
+r1796 | autrijus | 2004-11-10 08:15:51 -0500 (Wed, 10 Nov 2004) | 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/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.
+
+------------------------------------------------------------------------
+r1789 | jesse | 2004-11-10 07:58:47 -0500 (Wed, 10 Nov 2004) | 12 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
+
+ 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.
+  
+  
+  
+
+------------------------------------------------------------------------
+r1788 | jesse | 2004-11-10 07:58:22 -0500 (Wed, 10 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
+
+ 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
+
+------------------------------------------------------------------------
+r1786 | jesse | 2004-11-10 07:38:04 -0500 (Wed, 10 Nov 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
+
+ r9037@tinbook:  jesse | 2004-11-10T12:38:52.925002Z
+ * $ was missing on the DevelMode option
+
+------------------------------------------------------------------------
+r1779 | autrijus | 2004-11-10 05:09:04 -0500 (Wed, 10 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+
+ r3567@not:  autrijus | 2004-11-10T10:09:08.775089Z
+ * Add Module::Refresh as a dependency.
+
+------------------------------------------------------------------------
+r1778 | autrijus | 2004-11-10 05:08:41 -0500 (Wed, 10 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
+
+ r3566@not:  autrijus | 2004-11-10T10:08:56.876914Z
+ * Under developer mode, do not let Mason cache object files on var/.
+
+------------------------------------------------------------------------
+r1777 | autrijus | 2004-11-10 05:08:17 -0500 (Wed, 10 Nov 2004) | 4 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
+
+ r3565@not:  autrijus | 2004-11-10T10:08:34.482570Z
+ * Various warning avoidance patches.
+
+------------------------------------------------------------------------
+r1767 | jesse | 2004-11-09 21:01:21 -0500 (Tue, 09 Nov 2004) | 4 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.
+
+------------------------------------------------------------------------
+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
+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.
+
+------------------------------------------------------------------------
+r1763 | jesse | 2004-11-09 00:46:40 -0500 (Tue, 09 Nov 2004) | 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
+
+ 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
+
+------------------------------------------------------------------------
+r1759 | jesse | 2004-11-08 23:58:09 -0500 (Mon, 08 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
+
+ r8951@tinbook:  jesse | 2004-11-09T04:59:07.816904Z
+ Fixed a comment about the static_source directive for mason. Thanks to matthewd
+
+------------------------------------------------------------------------
+r1758 | jesse | 2004-11-08 22:47:40 -0500 (Mon, 08 Nov 2004) | 16 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.
+
+------------------------------------------------------------------------
+r1757 | jesse | 2004-11-08 22:47:13 -0500 (Mon, 08 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Base.pm
+
+ r8941@tinbook:  jesse | 2004-11-08T17:18:03.357715Z
+ Added a bit of documentation to RT::Base; removed an unused line of code
+
+------------------------------------------------------------------------
+r1753 | jesse | 2004-11-08 08:25:36 -0500 (Mon, 08 Nov 2004) | 3 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
+
+------------------------------------------------------------------------
+r1752 | autrijus | 2004-11-08 07:53:51 -0500 (Mon, 08 Nov 2004) | 4 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.
+
+------------------------------------------------------------------------
+r1751 | autrijus | 2004-11-08 07:53:30 -0500 (Mon, 08 Nov 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING
+
+
+------------------------------------------------------------------------
+r1750 | autrijus | 2004-11-08 07:53:00 -0500 (Mon, 08 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   D /rt/branches/3.3-TESTING/spec
+
+ r1748@not:  autrijus | 2004-11-08T08:29:17.162697Z
+ * remove the now-empty spec/ directory.
+
+------------------------------------------------------------------------
+r1749 | autrijus | 2004-11-08 07:52:36 -0500 (Mon, 08 Nov 2004) | 4 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
+
+ r1747@not:  autrijus | 2004-11-08T08:28:53.206839Z
+ * move the design spec from spec/ under the docs/design_docs/ space where it belongs.
+
+------------------------------------------------------------------------
+r1748 | autrijus | 2004-11-08 07:52:03 -0500 (Mon, 08 Nov 2004) | 5 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.
+
+------------------------------------------------------------------------
+r1744 | jesse | 2004-11-07 11:26:35 -0500 (Sun, 07 Nov 2004) | 8 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
+
+ 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
+
+------------------------------------------------------------------------
+r1743 | jesse | 2004-11-07 10:10:03 -0500 (Sun, 07 Nov 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+
+
+------------------------------------------------------------------------
+r1742 | jesse | 2004-11-07 10:09:36 -0500 (Sun, 07 Nov 2004) | 5 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
+
+------------------------------------------------------------------------
+r1741 | jesse | 2004-11-07 10:09:14 -0500 (Sun, 07 Nov 2004) | 4 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
+
+ r6201@tinbook:  jesse | 2004-11-07T05:35:22.316024Z
+ Refactoring and restyling the Ticket List to present prettier tables with more human-readable names
+
+------------------------------------------------------------------------
+r1740 | jesse | 2004-11-07 10:08:50 -0500 (Sun, 07 Nov 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
+
+ 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
+
+------------------------------------------------------------------------
+r1739 | jesse | 2004-11-07 10:08:29 -0500 (Sun, 07 Nov 2004) | 4 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
+
+ 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
+
+------------------------------------------------------------------------
+r1738 | jesse | 2004-11-07 10:08:08 -0500 (Sun, 07 Nov 2004) | 3 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
+
+------------------------------------------------------------------------
+r1737 | jesse | 2004-11-07 10:05:16 -0500 (Sun, 07 Nov 2004) | 4 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
+
+------------------------------------------------------------------------
+r1736 | jesse | 2004-11-07 10:04:54 -0500 (Sun, 07 Nov 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
+
+ r6196@tinbook:  jesse | 2004-11-07T03:37:32.303504Z
+ Squash warnings when trying to check acls on nonexisten custom fields
+
+------------------------------------------------------------------------
+r1735 | jesse | 2004-11-07 10:04:23 -0500 (Sun, 07 Nov 2004) | 4 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
+
+ r6195@tinbook:  jesse | 2004-11-06T15:14:59.241373Z
+ Better handling of Record deletion confirmation messages. (To go with new searchbuilder fixes)
+
+------------------------------------------------------------------------
+r1734 | autrijus | 2004-11-07 09:38:43 -0500 (Sun, 07 Nov 2004) | 6 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.
+
+
+------------------------------------------------------------------------
+r1731 | autrijus | 2004-11-07 09:32:12 -0500 (Sun, 07 Nov 2004) | 4 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.
+
+------------------------------------------------------------------------
+r1730 | autrijus | 2004-11-07 09:30:22 -0500 (Sun, 07 Nov 2004) | 4 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.
+
+------------------------------------------------------------------------
+r1729 | autrijus | 2004-11-07 09:30:06 -0500 (Sun, 07 Nov 2004) | 6 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.
+
+------------------------------------------------------------------------
+r1728 | autrijus | 2004-11-07 09:29:51 -0500 (Sun, 07 Nov 2004) | 5 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
+
+ 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.
+
+------------------------------------------------------------------------
+r1727 | autrijus | 2004-11-07 09:28:27 -0500 (Sun, 07 Nov 2004) | 5 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/Makefile.in
+
+ r10253@not:  autrijus | 2004-11-06T10:17:49.792085Z
+ * "make initdb" now an alias of "make initialize-database".
+
+------------------------------------------------------------------------
+r1726 | autrijus | 2004-11-07 09:26:14 -0500 (Sun, 07 Nov 2004) | 5 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.
+
+------------------------------------------------------------------------
+r1725 | autrijus | 2004-11-07 09:22:06 -0500 (Sun, 07 Nov 2004) | 5 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
+
+ r10251@not:  autrijus | 2004-11-06T10:17:29.202899Z
+ * fallouts from the OCFV schema change.
+
+------------------------------------------------------------------------
+r1724 | autrijus | 2004-11-07 09:17:03 -0500 (Sun, 07 Nov 2004) | 7 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.
+
+------------------------------------------------------------------------
+r1723 | autrijus | 2004-11-07 09:16:15 -0500 (Sun, 07 Nov 2004) | 4 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.
+
+------------------------------------------------------------------------
+r1721 | autrijus | 2004-11-05 06:43:18 -0500 (Fri, 05 Nov 2004) | 18 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.
+
+
+------------------------------------------------------------------------
+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.
+
+
+------------------------------------------------------------------------
+r1716 | jesse | 2004-11-04 23:02:48 -0500 (Thu, 04 Nov 2004) | 5 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
+
+------------------------------------------------------------------------
+r1715 | jesse | 2004-11-04 23:02:27 -0500 (Thu, 04 Nov 2004) | 4 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.
+
+------------------------------------------------------------------------
+r1714 | jesse | 2004-11-04 23:02:06 -0500 (Thu, 04 Nov 2004) | 4 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)
+
+------------------------------------------------------------------------
+r1713 | jesse | 2004-11-04 23:01:23 -0500 (Thu, 04 Nov 2004) | 4 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
+
+------------------------------------------------------------------------
+r1712 | jesse | 2004-11-04 23:00:28 -0500 (Thu, 04 Nov 2004) | 4 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
+
+------------------------------------------------------------------------
+r1711 | jesse | 2004-11-04 22:59:53 -0500 (Thu, 04 Nov 2004) | 4 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
+
+------------------------------------------------------------------------
+r1710 | jesse | 2004-11-04 22:59:24 -0500 (Thu, 04 Nov 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+
+ 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
+
+------------------------------------------------------------------------
+r1709 | jesse | 2004-11-01 00:55:09 -0500 (Mon, 01 Nov 2004) | 3 lines
+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
+
+------------------------------------------------------------------------
+r1708 | jesse | 2004-11-01 00:54:59 -0500 (Mon, 01 Nov 2004) | 11 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
+
+ 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
+  
+  
+
+------------------------------------------------------------------------
+r1707 | jesse | 2004-11-01 00:54:47 -0500 (Mon, 01 Nov 2004) | 12 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)
+  
+  
+
+------------------------------------------------------------------------
+r1704 | jesse | 2004-10-31 22:49:50 -0500 (Sun, 31 Oct 2004) | 10 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
+
+ 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.
+
+------------------------------------------------------------------------
+r1699 | jesse | 2004-10-27 18:01:49 -0400 (Wed, 27 Oct 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+ r6127@tinbook:  jesse | 2004-10-27T22:02:28.387934Z
+ Bumping to 3.3.10
+
+------------------------------------------------------------------------
+r1698 | jesse | 2004-10-27 04:06:56 -0400 (Wed, 27 Oct 2004) | 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.
+  
+  
+  
+
+------------------------------------------------------------------------
+r1697 | jesse | 2004-10-27 04:06:29 -0400 (Wed, 27 Oct 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/TicketList
+
+ 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
+
+------------------------------------------------------------------------
+r1696 | jesse | 2004-10-27 04:05:52 -0400 (Wed, 27 Oct 2004) | 10 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
+
+ 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
+  
+
+------------------------------------------------------------------------
+r1695 | jesse | 2004-10-27 04:05:26 -0400 (Wed, 27 Oct 2004) | 9 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
+
+ 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.
+  
+
+------------------------------------------------------------------------
+r1694 | jesse | 2004-10-27 04:05:10 -0400 (Wed, 27 Oct 2004) | 8 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Search/Results.html
+
+ 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.
+  
+
+------------------------------------------------------------------------
+r1692 | jesse | 2004-10-27 00:31:12 -0400 (Wed, 27 Oct 2004) | 4 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
+
+ r6113@tinbook:  jesse | 2004-10-27T04:31:13.448231Z
+ Added support for recording transaction custom fields on ticket creation.
+
+------------------------------------------------------------------------
+r1688 | jesse | 2004-10-23 18:05:14 -0400 (Sat, 23 Oct 2004) | 3 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
+
+------------------------------------------------------------------------
+r1686 | jesse | 2004-10-23 17:50:32 -0400 (Sat, 23 Oct 2004) | 3 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
+
+ r6093@tinbook:  jesse | 2004-10-23T21:47:53.224532Z
+ A bunch of tiny fixes to the web ui to avoid warnings about uninitialized variables.
+
+------------------------------------------------------------------------
+r1685 | jesse | 2004-10-23 17:50:14 -0400 (Sat, 23 Oct 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/etc/schema.SQLite
+
+ r6092@tinbook:  jesse | 2004-10-23T21:46:47.129210Z
+ Updated SQLite schema to current RT 3.3 versions
+
+------------------------------------------------------------------------
+r1684 | jesse | 2004-10-23 17:49:50 -0400 (Sat, 23 Oct 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
+
+ r6091@tinbook:  jesse | 2004-10-23T21:46:04.315427Z
+ Better checking for ACL queries on undefined objects (to avoid a warning).
+
+------------------------------------------------------------------------
+r1683 | jesse | 2004-10-23 17:49:38 -0400 (Sat, 23 Oct 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+
+ r6090@tinbook:  jesse | 2004-10-23T21:44:41.851286Z
+ Fixed a warning when objects were created with no names
+
+------------------------------------------------------------------------
+r1682 | jesse | 2004-10-23 17:49:25 -0400 (Sat, 23 Oct 2004) | 4 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
+
+------------------------------------------------------------------------
+r1681 | jesse | 2004-10-23 17:48:13 -0400 (Sat, 23 Oct 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+
+ r6088@tinbook:  jesse | 2004-10-23T21:42:23.542584Z
+ Bumped DBIx::SearchBuilder required version, for new SQLite support
+
+------------------------------------------------------------------------
+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
+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.
+
+------------------------------------------------------------------------
+r1678 | jesse | 2004-10-20 19:27:13 -0400 (Wed, 20 Oct 2004) | 8 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
+
+ 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.
+
+------------------------------------------------------------------------
+r1677 | jesse | 2004-10-20 18:56:16 -0400 (Wed, 20 Oct 2004) | 9 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Attachment_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.
+
+------------------------------------------------------------------------
+r1676 | jesse | 2004-10-20 18:55:57 -0400 (Wed, 20 Oct 2004) | 9 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
+
+ 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.)
+
+------------------------------------------------------------------------
+r1675 | jesse | 2004-10-20 18:34:32 -0400 (Wed, 20 Oct 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
+
+ r6064@tinbook:  jesse | 2004-10-20T22:08:13.953728Z
+ Fixed a typo
+
+------------------------------------------------------------------------
+r1674 | jesse | 2004-10-20 18:33:19 -0400 (Wed, 20 Oct 2004) | 9 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
+
+ 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
+
+------------------------------------------------------------------------
+r1673 | jesse | 2004-10-20 18:33:03 -0400 (Wed, 20 Oct 2004) | 9 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
+
+ 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" 
+
+------------------------------------------------------------------------
+r1672 | jesse | 2004-10-20 18:32:48 -0400 (Wed, 20 Oct 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+
+ r6061@tinbook:  jesse | 2004-10-20T19:27:22.698792Z
+ Minor cleanups to record.pm
+
+------------------------------------------------------------------------
+r1671 | alexmv | 2004-10-20 15:51:36 -0400 (Wed, 20 Oct 2004) | 2 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
+
+Remove wayward '+'
+
+------------------------------------------------------------------------
+r1670 | jesse | 2004-10-20 15:20:19 -0400 (Wed, 20 Oct 2004) | 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
+
+------------------------------------------------------------------------
+r1669 | jesse | 2004-10-20 15:19:59 -0400 (Wed, 20 Oct 2004) | 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
+
+ r6055@tinbook:  jesse | 2004-10-20T18:56:31.219026Z
+ RT-Ticket: 5569
+ RT-Status: resolved
+ Status is nowdefinablein the RT_Config file.
+
+------------------------------------------------------------------------
+r1666 | jesse | 2004-10-20 01:47:04 -0400 (Wed, 20 Oct 2004) | 9 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
+
+ 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
+
+------------------------------------------------------------------------
+r1665 | jesse | 2004-10-20 01:46:54 -0400 (Wed, 20 Oct 2004) | 9 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
+
+ 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
+
+------------------------------------------------------------------------
+r1663 | jesse | 2004-10-19 01:23:26 -0400 (Tue, 19 Oct 2004) | 8 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.
+
+------------------------------------------------------------------------
+r1661 | jesse | 2004-10-19 01:17:39 -0400 (Tue, 19 Oct 2004) | 8 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
+
+ r6044@tinbook:  jesse | 2004-10-19T05:18:31.025176Z
+ RT-Ticket: 6154
+ RT-Status: resolved
+ RT-Update: reply
+ Owner listings now sort alphabetically
+
+------------------------------------------------------------------------
+r1660 | jesse | 2004-10-19 01:10:02 -0400 (Tue, 19 Oct 2004) | 8 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT.pm.in
+
+ r6042@tinbook:  jesse | 2004-10-19T05:10:45.782060Z
+ RT-Ticket: 6199
+ RT-Status: resolved
+ RT-Update: correspond
+ Formatting fixes to RT.pm
+
+------------------------------------------------------------------------
+r1659 | jesse | 2004-10-18 13:47:29 -0400 (Mon, 18 Oct 2004) | 7 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/etc/initialdata
+
+ r6039@tinbook:  jesse | 2004-10-18T17:48:14.238206Z
+ RT-Ticket: 5336
+ RT-Status: resolved
+ Approval template corrected
+
+------------------------------------------------------------------------
+r1657 | jesse | 2004-10-15 14:25:31 -0400 (Fri, 15 Oct 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+ r6014@tinbook:  jesse | 2004-10-15T18:26:19.439204Z
+ Bumping to 3.3.8
+
+------------------------------------------------------------------------
+r1656 | jesse | 2004-10-15 13:56:50 -0400 (Fri, 15 Oct 2004) | 4 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
+
+ r6009@tinbook:  jesse | 2004-10-15T17:57:36.162346Z
+ Administrative menu overhaul to sanitize custom field configuration.
+
+------------------------------------------------------------------------
+r1650 | jesse | 2004-10-12 17:01:07 -0400 (Tue, 12 Oct 2004) | 5 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
+
+------------------------------------------------------------------------
+r1649 | jesse | 2004-10-11 17:10:40 -0400 (Mon, 11 Oct 2004) | 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
+
+ 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
+
+------------------------------------------------------------------------
+r1648 | jesse | 2004-10-10 00:30:21 -0400 (Sun, 10 Oct 2004) | 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/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
+
+ 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
+  
+
+------------------------------------------------------------------------
+r1603 | jesse | 2004-09-30 22:45:46 -0400 (Thu, 30 Sep 2004) | 5 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
+
+ ----------------------------------------------------------------------
+ r10434@tinbook:  jesse | 2004-10-01T02:43:47.012515Z
+ Better cssification of the menus
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1566 | jesse | 2004-09-27 17:20:14 -0400 (Mon, 27 Sep 2004) | 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
+
+ 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.
+
+------------------------------------------------------------------------
+r1556 | jesse | 2004-09-23 15:14:29 -0400 (Thu, 23 Sep 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
+
+ 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
+
+------------------------------------------------------------------------
+r1554 | jesse | 2004-09-23 00:30:24 -0400 (Thu, 23 Sep 2004) | 3 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
+
+------------------------------------------------------------------------
+r1553 | jesse | 2004-09-23 00:30:04 -0400 (Thu, 23 Sep 2004) | 5 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
+ 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
+Changed paths:
+   M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
+
+This now actually tests the SelectOwner functionality change.
+
+
+------------------------------------------------------------------------
+r1551 | tla | 2004-09-22 18:44:28 -0400 (Wed, 22 Sep 2004) | 3 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.
+
+
+------------------------------------------------------------------------
+r1550 | tla | 2004-09-22 17:32:53 -0400 (Wed, 22 Sep 2004) | 3 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.
+
+
+------------------------------------------------------------------------
+r1546 | autrijus | 2004-09-22 13:16:22 -0400 (Wed, 22 Sep 2004) | 8 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+
+ r7965@not:  autrijus | 2004-09-21T13:18:07.917938Z
+ 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
+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.
+
+
+------------------------------------------------------------------------
+r1543 | tla | 2004-09-22 04:08:50 -0400 (Wed, 22 Sep 2004) | 4 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.
+
+
+------------------------------------------------------------------------
+r1542 | tla | 2004-09-22 03:41:22 -0400 (Wed, 22 Sep 2004) | 4 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.
+
+
+------------------------------------------------------------------------
+r1541 | tla | 2004-09-22 03:14:33 -0400 (Wed, 22 Sep 2004) | 3 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.
+
+------------------------------------------------------------------------
+r1538 | tla | 2004-09-22 01:57:34 -0400 (Wed, 22 Sep 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING/configure.ac
+
+The cronsupport tests somehow fell out of here.  Replacing.
+
+
+------------------------------------------------------------------------
+r1535 | jesse | 2004-09-21 02:03:26 -0400 (Tue, 21 Sep 2004) | 10 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.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
+
+------------------------------------------------------------------------
+r1534 | jesse | 2004-09-21 01:16:18 -0400 (Tue, 21 Sep 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
+
+ r10332@tinbook:  jesse | 2004-09-21T05:16:35.439550Z
+ Next test version of less broken cf search code
+
+------------------------------------------------------------------------
+r1533 | jesse | 2004-09-21 00:48:54 -0400 (Tue, 21 Sep 2004) | 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
+
+ r10326@tinbook:  jesse | 2004-09-21T04:48:46.583575Z
+ First test version of less broken cf search code
+
+------------------------------------------------------------------------
+r1528 | jesse | 2004-09-20 23:18:19 -0400 (Mon, 20 Sep 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
+
+ r10324@tinbook:  jesse | 2004-09-21T03:18:34.501590Z
+ removing some debugging output
+
+------------------------------------------------------------------------
+r1527 | jesse | 2004-09-20 23:12:11 -0400 (Mon, 20 Sep 2004) | 142 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
+
+ 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.
+    ----------------------------------------------------------------------
+   
+  
+  ----------------------------------------------------------------------
+  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
+   
+   
+  
+  ----------------------------------------------------------------------
+  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.
+    
+    
+   
+  
+  ----------------------------------------------------------------------
+  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.
+   
+   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
+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.
+
+
+------------------------------------------------------------------------
+r1525 | autrijus | 2004-09-20 14:25:28 -0400 (Mon, 20 Sep 2004) | 3 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
+
+ r7812@not:  autrijus | 2004-09-20T18:00:42.848849Z
+ * dump data has to return 'true'. oops.
+
+------------------------------------------------------------------------
+r1522 | autrijus | 2004-09-20 13:22:04 -0400 (Mon, 20 Sep 2004) | 3 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
+
+ r7810@not:  autrijus | 2004-09-20T17:22:27.534622Z
+ * add YAML as a core dep for rt-dump-database.
+
+------------------------------------------------------------------------
+r1519 | autrijus | 2004-09-20 13:09:36 -0400 (Mon, 20 Sep 2004) | 2 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
+
+* rt-dump-database now uses YAML for easy hand modification.
+
+------------------------------------------------------------------------
+r1516 | jesse | 2004-09-19 21:02:45 -0400 (Sun, 19 Sep 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
+
+ r10284@tinbook (orig r1498):  leira | 2004-09-16T22:28:20.860968Z
+ Add another callback that passes parsed headers.
+ Useful for MakeClicky, among other things.
+
+------------------------------------------------------------------------
+r1515 | jesse | 2004-09-19 21:02:23 -0400 (Sun, 19 Sep 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
+
+ r10277@tinbook (orig r1495):  leira | 2004-09-15T19:22:35.471086Z
+ Removed <pre> block around the header keys, and removed an extraneous </td>.
+
+------------------------------------------------------------------------
+r1514 | jesse | 2004-09-19 21:02:01 -0400 (Sun, 19 Sep 2004) | 13 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Search/Results.html
+
+ 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.
+  
+  
+
+------------------------------------------------------------------------
+r1513 | jesse | 2004-09-19 21:01:37 -0400 (Sun, 19 Sep 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
+
+ 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
+
+------------------------------------------------------------------------
+r1512 | jesse | 2004-09-19 21:01:13 -0400 (Sun, 19 Sep 2004) | 12 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+ 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
+
+------------------------------------------------------------------------
+r1511 | jesse | 2004-09-19 21:00:10 -0400 (Sun, 19 Sep 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
+
+ r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
+ -l
+
+------------------------------------------------------------------------
+r1510 | jesse | 2004-09-19 20:59:45 -0400 (Sun, 19 Sep 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+
+ r10225@tinbook (orig r1464):  leira | 2004-09-08T21:41:43.110851Z
+ Don't put a span around things if it won't do anything.
+
+------------------------------------------------------------------------
+r1509 | jesse | 2004-09-19 20:59:15 -0400 (Sun, 19 Sep 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
+
+ r10223@tinbook (orig r1462):  leira | 2004-09-08T21:31:51.811014Z
+ Overdue things are now read.
+
+------------------------------------------------------------------------
+r1508 | jesse | 2004-09-19 20:58:46 -0400 (Sun, 19 Sep 2004) | 4 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+
+ r10221@tinbook (orig r1460):  leira | 2004-09-08T21:29:25.111044Z
+ Use time() instead of making an RT::Date.
+
+------------------------------------------------------------------------
+r1507 | jesse | 2004-09-19 20:58:19 -0400 (Sun, 19 Sep 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
+
+ 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.
+
+------------------------------------------------------------------------
+r1506 | jesse | 2004-09-19 16:20:43 -0400 (Sun, 19 Sep 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING/etc/upgrade/3.3.0/schema.mysql
+
+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
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+
+ 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.
+  ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1480 | jesse | 2004-09-13 23:28:52 -0400 (Mon, 13 Sep 2004) | 1 line
+Changed paths:
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+Bumped to 3.3.6
+------------------------------------------------------------------------
+r1461 | autrijus | 2004-09-08 17:30:59 -0400 (Wed, 08 Sep 2004) | 7 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/Makefile.in
+   M /rt/branches/3.3-TESTING/configure.ac
+
+ 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.
+
+------------------------------------------------------------------------
+r1457 | jesse | 2004-09-08 16:31:26 -0400 (Wed, 08 Sep 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Tools/Offline.html
+
+ ----------------------------------------------------------------------
+ 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
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/Makefile.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".
+
+------------------------------------------------------------------------
+r1455 | autrijus | 2004-09-08 15:54:55 -0400 (Wed, 08 Sep 2004) | 3 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.
+
+------------------------------------------------------------------------
+r1454 | autrijus | 2004-09-08 15:54:32 -0400 (Wed, 08 Sep 2004) | 4 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/Makefile.in
+
+ r5740@xor:  autrijus | 2004-09-08T19:54:01.384500Z
+ * Let "make install" for inplace layout work without hassle.
+
+------------------------------------------------------------------------
+r1453 | jesse | 2004-09-08 15:00:44 -0400 (Wed, 08 Sep 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   A /rt/branches/3.3-TESTING/html/Admin/autohandler
+
+ r10209@tinbook:  jesse | 2004-09-08T17:44:02.958487Z
+ New autohandler to keep prying eyes out of the adminui
+
+------------------------------------------------------------------------
+r1452 | jesse | 2004-09-08 12:49:35 -0400 (Wed, 08 Sep 2004) | 3 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
+
+------------------------------------------------------------------------
+r1451 | jesse | 2004-09-08 12:49:19 -0400 (Wed, 08 Sep 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
+
+ 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.
+
+------------------------------------------------------------------------
+r1450 | jesse | 2004-09-08 12:49:07 -0400 (Wed, 08 Sep 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
+
+ r10199@tinbook:  jesse | 2004-09-08T16:42:14.323284Z
+ Edited the Saved Search UI to not display things the user can not do
+
+------------------------------------------------------------------------
+r1449 | jesse | 2004-09-08 12:48:48 -0400 (Wed, 08 Sep 2004) | 3 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
+
+ r10198@tinbook:  jesse | 2004-09-08T16:40:40.817855Z
+ Added new rights: ShowConfigTab, LoadSavedSearch, CreateSavedSearch
+
+------------------------------------------------------------------------
+r1448 | autrijus | 2004-09-08 05:02:12 -0400 (Wed, 08 Sep 2004) | 7 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/README
+   M /rt/branches/3.3-TESTING/bin/webmux.pl.in
+
+ r4031@not:  autrijus | 2004-09-07T20:56:58.734255Z
+ 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
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Ticket_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
+
+------------------------------------------------------------------------
+r1446 | jesse | 2004-09-08 01:24:34 -0400 (Wed, 08 Sep 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Record.pm
+
+ r10180@tinbook:  jesse | 2004-09-08T05:18:46.031232Z
+ Fixed a debug message
+
+------------------------------------------------------------------------
+r1445 | jesse | 2004-09-08 01:24:22 -0400 (Wed, 08 Sep 2004) | 3 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.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
+
+------------------------------------------------------------------------
+r1444 | jesse | 2004-09-08 01:24:02 -0400 (Wed, 08 Sep 2004) | 4 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
+
+ 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...
+
+------------------------------------------------------------------------
+r1443 | jesse | 2004-09-08 01:23:31 -0400 (Wed, 08 Sep 2004) | 6 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
+
+ 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.
+
+------------------------------------------------------------------------
+r1436 | jesse | 2004-09-07 18:50:53 -0400 (Tue, 07 Sep 2004) | 7 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
+
+ r10175@tinbook:  jesse | 2004-09-07T22:49:31.744508Z
+ iRefactoring of the MergeInto method to use less code, be more correct and be clearer. 
+ Updated tests to test merge.
+
+------------------------------------------------------------------------
+r1421 | autrijus | 2004-09-06 10:50:19 -0400 (Mon, 06 Sep 2004) | 2 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
+
+* Updated Chinese translations.
+
+------------------------------------------------------------------------
+r1417 | jesse | 2004-09-03 19:24:32 -0400 (Fri, 03 Sep 2004) | 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/Ticket_Overlay.pm
+
+ r10151@tinbook:  jesse | 2004-09-03T23:24:09.414496Z
+ minor library cleanups
+
+------------------------------------------------------------------------
+r1416 | jesse | 2004-09-03 19:24:24 -0400 (Fri, 03 Sep 2004) | 3 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
+
+------------------------------------------------------------------------
+r1415 | jesse | 2004-09-03 16:35:38 -0400 (Fri, 03 Sep 2004) | 9 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)
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1388 | jesse | 2004-09-01 00:43:19 -0400 (Wed, 01 Sep 2004) | 5 lines
+Changed paths:
+   M /rt/branches/3.3-TESTING
+   M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
+
+ ----------------------------------------------------------------------
+ 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
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1387 | jesse | 2004-09-01 00:10:48 -0400 (Wed, 01 Sep 2004) | 11 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
+
+ ----------------------------------------------------------------------
+ r8302@tinbook:  jesse | 2004-07-28T20:59:42.277484Z
+ ----------------------------------------------------------------------
+ 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
+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
+
+ ----------------------------------------------------------------------
+ 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
+  
+  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
+  
+ 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
+  
+  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
+  
+  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
+  
+  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
+  
+  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.
+  
+  ----------------------------------------------------------------------
+ ----------------------------------------------------------------------
+ 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
+  * When merging tickets, the resulting ticket's
+    Time{Estimated,Worked,Left} should be the sum of the fields from
+    both tickets
+ ----------------------------------------------------------------------
+ r8418@tinbook (orig r1349):  alexmv | 2004-08-18T20:38:09.170879Z
+ RT-Ticket: 5963
+ RT-Update: correspond
+ RT-Status: resolved
+  * Some mailers care about the return value rt-mailgate; 'return 0'
+    instead of 'die' to ensure that we fake success
+ ----------------------------------------------------------------------
+ r8420@tinbook (orig r1351):  alexmv | 2004-08-18T21:53:17.081053Z
+ RT-Ticket: 5792
+ RT-Update: correspond
+ RT-Status: resolved
+  * Move the lasttrans anchor into a table cell
+ ----------------------------------------------------------------------
+ r8421@tinbook (orig r1352):  alexmv | 2004-08-18T22:04:57.879119Z
+ RT-Ticket: 5809
+ RT-Status: resolved
+  * Derivative of the doc. patch in [fsck.com #5809] applied
+ ----------------------------------------------------------------------
+ r8456@tinbook (orig r1372):  jesse | 2004-08-28T23:47:32.411217Z
+  ----------------------------------------------------------------------
+  r8454@tinbook:  jesse | 2004-08-28T23:42:12.276700Z
+  
+  ----------------------------------------------------------------------
+  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.
+  
+  ----------------------------------------------------------------------
+  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
+  
+  ----------------------------------------------------------------------
+ ----------------------------------------------------------------------
+ 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
+  
+  Made "type" an editable field on tickets (at the web api level, not in the UI)
+  
+  ----------------------------------------------------------------------
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1345 | alexmv | 2004-08-17 22:42:49 -0400 (Tue, 17 Aug 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
+
+ * Duplicate code change backed out of 3.2 and checked into 3.3
+
+------------------------------------------------------------------------
+r1275 | jesse | 2004-07-22 14:36:03 -0400 (Thu, 22 Jul 2004) | 8 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
+
+
+ ----------------------------------------------------------------------
+ r8279@tinbook:  jesse | 2004-07-22T18:33:54.229892Z
+ * 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
+Changed paths:
+   M /rt/branches/3.3-TESTING/releng.cnf
+
+Bumped to 3.3.5
+------------------------------------------------------------------------
+r1267 | jesse | 2004-07-21 15:12:31 -0400 (Wed, 21 Jul 2004) | 67 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
+
+ ----------------------------------------------------------------------
+ r8262@tinbook:  jesse | 2004-07-21T18:06:24.396460Z
+   Merged forward from 3.2 
+  
+  ----------------------------------------------------------------------
+  r3390@tinbook:  jesse | 2004-07-14T19:30:37.426202Z
+  
+  RT-Ticket: 5886
+  RT-Action: correspond
+  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
+  
+  
+  ----------------------------------------------------------------------
+  r3398@tinbook:  jesse | 2004-07-14T19:59:24.627023Z
+  
+  
+  ----------------------------------------------------------------------
+  r3399@tinbook:  jesse | 2004-07-14T20:23:59.757938Z
+  
+  Bumping to 3.2.1rc4
+  ----------------------------------------------------------------------
+  r8220@tinbook:  jesse | 2004-07-15T19:02:55.020727Z
+  
+  RT-Ticket: 5891
+  RT-Status: open
+  RT-Action: correspond
+  
+  Interim measure to only list sortable fields in the "Sort display by" 
+  options.
+  
+  
+  ----------------------------------------------------------------------
+  r8222@tinbook:  jesse | 2004-07-16T17:09:30.264982Z
+  
+  Web UI: Fixed bug which prevented unlimited searches
+  ----------------------------------------------------------------------
+  r8239@tinbook:  jesse | 2004-07-19T16:54:11.660605Z
+  
+  
+  ----------------------------------------------------------------------
+  r8240@tinbook:  jesse | 2004-07-19T17:01:43.322617Z
+  
+  Retagging the source code with the updated submission policy
+  ----------------------------------------------------------------------
+  r8258@tinbook:  jesse | 2004-07-20T21:24:03.019565Z
+  
+  Crontool additions to support scripted notifications
+  ----------------------------------------------------------------------
+  r8261@tinbook:  jesse | 2004-07-21T18:05:55.579150Z
+  
+  
+  
+  
+  ----------------------------------------------------------------------
+ ----------------------------------------------------------------------
+ r8264@tinbook:  jesse | 2004-07-21T19:10:28.393515Z
+ Bumpped the copyright/license/notice
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1264 | autrijus | 2004-07-19 22:56:01 -0400 (Mon, 19 Jul 2004) | 8 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.2-RELEASE/html/Elements/Header
+   M /rt/branches/3.2-RELEASE/html/Elements/SetupSessionCookie
+   M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
+   M /rt/branches/3.3-TESTING/html/Download/Tabular/dhandler
+   M /rt/branches/PLATANO-EXPERIMENTAL/docs/design_docs/ruleset-workflow.txt
+
+ r6188@not:  autrijus | 2004-07-20T02:52:39.146361Z
+
+------------------------------------------------------------------------
+r1247 | autrijus | 2004-07-14 15:24:23 -0400 (Wed, 14 Jul 2004) | 6 lines
+Changed paths:
+   M /rt
+   M /rt/branches/3.3-TESTING/lib/RT/StyleGuide.pod
+
+ ----------------------------------------------------------------------
+ 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
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1232 | jesse | 2004-07-13 19: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
+
+
+------------------------------------------------------------------------
+r1224 | jesse | 2004-07-13 14:41:42 -0400 (Tue, 13 Jul 2004) | 1 line
+Changed paths:
+   A /rt/branches/3.3-TESTING (from /rt/branches/rt-3.3:1223)
+   D /rt/branches/rt-3.3
+
+Moving RT 3.0 from "head" to a 3.0-MAINT branch
+------------------------------------------------------------------------
+r1209 | autrijus | 2004-07-12 16:22:48 -0400 (Mon, 12 Jul 2004) | 7 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.SQLite
+
+ ----------------------------------------------------------------------
+ r5990@not:  autrijus | 2004-07-12T20:22:03.588615Z
+ * Let the cf param in Ticket->CustomFieldValues be optional,
+   so we can get Atom tests to work.
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1205 | autrijus | 2004-07-12 13:30:03 -0400 (Mon, 12 Jul 2004) | 7 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/sbin/rt-setup-database.in
+
+ ----------------------------------------------------------------------
+ r5976@not:  autrijus | 2004-07-12T17:29:13.392510Z
+ * The warning on missing ACL files used $RT::EtcPath even if it's
+   reading it fro other paths.  Fixed.
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1180 | autrijus | 2004-07-05 15:43:17 -0400 (Mon, 05 Jul 2004) | 6 lines
+Changed paths:
+   M /rt
+   A /rt/branches/rt-3.3/sbin/rt-dump-database.in
+
+ ----------------------------------------------------------------------
+ r5913@not:  autrijus | 2004-07-05T19:41:37.720057Z
+ * add rt-dump-database, a tool to dump config data to initialdata format.
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1179 | autrijus | 2004-07-05 12:56:22 -0400 (Mon, 05 Jul 2004) | 8 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+
+ ----------------------------------------------------------------------
+ r5899@not:  autrijus | 2004-07-05T15:13:55.850880Z
+ * correct the documentation for CreateTickets; it was still referring
+   to the archaic "Approvals" queue and "Approval" type, whereas now we're
+   using "___Approvals" and "approval" now.
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1160 | jesse | 2004-06-27 23:10:54 -0400 (Sun, 27 Jun 2004) | 6 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/releng.cnf
+
+ ----------------------------------------------------------------------
+ r1997@tinbook:  jesse | 2004-06-28T03:10:36.434329Z
+ Bumping to 3.3.4
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1159 | jesse | 2004-06-27 23:08:01 -0400 (Sun, 27 Jun 2004) | 24 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/UPGRADING
+   M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
+   M /rt/branches/rt-3.3/html/Admin/Elements/UserTabs
+   M /rt/branches/rt-3.3/html/Admin/Global/GroupRights.html
+   M /rt/branches/rt-3.3/html/Admin/Global/Template.html
+   M /rt/branches/rt-3.3/html/Admin/Global/UserRights.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/Members.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/GroupRights.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/Template.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/UserRights.html
+   M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   M /rt/branches/rt-3.3/html/Approvals/index.html
+   M /rt/branches/rt-3.3/html/Search/Bulk.html
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/SelfService/Prefs.html
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyDates.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
+   M /rt/branches/rt-3.3/html/Ticket/Update.html
+   M /rt/branches/rt-3.3/html/User/Delegation.html
+   M /rt/branches/rt-3.3/html/User/Groups/Members.html
+   M /rt/branches/rt-3.3/html/User/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/User/Prefs.html
+   M /rt/branches/rt-3.3/html/autohandler
+   M /rt/branches/rt-3.3/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
+   M /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+
+ ----------------------------------------------------------------------
+ r1769@tinbook:  jesse | 2004-06-01T20:22:38.640731Z
+ ----------------------------------------------------------------------
+ r1902@tinbook:  jesse | 2004-06-17T01:08:53.996154Z
+ ----------------------------------------------------------------------
+ r1991@tinbook:  jesse | 2004-06-28T02:03:57.669851Z
+ ----------------------------------------------------------------------
+ r1992@tinbook:  jesse | 2004-06-28T02:19:36.386707Z
+ Pulling forward from RT 3.1
+ ----------------------------------------------------------------------
+ r1993@tinbook:  jesse | 2004-06-28T03:06:56.930396Z
+ Merging forward from 3.1
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1153 | autrijus | 2004-06-27 00:02:47 -0400 (Sun, 27 Jun 2004) | 6 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+
+ ----------------------------------------------------------------------
+ r5788@not:  autrijus | 2004-06-27T04:02:12.644291Z
+ * import 3.1 again due to glitches in Offline.html
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1150 | autrijus | 2004-06-26 16:31:56 -0400 (Sat, 26 Jun 2004) | 14 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/README
+   M /rt/branches/rt-3.3/UPGRADING
+   M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   D /rt/branches/rt-3.3/bin/rt-commit-handler.in
+   M /rt/branches/rt-3.3/bin/rt-crontool.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/etc/acl.mysql
+   M /rt/branches/rt-3.3/etc/initialdata
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.17
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.17/content
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
+   D /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
+   D /rt/branches/rt-3.3/html/Admin/Elements/ModifyUser
+   M /rt/branches/rt-3.3/html/Admin/Queues/People.html
+   M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   D /rt/branches/rt-3.3/html/Admin/Users/Prefs.html
+   D /rt/branches/rt-3.3/html/Developer
+   M /rt/branches/rt-3.3/html/Elements/EditLinks
+   M /rt/branches/rt-3.3/html/Elements/Header
+   M /rt/branches/rt-3.3/html/Elements/ScrubHTML
+   M /rt/branches/rt-3.3/html/Elements/SelectOwner
+   M /rt/branches/rt-3.3/html/Elements/SelectStatus
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   M /rt/branches/rt-3.3/html/Elements/TitleBoxStart
+   M /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   M /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/link
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Bulk.html
+   M /rt/branches/rt-3.3/html/Search/Edit.html
+   M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
+   M /rt/branches/rt-3.3/html/Search/Elements/EditFormat
+   M /rt/branches/rt-3.3/html/Search/Elements/EditSearches
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/Search/Results.html
+   M /rt/branches/rt-3.3/html/SelfService/Display.html
+   M /rt/branches/rt-3.3/html/SelfService/Update.html
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditBasics
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditPeople
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditWatchers
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowDates
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowGroupMembers
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowPeople
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowUserEntry
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
+   M /rt/branches/rt-3.3/html/Ticket/Update.html
+   M /rt/branches/rt-3.3/html/Tools/MyDay.html
+   M /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/html/User/Prefs.html
+   M /rt/branches/rt-3.3/html/index.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/PriorityChange.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT.pm.in
+   M /rt/branches/rt-3.3/lib/t/00smoke.t.in
+   M /rt/branches/rt-3.3/lib/t/02regression.t.in
+   M /rt/branches/rt-3.3/lib/t/03web.pl.in
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
+
+ ----------------------------------------------------------------------
+ r5774@not:  autrijus | 2004-06-26T10:40:48.767820Z
+ * incremental merge from 3.1 to 3.3
+ ----------------------------------------------------------------------
+ r5778@not:  autrijus | 2004-06-26T11:28:26.143291Z
+ * solve utf8 quoting problem on "Take".
+ ----------------------------------------------------------------------
+ r5781@not:  autrijus | 2004-06-26T20:27:29.184033Z
+ * restore hu.po
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1121 | autrijus | 2004-06-20 13:59:07 -0400 (Sun, 20 Jun 2004) | 10 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/html/Elements/Header
+   M /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
+   M /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+
+ ----------------------------------------------------------------------
+ r5682@not:  autrijus | 2004-06-20T17:57:48.360088Z
+ * Supports native MasonX::Apache2Handler.
+ * Changed header_out to use headers_out instead (which should be
+   used in 1.0 as well). Cf.:
+   http://perl.apache.planetmirror.com/docs/2.0/user/porting/compat.html
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1082 | alexmv | 2004-06-16 10:53:17 -0400 (Wed, 16 Jun 2004) | 11 lines
+Changed paths:
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+
+RT-Ticket: 5732
+RT-Status: stalled
+RT-Update: correspond
+
+ * POD spacing mistake in Ticket_Overlay
+
+ * Ticket_Overlay now overrides RT::Record's CustomFieldValues method,
+   to intercept calls where the field is passed by name.  I don't have
+   a way of testing this patch, so this bug is getting marked stalled
+   until this patch is verified.
+
+------------------------------------------------------------------------
+r1033 | leira | 2004-06-08 14:26:18 -0400 (Tue, 08 Jun 2004) | 2 lines
+Changed paths:
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+
+Pass along 'Type' argument in CreateTickets (replicates a patch that was applied to 3.1, but needed for a customer in this branch now).
+
+------------------------------------------------------------------------
+r1031 | jesse | 2004-06-08 01:05:46 -0400 (Tue, 08 Jun 2004) | 6 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/standalone_httpd.in
+
+ ----------------------------------------------------------------------
+ r1752@debian:  jesse | 2004-06-08T13:50:52.709840Z
+  standalone httpd is now forking rather than singleprocess
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r1023 | alexmv | 2004-06-07 16:03:46 -0400 (Mon, 07 Jun 2004) | 6 lines
+Changed paths:
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+
+RT-Ticket: 5674
+RT-Action: comment
+RT-Status: resolved
+
+ * Apply Ilan Rabinovitch's changes
+
+------------------------------------------------------------------------
+r1022 | alexmv | 2004-06-07 14:47:18 -0400 (Mon, 07 Jun 2004) | 7 lines
+Changed paths:
+   M /rt/branches/rt-3.3/etc/schema.mysql
+
+RT-Ticket: 5648
+RT-Action: comment
+RT-Status: resolved
+
+ * The last hunk of the ticket no longer applies, as those indexes
+   were reshuffled because they were too long.
+
+------------------------------------------------------------------------
+r986 | jesse | 2004-05-31 21:54:38 -0400 (Mon, 31 May 2004) | 1 line
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   A /rt/branches/rt-3.3/etc/acl.Sybase
+   A /rt/branches/rt-3.3/etc/schema.Sybase
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Bulk.html
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/lib/RT/Handle.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3/lib/RT.pm.in
+   M /rt/branches/rt-3.3/sbin/rt-setup-database.in
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
+
+Merging forward from RT 3.1
+------------------------------------------------------------------------
+r981 | jesse | 2004-05-30 03:01:04 -0400 (Sun, 30 May 2004) | 7 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/etc/schema.mysql
+   M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
+
+ ----------------------------------------------------------------------
+ r1721@debian:  jesse | 2004-05-30T16:04:25.431679Z
+ Mysql on some platforms (built with unicode?) has a shorter max index length. adjusted indexes
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r966 | jesse | 2004-05-27 23:30:59 -0400 (Thu, 27 May 2004) | 35 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/acl.Pg
+   D /rt/branches/rt-3.3/etc/upgrade/2.1.71
+   M /rt/branches/rt-3.3/html/Admin/Elements/ToolTabs
+   D /rt/branches/rt-3.3/html/Developer/Perldoc.html
+   M /rt/branches/rt-3.3/html/Elements/EditLinks
+   M /rt/branches/rt-3.3/html/Elements/Footer
+   D /rt/branches/rt-3.3/html/Elements/ShadedBox
+   D /rt/branches/rt-3.3/html/Elements/ShadedInputRow
+   D /rt/branches/rt-3.3/html/Elements/ShadedRow
+   M /rt/branches/rt-3.3/html/Elements/ShowLinks
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   D /rt/branches/rt-3.3/html/Projects
+   D /rt/branches/rt-3.3/html/Scope
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   D /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
+   D /rt/branches/rt-3.3/html/Search/Elements/TicketHeader
+   D /rt/branches/rt-3.3/html/Search/Elements/TicketHeaderCell
+   D /rt/branches/rt-3.3/html/Search/Listing.html
+   D /rt/branches/rt-3.3/html/Ticket/Elements/EditLinks
+   D /rt/branches/rt-3.3/html/Ticket/Elements/ShowLink
+   D /rt/branches/rt-3.3/html/Ticket/Elements/ShowLinks
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+
+ ----------------------------------------------------------------------
+ r1710@tinbook:  jesse | 2004-05-28T02:46:23.907073Z
+ ----------------------------------------------------------------------
+ r1712@tinbook:  jesse | 2004-05-28T03:15:12.330227Z
+  ----------------------------------------------------------------------
+  r1669@tinbook:  jesse | 2004-05-24T02:17:41.959105Z
+  
+  
+  ----------------------------------------------------------------------
+  r1672@tinbook:  jesse | 2004-05-24T03:09:05.156817Z
+  
+  
+  ----------------------------------------------------------------------
+  r1673@tinbook:  jesse | 2004-05-24T03:59:43.181766Z
+  
+  Bumping to 3.1.16
+  ----------------------------------------------------------------------
+  r1706@tinbook:  jesse | 2004-05-28T02:10:56.309297Z
+  
+  
+  ----------------------------------------------------------------------
+  r1711@tinbook:  jesse | 2004-05-28T02:47:49.277131Z
+  
+  
+  ----------------------------------------------------------------------
+ ----------------------------------------------------------------------
+ r1713@tinbook:  jesse | 2004-05-28T03:27:19.127190Z
+ Cleaning out things split out into other products
+ ----------------------------------------------------------------------
+
+------------------------------------------------------------------------
+r965 | jesse | 2004-05-27 22:44:48 -0400 (Thu, 27 May 2004) | 1 line
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/standalone_httpd.in
+   M /rt/branches/rt-3.3/html/Search/Edit.html
+   M /rt/branches/rt-3.3/html/Search/Results.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/GnuPG.pm
+
+
+------------------------------------------------------------------------
+r954 | autrijus | 2004-05-26 06:12:38 -0400 (Wed, 26 May 2004) | 20 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.1/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.1/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+
+ ----------------------------------------------------------------------
+ r4757@not:  autrijus | 2004-05-11T06:13:28.139589Z
+ * Chinese translation for 3.2 final.
+ ----------------------------------------------------------------------
+ r5211@not:  autrijus | 2004-05-26T10:07:40.959072Z
+ * FreezeThaw fails badly when encoding structures with mixed unicode
+   and byte string contents.  Switch to Storable+Base64 which deals
+   with this gracefully.
+ ----------------------------------------------------------------------
+ r5212@not:  autrijus | 2004-05-26T10:09:36.398305Z
+ * EscapeUTF8 should preserve the byte/unicode flag of the original
+   string.  Otherwise, silent promotion on AutoFlush=>0 can corrupt
+   pages with both byte and unicode string contents.
+   (Reported by: LCamel and jihuang from foundry)
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r1006 | alexmv | 2004-06-04 17:05:50 -0400 (Fri, 04 Jun 2004) | 8 lines
+r941 | jesse | 2004-05-23 22:29:51 -0400 (Sun, 23 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   A /rt/branches/rt-3.3/lib/t/data/rt-send-cc
 
-RT-Ticket: 5626
-RT-Status: close
-RT-Action: correspond
-
- * The message can only be "too large or ... not plain text" if there
-   was content in it originally.  This fixes bug #5626, which occurred
-   when Text::Quoted was not installed and empty messages were used.
+Merge forward from 3.1
 
 ------------------------------------------------------------------------
-r1000 | alexmv | 2004-06-02 23:22:05 -0400 (Wed, 02 Jun 2004) | 7 lines
+r934 | leira | 2004-05-19 12:23:49 -0400 (Wed, 19 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Create.html
-
-RT-Ticket: 3068
-RT-Status: closed
-RT-Update: comment
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
 
- * Add "min" after the Time{Worked,Left} fields; this completes the
-   localization of the above ticket
+Move file from 3.1 so that CF searching will work.
 
 ------------------------------------------------------------------------
-r999 | alexmv | 2004-06-02 23:02:14 -0400 (Wed, 02 Jun 2004) | 6 lines
+r933 | leira | 2004-05-19 02:34:22 -0400 (Wed, 19 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/bin/rt-crontool.in
+   M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
 
-RT-Ticket: 3066
-RT-Status: close
-RT-Update: comment
-
- * Make the documentation a little more apparent from the commandline
+Actually pass along link error messages.  Resolves bps #2210.
 
 ------------------------------------------------------------------------
-r998 | alexmv | 2004-06-02 22:37:55 -0400 (Wed, 02 Jun 2004) | 7 lines
+r930 | leira | 2004-05-19 00:48:20 -0400 (Wed, 19 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/Makefile.in
-
-RT-Ticket: 3113
-RT-Status: close
-RT-Update: comment
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
 
- * Create the /opt/rt3/local/lib directory on install, like the ticket
-   asks for
+Remove Debug field.
 
 ------------------------------------------------------------------------
-r992 | alexmv | 2004-06-01 15:32:39 -0400 (Tue, 01 Jun 2004) | 3 lines
+r920 | jesse | 2004-05-17 22:18:53 -0400 (Mon, 17 May 2004) | 1 line
 Changed paths:
-   M /rt/trunk/lib/t/02regression.t.in
+   M /rt/branches/rt-3.3
 
-Sorting the tests corrects some ordering errors; for exmaple, assuming
-that a ticket had been created by a certain time.
 
 ------------------------------------------------------------------------
-r991 | jesse | 2004-06-01 14:46:01 -0400 (Tue, 01 Jun 2004) | 6 lines
+r918 | jesse | 2004-05-17 22:02:24 -0400 (Mon, 17 May 2004) | 10 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Elements/MyTickets
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
 
  ----------------------------------------------------------------------
- r1761@tinbook:  jesse | 2004-06-01T18:45:42.204802Z
+ r1191@Jesse-Vincents-Computer:  jesse | 2004-05-18T00:35:23.362237Z
  
- removed an extra "# }}}" line
+ ----------------------------------------------------------------------
+ r1192@Jesse-Vincents-Computer:  jesse | 2004-05-18T02:01:52.198022Z
+ Merged forward from rt 3.1
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r990 | jesse | 2004-05-31 23:55:52 -0400 (Mon, 31 May 2004) | 1 line
+r901 | leira | 2004-05-14 17:35:35 -0400 (Fri, 14 May 2004) | 2 lines
+Changed paths:
+   M /rt/branches/rt-3.3/html/Elements/MyTickets
+
+MyTickets doesn't require a Priority to be set.
+
+------------------------------------------------------------------------
+r890 | leira | 2004-05-14 00:28:27 -0400 (Fri, 14 May 2004) | 4 lines
 Changed paths:
-   M /rt/trunk
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+
+If there isn't a QueueObj to begin with, it can't have a Name.
+
+Replaced a newline that had gone astray.
 
-merging properties from new host
 ------------------------------------------------------------------------
-r973 | robert | 2004-05-28 00:47:37 -0400 (Fri, 28 May 2004) | 8 lines
+r864 | jesse | 2004-05-11 01:25:36 -0400 (Tue, 11 May 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Search/Listing.html
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/html/Admin/Elements/CustomFieldTabs
+   M /rt/branches/rt-3.3/html/SelfService/Closed.html
+   M /rt/branches/rt-3.3/html/autohandler
+   M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/hu.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/sbin/extract-message-catalog
 
  
  ----------------------------------------------------------------------
- r551@bear:  rspier | 2004-05-28T04:39:20.863505Z
+ r1528@tinbook:  jesse | 2004-05-11T04:57:31.357768Z
  
-  Re: [fsck.com #5639] SearchBuilder doesn't properly paginate initial s\
- earches
+ Updated translations, linted them, updated translation extraction software
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r972 | jesse | 2004-05-28 00:24:38 -0400 (Fri, 28 May 2004) | 6 lines
+r859 | jesse | 2004-05-09 21:29:48 -0400 (Sun, 09 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/bin/rt.in
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/releng.cnf
 
  ----------------------------------------------------------------------
- r1723@tinbook:  jesse | 2004-05-28T04:24:48.903988Z
+ r1517@tinbook:  jesse | 2004-05-10T01:29:37.932237Z
  
- Removing an extra } in sub help in the cli tool
+ Bumping to 3.3.3
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r971 | jesse | 2004-05-28 00:10:47 -0400 (Fri, 28 May 2004) | 22 lines
+r858 | jesse | 2004-05-09 21:27:33 -0400 (Sun, 09 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Search/Bulk.html
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.Pg
+   M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
 
  ----------------------------------------------------------------------
- r1721@tinbook:  jesse | 2004-05-28T04:10:44.114252Z
- >if you resolve a ticket *and* write a correspondance with the                                     
- >search/Bulk.html page, then you get:                                                              
- >                                                                                                  
- >1. Ticket resolve                                                                                 
- >2. Correspondance added                                                                           
- >3. Ticket auto opened                                                                             
- >                                                                                                  
- >this is different than in the standard Ticket/Update.html where you get                           
- >                                                                                                  
- >1. Correspondance added                                                                           
- >2. Ticket resolved                                                                                
- >                                                                                                  
- >Latter is the thing I expect, So I changed the creation order of                                  
- >transactions in Bulk.html to be consistent with Update.html.                                      
-                                                                                                    
- <http://page.mi.fu-berlin.de/~pape/rt3/patches/rt/change_bulk_commit_order.patch>                  
+ r1515@tinbook:  jesse | 2004-05-10T01:26:38.232023Z
  
+ Improved 3.1->3.3 migration support
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r949 | jesse | 2004-05-25 22:44:37 -0400 (Tue, 25 May 2004) | 1 line
-Changed paths:
-   M /rt/trunk/releng.cnf
-
-This is RT 3.0.11
-------------------------------------------------------------------------
-r942 | jesse | 2004-05-23 22:54:06 -0400 (Sun, 23 May 2004) | 1 line
-Changed paths:
-   M /rt/trunk/releng.cnf
+r851 | jesse | 2004-05-06 21:03:05 -0400 (Thu, 06 May 2004) | 1 line
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT.pm.in
+
+Merging forward from rt-3.1
+------------------------------------------------------------------------
+r848 | jesse | 2004-05-06 20:33:00 -0400 (Thu, 06 May 2004) | 5 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/HOWTO/README
+   M /rt/branches/rt-3.3/HOWTO/change.txt
+   M /rt/branches/rt-3.3/HOWTO/release.txt
+   M /rt/branches/rt-3.3/HOWTO/version-control.txt
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/UPGRADING
+   M /rt/branches/rt-3.3/aclocal.m4
+   M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
+   M /rt/branches/rt-3.3/bin/mason_handler.svc.in
+   M /rt/branches/rt-3.3/bin/rt-commit-handler.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/docs/Security
+   M /rt/branches/rt-3.3/docs/design_docs/acls
+   M /rt/branches/rt-3.3/docs/design_docs/approval_notices
+   M /rt/branches/rt-3.3/docs/design_docs/approval_template
+   M /rt/branches/rt-3.3/docs/design_docs/cf_search
+   M /rt/branches/rt-3.3/docs/design_docs/cli_spec
+   M /rt/branches/rt-3.3/docs/design_docs/cvs_integration
+   M /rt/branches/rt-3.3/docs/design_docs/delegation
+   M /rt/branches/rt-3.3/docs/design_docs/evil_plans
+   M /rt/branches/rt-3.3/docs/design_docs/groups_notes
+   M /rt/branches/rt-3.3/docs/design_docs/link-definitions.txt
+   M /rt/branches/rt-3.3/docs/design_docs/recursive_group_membership_algorithm
+   M /rt/branches/rt-3.3/docs/design_docs/rql_parser_machine.graphviz
+   M /rt/branches/rt-3.3/docs/design_docs/string-extraction-guide.txt
+   M /rt/branches/rt-3.3/docs/design_docs/ticket_templates
+   M /rt/branches/rt-3.3/docs/design_docs/users
+   M /rt/branches/rt-3.3/docs/rt3-schema-relationships.dot
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/etc/RT_SiteConfig.pm
+   M /rt/branches/rt-3.3/etc/acl.Informix
+   M /rt/branches/rt-3.3/etc/acl.Oracle
+   M /rt/branches/rt-3.3/etc/constraints.mysql
+   M /rt/branches/rt-3.3/etc/drop.Informix
+   M /rt/branches/rt-3.3/etc/drop.Oracle
+   M /rt/branches/rt-3.3/etc/initialdata
+   M /rt/branches/rt-3.3/etc/rt.spec
+   M /rt/branches/rt-3.3/etc/schema.SQLite
+   M /rt/branches/rt-3.3/html/Admin/Elements/AddCustomFieldValue
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFieldValues
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditScrips
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
+   M /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalCustomFields
+   M /rt/branches/rt-3.3/html/Admin/Elements/QueueRightsForUser
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldType
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectGroups
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyGroup
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectRights
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectScripAction
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectScripCondition
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectSingleOrMultiple
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectUsers
+   M /rt/branches/rt-3.3/html/Admin/Global/Scrip.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/Members.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/CustomField.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/CustomFields.html
+   M /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
+   M /rt/branches/rt-3.3/html/Approvals/Display.html
+   M /rt/branches/rt-3.3/html/Approvals/Elements/Approve
+   M /rt/branches/rt-3.3/html/Approvals/Elements/PendingMyApproval
+   M /rt/branches/rt-3.3/html/Approvals/Elements/ShowDependency
+   M /rt/branches/rt-3.3/html/Approvals/Elements/Tabs
+   M /rt/branches/rt-3.3/html/Approvals/index.html
+   M /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedEnd
+   M /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedStart
+   M /rt/branches/rt-3.3/html/Elements/CreateTicket
+   M /rt/branches/rt-3.3/html/Elements/GotoTicket
+   M /rt/branches/rt-3.3/html/Elements/Menu
+   M /rt/branches/rt-3.3/html/Elements/MyRequests
+   M /rt/branches/rt-3.3/html/Elements/MyTickets
+   M /rt/branches/rt-3.3/html/Elements/PageLayout
+   M /rt/branches/rt-3.3/html/Elements/Quicksearch
+   M /rt/branches/rt-3.3/html/Elements/Refresh
+   M /rt/branches/rt-3.3/html/Elements/SelectAttachmentField
+   M /rt/branches/rt-3.3/html/Elements/SelectCustomFieldOperator
+   M /rt/branches/rt-3.3/html/Elements/SelectCustomFieldValue
+   M /rt/branches/rt-3.3/html/Elements/SelectGroups
+   M /rt/branches/rt-3.3/html/Elements/SelectLinkType
+   M /rt/branches/rt-3.3/html/Elements/SelectMatch
+   M /rt/branches/rt-3.3/html/Elements/SelectNewTicketQueue
+   M /rt/branches/rt-3.3/html/Elements/SelectQueue
+   M /rt/branches/rt-3.3/html/Elements/SelectResultsPerPage
+   M /rt/branches/rt-3.3/html/Elements/SelectSortOrder
+   M /rt/branches/rt-3.3/html/Elements/SelectTicketSortBy
+   M /rt/branches/rt-3.3/html/Elements/SelectTicketTypes
+   M /rt/branches/rt-3.3/html/Elements/ViewUser
+   M /rt/branches/rt-3.3/html/NoAuth/images/back_home.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/bplogo.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/favicon.png
+   M /rt/branches/rt-3.3/html/NoAuth/images/head_requestracker.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/rt.jpg
+   M /rt/branches/rt-3.3/html/NoAuth/images/space.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/spacer.gif
+   M /rt/branches/rt-3.3/html/NoAuth/images/squares_blue.gif
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/default
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/ns
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/links
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/user/default
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/user/ns
+   M /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
+   M /rt/branches/rt-3.3/html/REST/1.0/logout
+   M /rt/branches/rt-3.3/html/REST/1.0/search/dhandler
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/link
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/merge
+   M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   M /rt/branches/rt-3.3/html/Search/Elements/TicketRow
+   M /rt/branches/rt-3.3/html/SelfService/Attachment/dhandler
+   M /rt/branches/rt-3.3/html/SelfService/Closed.html
+   M /rt/branches/rt-3.3/html/SelfService/Elements/Tabs
+   M /rt/branches/rt-3.3/html/SelfService/index.html
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/BulkLinks
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomField
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowCustomFields
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageHeaders
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/html/User/Delegation.html
+   M /rt/branches/rt-3.3/html/User/Elements/DelegateRights
+   M /rt/branches/rt-3.3/html/User/Elements/GroupTabs
+   M /rt/branches/rt-3.3/html/User/Elements/Tabs
+   M /rt/branches/rt-3.3/html/User/Groups/Members.html
+   M /rt/branches/rt-3.3/html/User/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/User/Groups/index.html
+   M /rt/branches/rt-3.3/html/index.html
+   M /rt/branches/rt-3.3/html/l
+   M /rt/branches/rt-3.3/install-sh
+   M /rt/branches/rt-3.3/lib/RT/ACE_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ACL_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/ResolveMembers.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/SetPriority.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/UserDefined.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CachedGroupMember.pm
+   M /rt/branches/rt-3.3/lib/RT/CachedGroupMember_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CachedGroupMembers.pm
+   M /rt/branches/rt-3.3/lib/RT/CachedGroupMembers_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/AnyTransaction.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/BeforeDue.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/Overdue.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/PriorityExceeds.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/QueueChange.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/StatusChange.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/UserDefined.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomField.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFieldValue.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFieldValues.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFieldValues_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFields.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Date.pm
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/lib/RT/GroupMember_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/GroupMembers_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Handle.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/cs.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/en.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/i_default.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/CLI.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/REST.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Link.pm
+   M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Links.pm
+   M /rt/branches/rt-3.3/lib/RT/Links_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Principal.pm
+   M /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Principals.pm
+   M /rt/branches/rt-3.3/lib/RT/Principals_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Queues_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ScripAction_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ScripActions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ScripCondition_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ScripConditions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Scrip_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Search/ActiveTicketsInQueue.pm
+   M /rt/branches/rt-3.3/lib/RT/Search/Generic.pm
+   M /rt/branches/rt-3.3/lib/RT/System.pm
+   M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue.pm
+   M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues.pm
+   M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/URI/base.pm
+   M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT.pm.in
+   M /rt/branches/rt-3.3/lib/t/00smoke.t.in
+   M /rt/branches/rt-3.3/lib/t/01harness.t.in
+   M /rt/branches/rt-3.3/lib/t/02regression.t.in
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/dir
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg1
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg2
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg3
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg4
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg5
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg6
+   M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg7
+   M /rt/branches/rt-3.3/lib/t/data/multipart-alternative-with-umlaut
+   M /rt/branches/rt-3.3/lib/t/data/multipart-report
+   M /rt/branches/rt-3.3/lib/t/data/nested-mime-sample
+   M /rt/branches/rt-3.3/lib/t/data/nested-rfc-822
+   M /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1
+   M /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1-full
+   M /rt/branches/rt-3.3/lib/t/data/russian-subject-no-content-type
+   M /rt/branches/rt-3.3/lib/t/data/text-html-in-russian
+   M /rt/branches/rt-3.3/lib/t/data/text-html-with-umlaut
+   M /rt/branches/rt-3.3/lib/t/regression/00placeholder
+   M /rt/branches/rt-3.3/lib/t/regression/mime_tests
+   M /rt/branches/rt-3.3/m4/rt_enable_layout.m4
+   M /rt/branches/rt-3.3/m4/rt_expand_var.m4
+   M /rt/branches/rt-3.3/m4/rt_layout.m4
+   M /rt/branches/rt-3.3/m4/rt_subst_expanded_arg.m4
+   M /rt/branches/rt-3.3/sbin/extract-message-catalog
+   M /rt/branches/rt-3.3/sbin/extract_pod_tests
+   M /rt/branches/rt-3.3/sbin/factory
+   M /rt/branches/rt-3.3/sbin/regression_harness
+   M /rt/branches/rt-3.3/sbin/rt-setup-database.in
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
+
+ r1484@tinbook:  jesse | 2004-05-07T00:31:24.624807Z
+ Merging forward from 3.1
+ ----------------------------------------------------------------------
 
-Bumping to 3.0.11rc4
 ------------------------------------------------------------------------
-r939 | jesse | 2004-05-23 22:14:26 -0400 (Sun, 23 May 2004) | 18 lines
+r843 | autrijus | 2004-05-06 04:13:18 -0400 (Thu, 06 May 2004) | 10 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   A /rt/trunk/lib/t/data/rt-send-cc
+   M /rt
+   D /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
 
  ----------------------------------------------------------------------
- r1664@tinbook:  jesse | 2004-05-24T01:24:50.613317Z
- Minor documentation update
- ----------------------------------------------------------------------
- r1665@tinbook:  jesse | 2004-05-24T01:28:12.674977Z
- Fixed a regression related to Groups->WithRight
- ----------------------------------------------------------------------
- r1666@tinbook:  jesse | 2004-05-24T02:12:25.100951Z
+ r4415@not:  autrijus | 2004-05-03T06:42:06.584504Z
  
- added back a missing test file
+ * move atom-api.txt to RTx::Atom space.
  ----------------------------------------------------------------------
- r1667@tinbook:  jesse | 2004-05-24T02:13:00.285813Z
+ r4510@not:  autrijus | 2004-05-06T07:44:35.710915Z
  
- Altering a Groups join to be a bit more efficient
+ * stub undef CustomField->QueueObj to make BuildFormatString happy.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r914 | jesse | 2004-05-17 16:07:40 -0400 (Mon, 17 May 2004) | 1 line
+r833 | jesse | 2004-05-05 14:18:03 -0400 (Wed, 05 May 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/releng.cnf
+   M /rt/branches/rt-3.3
 
-Bumping to 3.0.11rc3
-------------------------------------------------------------------------
-r913 | jesse | 2004-05-17 16:05:25 -0400 (Mon, 17 May 2004) | 1 line
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/t/04_send_email.pl.in
+A new merge ticket
 
-Backported ticket searching fixes from 3.1; fixed a bug in email address testing code
 ------------------------------------------------------------------------
-r876 | jesse | 2004-05-12 02:46:25 -0400 (Wed, 12 May 2004) | 7 lines
+r810 | autrijus | 2004-05-02 21:00:48 -0400 (Sun, 02 May 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Search/Elements/PickRestriction
+   M /rt
+   D /rt/branches/rt-3.3/html/REST/2.0
 
  ----------------------------------------------------------------------
- r1545@tinbook:  jesse | 2004-05-12T06:45:50.218931Z
+ r4394@not:  autrijus | 2004-05-03T01:00:51.890023Z
+ * 301 Moved Permanently
+ * Location: /RTx-Atom/html/Atom/0.3
  
- PickRestriction needed the absolute path fix
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r873 | jesse | 2004-05-11 19:04:59 -0400 (Tue, 11 May 2004) | 6 lines
+r808 | autrijus | 2004-05-02 20:21:29 -0400 (Sun, 02 May 2004) | 15 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/releng.cnf
+   M /rt
+   M /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
+   A /rt/branches/rt-3.3/html/REST/2.0/Add
+   A /rt/branches/rt-3.3/html/REST/2.0/Add/index
+   D /rt/branches/rt-3.3/html/REST/2.0/Create
+   D /rt/branches/rt-3.3/html/REST/2.0/Delete
+   A /rt/branches/rt-3.3/html/REST/2.0/Remove
+   A /rt/branches/rt-3.3/html/REST/2.0/Remove/index
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/Date.pm
 
  ----------------------------------------------------------------------
- r1539@tinbook:  jesse | 2004-05-11T22:54:41.535834Z
+ r4385@not:  autrijus | 2004-05-02T21:16:04.349680Z
+ * Correct POD for W3CDTF
+ ----------------------------------------------------------------------
+ r4388@not:  autrijus | 2004-05-03T00:17:22.934822Z
+ * massive redesign based on discussion with obra.
+ ----------------------------------------------------------------------
+ r4389@not:  autrijus | 2004-05-03T00:21:25.960300Z
+ * Rename "Create" to "Add"; "Delete" to "Remove".
  
- Bumping to rc2
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r865 | jesse | 2004-05-11 02:42:01 -0400 (Tue, 11 May 2004) | 11 lines
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/html/Search/Listing.html
+r805 | autrijus | 2004-05-02 14:03:32 -0400 (Sun, 02 May 2004) | 10 lines
+Changed paths:
+   M /rt
+   A /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
+   A /rt/branches/rt-3.3/html/REST/2.0/Create/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Delete/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Describe
+   A /rt/branches/rt-3.3/html/REST/2.0/Describe/index
+   M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
+   A /rt/branches/rt-3.3/html/REST/2.0/Get/index
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   A /rt/branches/rt-3.3/html/REST/2.0/Put
+   A /rt/branches/rt-3.3/html/REST/2.0/Put/index
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Update/index
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/html/REST/2.0/index
 
  ----------------------------------------------------------------------
- r1117@Jesse-Vincents-Computer:  jesse | 2004-05-11T06:41:01.215469Z
- Updated "order" handling in the cli from ams
+ r4382@not:  autrijus | 2004-05-02T18:02:39.870947Z
  
+ * Describes RT/REST 2.0, Atom-compatible API.
  ----------------------------------------------------------------------
- r1118@Jesse-Vincents-Computer:  jesse | 2004-05-11T06:41:36.770412Z
+ r4383@not:  autrijus | 2004-05-02T18:03:08.473736Z
  
- Better handling of search listing page after a redirect
+ * Put stubs to all the unimplemented verbs.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r863 | jesse | 2004-05-10 18:42:38 -0400 (Mon, 10 May 2004) | 1 line
-Changed paths:
-   M /rt/trunk
-
-
-------------------------------------------------------------------------
-r849 | jesse | 2004-05-06 21:00:24 -0400 (Thu, 06 May 2004) | 18 lines
+r804 | autrijus | 2004-05-02 11:58:17 -0400 (Sun, 02 May 2004) | 14 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/html/Admin/Queues/Scrip.html
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT.pm.in
+   M /rt
+   A /rt/branches/rt-3.3/html/REST/2.0/Elements/Error
+   A /rt/branches/rt-3.3/html/REST/2.0/Elements/Introspect
+   D /rt/branches/rt-3.3/html/REST/2.0/Error
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/html/REST/2.0/index
 
  ----------------------------------------------------------------------
- r1486@tinbook:  jesse | 2004-05-07T00:49:12.363243Z
- Fix for proper display of ScripId on scrip edit from Ruslan
- ----------------------------------------------------------------------
- r1487@tinbook:  jesse | 2004-05-07T00:49:29.125437Z
+ r4379@not:  autrijus | 2004-05-02T15:26:00.873038Z
  
- Fix for search on Cc and AdminCc from Ruslan
+ * Do content negotiation with the browser and fallback on text/xml.
+ * Clean up namespaces a little.
  ----------------------------------------------------------------------
- r1488@tinbook:  jesse | 2004-05-07T00:52:40.234557Z
+ r4380@not:  autrijus | 2004-05-02T15:58:03.262688Z
  
- Fix for a false positive error about directory permissions when opening the rt logfile from Ruslan
- ----------------------------------------------------------------------
- r1489@tinbook:  jesse | 2004-05-07T00:58:03.221505Z
+ * Move Error/index to Elements/Error since Error is not a verb.
+ * Refactor the Introspect part away to Elements/.
+ * Correctly redirects /Templates/ and /template/ to /templates/.
  
-  (#4638) cli cookie handling improved from Muncus
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r841 | jesse | 2004-05-06 01:35:36 -0400 (Thu, 06 May 2004) | 6 lines
+r802 | autrijus | 2004-05-02 09:14:02 -0400 (Sun, 02 May 2004) | 7 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/releng.cnf
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/index.css
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
  ----------------------------------------------------------------------
- r1465@tinbook:  jesse | 2004-05-06T05:34:05.907225Z
+ r4375@not:  autrijus | 2004-05-02T13:13:38.884936Z
  
- Bumping to 3.0.11rc1
+ * use ->URI correctly.
+ * use <a xmlns="...html..."> so things can correct render in nongecko browsers.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r840 | jesse | 2004-05-06 00:09:11 -0400 (Thu, 06 May 2004) | 6 lines
+r801 | autrijus | 2004-05-01 19:14:04 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/index
 
  ----------------------------------------------------------------------
- r1085@tinbook:  jesse | 2004-05-06T04:07:41.566641Z
+ r4365@not:  autrijus | 2004-05-01T23:14:05.342098Z
  
- #5592: Don't display an empty RT-Send-Bcc header if there were no bccs
+ * Cross-introspection logic to eliminate subordinate classes from main index.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r812 | jesse | 2004-05-03 00:39:57 -0400 (Mon, 03 May 2004) | 34 lines
+r800 | autrijus | 2004-05-01 17:39:50 -0400 (Sat, 01 May 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/html/Admin/Groups/index.html
-   M /rt/trunk/html/Elements/MyRequests
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT.pm.in
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   A /rt/branches/rt-3.3/html/REST/2.0/NoAuth/index.css
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   M /rt/branches/rt-3.3/html/REST/2.0/autohandler
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/html/REST/2.0/index
 
  ----------------------------------------------------------------------
- r2289@tinbook:  jesse | 2004-05-03T00:13:57.610636Z
+ r4363@not:  autrijus | 2004-05-01T21:39:51.608519Z
  
- Corrected docs for rt.in per Ticket #4618
+ * Index page implemented using multiple "Feed" services.
+ * Lots of cute, little icons placed with CSS.
+ * Much better preparation for autodiscovery; PostURI is now handled with "/type.new".
  ----------------------------------------------------------------------
- r2290@tinbook:  jesse | 2004-05-03T00:31:06.379542Z
- Applied Syslog configuration patch from 4717
- ----------------------------------------------------------------------
- r2291@tinbook:  jesse | 2004-05-03T00:39:30.205636Z
- #5189: patch to bin/rt for default query and order
+
+------------------------------------------------------------------------
+r799 | autrijus | 2004-05-01 14:54:56 -0400 (Sat, 01 May 2004) | 6 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+
  ----------------------------------------------------------------------
- r2292@tinbook:  jesse | 2004-05-03T00:45:15.670290Z
+ r4361@not:  autrijus | 2004-05-01T18:55:05.234036Z
  
- Adding a patch from Dirk Pape to hide disabled groups by default (#5229)
+ * Even more CSS tricks.
  ----------------------------------------------------------------------
- r2293@tinbook:  jesse | 2004-05-03T00:47:02.636897Z
- #5238: [rt-users] Patch: Mason Profiing under FastCGI
+
+------------------------------------------------------------------------
+r798 | autrijus | 2004-05-01 14:49:18 -0400 (Sat, 01 May 2004) | 14 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/html/Admin/Elements/Header
+   M /rt/branches/rt-3.3/html/Admin/Global/Templates.html
+   M /rt/branches/rt-3.3/html/Elements/Header
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   A /rt/branches/rt-3.3/html/REST/2.0/Elements
+   A /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
+   M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   M /rt/branches/rt-3.3/html/REST/2.0/autohandler
+
  ----------------------------------------------------------------------
- r2294@tinbook:  jesse | 2004-05-03T00:51:31.523941Z
+ r4357@not:  autrijus | 2004-05-01T18:47:10.055533Z
  
- #5278: Making the length of the "MyRequests" list configurable
+ * Various CSS tricks.
  ----------------------------------------------------------------------
- r2295@tinbook:  jesse | 2004-05-03T00:56:19.176341Z
+ r4358@not:  autrijus | 2004-05-01T18:47:49.553353Z
  
- #5303: Adding support for piping reply messages from STDIN
+ * Fixed an off-by-one error in ticket listing.
  ----------------------------------------------------------------------
- r2296@tinbook:  jesse | 2004-05-03T01:45:55.903495Z
+ r4359@not:  autrijus | 2004-05-01T18:48:06.789268Z
  
- A patch to generate better SQL when searching on attachment content. Backported from 3.1
+ * support for Atom autodiscovery.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r807 | autrijus | 2004-05-02 17:18:08 -0400 (Sun, 02 May 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/lib/RT/Date.pm
-
-* Backport Date->W3CDTF from rt-3.3 for REST 2.0.
-
-------------------------------------------------------------------------
-r806 | autrijus | 2004-05-02 17:17:25 -0400 (Sun, 02 May 2004) | 1 line
+r797 | autrijus | 2004-05-01 12:11:01 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   A /rt/trunk/html/Elements/QueryString
-
-* Pull in QueryString from RT 3.1+ for REST API
-------------------------------------------------------------------------
-r778 | jesse | 2004-04-30 01:42:18 -0400 (Fri, 30 Apr 2004) | 7 lines
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/EmailParser.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Error/index
 
  ----------------------------------------------------------------------
- r1402@debian:  jesse | 2004-04-30T14:44:55.419589Z
- Backporting a taint fix for the EmailParser from 3.1
+ r4353@not:  autrijus | 2004-05-01T16:11:10.795277Z
  
+ * finally Error works for all three supported carriers.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r777 | jesse | 2004-04-30 00:59:57 -0400 (Fri, 30 Apr 2004) | 10 lines
+r796 | autrijus | 2004-05-01 12:07:33 -0400 (Sat, 01 May 2004) | 17 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/configure.ac
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/bin/standalone_httpd.in
+   M /rt/branches/rt-3.3/html/REST/2.0/Error/index
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
 
  ----------------------------------------------------------------------
- r1399@debian:  jesse | 2004-04-30T11:59:41.354565Z
+ r4349@not:  autrijus | 2004-05-01T15:36:00.221832Z
  
- Mark our configure script as comming from svn
+ * Properly clean up leftover HTTP_* environment variables.
+ * Pass authorization header to Mason.
+ * Send out correct HTTP status code instead of blindly assuming 200.
  ----------------------------------------------------------------------
- r1400@debian:  jesse | 2004-04-30T14:01:38.501468Z
+ r4350@not:  autrijus | 2004-05-01T15:59:39.046584Z
  
- Fixed an issue that could cause multiline rt-send-cc and rt-send-bcc headers to be truncated
+ * RT::Date->new also takes currentuser.
+ ----------------------------------------------------------------------
+ r4351@not:  autrijus | 2004-05-01T16:00:38.530367Z
+ * Correctly handle nonce disposal.
+ * $m->abort is needed for mod_perl2.
  ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r776 | jesse | 2004-04-29 22:48:19 -0400 (Thu, 29 Apr 2004) | 1 line
-Changed paths:
-   M /rt/trunk
-
-
-------------------------------------------------------------------------
-r767 | leira | 2004-04-28 18:41:16 -0400 (Wed, 28 Apr 2004) | 2 lines
+r795 | autrijus | 2004-05-01 09:58:07 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/GroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/I18N/cs.po
-   M /rt/trunk/lib/RT/I18N/de.po
-   M /rt/trunk/lib/RT/I18N/es.po
-   M /rt/trunk/lib/RT/I18N/fr.po
-   M /rt/trunk/lib/RT/I18N/he.po
-   M /rt/trunk/lib/RT/I18N/it.po
-   M /rt/trunk/lib/RT/I18N/ja.po
-   M /rt/trunk/lib/RT/I18N/nl.po
-   M /rt/trunk/lib/RT/I18N/no.po
-   M /rt/trunk/lib/RT/I18N/pt_br.po
-   M /rt/trunk/lib/RT/I18N/ru.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
-Separate, not seperate.  Applies patch in ticket #5319.
+ ----------------------------------------------------------------------
+ r4347@not:  autrijus | 2004-05-01T13:58:14.427055Z
+ * it's Queues, not Queue
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r760 | jesse | 2004-04-27 18:34:16 -0400 (Tue, 27 Apr 2004) | 2 lines
+r794 | autrijus | 2004-05-01 09:55:57 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/EmailParser.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
-Better handling of the tempdir for the email parser. It could end up tainted in certain scenarios
+ ----------------------------------------------------------------------
+ r4345@not:  autrijus | 2004-05-01T13:56:03.778530Z
+ * use absolute URIs, not relative ones, per the Atom spec
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r751 | leira | 2004-04-26 19:01:15 -0400 (Mon, 26 Apr 2004) | 4 lines
+r793 | autrijus | 2004-05-01 09:51:25 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
-Applied Paulo Matos's patch from #5135.
-
-SendEmail didn't conform to RFC #2047.
+ ----------------------------------------------------------------------
+ r4343@not:  autrijus | 2004-05-01T13:51:31.406464Z
+ * link semantics now agrees with AtomAPI.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r750 | leira | 2004-04-26 18:14:44 -0400 (Mon, 26 Apr 2004) | 4 lines
+r792 | autrijus | 2004-05-01 09:35:28 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Search/index
 
-Applies patch from #5286, from Paulo Matos <pjsm@fct.unl.pt>.
-
-DTRT with autocreating user real names and email addresses when adding watchers (not just when the user is created via email).
+ ----------------------------------------------------------------------
+ r4341@not:  autrijus | 2004-05-01T13:35:35.544895Z
+ * Make <id> slightly more unique
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r749 | jesse | 2004-04-26 18:11:42 -0400 (Mon, 26 Apr 2004) | 1 line
+r791 | autrijus | 2004-05-01 09:33:03 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/Error/index
+   M /rt/branches/rt-3.3/html/REST/2.0/autohandler
 
+ ----------------------------------------------------------------------
+ r4339@not:  autrijus | 2004-05-01T13:32:59.502832Z
+ * adapt for FastCGI's needs
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r747 | leira | 2004-04-26 15:30:25 -0400 (Mon, 26 Apr 2004) | 2 lines
+r790 | autrijus | 2004-05-01 09:22:21 -0400 (Sat, 01 May 2004) | 9 lines
 Changed paths:
-   M /rt/trunk/sbin/rt-setup-database.in
-
-Applied Paulo Matos's <pjsm@fct.unl.pt> patch from #5401.  Support System Role groups in rt-setup-database.
+   M /rt
+   A /rt/branches/rt-3.3/html/REST/2.0/Auth
+   A /rt/branches/rt-3.3/html/REST/2.0/Create
+   A /rt/branches/rt-3.3/html/REST/2.0/Delete
+   A /rt/branches/rt-3.3/html/REST/2.0/Error
+   A /rt/branches/rt-3.3/html/REST/2.0/Error/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Get
+   A /rt/branches/rt-3.3/html/REST/2.0/Search
+   A /rt/branches/rt-3.3/html/REST/2.0/Search/index
+   A /rt/branches/rt-3.3/html/REST/2.0/Update
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   A /rt/branches/rt-3.3/html/REST/2.0/index
 
-------------------------------------------------------------------------
-r742 | jesse | 2004-04-26 14:57:29 -0400 (Mon, 26 Apr 2004) | 1 line
-Changed paths:
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
+ ----------------------------------------------------------------------
+ r4335@not:  autrijus | 2004-05-01T13:20:56.570615Z
+ * Establish directory layout.
+ * Error handling.
+ * Refactor out the 'Search' verb.
+ ----------------------------------------------------------------------
 
-RT previously split stored headers on newlines. The new regexp better matches what the RFC says it should
 ------------------------------------------------------------------------
-r737 | jesse | 2004-04-25 02:02:12 -0400 (Sun, 25 Apr 2004) | 6 lines
+r788 | autrijus | 2004-05-01 07:44:58 -0400 (Sat, 01 May 2004) | 7 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
 
  ----------------------------------------------------------------------
- r2152@tinbook:  jesse | 2004-04-25T06:01:59.654755Z
+ r4331@not:  autrijus | 2004-05-01T11:44:31.355329Z
  
- We were needlessly including the "Principals" table in a query. It hurt postgres perf significantly
+ * do not offer WSSE auth to non-atom clients, and vice versa,
+   to avoid spurious auth warnings.
  ----------------------------------------------------------------------
-------------------------------------------------------------------------
-r736 | jesse | 2004-04-24 14:48:30 -0400 (Sat, 24 Apr 2004) | 6 lines
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/User_Overlay.pm
-
-----------------------------------------------------------------------
-r2150@tinbook:  jesse | 2004-04-24T18:46:32.312073Z
-
-Additional changes to user creation and setting of "Privileged" status to improve access control handling
-----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r735 | jesse | 2004-04-23 17:39:10 -0400 (Fri, 23 Apr 2004) | 6 lines
+r785 | autrijus | 2004-05-01 07:16:25 -0400 (Sat, 01 May 2004) | 10 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/sbin/rt-test-dependencies.in
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/lib/RT/Date.pm
 
  ----------------------------------------------------------------------
- r2148@tinbook:  jesse | 2004-04-23T21:38:44.150971Z
+ r4323@not:  autrijus | 2004-05-01T11:14:28.377660Z
  
- RT requires perl 5.8.3 to work correctly. Testdeps should check this
+ * implement ->W3CDTF.
  ----------------------------------------------------------------------
+ r4324@not:  autrijus | 2004-05-01T11:16:31.456041Z
  
-------------------------------------------------------------------------
-r734 | jesse | 2004-04-23 16:48:17 -0400 (Fri, 23 Apr 2004) | 6 lines
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/User_Overlay.pm
+ * we are now a valid Atom feed.
+ ----------------------------------------------------------------------
 
-  ----------------------------------------------------------------------
-  r2145@tinbook:  jesse | 2004-04-23T20:47:48.438783Z
-  
-  Rework RT::User->Create logic to better handle error cases
-  ----------------------------------------------------------------------
-  
 ------------------------------------------------------------------------
-r732 | leira | 2004-04-23 13:47:06 -0400 (Fri, 23 Apr 2004) | 5 lines
+r784 | autrijus | 2004-05-01 06:52:15 -0400 (Sat, 01 May 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/html/Admin/Elements/SelectNewGroupMembers
-
-Users->Limit should specify ENTRYAGGREGATOR.  This was always true,
-but DBIx::SearchBuilder makes it obvious.
-
-This is a patch from BAZZAOUI Aissam <bazzaoui@karavel.com>.
+   M /rt
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
 
-------------------------------------------------------------------------
-r730 | jesse | 2004-04-22 17:14:40 -0400 (Thu, 22 Apr 2004) | 1 line
-Changed paths:
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/mason_handler.scgi.in
+ ----------------------------------------------------------------------
+ r4321@not:  autrijus | 2004-05-01T10:52:23.225100Z
+ * add fastcgi support.
+ * make proper use of X-WSSE header instead of demanding Authorization
+ ----------------------------------------------------------------------
 
-Drop
 ------------------------------------------------------------------------
-r729 | jesse | 2004-04-22 02:20:20 -0400 (Thu, 22 Apr 2004) | 6 lines
+r783 | autrijus | 2004-05-01 06:50:30 -0400 (Sat, 01 May 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Template_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/I18N.pm
 
  ----------------------------------------------------------------------
- r2138@tinbook:  jesse | 2004-04-22T06:19:33.419238Z
+ r4319@not:  autrijus | 2004-05-01T10:50:15.580296Z
  
- Clean up temporary files better
+ * glob local/*.po too for consistency and intuitiveness.
  ----------------------------------------------------------------------
+
 ------------------------------------------------------------------------
-r728 | jesse | 2004-04-22 01:59:41 -0400 (Thu, 22 Apr 2004) | 6 lines
+r782 | autrijus | 2004-05-01 06:35:23 -0400 (Sat, 01 May 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
+   M /rt
+   A /rt/branches/rt-3.3/html/REST/2.0/NoAuth
+   A /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
+   M /rt/branches/rt-3.3/html/REST/2.0/autohandler
+   M /rt/branches/rt-3.3/html/REST/2.0/dhandler
 
  ----------------------------------------------------------------------
- r2136@tinbook:  jesse | 2004-04-22T05:59:16.845794Z
+ r4317@not:  autrijus | 2004-05-01T10:35:00.584748Z
  
- Fix for the previous (post 3.0.10) update
- ----------------------------------------------------------------------
+ * now does Basic and Digest authentication, too.
+ * CSSify the example feed
  
+ ----------------------------------------------------------------------
+
 ------------------------------------------------------------------------
-r721 | jesse | 2004-04-21 15:44:00 -0400 (Wed, 21 Apr 2004) | 5 lines
+r781 | autrijus | 2004-04-30 23:24:12 -0400 (Fri, 30 Apr 2004) | 7 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Search/Elements/PickRestriction
+   M /rt
+   A /rt/branches/rt-3.3/html/REST/2.0
+   A /rt/branches/rt-3.3/html/REST/2.0/autohandler
+   A /rt/branches/rt-3.3/html/REST/2.0/dhandler
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
 
  ----------------------------------------------------------------------
- r2123@tinbook:  jesse | 2004-04-21T19:43:39.090256Z
+ r4309@not:  autrijus | 2004-05-01T03:22:53.730384Z
  
- Fix for Restriction corruption on repeated search from Ruslan
+ * initial commit of RT/REST 2.0 API and WSSE authentication.
  
+ ----------------------------------------------------------------------
+
 ------------------------------------------------------------------------
-r706 | jesse | 2004-04-19 23:25:46 -0400 (Mon, 19 Apr 2004) | 19 lines
+r766 | jesse | 2004-04-28 14:26:02 -0400 (Wed, 28 Apr 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/ACL_Overlay.pm
+   M /rt/branches/rt-3.3/etc/upgrade
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Informix
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Oracle
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Pg
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.SQLite
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.mysql
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.Pg
+   A /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
 
  ----------------------------------------------------------------------
- r2099@tinbook:  jesse | 2004-04-20T03:25:26.896206Z
- Message-ID: <4083E905.8020903@uk.yahoo-inc.com>                                                 
- Date: Mon, 19 Apr 2004 15:58:13 +0100                                                           
- From: Vernon Lyon <vlyon@uk.yahoo-inc.com>                                                      
- Hi Jesse,                                                                                       
-                                                                                                 
- I submitted this a few months ago, but it seems to have gotten lost.                            
- Below is a diff for a quick bug fix for the file: lib/RT/ACL_Overlay.pm                         
-                                                                                                 
-  *   $args{'PrincipalId'}  should be  $args{'Id'}                                               
-                                                                                                 
- Regards,                                                                                        
- Vernon                                                                                          
+ r2206@tinbook:  jesse | 2004-04-28T18:24:56.988760Z
  
+ Added the beginnings of upgrade 3.1->3.3 functionality. has not yet been tested
+ ----------------------------------------------------------------------
  
 ------------------------------------------------------------------------
-r698 | jesse | 2004-04-18 17:15:24 -0400 (Sun, 18 Apr 2004) | 2 lines
+r763 | autrijus | 2004-04-28 02:05:14 -0400 (Wed, 28 Apr 2004) | 8 lines
 Changed paths:
-   M /rt/trunk/lib/RT/CurrentUser.pm
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/Base.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
 
-Better handling of loc when RT's database isn't there. (Check for a user before trying to use it)
+ ----------------------------------------------------------------------
+ r4223@not:  autrijus | 2004-04-28T06:00:27.794797Z
+ * correctly put loc_fuzzy in Base.
+ * do not double-encode EscapeUTF8 for Mason.  this resolves the weird
+   standalong-httpd bug.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r674 | jesse | 2004-04-06 00:13:01 -0400 (Tue, 06 Apr 2004) | 2 lines
+r761 | jesse | 2004-04-27 23:16:35 -0400 (Tue, 27 Apr 2004) | 2 lines
 Changed paths:
-   D /rt/trunk/sbin/rt-setup-database
-   D /rt/trunk/sbin/rt-test-dependencies
+   M /rt/branches/rt-3.3/etc/schema.Pg
 
-Whacking more autogenerated files
+Updating schema for 3.3 to use 'integer' on postgres rather than int2 on Andrew Sullivan's recommendation
 
 ------------------------------------------------------------------------
-r673 | jesse | 2004-04-06 00:10:08 -0400 (Tue, 06 Apr 2004) | 2 lines
+r758 | autrijus | 2004-04-27 16:12:38 -0400 (Tue, 27 Apr 2004) | 6 lines
 Changed paths:
-   D /rt/trunk/etc/RT_Config.pm
-   D /rt/trunk/lib/RT.pm
-   D /rt/trunk/lib/t/00smoke.t
-   D /rt/trunk/lib/t/01harness.t
-   D /rt/trunk/lib/t/02regression.t
-   D /rt/trunk/lib/t/03web.pl
-   D /rt/trunk/lib/t/04_send_email.pl
-   M /rt/trunk/sbin/rt-setup-database
+   M /rt
+   M /rt/branches/rt-3.3/html/Elements/Footer
 
-Removing autogenerated files from the repo
+ ----------------------------------------------------------------------
+ r4214@not:  autrijus | 2004-04-27T20:12:39.658238Z
+ * rework Footer l10n into one line so not to confuse the old string extractor
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r672 | jesse | 2004-04-06 00:08:40 -0400 (Tue, 06 Apr 2004) | 2 lines
+r757 | autrijus | 2004-04-27 16:09:45 -0400 (Tue, 27 Apr 2004) | 6 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Interface/Email.pm
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
 
-Removing extra debugging info
+ ----------------------------------------------------------------------
+ r4211@not:  autrijus | 2004-04-27T19:55:32.087502Z
+ * Chinese translations.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r670 | jesse | 2004-04-05 10:14:32 -0400 (Mon, 05 Apr 2004) | 1 line
+r756 | autrijus | 2004-04-27 04:46:57 -0400 (Tue, 27 Apr 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
+   M /rt
+   M /rt/branches/rt-3.3/README
 
-Only show _users_ in the "About this requestor" box
-------------------------------------------------------------------------
-r624 | jesse | 2004-03-25 10:56:12 -0500 (Thu, 25 Mar 2004) | 1 line
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/releng.cnf
+ ----------------------------------------------------------------------
+ r4195@not:  autrijus | 2004-04-27T08:46:36.958817Z
+ * now mod_perl2 only needs one line of extra setup.
+  
+ ----------------------------------------------------------------------
 
-This is 3.0.10
 ------------------------------------------------------------------------
-r599 | jesse | 2004-03-17 16:24:09 -0500 (Wed, 17 Mar 2004) | 1 line
+r746 | autrijus | 2004-04-26 15:11:33 -0400 (Mon, 26 Apr 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/I18N/fi.po
+   M /rt
+   M /rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
 
-Finnish translation had been corrupted
-------------------------------------------------------------------------
-r596 | autrijus | 2004-03-17 11:57:57 -0500 (Wed, 17 Mar 2004) | 1 line
-Changed paths:
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
+ ----------------------------------------------------------------------
+ r4176@not:  autrijus | 2004-04-26T19:09:53.594445Z
+ * switch password format from base64 to hex; maintaining legacy
+   compatibility by upgrading passwords in-place upon successful auth
+ ----------------------------------------------------------------------
 
-* update chinese l10n for 3.0.10.
 ------------------------------------------------------------------------
-r590 | jesse | 2004-03-17 00:40:57 -0500 (Wed, 17 Mar 2004) | 4 lines
+r745 | autrijus | 2004-04-26 15:02:48 -0400 (Mon, 26 Apr 2004) | 6 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/SelfService/Display.html
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-
-
-Merging back a fix to the "Comment/Reply" links after a quicksearch
+   M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
 
+ ----------------------------------------------------------------------
+ r4171@not:  autrijus | 2004-04-26T18:59:54.608186Z
+ * correct EMPTY and NULL support for $Tickets->LimitAttribute().
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r587 | jesse | 2004-03-16 21:02:37 -0500 (Tue, 16 Mar 2004) | 2 lines
+r744 | autrijus | 2004-04-26 15:01:49 -0400 (Mon, 26 Apr 2004) | 8 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/releng.cnf
+   M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
 
-Bumped RT to 3.0.10rc1
+ ----------------------------------------------------------------------
+ r4170@not:  autrijus | 2004-04-26T18:56:10.826541Z
+ * Do not crash the application when Template parsing failed; instead
+   capture the error and handle it with $RT::Logger->error().
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r583 | jesse | 2004-03-16 13:26:30 -0500 (Tue, 16 Mar 2004) | 2 lines
+r743 | autrijus | 2004-04-26 15:01:05 -0400 (Mon, 26 Apr 2004) | 8 lines
 Changed paths:
-   A /rt/trunk/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
 
-Initial "loose" danish translation from Jonas ( http://www.logiclab.dk/projects/rt3/ )
+ ----------------------------------------------------------------------
+ r4169@not:  autrijus | 2004-04-26T18:52:39.442581Z
+ * allow subkeys limit like $Tickets->Limit( FIELD => 'Requestor.Id' );
+   previously it was only available from "CF.*" keys.
+ ----------------------------------------------------------------------
 
 ------------------------------------------------------------------------
-r582 | jesse | 2004-03-15 14:29:07 -0500 (Mon, 15 Mar 2004) | 7 lines
+r741 | autrijus | 2004-04-26 14:48:52 -0400 (Mon, 26 Apr 2004) | 3 lines
 Changed paths:
-   M /rt/trunk/lib/RT/I18N/fr.po
-
-RT-Ticket: 5365
-RT-Status: resolved
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
 
-Fixed a typo in the french localization
-
-----------------------------------------------------------------------
+* freeze() forgot to take account of the look_at_* indices, resulting
+  in incorrect object after thaw()ing
 
 ------------------------------------------------------------------------
-r581 | jesse | 2004-03-15 14:28:07 -0500 (Mon, 15 Mar 2004) | 7 lines
+r733 | autrijus | 2004-04-23 15:09:40 -0400 (Fri, 23 Apr 2004) | 5 lines
 Changed paths:
-   A /rt/trunk/lib/RT/I18N/hu.po
-
-r888:  jesse | 2004-03-15T19:02:40.067050Z
-
-RT-Ticket: 5251
-RT-Status: resolved
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
 
-Hungarian translation
+ r4083@not:  autrijus | 2004-04-23T19:08:59.061919Z
+ * ENTRY_AGGREGATOR is a misspelling (for ENTRYAGGREGATOR), and it
+   defaults to OR anyway, so simply eliminate this bogus parameter.
 
 ------------------------------------------------------------------------
-r580 | jesse | 2004-03-15 14:24:11 -0500 (Mon, 15 Mar 2004) | 22 lines
+r722 | autrijus | 2004-04-21 18:32:19 -0400 (Wed, 21 Apr 2004) | 10 lines
 Changed paths:
-   M /rt/trunk/lib/RT/I18N/fi.po
-
-----------------------------------------------------------------------
-r882:  jesse | 2004-03-15T18:36:05.531201Z
-
-
-----------------------------------------------------------------------
-r883:  jesse | 2004-03-15T18:39:57.667260Z
-
-
-----------------------------------------------------------------------
-r885:  jesse | 2004-03-15T18:48:45.660341Z
-
-
-----------------------------------------------------------------------
-r887:  jesse | 2004-03-15T19:00:56.469429Z
+   M /rt
+   M /rt/branches/rt-3.1/lib/RT/SearchBuilder.pm
+   M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
 
-RT-Ticket: 5151
-RT-Status: resolved
-
-updated Finnish localization
-
-----------------------------------------------------------------------
+ r4037@not:  autrijus | 2004-04-21T22:30:37.269510Z
+ * It turns out that for EMPTY => 1 to work, IS NULL needs to be OR'ed
+   to the other columns as well...
+ ----------------------------------------------------------------------
+ r4038@not:  autrijus | 2004-04-21T22:31:56.271421Z
+ * merge previous commit from 3.3 to 3.1.
+
+------------------------------------------------------------------------
+r719 | autrijus | 2004-04-21 14:59:55 -0400 (Wed, 21 Apr 2004) | 4 lines
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
+
+ r4027@not:  autrijus | 2004-04-21T18:59:19.548165Z
+
+ * LimitAttribute( EMPTY => 1 ) is much more correctly handled with a IS NULL.
+
+------------------------------------------------------------------------
+r717 | jesse | 2004-04-21 01:25:01 -0400 (Wed, 21 Apr 2004) | 6 lines
+Changed paths:
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/etc/schema.mysql
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Informix
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Oracle
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Pg
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.SQLite
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.mysql
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/content
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Informix
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Oracle
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Pg
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.SQLite
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.mysql
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
+   A /rt/branches/rt-3.3/html/Admin/Elements/ToolTabs
+   A /rt/branches/rt-3.3/html/Admin/Tools
+   A /rt/branches/rt-3.3/html/Admin/Tools/Configuration.html
+   A /rt/branches/rt-3.3/html/Admin/Tools/index.html
+   A /rt/branches/rt-3.3/html/Elements/QueryString
+   A /rt/branches/rt-3.3/html/Elements/ScrubHTML
+   M /rt/branches/rt-3.3/html/Elements/Tabs
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   M /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/rt-3.3/html/Scope/Search.html
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Edit.html
+   M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
+   M /rt/branches/rt-3.3/html/Search/Elements/DisplayOptions
+   M /rt/branches/rt-3.3/html/Search/Elements/EditFormat
+   M /rt/branches/rt-3.3/html/Search/Elements/EditSearches
+   M /rt/branches/rt-3.3/html/Search/Results.html
+   M /rt/branches/rt-3.3/html/Search/Results.rdf
+   M /rt/branches/rt-3.3/html/Search/Results.tsv
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransactionAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Ticket/ShowEmailRecord.html
+   M /rt/branches/rt-3.3/html/Ticket/Update.html
+   A /rt/branches/rt-3.3/html/Tools/Elements
+   A /rt/branches/rt-3.3/html/Tools/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Tools/Offline.html
+   M /rt/branches/rt-3.3/html/autohandler
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
 
+  ----------------------------------------------------------------------
+  r2113@tinbook:  jesse | 2004-04-21T05:24:17.573962Z
+  
+  Remerging from RT 3.1.x
+  ----------------------------------------------------------------------
+  
 ------------------------------------------------------------------------
-r579 | jesse | 2004-03-15 13:49:40 -0500 (Mon, 15 Mar 2004) | 5 lines
+r714 | autrijus | 2004-04-20 23:49:45 -0400 (Tue, 20 Apr 2004) | 7 lines
 Changed paths:
-   M /rt/trunk
-   M /rt/trunk/lib/RT/User_Overlay.pm
-
-RT-Ticket: 5717
-RT-Status: resolved
-
-Fixed a typo in a debugging message
+   M /rt
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
+   A /rt/branches/rt-3.3/html/Elements/ShowCustomFieldImage
+   M /rt/branches/rt-3.3/html/Elements/ShowCustomFields
 
-------------------------------------------------------------------------
-r578 | jesse | 2004-03-15 13:40:50 -0500 (Mon, 15 Mar 2004) | 5 lines
-Changed paths:
-   M /rt/trunk
-   M /rt/trunk/html/Elements/SelectMatch
+r4005@not:  autrijus | 2004-04-21T03:49:17.533641Z
 
-RT-Ticket: 5306
+RT-Ticket: 5365
 RT-Status: resolved
 
-Applied patch to correct logic in SelectMatch
-
-------------------------------------------------------------------------
-r576 | jesse | 2004-03-15 11:06:30 -0500 (Mon, 15 Mar 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/html/Elements/MessageBox
-
-MessageBox is now more configurable, thanks to Ruslan
-
-------------------------------------------------------------------------
-r575 | jesse | 2004-03-15 10:58:59 -0500 (Mon, 15 Mar 2004) | 3 lines
-Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-
-A fix from Ruslan for getting values for a named CF if that CF is global.
-
-
-------------------------------------------------------------------------
-r574 | jesse | 2004-03-15 10:51:56 -0500 (Mon, 15 Mar 2004) | 3 lines
-Changed paths:
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-
-Fix from Ruslan for splitting sendmail arguments properly for mail sending
-
-
-------------------------------------------------------------------------
-r572 | jesse | 2004-03-15 10:31:50 -0500 (Mon, 15 Mar 2004) | 3 lines
-Changed paths:
-   M /rt/trunk/html/User/Prefs.html
-
-Update to force language handle change when the user sets it
-
-
-------------------------------------------------------------------------
-r546 | jesse | 2004-03-11 00:24:42 -0500 (Thu, 11 Mar 2004) | 3 lines
-Changed paths:
-   A /rt/trunk/html/Ticket/Elements/LoadTextAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-
-Adding in even yet more attachment caching
-
-
-------------------------------------------------------------------------
-r545 | jesse | 2004-03-11 00:20:15 -0500 (Thu, 11 Mar 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-
-Adding a missing semicolon
+Make image display inline on ticket info screen.
 
 ------------------------------------------------------------------------
-r544 | jesse | 2004-03-10 23:56:00 -0500 (Wed, 10 Mar 2004) | 2 lines
+r712 | leira | 2004-04-20 22:49:09 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Admin/Users/index.html
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
 
-Better caching of ticket attachment content
+fix WebPath urls
 
 ------------------------------------------------------------------------
-r543 | jesse | 2004-03-10 23:49:38 -0500 (Wed, 10 Mar 2004) | 2 lines
+r711 | leira | 2004-04-20 22:43:57 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   M /rt/branches/rt-3.3/html/Admin/Users/index.html
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
 
-#5334 : don't hide ticket updates for negative amounts of time
+Dowload links need the WebPath.
 
 ------------------------------------------------------------------------
-r541 | jesse | 2004-03-10 23:33:31 -0500 (Wed, 10 Mar 2004) | 4 lines
+r710 | leira | 2004-04-20 22:37:34 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-
-
-#3981: RT truncates signatures too agressively when quoting messages
+   M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
 
+decode_utf8, not decode_utf_8
 
 ------------------------------------------------------------------------
-r540 | jesse | 2004-03-10 23:22:56 -0500 (Wed, 10 Mar 2004) | 3 lines
+r709 | leira | 2004-04-20 22:16:04 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Create.html
-
-Don't repeatedly include the signature when adding attachments on ticket creation
+   M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
 
+"decode_utf_8", not "decode_utf 8"
 
 ------------------------------------------------------------------------
-r539 | jesse | 2004-03-10 19:17:36 -0500 (Wed, 10 Mar 2004) | 2 lines
+r708 | leira | 2004-04-20 22:15:39 -0400 (Tue, 20 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
 
-Better emailing of error messages on permission denied messages via webui.
+CFs are no longer attached to queues.
 
 ------------------------------------------------------------------------
-r538 | jesse | 2004-03-10 19:16:49 -0500 (Wed, 10 Mar 2004) | 2 lines
+r707 | jesse | 2004-04-20 21:21:11 -0400 (Tue, 20 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/EmailParser.pm
-
-Removing unused code
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
 
+Adding support for encoding LOBs for the new custom field behaviour
 ------------------------------------------------------------------------
-r537 | jesse | 2004-03-10 19:16:20 -0500 (Wed, 10 Mar 2004) | 2 lines
+r703 | jesse | 2004-04-19 22:26:50 -0400 (Mon, 19 Apr 2004) | 1 line
 Changed paths:
-   D /rt/trunk/bin/rt-mailgate
-
-Removing generated binary
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/etc/schema.Pg
+   M /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
 
+"Another pass at trying to fix the schema"
 ------------------------------------------------------------------------
-r536 | jesse | 2004-03-10 19:15:58 -0500 (Wed, 10 Mar 2004) | 3 lines
+r702 | jesse | 2004-04-19 22:12:32 -0400 (Mon, 19 Apr 2004) | 2 lines
 Changed paths:
-   D /rt/trunk/bin/mason_handler.fcgi
-   D /rt/trunk/bin/mason_handler.scgi
-   D /rt/trunk/bin/mason_handler.svc
-   D /rt/trunk/bin/rt
-   D /rt/trunk/bin/rt-commit-handler
-   D /rt/trunk/bin/rt-crontool
-   D /rt/trunk/bin/webmux.pl
-
-Removing generated binaries
+   M /rt/branches/rt-3.3/etc/acl.Pg
+   M /rt/branches/rt-3.3/etc/schema.Pg
 
+Fixing conflicts from fixing the same bugs as linda.
 
 ------------------------------------------------------------------------
-r525 | jesse | 2004-03-09 18:10:48 -0500 (Tue, 09 Mar 2004) | 3 lines
+r701 | leira | 2004-04-19 14:35:01 -0400 (Mon, 19 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-
-#5242: Make custom field names case insensitive in TicketSQL
+   M /rt/branches/rt-3.3/etc/acl.Pg
 
+One more acl fix.
 
 ------------------------------------------------------------------------
-r524 | jesse | 2004-03-09 18:03:44 -0500 (Tue, 09 Mar 2004) | 3 lines
+r700 | leira | 2004-04-19 14:16:08 -0400 (Mon, 19 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Interface/Web.pm
-
-#5345: Better cleanup of tempfiles
+   M /rt/branches/rt-3.3/etc/acl.Pg
+   M /rt/branches/rt-3.3/etc/schema.Pg
 
+Schema & acl fixes for Postgres.
 
 ------------------------------------------------------------------------
-r523 | jesse | 2004-03-09 18:00:48 -0500 (Tue, 09 Mar 2004) | 3 lines
+r695 | autrijus | 2004-04-16 15:33:06 -0400 (Fri, 16 Apr 2004) | 4 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
+   M /rt
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
 
-#5339 - Better logging of failed thawing of search queries
+r3928@not:  autrijus | 2004-04-16T19:32:35.970968Z
 
+Fix select CF display bug as reported by leira
 
 ------------------------------------------------------------------------
-r506 | jesse | 2004-03-08 18:54:00 -0500 (Mon, 08 Mar 2004) | 3 lines
+r685 | autrijus | 2004-04-14 05:29:23 -0400 (Wed, 14 Apr 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Handle.pm
-
-Updates to oracle CLOB handling
+   M /rt
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
 
+r3851@not:  autrijus | 2004-04-14T09:27:57.550568Z
 
-------------------------------------------------------------------------
-r496 | jesse | 2004-03-07 22:42:45 -0500 (Sun, 07 Mar 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/html/Ticket/History.html
-
-Fixed  a typo introduced after 3.0.9
+* make EditCustomFieldBinary's condition style agree with other
+  elements -- also avoids comparing an uninitialized value.
 
 ------------------------------------------------------------------------
-r491 | jesse | 2004-03-07 15:25:02 -0500 (Sun, 07 Mar 2004) | 2 lines
+r682 | leira | 2004-04-12 02:07:01 -0400 (Mon, 12 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/releng.cnf
-
-Bumping to 3.0.10pre2
+   M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
+   M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
+   M /rt/branches/rt-3.3/html/Elements/EditCustomFieldText
+   M /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
+   M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
+   M /rt/branches/rt-3.3/html/Ticket/Modify.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
 
-------------------------------------------------------------------------
-r477 | jesse | 2004-03-05 02:18:00 -0500 (Fri, 05 Mar 2004) | 1 line
-Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
+Fixes from autrijus.
 
-Removing extraneous comments
 ------------------------------------------------------------------------
-r476 | jesse | 2004-03-05 02:06:53 -0500 (Fri, 05 Mar 2004) | 2 lines
+r665 | jesse | 2004-04-02 16:54:23 -0500 (Fri, 02 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-
-Applied Dirk Pape's patch for merge descriptions from http://page.mi.fu-berlin.de/~pape/rt3/patches/rt/description_for_merge.patch
+   M /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
 
+Allowing the custom field admin screens to add custom fields to all users
 ------------------------------------------------------------------------
-r465 | jesse | 2004-03-03 18:24:05 -0500 (Wed, 03 Mar 2004) | 2 lines
+r664 | jesse | 2004-04-02 16:39:27 -0500 (Fri, 02 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/Search/Listing.html
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
 
-Small change to fix escaping for saved search
+Pulling forward relationships fixes from 3.1; updating a transaction-related assertion for 3.3
+------------------------------------------------------------------------
+r662 | jesse | 2004-04-02 10:54:22 -0500 (Fri, 02 Apr 2004) | 1 line
+Changed paths:
+   M /rt/branches/rt-3.3/etc/acl.Pg
+   M /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
+   M /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
+   A /rt/branches/rt-3.3/html/Elements/EditLinks
+   M /rt/branches/rt-3.3/html/Elements/MessageBox
+   M /rt/branches/rt-3.3/html/Elements/SelectMatch
+   A /rt/branches/rt-3.3/html/Elements/ShowLink
+   A /rt/branches/rt-3.3/html/Elements/ShowLinks
+   M /rt/branches/rt-3.3/html/Scope/Elements/ShowSummary
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Bulk.html
+   M /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
+   M /rt/branches/rt-3.3/html/SelfService/Display.html
+   M /rt/branches/rt-3.3/html/Ticket/Create.html
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   A /rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Ticket/History.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
+   M /rt/branches/rt-3.3/html/Ticket/Update.html
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   A /rt/branches/rt-3.3/lib/RT/I18N/da.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/hu.po
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+
+Took a hand-merging pass at 3.1->3.3 after autrijus manual baseless merge.
+------------------------------------------------------------------------
+r661 | autrijus | 2004-04-02 08:57:08 -0500 (Fri, 02 Apr 2004) | 3 lines
+Changed paths:
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+
+* put Ticket_Overlay back to where it was.
+
+
+------------------------------------------------------------------------
+r660 | autrijus | 2004-04-02 08:43:44 -0500 (Fri, 02 Apr 2004) | 1 line
+Changed paths:
+   M /rt
+   M /rt/branches/rt-3.3
+   M /rt/branches/rt-3.3/Makefile.in
+   A /rt/branches/rt-3.3/README.Oracle
+   M /rt/branches/rt-3.3/UPGRADING
+   M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
+   M /rt/branches/rt-3.3/bin/rt-crontool.in
+   M /rt/branches/rt-3.3/bin/rt-mailgate.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/config.layout
+   M /rt/branches/rt-3.3/configure.ac
+   M /rt/branches/rt-3.3/etc/initialdata
+   M /rt/branches/rt-3.3/etc/schema.Informix
+   M /rt/branches/rt-3.3/etc/schema.Oracle
+   M /rt/branches/rt-3.3/etc/schema.SQLite
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.15
+   A /rt/branches/rt-3.3/etc/upgrade/3.1.15/content
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
+   M /rt/branches/rt-3.3/html/Admin/Elements/SelectStage
+   M /rt/branches/rt-3.3/html/Elements/Callback
+   M /rt/branches/rt-3.3/html/Elements/MessageBox
+   M /rt/branches/rt-3.3/html/Elements/SelectLang
+   M /rt/branches/rt-3.3/html/Elements/SelectMatch
+   M /rt/branches/rt-3.3/html/Elements/SelectWatcherType
+   M /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
+   M /rt/branches/rt-3.3/html/Elements/SimpleSearch
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/history
+   M /rt/branches/rt-3.3/html/REST/1.0/autohandler
+   M /rt/branches/rt-3.3/html/REST/1.0/dhandler
+   M /rt/branches/rt-3.3/html/REST/1.0/search/ticket
+   M /rt/branches/rt-3.3/html/Scope/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Scope/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
+   M /rt/branches/rt-3.3/html/SelfService/Elements/MyRequests
+   M /rt/branches/rt-3.3/html/Ticket/Attachment/dhandler
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   M /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageStanza
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   M /rt/branches/rt-3.3/html/index.html
+   M /rt/branches/rt-3.3/lib/RT/Action/AutoOpen.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Base.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Handle.pm
+   M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   M /rt/branches/rt-3.3/lib/RT/I18N.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
+   M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   M /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/StyleGuide.pod
+   M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/URI.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
+   M /rt/branches/rt-3.3/lib/t/03web.pl.in
+   M /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
+   M /rt/branches/rt-3.3/sbin/license_tag
+   M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
 
+MERGE: 3.1 to 3.3
 ------------------------------------------------------------------------
-r462 | jesse | 2004-03-03 11:11:15 -0500 (Wed, 03 Mar 2004) | 2 lines
+r659 | jesse | 2004-04-01 21:23:57 -0500 (Thu, 01 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/bin/webmux.pl.in
-
-Fix for Apache2 compatibility per http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/rt3/files/patch-bin::webmux.pl
+   M /rt/branches/rt-3.3/releng.cnf
 
+Updated releng.cnf
 ------------------------------------------------------------------------
-r459 | jesse | 2004-03-01 12:26:31 -0500 (Mon, 01 Mar 2004) | 2 lines
+r656 | jesse | 2004-04-01 16:54:22 -0500 (Thu, 01 Apr 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/index.html
+   M /rt/branches/rt-3.3/html/Admin/CustomFields/Objects.html
+   M /rt/branches/rt-3.3/html/Admin/CustomFields/index.html
+   M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
+   M /rt/branches/rt-3.3/html/Admin/Elements/PickCustomFields
+   M /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
+   M /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
 
-Fixing spacing in the quicksearch code
+UI updates to remove unneeded options and clarify some language
 
 ------------------------------------------------------------------------
-r458 | jesse | 2004-03-01 12:04:14 -0500 (Mon, 01 Mar 2004) | 3 lines
+r655 | jesse | 2004-04-01 16:53:29 -0500 (Thu, 01 Apr 2004) | 3 lines
 Changed paths:
-   M /rt/trunk/html/index.html
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
 
-Fixing the "quicksearch" which was occasionally broken with progressive rendering
+Updated how RT generates friendly name for which object a Custom Field applies to
 
 
 ------------------------------------------------------------------------
-r457 | jesse | 2004-02-26 23:22:29 -0500 (Thu, 26 Feb 2004) | 3 lines
+r654 | jesse | 2004-04-01 16:52:31 -0500 (Thu, 01 Apr 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/REST/1.0/Forms/ticket/default
-
-fixed a couple small ticket update bugs with the cli
-
+   M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
 
+Added support for RT 3.0 compatible Transactions->Limit
 ------------------------------------------------------------------------
-r446 | leira | 2004-02-25 16:21:20 -0500 (Wed, 25 Feb 2004) | 2 lines
+r653 | autrijus | 2004-04-01 11:37:33 -0500 (Thu, 01 Apr 2004) | 4 lines
 Changed paths:
-   M /rt/trunk/html/autohandler
+   M /rt
+   M /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
 
-#4923: patch to add callback for adding new users
+r3597@not:  autrijus | 2004-04-01T16:36:37.019460Z
 
-------------------------------------------------------------------------
-r443 | jesse | 2004-02-25 13:56:51 -0500 (Wed, 25 Feb 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile.in
-
-Exclude svn cache files from regression test suite
+* put global Cf editing back.
 
 ------------------------------------------------------------------------
-r438 | jesse | 2004-02-23 12:02:10 -0500 (Mon, 23 Feb 2004) | 4 lines
+r648 | autrijus | 2004-03-31 11:12:04 -0500 (Wed, 31 Mar 2004) | 4 lines
 Changed paths:
-   M /rt/trunk/html/SelfService/Display.html
-
-#5296: Dirk's patch to cache attachments for SelfService
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/I18N.pm
 
+r3556@not:  autrijus | 2004-03-31T16:11:11.225511Z
 
+* lexicon path may contain spaces, esp. on win32.
 
 ------------------------------------------------------------------------
-r437 | jesse | 2004-02-23 11:59:15 -0500 (Mon, 23 Feb 2004) | 4 lines
+r645 | autrijus | 2004-03-31 01:20:10 -0500 (Wed, 31 Mar 2004) | 5 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
+   M /rt
+   M /rt/branches/rt-3.3/etc/schema.Informix
+   M /rt/branches/rt-3.3/etc/schema.Oracle
+   M /rt/branches/rt-3.3/etc/schema.Pg
+   M /rt/branches/rt-3.3/etc/schema.SQLite
+   M /rt/branches/rt-3.3/etc/schema.mysql
 
+r3541@not:  autrijus | 2004-03-31T06:19:36.740253Z
 
-#5296 - new attachment caching broke the API. Fixed
-
-
-------------------------------------------------------------------------
-r433 | jesse | 2004-02-20 03:31:25 -0500 (Fri, 20 Feb 2004) | 2 lines
-Changed paths:
-   A /rt/trunk/releng.cnf
-
-Added a releng configuration. Prepared release of 3.0.10pre1
+* port mysql schema to Pg.
+* other database are partially ported -- OCF and OCFV currently not there
 
 ------------------------------------------------------------------------
-r432 | jesse | 2004-02-20 03:28:34 -0500 (Fri, 20 Feb 2004) | 3 lines
+r643 | autrijus | 2004-03-31 00:16:07 -0500 (Wed, 31 Mar 2004) | 1 line
 Changed paths:
-   M /rt/trunk/html/Ticket/Display.html
-   A /rt/trunk/html/Ticket/Elements/FindAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowSummary
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/History.html
-
-Another round of rehashing and cutting which dropped response time another 15%
-
+   M /rt
+   M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
 
+hint to self: don't refactor when you're tired.
 ------------------------------------------------------------------------
-r431 | jesse | 2004-02-20 02:55:18 -0500 (Fri, 20 Feb 2004) | 5 lines
+r612 | autrijus | 2004-03-22 13:46:04 -0500 (Mon, 22 Mar 2004) | 2 lines
 Changed paths:
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-
-Rewrote ticket history display logic to do more loading up front and make fewer database calls.
-Improved speed for display of long tickets
-
+   D /rt/branches/rt-3.3/html/Admin/Global/CustomField.html
+   D /rt/branches/rt-3.3/html/Admin/Global/CustomFields.html
 
+* remove unused "Global" CF admin pages.
 
 ------------------------------------------------------------------------
-r430 | jesse | 2004-02-20 02:44:52 -0500 (Fri, 20 Feb 2004) | 3 lines
+r611 | autrijus | 2004-03-20 10:40:58 -0500 (Sat, 20 Mar 2004) | 7 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
 
-Adding a note about an inefficient function
+* merge Jesse's $RT::SystemUser->LanguageHandle fix; corrected a
+  bug caused by it in setup database stage where there's no SystemUser.
+* fixed two tests in RT::CustomField that incorrectly expected old-style
+  ->Type return values; they now test ->Type and ->MaxValues separately.
+* change some ok() tests into is() and like() tests.
 
 
 ------------------------------------------------------------------------
-r429 | jesse | 2004-02-19 23:52:25 -0500 (Thu, 19 Feb 2004) | 3 lines
+r597 | autrijus | 2004-03-17 13:12:25 -0500 (Wed, 17 Mar 2004) | 2 lines
 Changed paths:
-   D /rt/trunk/Makefile
-   D /rt/trunk/autom4te.cache
-   D /rt/trunk/config.log
-   D /rt/trunk/config.status
-   D /rt/trunk/configure
-
-Removed generated files from the subversion repository
+   M /rt/branches
+   A /rt/branches/rt-3.3/html/Developer
+   A /rt/branches/rt-3.3/html/Developer/Log.html
+   A /rt/branches/rt-3.3/html/Developer/Perldoc.html
+   A /rt/branches/rt-3.3/html/Developer/autohandler
 
+* Developer tools.
 
 ------------------------------------------------------------------------
-r426 | jesse | 2004-02-18 19:49:14 -0500 (Wed, 18 Feb 2004) | 2 lines
+r585 | autrijus | 2004-03-16 14:22:32 -0500 (Tue, 16 Mar 2004) | 3 lines
 Changed paths:
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
+   M /rt/branches
+   M /rt/branches/rt-3.3/bin/webmux.pl.in
+   M /rt/branches/rt-3.3/etc/acl.mysql
+   M /rt/branches/rt-3.3/lib/RT.pm.in
 
-Adding more debugging when ticket creation fails catastrophically.
+* move class loading to RT::InitClasses.
+* do not do acl if mysql is in skip-grant-tables mode.
 
 ------------------------------------------------------------------------
-r425 | jesse | 2004-02-17 14:02:19 -0500 (Tue, 17 Feb 2004) | 3 lines
+r584 | autrijus | 2004-03-16 14:07:50 -0500 (Tue, 16 Mar 2004) | 3 lines
 Changed paths:
-   M /rt/trunk/lib/RT/StyleGuide.pod
-
-deslashified bits of the styleguide
+   M /rt/branches
+   M /rt/branches/rt-3.3/Makefile.in
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
 
+* it is possible that the DESTDIR is the current directory.
+* also, hint on how to use MasonX::Profiler more concisely.
 
 ------------------------------------------------------------------------
-r417 | jesse | 2004-02-13 13:21:02 -0500 (Fri, 13 Feb 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   A /rt/trunk/README.Oracle
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/html/Elements/Callback
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/NoAuth/webrt.css
-   M /rt/trunk/html/Search/Elements/PickRestriction
-   M /rt/trunk/html/Ticket/Attachment/dhandler
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-9 into rt/trunk.
-
-------------------------------------------------------------------------
-r329 | jesse | 2004-01-02 17:55:55 -0500 (Fri, 02 Jan 2004) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/HOWTO/README
-   M /rt/trunk/HOWTO/change.txt
-   M /rt/trunk/HOWTO/release.txt
-   M /rt/trunk/HOWTO/version-control.txt
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/UPGRADING
-   M /rt/trunk/aclocal.m4
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/requests
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/mason_handler.scgi
-   M /rt/trunk/bin/mason_handler.scgi.in
-   M /rt/trunk/bin/mason_handler.svc
-   M /rt/trunk/bin/mason_handler.svc.in
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-commit-handler
-   M /rt/trunk/bin/rt-commit-handler.in
-   M /rt/trunk/bin/rt-crontool
-   M /rt/trunk/bin/rt-crontool.in
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config
-   M /rt/trunk/config.layout
-   M /rt/trunk/config.log
-   M /rt/trunk/config.pld
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/docs/Security
-   M /rt/trunk/docs/design_docs/acls
-   M /rt/trunk/docs/design_docs/approval_notices
-   M /rt/trunk/docs/design_docs/approval_template
-   M /rt/trunk/docs/design_docs/cf_search
-   M /rt/trunk/docs/design_docs/cli_spec
-   M /rt/trunk/docs/design_docs/cvs_integration
-   M /rt/trunk/docs/design_docs/delegation
-   M /rt/trunk/docs/design_docs/evil_plans
-   M /rt/trunk/docs/design_docs/groups_notes
-   M /rt/trunk/docs/design_docs/link-definitions.txt
-   M /rt/trunk/docs/design_docs/recursive_group_membership_algorithm
-   M /rt/trunk/docs/design_docs/rql_parser_machine.graphviz
-   M /rt/trunk/docs/design_docs/string-extraction-guide.txt
-   M /rt/trunk/docs/design_docs/ticket_templates
-   M /rt/trunk/docs/design_docs/users
-   M /rt/trunk/docs/rt3-schema-relationships.dot
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/etc/RT_SiteConfig.pm
-   M /rt/trunk/etc/acl.Informix
-   M /rt/trunk/etc/acl.Oracle
-   M /rt/trunk/etc/constraints.mysql
-   M /rt/trunk/etc/drop.Informix
-   M /rt/trunk/etc/drop.Oracle
-   M /rt/trunk/etc/initialdata
-   M /rt/trunk/etc/rt.spec
-   M /rt/trunk/etc/schema.Informix
-   M /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/upgrade/2.1.71
-   M /rt/trunk/html/Admin/Elements/AddCustomFieldValue
-   M /rt/trunk/html/Admin/Elements/EditCustomField
-   M /rt/trunk/html/Admin/Elements/EditCustomFieldValues
-   M /rt/trunk/html/Admin/Elements/EditCustomFields
-   M /rt/trunk/html/Admin/Elements/EditQueueWatchers
-   M /rt/trunk/html/Admin/Elements/EditScrip
-   M /rt/trunk/html/Admin/Elements/EditScrips
-   M /rt/trunk/html/Admin/Elements/EditTemplates
-   M /rt/trunk/html/Admin/Elements/ListGlobalCustomFields
-   M /rt/trunk/html/Admin/Elements/QueueRightsForUser
-   M /rt/trunk/html/Admin/Elements/SelectCustomFieldType
-   M /rt/trunk/html/Admin/Elements/SelectGroups
-   M /rt/trunk/html/Admin/Elements/SelectModifyGroup
-   M /rt/trunk/html/Admin/Elements/SelectNewGroupMembers
-   M /rt/trunk/html/Admin/Elements/SelectRights
-   M /rt/trunk/html/Admin/Elements/SelectScripAction
-   M /rt/trunk/html/Admin/Elements/SelectScripCondition
-   M /rt/trunk/html/Admin/Elements/SelectSingleOrMultiple
-   M /rt/trunk/html/Admin/Elements/SelectStage
-   M /rt/trunk/html/Admin/Elements/SelectUsers
-   M /rt/trunk/html/Admin/Global/CustomField.html
-   M /rt/trunk/html/Admin/Global/CustomFields.html
-   M /rt/trunk/html/Admin/Global/Scrip.html
-   M /rt/trunk/html/Admin/Groups/GroupRights.html
-   M /rt/trunk/html/Admin/Groups/Members.html
-   M /rt/trunk/html/Admin/Groups/Modify.html
-   M /rt/trunk/html/Admin/Groups/UserRights.html
-   M /rt/trunk/html/Admin/Groups/index.html
-   M /rt/trunk/html/Admin/Queues/CustomField.html
-   M /rt/trunk/html/Admin/Queues/CustomFields.html
-   M /rt/trunk/html/Admin/Queues/Scrip.html
-   M /rt/trunk/html/Approvals/Display.html
-   M /rt/trunk/html/Approvals/Elements/Approve
-   M /rt/trunk/html/Approvals/Elements/PendingMyApproval
-   M /rt/trunk/html/Approvals/Elements/ShowDependency
-   M /rt/trunk/html/Approvals/Elements/Tabs
-   M /rt/trunk/html/Approvals/index.html
-   M /rt/trunk/html/Elements/BevelBoxRaisedEnd
-   M /rt/trunk/html/Elements/BevelBoxRaisedStart
-   M /rt/trunk/html/Elements/Callback
-   M /rt/trunk/html/Elements/CreateTicket
-   M /rt/trunk/html/Elements/GotoTicket
-   M /rt/trunk/html/Elements/Menu
-   M /rt/trunk/html/Elements/MessageBox
-   M /rt/trunk/html/Elements/MyRequests
-   M /rt/trunk/html/Elements/MyTickets
-   M /rt/trunk/html/Elements/PageLayout
-   M /rt/trunk/html/Elements/Quicksearch
-   M /rt/trunk/html/Elements/Refresh
-   M /rt/trunk/html/Elements/SelectAttachmentField
-   M /rt/trunk/html/Elements/SelectCustomFieldOperator
-   M /rt/trunk/html/Elements/SelectCustomFieldValue
-   M /rt/trunk/html/Elements/SelectGroups
-   M /rt/trunk/html/Elements/SelectLang
-   M /rt/trunk/html/Elements/SelectLinkType
-   M /rt/trunk/html/Elements/SelectMatch
-   M /rt/trunk/html/Elements/SelectResultsPerPage
-   M /rt/trunk/html/Elements/SelectSortOrder
-   M /rt/trunk/html/Elements/SelectTicketSortBy
-   M /rt/trunk/html/Elements/SelectTicketTypes
-   M /rt/trunk/html/Elements/SelectWatcherType
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/Elements/ShadedInputRow
-   M /rt/trunk/html/Elements/ShadedRow
-   M /rt/trunk/html/Elements/SimpleSearch
-   M /rt/trunk/html/Elements/ViewUser
-   M /rt/trunk/html/NoAuth/images/back_home.gif
-   M /rt/trunk/html/NoAuth/images/bplogo.gif
-   M /rt/trunk/html/NoAuth/images/favicon.png
-   M /rt/trunk/html/NoAuth/images/head_requestracker.gif
-   M /rt/trunk/html/NoAuth/images/rt.jpg
-   M /rt/trunk/html/NoAuth/images/space.gif
-   M /rt/trunk/html/NoAuth/images/spacer.gif
-   M /rt/trunk/html/NoAuth/images/squares_blue.gif
-   M /rt/trunk/html/REST/1.0/Forms/queue/default
-   M /rt/trunk/html/REST/1.0/Forms/queue/ns
-   M /rt/trunk/html/REST/1.0/Forms/ticket/attachments
-   M /rt/trunk/html/REST/1.0/Forms/ticket/default
-   M /rt/trunk/html/REST/1.0/Forms/ticket/history
-   M /rt/trunk/html/REST/1.0/Forms/ticket/links
-   M /rt/trunk/html/REST/1.0/Forms/user/default
-   M /rt/trunk/html/REST/1.0/Forms/user/ns
-   M /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/trunk/html/REST/1.0/autohandler
-   M /rt/trunk/html/REST/1.0/dhandler
-   M /rt/trunk/html/REST/1.0/logout
-   M /rt/trunk/html/REST/1.0/search/dhandler
-   M /rt/trunk/html/REST/1.0/search/ticket
-   M /rt/trunk/html/REST/1.0/ticket/comment
-   M /rt/trunk/html/REST/1.0/ticket/link
-   M /rt/trunk/html/REST/1.0/ticket/merge
-   M /rt/trunk/html/Search/Elements/PickRestriction
-   M /rt/trunk/html/Search/Elements/TicketHeader
-   M /rt/trunk/html/Search/Elements/TicketHeaderCell
-   M /rt/trunk/html/Search/Elements/TicketRow
-   M /rt/trunk/html/SelfService/Attachment/dhandler
-   M /rt/trunk/html/SelfService/Closed.html
-   M /rt/trunk/html/SelfService/Elements/MyRequests
-   M /rt/trunk/html/SelfService/Elements/Tabs
-   M /rt/trunk/html/SelfService/index.html
-   M /rt/trunk/html/Ticket/Attachment/dhandler
-   M /rt/trunk/html/Ticket/Elements/BulkLinks
-   M /rt/trunk/html/Ticket/Elements/EditCustomField
-   M /rt/trunk/html/Ticket/Elements/EditCustomFields
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowCustomFields
-   M /rt/trunk/html/Ticket/Elements/ShowDates
-   M /rt/trunk/html/Ticket/Elements/ShowLink
-   M /rt/trunk/html/Ticket/Elements/ShowMessageHeaders
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/html/Ticket/Elements/Tabs
-   M /rt/trunk/html/User/Delegation.html
-   M /rt/trunk/html/User/Elements/DelegateRights
-   M /rt/trunk/html/User/Elements/GroupTabs
-   M /rt/trunk/html/User/Elements/Tabs
-   M /rt/trunk/html/User/Groups/Members.html
-   M /rt/trunk/html/User/Groups/Modify.html
-   M /rt/trunk/html/User/Groups/index.html
-   M /rt/trunk/html/index.html
-   M /rt/trunk/html/l
-   M /rt/trunk/install-sh
-   M /rt/trunk/lib/RT/ACE_Overlay.pm
-   M /rt/trunk/lib/RT/ACL_Overlay.pm
-   M /rt/trunk/lib/RT/Action/AutoOpen.pm
-   M /rt/trunk/lib/RT/Action/CreateTickets.pm
-   M /rt/trunk/lib/RT/Action/EscalatePriority.pm
-   M /rt/trunk/lib/RT/Action/ResolveMembers.pm
-   M /rt/trunk/lib/RT/Action/SetPriority.pm
-   M /rt/trunk/lib/RT/Action/UserDefined.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Attachments_Overlay.pm
-   M /rt/trunk/lib/RT/Base.pm
-   M /rt/trunk/lib/RT/CachedGroupMember.pm
-   M /rt/trunk/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   M /rt/trunk/lib/RT/Condition/BeforeDue.pm
-   M /rt/trunk/lib/RT/Condition/Overdue.pm
-   M /rt/trunk/lib/RT/Condition/OwnerChange.pm
-   M /rt/trunk/lib/RT/Condition/PriorityExceeds.pm
-   M /rt/trunk/lib/RT/Condition/QueueChange.pm
-   M /rt/trunk/lib/RT/Condition/StatusChange.pm
-   M /rt/trunk/lib/RT/Condition/UserDefined.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/CustomField.pm
-   M /rt/trunk/lib/RT/CustomFieldValue.pm
-   M /rt/trunk/lib/RT/CustomFieldValues.pm
-   M /rt/trunk/lib/RT/CustomFieldValues_Overlay.pm
-   M /rt/trunk/lib/RT/CustomField_Overlay.pm
-   M /rt/trunk/lib/RT/CustomFields.pm
-   M /rt/trunk/lib/RT/CustomFields_Overlay.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/GroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/GroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/I18N/cs.pm
-   M /rt/trunk/lib/RT/I18N/cs.po
-   M /rt/trunk/lib/RT/I18N/de.po
-   M /rt/trunk/lib/RT/I18N/en.po
-   M /rt/trunk/lib/RT/I18N/es.po
-   M /rt/trunk/lib/RT/I18N/fi.po
-   M /rt/trunk/lib/RT/I18N/fr.po
-   M /rt/trunk/lib/RT/I18N/he.po
-   M /rt/trunk/lib/RT/I18N/i_default.pm
-   M /rt/trunk/lib/RT/I18N/it.po
-   M /rt/trunk/lib/RT/I18N/ja.po
-   M /rt/trunk/lib/RT/I18N/nl.po
-   M /rt/trunk/lib/RT/I18N/no.po
-   M /rt/trunk/lib/RT/I18N/pt_br.po
-   M /rt/trunk/lib/RT/I18N/ru.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/trunk/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/REST.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Link_Overlay.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/Links_Overlay.pm
-   M /rt/trunk/lib/RT/Principal.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Principals.pm
-   M /rt/trunk/lib/RT/Principals_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Queues_Overlay.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/ScripAction_Overlay.pm
-   M /rt/trunk/lib/RT/ScripActions_Overlay.pm
-   M /rt/trunk/lib/RT/ScripCondition_Overlay.pm
-   M /rt/trunk/lib/RT/ScripConditions_Overlay.pm
-   M /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/Scrips_Overlay.pm
-   M /rt/trunk/lib/RT/Search/ActiveTicketsInQueue.pm
-   M /rt/trunk/lib/RT/Search/Generic.pm
-   M /rt/trunk/lib/RT/StyleGuide.pod
-   M /rt/trunk/lib/RT/System.pm
-   M /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Templates_Overlay.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValue.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValue_Overlay.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValues.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValues_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Transactions_Overlay.pm
-   M /rt/trunk/lib/RT/URI/base.pm
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT/URI.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/lib/t/00smoke.t
-   M /rt/trunk/lib/t/00smoke.t.in
-   M /rt/trunk/lib/t/01harness.t
-   M /rt/trunk/lib/t/01harness.t.in
-   M /rt/trunk/lib/t/02regression.t
-   M /rt/trunk/lib/t/02regression.t.in
-   M /rt/trunk/lib/t/03web.pl
-   M /rt/trunk/lib/t/03web.pl.in
-   M /rt/trunk/lib/t/04_send_email.pl
-   M /rt/trunk/lib/t/04_send_email.pl.in
-   M /rt/trunk/lib/t/data/8859-15-message-series/dir
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg1
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg2
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg3
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg4
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg5
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg6
-   M /rt/trunk/lib/t/data/8859-15-message-series/msg7
-   A /rt/trunk/lib/t/data/crashes-file-based-parser
-   M /rt/trunk/lib/t/data/multipart-alternative-with-umlaut
-   M /rt/trunk/lib/t/data/multipart-report
-   M /rt/trunk/lib/t/data/nested-mime-sample
-   M /rt/trunk/lib/t/data/nested-rfc-822
-   M /rt/trunk/lib/t/data/new-ticket-from-iso-8859-1
-   M /rt/trunk/lib/t/data/new-ticket-from-iso-8859-1-full
-   A /rt/trunk/lib/t/data/notes-uuencoded
-   M /rt/trunk/lib/t/data/russian-subject-no-content-type
-   M /rt/trunk/lib/t/data/text-html-in-russian
-   M /rt/trunk/lib/t/data/text-html-with-umlaut
-   M /rt/trunk/lib/t/regression/00placeholder
-   M /rt/trunk/lib/t/regression/mime_tests
-   M /rt/trunk/m4/rt_enable_layout.m4
-   M /rt/trunk/m4/rt_expand_var.m4
-   M /rt/trunk/m4/rt_layout.m4
-   M /rt/trunk/m4/rt_subst_expanded_arg.m4
-   M /rt/trunk/sbin/extract-message-catalog
-   M /rt/trunk/sbin/extract_pod_tests
-   M /rt/trunk/sbin/factory
-   M /rt/trunk/sbin/license_tag
-   M /rt/trunk/sbin/regression_harness
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load /tmp/rt-3-0-8 into rt/trunk.
-
-------------------------------------------------------------------------
-r282 | jesse | 2003-11-25 22:32:12 -0500 (Tue, 25 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/mason_handler.scgi
-   M /rt/trunk/bin/mason_handler.scgi.in
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/html/Admin/Elements/EditScrip
-   A /rt/trunk/html/Admin/Elements/SelectStage
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/html/Ticket/Elements/ShowDates
-   M /rt/trunk/html/Ticket/Modify.html
-   M /rt/trunk/html/Ticket/ModifyAll.html
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Scrips_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/t/03web.pl
-   M /rt/trunk/lib/t/03web.pl.in
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-
-Load /tmp/rt-3-0-8pre1 into rt/trunk.
-
-------------------------------------------------------------------------
-r267 | root | 2003-11-17 23:03:48 -0500 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/UPGRADING
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/lib/RT.pm
-
-Load rt-3-0-7_01 into rt/trunk.
-
-------------------------------------------------------------------------
-r265 | root | 2003-11-17 23:03:20 -0500 (Mon, 17 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   A /rt/trunk/UPGRADING
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/mason_handler.scgi
-   M /rt/trunk/bin/mason_handler.scgi.in
-   M /rt/trunk/bin/mason_handler.svc
-   M /rt/trunk/bin/mason_handler.svc.in
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   A /rt/trunk/docs/rt3-schema-relationships.dot
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/etc/RT_Config.pm.in
-   A /rt/trunk/etc/acl.Informix
-   M /rt/trunk/etc/constraints.mysql
-   A /rt/trunk/etc/drop.Informix
-   A /rt/trunk/etc/schema.Informix
-   M /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/html/Admin/Elements/SelectRights
-   M /rt/trunk/html/Admin/Queues/CustomFields.html
-   A /rt/trunk/html/Elements/SelectLang
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/REST/1.0/Forms/queue/default
-   M /rt/trunk/html/REST/1.0/Forms/ticket/attachments
-   M /rt/trunk/html/REST/1.0/Forms/ticket/default
-   A /rt/trunk/html/REST/1.0/Forms/ticket/history
-   M /rt/trunk/html/REST/1.0/Forms/user/default
-   M /rt/trunk/html/REST/1.0/search/ticket
-   M /rt/trunk/html/SelfService/Display.html
-   M /rt/trunk/html/SelfService/Update.html
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/html/Ticket/Elements/AddWatchers
-   M /rt/trunk/html/Ticket/Elements/EditCustomField
-   M /rt/trunk/html/Ticket/Elements/EditPeople
-   M /rt/trunk/html/Ticket/Elements/ShowDates
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/ModifyPeople.html
-   M /rt/trunk/html/User/Prefs.html
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Base.pm
-   M /rt/trunk/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/GroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/sbin/extract-message-catalog
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-7 into rt/trunk.
-
-------------------------------------------------------------------------
-r76 | root | 2003-11-16 02:27:07 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/html/Elements/MessageBox
-   M /rt/trunk/html/Ticket/Elements/EditLinks
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT.pm
-
-Load rt-3-0-6 into rt/trunk.
-
-------------------------------------------------------------------------
-r74 | root | 2003-11-16 02:26:32 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   A /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   A /rt/trunk/bin/rt.in
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/etc/acl.Oracle
-   A /rt/trunk/etc/drop.Oracle
-   M /rt/trunk/etc/initialdata
-   A /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/html/Admin/Elements/EditCustomField
-   M /rt/trunk/html/Admin/Elements/EditCustomFieldValues
-   M /rt/trunk/html/Admin/Elements/EditCustomFields
-   M /rt/trunk/html/Admin/Elements/EditScrips
-   M /rt/trunk/html/Admin/Elements/SelectGroups
-   M /rt/trunk/html/Admin/Queues/index.html
-   M /rt/trunk/html/Admin/Users/Modify.html
-   M /rt/trunk/html/Admin/Users/index.html
-   M /rt/trunk/html/Approvals/Display.html
-   M /rt/trunk/html/Elements/MessageBox
-   M /rt/trunk/html/Elements/MyTickets
-   M /rt/trunk/html/Elements/SelectStatus
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   A /rt/trunk/html/REST/1.0/Forms
-   A /rt/trunk/html/REST/1.0/Forms/queue
-   A /rt/trunk/html/REST/1.0/Forms/queue/default
-   A /rt/trunk/html/REST/1.0/Forms/queue/ns
-   A /rt/trunk/html/REST/1.0/Forms/ticket
-   A /rt/trunk/html/REST/1.0/Forms/ticket/attachments
-   A /rt/trunk/html/REST/1.0/Forms/ticket/default
-   A /rt/trunk/html/REST/1.0/Forms/ticket/links
-   A /rt/trunk/html/REST/1.0/Forms/user
-   A /rt/trunk/html/REST/1.0/Forms/user/default
-   A /rt/trunk/html/REST/1.0/Forms/user/ns
-   M /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
-   A /rt/trunk/html/REST/1.0/autohandler
-   A /rt/trunk/html/REST/1.0/dhandler
-   A /rt/trunk/html/REST/1.0/logout
-   A /rt/trunk/html/REST/1.0/search
-   A /rt/trunk/html/REST/1.0/search/dhandler
-   A /rt/trunk/html/REST/1.0/search/ticket
-   A /rt/trunk/html/REST/1.0/ticket
-   A /rt/trunk/html/REST/1.0/ticket/comment
-   A /rt/trunk/html/REST/1.0/ticket/link
-   A /rt/trunk/html/REST/1.0/ticket/merge
-   M /rt/trunk/html/Search/Bulk.html
-   M /rt/trunk/html/Search/Elements/PickRestriction
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowPeople
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/User/Prefs.html
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/CreateTickets.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/I18N/cs.pm
-   M /rt/trunk/lib/RT/I18N/de.po
-   A /rt/trunk/lib/RT/I18N/it.po
-   M /rt/trunk/lib/RT/I18N/ru.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   A /rt/trunk/lib/RT/Interface/REST.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/ScripAction_Overlay.pm
-   A /rt/trunk/lib/RT/StyleGuide.pod
-   M /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/lib/t/02regression.t
-   M /rt/trunk/lib/t/02regression.t.in
-   M /rt/trunk/lib/t/03web.pl
-   M /rt/trunk/lib/t/03web.pl.in
-   M /rt/trunk/lib/t/04_send_email.pl
-   M /rt/trunk/lib/t/04_send_email.pl.in
-   A /rt/trunk/lib/t/data/multipart-report
-   M /rt/trunk/sbin/factory
-   M /rt/trunk/sbin/license_tag
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-5 into rt/trunk.
-
-------------------------------------------------------------------------
-r72 | root | 2003-11-16 02:25:12 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/html/Admin/Elements/UserTabs
-   M /rt/trunk/html/Elements/Footer
-   M /rt/trunk/html/Elements/ListActions
-   M /rt/trunk/html/Ticket/Elements/EditLinks
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   M /rt/trunk/html/Ticket/Elements/ShowLink
-   A /rt/trunk/html/Ticket/Elements/ShowMessageHeaders
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/lib/RT/Action/EscalatePriority.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/CustomField_Overlay.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/I18N/fr.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/SearchBuilder.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/URI/base.pm
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/lib/t/00smoke.t
-   M /rt/trunk/lib/t/00smoke.t.in
-   M /rt/trunk/lib/t/04_send_email.pl
-   M /rt/trunk/lib/t/04_send_email.pl.in
-   A /rt/trunk/lib/t/data/nested-rfc-822
-   M /rt/trunk/sbin/factory
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-
-Load rt-3-0-4 into rt/trunk.
-
-------------------------------------------------------------------------
-r70 | root | 2003-11-16 02:24:18 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.fcgi.in
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/html/Admin/Elements/EditQueueWatchers
-   M /rt/trunk/html/Admin/Queues/Scrip.html
-   M /rt/trunk/html/Elements/Header
-   M /rt/trunk/html/Elements/Login
-   M /rt/trunk/html/Elements/PageLayout
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/NoAuth/Logout.html
-   M /rt/trunk/html/NoAuth/webrt.css
-   M /rt/trunk/html/Search/Bulk.html
-   M /rt/trunk/html/Search/Elements/TicketHeaderCell
-   M /rt/trunk/html/Ticket/Attachment/dhandler
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/html/Ticket/Elements/EditCustomField
-   M /rt/trunk/html/Ticket/Elements/ShowLink
-   M /rt/trunk/html/Ticket/Elements/ShowLinks
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/Elements/Tabs
-   M /rt/trunk/html/Ticket/Update.html
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/html/l
-   M /rt/trunk/lib/RT/ACL_Overlay.pm
-   M /rt/trunk/lib/RT/Action/CreateTickets.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Condition/OwnerChange.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/GroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/I18N/de.po
-   M /rt/trunk/lib/RT/I18N/fr.po
-   M /rt/trunk/lib/RT/I18N/he.po
-   M /rt/trunk/lib/RT/I18N/nl.po
-   A /rt/trunk/lib/RT/I18N/no.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/SearchBuilder.pm
-   M /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets_Overlay.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/lib/t/00smoke.t
-   M /rt/trunk/lib/t/00smoke.t.in
-   M /rt/trunk/lib/t/02regression.t
-   M /rt/trunk/lib/t/02regression.t.in
-   A /rt/trunk/lib/t/04_send_email.pl
-   A /rt/trunk/lib/t/04_send_email.pl.in
-   A /rt/trunk/lib/t/data/8859-15-message-series
-   A /rt/trunk/lib/t/data/8859-15-message-series/dir
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg1
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg2
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg3
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg4
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg5
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg6
-   A /rt/trunk/lib/t/data/8859-15-message-series/msg7
-   A /rt/trunk/lib/t/data/multipart-alternative-with-umlaut
-   A /rt/trunk/lib/t/data/new-ticket-from-iso-8859-1
-   A /rt/trunk/lib/t/data/new-ticket-from-iso-8859-1-full
-   A /rt/trunk/lib/t/data/russian-subject-no-content-type
-   A /rt/trunk/lib/t/data/text-html-in-russian
-   A /rt/trunk/lib/t/data/text-html-with-umlaut
-   M /rt/trunk/sbin/extract-message-catalog
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-3 into rt/trunk.
-
-------------------------------------------------------------------------
-r68 | root | 2003-11-16 02:23:17 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   M /rt/trunk/aclocal.m4
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.layout
-   M /rt/trunk/config.log
-   M /rt/trunk/config.pld
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/etc/RT_Config.pm
-   M /rt/trunk/etc/RT_Config.pm.in
-   M /rt/trunk/etc/initialdata
-   M /rt/trunk/html/Admin/Elements/SelectRights
-   M /rt/trunk/html/Admin/Queues/GroupRights.html
-   M /rt/trunk/html/Admin/Queues/Modify.html
-   M /rt/trunk/html/Admin/Queues/Scrips.html
-   M /rt/trunk/html/Admin/Queues/UserRights.html
-   M /rt/trunk/html/Approvals/Elements/ShowDependency
-   M /rt/trunk/html/Elements/Error
-   M /rt/trunk/html/Elements/Footer
-   M /rt/trunk/html/Elements/Quicksearch
-   M /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/trunk/html/Search/Bulk.html
-   A /rt/trunk/html/Ticket/Elements/BulkLinks
-   M /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   M /rt/trunk/lib/RT/Action/AutoOpen.pm
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/CreateTickets.pm
-   M /rt/trunk/lib/RT/Action/EscalatePriority.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/NotifyAsComment.pm
-   M /rt/trunk/lib/RT/Action/ResolveMembers.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Action/SetPriority.pm
-   M /rt/trunk/lib/RT/Action/UserDefined.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Base.pm
-   M /rt/trunk/lib/RT/CachedGroupMember.pm
-   M /rt/trunk/lib/RT/CachedGroupMembers.pm
-   M /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   M /rt/trunk/lib/RT/Condition/BeforeDue.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/Condition/Overdue.pm
-   M /rt/trunk/lib/RT/Condition/OwnerChange.pm
-   M /rt/trunk/lib/RT/Condition/PriorityExceeds.pm
-   M /rt/trunk/lib/RT/Condition/QueueChange.pm
-   M /rt/trunk/lib/RT/Condition/StatusChange.pm
-   M /rt/trunk/lib/RT/Condition/UserDefined.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/CustomField.pm
-   M /rt/trunk/lib/RT/CustomFieldValue.pm
-   M /rt/trunk/lib/RT/CustomFieldValues.pm
-   M /rt/trunk/lib/RT/CustomFields.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/I18N/i_default.pm
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/trunk/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/Principal.pm
-   M /rt/trunk/lib/RT/Principal_Overlay.pm
-   M /rt/trunk/lib/RT/Principals.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Search/ActiveTicketsInQueue.pm
-   M /rt/trunk/lib/RT/Search/Generic.pm
-   M /rt/trunk/lib/RT/SearchBuilder.pm
-   M /rt/trunk/lib/RT/System.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValue.pm
-   M /rt/trunk/lib/RT/TicketCustomFieldValues.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   M /rt/trunk/lib/RT/URI/base.pm
-   M /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   M /rt/trunk/lib/RT/URI.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/lib/RT/Users_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/lib/RT.pm.in
-   M /rt/trunk/m4/rt_layout.m4
-   M /rt/trunk/sbin/factory
-   M /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-2 into rt/trunk.
-
-------------------------------------------------------------------------
-r66 | root | 2003-11-16 02:22:32 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   M /rt/trunk/Makefile
-   M /rt/trunk/Makefile.in
-   M /rt/trunk/autom4te.cache/output.0
-   M /rt/trunk/autom4te.cache/traces.0
-   A /rt/trunk/bin/mason_handler.scgi
-   A /rt/trunk/bin/mason_handler.scgi.in
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rt-mailgate.in
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/bin/webmux.pl.in
-   M /rt/trunk/config.log
-   M /rt/trunk/config.status
-   M /rt/trunk/configure
-   M /rt/trunk/configure.ac
-   M /rt/trunk/html/Elements/Login
-   M /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/html/l
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   A /rt/trunk/lib/RT/I18N/cs.pm
-   M /rt/trunk/lib/RT/I18N/cs.po
-   M /rt/trunk/lib/RT/I18N/es.po
-   A /rt/trunk/lib/RT/I18N/he.po
-   M /rt/trunk/lib/RT/I18N/zh_cn.po
-   M /rt/trunk/lib/RT/I18N/zh_tw.po
-   M /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
-   M /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-
-Load rt-3-0-1 into rt/trunk.
-
-------------------------------------------------------------------------
-r64 | root | 2003-11-16 02:21:25 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Changelog
-   A /rt/trunk/HOWTO
-   A /rt/trunk/HOWTO/README
-   A /rt/trunk/HOWTO/change.txt
-   A /rt/trunk/HOWTO/release.txt
-   A /rt/trunk/HOWTO/version-control.txt
-   M /rt/trunk/Makefile
-   A /rt/trunk/Makefile.in
-   M /rt/trunk/README
-   D /rt/trunk/TODO
-   A /rt/trunk/aclocal.m4
-   A /rt/trunk/autom4te.cache
-   A /rt/trunk/autom4te.cache/output.0
-   A /rt/trunk/autom4te.cache/requests
-   A /rt/trunk/autom4te.cache/traces.0
-   D /rt/trunk/bin/initacls.Oracle
-   D /rt/trunk/bin/initacls.Pg
-   D /rt/trunk/bin/initacls.mysql
-   M /rt/trunk/bin/mason_handler.fcgi
-   A /rt/trunk/bin/mason_handler.fcgi.in
-   D /rt/trunk/bin/mason_handler.scgi
-   A /rt/trunk/bin/mason_handler.svc
-   A /rt/trunk/bin/mason_handler.svc.in
-   D /rt/trunk/bin/rt
-   A /rt/trunk/bin/rt-commit-handler
-   A /rt/trunk/bin/rt-commit-handler.in
-   A /rt/trunk/bin/rt-crontool
-   A /rt/trunk/bin/rt-crontool.in
-   M /rt/trunk/bin/rt-mailgate
-   A /rt/trunk/bin/rt-mailgate.in
-   D /rt/trunk/bin/rtadmin
-   M /rt/trunk/bin/webmux.pl
-   A /rt/trunk/bin/webmux.pl.in
-   A /rt/trunk/config
-   A /rt/trunk/config.layout
-   A /rt/trunk/config.log
-   A /rt/trunk/config.pld
-   A /rt/trunk/config.status
-   A /rt/trunk/configure
-   A /rt/trunk/configure.ac
-   D /rt/trunk/debian
-   M /rt/trunk/docs/design_docs/acls
-   A /rt/trunk/docs/design_docs/approval_notices
-   A /rt/trunk/docs/design_docs/approval_template
-   D /rt/trunk/docs/design_docs/basic-definitions.txt
-   A /rt/trunk/docs/design_docs/cf_search
-   M /rt/trunk/docs/design_docs/cli_spec
-   A /rt/trunk/docs/design_docs/delegation
-   M /rt/trunk/docs/design_docs/evil_plans
-   A /rt/trunk/docs/design_docs/groups_notes
-   D /rt/trunk/docs/design_docs/local_hacking
-   A /rt/trunk/docs/design_docs/recursive_group_membership_algorithm
-   A /rt/trunk/docs/design_docs/rql_parser_machine.graphviz
-   A /rt/trunk/docs/design_docs/string-extraction-guide.txt
-   A /rt/trunk/docs/design_docs/ticket_templates
-   D /rt/trunk/docs/rt.gif
-   M /rt/trunk/etc/RT_Config.pm
-   A /rt/trunk/etc/RT_Config.pm.in
-   A /rt/trunk/etc/RT_SiteConfig.pm
-   M /rt/trunk/etc/acl.Oracle
-   M /rt/trunk/etc/acl.Pg
-   M /rt/trunk/etc/acl.mysql
-   A /rt/trunk/etc/constraints.mysql
-   A /rt/trunk/etc/initialdata
-   D /rt/trunk/etc/schema.Oracle
-   M /rt/trunk/etc/schema.Pg
-   A /rt/trunk/etc/schema.SQLite
-   M /rt/trunk/etc/schema.mysql
-   D /rt/trunk/etc/schema.pm
-   A /rt/trunk/etc/upgrade
-   A /rt/trunk/etc/upgrade/2.1.71
-   A /rt/trunk/html/Admin/Elements/AddCustomFieldValue
-   D /rt/trunk/html/Admin/Elements/CreateQueueCalled
-   M /rt/trunk/html/Admin/Elements/CreateUserCalled
-   A /rt/trunk/html/Admin/Elements/EditCustomField
-   A /rt/trunk/html/Admin/Elements/EditCustomFieldValues
-   A /rt/trunk/html/Admin/Elements/EditCustomFields
-   A /rt/trunk/html/Admin/Elements/EditQueueWatchers
-   A /rt/trunk/html/Admin/Elements/EditScrip
-   A /rt/trunk/html/Admin/Elements/EditScrips
-   A /rt/trunk/html/Admin/Elements/EditTemplates
-   M /rt/trunk/html/Admin/Elements/EditUserComments
-   D /rt/trunk/html/Admin/Elements/GrantQueueRightsTo
-   M /rt/trunk/html/Admin/Elements/GroupTabs
-   M /rt/trunk/html/Admin/Elements/Header
-   A /rt/trunk/html/Admin/Elements/ListGlobalCustomFields
-   D /rt/trunk/html/Admin/Elements/ListGlobalKeywordSelects
-   M /rt/trunk/html/Admin/Elements/ListGlobalScrips
-   D /rt/trunk/html/Admin/Elements/ModifyKeyword
-   D /rt/trunk/html/Admin/Elements/ModifyKeywordSelect
-   M /rt/trunk/html/Admin/Elements/ModifyQueue
-   M /rt/trunk/html/Admin/Elements/ModifyTemplate
-   M /rt/trunk/html/Admin/Elements/ModifyUser
-   M /rt/trunk/html/Admin/Elements/QueueRightsForUser
-   M /rt/trunk/html/Admin/Elements/QueueTabs
-   A /rt/trunk/html/Admin/Elements/SelectCustomFieldType
-   A /rt/trunk/html/Admin/Elements/SelectGroups
-   D /rt/trunk/html/Admin/Elements/SelectKeywordSelect
-   M /rt/trunk/html/Admin/Elements/SelectModifyGroup
-   D /rt/trunk/html/Admin/Elements/SelectModifyKeyword
-   D /rt/trunk/html/Admin/Elements/SelectModifyKeywordSelect
-   M /rt/trunk/html/Admin/Elements/SelectModifyQueue
-   M /rt/trunk/html/Admin/Elements/SelectModifyUser
-   A /rt/trunk/html/Admin/Elements/SelectNewGroupMembers
-   D /rt/trunk/html/Admin/Elements/SelectQueueRights
-   M /rt/trunk/html/Admin/Elements/SelectRights
-   M /rt/trunk/html/Admin/Elements/SelectScrip
-   M /rt/trunk/html/Admin/Elements/SelectScripAction
-   M /rt/trunk/html/Admin/Elements/SelectScripCondition
-   M /rt/trunk/html/Admin/Elements/SelectSingleOrMultiple
-   M /rt/trunk/html/Admin/Elements/SelectTemplate
-   M /rt/trunk/html/Admin/Elements/SelectUsers
-   M /rt/trunk/html/Admin/Elements/SystemTabs
-   M /rt/trunk/html/Admin/Elements/Tabs
-   M /rt/trunk/html/Admin/Elements/UserTabs
-   A /rt/trunk/html/Admin/Global/CustomField.html
-   A /rt/trunk/html/Admin/Global/CustomFields.html
-   M /rt/trunk/html/Admin/Global/GroupRights.html
-   D /rt/trunk/html/Admin/Global/Keywords.html
-   A /rt/trunk/html/Admin/Global/Scrip.html
-   M /rt/trunk/html/Admin/Global/Scrips.html
-   M /rt/trunk/html/Admin/Global/Template.html
-   M /rt/trunk/html/Admin/Global/Templates.html
-   M /rt/trunk/html/Admin/Global/UserRights.html
-   M /rt/trunk/html/Admin/Global/index.html
-   A /rt/trunk/html/Admin/Groups/GroupRights.html
-   M /rt/trunk/html/Admin/Groups/Members.html
-   M /rt/trunk/html/Admin/Groups/Modify.html
-   M /rt/trunk/html/Admin/Groups/UserRights.html
-   M /rt/trunk/html/Admin/Groups/index.html
-   D /rt/trunk/html/Admin/KeywordSelects
-   D /rt/trunk/html/Admin/Keywords
-   D /rt/trunk/html/Admin/Queues/Create.html
-   A /rt/trunk/html/Admin/Queues/CustomField.html
-   A /rt/trunk/html/Admin/Queues/CustomFields.html
-   M /rt/trunk/html/Admin/Queues/GroupRights.html
-   D /rt/trunk/html/Admin/Queues/Keywords.html
-   M /rt/trunk/html/Admin/Queues/Modify.html
-   M /rt/trunk/html/Admin/Queues/People.html
-   A /rt/trunk/html/Admin/Queues/Scrip.html
-   M /rt/trunk/html/Admin/Queues/Scrips.html
-   M /rt/trunk/html/Admin/Queues/Template.html
-   M /rt/trunk/html/Admin/Queues/Templates.html
-   M /rt/trunk/html/Admin/Queues/UserRights.html
-   M /rt/trunk/html/Admin/Queues/index.html
-   M /rt/trunk/html/Admin/Users/Modify.html
-   M /rt/trunk/html/Admin/Users/Prefs.html
-   D /rt/trunk/html/Admin/Users/Rights.html
-   M /rt/trunk/html/Admin/Users/index.html
-   M /rt/trunk/html/Admin/index.html
-   A /rt/trunk/html/Approvals
-   A /rt/trunk/html/Approvals/Display.html
-   A /rt/trunk/html/Approvals/Elements
-   A /rt/trunk/html/Approvals/Elements/Approve
-   A /rt/trunk/html/Approvals/Elements/PendingMyApproval
-   A /rt/trunk/html/Approvals/Elements/ShowDependency
-   A /rt/trunk/html/Approvals/Elements/Tabs
-   A /rt/trunk/html/Approvals/index.html
-   A /rt/trunk/html/Elements/BevelBoxRaisedEnd
-   A /rt/trunk/html/Elements/BevelBoxRaisedStart
-   A /rt/trunk/html/Elements/Callback
-   M /rt/trunk/html/Elements/Checkbox
-   M /rt/trunk/html/Elements/CreateTicket
-   D /rt/trunk/html/Elements/CustomHomepageHeader
-   M /rt/trunk/html/Elements/Error
-   M /rt/trunk/html/Elements/Footer
-   M /rt/trunk/html/Elements/GotoTicket
-   M /rt/trunk/html/Elements/Header
-   M /rt/trunk/html/Elements/ListActions
-   M /rt/trunk/html/Elements/Login
-   A /rt/trunk/html/Elements/Menu
-   M /rt/trunk/html/Elements/MessageBox
-   M /rt/trunk/html/Elements/MyRequests
-   M /rt/trunk/html/Elements/MyTickets
-   A /rt/trunk/html/Elements/PageLayout
-   M /rt/trunk/html/Elements/Quicksearch
-   M /rt/trunk/html/Elements/Refresh
-   M /rt/trunk/html/Elements/Section
-   A /rt/trunk/html/Elements/SelectAttachmentField
-   M /rt/trunk/html/Elements/SelectBoolean
-   A /rt/trunk/html/Elements/SelectCustomFieldOperator
-   A /rt/trunk/html/Elements/SelectCustomFieldValue
-   M /rt/trunk/html/Elements/SelectDate
-   M /rt/trunk/html/Elements/SelectDateRelation
-   M /rt/trunk/html/Elements/SelectDateType
-   M /rt/trunk/html/Elements/SelectEqualityOperator
-   A /rt/trunk/html/Elements/SelectGroups
-   D /rt/trunk/html/Elements/SelectKeyword
-   D /rt/trunk/html/Elements/SelectKeywordOptions
-   M /rt/trunk/html/Elements/SelectLinkType
-   M /rt/trunk/html/Elements/SelectMatch
-   M /rt/trunk/html/Elements/SelectNewTicketQueue
-   M /rt/trunk/html/Elements/SelectOwner
-   M /rt/trunk/html/Elements/SelectQueue
-   M /rt/trunk/html/Elements/SelectResultsPerPage
-   M /rt/trunk/html/Elements/SelectSortOrder
-   M /rt/trunk/html/Elements/SelectStatus
-   M /rt/trunk/html/Elements/SelectTicketSortBy
-   A /rt/trunk/html/Elements/SelectTicketTypes
-   M /rt/trunk/html/Elements/SelectUsers
-   M /rt/trunk/html/Elements/SelectWatcherType
-   A /rt/trunk/html/Elements/SetupSessionCookie
-   M /rt/trunk/html/Elements/ShadedBox
-   A /rt/trunk/html/Elements/ShadedInputRow
-   A /rt/trunk/html/Elements/ShadedRow
-   A /rt/trunk/html/Elements/SimpleSearch
-   M /rt/trunk/html/Elements/Submit
-   M /rt/trunk/html/Elements/Tabs
-   M /rt/trunk/html/Elements/TitleBoxEnd
-   M /rt/trunk/html/Elements/TitleBoxStart
-   M /rt/trunk/html/Elements/ViewUser
-   D /rt/trunk/html/Elements/dayMenu
-   D /rt/trunk/html/Elements/monthMenu
-   D /rt/trunk/html/Elements/yearMenu
-   M /rt/trunk/html/NoAuth/Logout.html
-   M /rt/trunk/html/NoAuth/Reminder.html
-   A /rt/trunk/html/NoAuth/images/back_home.gif
-   A /rt/trunk/html/NoAuth/images/bplogo.gif
-   A /rt/trunk/html/NoAuth/images/favicon.png
-   A /rt/trunk/html/NoAuth/images/head_requestracker.gif
-   A /rt/trunk/html/NoAuth/images/space.gif
-   A /rt/trunk/html/NoAuth/images/squares_blue.gif
-   M /rt/trunk/html/NoAuth/webrt.css
-   A /rt/trunk/html/REST
-   A /rt/trunk/html/REST/1.0
-   A /rt/trunk/html/REST/1.0/NoAuth
-   A /rt/trunk/html/REST/1.0/NoAuth/mail-gateway
-   M /rt/trunk/html/Search/Bulk.html
-   A /rt/trunk/html/Search/Elements
-   A /rt/trunk/html/Search/Elements/PickRestriction
-   A /rt/trunk/html/Search/Elements/TicketHeader
-   A /rt/trunk/html/Search/Elements/TicketHeaderCell
-   A /rt/trunk/html/Search/Elements/TicketRow
-   M /rt/trunk/html/Search/Listing.html
-   D /rt/trunk/html/Search/PickRestriction
-   D /rt/trunk/html/Search/RestrictSearch.html
-   D /rt/trunk/html/Search/TicketCell
-   M /rt/trunk/html/SelfService/Attachment/dhandler
-   M /rt/trunk/html/SelfService/Closed.html
-   M /rt/trunk/html/SelfService/Create.html
-   M /rt/trunk/html/SelfService/Display.html
-   M /rt/trunk/html/SelfService/Elements/GotoTicket
-   M /rt/trunk/html/SelfService/Elements/Header
-   M /rt/trunk/html/SelfService/Elements/MyRequests
-   M /rt/trunk/html/SelfService/Elements/Tabs
-   M /rt/trunk/html/SelfService/Error.html
-   M /rt/trunk/html/SelfService/Prefs.html
-   M /rt/trunk/html/SelfService/Update.html
-   M /rt/trunk/html/SelfService/index.html
-   M /rt/trunk/html/Ticket/Attachment/dhandler
-   M /rt/trunk/html/Ticket/Create.html
-   M /rt/trunk/html/Ticket/Display.html
-   M /rt/trunk/html/Ticket/Elements/AddWatchers
-   M /rt/trunk/html/Ticket/Elements/EditBasics
-   A /rt/trunk/html/Ticket/Elements/EditCustomField
-   A /rt/trunk/html/Ticket/Elements/EditCustomFields
-   M /rt/trunk/html/Ticket/Elements/EditDates
-   D /rt/trunk/html/Ticket/Elements/EditKeywordSelects
-   M /rt/trunk/html/Ticket/Elements/EditLinks
-   M /rt/trunk/html/Ticket/Elements/EditPeople
-   M /rt/trunk/html/Ticket/Elements/EditWatchers
-   A /rt/trunk/html/Ticket/Elements/ShowAttachments
-   M /rt/trunk/html/Ticket/Elements/ShowBasics
-   A /rt/trunk/html/Ticket/Elements/ShowCustomFields
-   M /rt/trunk/html/Ticket/Elements/ShowDates
-   M /rt/trunk/html/Ticket/Elements/ShowDependencies
-   M /rt/trunk/html/Ticket/Elements/ShowHistory
-   D /rt/trunk/html/Ticket/Elements/ShowKeywordSelects
-   A /rt/trunk/html/Ticket/Elements/ShowLink
-   M /rt/trunk/html/Ticket/Elements/ShowLinks
-   M /rt/trunk/html/Ticket/Elements/ShowMemberOf
-   M /rt/trunk/html/Ticket/Elements/ShowMembers
-   A /rt/trunk/html/Ticket/Elements/ShowMessageStanza
-   M /rt/trunk/html/Ticket/Elements/ShowPeople
-   M /rt/trunk/html/Ticket/Elements/ShowReferences
-   M /rt/trunk/html/Ticket/Elements/ShowRequestor
-   M /rt/trunk/html/Ticket/Elements/ShowSummary
-   M /rt/trunk/html/Ticket/Elements/ShowTransaction
-   M /rt/trunk/html/Ticket/Elements/Tabs
-   D /rt/trunk/html/Ticket/Elements/ToolBar
-   M /rt/trunk/html/Ticket/History.html
-   M /rt/trunk/html/Ticket/Modify.html
-   M /rt/trunk/html/Ticket/ModifyAll.html
-   M /rt/trunk/html/Ticket/ModifyDates.html
-   M /rt/trunk/html/Ticket/ModifyLinks.html
-   M /rt/trunk/html/Ticket/ModifyPeople.html
-   M /rt/trunk/html/Ticket/Update.html
-   A /rt/trunk/html/User/Delegation.html
-   A /rt/trunk/html/User/Elements
-   A /rt/trunk/html/User/Elements/DelegateRights
-   A /rt/trunk/html/User/Elements/GroupTabs
-   A /rt/trunk/html/User/Elements/Tabs
-   A /rt/trunk/html/User/Groups
-   A /rt/trunk/html/User/Groups/Members.html
-   A /rt/trunk/html/User/Groups/Modify.html
-   A /rt/trunk/html/User/Groups/index.html
-   M /rt/trunk/html/User/Prefs.html
-   M /rt/trunk/html/autohandler
-   M /rt/trunk/html/index.html
-   A /rt/trunk/html/l
-   A /rt/trunk/install-sh
-   D /rt/trunk/lib/MANIFEST
-   D /rt/trunk/lib/MANIFEST.SKIP
-   D /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   A /rt/trunk/lib/RT/ACE_Overlay.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   A /rt/trunk/lib/RT/ACL_Overlay.pm
-   A /rt/trunk/lib/RT/Action/AutoOpen.pm
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   A /rt/trunk/lib/RT/Action/CreateTickets.pm
-   A /rt/trunk/lib/RT/Action/EscalatePriority.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/NotifyAsComment.pm
-   D /rt/trunk/lib/RT/Action/OpenDependent.pm
-   D /rt/trunk/lib/RT/Action/README.hackers
-   M /rt/trunk/lib/RT/Action/ResolveMembers.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   D /rt/trunk/lib/RT/Action/SendPasswordEmail.pm
-   A /rt/trunk/lib/RT/Action/SetPriority.pm
-   D /rt/trunk/lib/RT/Action/StallDependent.pm
-   A /rt/trunk/lib/RT/Action/UserDefined.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   A /rt/trunk/lib/RT/Attachment_Overlay.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   A /rt/trunk/lib/RT/Attachments_Overlay.pm
-   A /rt/trunk/lib/RT/Base.pm
-   A /rt/trunk/lib/RT/CachedGroupMember.pm
-   A /rt/trunk/lib/RT/CachedGroupMember_Overlay.pm
-   A /rt/trunk/lib/RT/CachedGroupMembers.pm
-   A /rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
-   M /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   A /rt/trunk/lib/RT/Condition/BeforeDue.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   D /rt/trunk/lib/RT/Condition/NewDependency.pm
-   A /rt/trunk/lib/RT/Condition/Overdue.pm
-   A /rt/trunk/lib/RT/Condition/OwnerChange.pm
-   A /rt/trunk/lib/RT/Condition/PriorityExceeds.pm
-   A /rt/trunk/lib/RT/Condition/QueueChange.pm
-   M /rt/trunk/lib/RT/Condition/StatusChange.pm
-   A /rt/trunk/lib/RT/Condition/UserDefined.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   A /rt/trunk/lib/RT/CustomField.pm
-   A /rt/trunk/lib/RT/CustomFieldValue.pm
-   A /rt/trunk/lib/RT/CustomFieldValues.pm
-   A /rt/trunk/lib/RT/CustomFieldValues_Overlay.pm
-   A /rt/trunk/lib/RT/CustomField_Overlay.pm
-   A /rt/trunk/lib/RT/CustomFields.pm
-   A /rt/trunk/lib/RT/CustomFields_Overlay.pm
-   M /rt/trunk/lib/RT/Date.pm
-   A /rt/trunk/lib/RT/EmailParser.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   A /rt/trunk/lib/RT/GroupMember_Overlay.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   A /rt/trunk/lib/RT/GroupMembers_Overlay.pm
-   A /rt/trunk/lib/RT/Group_Overlay.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   A /rt/trunk/lib/RT/Groups_Overlay.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   A /rt/trunk/lib/RT/I18N
-   A /rt/trunk/lib/RT/I18N/cs.po
-   A /rt/trunk/lib/RT/I18N/de.po
-   A /rt/trunk/lib/RT/I18N/en.po
-   A /rt/trunk/lib/RT/I18N/es.po
-   A /rt/trunk/lib/RT/I18N/fi.po
-   A /rt/trunk/lib/RT/I18N/fr.po
-   A /rt/trunk/lib/RT/I18N/i_default.pm
-   A /rt/trunk/lib/RT/I18N/ja.po
-   A /rt/trunk/lib/RT/I18N/nl.po
-   A /rt/trunk/lib/RT/I18N/pt_br.po
-   A /rt/trunk/lib/RT/I18N/ru.po
-   A /rt/trunk/lib/RT/I18N/zh_cn.po
-   A /rt/trunk/lib/RT/I18N/zh_tw.po
-   A /rt/trunk/lib/RT/I18N.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   A /rt/trunk/lib/RT/Interface/Email
-   A /rt/trunk/lib/RT/Interface/Email/Auth
-   A /rt/trunk/lib/RT/Interface/Email/Auth/MailFrom.pm
-   A /rt/trunk/lib/RT/Interface/Email/Filter
-   A /rt/trunk/lib/RT/Interface/Email/Filter/SpamAssassin.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   D /rt/trunk/lib/RT/Keyword.pm
-   D /rt/trunk/lib/RT/KeywordSelect.pm
-   D /rt/trunk/lib/RT/KeywordSelects.pm
-   D /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Link.pm
-   A /rt/trunk/lib/RT/Link_Overlay.pm
-   M /rt/trunk/lib/RT/Links.pm
-   A /rt/trunk/lib/RT/Links_Overlay.pm
-   D /rt/trunk/lib/RT/ObjectKeyword.pm
-   D /rt/trunk/lib/RT/ObjectKeywords.pm
-   A /rt/trunk/lib/RT/Principal.pm
-   A /rt/trunk/lib/RT/Principal_Overlay.pm
-   A /rt/trunk/lib/RT/Principals.pm
-   A /rt/trunk/lib/RT/Principals_Overlay.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   A /rt/trunk/lib/RT/Queue_Overlay.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   A /rt/trunk/lib/RT/Queues_Overlay.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   A /rt/trunk/lib/RT/ScripAction_Overlay.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   A /rt/trunk/lib/RT/ScripActions_Overlay.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   A /rt/trunk/lib/RT/ScripCondition_Overlay.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   A /rt/trunk/lib/RT/ScripConditions_Overlay.pm
-   A /rt/trunk/lib/RT/Scrip_Overlay.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   A /rt/trunk/lib/RT/Scrips_Overlay.pm
-   A /rt/trunk/lib/RT/Search
-   A /rt/trunk/lib/RT/Search/ActiveTicketsInQueue.pm
-   A /rt/trunk/lib/RT/Search/Generic.pm
-   M /rt/trunk/lib/RT/SearchBuilder.pm
-   A /rt/trunk/lib/RT/System.pm
-   M /rt/trunk/lib/RT/Template.pm
-   A /rt/trunk/lib/RT/Template_Overlay.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   A /rt/trunk/lib/RT/Templates_Overlay.pm
-   D /rt/trunk/lib/RT/TestHarness.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   A /rt/trunk/lib/RT/TicketCustomFieldValue.pm
-   A /rt/trunk/lib/RT/TicketCustomFieldValue_Overlay.pm
-   A /rt/trunk/lib/RT/TicketCustomFieldValues.pm
-   A /rt/trunk/lib/RT/TicketCustomFieldValues_Overlay.pm
-   A /rt/trunk/lib/RT/Ticket_Overlay.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   A /rt/trunk/lib/RT/Tickets_Overlay.pm
-   A /rt/trunk/lib/RT/Tickets_Overlay_SQL.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   A /rt/trunk/lib/RT/Transaction_Overlay.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   A /rt/trunk/lib/RT/Transactions_Overlay.pm
-   A /rt/trunk/lib/RT/URI
-   A /rt/trunk/lib/RT/URI/base.pm
-   A /rt/trunk/lib/RT/URI/fsck_com_rt.pm
-   A /rt/trunk/lib/RT/URI.pm
-   M /rt/trunk/lib/RT/User.pm
-   A /rt/trunk/lib/RT/User_Overlay.pm
-   M /rt/trunk/lib/RT/Users.pm
-   A /rt/trunk/lib/RT/Users_Overlay.pm
-   D /rt/trunk/lib/RT/Watcher.pm
-   D /rt/trunk/lib/RT/Watchers.pm
-   M /rt/trunk/lib/RT.pm
-   A /rt/trunk/lib/RT.pm.in
-   A /rt/trunk/lib/t
-   A /rt/trunk/lib/t/00smoke.t
-   A /rt/trunk/lib/t/00smoke.t.in
-   A /rt/trunk/lib/t/01harness.t
-   A /rt/trunk/lib/t/01harness.t.in
-   A /rt/trunk/lib/t/02regression.t
-   A /rt/trunk/lib/t/02regression.t.in
-   A /rt/trunk/lib/t/03web.pl
-   A /rt/trunk/lib/t/03web.pl.in
-   A /rt/trunk/lib/t/data
-   A /rt/trunk/lib/t/data/nested-mime-sample
-   A /rt/trunk/lib/t/regression
-   A /rt/trunk/lib/t/regression/00placeholder
-   A /rt/trunk/lib/t/regression/mime_tests
-   D /rt/trunk/lib/test.pl
-   A /rt/trunk/m4
-   A /rt/trunk/m4/rt_enable_layout.m4
-   A /rt/trunk/m4/rt_expand_var.m4
-   A /rt/trunk/m4/rt_layout.m4
-   A /rt/trunk/m4/rt_subst_expanded_arg.m4
-   A /rt/trunk/sbin/extract-message-catalog
-   A /rt/trunk/sbin/extract_pod_tests
-   A /rt/trunk/sbin/factory
-   A /rt/trunk/sbin/license_tag
-   A /rt/trunk/sbin/regression_harness
-   A /rt/trunk/sbin/rt-setup-database
-   M /rt/trunk/sbin/rt-setup-database.in
-   A /rt/trunk/sbin/rt-test-dependencies
-   M /rt/trunk/sbin/rt-test-dependencies.in
-   D /rt/trunk/tools
-
-Load rt-3-0-0 into rt/trunk.
-
-------------------------------------------------------------------------
-r63 | root | 2003-11-16 02:20:51 -0500 (Sun, 16 Nov 2003) | 11 lines
-Changed paths:
-   D /rt/trunk/html/Admin/Groups/Rights.html
-   A /rt/trunk/html/Admin/Groups/UserRights.html (from /rt/trunk/html/Admin/Groups/Rights.html:62)
-   D /rt/trunk/lib/RT/EasySearch.pm
-   A /rt/trunk/lib/RT/SearchBuilder.pm (from /rt/trunk/lib/RT/EasySearch.pm:62)
-   A /rt/trunk/sbin
-   A /rt/trunk/sbin/rt-setup-database.in (from /rt/trunk/tools/insertdata:62)
-   A /rt/trunk/sbin/rt-test-dependencies.in (from /rt/trunk/tools/testdeps:62)
-   D /rt/trunk/tools/insertdata
-   D /rt/trunk/tools/testdeps
-
-To prepare to load rt-3-0-0 into rt/trunk, perform 4 renames.
-
-* rt/trunk/html/Admin/Groups/UserRights.html: Renamed from
-  rt/trunk/html/Admin/Groups/Rights.html.
-* rt/trunk/sbin/rt-setup-database.in: Renamed from
-  rt/trunk/tools/insertdata.
-* rt/trunk/sbin/rt-test-dependencies.in: Renamed from
-  rt/trunk/tools/testdeps.
-* rt/trunk/lib/RT/SearchBuilder.pm: Renamed from
-  rt/trunk/lib/RT/EasySearch.pm.
-
-------------------------------------------------------------------------
-r62 | root | 2003-11-16 02:18:34 -0500 (Sun, 16 Nov 2003) | 6 lines
-Changed paths:
-   D /rt/trunk/ChangeLog
-   A /rt/trunk/Changelog (from /rt/trunk/ChangeLog:61)
-   A /rt/trunk/etc/RT_Config.pm (from /rt/trunk/etc/config.pm:61)
-   D /rt/trunk/etc/config.pm
-   A /rt/trunk/html (from /rt/trunk/webrt:61)
-   D /rt/trunk/webrt
-
-To prepare to load rt-3-0-0 into rt/trunk, perform 3 renames.
-
-* rt/trunk/html: Renamed from rt/trunk/webrt.
-* rt/trunk/Changelog: Renamed from rt/trunk/ChangeLog.
-* rt/trunk/etc/RT_Config.pm: Renamed from rt/trunk/etc/config.pm.
-
-------------------------------------------------------------------------
-r60 | root | 2003-11-16 02:06:06 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   A /rt/trunk/debian
-   A /rt/trunk/debian/README.Debian
-   A /rt/trunk/debian/apache.conf
-   A /rt/trunk/debian/changelog
-   A /rt/trunk/debian/control
-   A /rt/trunk/debian/copyright
-   A /rt/trunk/debian/cron.d
-   A /rt/trunk/debian/dirs
-   A /rt/trunk/debian/etc.aliases
-   A /rt/trunk/debian/files
-   A /rt/trunk/debian/postinst
-   A /rt/trunk/debian/postrm
-   A /rt/trunk/debian/preinst
-   A /rt/trunk/debian/prerm
-   A /rt/trunk/debian/request-tracker-docs
-   A /rt/trunk/debian/rules
-   A /rt/trunk/debian/templates
-   A /rt/trunk/debian/watch
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-
-Load rt-2-0-15 into rt/trunk.
-
-------------------------------------------------------------------------
-r58 | root | 2003-11-16 02:05:41 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/webrt/Admin/Queues/GroupRights.html
-   M /rt/trunk/webrt/Admin/Queues/UserRights.html
-   M /rt/trunk/webrt/Elements/ListActions
-   M /rt/trunk/webrt/Search/Bulk.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/ShowBasics
-   M /rt/trunk/webrt/Ticket/Elements/ToolBar
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/Update.html
-   M /rt/trunk/webrt/autohandler
-
-Load rt-2-0-14 into rt/trunk.
-
-------------------------------------------------------------------------
-r56 | root | 2003-11-16 02:05:14 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/lib/RT/User.pm
-
-Load rt-2-0-13 into rt/trunk.
-
-------------------------------------------------------------------------
-r54 | root | 2003-11-16 02:04:45 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Groups/Members.html
-   M /rt/trunk/webrt/Admin/Groups/index.html
-   M /rt/trunk/webrt/Admin/Keywords/index.html
-   M /rt/trunk/webrt/Admin/Queues/Modify.html
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   M /rt/trunk/webrt/Admin/Users/index.html
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/Login
-   M /rt/trunk/webrt/NoAuth/webrt.css
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/SelfService/Display.html
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/Modify.html
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/Update.html
-
-Load rt-2-0-12 into rt/trunk.
-
-------------------------------------------------------------------------
-r52 | root | 2003-11-16 02:04:20 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/webrt/Elements/Login
-
-Load rt-2-0-11 into rt/trunk.
-
-------------------------------------------------------------------------
-r50 | root | 2003-11-16 02:03:55 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   A /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/EasySearch.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Keyword.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Queues/Modify.html
-   M /rt/trunk/webrt/Admin/Queues/People.html
-   M /rt/trunk/webrt/Admin/Users/Modify.html
-   M /rt/trunk/webrt/Elements/GotoTicket
-   M /rt/trunk/webrt/Elements/Login
-   A /rt/trunk/webrt/Elements/SelectEqualityOperator
-   M /rt/trunk/webrt/Elements/SelectOwner
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Elements/EditPeople
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/Update.html
-
-Load rt-2-0-10 into rt/trunk.
-
-------------------------------------------------------------------------
-r48 | root | 2003-11-16 02:02:39 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   D /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/mason_handler.scgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/docs/design_docs/acls
-   A /rt/trunk/docs/design_docs/cvs_integration
-   M /rt/trunk/docs/design_docs/evil_plans
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/etc/rt.spec
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/schema.pm
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/Notify.pm
-   M /rt/trunk/lib/RT/Action/NotifyAsComment.pm
-   M /rt/trunk/lib/RT/Action/OpenDependent.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   A /rt/trunk/lib/RT/Action/SendPasswordEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/Condition/StatusChange.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EasySearch.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Keyword.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/KeywordSelects.pm
-   M /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/ObjectKeyword.pm
-   M /rt/trunk/lib/RT/ObjectKeywords.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   A /rt/trunk/lib/RT/TestHarness.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/lib/RT/Watcher.pm
-   M /rt/trunk/lib/RT/Watchers.pm
-   M /rt/trunk/lib/RT.pm
-   D /rt/trunk/t
-   A /rt/trunk/tools/cpan2rpm
-   M /rt/trunk/tools/initdb
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Elements/SelectQueueRights
-   M /rt/trunk/webrt/Admin/Elements/SelectRights
-   M /rt/trunk/webrt/Admin/Keywords/index.html
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   M /rt/trunk/webrt/Admin/Users/Modify.html
-   M /rt/trunk/webrt/Elements/Checkbox
-   A /rt/trunk/webrt/Elements/CustomHomepageHeader
-   M /rt/trunk/webrt/Elements/Footer
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/MyRequests
-   M /rt/trunk/webrt/Elements/MyTickets
-   M /rt/trunk/webrt/Elements/SelectBoolean
-   M /rt/trunk/webrt/Elements/SelectDateRelation
-   M /rt/trunk/webrt/Elements/SelectLinkType
-   M /rt/trunk/webrt/Elements/SelectMatch
-   M /rt/trunk/webrt/Elements/SelectNewTicketQueue
-   M /rt/trunk/webrt/Elements/SelectQueue
-   M /rt/trunk/webrt/Elements/SelectResultsPerPage
-   M /rt/trunk/webrt/Elements/SelectStatus
-   M /rt/trunk/webrt/Elements/SelectTicketSortBy
-   M /rt/trunk/webrt/Elements/SelectWatcherType
-   M /rt/trunk/webrt/Elements/TitleBoxEnd
-   M /rt/trunk/webrt/Elements/TitleBoxStart
-   M /rt/trunk/webrt/Search/Bulk.html
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/Search/TicketCell
-   M /rt/trunk/webrt/SelfService/Create.html
-   M /rt/trunk/webrt/SelfService/Display.html
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/EditLinks
-   M /rt/trunk/webrt/Ticket/Elements/EditWatchers
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/History.html
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/ModifyLinks.html
-   M /rt/trunk/webrt/Ticket/Update.html
-   M /rt/trunk/webrt/autohandler
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-9 into rt/trunk.
-
-------------------------------------------------------------------------
-r47 | root | 2003-11-16 02:02:17 -0500 (Sun, 16 Nov 2003) | 6 lines
-Changed paths:
-   A /rt/trunk/etc/rt.spec (from /rt/trunk/rt.spec:45)
-   D /rt/trunk/rt.spec
-   A /rt/trunk/webrt/NoAuth/images/rt.jpg (from /rt/trunk/webrt/rt.jpg:45)
-   D /rt/trunk/webrt/rt.jpg
-
-To prepare to load rt-2-0-9 into rt/trunk, perform 2 renames.
-
-* rt/trunk/etc/rt.spec: Renamed from rt/trunk/rt.spec.
-* rt/trunk/webrt/NoAuth/images/rt.jpg: Renamed from
-  rt/trunk/webrt/rt.jpg.
-
-------------------------------------------------------------------------
-r45 | root | 2003-11-16 02:01:34 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   D /rt/trunk/docs/design_docs/cvs_integration
-   M /rt/trunk/docs/design_docs/evil_plans
-   M /rt/trunk/etc/config.pm
-   D /rt/trunk/etc/rt.spec
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/schema.pm
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EasySearch.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Keyword.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/KeywordSelects.pm
-   M /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/ObjectKeyword.pm
-   M /rt/trunk/lib/RT/ObjectKeywords.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   D /rt/trunk/lib/RT/TestHarness.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/lib/RT/Watcher.pm
-   M /rt/trunk/lib/RT/Watchers.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/rt.spec
-   A /rt/trunk/t
-   A /rt/trunk/t/create.t
-   A /rt/trunk/t/stress.t
-   A /rt/trunk/t/testsuite_notes
-   D /rt/trunk/tools/cpan2rpm
-   M /rt/trunk/tools/initdb
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Keywords/index.html
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   D /rt/trunk/webrt/Elements/CustomHomepageHeader
-   M /rt/trunk/webrt/Elements/Footer
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/SelectNewTicketQueue
-   M /rt/trunk/webrt/Elements/SelectQueue
-   M /rt/trunk/webrt/Elements/SelectStatus
-   M /rt/trunk/webrt/Elements/SelectTicketSortBy
-   M /rt/trunk/webrt/Elements/TitleBoxEnd
-   M /rt/trunk/webrt/Elements/TitleBoxStart
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/EditLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/autohandler
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-8_02 into rt/trunk.
-
-------------------------------------------------------------------------
-r44 | root | 2003-11-16 02:01:11 -0500 (Sun, 16 Nov 2003) | 5 lines
-Changed paths:
-   D /rt/trunk/webrt/NoAuth/images/rt.jpg
-   A /rt/trunk/webrt/rt.jpg (from /rt/trunk/webrt/NoAuth/images/rt.jpg:42)
-
-To prepare to load rt-2-0-8_02 into rt/trunk, perform 1 rename.
-
-* rt/trunk/webrt/rt.jpg: Renamed from
-  rt/trunk/webrt/NoAuth/images/rt.jpg.
-
-------------------------------------------------------------------------
-r42 | root | 2003-11-16 02:00:12 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/rt
-   A /rt/trunk/docs/design_docs/cvs_integration
-   M /rt/trunk/docs/design_docs/evil_plans
-   M /rt/trunk/etc/config.pm
-   A /rt/trunk/etc/rt.spec
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/schema.pm
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/ACE.pm
-   M /rt/trunk/lib/RT/ACL.pm
-   M /rt/trunk/lib/RT/Action/Generic.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Condition/Generic.pm
-   M /rt/trunk/lib/RT/CurrentUser.pm
-   M /rt/trunk/lib/RT/Date.pm
-   M /rt/trunk/lib/RT/EasySearch.pm
-   M /rt/trunk/lib/RT/Group.pm
-   M /rt/trunk/lib/RT/GroupMember.pm
-   M /rt/trunk/lib/RT/GroupMembers.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Keyword.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/KeywordSelects.pm
-   M /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Link.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/ObjectKeyword.pm
-   M /rt/trunk/lib/RT/ObjectKeywords.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Scrip.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripActions.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/ScripConditions.pm
-   M /rt/trunk/lib/RT/Scrips.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Templates.pm
-   A /rt/trunk/lib/RT/TestHarness.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Transactions.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/lib/RT/Watcher.pm
-   M /rt/trunk/lib/RT/Watchers.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/rt.spec
-   D /rt/trunk/t
-   A /rt/trunk/tools/cpan2rpm
-   M /rt/trunk/tools/initdb
-   M /rt/trunk/tools/insertdata
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Keywords/index.html
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   A /rt/trunk/webrt/Elements/CustomHomepageHeader
-   M /rt/trunk/webrt/Elements/Footer
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/SelectNewTicketQueue
-   M /rt/trunk/webrt/Elements/SelectQueue
-   M /rt/trunk/webrt/Elements/SelectStatus
-   M /rt/trunk/webrt/Elements/SelectTicketSortBy
-   M /rt/trunk/webrt/Elements/TitleBoxEnd
-   M /rt/trunk/webrt/Elements/TitleBoxStart
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/SelfService/Elements/Header
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/EditLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/autohandler
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-8_01 into rt/trunk.
-
-------------------------------------------------------------------------
-r41 | root | 2003-11-16 01:59:49 -0500 (Sun, 16 Nov 2003) | 5 lines
-Changed paths:
-   A /rt/trunk/webrt/NoAuth/images/rt.jpg (from /rt/trunk/webrt/rt.jpg:39)
-   D /rt/trunk/webrt/rt.jpg
-
-To prepare to load rt-2-0-8_01 into rt/trunk, perform 1 rename.
-
-* rt/trunk/webrt/NoAuth/images/rt.jpg: Renamed from
-  rt/trunk/webrt/rt.jpg.
-
-------------------------------------------------------------------------
-r39 | root | 2003-11-16 01:57:40 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/rt
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   A /rt/trunk/rt.spec
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Queues/Scrips.html
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Search/Bulk.html
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/EditBasics
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/History.html
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/Update.html
-
-Load rt-2-0-8 into rt/trunk.
-
-------------------------------------------------------------------------
-r37 | root | 2003-11-16 01:57:14 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/lib/RT/ObjectKeyword.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/MessageBox
-   M /rt/trunk/webrt/Elements/Refresh
-   M /rt/trunk/webrt/SelfService/Display.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowKeywordSelects
-   M /rt/trunk/webrt/Ticket/Elements/ShowSummary
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-
-Load rt-2-0-7 into rt/trunk.
-
-------------------------------------------------------------------------
-r35 | root | 2003-11-16 01:56:51 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/initacls.Oracle
-   M /rt/trunk/bin/initacls.Pg
-   M /rt/trunk/bin/initacls.mysql
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/etc/schema.Pg
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/etc/schema.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Groups.pm
-   M /rt/trunk/lib/RT/Handle.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Record.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/tools/initdb
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Global/Keywords.html
-   M /rt/trunk/webrt/Admin/Users/Modify.html
-   M /rt/trunk/webrt/Elements/Header
-   M /rt/trunk/webrt/Elements/Login
-   M /rt/trunk/webrt/Elements/MessageBox
-   A /rt/trunk/webrt/Elements/Refresh
-   M /rt/trunk/webrt/NoAuth/webrt.css
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/SelfService/Prefs.html
-   M /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/ModifyDates.html
-   M /rt/trunk/webrt/Ticket/Update.html
-   M /rt/trunk/webrt/User/Prefs.html
-   M /rt/trunk/webrt/autohandler
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-6 into rt/trunk.
-
-------------------------------------------------------------------------
-r33 | root | 2003-11-16 01:56:01 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/tools/testdeps
-
-Load rt-2-0-5_03 into rt/trunk.
-
-------------------------------------------------------------------------
-r31 | root | 2003-11-16 01:55:38 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/tools/testdeps
-
-Load rt-2-0-5_01 into rt/trunk.
-
-------------------------------------------------------------------------
-r29 | root | 2003-11-16 01:54:52 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/TODO
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/webmux.pl
-   A /rt/trunk/docs/design_docs/evil_plans
-   D /rt/trunk/docs/manual.pod
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/lib/RT/Action/Autoreply.pm
-   M /rt/trunk/lib/RT/Action/SendEmail.pm
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Attachments.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/Links.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/tools/testdeps
-   A /rt/trunk/webrt/Admin/Elements/ListGlobalKeywordSelects
-   A /rt/trunk/webrt/Admin/Elements/ListGlobalScrips
-   M /rt/trunk/webrt/Admin/Global/Scrips.html
-   M /rt/trunk/webrt/Admin/Queues/Keywords.html
-   M /rt/trunk/webrt/Admin/Queues/People.html
-   M /rt/trunk/webrt/Admin/Queues/Scrips.html
-   M /rt/trunk/webrt/Admin/Users/index.html
-   M /rt/trunk/webrt/Elements/MessageBox
-   M /rt/trunk/webrt/Elements/Quicksearch
-   M /rt/trunk/webrt/Elements/SelectResultsPerPage
-   M /rt/trunk/webrt/Elements/SelectStatus
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/SelfService/Create.html
-   M /rt/trunk/webrt/SelfService/Display.html
-   M /rt/trunk/webrt/SelfService/Elements/GotoTicket
-   M /rt/trunk/webrt/SelfService/Elements/MyRequests
-   M /rt/trunk/webrt/SelfService/Update.html
-   M /rt/trunk/webrt/Ticket/Create.html
-   M /rt/trunk/webrt/Ticket/Display.html
-   M /rt/trunk/webrt/Ticket/Elements/AddWatchers
-   M /rt/trunk/webrt/Ticket/Elements/EditBasics
-   M /rt/trunk/webrt/Ticket/Elements/EditDates
-   M /rt/trunk/webrt/Ticket/Elements/EditLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/Modify.html
-   M /rt/trunk/webrt/Ticket/ModifyAll.html
-   M /rt/trunk/webrt/Ticket/ModifyDates.html
-   M /rt/trunk/webrt/Ticket/ModifyLinks.html
-   M /rt/trunk/webrt/Ticket/ModifyPeople.html
-   M /rt/trunk/webrt/Ticket/Update.html
-   M /rt/trunk/webrt/User/Prefs.html
-   M /rt/trunk/webrt/index.html
-
-Load rt-2-0-5 into rt/trunk.
-
-------------------------------------------------------------------------
-r28 | root | 2003-11-16 01:54:35 -0500 (Sun, 16 Nov 2003) | 5 lines
-Changed paths:
-   D /rt/trunk/webrt/SelfService/Details.html
-   A /rt/trunk/webrt/SelfService/Display.html (from /rt/trunk/webrt/SelfService/Details.html:26)
-
-To prepare to load rt-2-0-5 into rt/trunk, perform 1 rename.
-
-* rt/trunk/webrt/SelfService/Display.html: Renamed from
-  rt/trunk/webrt/SelfService/Details.html.
-
-------------------------------------------------------------------------
-r26 | root | 2003-11-16 01:53:50 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/lib/RT/Tickets.pm
-
-Load rt-2-0-4 into rt/trunk.
-
-------------------------------------------------------------------------
-r24 | root | 2003-11-16 01:53:28 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/webrt/Search/PickRestriction
-
-Load rt-2-0-3 into rt/trunk.
-
-------------------------------------------------------------------------
-r22 | root | 2003-11-16 01:53:07 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/KeywordSelect.pm
-   M /rt/trunk/lib/RT/Keywords.pm
-   M /rt/trunk/lib/RT/Queue.pm
-   M /rt/trunk/lib/RT/Queues.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT/Transaction.pm
-   M /rt/trunk/lib/RT/User.pm
-   M /rt/trunk/lib/RT/Users.pm
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Queues/People.html
-   M /rt/trunk/webrt/Admin/Users/index.html
-   M /rt/trunk/webrt/Elements/MyRequests
-   M /rt/trunk/webrt/Elements/Submit
-   M /rt/trunk/webrt/Search/Listing.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   M /rt/trunk/webrt/SelfService/Details.html
-   A /rt/trunk/webrt/SelfService/Update.html
-
-Load rt-2-0-2 into rt/trunk.
-
-------------------------------------------------------------------------
-r20 | root | 2003-11-16 01:52:44 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   M /rt/trunk/README
-   M /rt/trunk/bin/mason_handler.fcgi
-   M /rt/trunk/bin/rt
-   M /rt/trunk/bin/rt-mailgate
-   M /rt/trunk/bin/rtadmin
-   M /rt/trunk/bin/webmux.pl
-   M /rt/trunk/etc/config.pm
-   M /rt/trunk/etc/schema.mysql
-   M /rt/trunk/lib/Makefile.PL
-   M /rt/trunk/lib/RT/Attachment.pm
-   M /rt/trunk/lib/RT/Interface/CLI.pm
-   M /rt/trunk/lib/RT/Interface/Email.pm
-   M /rt/trunk/lib/RT/Interface/Web.pm
-   M /rt/trunk/lib/RT/ScripAction.pm
-   M /rt/trunk/lib/RT/ScripCondition.pm
-   M /rt/trunk/lib/RT/Template.pm
-   M /rt/trunk/lib/RT/Ticket.pm
-   M /rt/trunk/lib/RT/Tickets.pm
-   M /rt/trunk/lib/RT.pm
-   M /rt/trunk/tools/testdeps
-   M /rt/trunk/webrt/Admin/Queues/index.html
-   M /rt/trunk/webrt/Elements/SelectMatch
-   M /rt/trunk/webrt/NoAuth/Logout.html
-   M /rt/trunk/webrt/Search/PickRestriction
-   A /rt/trunk/webrt/SelfService/Attachment
-   A /rt/trunk/webrt/SelfService/Attachment/dhandler
-   M /rt/trunk/webrt/SelfService/Details.html
-   D /rt/trunk/webrt/SelfService/Elements/ShowTransaction
-   M /rt/trunk/webrt/Ticket/Attachment/dhandler
-   M /rt/trunk/webrt/Ticket/Elements/ShowLinks
-   M /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-
-Load rt-2-0-1 into rt/trunk.
-
-------------------------------------------------------------------------
-r18 | root | 2003-11-16 01:52:04 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   A /rt/trunk/ChangeLog
-   M /rt/trunk/Makefile
-   D /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/TODO
-   A /rt/trunk/bin/initacls.Oracle
-   A /rt/trunk/bin/initacls.Pg
-   A /rt/trunk/bin/initacls.mysql
-   A /rt/trunk/bin/mason_handler.fcgi
-   A /rt/trunk/bin/mason_handler.scgi
-   A /rt/trunk/bin/rt
-   A /rt/trunk/bin/rt-mailgate
-   A /rt/trunk/bin/rtadmin
-   D /rt/trunk/bin/rtmux.pl
-   D /rt/trunk/bin/testdeps.pl
-   A /rt/trunk/bin/webmux.pl
-   D /rt/trunk/contrib
-   D /rt/trunk/docs/FAQ
-   D /rt/trunk/docs/FAQ.html
-   M /rt/trunk/docs/README.docs
-   A /rt/trunk/docs/Security
-   A /rt/trunk/docs/design_docs
-   A /rt/trunk/docs/design_docs/CARS
-   A /rt/trunk/docs/design_docs/TransactionTypes.txt
-   A /rt/trunk/docs/design_docs/acls
-   A /rt/trunk/docs/design_docs/basic-definitions.txt
-   A /rt/trunk/docs/design_docs/cli_spec
-   A /rt/trunk/docs/design_docs/link-definitions.txt
-   A /rt/trunk/docs/design_docs/local_hacking
-   A /rt/trunk/docs/design_docs/subscription-definitions.txt
-   A /rt/trunk/docs/design_docs/users
-   A /rt/trunk/docs/manual.pod
-   D /rt/trunk/docs/rt-templates.html
-   D /rt/trunk/docs/rt_users_guide.html
-   A /rt/trunk/etc/acl.Oracle
-   A /rt/trunk/etc/acl.Pg
-   A /rt/trunk/etc/acl.mysql
-   M /rt/trunk/etc/config.pm
-   D /rt/trunk/etc/mysql.acl
-   D /rt/trunk/etc/schema
-   A /rt/trunk/etc/schema.Oracle
-   A /rt/trunk/etc/schema.Pg
-   A /rt/trunk/etc/schema.mysql
-   A /rt/trunk/etc/schema.pm
-   D /rt/trunk/etc/suidrt.c
-   D /rt/trunk/etc/templates
-   A /rt/trunk/lib/MANIFEST
-   A /rt/trunk/lib/MANIFEST.SKIP
-   A /rt/trunk/lib/Makefile.PL
-   A /rt/trunk/lib/RT
-   A /rt/trunk/lib/RT/ACE.pm
-   A /rt/trunk/lib/RT/ACL.pm
-   A /rt/trunk/lib/RT/Action
-   A /rt/trunk/lib/RT/Action/Autoreply.pm
-   A /rt/trunk/lib/RT/Action/Generic.pm
-   A /rt/trunk/lib/RT/Action/Notify.pm
-   A /rt/trunk/lib/RT/Action/NotifyAsComment.pm
-   A /rt/trunk/lib/RT/Action/OpenDependent.pm
-   A /rt/trunk/lib/RT/Action/README.hackers
-   A /rt/trunk/lib/RT/Action/ResolveMembers.pm
-   A /rt/trunk/lib/RT/Action/SendEmail.pm
-   A /rt/trunk/lib/RT/Action/StallDependent.pm
-   A /rt/trunk/lib/RT/Attachment.pm
-   A /rt/trunk/lib/RT/Attachments.pm
-   A /rt/trunk/lib/RT/Condition
-   A /rt/trunk/lib/RT/Condition/AnyTransaction.pm
-   A /rt/trunk/lib/RT/Condition/Generic.pm
-   A /rt/trunk/lib/RT/Condition/NewDependency.pm
-   A /rt/trunk/lib/RT/Condition/StatusChange.pm
-   A /rt/trunk/lib/RT/CurrentUser.pm
-   A /rt/trunk/lib/RT/Date.pm
-   A /rt/trunk/lib/RT/EasySearch.pm
-   A /rt/trunk/lib/RT/Group.pm
-   A /rt/trunk/lib/RT/GroupMember.pm
-   A /rt/trunk/lib/RT/GroupMembers.pm
-   A /rt/trunk/lib/RT/Groups.pm
-   A /rt/trunk/lib/RT/Handle.pm
-   A /rt/trunk/lib/RT/Interface
-   A /rt/trunk/lib/RT/Interface/CLI.pm
-   A /rt/trunk/lib/RT/Interface/Email.pm
-   A /rt/trunk/lib/RT/Interface/Web.pm
-   A /rt/trunk/lib/RT/Keyword.pm
-   A /rt/trunk/lib/RT/KeywordSelect.pm
-   A /rt/trunk/lib/RT/KeywordSelects.pm
-   A /rt/trunk/lib/RT/Keywords.pm
-   A /rt/trunk/lib/RT/Link.pm
-   A /rt/trunk/lib/RT/Links.pm
-   A /rt/trunk/lib/RT/ObjectKeyword.pm
-   A /rt/trunk/lib/RT/ObjectKeywords.pm
-   A /rt/trunk/lib/RT/Queue.pm
-   A /rt/trunk/lib/RT/Queues.pm
-   A /rt/trunk/lib/RT/Record.pm
-   A /rt/trunk/lib/RT/Scrip.pm
-   A /rt/trunk/lib/RT/ScripAction.pm
-   A /rt/trunk/lib/RT/ScripActions.pm
-   A /rt/trunk/lib/RT/ScripCondition.pm
-   A /rt/trunk/lib/RT/ScripConditions.pm
-   A /rt/trunk/lib/RT/Scrips.pm
-   A /rt/trunk/lib/RT/Template.pm
-   A /rt/trunk/lib/RT/Templates.pm
-   A /rt/trunk/lib/RT/Ticket.pm
-   A /rt/trunk/lib/RT/Tickets.pm
-   A /rt/trunk/lib/RT/Transaction.pm
-   A /rt/trunk/lib/RT/Transactions.pm
-   A /rt/trunk/lib/RT/User.pm
-   A /rt/trunk/lib/RT/Users.pm
-   A /rt/trunk/lib/RT/Watcher.pm
-   A /rt/trunk/lib/RT/Watchers.pm
-   A /rt/trunk/lib/RT.pm
-   D /rt/trunk/lib/generic_templates
-   D /rt/trunk/lib/images
-   D /rt/trunk/lib/rt
-   A /rt/trunk/lib/test.pl
-   A /rt/trunk/t
-   A /rt/trunk/t/create.t
-   A /rt/trunk/t/stress.t
-   A /rt/trunk/t/testsuite_notes
-   A /rt/trunk/tools
-   A /rt/trunk/tools/initdb
-   A /rt/trunk/tools/insertdata
-   A /rt/trunk/tools/testdeps
-   A /rt/trunk/webrt
-   A /rt/trunk/webrt/Admin
-   A /rt/trunk/webrt/Admin/Elements
-   A /rt/trunk/webrt/Admin/Elements/CreateQueueCalled
-   A /rt/trunk/webrt/Admin/Elements/CreateUserCalled
-   A /rt/trunk/webrt/Admin/Elements/EditUserComments
-   A /rt/trunk/webrt/Admin/Elements/GrantQueueRightsTo
-   A /rt/trunk/webrt/Admin/Elements/GroupTabs
-   A /rt/trunk/webrt/Admin/Elements/Header
-   A /rt/trunk/webrt/Admin/Elements/ModifyKeyword
-   A /rt/trunk/webrt/Admin/Elements/ModifyKeywordSelect
-   A /rt/trunk/webrt/Admin/Elements/ModifyQueue
-   A /rt/trunk/webrt/Admin/Elements/ModifyTemplate
-   A /rt/trunk/webrt/Admin/Elements/ModifyUser
-   A /rt/trunk/webrt/Admin/Elements/QueueRightsForUser
-   A /rt/trunk/webrt/Admin/Elements/QueueTabs
-   A /rt/trunk/webrt/Admin/Elements/SelectKeywordSelect
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyGroup
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyKeyword
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyKeywordSelect
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyQueue
-   A /rt/trunk/webrt/Admin/Elements/SelectModifyUser
-   A /rt/trunk/webrt/Admin/Elements/SelectQueueRights
-   A /rt/trunk/webrt/Admin/Elements/SelectRights
-   A /rt/trunk/webrt/Admin/Elements/SelectScrip
-   A /rt/trunk/webrt/Admin/Elements/SelectScripAction
-   A /rt/trunk/webrt/Admin/Elements/SelectScripCondition
-   A /rt/trunk/webrt/Admin/Elements/SelectSingleOrMultiple
-   A /rt/trunk/webrt/Admin/Elements/SelectTemplate
-   A /rt/trunk/webrt/Admin/Elements/SelectUsers
-   A /rt/trunk/webrt/Admin/Elements/SystemTabs
-   A /rt/trunk/webrt/Admin/Elements/Tabs
-   A /rt/trunk/webrt/Admin/Elements/UserTabs
-   A /rt/trunk/webrt/Admin/Global
-   A /rt/trunk/webrt/Admin/Global/GroupRights.html
-   A /rt/trunk/webrt/Admin/Global/Keywords.html
-   A /rt/trunk/webrt/Admin/Global/Scrips.html
-   A /rt/trunk/webrt/Admin/Global/Template.html
-   A /rt/trunk/webrt/Admin/Global/Templates.html
-   A /rt/trunk/webrt/Admin/Global/UserRights.html
-   A /rt/trunk/webrt/Admin/Global/index.html
-   A /rt/trunk/webrt/Admin/Groups
-   A /rt/trunk/webrt/Admin/Groups/Members.html
-   A /rt/trunk/webrt/Admin/Groups/Modify.html
-   A /rt/trunk/webrt/Admin/Groups/Rights.html
-   A /rt/trunk/webrt/Admin/Groups/index.html
-   A /rt/trunk/webrt/Admin/KeywordSelects
-   A /rt/trunk/webrt/Admin/KeywordSelects/Modify.html
-   A /rt/trunk/webrt/Admin/KeywordSelects/index.html
-   A /rt/trunk/webrt/Admin/Keywords
-   A /rt/trunk/webrt/Admin/Keywords/Modify.html
-   A /rt/trunk/webrt/Admin/Keywords/index.html
-   A /rt/trunk/webrt/Admin/Queues
-   A /rt/trunk/webrt/Admin/Queues/Create.html
-   A /rt/trunk/webrt/Admin/Queues/GroupRights.html
-   A /rt/trunk/webrt/Admin/Queues/Keywords.html
-   A /rt/trunk/webrt/Admin/Queues/Modify.html
-   A /rt/trunk/webrt/Admin/Queues/People.html
-   A /rt/trunk/webrt/Admin/Queues/Scrips.html
-   A /rt/trunk/webrt/Admin/Queues/Template.html
-   A /rt/trunk/webrt/Admin/Queues/Templates.html
-   A /rt/trunk/webrt/Admin/Queues/UserRights.html
-   A /rt/trunk/webrt/Admin/Queues/index.html
-   A /rt/trunk/webrt/Admin/Users
-   A /rt/trunk/webrt/Admin/Users/Modify.html
-   A /rt/trunk/webrt/Admin/Users/Prefs.html
-   A /rt/trunk/webrt/Admin/Users/Rights.html
-   A /rt/trunk/webrt/Admin/Users/index.html
-   A /rt/trunk/webrt/Admin/index.html
-   A /rt/trunk/webrt/Elements
-   A /rt/trunk/webrt/Elements/Checkbox
-   A /rt/trunk/webrt/Elements/CreateTicket
-   A /rt/trunk/webrt/Elements/Error
-   A /rt/trunk/webrt/Elements/Footer
-   A /rt/trunk/webrt/Elements/GotoTicket
-   A /rt/trunk/webrt/Elements/Header
-   A /rt/trunk/webrt/Elements/ListActions
-   A /rt/trunk/webrt/Elements/Login
-   A /rt/trunk/webrt/Elements/MessageBox
-   A /rt/trunk/webrt/Elements/MyRequests
-   A /rt/trunk/webrt/Elements/MyTickets
-   A /rt/trunk/webrt/Elements/Quicksearch
-   A /rt/trunk/webrt/Elements/Section
-   A /rt/trunk/webrt/Elements/SelectBoolean
-   A /rt/trunk/webrt/Elements/SelectDate
-   A /rt/trunk/webrt/Elements/SelectDateRelation
-   A /rt/trunk/webrt/Elements/SelectDateType
-   A /rt/trunk/webrt/Elements/SelectKeyword
-   A /rt/trunk/webrt/Elements/SelectKeywordOptions
-   A /rt/trunk/webrt/Elements/SelectLinkType
-   A /rt/trunk/webrt/Elements/SelectMatch
-   A /rt/trunk/webrt/Elements/SelectNewTicketQueue
-   A /rt/trunk/webrt/Elements/SelectOwner
-   A /rt/trunk/webrt/Elements/SelectQueue
-   A /rt/trunk/webrt/Elements/SelectResultsPerPage
-   A /rt/trunk/webrt/Elements/SelectSortOrder
-   A /rt/trunk/webrt/Elements/SelectStatus
-   A /rt/trunk/webrt/Elements/SelectTicketSortBy
-   A /rt/trunk/webrt/Elements/SelectUsers
-   A /rt/trunk/webrt/Elements/SelectWatcherType
-   A /rt/trunk/webrt/Elements/ShadedBox
-   A /rt/trunk/webrt/Elements/Submit
-   A /rt/trunk/webrt/Elements/Tabs
-   A /rt/trunk/webrt/Elements/TitleBoxEnd
-   A /rt/trunk/webrt/Elements/TitleBoxStart
-   A /rt/trunk/webrt/Elements/ViewUser
-   A /rt/trunk/webrt/Elements/dayMenu
-   A /rt/trunk/webrt/Elements/monthMenu
-   A /rt/trunk/webrt/Elements/yearMenu
-   A /rt/trunk/webrt/NoAuth
-   A /rt/trunk/webrt/NoAuth/Logout.html
-   A /rt/trunk/webrt/NoAuth/Reminder.html
-   A /rt/trunk/webrt/NoAuth/images
-   A /rt/trunk/webrt/NoAuth/images/spacer.gif
-   A /rt/trunk/webrt/NoAuth/webrt.css
-   A /rt/trunk/webrt/Search
-   A /rt/trunk/webrt/Search/Bulk.html
-   A /rt/trunk/webrt/Search/Listing.html
-   A /rt/trunk/webrt/Search/PickRestriction
-   A /rt/trunk/webrt/Search/RestrictSearch.html
-   A /rt/trunk/webrt/Search/TicketCell
-   A /rt/trunk/webrt/SelfService
-   A /rt/trunk/webrt/SelfService/Closed.html
-   A /rt/trunk/webrt/SelfService/Create.html
-   A /rt/trunk/webrt/SelfService/Details.html
-   A /rt/trunk/webrt/SelfService/Elements
-   A /rt/trunk/webrt/SelfService/Elements/GotoTicket
-   A /rt/trunk/webrt/SelfService/Elements/Header
-   A /rt/trunk/webrt/SelfService/Elements/MyRequests
-   A /rt/trunk/webrt/SelfService/Elements/ShowTransaction
-   A /rt/trunk/webrt/SelfService/Elements/Tabs
-   A /rt/trunk/webrt/SelfService/Error.html
-   A /rt/trunk/webrt/SelfService/Prefs.html
-   A /rt/trunk/webrt/SelfService/index.html
-   A /rt/trunk/webrt/Ticket
-   A /rt/trunk/webrt/Ticket/Attachment
-   A /rt/trunk/webrt/Ticket/Attachment/dhandler
-   A /rt/trunk/webrt/Ticket/Create.html
-   A /rt/trunk/webrt/Ticket/Display.html
-   A /rt/trunk/webrt/Ticket/Elements
-   A /rt/trunk/webrt/Ticket/Elements/AddWatchers
-   A /rt/trunk/webrt/Ticket/Elements/EditBasics
-   A /rt/trunk/webrt/Ticket/Elements/EditDates
-   A /rt/trunk/webrt/Ticket/Elements/EditKeywordSelects
-   A /rt/trunk/webrt/Ticket/Elements/EditLinks
-   A /rt/trunk/webrt/Ticket/Elements/EditPeople
-   A /rt/trunk/webrt/Ticket/Elements/EditWatchers
-   A /rt/trunk/webrt/Ticket/Elements/ShowBasics
-   A /rt/trunk/webrt/Ticket/Elements/ShowDates
-   A /rt/trunk/webrt/Ticket/Elements/ShowDependencies
-   A /rt/trunk/webrt/Ticket/Elements/ShowHistory
-   A /rt/trunk/webrt/Ticket/Elements/ShowKeywordSelects
-   A /rt/trunk/webrt/Ticket/Elements/ShowLinks
-   A /rt/trunk/webrt/Ticket/Elements/ShowMemberOf
-   A /rt/trunk/webrt/Ticket/Elements/ShowMembers
-   A /rt/trunk/webrt/Ticket/Elements/ShowPeople
-   A /rt/trunk/webrt/Ticket/Elements/ShowReferences
-   A /rt/trunk/webrt/Ticket/Elements/ShowRequestor
-   A /rt/trunk/webrt/Ticket/Elements/ShowSummary
-   A /rt/trunk/webrt/Ticket/Elements/ShowTransaction
-   A /rt/trunk/webrt/Ticket/Elements/Tabs
-   A /rt/trunk/webrt/Ticket/Elements/ToolBar
-   A /rt/trunk/webrt/Ticket/History.html
-   A /rt/trunk/webrt/Ticket/Modify.html
-   A /rt/trunk/webrt/Ticket/ModifyAll.html
-   A /rt/trunk/webrt/Ticket/ModifyDates.html
-   A /rt/trunk/webrt/Ticket/ModifyLinks.html
-   A /rt/trunk/webrt/Ticket/ModifyPeople.html
-   A /rt/trunk/webrt/Ticket/Update.html
-   A /rt/trunk/webrt/User
-   A /rt/trunk/webrt/User/Prefs.html
-   A /rt/trunk/webrt/autohandler
-   A /rt/trunk/webrt/index.html
-   A /rt/trunk/webrt/rt.jpg
-
-Load rt-2-0-0 into rt/trunk.
-
-------------------------------------------------------------------------
-r16 | root | 2003-11-16 01:48:24 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/manipulate.pm
-
-Load rt-1-0-7 into rt/trunk.
-
-------------------------------------------------------------------------
-r14 | root | 2003-11-16 01:48:14 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/lib/rt/support/mail.pm
-   M /rt/trunk/lib/rt/support/utils.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/support.pm
-
-Load rt-1-0-6 into rt/trunk.
-
-------------------------------------------------------------------------
-r12 | root | 2003-11-16 01:48:04 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   A /rt/trunk/bin/testdeps.pl
-   M /rt/trunk/etc/suidrt.c
-   M /rt/trunk/lib/rt/database/manipulate.pm
-   M /rt/trunk/lib/rt/ui/cli/manipulate.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/manipulate.pm
-
-Load rt-1-0-5 into rt/trunk.
-
-------------------------------------------------------------------------
-r10 | root | 2003-11-16 01:47:53 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/etc/schema
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-
-Load rt-1-0-4 into rt/trunk.
-
-------------------------------------------------------------------------
-r8 | root | 2003-11-16 01:47:42 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/docs/rt-templates.html
-   M /rt/trunk/lib/rt/ui/cli/admin.pm
-   M /rt/trunk/lib/rt/ui/cli/query.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/admin.pm
-   M /rt/trunk/lib/rt/ui/web/forms.pm
-   M /rt/trunk/lib/rt/ui/web/manipulate.pm
-
-Load rt-1-0-3 into rt/trunk.
-
-------------------------------------------------------------------------
-r6 | root | 2003-11-16 01:47:30 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/README
-   M /rt/trunk/docs/FAQ
-   M /rt/trunk/docs/FAQ.html
-   A /rt/trunk/docs/rt-templates.html
-   M /rt/trunk/etc/schema
-   M /rt/trunk/etc/suidrt.c
-   M /rt/trunk/lib/generic_templates/autoreply
-   M /rt/trunk/lib/generic_templates/comment
-   M /rt/trunk/lib/generic_templates/give
-   M /rt/trunk/lib/generic_templates/steal
-   M /rt/trunk/lib/rt/database/manipulate.pm
-   M /rt/trunk/lib/rt/support/mail.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   M /rt/trunk/lib/rt/ui/web/admin.pm
-   M /rt/trunk/lib/rt/ui/web/forms.pm
-   M /rt/trunk/lib/rt/ui/web/manipulate.pm
-
-Load rt-1-0-2 into rt/trunk.
-
-------------------------------------------------------------------------
-r4 | root | 2003-11-16 01:47:20 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   M /rt/trunk/Makefile
-   M /rt/trunk/NEWS
-   M /rt/trunk/docs/rt_users_guide.html
-   M /rt/trunk/lib/rt/database/manipulate.pm
-   M /rt/trunk/lib/rt/support/mail.pm
-   M /rt/trunk/lib/rt/support/utils.pm
-   M /rt/trunk/lib/rt/ui/cli/query.pm
-   M /rt/trunk/lib/rt/ui/mail/manipulate.pm
-
-Load rt-1-0-1 into rt/trunk.
-
-------------------------------------------------------------------------
-r2 | root | 2003-11-16 01:47:10 -0500 (Sun, 16 Nov 2003) | 2 lines
-Changed paths:
-   A /rt/trunk/COPYING
-   A /rt/trunk/Makefile
-   A /rt/trunk/NEWS
-   A /rt/trunk/README
-   A /rt/trunk/TODO
-   A /rt/trunk/bin
-   A /rt/trunk/bin/rtmux.pl
-   A /rt/trunk/contrib
-   A /rt/trunk/contrib/cookie-prefs.tar.gz
-   A /rt/trunk/contrib/cookie-prefs.tar.gz.README
-   A /rt/trunk/contrib/forms.cgi
-   A /rt/trunk/contrib/manipulate.pm.pth
-   A /rt/trunk/contrib/manipulate.pm.pth.README
-   A /rt/trunk/contrib/mod_auth_mysql.README
-   A /rt/trunk/contrib/ns_authentication.patch
-   A /rt/trunk/contrib/ns_authentication.patch.README
-   A /rt/trunk/contrib/rename_queue.README
-   A /rt/trunk/contrib/req2rt.tar.gz
-   A /rt/trunk/contrib/req2rt.tar.gz.README
-   A /rt/trunk/contrib/signatureforcorrespondence
-   A /rt/trunk/contrib/stats.tar.gz
-   A /rt/trunk/docs
-   A /rt/trunk/docs/FAQ
-   A /rt/trunk/docs/FAQ.html
-   A /rt/trunk/docs/README.docs
-   A /rt/trunk/docs/rt.gif
-   A /rt/trunk/docs/rt_users_guide.html
-   A /rt/trunk/etc
-   A /rt/trunk/etc/config.pm
-   A /rt/trunk/etc/mysql.acl
-   A /rt/trunk/etc/schema
-   A /rt/trunk/etc/suidrt.c
-   A /rt/trunk/etc/templates
-   A /rt/trunk/etc/templates/queues
-   A /rt/trunk/etc/templates/queues/.placeholder
-   A /rt/trunk/etc/templates/queues/_rt_system
-   A /rt/trunk/etc/templates/queues/_rt_system/act_response
-   A /rt/trunk/etc/templates/queues/_rt_system/error
-   A /rt/trunk/lib
-   A /rt/trunk/lib/generic_templates
-   A /rt/trunk/lib/generic_templates/autoreply
-   A /rt/trunk/lib/generic_templates/comment
-   A /rt/trunk/lib/generic_templates/correspondence
-   A /rt/trunk/lib/generic_templates/error
-   A /rt/trunk/lib/generic_templates/give
-   A /rt/trunk/lib/generic_templates/respond
-   A /rt/trunk/lib/generic_templates/steal
-   A /rt/trunk/lib/generic_templates/transaction
-   A /rt/trunk/lib/generic_templates/web_create
-   A /rt/trunk/lib/images
-   A /rt/trunk/lib/images/comment.gif
-   A /rt/trunk/lib/images/down.gif
-   A /rt/trunk/lib/images/endcap.gif
-   A /rt/trunk/lib/images/give.gif
-   A /rt/trunk/lib/images/pixel_black.gif
-   A /rt/trunk/lib/images/resolve.gif
-   A /rt/trunk/lib/images/respond.gif
-   A /rt/trunk/lib/images/rt.jpeg
-   A /rt/trunk/lib/images/sbc.gif
-   A /rt/trunk/lib/images/sbs.gif
-   A /rt/trunk/lib/images/slc.gif
-   A /rt/trunk/lib/images/srs.gif
-   A /rt/trunk/lib/images/take.gif
-   A /rt/trunk/lib/images/up.gif
-   A /rt/trunk/lib/rt
-   A /rt/trunk/lib/rt/database
-   A /rt/trunk/lib/rt/database/admin.pm
-   A /rt/trunk/lib/rt/database/config.pm
-   A /rt/trunk/lib/rt/database/content.pm
-   A /rt/trunk/lib/rt/database/manipulate.pm
-   A /rt/trunk/lib/rt/database.pm
-   A /rt/trunk/lib/rt/support
-   A /rt/trunk/lib/rt/support/mail.pm
-   A /rt/trunk/lib/rt/support/utils.pm
-   A /rt/trunk/lib/rt/ui
-   A /rt/trunk/lib/rt/ui/cli
-   A /rt/trunk/lib/rt/ui/cli/admin.pm
-   A /rt/trunk/lib/rt/ui/cli/manipulate.pm
-   A /rt/trunk/lib/rt/ui/cli/query.pm
-   A /rt/trunk/lib/rt/ui/cli/support.pm
-   A /rt/trunk/lib/rt/ui/mail
-   A /rt/trunk/lib/rt/ui/mail/manipulate.pm
-   A /rt/trunk/lib/rt/ui/web
-   A /rt/trunk/lib/rt/ui/web/admin.pm
-   A /rt/trunk/lib/rt/ui/web/auth.pm
-   A /rt/trunk/lib/rt/ui/web/forms.pm
-   A /rt/trunk/lib/rt/ui/web/manipulate.pm
-   A /rt/trunk/lib/rt/ui/web/support.pm
-
-Load rt-1-0-0 into rt/trunk.
-
-------------------------------------------------------------------------
-r1 | jesse | 2003-11-14 16:32:58 -0500 (Fri, 14 Nov 2003) | 2 lines
-Changed paths:
-   A /rt
-   A /rt/branches
-   A /rt/tags
-   A /rt/trunk
-
-added rt project
+r571 | autrijus | 2004-03-15 10:22:17 -0500 (Mon, 15 Mar 2004) | 2 lines
+Changed paths:
+   M /rt/branches
+   M /rt/branches/rt-3.3/html/User/Prefs.html
+
+* backport lang handle setting from -elixus
+
+------------------------------------------------------------------------
+r560 | autrijus | 2004-03-12 21:44:05 -0500 (Fri, 12 Mar 2004) | 2 lines
+Changed paths:
+   M /rt/branches
+   M /rt/branches/rt-3.3/README
+   M /rt/branches/rt-3.3/bin/rt-mailgate.in
+   M /rt/branches/rt-3.3/bin/rt.in
+   M /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   M /rt/branches/rt-3.3/etc/schema.Oracle
+   M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   M /rt/branches/rt-3.3/html/Elements/Footer
+   M /rt/branches/rt-3.3/html/Elements/Header
+   M /rt/branches/rt-3.3/html/Elements/Login
+   M /rt/branches/rt-3.3/html/Elements/SelectQueue
+   M /rt/branches/rt-3.3/html/Elements/TicketList
+   M /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
+   M /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
+   M /rt/branches/rt-3.3/html/Search/Build.html
+   M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
+   M /rt/branches/rt-3.3/html/Search/Elements/PickBasics
+   M /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
+   M /rt/branches/rt-3.3/html/Search/Results.html
+   M /rt/branches/rt-3.3/html/Search/Results.rdf
+   M /rt/branches/rt-3.3/html/Ticket/Display.html
+   A /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
+   M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   M /rt/branches/rt-3.3/html/Ticket/History.html
+   M /rt/branches/rt-3.3/html/autohandler
+   M /rt/branches/rt-3.3/lib/RT/Action/Autoreply.pm
+   M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   M /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
+   M /rt/branches/rt-3.3/lib/RT/Handle.pm
+   M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/Record.pm
+   M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
+   M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+   M /rt/branches/rt-3.3/releng.cnf
+
+* smerge rt-3.1 to rt-3.3.
+
+------------------------------------------------------------------------
+r559 | autrijus | 2004-03-12 21:22:26 -0500 (Fri, 12 Mar 2004) | 2 lines
+Changed paths:
+   M /rt/branches
+   D /rt/branches/autrijus-3.1
+   A /rt/branches/rt-3.3
+   A /rt/branches/rt-3.3/COPYING
+   A /rt/branches/rt-3.3/HOWTO
+   A /rt/branches/rt-3.3/HOWTO/README
+   A /rt/branches/rt-3.3/HOWTO/change.txt
+   A /rt/branches/rt-3.3/HOWTO/release.txt
+   A /rt/branches/rt-3.3/HOWTO/version-control.txt
+   A /rt/branches/rt-3.3/Makefile.in
+   A /rt/branches/rt-3.3/README
+   A /rt/branches/rt-3.3/UPGRADING
+   A /rt/branches/rt-3.3/aclocal.m4
+   A /rt/branches/rt-3.3/bin
+   A /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
+   A /rt/branches/rt-3.3/bin/mason_handler.scgi.in
+   A /rt/branches/rt-3.3/bin/mason_handler.svc.in
+   A /rt/branches/rt-3.3/bin/rt-commit-handler.in
+   A /rt/branches/rt-3.3/bin/rt-crontool.in
+   A /rt/branches/rt-3.3/bin/rt-mailgate.in
+   A /rt/branches/rt-3.3/bin/rt.in
+   A /rt/branches/rt-3.3/bin/standalone_httpd.in
+   A /rt/branches/rt-3.3/bin/webmux.pl.in
+   A /rt/branches/rt-3.3/config.layout
+   A /rt/branches/rt-3.3/configure.ac
+   A /rt/branches/rt-3.3/docs
+   A /rt/branches/rt-3.3/docs/README.docs
+   A /rt/branches/rt-3.3/docs/Security
+   A /rt/branches/rt-3.3/docs/design_docs
+   A /rt/branches/rt-3.3/docs/design_docs/CARS
+   A /rt/branches/rt-3.3/docs/design_docs/TransactionTypes.txt
+   A /rt/branches/rt-3.3/docs/design_docs/acls
+   A /rt/branches/rt-3.3/docs/design_docs/approval_notices
+   A /rt/branches/rt-3.3/docs/design_docs/approval_template
+   A /rt/branches/rt-3.3/docs/design_docs/cf_search
+   A /rt/branches/rt-3.3/docs/design_docs/cli_spec
+   A /rt/branches/rt-3.3/docs/design_docs/cvs_integration
+   A /rt/branches/rt-3.3/docs/design_docs/delegation
+   A /rt/branches/rt-3.3/docs/design_docs/evil_plans
+   A /rt/branches/rt-3.3/docs/design_docs/groups_notes
+   A /rt/branches/rt-3.3/docs/design_docs/link-definitions.txt
+   A /rt/branches/rt-3.3/docs/design_docs/recursive_group_membership_algorithm
+   A /rt/branches/rt-3.3/docs/design_docs/rql_parser_machine.graphviz
+   A /rt/branches/rt-3.3/docs/design_docs/string-extraction-guide.txt
+   A /rt/branches/rt-3.3/docs/design_docs/subscription-definitions.txt
+   A /rt/branches/rt-3.3/docs/design_docs/ticket_templates
+   A /rt/branches/rt-3.3/docs/design_docs/users
+   A /rt/branches/rt-3.3/docs/rt3-schema-relationships.dot
+   A /rt/branches/rt-3.3/etc
+   A /rt/branches/rt-3.3/etc/RT_Config.pm.in
+   A /rt/branches/rt-3.3/etc/RT_SiteConfig.pm
+   A /rt/branches/rt-3.3/etc/acl.Informix
+   A /rt/branches/rt-3.3/etc/acl.Oracle
+   A /rt/branches/rt-3.3/etc/acl.Pg
+   A /rt/branches/rt-3.3/etc/acl.mysql
+   A /rt/branches/rt-3.3/etc/constraints.mysql
+   A /rt/branches/rt-3.3/etc/drop.Informix
+   A /rt/branches/rt-3.3/etc/drop.Oracle
+   A /rt/branches/rt-3.3/etc/initialdata
+   A /rt/branches/rt-3.3/etc/rt.spec
+   A /rt/branches/rt-3.3/etc/schema.Informix
+   A /rt/branches/rt-3.3/etc/schema.Oracle
+   A /rt/branches/rt-3.3/etc/schema.Pg
+   A /rt/branches/rt-3.3/etc/schema.SQLite
+   A /rt/branches/rt-3.3/etc/schema.mysql
+   A /rt/branches/rt-3.3/etc/upgrade
+   A /rt/branches/rt-3.3/etc/upgrade/2.1.71
+   A /rt/branches/rt-3.3/html
+   A /rt/branches/rt-3.3/html/Admin
+   A /rt/branches/rt-3.3/html/Admin/CustomFields
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/GroupRights.html
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/Modify.html
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/Objects.html
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/UserRights.html
+   A /rt/branches/rt-3.3/html/Admin/CustomFields/index.html
+   A /rt/branches/rt-3.3/html/Admin/Elements
+   A /rt/branches/rt-3.3/html/Admin/Elements/AddCustomFieldValue
+   A /rt/branches/rt-3.3/html/Admin/Elements/CreateUserCalled
+   A /rt/branches/rt-3.3/html/Admin/Elements/CustomFieldTabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFieldValues
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditScrips
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
+   A /rt/branches/rt-3.3/html/Admin/Elements/EditUserComments
+   A /rt/branches/rt-3.3/html/Admin/Elements/GroupTabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/Header
+   A /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalCustomFields
+   A /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalScrips
+   A /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
+   A /rt/branches/rt-3.3/html/Admin/Elements/ModifyTemplate
+   A /rt/branches/rt-3.3/html/Admin/Elements/ModifyUser
+   A /rt/branches/rt-3.3/html/Admin/Elements/ObjectCustomFields
+   A /rt/branches/rt-3.3/html/Admin/Elements/PickCustomFields
+   A /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
+   A /rt/branches/rt-3.3/html/Admin/Elements/QueueRightsForUser
+   A /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldLookupType
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldType
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectGroups
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyGroup
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyQueue
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyUser
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectRights
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectScrip
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectScripAction
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectScripCondition
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectSingleOrMultiple
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectStage
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectTemplate
+   A /rt/branches/rt-3.3/html/Admin/Elements/SelectUsers
+   A /rt/branches/rt-3.3/html/Admin/Elements/SystemTabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Admin/Elements/UserTabs
+   A /rt/branches/rt-3.3/html/Admin/Global
+   A /rt/branches/rt-3.3/html/Admin/Global/CustomField.html
+   A /rt/branches/rt-3.3/html/Admin/Global/CustomFields.html
+   A /rt/branches/rt-3.3/html/Admin/Global/GroupRights.html
+   A /rt/branches/rt-3.3/html/Admin/Global/Scrip.html
+   A /rt/branches/rt-3.3/html/Admin/Global/Scrips.html
+   A /rt/branches/rt-3.3/html/Admin/Global/Template.html
+   A /rt/branches/rt-3.3/html/Admin/Global/Templates.html
+   A /rt/branches/rt-3.3/html/Admin/Global/UserRights.html
+   A /rt/branches/rt-3.3/html/Admin/Global/index.html
+   A /rt/branches/rt-3.3/html/Admin/Groups
+   A /rt/branches/rt-3.3/html/Admin/Groups/CustomFields.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/History.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/Members.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
+   A /rt/branches/rt-3.3/html/Admin/Groups/index.html
+   A /rt/branches/rt-3.3/html/Admin/Queues
+   A /rt/branches/rt-3.3/html/Admin/Queues/CustomField.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/CustomFields.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/GroupRights.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/People.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Scrips.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Template.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/Templates.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/UserRights.html
+   A /rt/branches/rt-3.3/html/Admin/Queues/index.html
+   A /rt/branches/rt-3.3/html/Admin/Users
+   A /rt/branches/rt-3.3/html/Admin/Users/CustomFields.html
+   A /rt/branches/rt-3.3/html/Admin/Users/History.html
+   A /rt/branches/rt-3.3/html/Admin/Users/Memberships.html
+   A /rt/branches/rt-3.3/html/Admin/Users/Modify.html
+   A /rt/branches/rt-3.3/html/Admin/Users/Prefs.html
+   A /rt/branches/rt-3.3/html/Admin/Users/index.html
+   A /rt/branches/rt-3.3/html/Admin/index.html
+   A /rt/branches/rt-3.3/html/Approvals
+   A /rt/branches/rt-3.3/html/Approvals/Display.html
+   A /rt/branches/rt-3.3/html/Approvals/Elements
+   A /rt/branches/rt-3.3/html/Approvals/Elements/Approve
+   A /rt/branches/rt-3.3/html/Approvals/Elements/PendingMyApproval
+   A /rt/branches/rt-3.3/html/Approvals/Elements/ShowDependency
+   A /rt/branches/rt-3.3/html/Approvals/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Approvals/index.html
+   A /rt/branches/rt-3.3/html/Download
+   A /rt/branches/rt-3.3/html/Download/CustomFieldValue
+   A /rt/branches/rt-3.3/html/Download/CustomFieldValue/dhandler
+   A /rt/branches/rt-3.3/html/Download/Tabular
+   A /rt/branches/rt-3.3/html/Download/Tabular/dhandler
+   A /rt/branches/rt-3.3/html/Elements
+   A /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedEnd
+   A /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedStart
+   A /rt/branches/rt-3.3/html/Elements/Callback
+   A /rt/branches/rt-3.3/html/Elements/Checkbox
+   A /rt/branches/rt-3.3/html/Elements/CreateTicket
+   A /rt/branches/rt-3.3/html/Elements/EditCustomField
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldFreeform
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
+   A /rt/branches/rt-3.3/html/Elements/EditCustomFieldText
+   A /rt/branches/rt-3.3/html/Elements/Error
+   A /rt/branches/rt-3.3/html/Elements/Footer
+   A /rt/branches/rt-3.3/html/Elements/GotoTicket
+   A /rt/branches/rt-3.3/html/Elements/Header
+   A /rt/branches/rt-3.3/html/Elements/ListActions
+   A /rt/branches/rt-3.3/html/Elements/Login
+   A /rt/branches/rt-3.3/html/Elements/Menu
+   A /rt/branches/rt-3.3/html/Elements/MessageBox
+   A /rt/branches/rt-3.3/html/Elements/MyRequests
+   A /rt/branches/rt-3.3/html/Elements/MyTickets
+   A /rt/branches/rt-3.3/html/Elements/PageLayout
+   A /rt/branches/rt-3.3/html/Elements/QuickCreate
+   A /rt/branches/rt-3.3/html/Elements/Quicksearch
+   A /rt/branches/rt-3.3/html/Elements/Refresh
+   A /rt/branches/rt-3.3/html/Elements/Section
+   A /rt/branches/rt-3.3/html/Elements/SelectAttachmentField
+   A /rt/branches/rt-3.3/html/Elements/SelectBoolean
+   A /rt/branches/rt-3.3/html/Elements/SelectCustomFieldOperator
+   A /rt/branches/rt-3.3/html/Elements/SelectCustomFieldValue
+   A /rt/branches/rt-3.3/html/Elements/SelectDate
+   A /rt/branches/rt-3.3/html/Elements/SelectDateRelation
+   A /rt/branches/rt-3.3/html/Elements/SelectDateType
+   A /rt/branches/rt-3.3/html/Elements/SelectEqualityOperator
+   A /rt/branches/rt-3.3/html/Elements/SelectGroups
+   A /rt/branches/rt-3.3/html/Elements/SelectLang
+   A /rt/branches/rt-3.3/html/Elements/SelectLinkType
+   A /rt/branches/rt-3.3/html/Elements/SelectMatch
+   A /rt/branches/rt-3.3/html/Elements/SelectNewTicketQueue
+   A /rt/branches/rt-3.3/html/Elements/SelectOwner
+   A /rt/branches/rt-3.3/html/Elements/SelectQueue
+   A /rt/branches/rt-3.3/html/Elements/SelectResultsPerPage
+   A /rt/branches/rt-3.3/html/Elements/SelectSortOrder
+   A /rt/branches/rt-3.3/html/Elements/SelectStatus
+   A /rt/branches/rt-3.3/html/Elements/SelectTicketSortBy
+   A /rt/branches/rt-3.3/html/Elements/SelectTicketTypes
+   A /rt/branches/rt-3.3/html/Elements/SelectUsers
+   A /rt/branches/rt-3.3/html/Elements/SelectWatcherType
+   A /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
+   A /rt/branches/rt-3.3/html/Elements/ShadedBox
+   A /rt/branches/rt-3.3/html/Elements/ShadedInputRow
+   A /rt/branches/rt-3.3/html/Elements/ShadedRow
+   A /rt/branches/rt-3.3/html/Elements/ShowCustomFields
+   A /rt/branches/rt-3.3/html/Elements/ShowMemberships
+   A /rt/branches/rt-3.3/html/Elements/SimpleSearch
+   A /rt/branches/rt-3.3/html/Elements/Submit
+   A /rt/branches/rt-3.3/html/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Elements/TicketList
+   A /rt/branches/rt-3.3/html/Elements/TitleBox
+   A /rt/branches/rt-3.3/html/Elements/TitleBoxEnd
+   A /rt/branches/rt-3.3/html/Elements/TitleBoxStart
+   A /rt/branches/rt-3.3/html/Elements/ViewUser
+   A /rt/branches/rt-3.3/html/NoAuth
+   A /rt/branches/rt-3.3/html/NoAuth/Logout.html
+   A /rt/branches/rt-3.3/html/NoAuth/Reminder.html
+   A /rt/branches/rt-3.3/html/NoAuth/images
+   A /rt/branches/rt-3.3/html/NoAuth/images/back_home.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/bplogo.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/favicon.png
+   A /rt/branches/rt-3.3/html/NoAuth/images/head_requestracker.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/rt.jpg
+   A /rt/branches/rt-3.3/html/NoAuth/images/space.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/spacer.gif
+   A /rt/branches/rt-3.3/html/NoAuth/images/squares_blue.gif
+   A /rt/branches/rt-3.3/html/NoAuth/webrt.css
+   A /rt/branches/rt-3.3/html/Projects
+   A /rt/branches/rt-3.3/html/Projects/Create.html
+   A /rt/branches/rt-3.3/html/Projects/Edit.html
+   A /rt/branches/rt-3.3/html/Projects/Elements
+   A /rt/branches/rt-3.3/html/Projects/Elements/CreateTask
+   A /rt/branches/rt-3.3/html/Projects/Elements/EditTask
+   A /rt/branches/rt-3.3/html/Projects/Elements/OverviewEntry
+   A /rt/branches/rt-3.3/html/Projects/Elements/SelectProjectTask
+   A /rt/branches/rt-3.3/html/Projects/Elements/SelectProjectTaskEntry
+   A /rt/branches/rt-3.3/html/Projects/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Projects/Elements/TicketTabs
+   A /rt/branches/rt-3.3/html/Projects/Gantt.html
+   A /rt/branches/rt-3.3/html/Projects/History.html
+   A /rt/branches/rt-3.3/html/Projects/Overview.html
+   A /rt/branches/rt-3.3/html/Projects/Schedule.html
+   A /rt/branches/rt-3.3/html/Projects/ScheduleByActor.html
+   A /rt/branches/rt-3.3/html/Projects/index.html
+   A /rt/branches/rt-3.3/html/REST
+   A /rt/branches/rt-3.3/html/REST/1.0
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/default
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/ns
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/history
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/links
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/user
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/user/default
+   A /rt/branches/rt-3.3/html/REST/1.0/Forms/user/ns
+   A /rt/branches/rt-3.3/html/REST/1.0/NoAuth
+   A /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
+   A /rt/branches/rt-3.3/html/REST/1.0/autohandler
+   A /rt/branches/rt-3.3/html/REST/1.0/dhandler
+   A /rt/branches/rt-3.3/html/REST/1.0/logout
+   A /rt/branches/rt-3.3/html/REST/1.0/search
+   A /rt/branches/rt-3.3/html/REST/1.0/search/dhandler
+   A /rt/branches/rt-3.3/html/REST/1.0/search/ticket
+   A /rt/branches/rt-3.3/html/REST/1.0/ticket
+   A /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
+   A /rt/branches/rt-3.3/html/REST/1.0/ticket/link
+   A /rt/branches/rt-3.3/html/REST/1.0/ticket/merge
+   A /rt/branches/rt-3.3/html/Scope
+   A /rt/branches/rt-3.3/html/Scope/Action.html
+   A /rt/branches/rt-3.3/html/Scope/Elements
+   A /rt/branches/rt-3.3/html/Scope/Elements/Header
+   A /rt/branches/rt-3.3/html/Scope/Elements/MessageBox
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowHistory
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowHistoryView
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowMessageHeaders
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowMessageStanza
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowSummary
+   A /rt/branches/rt-3.3/html/Scope/Elements/ShowTransaction
+   A /rt/branches/rt-3.3/html/Scope/History.html
+   A /rt/branches/rt-3.3/html/Scope/Search.html
+   A /rt/branches/rt-3.3/html/Scope/Update.html
+   A /rt/branches/rt-3.3/html/Scope/View.html
+   A /rt/branches/rt-3.3/html/Scope/Work.html
+   A /rt/branches/rt-3.3/html/Scope/index.html
+   A /rt/branches/rt-3.3/html/Search
+   A /rt/branches/rt-3.3/html/Search/Build.html
+   A /rt/branches/rt-3.3/html/Search/Bulk.html
+   A /rt/branches/rt-3.3/html/Search/Edit.html
+   A /rt/branches/rt-3.3/html/Search/Elements
+   A /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
+   A /rt/branches/rt-3.3/html/Search/Elements/DisplayOptions
+   A /rt/branches/rt-3.3/html/Search/Elements/EditFormat
+   A /rt/branches/rt-3.3/html/Search/Elements/EditSearches
+   A /rt/branches/rt-3.3/html/Search/Elements/NewListActions
+   A /rt/branches/rt-3.3/html/Search/Elements/PickBasics
+   A /rt/branches/rt-3.3/html/Search/Elements/PickCFs
+   A /rt/branches/rt-3.3/html/Search/Elements/PickCriteria
+   A /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
+   A /rt/branches/rt-3.3/html/Search/Elements/SearchPrivacy
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectAndOr
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectGroup
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectLinks
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectSearchObject
+   A /rt/branches/rt-3.3/html/Search/Elements/SelectSearchesForObjects
+   A /rt/branches/rt-3.3/html/Search/Elements/TicketHeader
+   A /rt/branches/rt-3.3/html/Search/Elements/TicketHeaderCell
+   A /rt/branches/rt-3.3/html/Search/Elements/TicketRow
+   A /rt/branches/rt-3.3/html/Search/Listing.html
+   A /rt/branches/rt-3.3/html/Search/Results.html
+   A /rt/branches/rt-3.3/html/Search/Results.rdf
+   A /rt/branches/rt-3.3/html/Search/Results.tsv
+   A /rt/branches/rt-3.3/html/SelfService
+   A /rt/branches/rt-3.3/html/SelfService/Attachment
+   A /rt/branches/rt-3.3/html/SelfService/Attachment/dhandler
+   A /rt/branches/rt-3.3/html/SelfService/Closed.html
+   A /rt/branches/rt-3.3/html/SelfService/Create.html
+   A /rt/branches/rt-3.3/html/SelfService/Display.html
+   A /rt/branches/rt-3.3/html/SelfService/Elements
+   A /rt/branches/rt-3.3/html/SelfService/Elements/GotoTicket
+   A /rt/branches/rt-3.3/html/SelfService/Elements/Header
+   A /rt/branches/rt-3.3/html/SelfService/Elements/MyRequests
+   A /rt/branches/rt-3.3/html/SelfService/Elements/Tabs
+   A /rt/branches/rt-3.3/html/SelfService/Error.html
+   A /rt/branches/rt-3.3/html/SelfService/Prefs.html
+   A /rt/branches/rt-3.3/html/SelfService/Update.html
+   A /rt/branches/rt-3.3/html/SelfService/index.html
+   A /rt/branches/rt-3.3/html/Ticket
+   A /rt/branches/rt-3.3/html/Ticket/Attachment
+   A /rt/branches/rt-3.3/html/Ticket/Attachment/dhandler
+   A /rt/branches/rt-3.3/html/Ticket/Create.html
+   A /rt/branches/rt-3.3/html/Ticket/Display.html
+   A /rt/branches/rt-3.3/html/Ticket/Elements
+   A /rt/branches/rt-3.3/html/Ticket/Elements/AddWatchers
+   A /rt/branches/rt-3.3/html/Ticket/Elements/BulkLinks
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditBasics
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomField
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditDates
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditLinks
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditPeople
+   A /rt/branches/rt-3.3/html/Ticket/Elements/EditWatchers
+   A /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowBasics
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowCustomFields
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowDates
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowDependencies
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowLink
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowLinks
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMemberOf
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMembers
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageHeaders
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageStanza
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowPeople
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowReferences
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
+   A /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
+   A /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
+   A /rt/branches/rt-3.3/html/Ticket/History.html
+   A /rt/branches/rt-3.3/html/Ticket/Modify.html
+   A /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
+   A /rt/branches/rt-3.3/html/Ticket/ModifyDates.html
+   A /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
+   A /rt/branches/rt-3.3/html/Ticket/ModifyPeople.html
+   A /rt/branches/rt-3.3/html/Ticket/Update.html
+   A /rt/branches/rt-3.3/html/Tools
+   A /rt/branches/rt-3.3/html/Tools/MyDay.html
+   A /rt/branches/rt-3.3/html/User
+   A /rt/branches/rt-3.3/html/User/Delegation.html
+   A /rt/branches/rt-3.3/html/User/Elements
+   A /rt/branches/rt-3.3/html/User/Elements/DelegateRights
+   A /rt/branches/rt-3.3/html/User/Elements/GroupTabs
+   A /rt/branches/rt-3.3/html/User/Elements/Tabs
+   A /rt/branches/rt-3.3/html/User/Groups
+   A /rt/branches/rt-3.3/html/User/Groups/Members.html
+   A /rt/branches/rt-3.3/html/User/Groups/Modify.html
+   A /rt/branches/rt-3.3/html/User/Groups/index.html
+   A /rt/branches/rt-3.3/html/User/Prefs.html
+   A /rt/branches/rt-3.3/html/autohandler
+   A /rt/branches/rt-3.3/html/index.html
+   A /rt/branches/rt-3.3/html/l
+   A /rt/branches/rt-3.3/install-sh
+   A /rt/branches/rt-3.3/lib
+   A /rt/branches/rt-3.3/lib/RT
+   A /rt/branches/rt-3.3/lib/RT/ACE.pm
+   A /rt/branches/rt-3.3/lib/RT/ACE_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ACL.pm
+   A /rt/branches/rt-3.3/lib/RT/ACL_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Action
+   A /rt/branches/rt-3.3/lib/RT/Action/AutoOpen.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/Autoreply.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/Generic.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/Notify.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/NotifyAsComment.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/ResolveMembers.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/SetPriority.pm
+   A /rt/branches/rt-3.3/lib/RT/Action/UserDefined.pm
+   A /rt/branches/rt-3.3/lib/RT/Attachment.pm
+   A /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Attachments.pm
+   A /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Attribute.pm
+   A /rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Attributes.pm
+   A /rt/branches/rt-3.3/lib/RT/Attributes_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Base.pm
+   A /rt/branches/rt-3.3/lib/RT/CachedGroupMember.pm
+   A /rt/branches/rt-3.3/lib/RT/CachedGroupMember_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/CachedGroupMembers.pm
+   A /rt/branches/rt-3.3/lib/RT/CachedGroupMembers_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition
+   A /rt/branches/rt-3.3/lib/RT/Condition/AnyTransaction.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/BeforeDue.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/Generic.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/Overdue.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/PriorityExceeds.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/QueueChange.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/StatusChange.pm
+   A /rt/branches/rt-3.3/lib/RT/Condition/UserDefined.pm
+   A /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomField.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFieldValue.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFieldValues.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFieldValues_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFields.pm
+   A /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Date.pm
+   A /rt/branches/rt-3.3/lib/RT/EmailParser.pm
+   A /rt/branches/rt-3.3/lib/RT/Group.pm
+   A /rt/branches/rt-3.3/lib/RT/GroupMember.pm
+   A /rt/branches/rt-3.3/lib/RT/GroupMember_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/GroupMembers.pm
+   A /rt/branches/rt-3.3/lib/RT/GroupMembers_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Groups.pm
+   A /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Handle.pm
+   A /rt/branches/rt-3.3/lib/RT/I18N
+   A /rt/branches/rt-3.3/lib/RT/I18N/cs.pm
+   A /rt/branches/rt-3.3/lib/RT/I18N/cs.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/de.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/en.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/es.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/fi.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/fr.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/he.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/i_default.pm
+   A /rt/branches/rt-3.3/lib/RT/I18N/it.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/ja.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/nl.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/no.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/ru.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
+   A /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
+   A /rt/branches/rt-3.3/lib/RT/I18N.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface
+   A /rt/branches/rt-3.3/lib/RT/Interface/CLI.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/GnuPG.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter/SpamAssassin.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/REST.pm
+   A /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
+   A /rt/branches/rt-3.3/lib/RT/Link.pm
+   A /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Links.pm
+   A /rt/branches/rt-3.3/lib/RT/Links_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomField.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomField_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFields.pm
+   A /rt/branches/rt-3.3/lib/RT/ObjectCustomFields_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Principal.pm
+   A /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Principals.pm
+   A /rt/branches/rt-3.3/lib/RT/Principals_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Queue.pm
+   A /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Queues.pm
+   A /rt/branches/rt-3.3/lib/RT/Queues_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Record.pm
+   A /rt/branches/rt-3.3/lib/RT/Scrip.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripAction.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripAction_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripActions.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripActions_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripCondition.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripCondition_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripConditions.pm
+   A /rt/branches/rt-3.3/lib/RT/ScripConditions_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Scrip_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Scrips.pm
+   A /rt/branches/rt-3.3/lib/RT/Scrips_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Search
+   A /rt/branches/rt-3.3/lib/RT/Search/ActiveTicketsInQueue.pm
+   A /rt/branches/rt-3.3/lib/RT/Search/Generic.pm
+   A /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
+   A /rt/branches/rt-3.3/lib/RT/StyleGuide.pod
+   A /rt/branches/rt-3.3/lib/RT/System.pm
+   A /rt/branches/rt-3.3/lib/RT/Template.pm
+   A /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Templates.pm
+   A /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Ticket.pm
+   A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue.pm
+   A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues.pm
+   A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Tickets.pm
+   A /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
+   A /rt/branches/rt-3.3/lib/RT/Transaction.pm
+   A /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Transactions.pm
+   A /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/URI
+   A /rt/branches/rt-3.3/lib/RT/URI/base.pm
+   A /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
+   A /rt/branches/rt-3.3/lib/RT/URI.pm
+   A /rt/branches/rt-3.3/lib/RT/User.pm
+   A /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT/Users.pm
+   A /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
+   A /rt/branches/rt-3.3/lib/RT.pm.in
+   A /rt/branches/rt-3.3/lib/t
+   A /rt/branches/rt-3.3/lib/t/00smoke.t.in
+   A /rt/branches/rt-3.3/lib/t/01harness.t.in
+   A /rt/branches/rt-3.3/lib/t/02regression.t.in
+   A /rt/branches/rt-3.3/lib/t/03web.pl.in
+   A /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
+   A /rt/branches/rt-3.3/lib/t/data
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/dir
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg1
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg2
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg3
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg4
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg5
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg6
+   A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg7
+   A /rt/branches/rt-3.3/lib/t/data/crashes-file-based-parser
+   A /rt/branches/rt-3.3/lib/t/data/multipart-alternative-with-umlaut
+   A /rt/branches/rt-3.3/lib/t/data/multipart-report
+   A /rt/branches/rt-3.3/lib/t/data/nested-mime-sample
+   A /rt/branches/rt-3.3/lib/t/data/nested-rfc-822
+   A /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1
+   A /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1-full
+   A /rt/branches/rt-3.3/lib/t/data/notes-uuencoded
+   A /rt/branches/rt-3.3/lib/t/data/russian-subject-no-content-type
+   A /rt/branches/rt-3.3/lib/t/data/text-html-in-russian
+   A /rt/branches/rt-3.3/lib/t/data/text-html-with-umlaut
+   A /rt/branches/rt-3.3/lib/t/regression
+   A /rt/branches/rt-3.3/lib/t/regression/00placeholder
+   A /rt/branches/rt-3.3/lib/t/regression/mime_tests
+   A /rt/branches/rt-3.3/m4
+   A /rt/branches/rt-3.3/m4/rt_enable_layout.m4
+   A /rt/branches/rt-3.3/m4/rt_expand_var.m4
+   A /rt/branches/rt-3.3/m4/rt_layout.m4
+   A /rt/branches/rt-3.3/m4/rt_subst_expanded_arg.m4
+   A /rt/branches/rt-3.3/releng.cnf
+   A /rt/branches/rt-3.3/sbin
+   A /rt/branches/rt-3.3/sbin/extract-message-catalog
+   A /rt/branches/rt-3.3/sbin/extract_pod_tests
+   A /rt/branches/rt-3.3/sbin/factory
+   A /rt/branches/rt-3.3/sbin/license_tag
+   A /rt/branches/rt-3.3/sbin/regression_harness
+   A /rt/branches/rt-3.3/sbin/rt-setup-database.in
+   A /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
+   A /rt/branches/rt-3.3/spec
+   A /rt/branches/rt-3.3/spec/schema.txt
+
+* mv autrijus-3.1 to rt-3.3
 
 ------------------------------------------------------------------------