------------------------------------------------------------------------ r2251 | jesse | 2005-02-22 23:54:21 -0500 (Tue, 22 Feb 2005) | 1 line Changed paths: A /rt/tags/3.2.3 (from /rt/branches/3.2-RELEASE:2250) Tagged as 3.2.3 by svn RelEng 1.0 ------------------------------------------------------------------------ r2250 | jesse | 2005-02-22 23:49:28 -0500 (Tue, 22 Feb 2005) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/releng.cnf r5756@hualien: jesse | 2005-02-22 23:46:25 -0500 Bumped to 3.2.3 ------------------------------------------------------------------------ r2237 | jesse | 2005-02-15 12:36:35 -0500 (Tue, 15 Feb 2005) | 8 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm r4715@hualien: jesse | 2005-02-15T17:34:54.787440Z RT-Ticket: 6443 RT-Status: resolved RT-Update: correspond Ticket Searches on AdminCc would fail on non-mysql databases due to a case error ------------------------------------------------------------------------ r2191 | jesse | 2005-02-03 11:23:37 -0500 (Thu, 03 Feb 2005) | 5 lines Changed paths: M /rt/branches/3.2-RELEASE A /rt/branches/3.2-RELEASE/lib/RT/I18N/pl.po r4070@hualien: jesse | 2005-02-03T16:22:59.783240Z Polish Translation from Piotr Sliwa ------------------------------------------------------------------------ r2142 | jesse | 2005-01-30 12:45:15 -0500 (Sun, 30 Jan 2005) | 1 line Changed paths: M /rt/branches/3.2-RELEASE/aclocal.m4 M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransactionAttachments M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm M /rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm When we can't load a user by email address, make sure we can't load that user by name before returning an error ------------------------------------------------------------------------ r2141 | jesse | 2005-01-30 12:43:10 -0500 (Sun, 30 Jan 2005) | 5 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/releng.cnf r3955@hualien: jesse | 2005-01-30T17:37:52.242030Z Bumped to RC2 ------------------------------------------------------------------------ r2137 | jesse | 2005-01-28 10:27:55 -0500 (Fri, 28 Jan 2005) | 11 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay_SQL.pm r3935@hualien: jesse | 2005-01-26T17:15:42.847181Z 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) ------------------------------------------------------------------------ r2062 | jesse | 2005-01-08 19:05:59 -0500 (Sat, 08 Jan 2005) | 8 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Record.pm M /rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in r2644@hualien: jesse | 2005-01-09T00:03:21.745886Z Backporting a fix for creating/deleting attributes from RT 3.4. (Also, to make this go, we require SearchBuilder 1.19) ------------------------------------------------------------------------ r2052 | jesse | 2005-01-06 17:17:56 -0500 (Thu, 06 Jan 2005) | 15 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm r2575@hualien: jesse | 2005-01-06T22:15:39.847669Z 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 ------------------------------------------------------------------------ r2051 | jesse | 2005-01-06 17:12:23 -0500 (Thu, 06 Jan 2005) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/I18N/fr.po r2573@hualien: jesse | 2005-01-06T22:10:02.620164Z RT-Ticket: 6322 RT-Status: resolved RT-Update: correspond New French translation from robitail@iro.umontreal.ca ------------------------------------------------------------------------ r2050 | jesse | 2005-01-06 17:08:41 -0500 (Thu, 06 Jan 2005) | 8 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/I18N/cs.po r2571@hualien: jesse | 2005-01-06T22:06:08.106535Z RT-Ticket: 6321 RT-Status: resolved New Czech translation from Jan Okrouhl?\195?\131?\194?\189 ------------------------------------------------------------------------ r2049 | jesse | 2005-01-06 17:00:03 -0500 (Thu, 06 Jan 2005) | 17 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Elements/CollectionAsTable/ParseFormat M /rt/branches/3.2-RELEASE/html/Elements/CollectionAsTable/Row M /rt/branches/3.2-RELEASE/html/Elements/RT__Ticket/ColumnMap r2568@hualien: jesse | 2005-01-06T21:57:40.068650Z 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 ------------------------------------------------------------------------ r2048 | jesse | 2005-01-06 16:59:56 -0500 (Thu, 06 Jan 2005) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/REST/1.0/NoAuth/mail-gateway M /rt/branches/3.2-RELEASE/html/REST/1.0/autohandler r2567@hualien: jesse | 2005-01-06T21:37:01.275075Z RT-Ticket: 6338 RT-Status: resolved RT-Update: correspond Force UTF8 content type on replies from RT's REST interface (Thanks to Dirk Pape) ------------------------------------------------------------------------ r2031 | jesse | 2004-12-29 14:44:54 -0500 (Wed, 29 Dec 2004) | 5 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Attachment_Overlay.pm r2514@hualien: jesse | 2004-12-29T19:43:06.856350Z Updated Attachment import code to take database-specific lob encoding into account ------------------------------------------------------------------------ r2005 | jesse | 2004-12-17 18:09:16 -0500 (Fri, 17 Dec 2004) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/autohandler 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 ------------------------------------------------------------------------ r2003 | jesse | 2004-12-17 15:28:54 -0500 (Fri, 17 Dec 2004) | 6 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/REST/1.0/search/ticket r2460@hualien: jesse | 2004-12-17T20:24:25.107579Z REST UI for listing tickets was missing a newline, resulting in a malformed response ------------------------------------------------------------------------ r1976 | jesse | 2004-12-09 02:17:46 -0500 (Thu, 09 Dec 2004) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Users_Overlay.pm 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 ------------------------------------------------------------------------ r1969 | jesse | 2004-12-07 21:19:47 -0500 (Tue, 07 Dec 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/releng.cnf r9527@tinbook: jesse | 2004-12-08T02:19:37.606374Z Bumping to 3.2.3rc1 ------------------------------------------------------------------------ r1966 | jesse | 2004-12-07 17:48:33 -0500 (Tue, 07 Dec 2004) | 34 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm 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) ------------------------------------------------------------------------ r1955 | jesse | 2004-12-03 17:45:52 -0500 (Fri, 03 Dec 2004) | 4 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm 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 ------------------------------------------------------------------------ r1944 | jesse | 2004-11-27 02:35:05 -0500 (Sat, 27 Nov 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Elements/RT__Ticket/ColumnMap r9420@tinbook: jesse | 2004-11-27T07:31:22.860069Z Refactored ColumnMap to remove use of a deprecated API ------------------------------------------------------------------------ r1940 | jesse | 2004-11-27 01:37:40 -0500 (Sat, 27 Nov 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Elements/CollectionAsTable/Row M /rt/branches/3.2-RELEASE/html/Elements/RT__Ticket/ColumnMap M /rt/branches/3.2-RELEASE/lib/RT/Record.pm r9417@tinbook: jesse | 2004-11-27T06:39:17.408176Z Multiple fixes to ticket search result display ------------------------------------------------------------------------ r1927 | jesse | 2004-11-22 14:21:36 -0500 (Mon, 22 Nov 2004) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Attachment_Overlay.pm 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. ------------------------------------------------------------------------ r1925 | jesse | 2004-11-22 13:43:00 -0500 (Mon, 22 Nov 2004) | 10 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Admin/Users/Modify.html 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) ------------------------------------------------------------------------ r1924 | jesse | 2004-11-22 13:39:35 -0500 (Mon, 22 Nov 2004) | 10 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransactionAttachments 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. ------------------------------------------------------------------------ r1923 | jesse | 2004-11-22 13:11:56 -0500 (Mon, 22 Nov 2004) | 10 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments 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. ------------------------------------------------------------------------ r1921 | jesse | 2004-11-22 13:03:37 -0500 (Mon, 22 Nov 2004) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/SelfService/Elements/MyRequests 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 ------------------------------------------------------------------------ r1909 | jesse | 2004-11-16 11:28:35 -0500 (Tue, 16 Nov 2004) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm 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 ------------------------------------------------------------------------ r1904 | jesse | 2004-11-15 14:03:17 -0500 (Mon, 15 Nov 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/I18N/cs.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/da.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/de.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/en.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/en_malkovich.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/es.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/fi.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/fr.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/he.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/it.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/ja.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/nl.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/no.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/pt_br.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/ru.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/zh_cn.po M /rt/branches/3.2-RELEASE/lib/RT/I18N/zh_tw.po r9263@tinbook: jesse | 2004-11-15T19:04:16.198849Z Updated message catalogs ------------------------------------------------------------------------ r1900 | jesse | 2004-11-15 12:04:25 -0500 (Mon, 15 Nov 2004) | 5 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomField M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm r9255@tinbook: jesse | 2004-11-15T17:04:14.436394Z Fixes to allow setting "FreeformSingle" custom fields to an empty value. ------------------------------------------------------------------------ r1899 | jesse | 2004-11-15 11:08:53 -0500 (Mon, 15 Nov 2004) | 17 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/I18N.pm r9246@tinbook: jesse | 2004-11-15T16:09:37.505439Z RT doesn't currently do the right thing with mime-encoded headers We _should_ be preserving them encoded until after parsing is completed and THEN undo the mime-encoding. This routine should be translating the existing mimeencoding to utf8 but leaving things encoded. It's legal for headers to contain mime-encoded commas and semicolons which should not be treated as address separators. (Encoding == quoting here) until this is fixed, we must escape any string containing a comma or semicolon *this is only a bandaid* ------------------------------------------------------------------------ r1797 | jesse | 2004-11-10 08:19:29 -0500 (Wed, 10 Nov 2004) | 5 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm M /rt/branches/3.2-RELEASE/lib/RT/Transaction_Overlay.pm r9054@tinbook: jesse | 2004-11-10T13:20:17.933865Z Ticket_Overlay and Transaction_Overlay still had "ClassAccessible" methods, rather than the current "OverlayAccessible" style ------------------------------------------------------------------------ r1787 | jesse | 2004-11-10 07:52:42 -0500 (Wed, 10 Nov 2004) | 10 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/etc/RT_Config.pm.in M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm 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. ------------------------------------------------------------------------ r1768 | jesse | 2004-11-09 21:24:05 -0500 (Tue, 09 Nov 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/etc/RT_Config.pm.in r8971@tinbook: jesse | 2004-11-10T02:24:26.255370Z Fixed the MaxAttachmentSize variable name in comments. Thanks to Graham Dunn ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r1706 | jesse | 2004-10-31 23:43:02 -0500 (Sun, 31 Oct 2004) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Scrip_Overlay.pm M /rt/branches/3.2-RELEASE/lib/RT/Scrips_Overlay.pm M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm M /rt/branches/3.2-RELEASE/lib/RT/Transaction_Overlay.pm 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 ------------------------------------------------------------------------ r1705 | jesse | 2004-10-31 23:42:41 -0500 (Sun, 31 Oct 2004) | 10 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Search/Bulk.html M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm 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) ------------------------------------------------------------------------ r1693 | jesse | 2004-10-27 03:52:43 -0400 (Wed, 27 Oct 2004) | 10 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm 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. ------------------------------------------------------------------------ r1691 | jesse | 2004-10-26 16:23:24 -0400 (Tue, 26 Oct 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Elements/TicketList r6109@tinbook: jesse | 2004-10-26T20:02:02.857695Z Additional fixes for display of unlimited search results ------------------------------------------------------------------------ r1662 | jesse | 2004-10-19 01:20:30 -0400 (Tue, 19 Oct 2004) | 8 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm 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 ------------------------------------------------------------------------ r1652 | jesse | 2004-10-14 17:49:40 -0400 (Thu, 14 Oct 2004) | 7 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/etc/schema.Pg M /rt/branches/3.2-RELEASE/etc/upgrade/3.1.0/schema.Pg 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. ------------------------------------------------------------------------ r1651 | jesse | 2004-10-12 19:36:59 -0400 (Tue, 12 Oct 2004) | 8 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Search/Results.html r1650@tinbook: jesse | 2004-10-10T04:23:58.456281Z 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. ------------------------------------------------------------------------ r1647 | jesse | 2004-10-09 23:30:00 -0400 (Sat, 09 Oct 2004) | 7 lines Changed paths: M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay_SQL.pm RT-Ticket: 6163 RT-Status: resolved RT-Update: correspond Ruslan provided patches to improve perfomrance and maintainability of the TicketSQL parser ------------------------------------------------------------------------ r1646 | jesse | 2004-10-09 11:49:02 -0400 (Sat, 09 Oct 2004) | 8 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm r1986@tinbook: jesse | 2004-10-09T15:46:31.356812Z RT-Ticket: 6174 RT-Status: resolved RT-Update: correspond * Additional bullet-proofing for a number of email-address handling regexps ------------------------------------------------------------------------ r1645 | jesse | 2004-10-09 11:25:08 -0400 (Sat, 09 Oct 2004) | 8 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm r1984@tinbook: jesse | 2004-10-09T15:25:45.405148Z RT-Ticket: 5959 RT-Status: resolved RT-Update: correspond RT was sending 8-bit mail without setting the relevant content-tranfer-encoding header. ------------------------------------------------------------------------ r1644 | jesse | 2004-10-09 11:19:49 -0400 (Sat, 09 Oct 2004) | 8 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/html/Search/Results.tsv r1982@tinbook: jesse | 2004-10-09T15:20:27.964572Z RT-Ticket: 6081 RT-Status: resolved RT-Update: correspond Fixed tsv output to not include "->MemberEmailAddressesAsString" in header. ------------------------------------------------------------------------ r1643 | jesse | 2004-10-09 11:16:02 -0400 (Sat, 09 Oct 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/configure.ac r1979@tinbook: jesse | 2004-10-09T15:15:32.543428Z /tmp/svkresolve ------------------------------------------------------------------------ r1642 | jesse | 2004-10-09 11:15:54 -0400 (Sat, 09 Oct 2004) | 6 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/sbin/rt-setup-database.in r1978@tinbook: jesse | 2004-10-09T15:05:32.567083Z RT-Ticket: 6118 RT-Status: resolved The "RT_System" internal user had a last-updated-by id of "0", which wasn't a user ------------------------------------------------------------------------ r1641 | jesse | 2004-10-09 11:02:14 -0400 (Sat, 09 Oct 2004) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm r1976@tinbook: jesse | 2004-10-09T15:02:47.352944Z RT-Ticket: 6160 RT-Status: resolved RT-Update: correspond Refactored how we add links on ticket creation so that "ModifyTicket" rights aren't checked on ticket creation. ------------------------------------------------------------------------ r1640 | jesse | 2004-10-09 10:08:35 -0400 (Sat, 09 Oct 2004) | 9 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/configure.ac M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm r1974@tinbook: jesse | 2004-10-09T14:07:08.447955Z RT-Ticket: 6061 RT-Status: resolved RT-Update: correspond Web interface "Bulk update" was clobbering ticket status of updated tickets. ------------------------------------------------------------------------ r1639 | jesse | 2004-10-08 17:03:21 -0400 (Fri, 08 Oct 2004) | 53 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/etc/RT_Config.pm.in M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomField M /rt/branches/3.2-RELEASE/html/Ticket/ModifyAll.html M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm (Checked in in bulk, due to an svk issue) r2008@tinbook: jesse | 2004-10-07T21:55:45.446877Z RT-Ticket: 6148 RT-Status: resolved When using the "Jumbo" update, modify ticket basics _after_ recording ticket updates, so that the update doesn't modify ticket status. r2009@tinbook: jesse | 2004-10-07T22:00:46.073565Z RT-Ticket: 6162 RT-Status: resolved RT-Update: correspond If CustomFieldValues is called with a field name that is not valid for that queue all custom field values for that ticket are returned. I would expect that no custom field values should be returned. r2010@tinbook: jesse | 2004-10-07T22:05:43.278797Z RT-Ticket: 6165 RT-Status: resolved RT-Update: correspond When you edited an 'Enter Multiple Values' custom field all values were displayed on one line and saved as one entry. r2011@tinbook: jesse | 2004-10-07T22:07:47.103086Z RT-Ticket: 6166 RT-Status: resolved RT-Update: correspond FreeformMultiple CFS are created using HTML textarea, so only one value is returned from the browser. RT 3.x currently treats as a single value and stores all values in one CF with embedded newlines. This patch fixes it so they are treated as separate CF values. -Todd r2012@tinbook: jesse | 2004-10-07T23:16:43.698794Z RT-Ticket: 4919 RT-Status: resolved RT-Update: correspond Applied a patch from fw@deneb.enyo.de to give a better example for address canonicalization r2014@tinbook: jesse | 2004-10-08T04:30:42.408690Z r2015@tinbook: jesse | 2004-10-08T04:40:10.976590Z ------------------------------------------------------------------------ r1564 | jesse | 2004-09-27 15:06:12 -0400 (Mon, 27 Sep 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/releng.cnf r10387@Jesse-Vincents-Computer: jesse | 2004-09-27T19:03:14.292883Z Bumping to 3.2.2 ------------------------------------------------------------------------ r1563 | jesse | 2004-09-27 15:05:28 -0400 (Mon, 27 Sep 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm r10386@Jesse-Vincents-Computer: jesse | 2004-09-27T19:02:50.654824Z Removing a debugging statement ------------------------------------------------------------------------ r1558 | jesse | 2004-09-24 01:22:14 -0400 (Fri, 24 Sep 2004) | 3 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm r10374@Jesse-Vincents-Computer: jesse | 2004-09-24T05:20:01.110609Z Searching on multiple watcher criteria now works ------------------------------------------------------------------------ r1557 | jesse | 2004-09-24 01:21:43 -0400 (Fri, 24 Sep 2004) | 5 lines Changed paths: M /rt/branches/3.2-RELEASE M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm r10372@Jesse-Vincents-Computer: jesse | 2004-09-24T03:55:47.365106Z r10373@Jesse-Vincents-Computer: jesse | 2004-09-24T05:16:30.614961Z Ticket creation doc updates ------------------------------------------------------------------------ r1498 | leira | 2004-09-16 18:28:20 -0400 (Thu, 16 Sep 2004) | 4 lines Changed paths: M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageHeaders Add another callback that passes parsed headers. Useful for MakeClicky, among other things. ------------------------------------------------------------------------ r1495 | leira | 2004-09-15 15:22:35 -0400 (Wed, 15 Sep 2004) | 2 lines Changed paths: M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageHeaders Removed
block around the header keys, and removed an extraneous .
------------------------------------------------------------------------
r1487 | jesse | 2004-09-14 12:14:00 -0400 (Tue, 14 Sep 2004) | 11 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/html/Search/Results.html
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.
------------------------------------------------------------------------
r1486 | jesse | 2004-09-14 02:12:08 -0400 (Tue, 14 Sep 2004) | 3 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/lib/RT/Attributes_Overlay.pm
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
------------------------------------------------------------------------
r1477 | jesse | 2004-09-13 16:01:18 -0400 (Mon, 13 Sep 2004) | 10 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/releng.cnf
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
------------------------------------------------------------------------
r1474 | jesse | 2004-09-10 15:40:40 -0400 (Fri, 10 Sep 2004) | 3 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/lib/RT/Scrip_Overlay.pm
-l
------------------------------------------------------------------------
r1464 | leira | 2004-09-08 17:41:43 -0400 (Wed, 08 Sep 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Elements/RT__Ticket/ColumnMap
Don't put a span around things if it won't do anything.
------------------------------------------------------------------------
r1462 | leira | 2004-09-08 17:31:51 -0400 (Wed, 08 Sep 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
Overdue things are now read.
------------------------------------------------------------------------
r1460 | leira | 2004-09-08 17:29:25 -0400 (Wed, 08 Sep 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Elements/RT__Ticket/ColumnMap
Use time() instead of making an RT::Date.
------------------------------------------------------------------------
r1458 | leira | 2004-09-08 17:19:51 -0400 (Wed, 08 Sep 2004) | 4 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Elements/RT__Ticket/ColumnMap
If something is overdue, set DueRelative to class "overdue".
Note: core RT doesn't have an "overdue" class at this time.
------------------------------------------------------------------------
r1380 | jesse | 2004-08-31 14:49:23 -0400 (Tue, 31 Aug 2004) | 10 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowBasics
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm
----------------------------------------------------------------------
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)
----------------------------------------------------------------------
------------------------------------------------------------------------
r1379 | jesse | 2004-08-31 04:14:54 -0400 (Tue, 31 Aug 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
----------------------------------------------------------------------
r8478@tinbook: jesse | 2004-08-31T08:14:29.467020Z
Inlined Tickets_Overlay_SQL's "match"
----------------------------------------------------------------------
------------------------------------------------------------------------
r1376 | jesse | 2004-08-31 00:22:49 -0400 (Tue, 31 Aug 2004) | 18 lines
Changed paths:
M /rt/branches/3.2-RELEASE
A /rt/branches/3.2-RELEASE/html/Elements/CollectionAsTable
A /rt/branches/3.2-RELEASE/html/Elements/CollectionAsTable/Header
A /rt/branches/3.2-RELEASE/html/Elements/CollectionAsTable/ParseFormat
A /rt/branches/3.2-RELEASE/html/Elements/CollectionAsTable/Row
A /rt/branches/3.2-RELEASE/html/Elements/RT__Ticket
A /rt/branches/3.2-RELEASE/html/Elements/RT__Ticket/ColumnMap
M /rt/branches/3.2-RELEASE/html/Elements/TicketList
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickBasics
M /rt/branches/3.2-RELEASE/html/Search/Results.html
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
----------------------------------------------------------------------
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
----------------------------------------------------------------------
------------------------------------------------------------------------
r1372 | jesse | 2004-08-28 19:47:32 -0400 (Sat, 28 Aug 2004) | 8 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/html/Search/Results.html
----------------------------------------------------------------------
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
----------------------------------------------------------------------
------------------------------------------------------------------------
r1352 | alexmv | 2004-08-18 18:04:57 -0400 (Wed, 18 Aug 2004) | 5 lines
Changed paths:
M /rt/branches/3.2-RELEASE/bin/rt-crontool.in
RT-Ticket: 5809
RT-Status: resolved
* Derivative of the doc. patch in [fsck.com #5809] applied
------------------------------------------------------------------------
r1351 | alexmv | 2004-08-18 17:53:17 -0400 (Wed, 18 Aug 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowHistory
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransaction
RT-Ticket: 5792
RT-Update: correspond
RT-Status: resolved
* Move the lasttrans anchor into a table cell
------------------------------------------------------------------------
r1349 | alexmv | 2004-08-18 16:38:09 -0400 (Wed, 18 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/bin/rt-mailgate.in
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
------------------------------------------------------------------------
r1348 | alexmv | 2004-08-18 16:22:42 -0400 (Wed, 18 Aug 2004) | 8 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
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
------------------------------------------------------------------------
r1347 | alexmv | 2004-08-18 15:31:10 -0400 (Wed, 18 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm
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)"
------------------------------------------------------------------------
r1344 | alexmv | 2004-08-17 22:27:04 -0400 (Tue, 17 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm
M /rt/branches/3.2-RELEASE/lib/RT/EmailParser.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm
RT-Ticket: 5988
RT-Update: correspond
RT-Status: resolved
* Back out change r1338, as it breaks API compatibility in a stable
release
------------------------------------------------------------------------
r1343 | huberth | 2004-08-17 22:23:42 -0400 (Tue, 17 Aug 2004) | 5 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Search/Bulk.html
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
* 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.
------------------------------------------------------------------------
r1342 | alexmv | 2004-08-17 20:05:11 -0400 (Tue, 17 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/index.html
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
------------------------------------------------------------------------
r1341 | alexmv | 2004-08-17 19:57:59 -0400 (Tue, 17 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransaction
RT-Ticket: 5897
RT-Update: correspond
RT-Status: resolved
* ModifyTicket includes CommentOnTicket and ReplyToTicket rights;
this effects display of "[Reply] [Comment]" links per transaction
------------------------------------------------------------------------
r1340 | alexmv | 2004-08-17 18:18:15 -0400 (Tue, 17 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments
RT-Ticket: 5939
RT-Status: resolved
RT-Update: correspond
* Take out un-needed $fontsize variable; removing tags will
have to wait
------------------------------------------------------------------------
r1339 | alexmv | 2004-08-17 18:16:11 -0400 (Tue, 17 Aug 2004) | 8 lines
Changed paths:
M /rt/branches/3.2-RELEASE/bin/rt-mailgate.in
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
------------------------------------------------------------------------
r1338 | alexmv | 2004-08-17 17:05:10 -0400 (Tue, 17 Aug 2004) | 10 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm
M /rt/branches/3.2-RELEASE/lib/RT/EmailParser.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm
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
------------------------------------------------------------------------
r1337 | alexmv | 2004-08-17 15:03:04 -0400 (Tue, 17 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/bin/rt.in
RT-Ticket: 5820
RT-Update: correspond
RT-Status: resolved
* Use "local $_" to prevent "modification of read-only value..."
caused by aliasing $_ to a constant
------------------------------------------------------------------------
r1335 | leira | 2004-08-17 12:03:08 -0400 (Tue, 17 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Ticket/Display.html
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.
------------------------------------------------------------------------
r1326 | alexmv | 2004-08-10 15:38:59 -0400 (Tue, 10 Aug 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Elements/Header
* Add callback in header proper, to allow injection of style and script tags
------------------------------------------------------------------------
r1313 | huberth | 2004-08-05 14:47:43 -0400 (Thu, 05 Aug 2004) | 3 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomField.html
* Fixed a couple of other stupid errors resulting from r1311 relating to
quoting of pathnames.
------------------------------------------------------------------------
r1312 | alexmv | 2004-08-04 20:50:16 -0400 (Wed, 04 Aug 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomField
* Removing accidental paste
------------------------------------------------------------------------
r1311 | huberth | 2004-08-04 20:44:40 -0400 (Wed, 04 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomField.html
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.)
------------------------------------------------------------------------
r1310 | alexmv | 2004-08-04 15:03:51 -0400 (Wed, 04 Aug 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/Elements/MyTickets
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart
M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
M /rt/branches/3.2-RELEASE/lib/RT/I18N/cs.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/da.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/de.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/es.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/fi.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/fr.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/he.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/hu.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/it.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/ja.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/nl.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/no.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/pt_br.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/ru.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/zh_cn.po
M /rt/branches/3.2-RELEASE/lib/RT/I18N/zh_tw.po
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
------------------------------------------------------------------------
r1309 | alexmv | 2004-08-04 13:42:42 -0400 (Wed, 04 Aug 2004) | 5 lines
Changed paths:
M /rt/branches/3.2-RELEASE/sbin/rt-setup-database.in
* 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
------------------------------------------------------------------------
r1308 | alexmv | 2004-08-04 11:54:14 -0400 (Wed, 04 Aug 2004) | 5 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Template.html
RT-Ticket: 4036
RT-Status: resolved
* 'Create' is uppercase
* TemplateObj->QueueObj is null if the template is just being created
------------------------------------------------------------------------
r1307 | alexmv | 2004-08-04 10:33:55 -0400 (Wed, 04 Aug 2004) | 4 lines
Changed paths:
M /rt/branches/3.2-RELEASE/etc/upgrade/3.1.0/schema.Pg
RT-Ticket: 5916
RT-Status: resolved
* Postgres doesn't use '#' as a comment character
------------------------------------------------------------------------
r1302 | huberth | 2004-08-03 18:06:00 -0400 (Tue, 03 Aug 2004) | 9 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments
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
). 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.
------------------------------------------------------------------------
r1298 | huberth | 2004-08-03 10:02:14 -0400 (Tue, 03 Aug 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/Date.pm
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".
------------------------------------------------------------------------
r1297 | huberth | 2004-07-30 17:46:43 -0400 (Fri, 30 Jul 2004) | 8 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Search/Bulk.html
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm
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.
------------------------------------------------------------------------
r1296 | alexmv | 2004-07-30 15:59:24 -0400 (Fri, 30 Jul 2004) | 3 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/EmailParser.pm
* Fix "Unrecognised line: foo@bar" caused by 5.8.0 not matching utf8
against regexps
------------------------------------------------------------------------
r1293 | leira | 2004-07-29 01:41:51 -0400 (Thu, 29 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/Elements/MyTickets
Make the TitleBox title a link to the same search, only not limited to 10.
------------------------------------------------------------------------
r1292 | jesse | 2004-07-28 20:08:11 -0400 (Wed, 28 Jul 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/Makefile.in
M /rt/branches/3.2-RELEASE/README
M /rt/branches/3.2-RELEASE/bin/mason_handler.fcgi.in
M /rt/branches/3.2-RELEASE/bin/mason_handler.scgi.in
M /rt/branches/3.2-RELEASE/bin/mason_handler.svc.in
M /rt/branches/3.2-RELEASE/bin/rt-crontool.in
M /rt/branches/3.2-RELEASE/bin/rt-mailgate.in
M /rt/branches/3.2-RELEASE/bin/rt.in
M /rt/branches/3.2-RELEASE/bin/standalone_httpd.in
M /rt/branches/3.2-RELEASE/bin/webmux.pl.in
M /rt/branches/3.2-RELEASE/html/Admin/Elements/AddCustomFieldValue
M /rt/branches/3.2-RELEASE/html/Admin/Elements/CreateUserCalled
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomFieldValues
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomFields
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditQueueWatchers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditScrip
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditScrips
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditTemplates
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditUserComments
M /rt/branches/3.2-RELEASE/html/Admin/Elements/GroupTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/Header
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ListGlobalCustomFields
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ListGlobalScrips
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ModifyTemplate
M /rt/branches/3.2-RELEASE/html/Admin/Elements/QueueRightsForUser
M /rt/branches/3.2-RELEASE/html/Admin/Elements/QueueTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectCustomFieldType
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectGroups
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyGroup
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyQueue
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyUser
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectNewGroupMembers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectRights
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScrip
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScripAction
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScripCondition
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectSingleOrMultiple
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectStage
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectTemplate
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectUsers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SystemTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ToolTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/UserTabs
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomFields.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Scrip.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Scrips.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Template.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Templates.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/Members.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomFields.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/People.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Scrip.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Scrips.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Template.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Templates.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Tools/Configuration.html
M /rt/branches/3.2-RELEASE/html/Admin/Tools/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Users/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Users/index.html
M /rt/branches/3.2-RELEASE/html/Admin/index.html
M /rt/branches/3.2-RELEASE/html/Approvals/Display.html
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/Approve
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/PendingMyApproval
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/ShowDependency
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Approvals/index.html
M /rt/branches/3.2-RELEASE/html/Elements/BevelBoxRaisedEnd
M /rt/branches/3.2-RELEASE/html/Elements/BevelBoxRaisedStart
M /rt/branches/3.2-RELEASE/html/Elements/Callback
M /rt/branches/3.2-RELEASE/html/Elements/Checkbox
M /rt/branches/3.2-RELEASE/html/Elements/CreateTicket
M /rt/branches/3.2-RELEASE/html/Elements/EditLinks
M /rt/branches/3.2-RELEASE/html/Elements/Error
M /rt/branches/3.2-RELEASE/html/Elements/Footer
M /rt/branches/3.2-RELEASE/html/Elements/GotoTicket
M /rt/branches/3.2-RELEASE/html/Elements/Header
M /rt/branches/3.2-RELEASE/html/Elements/ListActions
M /rt/branches/3.2-RELEASE/html/Elements/Login
M /rt/branches/3.2-RELEASE/html/Elements/Menu
M /rt/branches/3.2-RELEASE/html/Elements/MessageBox
M /rt/branches/3.2-RELEASE/html/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/Elements/MyTickets
M /rt/branches/3.2-RELEASE/html/Elements/PageLayout
M /rt/branches/3.2-RELEASE/html/Elements/QueryString
M /rt/branches/3.2-RELEASE/html/Elements/QuickCreate
M /rt/branches/3.2-RELEASE/html/Elements/Quicksearch
M /rt/branches/3.2-RELEASE/html/Elements/Refresh
M /rt/branches/3.2-RELEASE/html/Elements/ScrubHTML
M /rt/branches/3.2-RELEASE/html/Elements/Section
M /rt/branches/3.2-RELEASE/html/Elements/SelectAttachmentField
M /rt/branches/3.2-RELEASE/html/Elements/SelectBoolean
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldOperator
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue
M /rt/branches/3.2-RELEASE/html/Elements/SelectDate
M /rt/branches/3.2-RELEASE/html/Elements/SelectDateRelation
M /rt/branches/3.2-RELEASE/html/Elements/SelectDateType
M /rt/branches/3.2-RELEASE/html/Elements/SelectEqualityOperator
M /rt/branches/3.2-RELEASE/html/Elements/SelectGroups
M /rt/branches/3.2-RELEASE/html/Elements/SelectLang
M /rt/branches/3.2-RELEASE/html/Elements/SelectLinkType
M /rt/branches/3.2-RELEASE/html/Elements/SelectMatch
M /rt/branches/3.2-RELEASE/html/Elements/SelectNewTicketQueue
M /rt/branches/3.2-RELEASE/html/Elements/SelectOwner
M /rt/branches/3.2-RELEASE/html/Elements/SelectQueue
M /rt/branches/3.2-RELEASE/html/Elements/SelectResultsPerPage
M /rt/branches/3.2-RELEASE/html/Elements/SelectSortOrder
M /rt/branches/3.2-RELEASE/html/Elements/SelectStatus
M /rt/branches/3.2-RELEASE/html/Elements/SelectTicketSortBy
M /rt/branches/3.2-RELEASE/html/Elements/SelectTicketTypes
M /rt/branches/3.2-RELEASE/html/Elements/SelectUsers
M /rt/branches/3.2-RELEASE/html/Elements/SelectWatcherType
M /rt/branches/3.2-RELEASE/html/Elements/SetupSessionCookie
M /rt/branches/3.2-RELEASE/html/Elements/ShowLink
M /rt/branches/3.2-RELEASE/html/Elements/ShowLinks
M /rt/branches/3.2-RELEASE/html/Elements/SimpleSearch
M /rt/branches/3.2-RELEASE/html/Elements/Submit
M /rt/branches/3.2-RELEASE/html/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Elements/TicketList
M /rt/branches/3.2-RELEASE/html/Elements/TitleBox
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxEnd
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart
M /rt/branches/3.2-RELEASE/html/NoAuth/Logout.html
M /rt/branches/3.2-RELEASE/html/NoAuth/Reminder.html
M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/queue/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/queue/ns
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/attachments
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/history
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/links
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/user/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/user/ns
M /rt/branches/3.2-RELEASE/html/REST/1.0/NoAuth/mail-gateway
M /rt/branches/3.2-RELEASE/html/REST/1.0/autohandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/dhandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/logout
M /rt/branches/3.2-RELEASE/html/REST/1.0/search/dhandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/search/ticket
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/comment
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/link
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/merge
M /rt/branches/3.2-RELEASE/html/Search/Build.html
M /rt/branches/3.2-RELEASE/html/Search/Bulk.html
M /rt/branches/3.2-RELEASE/html/Search/Edit.html
M /rt/branches/3.2-RELEASE/html/Search/Elements/BuildFormatString
M /rt/branches/3.2-RELEASE/html/Search/Elements/DisplayOptions
M /rt/branches/3.2-RELEASE/html/Search/Elements/EditFormat
M /rt/branches/3.2-RELEASE/html/Search/Elements/EditSearches
M /rt/branches/3.2-RELEASE/html/Search/Elements/NewListActions
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickBasics
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickCFs
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickCriteria
M /rt/branches/3.2-RELEASE/html/Search/Elements/SearchPrivacy
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectAndOr
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectLinks
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectPersonType
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectSearchObject
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectSearchesForObjects
M /rt/branches/3.2-RELEASE/html/Search/Results.html
M /rt/branches/3.2-RELEASE/html/Search/Results.rdf
M /rt/branches/3.2-RELEASE/html/Search/Results.tsv
M /rt/branches/3.2-RELEASE/html/SelfService/Attachment/dhandler
M /rt/branches/3.2-RELEASE/html/SelfService/Closed.html
M /rt/branches/3.2-RELEASE/html/SelfService/Create.html
M /rt/branches/3.2-RELEASE/html/SelfService/Display.html
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/GotoTicket
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/Header
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/SelfService/Error.html
M /rt/branches/3.2-RELEASE/html/SelfService/Prefs.html
M /rt/branches/3.2-RELEASE/html/SelfService/Update.html
M /rt/branches/3.2-RELEASE/html/SelfService/index.html
M /rt/branches/3.2-RELEASE/html/Ticket/Attachment/dhandler
M /rt/branches/3.2-RELEASE/html/Ticket/Create.html
M /rt/branches/3.2-RELEASE/html/Ticket/Display.html
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/AddWatchers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/BulkLinks
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomFields
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditDates
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditPeople
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditWatchers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/FindAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/LoadTextAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/PreviewScrips
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowCustomFields
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowDates
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowDependencies
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowGroupMembers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowHistory
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMemberOf
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMembers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageHeaders
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageStanza
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowPeople
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowReferences
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowRequestor
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowSummary
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransaction
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowUserEntry
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Ticket/History.html
M /rt/branches/3.2-RELEASE/html/Ticket/Modify.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyAll.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyDates.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyLinks.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyPeople.html
M /rt/branches/3.2-RELEASE/html/Ticket/ShowEmailRecord.html
M /rt/branches/3.2-RELEASE/html/Ticket/Update.html
M /rt/branches/3.2-RELEASE/html/Tools/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Tools/MyDay.html
M /rt/branches/3.2-RELEASE/html/Tools/Offline.html
M /rt/branches/3.2-RELEASE/html/User/Delegation.html
M /rt/branches/3.2-RELEASE/html/User/Elements/DelegateRights
M /rt/branches/3.2-RELEASE/html/User/Elements/GroupTabs
M /rt/branches/3.2-RELEASE/html/User/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/User/Groups/Members.html
M /rt/branches/3.2-RELEASE/html/User/Groups/Modify.html
M /rt/branches/3.2-RELEASE/html/User/Groups/index.html
M /rt/branches/3.2-RELEASE/html/User/Prefs.html
M /rt/branches/3.2-RELEASE/html/autohandler
M /rt/branches/3.2-RELEASE/html/index.html
M /rt/branches/3.2-RELEASE/html/l
M /rt/branches/3.2-RELEASE/lib/RT/ACE.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACE_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACL.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACL_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/AutoOpen.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Autoreply.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/CreateTickets.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/EscalatePriority.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Notify.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/NotifyAsComment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/RecordComment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/RecordCorrespondence.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/ResolveMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/SetPriority.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/UserDefined.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachment_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachments.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachments_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attribute.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attribute_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attributes.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attributes_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Base.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMember.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/AnyTransaction.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/BeforeDue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/Overdue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/OwnerChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/PriorityChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/PriorityExceeds.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/QueueChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/StatusChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/UserDefined.pm
M /rt/branches/3.2-RELEASE/lib/RT/CurrentUser.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomField.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValue.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValues.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomField_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFields.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFields_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Date.pm
M /rt/branches/3.2-RELEASE/lib/RT/EmailParser.pm
M /rt/branches/3.2-RELEASE/lib/RT/Group.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMember.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMember_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMembers_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Group_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Groups.pm
M /rt/branches/3.2-RELEASE/lib/RT/Groups_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Handle.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N/cs.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N/i_default.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/CLI.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Auth/GnuPG.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Filter/SpamAssassin.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/REST.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web/Handler.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm
M /rt/branches/3.2-RELEASE/lib/RT/Link.pm
M /rt/branches/3.2-RELEASE/lib/RT/Link_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principal.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principal_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principals.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principals_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queues.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Record.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrip.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripAction.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripAction_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripActions.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripActions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripCondition.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripCondition_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripConditions.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripConditions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrip_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrips.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrips_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/FromSQL.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/SearchBuilder.pm
M /rt/branches/3.2-RELEASE/lib/RT/System.pm
M /rt/branches/3.2-RELEASE/lib/RT/Template.pm
M /rt/branches/3.2-RELEASE/lib/RT/Template_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Templates.pm
M /rt/branches/3.2-RELEASE/lib/RT/Templates_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Ticket.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValue.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValues.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transaction.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transaction_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transactions.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transactions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI/base.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI/fsck_com_rt.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI.pm
M /rt/branches/3.2-RELEASE/lib/RT/User.pm
M /rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Users.pm
M /rt/branches/3.2-RELEASE/lib/RT/Users_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT.pm.in
M /rt/branches/3.2-RELEASE/sbin/extract-message-catalog
M /rt/branches/3.2-RELEASE/sbin/extract_pod_tests
M /rt/branches/3.2-RELEASE/sbin/factory
M /rt/branches/3.2-RELEASE/sbin/license_tag
M /rt/branches/3.2-RELEASE/sbin/regression_harness
M /rt/branches/3.2-RELEASE/sbin/rt-setup-database.in
M /rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in
----------------------------------------------------------------------
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.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1290 | huberth | 2004-07-28 14:39:36 -0400 (Wed, 28 Jul 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Search/Results.tsv
RT-Ticket: 5899
RT-Status: resolved
* html/Search/Results.tsv now works with custom fields that have line breaks
within them.
------------------------------------------------------------------------
r1289 | huberth | 2004-07-28 14:35:38 -0400 (Wed, 28 Jul 2004) | 5 lines
Changed paths:
M /rt/branches/3.2-RELEASE/etc/drop.Oracle
RT-Ticket: 5908
RT-Status: resolved
* drop.Oracle now drops the attributes table.
------------------------------------------------------------------------
r1288 | leira | 2004-07-28 00:04:12 -0400 (Wed, 28 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Search/Build.html
Handle 0 values properly.
------------------------------------------------------------------------
r1286 | robert | 2004-07-26 15:15:12 -0400 (Mon, 26 Jul 2004) | 6 lines
Changed paths:
M /
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm
----------------------------------------------------------------------
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
----------------------------------------------------------------------
------------------------------------------------------------------------
r1285 | robert | 2004-07-26 15:07:58 -0400 (Mon, 26 Jul 2004) | 18 lines
Changed paths:
M /
M /DBIx-SearchBuilder/trunk/SearchBuilder.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm
----------------------------------------------------------------------
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
----------------------------------------------------------------------
------------------------------------------------------------------------
r1284 | leira | 2004-07-23 17:43:20 -0400 (Fri, 23 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Tools/Offline.html
Reset string properly when uploading a template file.
------------------------------------------------------------------------
r1283 | jesse | 2004-07-23 17:23:10 -0400 (Fri, 23 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/etc/RT_Config.pm.in
A /rt/branches/3.2-RELEASE/html/NoAuth/images/autohandler
----------------------------------------------------------------------
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
----------------------------------------------------------------------
------------------------------------------------------------------------
r1282 | jesse | 2004-07-23 13:34:23 -0400 (Fri, 23 Jul 2004) | 8 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/Makefile.in
M /rt/branches/3.2-RELEASE/README
M /rt/branches/3.2-RELEASE/bin/mason_handler.fcgi.in
M /rt/branches/3.2-RELEASE/bin/mason_handler.scgi.in
M /rt/branches/3.2-RELEASE/bin/mason_handler.svc.in
M /rt/branches/3.2-RELEASE/bin/rt-crontool.in
M /rt/branches/3.2-RELEASE/bin/rt-mailgate.in
M /rt/branches/3.2-RELEASE/bin/rt.in
M /rt/branches/3.2-RELEASE/bin/standalone_httpd.in
M /rt/branches/3.2-RELEASE/bin/webmux.pl.in
M /rt/branches/3.2-RELEASE/html/Admin/Elements/AddCustomFieldValue
M /rt/branches/3.2-RELEASE/html/Admin/Elements/CreateUserCalled
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomFieldValues
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomFields
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditQueueWatchers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditScrip
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditScrips
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditTemplates
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditUserComments
M /rt/branches/3.2-RELEASE/html/Admin/Elements/GroupTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/Header
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ListGlobalCustomFields
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ListGlobalScrips
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ModifyTemplate
M /rt/branches/3.2-RELEASE/html/Admin/Elements/QueueRightsForUser
M /rt/branches/3.2-RELEASE/html/Admin/Elements/QueueTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectCustomFieldType
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectGroups
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyGroup
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyQueue
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyUser
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectNewGroupMembers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectRights
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScrip
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScripAction
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScripCondition
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectSingleOrMultiple
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectStage
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectTemplate
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectUsers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SystemTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ToolTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/UserTabs
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomFields.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Scrip.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Scrips.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Template.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Templates.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/Members.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomFields.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/People.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Scrip.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Scrips.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Template.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Templates.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Tools/Configuration.html
M /rt/branches/3.2-RELEASE/html/Admin/Tools/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Users/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Users/index.html
M /rt/branches/3.2-RELEASE/html/Admin/index.html
M /rt/branches/3.2-RELEASE/html/Approvals/Display.html
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/Approve
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/PendingMyApproval
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/ShowDependency
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Approvals/index.html
M /rt/branches/3.2-RELEASE/html/Elements/BevelBoxRaisedEnd
M /rt/branches/3.2-RELEASE/html/Elements/BevelBoxRaisedStart
M /rt/branches/3.2-RELEASE/html/Elements/Callback
M /rt/branches/3.2-RELEASE/html/Elements/Checkbox
M /rt/branches/3.2-RELEASE/html/Elements/CreateTicket
M /rt/branches/3.2-RELEASE/html/Elements/EditLinks
M /rt/branches/3.2-RELEASE/html/Elements/Error
M /rt/branches/3.2-RELEASE/html/Elements/Footer
M /rt/branches/3.2-RELEASE/html/Elements/GotoTicket
M /rt/branches/3.2-RELEASE/html/Elements/Header
M /rt/branches/3.2-RELEASE/html/Elements/ListActions
M /rt/branches/3.2-RELEASE/html/Elements/Login
M /rt/branches/3.2-RELEASE/html/Elements/Menu
M /rt/branches/3.2-RELEASE/html/Elements/MessageBox
M /rt/branches/3.2-RELEASE/html/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/Elements/MyTickets
M /rt/branches/3.2-RELEASE/html/Elements/PageLayout
M /rt/branches/3.2-RELEASE/html/Elements/QueryString
M /rt/branches/3.2-RELEASE/html/Elements/QuickCreate
M /rt/branches/3.2-RELEASE/html/Elements/Quicksearch
M /rt/branches/3.2-RELEASE/html/Elements/Refresh
M /rt/branches/3.2-RELEASE/html/Elements/ScrubHTML
M /rt/branches/3.2-RELEASE/html/Elements/Section
M /rt/branches/3.2-RELEASE/html/Elements/SelectAttachmentField
M /rt/branches/3.2-RELEASE/html/Elements/SelectBoolean
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldOperator
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue
M /rt/branches/3.2-RELEASE/html/Elements/SelectDate
M /rt/branches/3.2-RELEASE/html/Elements/SelectDateRelation
M /rt/branches/3.2-RELEASE/html/Elements/SelectDateType
M /rt/branches/3.2-RELEASE/html/Elements/SelectEqualityOperator
M /rt/branches/3.2-RELEASE/html/Elements/SelectGroups
M /rt/branches/3.2-RELEASE/html/Elements/SelectLang
M /rt/branches/3.2-RELEASE/html/Elements/SelectLinkType
M /rt/branches/3.2-RELEASE/html/Elements/SelectMatch
M /rt/branches/3.2-RELEASE/html/Elements/SelectNewTicketQueue
M /rt/branches/3.2-RELEASE/html/Elements/SelectOwner
M /rt/branches/3.2-RELEASE/html/Elements/SelectQueue
M /rt/branches/3.2-RELEASE/html/Elements/SelectResultsPerPage
M /rt/branches/3.2-RELEASE/html/Elements/SelectSortOrder
M /rt/branches/3.2-RELEASE/html/Elements/SelectStatus
M /rt/branches/3.2-RELEASE/html/Elements/SelectTicketSortBy
M /rt/branches/3.2-RELEASE/html/Elements/SelectTicketTypes
M /rt/branches/3.2-RELEASE/html/Elements/SelectUsers
M /rt/branches/3.2-RELEASE/html/Elements/SelectWatcherType
M /rt/branches/3.2-RELEASE/html/Elements/SetupSessionCookie
M /rt/branches/3.2-RELEASE/html/Elements/ShowLink
M /rt/branches/3.2-RELEASE/html/Elements/ShowLinks
M /rt/branches/3.2-RELEASE/html/Elements/SimpleSearch
M /rt/branches/3.2-RELEASE/html/Elements/Submit
M /rt/branches/3.2-RELEASE/html/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Elements/TicketList
M /rt/branches/3.2-RELEASE/html/Elements/TitleBox
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxEnd
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart
M /rt/branches/3.2-RELEASE/html/NoAuth/Logout.html
M /rt/branches/3.2-RELEASE/html/NoAuth/Reminder.html
M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/queue/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/queue/ns
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/attachments
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/history
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/links
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/user/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/user/ns
M /rt/branches/3.2-RELEASE/html/REST/1.0/NoAuth/mail-gateway
M /rt/branches/3.2-RELEASE/html/REST/1.0/autohandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/dhandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/logout
M /rt/branches/3.2-RELEASE/html/REST/1.0/search/dhandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/search/ticket
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/comment
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/link
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/merge
M /rt/branches/3.2-RELEASE/html/Search/Build.html
M /rt/branches/3.2-RELEASE/html/Search/Bulk.html
M /rt/branches/3.2-RELEASE/html/Search/Edit.html
M /rt/branches/3.2-RELEASE/html/Search/Elements/BuildFormatString
M /rt/branches/3.2-RELEASE/html/Search/Elements/DisplayOptions
M /rt/branches/3.2-RELEASE/html/Search/Elements/EditFormat
M /rt/branches/3.2-RELEASE/html/Search/Elements/EditSearches
M /rt/branches/3.2-RELEASE/html/Search/Elements/NewListActions
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickBasics
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickCFs
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickCriteria
M /rt/branches/3.2-RELEASE/html/Search/Elements/SearchPrivacy
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectAndOr
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectLinks
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectPersonType
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectSearchObject
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectSearchesForObjects
M /rt/branches/3.2-RELEASE/html/Search/Results.html
M /rt/branches/3.2-RELEASE/html/Search/Results.rdf
M /rt/branches/3.2-RELEASE/html/Search/Results.tsv
M /rt/branches/3.2-RELEASE/html/SelfService/Attachment/dhandler
M /rt/branches/3.2-RELEASE/html/SelfService/Closed.html
M /rt/branches/3.2-RELEASE/html/SelfService/Create.html
M /rt/branches/3.2-RELEASE/html/SelfService/Display.html
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/GotoTicket
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/Header
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/SelfService/Error.html
M /rt/branches/3.2-RELEASE/html/SelfService/Prefs.html
M /rt/branches/3.2-RELEASE/html/SelfService/Update.html
M /rt/branches/3.2-RELEASE/html/SelfService/index.html
M /rt/branches/3.2-RELEASE/html/Ticket/Attachment/dhandler
M /rt/branches/3.2-RELEASE/html/Ticket/Create.html
M /rt/branches/3.2-RELEASE/html/Ticket/Display.html
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/AddWatchers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/BulkLinks
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomFields
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditDates
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditPeople
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditWatchers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/FindAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/LoadTextAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/PreviewScrips
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowCustomFields
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowDates
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowDependencies
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowGroupMembers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowHistory
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMemberOf
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMembers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageHeaders
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageStanza
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowPeople
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowReferences
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowRequestor
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowSummary
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransaction
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowUserEntry
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Ticket/History.html
M /rt/branches/3.2-RELEASE/html/Ticket/Modify.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyAll.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyDates.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyLinks.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyPeople.html
M /rt/branches/3.2-RELEASE/html/Ticket/ShowEmailRecord.html
M /rt/branches/3.2-RELEASE/html/Ticket/Update.html
M /rt/branches/3.2-RELEASE/html/Tools/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Tools/MyDay.html
M /rt/branches/3.2-RELEASE/html/Tools/Offline.html
M /rt/branches/3.2-RELEASE/html/User/Delegation.html
M /rt/branches/3.2-RELEASE/html/User/Elements/DelegateRights
M /rt/branches/3.2-RELEASE/html/User/Elements/GroupTabs
M /rt/branches/3.2-RELEASE/html/User/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/User/Groups/Members.html
M /rt/branches/3.2-RELEASE/html/User/Groups/Modify.html
M /rt/branches/3.2-RELEASE/html/User/Groups/index.html
M /rt/branches/3.2-RELEASE/html/User/Prefs.html
M /rt/branches/3.2-RELEASE/html/autohandler
M /rt/branches/3.2-RELEASE/html/index.html
M /rt/branches/3.2-RELEASE/html/l
M /rt/branches/3.2-RELEASE/lib/RT/ACE.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACE_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACL.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACL_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/AutoOpen.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Autoreply.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/CreateTickets.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/EscalatePriority.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Notify.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/NotifyAsComment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/RecordComment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/RecordCorrespondence.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/ResolveMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/SetPriority.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/UserDefined.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachment_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachments.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachments_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attribute.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attribute_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attributes.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attributes_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Base.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMember.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/AnyTransaction.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/BeforeDue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/Overdue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/OwnerChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/PriorityChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/PriorityExceeds.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/QueueChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/StatusChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/UserDefined.pm
M /rt/branches/3.2-RELEASE/lib/RT/CurrentUser.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomField.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValue.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValues.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomField_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFields.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFields_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Date.pm
M /rt/branches/3.2-RELEASE/lib/RT/EmailParser.pm
M /rt/branches/3.2-RELEASE/lib/RT/Group.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMember.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMember_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMembers_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Group_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Groups.pm
M /rt/branches/3.2-RELEASE/lib/RT/Groups_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Handle.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N/cs.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N/i_default.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/CLI.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Auth/GnuPG.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Filter/SpamAssassin.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/REST.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web/Handler.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm
M /rt/branches/3.2-RELEASE/lib/RT/Link.pm
M /rt/branches/3.2-RELEASE/lib/RT/Link_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principal.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principal_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principals.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principals_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queues.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Record.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrip.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripAction.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripAction_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripActions.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripActions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripCondition.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripCondition_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripConditions.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripConditions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrip_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrips.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrips_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/FromSQL.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/SearchBuilder.pm
M /rt/branches/3.2-RELEASE/lib/RT/System.pm
M /rt/branches/3.2-RELEASE/lib/RT/Template.pm
M /rt/branches/3.2-RELEASE/lib/RT/Template_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Templates.pm
M /rt/branches/3.2-RELEASE/lib/RT/Templates_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Ticket.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValue.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValues.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transaction.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transaction_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transactions.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transactions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI/base.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI/fsck_com_rt.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI.pm
M /rt/branches/3.2-RELEASE/lib/RT/User.pm
M /rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Users.pm
M /rt/branches/3.2-RELEASE/lib/RT/Users_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT.pm.in
M /rt/branches/3.2-RELEASE/sbin/extract-message-catalog
M /rt/branches/3.2-RELEASE/sbin/extract_pod_tests
M /rt/branches/3.2-RELEASE/sbin/factory
M /rt/branches/3.2-RELEASE/sbin/license_tag
M /rt/branches/3.2-RELEASE/sbin/regression_harness
M /rt/branches/3.2-RELEASE/sbin/rt-setup-database.in
M /rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in
----------------------------------------------------------------------
r8285@tinbook: jesse | 2004-07-23T17:33:04.648260Z
Using single quotes makes the email address in the copyright not get mangled
----------------------------------------------------------------------
------------------------------------------------------------------------
r1281 | autrijus | 2004-07-23 13:15:16 -0400 (Fri, 23 Jul 2004) | 7 lines
Changed paths:
M /rt
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
RT-Ticket: 5274
RT-Status: resolved
RT-Update: correspond
Apply Bart Duchesne's patch for correctly deleting old TCFV '0'
when editing SingleValue TCFs.
------------------------------------------------------------------------
r1280 | leira | 2004-07-22 23:04:27 -0400 (Thu, 22 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue
No value is NULL, not null.
------------------------------------------------------------------------
r1279 | leira | 2004-07-22 23:02:15 -0400 (Thu, 22 Jul 2004) | 5 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Search/Build.html
RT-Ticket: 5880
RT-Status: resolved
RT-Action: correspond
NULL values can now be chosen, and the TicketSQL query is constructed properly.
------------------------------------------------------------------------
r1278 | leira | 2004-07-22 22:32:27 -0400 (Thu, 22 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/Action/CreateTickets.pm
Fill in the default queue if one was specified.
------------------------------------------------------------------------
r1277 | leira | 2004-07-22 22:30:36 -0400 (Thu, 22 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Tools/Offline.html
If a template file is uploaded, clear out the old template first (as before).
------------------------------------------------------------------------
r1276 | jesse | 2004-07-22 15:08:32 -0400 (Thu, 22 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/html/l
----------------------------------------------------------------------
r8281@tinbook: jesse | 2004-07-22T19:08:48.451578Z
* The "/l" component now does all its work in the init block
----------------------------------------------------------------------
------------------------------------------------------------------------
r1272 | jesse | 2004-07-21 21:04:55 -0400 (Wed, 21 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/Makefile.in
M /rt/branches/3.2-RELEASE/README
M /rt/branches/3.2-RELEASE/bin/mason_handler.fcgi.in
M /rt/branches/3.2-RELEASE/bin/mason_handler.scgi.in
M /rt/branches/3.2-RELEASE/bin/mason_handler.svc.in
M /rt/branches/3.2-RELEASE/bin/rt-crontool.in
M /rt/branches/3.2-RELEASE/bin/rt-mailgate.in
M /rt/branches/3.2-RELEASE/bin/rt.in
M /rt/branches/3.2-RELEASE/bin/standalone_httpd.in
M /rt/branches/3.2-RELEASE/bin/webmux.pl.in
M /rt/branches/3.2-RELEASE/html/Admin/Elements/AddCustomFieldValue
M /rt/branches/3.2-RELEASE/html/Admin/Elements/CreateUserCalled
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomFieldValues
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomFields
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditQueueWatchers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditScrip
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditScrips
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditTemplates
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditUserComments
M /rt/branches/3.2-RELEASE/html/Admin/Elements/GroupTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/Header
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ListGlobalCustomFields
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ListGlobalScrips
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ModifyTemplate
M /rt/branches/3.2-RELEASE/html/Admin/Elements/QueueRightsForUser
M /rt/branches/3.2-RELEASE/html/Admin/Elements/QueueTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectCustomFieldType
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectGroups
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyGroup
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyQueue
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyUser
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectNewGroupMembers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectRights
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScrip
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScripAction
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScripCondition
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectSingleOrMultiple
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectStage
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectTemplate
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectUsers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SystemTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ToolTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/UserTabs
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomFields.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Scrip.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Scrips.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Template.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Templates.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/Members.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomFields.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/People.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Scrip.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Scrips.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Template.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Templates.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Tools/Configuration.html
M /rt/branches/3.2-RELEASE/html/Admin/Tools/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Users/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Users/index.html
M /rt/branches/3.2-RELEASE/html/Admin/index.html
M /rt/branches/3.2-RELEASE/html/Approvals/Display.html
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/Approve
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/PendingMyApproval
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/ShowDependency
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Approvals/index.html
M /rt/branches/3.2-RELEASE/html/Elements/BevelBoxRaisedEnd
M /rt/branches/3.2-RELEASE/html/Elements/BevelBoxRaisedStart
M /rt/branches/3.2-RELEASE/html/Elements/Callback
M /rt/branches/3.2-RELEASE/html/Elements/Checkbox
M /rt/branches/3.2-RELEASE/html/Elements/CreateTicket
M /rt/branches/3.2-RELEASE/html/Elements/EditLinks
M /rt/branches/3.2-RELEASE/html/Elements/Error
M /rt/branches/3.2-RELEASE/html/Elements/Footer
M /rt/branches/3.2-RELEASE/html/Elements/GotoTicket
M /rt/branches/3.2-RELEASE/html/Elements/Header
M /rt/branches/3.2-RELEASE/html/Elements/ListActions
M /rt/branches/3.2-RELEASE/html/Elements/Login
M /rt/branches/3.2-RELEASE/html/Elements/Menu
M /rt/branches/3.2-RELEASE/html/Elements/MessageBox
M /rt/branches/3.2-RELEASE/html/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/Elements/MyTickets
M /rt/branches/3.2-RELEASE/html/Elements/PageLayout
M /rt/branches/3.2-RELEASE/html/Elements/QueryString
M /rt/branches/3.2-RELEASE/html/Elements/QuickCreate
M /rt/branches/3.2-RELEASE/html/Elements/Quicksearch
M /rt/branches/3.2-RELEASE/html/Elements/Refresh
M /rt/branches/3.2-RELEASE/html/Elements/ScrubHTML
M /rt/branches/3.2-RELEASE/html/Elements/Section
M /rt/branches/3.2-RELEASE/html/Elements/SelectAttachmentField
M /rt/branches/3.2-RELEASE/html/Elements/SelectBoolean
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldOperator
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue
M /rt/branches/3.2-RELEASE/html/Elements/SelectDate
M /rt/branches/3.2-RELEASE/html/Elements/SelectDateRelation
M /rt/branches/3.2-RELEASE/html/Elements/SelectDateType
M /rt/branches/3.2-RELEASE/html/Elements/SelectEqualityOperator
M /rt/branches/3.2-RELEASE/html/Elements/SelectGroups
M /rt/branches/3.2-RELEASE/html/Elements/SelectLang
M /rt/branches/3.2-RELEASE/html/Elements/SelectLinkType
M /rt/branches/3.2-RELEASE/html/Elements/SelectMatch
M /rt/branches/3.2-RELEASE/html/Elements/SelectNewTicketQueue
M /rt/branches/3.2-RELEASE/html/Elements/SelectOwner
M /rt/branches/3.2-RELEASE/html/Elements/SelectQueue
M /rt/branches/3.2-RELEASE/html/Elements/SelectResultsPerPage
M /rt/branches/3.2-RELEASE/html/Elements/SelectSortOrder
M /rt/branches/3.2-RELEASE/html/Elements/SelectStatus
M /rt/branches/3.2-RELEASE/html/Elements/SelectTicketSortBy
M /rt/branches/3.2-RELEASE/html/Elements/SelectTicketTypes
M /rt/branches/3.2-RELEASE/html/Elements/SelectUsers
M /rt/branches/3.2-RELEASE/html/Elements/SelectWatcherType
M /rt/branches/3.2-RELEASE/html/Elements/SetupSessionCookie
M /rt/branches/3.2-RELEASE/html/Elements/ShowLink
M /rt/branches/3.2-RELEASE/html/Elements/ShowLinks
M /rt/branches/3.2-RELEASE/html/Elements/SimpleSearch
M /rt/branches/3.2-RELEASE/html/Elements/Submit
M /rt/branches/3.2-RELEASE/html/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Elements/TicketList
M /rt/branches/3.2-RELEASE/html/Elements/TitleBox
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxEnd
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart
M /rt/branches/3.2-RELEASE/html/NoAuth/Logout.html
M /rt/branches/3.2-RELEASE/html/NoAuth/Reminder.html
M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/queue/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/queue/ns
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/attachments
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/history
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/links
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/user/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/user/ns
M /rt/branches/3.2-RELEASE/html/REST/1.0/NoAuth/mail-gateway
M /rt/branches/3.2-RELEASE/html/REST/1.0/autohandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/dhandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/logout
M /rt/branches/3.2-RELEASE/html/REST/1.0/search/dhandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/search/ticket
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/comment
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/link
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/merge
M /rt/branches/3.2-RELEASE/html/Search/Build.html
M /rt/branches/3.2-RELEASE/html/Search/Bulk.html
M /rt/branches/3.2-RELEASE/html/Search/Edit.html
M /rt/branches/3.2-RELEASE/html/Search/Elements/BuildFormatString
M /rt/branches/3.2-RELEASE/html/Search/Elements/DisplayOptions
M /rt/branches/3.2-RELEASE/html/Search/Elements/EditFormat
M /rt/branches/3.2-RELEASE/html/Search/Elements/EditSearches
M /rt/branches/3.2-RELEASE/html/Search/Elements/NewListActions
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickBasics
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickCFs
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickCriteria
M /rt/branches/3.2-RELEASE/html/Search/Elements/SearchPrivacy
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectAndOr
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectLinks
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectPersonType
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectSearchObject
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectSearchesForObjects
M /rt/branches/3.2-RELEASE/html/Search/Results.html
M /rt/branches/3.2-RELEASE/html/Search/Results.rdf
M /rt/branches/3.2-RELEASE/html/Search/Results.tsv
M /rt/branches/3.2-RELEASE/html/SelfService/Attachment/dhandler
M /rt/branches/3.2-RELEASE/html/SelfService/Closed.html
M /rt/branches/3.2-RELEASE/html/SelfService/Create.html
M /rt/branches/3.2-RELEASE/html/SelfService/Display.html
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/GotoTicket
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/Header
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/SelfService/Error.html
M /rt/branches/3.2-RELEASE/html/SelfService/Prefs.html
M /rt/branches/3.2-RELEASE/html/SelfService/Update.html
M /rt/branches/3.2-RELEASE/html/SelfService/index.html
M /rt/branches/3.2-RELEASE/html/Ticket/Attachment/dhandler
M /rt/branches/3.2-RELEASE/html/Ticket/Create.html
M /rt/branches/3.2-RELEASE/html/Ticket/Display.html
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/AddWatchers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/BulkLinks
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomFields
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditDates
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditPeople
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditWatchers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/FindAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/LoadTextAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/PreviewScrips
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowCustomFields
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowDates
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowDependencies
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowGroupMembers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowHistory
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMemberOf
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMembers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageHeaders
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageStanza
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowPeople
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowReferences
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowRequestor
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowSummary
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransaction
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowUserEntry
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Ticket/History.html
M /rt/branches/3.2-RELEASE/html/Ticket/Modify.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyAll.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyDates.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyLinks.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyPeople.html
M /rt/branches/3.2-RELEASE/html/Ticket/ShowEmailRecord.html
M /rt/branches/3.2-RELEASE/html/Ticket/Update.html
M /rt/branches/3.2-RELEASE/html/Tools/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Tools/MyDay.html
M /rt/branches/3.2-RELEASE/html/Tools/Offline.html
M /rt/branches/3.2-RELEASE/html/User/Delegation.html
M /rt/branches/3.2-RELEASE/html/User/Elements/DelegateRights
M /rt/branches/3.2-RELEASE/html/User/Elements/GroupTabs
M /rt/branches/3.2-RELEASE/html/User/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/User/Groups/Members.html
M /rt/branches/3.2-RELEASE/html/User/Groups/Modify.html
M /rt/branches/3.2-RELEASE/html/User/Groups/index.html
M /rt/branches/3.2-RELEASE/html/User/Prefs.html
M /rt/branches/3.2-RELEASE/html/autohandler
M /rt/branches/3.2-RELEASE/html/index.html
M /rt/branches/3.2-RELEASE/html/l
M /rt/branches/3.2-RELEASE/lib/RT/ACE.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACE_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACL.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACL_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/AutoOpen.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Autoreply.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/CreateTickets.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/EscalatePriority.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Notify.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/NotifyAsComment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/RecordComment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/RecordCorrespondence.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/ResolveMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/SetPriority.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/UserDefined.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachment_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachments.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachments_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attribute.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attribute_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attributes.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attributes_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Base.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMember.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/AnyTransaction.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/BeforeDue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/Overdue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/OwnerChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/PriorityChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/PriorityExceeds.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/QueueChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/StatusChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/UserDefined.pm
M /rt/branches/3.2-RELEASE/lib/RT/CurrentUser.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomField.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValue.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValues.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomField_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFields.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFields_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Date.pm
M /rt/branches/3.2-RELEASE/lib/RT/EmailParser.pm
M /rt/branches/3.2-RELEASE/lib/RT/Group.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMember.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMember_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMembers_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Group_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Groups.pm
M /rt/branches/3.2-RELEASE/lib/RT/Groups_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Handle.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N/cs.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N/i_default.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/CLI.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Auth/GnuPG.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Filter/SpamAssassin.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/REST.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web/Handler.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm
M /rt/branches/3.2-RELEASE/lib/RT/Link.pm
M /rt/branches/3.2-RELEASE/lib/RT/Link_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principal.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principal_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principals.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principals_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queues.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Record.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrip.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripAction.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripAction_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripActions.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripActions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripCondition.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripCondition_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripConditions.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripConditions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrip_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrips.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrips_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/FromSQL.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/SearchBuilder.pm
M /rt/branches/3.2-RELEASE/lib/RT/System.pm
M /rt/branches/3.2-RELEASE/lib/RT/Template.pm
M /rt/branches/3.2-RELEASE/lib/RT/Template_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Templates.pm
M /rt/branches/3.2-RELEASE/lib/RT/Templates_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Ticket.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValue.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValues.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transaction.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transaction_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transactions.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transactions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI/base.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI/fsck_com_rt.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI.pm
M /rt/branches/3.2-RELEASE/lib/RT/User.pm
M /rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Users.pm
M /rt/branches/3.2-RELEASE/lib/RT/Users_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT.pm.in
M /rt/branches/3.2-RELEASE/sbin/extract-message-catalog
M /rt/branches/3.2-RELEASE/sbin/extract_pod_tests
M /rt/branches/3.2-RELEASE/sbin/factory
M /rt/branches/3.2-RELEASE/sbin/license_tag
M /rt/branches/3.2-RELEASE/sbin/regression_harness
M /rt/branches/3.2-RELEASE/sbin/rt-setup-database.in
M /rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in
----------------------------------------------------------------------
r8267@tinbook: jesse | 2004-07-22T01:01:02.633960Z
Making license blocks fold away
----------------------------------------------------------------------
------------------------------------------------------------------------
r1271 | autrijus | 2004-07-21 20:52:53 -0400 (Wed, 21 Jul 2004) | 7 lines
Changed paths:
M /rt
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
----------------------------------------------------------------------
r6204@not: autrijus | 2004-07-22T00:52:38.207887Z
* Switch $Ticket->AddCustomFieldValue to use $cf->LoadByNameAndQueue for
forward compatibility.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1270 | autrijus | 2004-07-21 20:39:33 -0400 (Wed, 21 Jul 2004) | 6 lines
Changed paths:
M /rt
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
----------------------------------------------------------------------
r6200@not: autrijus | 2004-07-22T00:37:31.494556Z
* $Ticket->AddCustomFieldValue now takes FIELD as Name.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1266 | jesse | 2004-07-20 17:30:05 -0400 (Tue, 20 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/bin/rt-crontool.in
M /rt/branches/3.2-RELEASE/configure.ac
A /rt/branches/3.2-RELEASE/lib/RT/Action/RecordComment.pm
A /rt/branches/3.2-RELEASE/lib/RT/Action/RecordCorrespondence.pm
A /rt/branches/3.2-RELEASE/lib/RT/Search/FromSQL.pm
M /rt/branches/3.2-RELEASE/lib/t/02regression.t.in
A /rt/branches/3.2-RELEASE/lib/t/05cronsupport.pl.in
----------------------------------------------------------------------
r8258@tinbook: jesse | 2004-07-20T21:24:03.019565Z
Crontool additions to support scripted notifications [Tara Andrews, for BPS]
----------------------------------------------------------------------
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r1263 | huberth | 2004-07-19 15:54:49 -0400 (Mon, 19 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/html/Elements/SelectDate
* Generalized Elements/SelectDate slightly, to allow for a differently-sized textbox.
------------------------------------------------------------------------
r1262 | jesse | 2004-07-19 13:29:56 -0400 (Mon, 19 Jul 2004) | 10 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/Makefile.in
M /rt/branches/3.2-RELEASE/README
M /rt/branches/3.2-RELEASE/bin/mason_handler.fcgi.in
M /rt/branches/3.2-RELEASE/bin/mason_handler.scgi.in
M /rt/branches/3.2-RELEASE/bin/mason_handler.svc.in
M /rt/branches/3.2-RELEASE/bin/rt-crontool.in
M /rt/branches/3.2-RELEASE/bin/rt-mailgate.in
M /rt/branches/3.2-RELEASE/bin/rt.in
M /rt/branches/3.2-RELEASE/bin/standalone_httpd.in
M /rt/branches/3.2-RELEASE/bin/webmux.pl.in
M /rt/branches/3.2-RELEASE/html/Admin/Elements/AddCustomFieldValue
M /rt/branches/3.2-RELEASE/html/Admin/Elements/CreateUserCalled
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomFieldValues
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditCustomFields
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditQueueWatchers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditScrip
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditScrips
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditTemplates
M /rt/branches/3.2-RELEASE/html/Admin/Elements/EditUserComments
M /rt/branches/3.2-RELEASE/html/Admin/Elements/GroupTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/Header
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ListGlobalCustomFields
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ListGlobalScrips
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ModifyTemplate
M /rt/branches/3.2-RELEASE/html/Admin/Elements/QueueRightsForUser
M /rt/branches/3.2-RELEASE/html/Admin/Elements/QueueTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectCustomFieldType
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectGroups
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyGroup
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyQueue
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectModifyUser
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectNewGroupMembers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectRights
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScrip
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScripAction
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectScripCondition
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectSingleOrMultiple
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectStage
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectTemplate
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SelectUsers
M /rt/branches/3.2-RELEASE/html/Admin/Elements/SystemTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/ToolTabs
M /rt/branches/3.2-RELEASE/html/Admin/Elements/UserTabs
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/CustomFields.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Scrip.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Scrips.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Template.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/Templates.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Global/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/Members.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Groups/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomField.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/CustomFields.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/GroupRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/People.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Scrip.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Scrips.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Template.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/Templates.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/UserRights.html
M /rt/branches/3.2-RELEASE/html/Admin/Queues/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Tools/Configuration.html
M /rt/branches/3.2-RELEASE/html/Admin/Tools/index.html
M /rt/branches/3.2-RELEASE/html/Admin/Users/Modify.html
M /rt/branches/3.2-RELEASE/html/Admin/Users/index.html
M /rt/branches/3.2-RELEASE/html/Admin/index.html
M /rt/branches/3.2-RELEASE/html/Approvals/Display.html
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/Approve
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/PendingMyApproval
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/ShowDependency
M /rt/branches/3.2-RELEASE/html/Approvals/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Approvals/index.html
M /rt/branches/3.2-RELEASE/html/Elements/BevelBoxRaisedEnd
M /rt/branches/3.2-RELEASE/html/Elements/BevelBoxRaisedStart
M /rt/branches/3.2-RELEASE/html/Elements/Callback
M /rt/branches/3.2-RELEASE/html/Elements/Checkbox
M /rt/branches/3.2-RELEASE/html/Elements/CreateTicket
M /rt/branches/3.2-RELEASE/html/Elements/EditLinks
M /rt/branches/3.2-RELEASE/html/Elements/Error
M /rt/branches/3.2-RELEASE/html/Elements/Footer
M /rt/branches/3.2-RELEASE/html/Elements/GotoTicket
M /rt/branches/3.2-RELEASE/html/Elements/Header
M /rt/branches/3.2-RELEASE/html/Elements/ListActions
M /rt/branches/3.2-RELEASE/html/Elements/Login
M /rt/branches/3.2-RELEASE/html/Elements/Menu
M /rt/branches/3.2-RELEASE/html/Elements/MessageBox
M /rt/branches/3.2-RELEASE/html/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/Elements/MyTickets
M /rt/branches/3.2-RELEASE/html/Elements/PageLayout
M /rt/branches/3.2-RELEASE/html/Elements/QueryString
M /rt/branches/3.2-RELEASE/html/Elements/QuickCreate
M /rt/branches/3.2-RELEASE/html/Elements/Quicksearch
M /rt/branches/3.2-RELEASE/html/Elements/Refresh
M /rt/branches/3.2-RELEASE/html/Elements/ScrubHTML
M /rt/branches/3.2-RELEASE/html/Elements/Section
M /rt/branches/3.2-RELEASE/html/Elements/SelectAttachmentField
M /rt/branches/3.2-RELEASE/html/Elements/SelectBoolean
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldOperator
M /rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue
M /rt/branches/3.2-RELEASE/html/Elements/SelectDate
M /rt/branches/3.2-RELEASE/html/Elements/SelectDateRelation
M /rt/branches/3.2-RELEASE/html/Elements/SelectDateType
M /rt/branches/3.2-RELEASE/html/Elements/SelectEqualityOperator
M /rt/branches/3.2-RELEASE/html/Elements/SelectGroups
M /rt/branches/3.2-RELEASE/html/Elements/SelectLang
M /rt/branches/3.2-RELEASE/html/Elements/SelectLinkType
M /rt/branches/3.2-RELEASE/html/Elements/SelectMatch
M /rt/branches/3.2-RELEASE/html/Elements/SelectNewTicketQueue
M /rt/branches/3.2-RELEASE/html/Elements/SelectOwner
M /rt/branches/3.2-RELEASE/html/Elements/SelectQueue
M /rt/branches/3.2-RELEASE/html/Elements/SelectResultsPerPage
M /rt/branches/3.2-RELEASE/html/Elements/SelectSortOrder
M /rt/branches/3.2-RELEASE/html/Elements/SelectStatus
M /rt/branches/3.2-RELEASE/html/Elements/SelectTicketSortBy
M /rt/branches/3.2-RELEASE/html/Elements/SelectTicketTypes
M /rt/branches/3.2-RELEASE/html/Elements/SelectUsers
M /rt/branches/3.2-RELEASE/html/Elements/SelectWatcherType
M /rt/branches/3.2-RELEASE/html/Elements/SetupSessionCookie
M /rt/branches/3.2-RELEASE/html/Elements/ShowLink
M /rt/branches/3.2-RELEASE/html/Elements/ShowLinks
M /rt/branches/3.2-RELEASE/html/Elements/SimpleSearch
M /rt/branches/3.2-RELEASE/html/Elements/Submit
M /rt/branches/3.2-RELEASE/html/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Elements/TicketList
M /rt/branches/3.2-RELEASE/html/Elements/TitleBox
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxEnd
M /rt/branches/3.2-RELEASE/html/Elements/TitleBoxStart
M /rt/branches/3.2-RELEASE/html/NoAuth/Logout.html
M /rt/branches/3.2-RELEASE/html/NoAuth/Reminder.html
M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/queue/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/queue/ns
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/attachments
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/history
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/ticket/links
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/user/default
M /rt/branches/3.2-RELEASE/html/REST/1.0/Forms/user/ns
M /rt/branches/3.2-RELEASE/html/REST/1.0/NoAuth/mail-gateway
M /rt/branches/3.2-RELEASE/html/REST/1.0/autohandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/dhandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/logout
M /rt/branches/3.2-RELEASE/html/REST/1.0/search/dhandler
M /rt/branches/3.2-RELEASE/html/REST/1.0/search/ticket
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/comment
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/link
M /rt/branches/3.2-RELEASE/html/REST/1.0/ticket/merge
M /rt/branches/3.2-RELEASE/html/Search/Build.html
M /rt/branches/3.2-RELEASE/html/Search/Bulk.html
M /rt/branches/3.2-RELEASE/html/Search/Edit.html
M /rt/branches/3.2-RELEASE/html/Search/Elements/BuildFormatString
M /rt/branches/3.2-RELEASE/html/Search/Elements/DisplayOptions
M /rt/branches/3.2-RELEASE/html/Search/Elements/EditFormat
M /rt/branches/3.2-RELEASE/html/Search/Elements/EditSearches
M /rt/branches/3.2-RELEASE/html/Search/Elements/NewListActions
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickBasics
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickCFs
M /rt/branches/3.2-RELEASE/html/Search/Elements/PickCriteria
M /rt/branches/3.2-RELEASE/html/Search/Elements/SearchPrivacy
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectAndOr
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectLinks
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectPersonType
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectSearchObject
M /rt/branches/3.2-RELEASE/html/Search/Elements/SelectSearchesForObjects
M /rt/branches/3.2-RELEASE/html/Search/Results.html
M /rt/branches/3.2-RELEASE/html/Search/Results.rdf
M /rt/branches/3.2-RELEASE/html/Search/Results.tsv
M /rt/branches/3.2-RELEASE/html/SelfService/Attachment/dhandler
M /rt/branches/3.2-RELEASE/html/SelfService/Closed.html
M /rt/branches/3.2-RELEASE/html/SelfService/Create.html
M /rt/branches/3.2-RELEASE/html/SelfService/Display.html
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/GotoTicket
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/Header
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/MyRequests
M /rt/branches/3.2-RELEASE/html/SelfService/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/SelfService/Error.html
M /rt/branches/3.2-RELEASE/html/SelfService/Prefs.html
M /rt/branches/3.2-RELEASE/html/SelfService/Update.html
M /rt/branches/3.2-RELEASE/html/SelfService/index.html
M /rt/branches/3.2-RELEASE/html/Ticket/Attachment/dhandler
M /rt/branches/3.2-RELEASE/html/Ticket/Create.html
M /rt/branches/3.2-RELEASE/html/Ticket/Display.html
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/AddWatchers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/BulkLinks
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomField
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditCustomFields
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditDates
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditPeople
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/EditWatchers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/FindAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/LoadTextAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/PreviewScrips
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowBasics
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowCustomFields
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowDates
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowDependencies
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowGroupMembers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowHistory
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMemberOf
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMembers
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageHeaders
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowMessageStanza
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowPeople
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowReferences
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowRequestor
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowSummary
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransaction
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/ShowUserEntry
M /rt/branches/3.2-RELEASE/html/Ticket/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Ticket/History.html
M /rt/branches/3.2-RELEASE/html/Ticket/Modify.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyAll.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyDates.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyLinks.html
M /rt/branches/3.2-RELEASE/html/Ticket/ModifyPeople.html
M /rt/branches/3.2-RELEASE/html/Ticket/ShowEmailRecord.html
M /rt/branches/3.2-RELEASE/html/Ticket/Update.html
M /rt/branches/3.2-RELEASE/html/Tools/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/Tools/MyDay.html
M /rt/branches/3.2-RELEASE/html/Tools/Offline.html
M /rt/branches/3.2-RELEASE/html/User/Delegation.html
M /rt/branches/3.2-RELEASE/html/User/Elements/DelegateRights
M /rt/branches/3.2-RELEASE/html/User/Elements/GroupTabs
M /rt/branches/3.2-RELEASE/html/User/Elements/Tabs
M /rt/branches/3.2-RELEASE/html/User/Groups/Members.html
M /rt/branches/3.2-RELEASE/html/User/Groups/Modify.html
M /rt/branches/3.2-RELEASE/html/User/Groups/index.html
M /rt/branches/3.2-RELEASE/html/User/Prefs.html
M /rt/branches/3.2-RELEASE/html/autohandler
M /rt/branches/3.2-RELEASE/html/index.html
M /rt/branches/3.2-RELEASE/html/l
M /rt/branches/3.2-RELEASE/lib/RT/ACE.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACE_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACL.pm
M /rt/branches/3.2-RELEASE/lib/RT/ACL_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/AutoOpen.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Autoreply.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/CreateTickets.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/EscalatePriority.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/Notify.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/NotifyAsComment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/ResolveMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/SetPriority.pm
M /rt/branches/3.2-RELEASE/lib/RT/Action/UserDefined.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachment.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachment_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachments.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attachments_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attribute.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attribute_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attributes.pm
M /rt/branches/3.2-RELEASE/lib/RT/Attributes_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Base.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMember.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/AnyTransaction.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/BeforeDue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/Overdue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/OwnerChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/PriorityChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/PriorityExceeds.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/QueueChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/StatusChange.pm
M /rt/branches/3.2-RELEASE/lib/RT/Condition/UserDefined.pm
M /rt/branches/3.2-RELEASE/lib/RT/CurrentUser.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomField.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValue.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValues.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFieldValues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomField_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFields.pm
M /rt/branches/3.2-RELEASE/lib/RT/CustomFields_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Date.pm
M /rt/branches/3.2-RELEASE/lib/RT/EmailParser.pm
M /rt/branches/3.2-RELEASE/lib/RT/Group.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMember.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMember_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMembers.pm
M /rt/branches/3.2-RELEASE/lib/RT/GroupMembers_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Group_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Groups.pm
M /rt/branches/3.2-RELEASE/lib/RT/Groups_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Handle.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N/cs.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N/i_default.pm
M /rt/branches/3.2-RELEASE/lib/RT/I18N.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/CLI.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Auth/GnuPG.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email/Filter/SpamAssassin.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Email.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/REST.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web/Handler.pm
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web.pm
M /rt/branches/3.2-RELEASE/lib/RT/Link.pm
M /rt/branches/3.2-RELEASE/lib/RT/Link_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principal.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principal_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principals.pm
M /rt/branches/3.2-RELEASE/lib/RT/Principals_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queues.pm
M /rt/branches/3.2-RELEASE/lib/RT/Queues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Record.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrip.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripAction.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripAction_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripActions.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripActions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripCondition.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripCondition_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripConditions.pm
M /rt/branches/3.2-RELEASE/lib/RT/ScripConditions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrip_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrips.pm
M /rt/branches/3.2-RELEASE/lib/RT/Scrips_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
M /rt/branches/3.2-RELEASE/lib/RT/Search/Generic.pm
M /rt/branches/3.2-RELEASE/lib/RT/SearchBuilder.pm
M /rt/branches/3.2-RELEASE/lib/RT/System.pm
M /rt/branches/3.2-RELEASE/lib/RT/Template.pm
M /rt/branches/3.2-RELEASE/lib/RT/Template_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Templates.pm
M /rt/branches/3.2-RELEASE/lib/RT/Templates_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Ticket.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValue.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValue_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValues.pm
M /rt/branches/3.2-RELEASE/lib/RT/TicketCustomFieldValues_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Ticket_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transaction.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transaction_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transactions.pm
M /rt/branches/3.2-RELEASE/lib/RT/Transactions_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI/base.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI/fsck_com_rt.pm
M /rt/branches/3.2-RELEASE/lib/RT/URI.pm
M /rt/branches/3.2-RELEASE/lib/RT/User.pm
M /rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Users.pm
M /rt/branches/3.2-RELEASE/lib/RT/Users_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT.pm.in
M /rt/branches/3.2-RELEASE/sbin/extract-message-catalog
M /rt/branches/3.2-RELEASE/sbin/extract_pod_tests
M /rt/branches/3.2-RELEASE/sbin/factory
M /rt/branches/3.2-RELEASE/sbin/license_tag
M /rt/branches/3.2-RELEASE/sbin/regression_harness
M /rt/branches/3.2-RELEASE/sbin/rt-setup-database.in
M /rt/branches/3.2-RELEASE/sbin/rt-test-dependencies.in
----------------------------------------------------------------------
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
----------------------------------------------------------------------
------------------------------------------------------------------------
r1258 | jesse | 2004-07-16 13:13:42 -0400 (Fri, 16 Jul 2004) | 7 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/html/Elements/TicketList
M /rt/branches/3.2-RELEASE/html/Search/Build.html
M /rt/branches/3.2-RELEASE/html/Search/Results.html
M /rt/branches/3.2-RELEASE/sbin/license_tag
----------------------------------------------------------------------
r8222@tinbook: jesse | 2004-07-16T17:09:30.264982Z
Web UI: Fixed bug which prevented unlimited searches
----------------------------------------------------------------------
Core: License tagger preliminary updates
------------------------------------------------------------------------
r1257 | autrijus | 2004-07-15 20:58:55 -0400 (Thu, 15 Jul 2004) | 11 lines
Changed paths:
M /rt
M /rt/branches/3.2-RELEASE/bin/standalone_httpd.in
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web/Handler.pm
M /rt/branches/README.LAYOUT
----------------------------------------------------------------------
r6136@not: autrijus | 2004-07-15T21:53:07.355306Z
* revert the inadvertant change and merge wordings from cvs.html
----------------------------------------------------------------------
r6137@not: autrijus | 2004-07-15T22:04:22.132548Z
* Make standalone_httpd use $RT::Mason::Handler like other mason_handler progs
* Eliminate -w warning emitted from Handler.pm.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1256 | alexmv | 2004-07-15 17:18:42 -0400 (Thu, 15 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/bin/standalone_httpd.in
* Handlers are in RT::Interface::Web::Handler now
------------------------------------------------------------------------
r1254 | jesse | 2004-07-15 15:08:23 -0400 (Thu, 15 Jul 2004) | 1 line
Changed paths:
M /rt/branches/3.2-RELEASE/releng.cnf
This be 3.2.1
------------------------------------------------------------------------
r1253 | jesse | 2004-07-15 15:03:26 -0400 (Thu, 15 Jul 2004) | 13 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/html/Search/Elements/DisplayOptions
----------------------------------------------------------------------
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.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1251 | jesse | 2004-07-14 16:32:25 -0400 (Wed, 14 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/releng.cnf
----------------------------------------------------------------------
r3399@tinbook: jesse | 2004-07-14T20:23:59.757938Z
Bumping to 3.2.1rc4
----------------------------------------------------------------------
------------------------------------------------------------------------
r1250 | jesse | 2004-07-14 16:31:47 -0400 (Wed, 14 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE
----------------------------------------------------------------------
r3398@tinbook: jesse | 2004-07-14T19:59:24.627023Z
----------------------------------------------------------------------
------------------------------------------------------------------------
r1249 | jesse | 2004-07-14 16:30:36 -0400 (Wed, 14 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE
----------------------------------------------------------------------
r3397@tinbook: jesse | 2004-07-14T19:44:51.378312Z
----------------------------------------------------------------------
------------------------------------------------------------------------
r1248 | jesse | 2004-07-14 15:32:50 -0400 (Wed, 14 Jul 2004) | 10 lines
Changed paths:
M /rt/branches/3.2-RELEASE
M /rt/branches/3.2-RELEASE/bin/rt-crontool.in
----------------------------------------------------------------------
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..
------------------------------------------------------------------------
r1246 | autrijus | 2004-07-14 15:24:16 -0400 (Wed, 14 Jul 2004) | 9 lines
Changed paths:
M /rt
M /rt/branches/3.2-RELEASE/lib/RT/Attributes_Overlay.pm
M /rt/branches/3.2-RELEASE/lib/RT/Record.pm
----------------------------------------------------------------------
r6049@not: autrijus | 2004-07-14T19:18:50.831922Z
* Implement singular-attribute APIs: FirstAttribute, DeleteAttribute
and SetAttribute.
* Attributes->DeleteEntry can now unconditionally delete all attributes
with the matching name.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1242 | jesse | 2004-07-14 14:15:13 -0400 (Wed, 14 Jul 2004) | 15 lines
Changed paths:
M /rt/branches/3.2-RELEASE
D /rt/branches/3.2-RELEASE/html/Search/Elements/TicketRow
M /rt/branches/3.2-RELEASE/lib/RT/Record.pm
----------------------------------------------------------------------
r3377@tinbook: jesse | 2004-07-14T05:07:22.409809Z
TicketRow was a vestigal file from RT 3.0
----------------------------------------------------------------------
r3378@tinbook: jesse | 2004-07-14T18:11:31.705353Z
RT-Ticket: 5885
RT-Status: resolved
RT-Action: correspond
Reverting an overzealous warning added post 3.2.0
----------------------------------------------------------------------
------------------------------------------------------------------------
r1240 | alexmv | 2004-07-14 11:34:00 -0400 (Wed, 14 Jul 2004) | 9 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm
M /rt/branches/3.2-RELEASE/lib/RT/Links_Overlay.pm
RT-Ticket: 5882
RT-Status: resolved
RT-Action: correspond
* Skip links whose base or target is local and the endpoint is a
deleted ticket
* Typo fix in comment in RT::Action::SendMail
------------------------------------------------------------------------
r1239 | alexmv | 2004-07-14 11:15:20 -0400 (Wed, 14 Jul 2004) | 3 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/Action/SendEmail.pm
* Fix error of "No recipients" if FriendlyToLine is set, but all
recipients are masked
------------------------------------------------------------------------
r1238 | alexmv | 2004-07-14 09:22:38 -0400 (Wed, 14 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/3.2-RELEASE/lib/RT/I18N/de.po
RT-Ticket: 5887
RT-Status: resolved
RT-Action: correspond
* de grammar fix, patch from pape-rt@inf.fu-berlin.de applied
------------------------------------------------------------------------
r1234 | jesse | 2004-07-14 00:45:56 -0400 (Wed, 14 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/3.2-RELEASE/releng.cnf
Bumping 3.2.1rc3
------------------------------------------------------------------------
r1229 | autrijus | 2004-07-13 15:39:33 -0400 (Tue, 13 Jul 2004) | 6 lines
Changed paths:
M /rt
M /rt/branches/3.2-RELEASE/lib/RT/Interface/Web/Handler.pm
----------------------------------------------------------------------
r6043@not: autrijus | 2004-07-13T19:37:47.955054Z
* Apache2Handler also needs args_method => CGI for file uploads to work.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1225 | jesse | 2004-07-13 15:05:48 -0400 (Tue, 13 Jul 2004) | 1 line
Changed paths:
A /rt/branches/3.2-RELEASE (from /rt/branches/rt-3.1:1224)
D /rt/branches/rt-3.1
Moving RT 3.1 from branch to a 3.2-RELEASE branch
------------------------------------------------------------------------
r1221 | leira | 2004-07-13 14:14:06 -0400 (Tue, 13 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/rt-3.1/html/Search/Elements/PickBasics
M /rt/branches/rt-3.1/html/Search/Elements/PickCFs
M /rt/branches/rt-3.1/html/Search/Elements/PickCriteria
Fix formatting of Basics and CFs in the PickCriteria component (a precursor to fixing the values of things inside of these components).
------------------------------------------------------------------------
r1220 | leira | 2004-07-13 12:36:33 -0400 (Tue, 13 Jul 2004) | 8 lines
Changed paths:
M /rt/branches/rt-3.1/html/Search/Build.html
RT-Ticket: 5881
RT-Status: resolved
RT-Action: correspond
This is a different problem than the one reported in #5801: this one seems to be regarding the and/or radio buttons on the query builder page, not the toggle button.
It's now fixed.
------------------------------------------------------------------------
r1218 | jesse | 2004-07-12 23:02:17 -0400 (Mon, 12 Jul 2004) | 1 line
Changed paths:
M /rt/branches/rt-3.1/releng.cnf
Bumping to 3.2.1rc2
------------------------------------------------------------------------
r1217 | jesse | 2004-07-12 22:59:34 -0400 (Mon, 12 Jul 2004) | 1 line
Changed paths:
M /rt/branches/rt-3.1/lib/RT/Interface/Web/Handler.pm
------------------------------------------------------------------------
r1216 | jesse | 2004-07-12 22:52:28 -0400 (Mon, 12 Jul 2004) | 14 lines
Changed paths:
M /rt/branches/rt-3.1
----------------------------------------------------------------------
r3350@tinbook: jesse | 2004-07-13T01:51:31.179491Z
----------------------------------------------------------------------
r3351@tinbook: jesse | 2004-07-13T02:19:57.407844Z
----------------------------------------------------------------------
r3352@tinbook: jesse | 2004-07-13T02:37:05.067120Z
DefaultHandlerArgs is now lazy-evaluated, to more accurately emulate the old behaviour
----------------------------------------------------------------------
------------------------------------------------------------------------
r1214 | autrijus | 2004-07-12 21:35:23 -0400 (Mon, 12 Jul 2004) | 6 lines
Changed paths:
M /rt
M /rt/branches/rt-3.1/bin/webmux.pl.in
----------------------------------------------------------------------
r6007@not: autrijus | 2004-07-13T01:35:37.162027Z
* Oops, forgot to load the Handler module.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1213 | autrijus | 2004-07-12 21:03:09 -0400 (Mon, 12 Jul 2004) | 8 lines
Changed paths:
M /rt
M /rt/branches/rt-3.1/bin/mason_handler.fcgi.in
M /rt/branches/rt-3.1/bin/mason_handler.scgi.in
M /rt/branches/rt-3.1/bin/mason_handler.svc.in
M /rt/branches/rt-3.1/bin/webmux.pl.in
A /rt/branches/rt-3.1/lib/RT/Interface/Web
A /rt/branches/rt-3.1/lib/RT/Interface/Web/Handler.pm
M /rt/branches/rt-3.1/lib/RT/Interface/Web.pm
----------------------------------------------------------------------
r5999: autrijus | 2004-07-13T00:35:02.795788Z
* Refactor all web handler creation and initialization logic away from
RT::Interface::Web, webmux and mason_handle scripts, into a new module
"RT::Interface::Web::Handler".
----------------------------------------------------------------------
------------------------------------------------------------------------
r1211 | huberth | 2004-07-12 18:05:38 -0400 (Mon, 12 Jul 2004) | 2 lines
Changed paths:
M /rt/branches/rt-3.1/lib/RT/Interface/Web.pm
* Updated RT::Interface::Web to make bulk removals of watchers work.
------------------------------------------------------------------------
r1210 | jesse | 2004-07-12 16:26:29 -0400 (Mon, 12 Jul 2004) | 3 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/bin/standalone_httpd.in
M /rt/branches/rt-3.1/configure.ac
M /rt/branches/rt-3.1/html/Admin/Elements/ToolTabs
M /rt/branches/rt-3.1/html/Elements/EditLinks
M /rt/branches/rt-3.1/html/Elements/ShowLinks
M /rt/branches/rt-3.1/html/Elements/TicketList
M /rt/branches/rt-3.1/html/Search/Edit.html
M /rt/branches/rt-3.1/html/Search/Results.html
M /rt/branches/rt-3.1/html/Ticket/Elements/PreviewScrips
M /rt/branches/rt-3.1/lib/RT/Interface/Email/Auth/GnuPG.pm
Better listings of tickets with a subject of "0"
------------------------------------------------------------------------
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.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1206 | jesse | 2004-07-12 14:00:53 -0400 (Mon, 12 Jul 2004) | 1 line
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/README
M /rt/branches/rt-3.1/bin/standalone_httpd.in
M /rt/branches/rt-3.1/bin/webmux.pl.in
M /rt/branches/rt-3.1/configure.ac
M /rt/branches/rt-3.1/etc/RT_Config.pm.in
M /rt/branches/rt-3.1/etc/acl.Pg
M /rt/branches/rt-3.1/etc/acl.mysql
M /rt/branches/rt-3.1/etc/schema.Informix
M /rt/branches/rt-3.1/etc/schema.Oracle
M /rt/branches/rt-3.1/etc/schema.Pg
M /rt/branches/rt-3.1/etc/schema.SQLite
M /rt/branches/rt-3.1/etc/schema.Sybase
M /rt/branches/rt-3.1/etc/schema.mysql
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/acl.Oracle
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/acl.Pg
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/acl.SQLite
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/acl.mysql
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/schema.Pg
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/schema.mysql
D /rt/branches/rt-3.1/etc/upgrade/3.3.0
D /rt/branches/rt-3.1/html/Admin/CustomFields
M /rt/branches/rt-3.1/html/Admin/Elements/AddCustomFieldValue
D /rt/branches/rt-3.1/html/Admin/Elements/CustomFieldTabs
M /rt/branches/rt-3.1/html/Admin/Elements/EditCustomFieldValues
M /rt/branches/rt-3.1/html/Admin/Elements/EditCustomFields
M /rt/branches/rt-3.1/html/Admin/Elements/EditScrip
M /rt/branches/rt-3.1/html/Admin/Elements/GroupTabs
M /rt/branches/rt-3.1/html/Admin/Elements/Header
D /rt/branches/rt-3.1/html/Admin/Elements/ObjectCustomFields
D /rt/branches/rt-3.1/html/Admin/Elements/PickCustomFields
D /rt/branches/rt-3.1/html/Admin/Elements/PickObjects
M /rt/branches/rt-3.1/html/Admin/Elements/QueueTabs
D /rt/branches/rt-3.1/html/Admin/Elements/SelectCustomFieldLookupType
M /rt/branches/rt-3.1/html/Admin/Elements/SelectCustomFieldType
M /rt/branches/rt-3.1/html/Admin/Elements/SelectRights
M /rt/branches/rt-3.1/html/Admin/Elements/SystemTabs
M /rt/branches/rt-3.1/html/Admin/Elements/Tabs
M /rt/branches/rt-3.1/html/Admin/Elements/UserTabs
A /rt/branches/rt-3.1/html/Admin/Global/CustomField.html (from /rt/branches/rt-3.1/html/Admin/Global/CustomField.html:1200)
A /rt/branches/rt-3.1/html/Admin/Global/CustomFields.html (from /rt/branches/rt-3.1/html/Admin/Global/CustomFields.html:1200)
M /rt/branches/rt-3.1/html/Admin/Global/Templates.html
M /rt/branches/rt-3.1/html/Admin/Global/index.html
D /rt/branches/rt-3.1/html/Admin/Groups/CustomFields.html
D /rt/branches/rt-3.1/html/Admin/Groups/History.html
M /rt/branches/rt-3.1/html/Admin/Groups/Modify.html
M /rt/branches/rt-3.1/html/Admin/Groups/index.html
M /rt/branches/rt-3.1/html/Admin/Queues/CustomField.html
M /rt/branches/rt-3.1/html/Admin/Queues/CustomFields.html
M /rt/branches/rt-3.1/html/Admin/Queues/Modify.html
M /rt/branches/rt-3.1/html/Admin/Queues/People.html
D /rt/branches/rt-3.1/html/Admin/Users/CustomFields.html
D /rt/branches/rt-3.1/html/Admin/Users/History.html
D /rt/branches/rt-3.1/html/Admin/Users/Memberships.html
M /rt/branches/rt-3.1/html/Admin/Users/Modify.html
M /rt/branches/rt-3.1/html/Admin/Users/index.html
M /rt/branches/rt-3.1/html/Admin/index.html
D /rt/branches/rt-3.1/html/Download
D /rt/branches/rt-3.1/html/Elements/EditCustomField
D /rt/branches/rt-3.1/html/Elements/EditCustomFieldBinary
D /rt/branches/rt-3.1/html/Elements/EditCustomFieldFreeform
D /rt/branches/rt-3.1/html/Elements/EditCustomFieldImage
D /rt/branches/rt-3.1/html/Elements/EditCustomFieldSelect
D /rt/branches/rt-3.1/html/Elements/EditCustomFieldText
M /rt/branches/rt-3.1/html/Elements/Header
M /rt/branches/rt-3.1/html/Elements/SelectGroups
M /rt/branches/rt-3.1/html/Elements/SelectUsers
M /rt/branches/rt-3.1/html/Elements/SetupSessionCookie
D /rt/branches/rt-3.1/html/Elements/ShowCustomFieldImage
D /rt/branches/rt-3.1/html/Elements/ShowCustomFields
D /rt/branches/rt-3.1/html/Elements/ShowMemberships
M /rt/branches/rt-3.1/html/Elements/Submit
M /rt/branches/rt-3.1/html/NoAuth/webrt.css
M /rt/branches/rt-3.1/html/Search/Bulk.html
M /rt/branches/rt-3.1/html/Search/Elements/PickBasics
M /rt/branches/rt-3.1/html/Search/Elements/PickCFs
D /rt/branches/rt-3.1/html/Search/Elements/SelectGroup
M /rt/branches/rt-3.1/html/Search/Elements/SelectPersonType
M /rt/branches/rt-3.1/html/SelfService/Closed.html
M /rt/branches/rt-3.1/html/SelfService/Display.html
M /rt/branches/rt-3.1/html/Ticket/Create.html
M /rt/branches/rt-3.1/html/Ticket/Elements/EditCustomFields
M /rt/branches/rt-3.1/html/Ticket/Elements/EditPeople
M /rt/branches/rt-3.1/html/Ticket/Elements/FindAttachments
M /rt/branches/rt-3.1/html/Ticket/Elements/LoadTextAttachments
M /rt/branches/rt-3.1/html/Ticket/Elements/ShowCustomFields
M /rt/branches/rt-3.1/html/Ticket/Elements/ShowRequestor
M /rt/branches/rt-3.1/html/Ticket/Elements/ShowTransaction
M /rt/branches/rt-3.1/html/Ticket/Modify.html
M /rt/branches/rt-3.1/html/Ticket/ModifyAll.html
M /rt/branches/rt-3.1/html/Ticket/Update.html
M /rt/branches/rt-3.1/html/User/Prefs.html
M /rt/branches/rt-3.1/html/autohandler
M /rt/branches/rt-3.1/lib/RT/Action/CreateTickets.pm
M /rt/branches/rt-3.1/lib/RT/Attachment_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Base.pm
M /rt/branches/rt-3.1/lib/RT/CurrentUser.pm
M /rt/branches/rt-3.1/lib/RT/CustomField.pm
M /rt/branches/rt-3.1/lib/RT/CustomField_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/CustomFields_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Group_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Groups_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/I18N/cs.po
M /rt/branches/rt-3.1/lib/RT/I18N/de.po
M /rt/branches/rt-3.1/lib/RT/I18N/en.po
M /rt/branches/rt-3.1/lib/RT/I18N/es.po
M /rt/branches/rt-3.1/lib/RT/I18N/fr.po
M /rt/branches/rt-3.1/lib/RT/I18N/he.po
M /rt/branches/rt-3.1/lib/RT/I18N/it.po
M /rt/branches/rt-3.1/lib/RT/I18N/ja.po
M /rt/branches/rt-3.1/lib/RT/I18N/nl.po
M /rt/branches/rt-3.1/lib/RT/I18N/pt_br.po
M /rt/branches/rt-3.1/lib/RT/I18N/ru.po
M /rt/branches/rt-3.1/lib/RT/I18N.pm
M /rt/branches/rt-3.1/lib/RT/Interface/Web.pm
M /rt/branches/rt-3.1/lib/RT/Link_Overlay.pm
D /rt/branches/rt-3.1/lib/RT/ObjectCustomField.pm
D /rt/branches/rt-3.1/lib/RT/ObjectCustomFieldValue.pm
D /rt/branches/rt-3.1/lib/RT/ObjectCustomFieldValue_Overlay.pm
D /rt/branches/rt-3.1/lib/RT/ObjectCustomFieldValues.pm
D /rt/branches/rt-3.1/lib/RT/ObjectCustomFieldValues_Overlay.pm
D /rt/branches/rt-3.1/lib/RT/ObjectCustomField_Overlay.pm
D /rt/branches/rt-3.1/lib/RT/ObjectCustomFields.pm
D /rt/branches/rt-3.1/lib/RT/ObjectCustomFields_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Queue_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Record.pm
M /rt/branches/rt-3.1/lib/RT/SearchBuilder.pm
M /rt/branches/rt-3.1/lib/RT/StyleGuide.pod
M /rt/branches/rt-3.1/lib/RT/System.pm
M /rt/branches/rt-3.1/lib/RT/Template_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Tickets_Overlay_SQL.pm
M /rt/branches/rt-3.1/lib/RT/Transaction.pm
M /rt/branches/rt-3.1/lib/RT/Transaction_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Transactions_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/User_Overlay.pm
M /rt/branches/rt-3.1/lib/RT.pm.in
M /rt/branches/rt-3.1/releng.cnf
M /rt/branches/rt-3.1/sbin/extract-message-catalog
D /rt/branches/rt-3.1/sbin/rt-dump-database.in
D /rt/branches/rt-3.1/spec
Reverting change 1201, which was improperly merged from a dev branch
------------------------------------------------------------------------
r1204 | jesse | 2004-07-12 13:13:35 -0400 (Mon, 12 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/lib/RT/Record.pm
M /rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
----------------------------------------------------------------------
r2127@tinbook: jesse | 2004-07-12T17:10:45.849934Z
Backing out change that altered the "Queue" method on Tickets. Updating Record::Update to be smarter about altering foriegn key rows
----------------------------------------------------------------------
------------------------------------------------------------------------
r1203 | jesse | 2004-07-12 02:13:41 -0400 (Mon, 12 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/html/Tools/Offline.html
M /rt/branches/rt-3.1/lib/RT/Action/CreateTickets.pm
M /rt/branches/rt-3.1/lib/RT/Action/Generic.pm
M /rt/branches/rt-3.1/lib/RT/Condition/Generic.pm
M /rt/branches/rt-3.1/lib/RT/ScripAction_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/ScripCondition_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
----------------------------------------------------------------------
r2125@tinbook: jesse | 2004-07-12T05:19:50.016366Z
A bunch more work to prepare for roundtrippable comma-delimited files (vitix)
----------------------------------------------------------------------
------------------------------------------------------------------------
r1202 | jesse | 2004-07-11 23:11:43 -0400 (Sun, 11 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/html/Tools/Offline.html
M /rt/branches/rt-3.1/lib/RT/Action/CreateTickets.pm
----------------------------------------------------------------------
r2123@tinbook: jesse | 2004-07-12T03:10:11.198817Z
Offline ticket creation from delimited textfiles signficantly improved
----------------------------------------------------------------------
------------------------------------------------------------------------
r1201 | jesse | 2004-07-10 02:05:15 -0400 (Sat, 10 Jul 2004) | 201 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/README
M /rt/branches/rt-3.1/bin/standalone_httpd.in
M /rt/branches/rt-3.1/bin/webmux.pl.in
M /rt/branches/rt-3.1/configure.ac
M /rt/branches/rt-3.1/etc/RT_Config.pm.in
M /rt/branches/rt-3.1/etc/acl.Pg
M /rt/branches/rt-3.1/etc/acl.mysql
M /rt/branches/rt-3.1/etc/schema.Informix
M /rt/branches/rt-3.1/etc/schema.Oracle
M /rt/branches/rt-3.1/etc/schema.Pg
M /rt/branches/rt-3.1/etc/schema.SQLite
M /rt/branches/rt-3.1/etc/schema.Sybase
M /rt/branches/rt-3.1/etc/schema.mysql
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/acl.Oracle
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/acl.Pg
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/acl.SQLite
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/acl.mysql
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/schema.Pg
M /rt/branches/rt-3.1/etc/upgrade/3.1.0/schema.mysql
A /rt/branches/rt-3.1/etc/upgrade/3.3.0
A /rt/branches/rt-3.1/etc/upgrade/3.3.0/acl.Informix
A /rt/branches/rt-3.1/etc/upgrade/3.3.0/acl.Oracle
A /rt/branches/rt-3.1/etc/upgrade/3.3.0/acl.Pg
A /rt/branches/rt-3.1/etc/upgrade/3.3.0/acl.SQLite
A /rt/branches/rt-3.1/etc/upgrade/3.3.0/acl.mysql
A /rt/branches/rt-3.1/etc/upgrade/3.3.0/schema.Pg
A /rt/branches/rt-3.1/etc/upgrade/3.3.0/schema.mysql
A /rt/branches/rt-3.1/html/Admin/CustomFields
A /rt/branches/rt-3.1/html/Admin/CustomFields/GroupRights.html
A /rt/branches/rt-3.1/html/Admin/CustomFields/Modify.html
A /rt/branches/rt-3.1/html/Admin/CustomFields/Objects.html
A /rt/branches/rt-3.1/html/Admin/CustomFields/UserRights.html
A /rt/branches/rt-3.1/html/Admin/CustomFields/index.html
M /rt/branches/rt-3.1/html/Admin/Elements/AddCustomFieldValue
A /rt/branches/rt-3.1/html/Admin/Elements/CustomFieldTabs
M /rt/branches/rt-3.1/html/Admin/Elements/EditCustomFieldValues
M /rt/branches/rt-3.1/html/Admin/Elements/EditCustomFields
M /rt/branches/rt-3.1/html/Admin/Elements/EditScrip
M /rt/branches/rt-3.1/html/Admin/Elements/GroupTabs
M /rt/branches/rt-3.1/html/Admin/Elements/Header
A /rt/branches/rt-3.1/html/Admin/Elements/ObjectCustomFields
A /rt/branches/rt-3.1/html/Admin/Elements/PickCustomFields
A /rt/branches/rt-3.1/html/Admin/Elements/PickObjects
M /rt/branches/rt-3.1/html/Admin/Elements/QueueTabs
A /rt/branches/rt-3.1/html/Admin/Elements/SelectCustomFieldLookupType
M /rt/branches/rt-3.1/html/Admin/Elements/SelectCustomFieldType
M /rt/branches/rt-3.1/html/Admin/Elements/SelectRights
M /rt/branches/rt-3.1/html/Admin/Elements/SystemTabs
M /rt/branches/rt-3.1/html/Admin/Elements/Tabs
M /rt/branches/rt-3.1/html/Admin/Elements/UserTabs
D /rt/branches/rt-3.1/html/Admin/Global/CustomField.html
D /rt/branches/rt-3.1/html/Admin/Global/CustomFields.html
M /rt/branches/rt-3.1/html/Admin/Global/Templates.html
M /rt/branches/rt-3.1/html/Admin/Global/index.html
A /rt/branches/rt-3.1/html/Admin/Groups/CustomFields.html
A /rt/branches/rt-3.1/html/Admin/Groups/History.html
M /rt/branches/rt-3.1/html/Admin/Groups/Modify.html
M /rt/branches/rt-3.1/html/Admin/Groups/index.html
M /rt/branches/rt-3.1/html/Admin/Queues/CustomField.html
M /rt/branches/rt-3.1/html/Admin/Queues/CustomFields.html
M /rt/branches/rt-3.1/html/Admin/Queues/Modify.html
M /rt/branches/rt-3.1/html/Admin/Queues/People.html
A /rt/branches/rt-3.1/html/Admin/Users/CustomFields.html
A /rt/branches/rt-3.1/html/Admin/Users/History.html
A /rt/branches/rt-3.1/html/Admin/Users/Memberships.html
M /rt/branches/rt-3.1/html/Admin/Users/Modify.html
M /rt/branches/rt-3.1/html/Admin/Users/index.html
M /rt/branches/rt-3.1/html/Admin/index.html
A /rt/branches/rt-3.1/html/Download
A /rt/branches/rt-3.1/html/Download/CustomFieldValue
A /rt/branches/rt-3.1/html/Download/CustomFieldValue/dhandler
A /rt/branches/rt-3.1/html/Download/Tabular
A /rt/branches/rt-3.1/html/Download/Tabular/dhandler
A /rt/branches/rt-3.1/html/Elements/EditCustomField
A /rt/branches/rt-3.1/html/Elements/EditCustomFieldBinary
A /rt/branches/rt-3.1/html/Elements/EditCustomFieldFreeform
A /rt/branches/rt-3.1/html/Elements/EditCustomFieldImage
A /rt/branches/rt-3.1/html/Elements/EditCustomFieldSelect
A /rt/branches/rt-3.1/html/Elements/EditCustomFieldText
M /rt/branches/rt-3.1/html/Elements/Header
M /rt/branches/rt-3.1/html/Elements/SelectGroups
M /rt/branches/rt-3.1/html/Elements/SelectUsers
M /rt/branches/rt-3.1/html/Elements/SetupSessionCookie
A /rt/branches/rt-3.1/html/Elements/ShowCustomFieldImage
A /rt/branches/rt-3.1/html/Elements/ShowCustomFields
A /rt/branches/rt-3.1/html/Elements/ShowMemberships
M /rt/branches/rt-3.1/html/Elements/Submit
M /rt/branches/rt-3.1/html/NoAuth/webrt.css
M /rt/branches/rt-3.1/html/Search/Bulk.html
M /rt/branches/rt-3.1/html/Search/Elements/PickBasics
M /rt/branches/rt-3.1/html/Search/Elements/PickCFs
A /rt/branches/rt-3.1/html/Search/Elements/SelectGroup
M /rt/branches/rt-3.1/html/Search/Elements/SelectPersonType
M /rt/branches/rt-3.1/html/SelfService/Closed.html
M /rt/branches/rt-3.1/html/SelfService/Display.html
M /rt/branches/rt-3.1/html/Ticket/Create.html
M /rt/branches/rt-3.1/html/Ticket/Elements/EditCustomFields
M /rt/branches/rt-3.1/html/Ticket/Elements/EditPeople
M /rt/branches/rt-3.1/html/Ticket/Elements/FindAttachments
M /rt/branches/rt-3.1/html/Ticket/Elements/LoadTextAttachments
M /rt/branches/rt-3.1/html/Ticket/Elements/ShowCustomFields
M /rt/branches/rt-3.1/html/Ticket/Elements/ShowRequestor
M /rt/branches/rt-3.1/html/Ticket/Elements/ShowTransaction
M /rt/branches/rt-3.1/html/Ticket/Modify.html
M /rt/branches/rt-3.1/html/Ticket/ModifyAll.html
M /rt/branches/rt-3.1/html/Ticket/Update.html
M /rt/branches/rt-3.1/html/User/Prefs.html
M /rt/branches/rt-3.1/html/autohandler
M /rt/branches/rt-3.1/lib/RT/Action/CreateTickets.pm
M /rt/branches/rt-3.1/lib/RT/Attachment_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Base.pm
M /rt/branches/rt-3.1/lib/RT/CurrentUser.pm
M /rt/branches/rt-3.1/lib/RT/CustomField.pm
M /rt/branches/rt-3.1/lib/RT/CustomField_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/CustomFields_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Group_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Groups_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/I18N/cs.po
M /rt/branches/rt-3.1/lib/RT/I18N/de.po
M /rt/branches/rt-3.1/lib/RT/I18N/en.po
M /rt/branches/rt-3.1/lib/RT/I18N/es.po
M /rt/branches/rt-3.1/lib/RT/I18N/fr.po
M /rt/branches/rt-3.1/lib/RT/I18N/he.po
M /rt/branches/rt-3.1/lib/RT/I18N/it.po
M /rt/branches/rt-3.1/lib/RT/I18N/ja.po
M /rt/branches/rt-3.1/lib/RT/I18N/nl.po
M /rt/branches/rt-3.1/lib/RT/I18N/pt_br.po
M /rt/branches/rt-3.1/lib/RT/I18N/ru.po
M /rt/branches/rt-3.1/lib/RT/I18N.pm
M /rt/branches/rt-3.1/lib/RT/Interface/Web.pm
M /rt/branches/rt-3.1/lib/RT/Link_Overlay.pm
A /rt/branches/rt-3.1/lib/RT/ObjectCustomField.pm
A /rt/branches/rt-3.1/lib/RT/ObjectCustomFieldValue.pm
A /rt/branches/rt-3.1/lib/RT/ObjectCustomFieldValue_Overlay.pm
A /rt/branches/rt-3.1/lib/RT/ObjectCustomFieldValues.pm
A /rt/branches/rt-3.1/lib/RT/ObjectCustomFieldValues_Overlay.pm
A /rt/branches/rt-3.1/lib/RT/ObjectCustomField_Overlay.pm
A /rt/branches/rt-3.1/lib/RT/ObjectCustomFields.pm
A /rt/branches/rt-3.1/lib/RT/ObjectCustomFields_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Queue_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Record.pm
M /rt/branches/rt-3.1/lib/RT/SearchBuilder.pm
M /rt/branches/rt-3.1/lib/RT/StyleGuide.pod
M /rt/branches/rt-3.1/lib/RT/System.pm
M /rt/branches/rt-3.1/lib/RT/Template_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Tickets_Overlay_SQL.pm
M /rt/branches/rt-3.1/lib/RT/Transaction.pm
M /rt/branches/rt-3.1/lib/RT/Transaction_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/Transactions_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/User_Overlay.pm
M /rt/branches/rt-3.1/lib/RT.pm.in
M /rt/branches/rt-3.1/releng.cnf
M /rt/branches/rt-3.1/sbin/extract-message-catalog
A /rt/branches/rt-3.1/sbin/rt-dump-database.in
A /rt/branches/rt-3.1/spec
A /rt/branches/rt-3.1/spec/schema.txt
----------------------------------------------------------------------
r2112@tinbook: jesse | 2004-07-10T04:32:28.577645Z
----------------------------------------------------------------------
r1996@tinbook: jesse | 2004-06-28T03:08:01.495343Z
----------------------------------------------------------------------
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
----------------------------------------------------------------------
----------------------------------------------------------------------
r1998@tinbook: jesse | 2004-06-28T03:10:54.232175Z
----------------------------------------------------------------------
r1997@tinbook: jesse | 2004-06-28T03:10:36.434329Z
Bumping to 3.3.4
----------------------------------------------------------------------
----------------------------------------------------------------------
r2058@tinbook: autrijus | 2004-07-05T16:56:22.344051Z
----------------------------------------------------------------------
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.
----------------------------------------------------------------------
----------------------------------------------------------------------
r2059@tinbook: autrijus | 2004-07-05T19:43:17.347835Z
----------------------------------------------------------------------
r5913@not: autrijus | 2004-07-05T19:41:37.720057Z
* add rt-dump-database, a tool to dump config data to initialdata format.
----------------------------------------------------------------------
----------------------------------------------------------------------
----------------------------------------------------------------------
r2113@tinbook: jesse | 2004-07-10T04:40:37.142269Z
----------------------------------------------------------------------
r2012@tinbook: jesse | 2004-06-28T21:51:20.545520Z
Fixed bugs in CreateTickets (Approvals) system, both preexisting and introduced in 3.2.0rc3
----------------------------------------------------------------------
r2014@tinbook: jesse | 2004-06-29T02:46:58.362406Z
----------------------------------------------------------------------
r2015@tinbook: jesse | 2004-06-29T02:47:32.464100Z
3.2.0rc4
----------------------------------------------------------------------
r2022@tinbook: jesse | 2004-06-29T17:50:48.925379Z
----------------------------------------------------------------------
r2023@tinbook: jesse | 2004-06-29T17:55:34.408001Z
RT-Ticket: 5787
RT-Status: resolved
RT-UpdateType: correspond
Added ticket absolute urls for the various actions one can take on searches.
----------------------------------------------------------------------
r2030@tinbook: jesse | 2004-06-30T04:36:01.943950Z
Bumping to 3.2.0
----------------------------------------------------------------------
r2067@tinbook: jesse | 2004-07-06T20:25:17.528316Z
----------------------------------------------------------------------
r2068@tinbook: jesse | 2004-07-06T20:59:43.336929Z
Explicit 'Bookmark this search' functionality has been added back to RT 3.2
----------------------------------------------------------------------
r2070@tinbook: jesse | 2004-07-06T21:13:17.298878Z
RT-Ticket: 5815
RT-Status: resolved
RT-Update-Type: correspond
RT now advises users about how to set the DBA and DBA Password when upgrading
----------------------------------------------------------------------
r2072@tinbook: jesse | 2004-07-06T22:04:15.878370Z
* "Negative" Ticket searches (for all tickets which don't have a
certain custom field value) now find tickets which have _no_ custom
field value for that ticket.
* Custom Field searches should now work better with non-ascii
custom field names. (Needs user verification)
----------------------------------------------------------------------
r2095@tinbook: jesse | 2004-07-09T17:06:56.744260Z
----------------------------------------------------------------------
r2096@tinbook: jesse | 2004-07-09T17:55:13.811842Z
RT-Ticket: 5800
RT-Status: resolved
RT now stores sent messages in the database as utf-8.
----------------------------------------------------------------------
r2098@tinbook: jesse | 2004-07-09T19:19:39.944163Z
Fixups to Attributes to work with lack of access, rather than just falling over.
----------------------------------------------------------------------
r2099@tinbook: jesse | 2004-07-09T19:21:06.127719Z
By default, use verbose mode for reporting missing modules.
----------------------------------------------------------------------
r2100@tinbook: jesse | 2004-07-09T19:25:51.061318Z
Added a note about the fact that you'll be happier if you blow away your old RT
instance.
----------------------------------------------------------------------
r2101@tinbook: jesse | 2004-07-09T19:27:27.455452Z
Fixing tests to conform to linda"s fixed code
----------------------------------------------------------------------
r2102@tinbook: jesse | 2004-07-09T19:29:51.316623Z
(Merging 3.0 to 3.2)
----------------------------------------------------------------------
r2081@tinbook: huberth | 2004-07-08T16:28:17.266000Z
RT-Ticket: 5773
RT-Status: resolved
* DBIx::SearchBuilder dependency bumped from 0.97 to 1.01.
----------------------------------------------------------------------
r2089@tinbook: alexmv | 2004-07-08T19:40:10.002177Z
* @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.
----------------------------------------------------------------------
----------------------------------------------------------------------
r2103@tinbook: jesse | 2004-07-09T19:39:27.276636Z
Updated French translation from sebastien.person@easter-eggs.com
----------------------------------------------------------------------
r2105@tinbook: jesse | 2004-07-09T20:58:36.771281Z
Made recording outgoing email optional.
Stopped recording attachments multiple times.
----------------------------------------------------------------------
r2106@tinbook: jesse | 2004-07-09T21:00:30.401132Z
----------------------------------------------------------------------
r2107@tinbook: jesse | 2004-07-09T21:00:41.498447Z
Removing debugging output
----------------------------------------------------------------------
r2110@tinbook: jesse | 2004-07-10T04:20:46.424456Z
Message catalogs updated
----------------------------------------------------------------------
----------------------------------------------------------------------
r2114@tinbook: jesse | 2004-07-10T06:03:00.790969Z
Custom field searching now works again on 3.3
----------------------------------------------------------------------
------------------------------------------------------------------------
r1200 | jesse | 2004-07-10 00:25:45 -0400 (Sat, 10 Jul 2004) | 21 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/etc/RT_Config.pm.in
M /rt/branches/rt-3.1/html/Tools/Offline.html
M /rt/branches/rt-3.1/lib/RT/Action/SendEmail.pm
M /rt/branches/rt-3.1/lib/RT/I18N/cs.po
M /rt/branches/rt-3.1/lib/RT/I18N/da.po
M /rt/branches/rt-3.1/lib/RT/I18N/de.po
M /rt/branches/rt-3.1/lib/RT/I18N/en.po
M /rt/branches/rt-3.1/lib/RT/I18N/en_malkovich.po
M /rt/branches/rt-3.1/lib/RT/I18N/es.po
M /rt/branches/rt-3.1/lib/RT/I18N/fi.po
M /rt/branches/rt-3.1/lib/RT/I18N/fr.po
M /rt/branches/rt-3.1/lib/RT/I18N/he.po
M /rt/branches/rt-3.1/lib/RT/I18N/hu.po
M /rt/branches/rt-3.1/lib/RT/I18N/it.po
M /rt/branches/rt-3.1/lib/RT/I18N/ja.po
M /rt/branches/rt-3.1/lib/RT/I18N/nl.po
M /rt/branches/rt-3.1/lib/RT/I18N/no.po
M /rt/branches/rt-3.1/lib/RT/I18N/pt_br.po
M /rt/branches/rt-3.1/lib/RT/I18N/ru.po
M /rt/branches/rt-3.1/lib/RT/I18N/zh_cn.po
M /rt/branches/rt-3.1/lib/RT/I18N/zh_tw.po
----------------------------------------------------------------------
r2105@tinbook: jesse | 2004-07-09T20:58:36.771281Z
Made recording outgoing email optional.
Stopped recording attachments multiple times.
----------------------------------------------------------------------
r2106@tinbook: jesse | 2004-07-09T21:00:30.401132Z
----------------------------------------------------------------------
r2107@tinbook: jesse | 2004-07-09T21:00:41.498447Z
Removing debugging output
----------------------------------------------------------------------
r2110@tinbook: jesse | 2004-07-10T04:20:46.424456Z
Message catalogs updated
----------------------------------------------------------------------
------------------------------------------------------------------------
r1199 | jesse | 2004-07-09 15:41:38 -0400 (Fri, 09 Jul 2004) | 27 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/Makefile.in
M /rt/branches/rt-3.1/UPGRADING
M /rt/branches/rt-3.1/bin/rt-crontool.in
M /rt/branches/rt-3.1/lib/RT/Attribute_Overlay.pm
M /rt/branches/rt-3.1/lib/RT/I18N/fr.po
M /rt/branches/rt-3.1/lib/t/03web.pl.in
M /rt/branches/rt-3.1/sbin/rt-test-dependencies.in
----------------------------------------------------------------------
r2098@tinbook: jesse | 2004-07-09T19:19:39.944163Z
Fixups to Attributes to work with lack of access, rather than just falling over.
----------------------------------------------------------------------
r2099@tinbook: jesse | 2004-07-09T19:21:06.127719Z
By default, use verbose mode for reporting missing modules.
----------------------------------------------------------------------
r2100@tinbook: jesse | 2004-07-09T19:25:51.061318Z
Added a note about the fact that you'll be happier if you blow away your old RT
instance.
----------------------------------------------------------------------
r2101@tinbook: jesse | 2004-07-09T19:27:27.455452Z
Fixing tests to conform to linda"s fixed code
----------------------------------------------------------------------
r2103@tinbook: jesse | 2004-07-09T19:39:27.276636Z
RT-Ticket: 5822
RT-Status: resolved
Updated French translation from sebastien.person@easter-eggs.com
----------------------------------------------------------------------
------------------------------------------------------------------------
r1198 | jesse | 2004-07-09 13:55:43 -0400 (Fri, 09 Jul 2004) | 14 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/lib/RT/Action/SendEmail.pm
----------------------------------------------------------------------
r2095@tinbook: jesse | 2004-07-09T17:06:56.744260Z
----------------------------------------------------------------------
r2096@tinbook: jesse | 2004-07-09T17:55:13.811842Z
RT-Ticket: 5800
RT-Status: resolved
RT now stores sent messages in the database as utf-8.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1197 | alexmv | 2004-07-09 12:05:24 -0400 (Fri, 09 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/rt-3.1/html/Search/Build.html
RT-Ticket: 5821
RT-Status: resolved
RT-Action: correspond
* Workaround for Mozilla 1.7 and Firefix 0.9.1 rendering bug
------------------------------------------------------------------------
r1196 | alexmv | 2004-07-09 10:56:03 -0400 (Fri, 09 Jul 2004) | 10 lines
Changed paths:
M /rt/branches/rt-3.1/bin/webmux.pl.in
M /rt/branches/rt-3.1/html/Search/Results.rdf
RT-Ticket: 5838
RT-Status: resolved
RT-Update: correspond
* Fix webmux.pl to not pass xml files through (xml's content-type is
application/xml not text/xml)
* Fix outgoing content-type of results.rdf
------------------------------------------------------------------------
r1195 | leira | 2004-07-09 08:02:21 -0400 (Fri, 09 Jul 2004) | 5 lines
Changed paths:
M /rt/branches/rt-3.1/html/Elements/Quicksearch
RT-Ticket: 5808
RT-Status: resolved
RT-Action: correspond
Applied the patch from bobg@uic.edu, which puts $RT::WebPath into QuickSearch URLS.
------------------------------------------------------------------------
r1194 | leira | 2004-07-09 07:33:10 -0400 (Fri, 09 Jul 2004) | 7 lines
Changed paths:
M /rt/branches/rt-3.1/html/Search/Build.html
RT-Ticket: 5814
RT-Status: resolved
RT-Action: correspond
New clauses are now on the top level by default, so blank lines won't appear unless you move something down a level on purpose (in which case, they're needed).
Toggling AND/OR now works correctly at all levels.
------------------------------------------------------------------------
r1189 | huberth | 2004-07-08 13:32:37 -0400 (Thu, 08 Jul 2004) | 5 lines
Changed paths:
M /rt/branches/rt-3.1/sbin/rt-test-dependencies.in
RT-Ticket: 5690
RT-Status: resolved
* rt-test-dependencies now only tells you which modules are not present or
up-to-date, unless you specify the -v (--verbose) flag on the command line.
------------------------------------------------------------------------
r1183 | jesse | 2004-07-06 18:04:28 -0400 (Tue, 06 Jul 2004) | 11 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm
----------------------------------------------------------------------
r2072@tinbook: jesse | 2004-07-06T22:04:15.878370Z
* "Negative" Ticket searches (for all tickets which don't have a
certain custom field value) now find tickets which have _no_ custom
field value for that ticket.
* Custom Field searches should now work better with non-ascii
custom field names. (Needs user verification)
----------------------------------------------------------------------
------------------------------------------------------------------------
r1182 | jesse | 2004-07-06 17:14:33 -0400 (Tue, 06 Jul 2004) | 11 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/Makefile.in
----------------------------------------------------------------------
r2070@tinbook: jesse | 2004-07-06T21:13:17.298878Z
RT-Ticket: 5815
RT-Status: resolved
RT-Update-Type: correspond
RT now advises users about how to set the DBA and DBA Password when upgrading
----------------------------------------------------------------------
------------------------------------------------------------------------
r1181 | jesse | 2004-07-06 17:01:04 -0400 (Tue, 06 Jul 2004) | 8 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/html/Search/Results.html
----------------------------------------------------------------------
r2068@tinbook: jesse | 2004-07-06T20:59:43.336929Z
Explicit 'Bookmark this search' functionality has been added back to RT 3.2
----------------------------------------------------------------------
------------------------------------------------------------------------
r1178 | alexmv | 2004-07-02 13:13:35 -0400 (Fri, 02 Jul 2004) | 8 lines
Changed paths:
M /rt/branches/rt-3.1/configure.ac
M /rt/branches/rt-3.1/sbin/rt-setup-database.in
RT-Ticket: 5810
RT-Status: resolved
RT-Update: correspond
* InnoDB check must be done at database initialization, not configure;
we can't assume anything about the DSN until then.
------------------------------------------------------------------------
r1175 | alexmv | 2004-07-01 10:13:24 -0400 (Thu, 01 Jul 2004) | 6 lines
Changed paths:
M /rt/branches/rt-3.1/html/Ticket/Update.html
RT-Ticket: 5777
RT-Status: reolved
RT-Update: correspond
* Look to form parameters for over-riding defaults on drop-downs
------------------------------------------------------------------------
r1174 | alexmv | 2004-07-01 09:54:18 -0400 (Thu, 01 Jul 2004) | 7 lines
Changed paths:
M /rt/branches/rt-3.1/html/Elements/QuickCreate
RT-Ticket: 5797
RT-Status: resolved
* Don't provide a bogus null queue, or default to the (nonexistant)
"Todo" queue.
------------------------------------------------------------------------
r1173 | alexmv | 2004-07-01 09:40:57 -0400 (Thu, 01 Jul 2004) | 7 lines
Changed paths:
M /rt/branches/rt-3.1/README
M /rt/branches/rt-3.1/configure.ac
RT-Ticket: 5799
RT-Status: resolved
RT-Action: correspond
* Explicitly require InnoDB if using MySQL
------------------------------------------------------------------------
r1171 | jesse | 2004-06-30 00:36:18 -0400 (Wed, 30 Jun 2004) | 6 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/README
M /rt/branches/rt-3.1/configure.ac
M /rt/branches/rt-3.1/releng.cnf
----------------------------------------------------------------------
r2030@tinbook: jesse | 2004-06-30T04:36:01.943950Z
Bumping to 3.2.0
----------------------------------------------------------------------
------------------------------------------------------------------------
r1170 | jesse | 2004-06-29 13:55:58 -0400 (Tue, 29 Jun 2004) | 11 lines
Changed paths:
M /rt/branches/rt-3.1
M /rt/branches/rt-3.1/html/Search/Results.html
----------------------------------------------------------------------
r2023@tinbook: jesse | 2004-06-29T17:55:34.408001Z
RT-Ticket: 5787
RT-Status: resolved
RT-UpdateType: correspond
Added ticket absolute urls for the various actions one can take on searches.
----------------------------------------------------------------------
------------------------------------------------------------------------
r1169 | alexmv | 2004-06-29 10:25:46 -0400 (Tue, 29 Jun 2004) | 2 lines
Changed paths:
D /rt/branches/rt-3.1/html/Elements/ViewUser
* Remove vestigal file (used by 3.0's user preferences interface)
------------------------------------------------------------------------
r1168 | alexmv | 2004-06-29 07:41:37 -0400 (Tue, 29 Jun 2004) | 2 lines
Changed paths:
M /rt/branches/rt-3.1/html/Search/Build.html
M /rt/branches/rt-3.1/html/Search/Elements/DisplayOptions
* Allow user to choose if the sort is ascending or descending
------------------------------------------------------------------------
r1167 | alexmv | 2004-06-29 07:13:37 -0400 (Tue, 29 Jun 2004) | 4 lines
Changed paths:
M /rt/branches/rt-3.1/html/Search/Build.html
M /rt/branches/rt-3.1/html/Search/Elements/DisplayOptions
* Make it more clear that defaults spring from Builder.html, not
DisplayOptions
------------------------------------------------------------------------
r1166 | alexmv | 2004-06-29 07:11:12 -0400 (Tue, 29 Jun 2004) | 16 lines
Changed paths:
M /rt/branches/rt-3.1/html/Search/Build.html
M /rt/branches/rt-3.1/html/Search/Elements/EditSearches
RT-Ticket: 5720
RT-Status: resolved
RT-Update: correspond
* Saved searches now store "order by" and "rows per page" (#5720)
* Fixed bug where Format was not being correctly displayed after
loading from session or save (#5780)
* Consolidate code (one section for defaults)
* Use only one