import rt 3.4.6
[freeside.git] / rt / Changelog
1 ------------------------------------------------------------------------
2 r6239 | jesse | 2006-10-19 21:18:39 -0400 (Thu, 19 Oct 2006) | 1 line
3 Changed paths:
4    A /rt/tags/3.4.6 (from /rt/branches/3.4-RELEASE:6238)
5
6 Tagged as 3.4.6 by svn RelEng 1.0
7 ------------------------------------------------------------------------
8 r6238 | jesse | 2006-10-19 21:16:44 -0400 (Thu, 19 Oct 2006) | 3 lines
9 Changed paths:
10    M /rt/branches/3.4-RELEASE
11    M /rt/branches/3.4-RELEASE/releng.cnf
12
13  r28958@pinglin:  jesse | 2006-10-19 21:16:43 -0400
14   * 3.4.6
15
16 ------------------------------------------------------------------------
17 r6153 | jesse | 2006-10-04 03:42:12 -0400 (Wed, 04 Oct 2006) | 1 line
18 Changed paths:
19    M /rt/branches/3.4-RELEASE
20    M /rt/branches/3.4-RELEASE/releng.cnf
21
22
23 ------------------------------------------------------------------------
24 r6135 | ruz | 2006-09-30 17:38:39 -0400 (Sat, 30 Sep 2006) | 1 line
25 Changed paths:
26    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
27
28 * there is code exists that call My::Class->_ClassAccessible
29 ------------------------------------------------------------------------
30 r5943 | jesse | 2006-09-15 15:31:25 -0400 (Fri, 15 Sep 2006) | 5 lines
31 Changed paths:
32    M /rt/branches/3.4-RELEASE
33    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
34
35  r27507@pinglin:  jesse | 2006-09-15 20:30:47 +0100
36  [mail gateway] Todd Chapman discovered a case where RT's mail gateway would default to the RT::SystemUser if no valid from header were found. This could allow a malicious user to create tickets or reply to tickets, but not to gain access to data.
37  
38  
39
40 ------------------------------------------------------------------------
41 r5858 | ruz | 2006-09-04 18:09:30 -0400 (Mon, 04 Sep 2006) | 7 lines
42 Changed paths:
43    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
44
45 ::OldValue and ::NewValue
46 * don't load object if {Old,New}Reference is false value
47 ** this is hitting some cache issues and could return "random" result
48    which brakes tickets' history.
49
50 Thanks to Joshua Speicher.
51
52 ------------------------------------------------------------------------
53 r5857 | ruz | 2006-09-04 15:30:28 -0400 (Mon, 04 Sep 2006) | 1 line
54 Changed paths:
55    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
56
57 * redo search if we have deleted entries in collection
58 ------------------------------------------------------------------------
59 r5856 | ruz | 2006-09-04 15:17:14 -0400 (Mon, 04 Sep 2006) | 3 lines
60 Changed paths:
61    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
62
63 * split function ProcessObjectCustomFieldUpdates into two
64 * call RedoSearch on object's custom fields values collection
65   after {Add,Delete}CustomFieldValues operations
66 ------------------------------------------------------------------------
67 r5850 | ruz | 2006-09-04 12:49:12 -0400 (Mon, 04 Sep 2006) | 1 line
68 Changed paths:
69    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldSelect
70
71 * drop uninit warning
72 ------------------------------------------------------------------------
73 r5849 | ruz | 2006-09-04 12:32:29 -0400 (Mon, 04 Sep 2006) | 2 lines
74 Changed paths:
75    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields
76
77 * drop unused variable
78 * init index($i) with 0 to avoid warnings
79 ------------------------------------------------------------------------
80 r5829 | ruz | 2006-08-30 16:12:48 -0400 (Wed, 30 Aug 2006) | 1 line
81 Changed paths:
82    M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
83
84 * typo
85 ------------------------------------------------------------------------
86 r5822 | ruz | 2006-08-29 15:10:01 -0400 (Tue, 29 Aug 2006) | 8 lines
87 Changed paths:
88    M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
89    A /rt/branches/3.4-RELEASE/lib/t/regression/06-mime_decoding.t
90
91 * fix decoding of the MIME fields, this should fix:
92 ** problems with non-ascii names of attachments
93 ** problems with partly encoded fields with '=' chars
94    in not encoded parts, for example:
95
96 X-MyHeader: key="plain"; key="=?encoded?="
97 X-MyHeader: key="=?encoded?="; key="plain"
98
99 ------------------------------------------------------------------------
100 r5821 | ruz | 2006-08-29 13:07:03 -0400 (Tue, 29 Aug 2006) | 2 lines
101 Changed paths:
102    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
103
104 * get rid of unint warnings
105 * make a log message shorter to be more readable
106 ------------------------------------------------------------------------
107 r5820 | ruz | 2006-08-29 13:03:36 -0400 (Tue, 29 Aug 2006) | 2 lines
108 Changed paths:
109    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
110
111 * default title to empty string as we compare it with 'NEWLINE' string
112   in several places, drops uninit warnings
113 ------------------------------------------------------------------------
114 r5819 | ruz | 2006-08-29 12:59:30 -0400 (Tue, 29 Aug 2006) | 7 lines
115 Changed paths:
116    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
117
118 * Code:
119   $cf->Load(...)
120   $field = $cf->id;
121   unless( $field =~ /^\d+$/ )...
122   may produce unint warning if field wasn't loaded,
123   use "unless( $cf->id )" instead as we do everywhere
124
125 ------------------------------------------------------------------------
126 r5818 | ruz | 2006-08-27 12:34:52 -0400 (Sun, 27 Aug 2006) | 3 lines
127 Changed paths:
128    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowBasics
129    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowDates
130
131 * add additional classes to records in tables with ticket's properties
132 ** so it's possible to change visiual appearance of different fields
133    like dates, queue, priority status and other
134 ------------------------------------------------------------------------
135 r5779 | ruz | 2006-08-16 18:58:46 -0400 (Wed, 16 Aug 2006) | 1 line
136 Changed paths:
137    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
138
139 * allow user to add zero CF values
140 ------------------------------------------------------------------------
141 r5778 | ruz | 2006-08-16 18:56:58 -0400 (Wed, 16 Aug 2006) | 1 line
142 Changed paths:
143    M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
144
145 * display one value without html lists
146 ------------------------------------------------------------------------
147 r5777 | ruz | 2006-08-16 18:55:37 -0400 (Wed, 16 Aug 2006) | 1 line
148 Changed paths:
149    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowSummary
150
151 * add LeftColumn and RightColumn callbacks to the summary element
152 ------------------------------------------------------------------------
153 r5669 | ruz | 2006-07-28 12:06:56 -0400 (Fri, 28 Jul 2006) | 1 line
154 Changed paths:
155    M /rt/branches/3.4-RELEASE/releng.cnf
156
157 * bump 3.4.6rc1
158 ------------------------------------------------------------------------
159 r5624 | jesse | 2006-07-20 13:48:07 -0400 (Thu, 20 Jul 2006) | 3 lines
160 Changed paths:
161    M /rt/branches/3.4-RELEASE
162    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
163
164  r14229@pinglin:  jesse | 2006-07-20 10:47:51 -0700
165  * The new history ordering feature was backported backwards.
166
167 ------------------------------------------------------------------------
168 r5616 | jesse | 2006-07-19 20:40:57 -0400 (Wed, 19 Jul 2006) | 3 lines
169 Changed paths:
170    M /rt/branches/3.4-RELEASE
171    M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
172
173  r14217@pinglin:  jesse | 2006-07-19 17:39:08 -0700
174  * crit was being called on the wrong object. Thanks to Todd Chapman 
175
176 ------------------------------------------------------------------------
177 r5570 | kevinr | 2006-07-13 16:21:31 -0400 (Thu, 13 Jul 2006) | 3 lines
178 Changed paths:
179    M /rt/branches/3.4-RELEASE
180    M /rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
181
182  r14836@sad-girl-in-snow:  kevinr | 2006-07-13 16:17:43 -0400
183  * The RT::Condition::Generic docs were wrong... fixed.
184
185 ------------------------------------------------------------------------
186 r5534 | ruz | 2006-07-06 11:19:46 -0400 (Thu, 06 Jul 2006) | 11 lines
187 Changed paths:
188    M /rt/branches/3.4-RELEASE/bin/rt-crontool.in
189
190 rt-crontool
191 * add --transaction argument with two possible values: 'first' and 'last'
192 * add --transaction-type argument to allow users select type of transactions
193 ** these transactions would be passed to scrips for processing, so users
194    can use conditions, actions and templates that check or use properties of
195    transaction
196
197 * also some existant actions, conditions and templates require scrip or
198   scrip action objects to process normally, as we have no these objects
199   available we now pass void (not loaded) objects. This change would allow
200   users to use notify actions with crontool.
201 ------------------------------------------------------------------------
202 r5522 | ruz | 2006-07-04 01:39:21 -0400 (Tue, 04 Jul 2006) | 1 line
203 Changed paths:
204    M /rt/branches/3.4-RELEASE/lib/RT.pm.in
205
206 * we never should call exit from libs
207 ------------------------------------------------------------------------
208 r5521 | ruz | 2006-07-04 01:38:03 -0400 (Tue, 04 Jul 2006) | 1 line
209 Changed paths:
210    M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
211
212 * report error when couldn't create CF
213 ------------------------------------------------------------------------
214 r5520 | ruz | 2006-07-04 01:36:46 -0400 (Tue, 04 Jul 2006) | 1 line
215 Changed paths:
216    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
217
218 * forgot to add option to config
219 ------------------------------------------------------------------------
220 r5496 | ruz | 2006-06-30 16:09:08 -0400 (Fri, 30 Jun 2006) | 5 lines
221 Changed paths:
222    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
223
224 Changes:
225 * new config option $OldestTransactionsFirst that allow
226   administrator to reverse order of transactions on
227   history page
228
229 ------------------------------------------------------------------------
230 r5482 | ruz | 2006-06-28 17:25:18 -0400 (Wed, 28 Jun 2006) | 2 lines
231 Changed paths:
232    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
233    M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
234
235 * add tests for unsafe mailgate commands
236 * fix bugs that were introduced during Email.pm refactoring
237 ------------------------------------------------------------------------
238 r5480 | ruz | 2006-06-27 20:05:49 -0400 (Tue, 27 Jun 2006) | 1 line
239 Changed paths:
240    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
241
242 * minor formatting
243 ------------------------------------------------------------------------
244 r5476 | ruz | 2006-06-27 17:21:07 -0400 (Tue, 27 Jun 2006) | 2 lines
245 Changed paths:
246    M /rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
247    M /rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm
248    M /rt/branches/3.4-RELEASE/lib/RT/URI/base.pm
249    M /rt/branches/3.4-RELEASE/lib/RT/URI/fsck_com_rt.pm
250
251 * nothing special, small changes I'd changed during
252   the hunt over a bug
253 ------------------------------------------------------------------------
254 r5400 | ruz | 2006-06-16 20:40:24 -0400 (Fri, 16 Jun 2006) | 3 lines
255 Changed paths:
256    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
257
258 * not default mail plugins has been broken during last refactoring
259 ** move a code back into its scope
260 ** don't forget to store $_ in $Class when $_ matches ^RT::Interface::Email
261 ------------------------------------------------------------------------
262 r5317 | ruz | 2006-05-30 16:13:02 -0400 (Tue, 30 May 2006) | 5 lines
263 Changed paths:
264    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
265
266 * If current user changes owner from somebody else to nobody user,
267   the action fails with "You can only reassign tickets that you own
268   or that are unowned", but we must change owner if he has no right
269   to own tickets in dest queue. Do it with Force and with SystemUser
270   context.
271 ------------------------------------------------------------------------
272 r5315 | ruz | 2006-05-28 07:19:20 -0400 (Sun, 28 May 2006) | 2 lines
273 Changed paths:
274    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowRequestor
275
276 * Use "Requestor.id = $requestor->id" search instead of search by email address
277   as latter is not indexed
278 ------------------------------------------------------------------------
279 r5310 | ruz | 2006-05-26 20:39:49 -0400 (Fri, 26 May 2006) | 3 lines
280 Changed paths:
281    M /rt/branches/3.4-RELEASE/lib/RT/URI.pm
282
283 * when we could parse URI, for example object doesn't exist
284   fallback to RT::URI::base resolver, so $uri->IsLocal and
285   other methods wouldn't die but return undef
286 ------------------------------------------------------------------------
287 r5268 | jesse | 2006-05-19 17:17:41 -0400 (Fri, 19 May 2006) | 3 lines
288 Changed paths:
289    M /rt/branches/3.4-RELEASE
290    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
291
292  r13935@hualien:  jesse | 2006-05-19 17:17:27 -0400
293  * There were divergent copies of this code. The EmailParser code was more correct
294
295 ------------------------------------------------------------------------
296 r5257 | ruz | 2006-05-18 21:53:40 -0400 (Thu, 18 May 2006) | 1 line
297 Changed paths:
298    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
299
300 * minor
301 ------------------------------------------------------------------------
302 r5256 | ruz | 2006-05-18 21:45:58 -0400 (Thu, 18 May 2006) | 1 line
303 Changed paths:
304    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
305
306 * allow to complete actions in mail plugins
307 ------------------------------------------------------------------------
308 r5249 | ruz | 2006-05-18 12:17:47 -0400 (Thu, 18 May 2006) | 1 line
309 Changed paths:
310    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
311
312 * add bug comment
313 ------------------------------------------------------------------------
314 r5238 | ruz | 2006-05-16 18:39:59 -0400 (Tue, 16 May 2006) | 2 lines
315 Changed paths:
316    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
317
318 * really noisy warning
319   *NOTE* that option we use is not described in config
320 ------------------------------------------------------------------------
321 r5218 | ruz | 2006-05-12 20:31:33 -0400 (Fri, 12 May 2006) | 1 line
322 Changed paths:
323    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
324    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
325    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
326
327 * get rid of "masks earlier declaration" warnings
328 ------------------------------------------------------------------------
329 r5217 | ruz | 2006-05-12 17:02:54 -0400 (Fri, 12 May 2006) | 1 line
330 Changed paths:
331    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
332    M /rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t
333
334 * use SetToMidnight( Timezone => 'server' ) to calc start and end of the day
335 ------------------------------------------------------------------------
336 r5216 | ruz | 2006-05-12 16:54:41 -0400 (Fri, 12 May 2006) | 1 line
337 Changed paths:
338    M /rt/branches/3.4-RELEASE/lib/RT/Date.pm
339
340 * add Timezone argument in SetToMidnight
341 ------------------------------------------------------------------------
342 r5209 | ruz | 2006-05-11 18:31:58 -0400 (Thu, 11 May 2006) | 10 lines
343 Changed paths:
344    M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
345
346 * user do next steps:
347     1) open ticket #1
348     2) click reply
349     3) upload attachment
350     4) open ticket #2 in another browser window
351     5) send reply to the ticket #1
352   RT looses uploaded attachment due to step 4) as RT tries
353   to add attchement to the ticket #2 and drops them from session.
354   As solution don't ProcessTicketMessage if there is attachments,
355   but only if there is real update message.
356 ------------------------------------------------------------------------
357 r5208 | ruz | 2006-05-11 18:24:17 -0400 (Thu, 11 May 2006) | 3 lines
358 Changed paths:
359    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
360
361 * if ( not $xxx || $xxx->foo ) is equivalent to
362   if ( not ( $xxx || $xxx->foo ) ) due to perl5 rules
363   which is not expected behaviour
364 ------------------------------------------------------------------------
365 r5207 | ruz | 2006-05-11 16:56:24 -0400 (Thu, 11 May 2006) | 1 line
366 Changed paths:
367    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
368
369 * more checks on attachments processing
370 ------------------------------------------------------------------------
371 r5206 | ruz | 2006-05-11 16:48:53 -0400 (Thu, 11 May 2006) | 1 line
372 Changed paths:
373    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
374
375 * return values checking and more logging on errors
376 ------------------------------------------------------------------------
377 r5187 | jesse | 2006-05-09 00:48:10 -0400 (Tue, 09 May 2006) | 3 lines
378 Changed paths:
379    M /rt/branches/3.4-RELEASE
380    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
381
382  r13332@hualien:  jesse | 2006-05-09 00:47:49 -0400
383  * Mismatched parens
384
385 ------------------------------------------------------------------------
386 r5186 | jesse | 2006-05-08 22:56:20 -0400 (Mon, 08 May 2006) | 3 lines
387 Changed paths:
388    M /rt/branches/3.4-RELEASE
389    M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
390
391  r13330@hualien:  jesse | 2006-05-08 22:55:56 -0400
392   * Reed Loden caught a perltidy error that, somewhat terrifiyingly, was still a valid mason page
393
394 ------------------------------------------------------------------------
395 r5185 | jesse | 2006-05-08 22:32:19 -0400 (Mon, 08 May 2006) | 4 lines
396 Changed paths:
397    M /rt/branches/3.4-RELEASE
398    M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
399    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
400
401  r13315@hualien:  jesse | 2006-05-08 22:31:30 -0400
402  * Mail gateway refactoring to make added functioanlity a bit easier. 
403    No (intentional) functional changes.
404
405 ------------------------------------------------------------------------
406 r5184 | jesse | 2006-05-08 22:32:10 -0400 (Mon, 08 May 2006) | 3 lines
407 Changed paths:
408    M /rt/branches/3.4-RELEASE
409    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
410
411  r13314@hualien:  jesse | 2006-05-08 12:14:26 -0400
412  * Minor reformatting
413
414 ------------------------------------------------------------------------
415 r5183 | jesse | 2006-05-08 22:31:56 -0400 (Mon, 08 May 2006) | 3 lines
416 Changed paths:
417    M /rt/branches/3.4-RELEASE
418    M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
419
420  r13313@hualien:  jesse | 2006-05-08 12:01:55 -0400
421   * Finding disabled groups should actually find them, now
422
423 ------------------------------------------------------------------------
424 r5118 | jesse | 2006-04-25 22:43:31 -0400 (Tue, 25 Apr 2006) | 5 lines
425 Changed paths:
426    M /rt/branches/3.4-RELEASE
427    M /rt/branches/3.4-RELEASE/html/REST/1.0/search/ticket
428
429  r11882@hualien:  jesse | 2006-04-25 22:43:11 -0400
430  * Mark Eichin picked up that http://lists.fsck.com/pipermail/rt-devel/2004-August/006216.html had never been applied. 
431  
432  rt ls -l broke because of it, if your RT server wasn't at / 
433
434 ------------------------------------------------------------------------
435 r5116 | ruz | 2006-04-25 19:35:09 -0400 (Tue, 25 Apr 2006) | 1 line
436 Changed paths:
437    M /rt/branches/3.4-RELEASE/lib/t/regression/23-web_attachments.t
438
439 * get queue ID from page
440 ------------------------------------------------------------------------
441 r5115 | ruz | 2006-04-25 19:24:45 -0400 (Tue, 25 Apr 2006) | 1 line
442 Changed paths:
443    M /rt/branches/3.4-RELEASE/html/Elements/SelectNewTicketQueue
444
445 * (cond) && 'selected' outputs 0 if condition fails on my system 
446 ------------------------------------------------------------------------
447 r5066 | ruz | 2006-04-24 20:21:32 -0400 (Mon, 24 Apr 2006) | 1 line
448 Changed paths:
449    A /rt/branches/3.4-RELEASE/lib/t/regression/23-web_attachments.t
450
451 * simple tests for Attachments manipulation from web interface
452 ------------------------------------------------------------------------
453 r5065 | ruz | 2006-04-24 17:25:15 -0400 (Mon, 24 Apr 2006) | 1 line
454 Changed paths:
455    M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
456
457 * convert only if $enc'oding contains something
458 ------------------------------------------------------------------------
459 r5064 | ruz | 2006-04-24 16:42:43 -0400 (Mon, 24 Apr 2006) | 1 line
460 Changed paths:
461    M /rt/branches/3.4-RELEASE/html/SelfService/Create.html
462    M /rt/branches/3.4-RELEASE/html/Ticket/Create.html
463
464 * max subject is 200 character long
465 ------------------------------------------------------------------------
466 r5060 | jesse | 2006-04-24 10:49:40 -0400 (Mon, 24 Apr 2006) | 10 lines
467 Changed paths:
468    M /rt/branches/3.4-RELEASE
469    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
470
471  r11842@hualien:  jesse | 2006-04-24 10:49:13 -0400
472  The following patch adds the useful LastUpdated field to the fields
473  returned through the REST interface.
474  David - who starts to wonder if his patches are actually read by someone :-)
475  --
476  David Schweikert        | phone: +41 44 632 7019
477  System manager ISG.EE   | walk:  ETH Zentrum, ETL F24.1
478  ETH Zurich, Switzerland | web:   http://people.ee.ethz.ch/dws
479  
480
481 ------------------------------------------------------------------------
482 r5047 | ruz | 2006-04-17 20:40:06 -0400 (Mon, 17 Apr 2006) | 1 line
483 Changed paths:
484    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/PreviewScrips
485
486 * check and report error to the logs
487 ------------------------------------------------------------------------
488 r4924 | jesse | 2006-03-30 21:07:23 -0500 (Thu, 30 Mar 2006) | 7 lines
489 Changed paths:
490    M /rt/branches/3.4-RELEASE
491    M /rt/branches/3.4-RELEASE/config.layout
492
493  r10636@hualien:  jesse | 2006-03-31 11:06:57 +0900
494  RT-Ticket: 7398
495  RT-Status: resolved
496  RT-Update: correspond
497  
498  * Added a "RH" RedHat layout option to config.layout  -- Paulo Matos
499
500 ------------------------------------------------------------------------
501 r4847 | alexmv | 2006-03-28 15:50:07 -0500 (Tue, 28 Mar 2006) | 3 lines
502 Changed paths:
503    M /rt/branches/3.4-RELEASE
504    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
505
506  r11918@zoq-fot-pik:  chmrr | 2006-03-28 15:49:56 -0500
507   * Backport TXN fixes from 3.7 and 3.5
508
509 ------------------------------------------------------------------------
510 r4814 | jesse | 2006-03-23 22:40:37 -0500 (Thu, 23 Mar 2006) | 3 lines
511 Changed paths:
512    M /rt/branches/3.4-RELEASE
513    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
514
515  r10436@hualien:  jesse | 2006-03-23 22:40:25 -0500
516  * It helps when there aren't typos
517
518 ------------------------------------------------------------------------
519 r4799 | jesse | 2006-03-23 01:37:59 -0500 (Thu, 23 Mar 2006) | 3 lines
520 Changed paths:
521    M /rt/branches/3.4-RELEASE
522    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
523
524  r30313@truegrounds:  jesse | 2006-03-23 01:36:27 -0500
525  * Better mp2 bulletproofing
526
527 ------------------------------------------------------------------------
528 r4686 | jesse | 2006-03-04 17:47:46 -0500 (Sat, 04 Mar 2006) | 3 lines
529 Changed paths:
530    M /rt/branches/3.4-RELEASE
531    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
532
533  r22962@truegrounds:  jesse | 2006-01-25 05:18:09 -0800
534  * Updated mandatory fields for ticket creation forms
535
536 ------------------------------------------------------------------------
537 r4498 | alexmv | 2006-02-04 18:34:51 -0500 (Sat, 04 Feb 2006) | 8 lines
538 Changed paths:
539    M /rt/branches/3.4-RELEASE
540    M /rt/branches/3.4-RELEASE/html/Elements/QuickCreate
541
542  r8937@zoq-fot-pik:  chmrr | 2006-02-04 18:33:57 -0500
543  RT-Ticket: 7329
544  RT-Status: resolved
545  RT-Update: correspond
546  
547   * Use SelectNewTicketQueue instead of SelectQueue
548  
549
550 ------------------------------------------------------------------------
551 r4497 | alexmv | 2006-02-04 18:34:45 -0500 (Sat, 04 Feb 2006) | 4 lines
552 Changed paths:
553    M /rt/branches/3.4-RELEASE
554    M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
555
556  r8936@zoq-fot-pik:  chmrr | 2006-02-04 18:24:38 -0500
557   * Only rmtree if we have something to rm; keeps rmtree from
558  complaining about 'Not root path(s) specified'
559
560 ------------------------------------------------------------------------
561 r4448 | kevinr | 2006-01-30 19:25:47 -0500 (Mon, 30 Jan 2006) | 7 lines
562 Changed paths:
563    M /rt/branches/3.4-RELEASE
564    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
565
566  r10537@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-30 19:20:52 -0500
567  RT-Ticket: 7289
568  RT-Status: resolved
569  RT-Update: correspond
570  
571  Updated German translation (thanks to Thorsten Brumm)
572
573 ------------------------------------------------------------------------
574 r4445 | jesse | 2006-01-25 07:50:07 -0500 (Wed, 25 Jan 2006) | 3 lines
575 Changed paths:
576    M /rt/branches/3.4-RELEASE
577    M /rt/branches/3.4-RELEASE/bin/rt.in
578
579  r22960@truegrounds:  jesse | 2006-01-25 13:47:07 +0100
580  * a couple added lines of docs to the cli
581
582 ------------------------------------------------------------------------
583 r4444 | jesse | 2006-01-25 07:11:16 -0500 (Wed, 25 Jan 2006) | 12 lines
584 Changed paths:
585    M /rt/branches/3.4-RELEASE
586    M /rt/branches/3.4-RELEASE/etc/schema.Oracle
587
588  r22958@truegrounds:  jesse | 2006-01-25 13:08:34 +0100
589  From: Joop van de Wege <JoopvandeWege@mococo.nl>
590  Message-Id: <20060125125248.1A97.JOOPVANDEWEGE@mococo.nl>
591  
592  > There is atleast one problem that I have spotted and that is that
593  > schema.Oracle contains two empty lines in CREATE TABLE
594  > ObjectCustomFieldValues which don't belong there.
595  > That is the second set of errors you get. The first is an indication
596  > that an sequence with that name already exists in the schema of that
597  > Oracle users you're RT installing in.
598  
599
600 ------------------------------------------------------------------------
601 r4438 | jesse | 2006-01-24 07:49:37 -0500 (Tue, 24 Jan 2006) | 3 lines
602 Changed paths:
603    M /rt/branches/3.4-RELEASE
604    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
605
606  r22894@truegrounds:  jesse | 2006-01-24 13:44:05 +0100
607  * Note that our SQLite dependency is 1.0
608
609 ------------------------------------------------------------------------
610 r4406 | alexmv | 2006-01-19 00:19:31 -0500 (Thu, 19 Jan 2006) | 1 line
611 Changed paths:
612    M /rt/branches/3.4-RELEASE
613
614
615 ------------------------------------------------------------------------
616 r4405 | alexmv | 2006-01-19 00:19:24 -0500 (Thu, 19 Jan 2006) | 3 lines
617 Changed paths:
618    M /rt/branches/3.4-RELEASE
619    M /rt/branches/3.4-RELEASE/etc/schema.mysql
620
621  r8697@zoq-fot-pik:  chmrr | 2006-01-19 00:18:21 -0500
622   * Drop the one index that is too long for mysql 5 (curse you, unicode!)
623
624 ------------------------------------------------------------------------
625 r4399 | ruz | 2006-01-18 16:31:46 -0500 (Wed, 18 Jan 2006) | 5 lines
626 Changed paths:
627    M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
628
629 * CurrentUserHasQueueRight handles global templates natively
630   we don't need to check queue value
631 * return error message from _ParseContent
632 * check error status in Parser more accurate
633
634 ------------------------------------------------------------------------
635 r4398 | ruz | 2006-01-18 16:28:41 -0500 (Wed, 18 Jan 2006) | 6 lines
636 Changed paths:
637    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
638
639 * handle SIGPIPE, could happen if sendmail closes pipe before
640   we output all message
641 * handle SIGCHLD with default handler to get exit status from sendmail
642 * handle errors in 'close', system errors or sendmail exit with error
643 * only send warn on the error exit status
644
645 ------------------------------------------------------------------------
646 r4397 | ruz | 2006-01-18 16:26:31 -0500 (Wed, 18 Jan 2006) | 2 lines
647 Changed paths:
648    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
649
650 * load and precompile only reqexp we need
651
652 ------------------------------------------------------------------------
653 r4396 | ruz | 2006-01-18 16:15:46 -0500 (Wed, 18 Jan 2006) | 7 lines
654 Changed paths:
655    M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
656    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
657
658 * in _EnumLimit load referenced object only if value
659   is defined and is not number, this could safe several
660   fetches from caches or in worst case from DB
661 * use this advantage in Quicksearch element,
662   change in load time should be noticable on the systems
663   with many queues
664
665 ------------------------------------------------------------------------
666 r4385 | jesse | 2006-01-12 10:48:22 -0500 (Thu, 12 Jan 2006) | 3 lines
667 Changed paths:
668    M /rt/branches/3.4-RELEASE
669    M /rt/branches/3.4-RELEASE/releng.cnf
670
671  r22371@truegrounds:  jesse | 2006-01-12 16:25:39 +0100
672  * This be 3.4.5
673
674 ------------------------------------------------------------------------
675 r4384 | jesse | 2006-01-12 10:48:13 -0500 (Thu, 12 Jan 2006) | 3 lines
676 Changed paths:
677    M /rt/branches/3.4-RELEASE
678    M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
679
680  r22370@truegrounds:  jesse | 2006-01-12 16:25:19 +0100
681  * Silence a warning introduced by a patch to fix oracle installs
682
683 ------------------------------------------------------------------------
684 r4383 | jesse | 2006-01-12 10:48:03 -0500 (Thu, 12 Jan 2006) | 3 lines
685 Changed paths:
686    M /rt/branches/3.4-RELEASE
687    M /rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t
688
689  r22369@truegrounds:  jesse | 2006-01-12 16:23:48 +0100
690  * Forced timezone for a date test to GMT, since it's searching on subjective dates
691
692 ------------------------------------------------------------------------
693 r4372 | jesse | 2006-01-11 12:22:05 -0500 (Wed, 11 Jan 2006) | 7 lines
694 Changed paths:
695    M /rt/branches/3.4-RELEASE
696    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
697
698  r22357@truegrounds:  jesse | 2006-01-11 18:20:01 +0100
699  RT-Ticket: 7222
700  RT-Status: resolved
701  RT-Update: correspond
702  
703  * German translation update from Dirk Pape
704
705 ------------------------------------------------------------------------
706 r4307 | jesse | 2005-12-13 16:54:03 -0500 (Tue, 13 Dec 2005) | 3 lines
707 Changed paths:
708    M /rt/branches/3.4-RELEASE
709    M /rt/branches/3.4-RELEASE/releng.cnf
710
711  r20436@truegrounds:  jesse | 2005-12-13 16:51:41 -0500
712  * 3.4.5rc3
713
714 ------------------------------------------------------------------------
715 r4306 | jesse | 2005-12-13 16:53:52 -0500 (Tue, 13 Dec 2005) | 3 lines
716 Changed paths:
717    M /rt/branches/3.4-RELEASE
718    M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
719
720  r20435@truegrounds:  jesse | 2005-12-13 16:51:06 -0500
721  * warning silencing for a log message
722
723 ------------------------------------------------------------------------
724 r4303 | alexmv | 2005-12-13 13:58:20 -0500 (Tue, 13 Dec 2005) | 3 lines
725 Changed paths:
726    M /rt/branches/3.4-RELEASE
727    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
728
729  r7707@zoq-fot-pik:  chmrr | 2005-12-13 13:54:45 -0500
730   * I don't think this join to Attachments is needed or useful -- it means you don't see changes with no attachments
731
732 ------------------------------------------------------------------------
733 r4220 | jesse | 2005-12-02 17:59:40 -0500 (Fri, 02 Dec 2005) | 3 lines
734 Changed paths:
735    M /rt/branches/3.4-RELEASE
736    M /rt/branches/3.4-RELEASE/releng.cnf
737
738  r19695@truegrounds:  jesse | 2005-12-02 17:58:50 -0500
739  * RC2
740
741 ------------------------------------------------------------------------
742 r4216 | jesse | 2005-12-02 17:02:21 -0500 (Fri, 02 Dec 2005) | 8 lines
743 Changed paths:
744    M /rt/branches/3.4-RELEASE
745    M /rt/branches/3.4-RELEASE/html/Search/Build.html
746
747  r19688@truegrounds:  jesse | 2005-12-02 17:01:28 -0500
748  RT-Ticket: 6962
749  RT-Status: resolved
750  RT-Update: correspond
751  
752  * Patch from Rolf Grossmann to fix some bogosity in the query builder
753  
754
755 ------------------------------------------------------------------------
756 r4212 | jesse | 2005-12-01 23:14:40 -0500 (Thu, 01 Dec 2005) | 3 lines
757 Changed paths:
758    M /rt/branches/3.4-RELEASE
759    M /rt/branches/3.4-RELEASE/html/Elements/Header
760    A /rt/branches/3.4-RELEASE/html/NoAuth/printrt.css
761
762  r19674@truegrounds:  jesse | 2005-12-01 23:13:50 -0500
763   * Added a print stylesheet from Koos van den Hout
764
765 ------------------------------------------------------------------------
766 r4175 | jesse | 2005-11-30 16:03:40 -0500 (Wed, 30 Nov 2005) | 3 lines
767 Changed paths:
768    M /rt/branches/3.4-RELEASE
769    M /rt/branches/3.4-RELEASE/releng.cnf
770
771  r19588@truegrounds:  jesse | 2005-11-30 16:00:10 -0500
772  * Bump to 3.4.5rc1
773
774 ------------------------------------------------------------------------
775 r4154 | jesse | 2005-11-29 18:55:07 -0500 (Tue, 29 Nov 2005) | 3 lines
776 Changed paths:
777    M /rt/branches/3.4-RELEASE
778    M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
779    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields
780
781  r19545@truegrounds:  jesse | 2005-11-29 18:51:07 -0500
782  * A pair of new callbacks to make it easier to hide away a custom field on ticket display/edit
783
784 ------------------------------------------------------------------------
785 r4120 | robert | 2005-11-19 22:52:28 -0500 (Sat, 19 Nov 2005) | 3 lines
786 Changed paths:
787    M /rt/branches/3.4-RELEASE
788    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
789
790  r4186@bear:  rspier | 2005-11-19 19:51:38 -0800
791  typo fix: s/load/Load/ 
792
793 ------------------------------------------------------------------------
794 r4096 | alexmv | 2005-11-14 18:34:44 -0500 (Mon, 14 Nov 2005) | 7 lines
795 Changed paths:
796    M /rt/branches/3.4-RELEASE
797    M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValues.pm
798
799  r7182@zoq-fot-pik:  chmrr | 2005-11-14 18:34:13 -0500
800  RT-Ticket: 6994
801  RT-Status: resolved
802  RT-Update: correspond
803   * Sort custom vield values by SortOrder, then *Name*, then id; patch
804     from Troy Davis <troy@nack.net>
805
806 ------------------------------------------------------------------------
807 r4092 | alexmv | 2005-11-14 17:35:40 -0500 (Mon, 14 Nov 2005) | 6 lines
808 Changed paths:
809    M /rt/branches/3.4-RELEASE
810    M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
811    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
812
813  r7175@zoq-fot-pik:  chmrr | 2005-11-14 17:35:03 -0500
814  RT-Ticket: 7010
815  RT-Status: resolved
816  RT-Update: correspond
817   * Treat our email addresses as case-insensitive
818
819 ------------------------------------------------------------------------
820 r4090 | ruz | 2005-11-14 17:02:36 -0500 (Mon, 14 Nov 2005) | 3 lines
821 Changed paths:
822    M /rt/branches/3.4-RELEASE/html/Elements/QueryString
823
824 * /Elements/QueryString now supports ARRAY refs, this allow us to handle
825   multiple arguments with the same name, this behaviour is consistent with
826   how HTML::Mason handle arguments
827 ------------------------------------------------------------------------
828 r4089 | ruz | 2005-11-14 16:57:36 -0500 (Mon, 14 Nov 2005) | 1 line
829 Changed paths:
830    M /rt/branches/3.4-RELEASE/etc/schema.mysql
831
832 * revert back mysql.schema, commited by accident
833 ------------------------------------------------------------------------
834 r4087 | ruz | 2005-11-14 16:50:12 -0500 (Mon, 14 Nov 2005) | 2 lines
835 Changed paths:
836    M /rt/branches/3.4-RELEASE/etc/schema.mysql
837    M /rt/branches/3.4-RELEASE/html/Elements/Callback
838
839 * fix: really hide hidden paths from callbacks
840 * fix: fetch data from the %cache by one key when store data with other
841 ------------------------------------------------------------------------
842 r4086 | alexmv | 2005-11-14 16:49:33 -0500 (Mon, 14 Nov 2005) | 8 lines
843 Changed paths:
844    M /rt/branches/3.4-RELEASE
845    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
846    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
847
848  r7165@zoq-fot-pik:  chmrr | 2005-11-14 16:49:07 -0500
849  RT-Ticket: 7131
850  RT-Status: resolved
851  RT-Update: correspond
852   * The $RT::rtname regex should be case insensitive for matching
853     subjects; thanks to Phil Smith III <psmith@levanta.com> for the
854     catch
855
856 ------------------------------------------------------------------------
857 r4085 | alexmv | 2005-11-14 16:30:12 -0500 (Mon, 14 Nov 2005) | 7 lines
858 Changed paths:
859    M /rt/branches/3.4-RELEASE
860    M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
861
862  r7163@zoq-fot-pik:  chmrr | 2005-11-14 16:29:36 -0500
863  RT-Ticket: 6507
864  RT-Status: resolved
865  RT-Update: correspond
866   * Standardize fonts to "Verdana, Arial, Helvetica, sans-serif";
867     variant of patch from Maxime Henrion <mux@FreeBSD.org>
868
869 ------------------------------------------------------------------------
870 r4084 | alexmv | 2005-11-14 15:51:27 -0500 (Mon, 14 Nov 2005) | 7 lines
871 Changed paths:
872    M /rt/branches/3.4-RELEASE
873    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
874
875  r7161@zoq-fot-pik:  chmrr | 2005-11-14 15:50:56 -0500
876  RT-Ticket: 6458
877  RT-Status: resolved
878  RT-Update: correspond
879   * Removed extra return argument from _AddLink, thanks to Todd Chapman
880     <todd@chaka.net>
881
882 ------------------------------------------------------------------------
883 r4083 | alexmv | 2005-11-14 15:43:24 -0500 (Mon, 14 Nov 2005) | 6 lines
884 Changed paths:
885    M /rt/branches/3.4-RELEASE
886    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
887
888  r7159@zoq-fot-pik:  chmrr | 2005-11-14 15:42:48 -0500
889  RT-Ticket: 6457
890  RT-Status: resolved
891  RT-Update: correspond
892   * Typo in Ticket_Overlay.pm, found by Todd Chapman <todd@chaka.net>
893
894 ------------------------------------------------------------------------
895 r4081 | alexmv | 2005-11-14 14:59:42 -0500 (Mon, 14 Nov 2005) | 7 lines
896 Changed paths:
897    M /rt/branches/3.4-RELEASE
898    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
899
900  r7155@zoq-fot-pik:  chmrr | 2005-11-14 14:59:06 -0500
901  RT-Ticket: 7020
902  RT-Status: resolved
903  RT-Update: correspond
904   * Actually make use of 'style' if it is provided; thanks to Kelly
905    F. Hickel <kfh@mqsoftware.com>
906
907 ------------------------------------------------------------------------
908 r4080 | alexmv | 2005-11-14 14:55:17 -0500 (Mon, 14 Nov 2005) | 3 lines
909 Changed paths:
910    M /rt/branches/3.4-RELEASE
911    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
912
913  r7152@zoq-fot-pik:  chmrr | 2005-11-14 14:54:43 -0500
914   * Restore rightful .po headers on new french translation
915
916 ------------------------------------------------------------------------
917 r4079 | alexmv | 2005-11-14 14:52:57 -0500 (Mon, 14 Nov 2005) | 6 lines
918 Changed paths:
919    M /rt/branches/3.4-RELEASE
920    M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
921
922  r7148@zoq-fot-pik:  chmrr | 2005-11-14 14:51:58 -0500
923  RT-Ticket: 6559
924  RT-Status: resolved
925  RT-Update: correspond
926   * Tests from Todd Chapman for loading CF from a wrong queue
927
928 ------------------------------------------------------------------------
929 r4078 | jesse | 2005-11-14 14:50:54 -0500 (Mon, 14 Nov 2005) | 7 lines
930 Changed paths:
931    M /rt/branches/3.4-RELEASE
932    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
933
934  r18904@truegrounds:  jesse | 2005-11-14 14:49:25 -0500
935  RT-Ticket: 7105
936  RT-Status: resolved
937  RT-Update: correspond
938  
939  Updated French translation from Jerome Fenal
940
941 ------------------------------------------------------------------------
942 r4077 | alexmv | 2005-11-14 14:20:49 -0500 (Mon, 14 Nov 2005) | 6 lines
943 Changed paths:
944    M /rt/branches/3.4-RELEASE
945    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
946
947  r7146@zoq-fot-pik:  chmrr | 2005-11-14 14:20:03 -0500
948  RT-Ticket: 7090
949  RT-Status: resolved
950  RT-Update: correspond
951   * New Japanese .po, from Daisuke Maki <daisuke@wafu.ne.jp>
952
953 ------------------------------------------------------------------------
954 r4076 | jesse | 2005-11-14 14:18:48 -0500 (Mon, 14 Nov 2005) | 8 lines
955 Changed paths:
956    M /rt/branches/3.4-RELEASE
957    M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
958
959  r18900@truegrounds:  jesse | 2005-11-14 13:57:34 -0500
960  RT-Ticket: 7122
961  RT-Status: resolved
962  RT-Update: correspond
963  
964  * Patch from Todd Chapman to honor changed a $rtname variable when running
965    the test suite
966
967 ------------------------------------------------------------------------
968 r4075 | jesse | 2005-11-14 14:18:36 -0500 (Mon, 14 Nov 2005) | 8 lines
969 Changed paths:
970    M /rt/branches/3.4-RELEASE
971    M /rt/branches/3.4-RELEASE/lib/t/regression/07acl.t
972
973  r18899@truegrounds:  jesse | 2005-11-14 13:40:24 -0500
974  RT-Ticket: 7121 
975  RT-Status: resolved
976  RT-Update: correspond
977  
978  * Patch from Todd Chapman to make the web based acl tests honor RT::WebPath
979  
980
981 ------------------------------------------------------------------------
982 r4074 | alexmv | 2005-11-14 13:52:00 -0500 (Mon, 14 Nov 2005) | 3 lines
983 Changed paths:
984    M /rt/branches/3.4-RELEASE
985    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
986    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
987
988  r7140@zoq-fot-pik:  chmrr | 2005-11-14 13:51:14 -0500
989   * Better bounce handling, from Abhijit Menon-Sen <ams@oryx.com>
990
991 ------------------------------------------------------------------------
992 r4073 | jesse | 2005-11-14 13:37:01 -0500 (Mon, 14 Nov 2005) | 16 lines
993 Changed paths:
994    M /rt/branches/3.4-RELEASE
995    M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
996
997  r18895@truegrounds:  jesse | 2005-11-14 13:35:29 -0500
998  RT-Ticket: 7136
999  RT-Status: resolved
1000  RT-Update: correspond
1001  
1002  Stuart Knight reports:
1003  
1004  As part of the "initdb" processing, the scripts went through and created a new database user, in my case called RT3.
1005  
1006  When it came time to create the tables, the script was still logged on as the dba user "system", so all of tables/sequences were created under "system"'s schema.
1007  
1008  I followed through the rt-setup-database script, and spotted that there was a database disconnect, followed by an immediate reconnect, as the same user. (in the case of Oracle this still being the "dba" account)
1009  
1010  Putting an extra validation check in here for Oracle, and then connecting as the intended database user fixed up the issue.
1011  
1012
1013 ------------------------------------------------------------------------
1014 r4072 | alexmv | 2005-11-14 13:33:43 -0500 (Mon, 14 Nov 2005) | 8 lines
1015 Changed paths:
1016    M /rt/branches/3.4-RELEASE
1017    M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
1018    M /rt/branches/3.4-RELEASE/lib/t/regression/07rights.t
1019
1020  r7135@zoq-fot-pik:  chmrr | 2005-11-14 13:32:23 -0500
1021  RT-Ticket: 7101
1022  RT-Status: resolved
1023  RT-Update: correspond
1024  
1025   * Don't modify EquivObjects arrayref, thanks to Todd Chapman
1026  
1027
1028 ------------------------------------------------------------------------
1029 r4071 | jesse | 2005-11-14 13:21:29 -0500 (Mon, 14 Nov 2005) | 10 lines
1030 Changed paths:
1031    M /rt/branches/3.4-RELEASE
1032    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
1033    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1034    A /rt/branches/3.4-RELEASE/lib/t/regression/14linking.t
1035
1036  r18893@truegrounds:  jesse | 2005-11-14 13:19:52 -0500
1037  RT-Ticket: 7128
1038  RT-Status: resolved
1039  RT-Update: correspond
1040  
1041  A big patch from Todd Chapman (with lots of juicy tests) to optionally
1042  create two transactions when you create a link. (Also, this means that we'll
1043  run scrips twice). This is off by default in RT 3.4
1044  
1045
1046 ------------------------------------------------------------------------
1047 r4069 | jesse | 2005-11-14 12:55:46 -0500 (Mon, 14 Nov 2005) | 7 lines
1048 Changed paths:
1049    M /rt/branches/3.4-RELEASE
1050    M /rt/branches/3.4-RELEASE/html/Elements/ScrubHTML
1051
1052  r18888@truegrounds:  jesse | 2005-11-14 12:54:25 -0500
1053  RT-Ticket: 7048
1054  RT-Status: resolved
1055  RT-Update: correspond
1056  
1057  * Akos Torok pointed out that our HTML scrubber removed "PRE" tags from HTML
1058
1059 ------------------------------------------------------------------------
1060 r4065 | jesse | 2005-11-14 12:44:41 -0500 (Mon, 14 Nov 2005) | 9 lines
1061 Changed paths:
1062    M /rt/branches/3.4-RELEASE
1063    M /rt/branches/3.4-RELEASE/README
1064
1065  r18880@truegrounds:  jesse | 2005-11-14 12:42:48 -0500
1066  RT-Ticket: 7081
1067  RT-Status: resolved
1068  RT-Update: correspond
1069  
1070  * Added a note to the readme warning users to clean out the
1071    mason cache on upgrades - Ruslan
1072  
1073
1074 ------------------------------------------------------------------------
1075 r4064 | alexmv | 2005-11-14 12:43:06 -0500 (Mon, 14 Nov 2005) | 3 lines
1076 Changed paths:
1077    M /rt/branches/3.4-RELEASE
1078    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
1079
1080  r7122@zoq-fot-pik:  chmrr | 2005-11-14 12:42:37 -0500
1081   * Updated russian translation from Andrew Kornilov <andy@eva.dp.ua>
1082
1083 ------------------------------------------------------------------------
1084 r4063 | jesse | 2005-11-14 12:38:59 -0500 (Mon, 14 Nov 2005) | 8 lines
1085 Changed paths:
1086    M /rt/branches/3.4-RELEASE
1087    M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
1088
1089  r18877@truegrounds:  jesse | 2005-11-14 12:37:37 -0500
1090  RT-Ticket: 7087
1091  RT-Status: resolved
1092  RT-Update: correspond
1093  
1094  Displayed linked tickets in search results were inverted
1095  
1096
1097 ------------------------------------------------------------------------
1098 r4061 | robert | 2005-11-13 00:14:57 -0500 (Sun, 13 Nov 2005) | 9 lines
1099 Changed paths:
1100    M /rt/branches/3.4-RELEASE
1101    M /rt/branches/3.4-RELEASE/html/Elements/Header
1102    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
1103
1104  r4124@bear:  rspier | 2005-11-12 21:08:45 -0800
1105  Undefined Warning Elimination:
1106    - index.html passes in $session{'home_refresh_interval'} which can be null.  
1107  
1108  r4125@bear:  rspier | 2005-11-12 21:14:28 -0800
1109  Undefined Warning Elimination:
1110    GetHeader will return undefined when the header doesn't exist.  (This is _good_, as that is different than empty.)
1111    But.. =~ warns.
1112
1113 ------------------------------------------------------------------------
1114 r4060 | jesse | 2005-11-11 15:27:56 -0500 (Fri, 11 Nov 2005) | 3 lines
1115 Changed paths:
1116    M /rt/branches/3.4-RELEASE
1117    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
1118
1119  r18722@truegrounds:  jesse | 2005-11-11 15:26:34 -0500
1120  * SB 1.35 dependency
1121
1122 ------------------------------------------------------------------------
1123 r4059 | jesse | 2005-11-11 00:12:49 -0500 (Fri, 11 Nov 2005) | 3 lines
1124 Changed paths:
1125    M /rt/branches/3.4-RELEASE
1126    M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
1127
1128  r18716@truegrounds:  jesse | 2005-11-11 00:10:08 -0500
1129  * fix from ruslan for fallout from his WhoHaveRight refactoring
1130
1131 ------------------------------------------------------------------------
1132 r4035 | jesse | 2005-11-06 17:15:18 -0500 (Sun, 06 Nov 2005) | 3 lines
1133 Changed paths:
1134    M /rt/branches/3.4-RELEASE
1135    M /rt/branches/3.4-RELEASE/releng.cnf
1136
1137  r18412@truegrounds:  jesse | 2005-11-06 17:13:58 -0500
1138  * Bumped to 3.4.5pre1
1139
1140 ------------------------------------------------------------------------
1141 r4034 | jesse | 2005-11-06 17:15:06 -0500 (Sun, 06 Nov 2005) | 3 lines
1142 Changed paths:
1143    M /rt/branches/3.4-RELEASE
1144    M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
1145    M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
1146    M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
1147
1148  r18411@truegrounds:  jesse | 2005-11-06 17:13:33 -0500
1149   * Patch to significantly improve performance on "WhoHaveRight" from Ruslan.
1150
1151 ------------------------------------------------------------------------
1152 r4033 | jesse | 2005-11-06 17:13:38 -0500 (Sun, 06 Nov 2005) | 4 lines
1153 Changed paths:
1154    M /rt/branches/3.4-RELEASE
1155    M /rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
1156
1157  r18409@truegrounds:  jesse | 2005-11-06 17:11:57 -0500
1158  * Fix to attachment ordering when you ask for a txn's attachments.
1159    (Postgres doesn't default to ordering by id, so we were getting the wrong txn content)
1160
1161 ------------------------------------------------------------------------
1162 r4011 | pdh | 2005-11-01 00:43:02 -0500 (Tue, 01 Nov 2005) | 3 lines
1163 Changed paths:
1164    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
1165
1166 Add a missing space, before the Style Police come after me.
1167
1168
1169 ------------------------------------------------------------------------
1170 r4010 | pdh | 2005-10-31 19:21:57 -0500 (Mon, 31 Oct 2005) | 3 lines
1171 Changed paths:
1172    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
1173
1174 Make $RT::MaxInlineBody work properly.
1175
1176
1177 ------------------------------------------------------------------------
1178 r3989 | alexmv | 2005-10-24 17:26:18 -0400 (Mon, 24 Oct 2005) | 4 lines
1179 Changed paths:
1180    M /rt/branches/3.4-RELEASE
1181    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
1182    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldSelect
1183
1184  r6881@zoq-fot-pik:  chmrr | 2005-10-24 17:25:14 -0400
1185   * Ensure custom fields keep correct fallback values; for instance, if
1186  "add another attachment" is clicked
1187
1188 ------------------------------------------------------------------------
1189 r3967 | jesse | 2005-10-14 17:10:24 -0400 (Fri, 14 Oct 2005) | 3 lines
1190 Changed paths:
1191    M /rt/branches/3.4-RELEASE
1192    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1193
1194  r17368@hualien:  jesse | 2005-10-14 17:08:10 -0400
1195  * When Robert made the change to how CustomFieldValues works, he broke the API. Fixed
1196
1197 ------------------------------------------------------------------------
1198 r3966 | jesse | 2005-10-14 17:10:11 -0400 (Fri, 14 Oct 2005) | 3 lines
1199 Changed paths:
1200    M /rt/branches/3.4-RELEASE
1201    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
1202
1203  r17360@hualien:  jesse | 2005-10-14 15:21:46 -0400
1204  * Perltidy
1205
1206 ------------------------------------------------------------------------
1207 r3958 | ruz | 2005-10-13 08:40:24 -0400 (Thu, 13 Oct 2005) | 1 line
1208 Changed paths:
1209    M /rt/branches/3.4-RELEASE/html/User/Elements/Tabs
1210
1211 * new callback in html/User/Elements/Tabs
1212 ------------------------------------------------------------------------
1213 r3957 | ruz | 2005-10-13 08:37:47 -0400 (Thu, 13 Oct 2005) | 1 line
1214 Changed paths:
1215    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
1216
1217 * code comments
1218 ------------------------------------------------------------------------
1219 r3948 | ruz | 2005-10-10 20:01:50 -0400 (Mon, 10 Oct 2005) | 1 line
1220 Changed paths:
1221    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
1222
1223 * get rid of "not a number" warning
1224 ------------------------------------------------------------------------
1225 r3945 | ruz | 2005-10-10 15:47:29 -0400 (Mon, 10 Oct 2005) | 4 lines
1226 Changed paths:
1227    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
1228
1229 backport of the 3.5-TESTING@3543
1230 Changes:
1231 * fix attachments ordering
1232
1233 ------------------------------------------------------------------------
1234 r3944 | ruz | 2005-10-10 15:27:36 -0400 (Mon, 10 Oct 2005) | 15 lines
1235 Changed paths:
1236    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1237    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
1238    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
1239    A /rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_watcher.t
1240
1241 backport of the 3.5-TESTING@3943
1242 Changes
1243 * fix for search by owner's fields, now owner is WATCHERFIELD instead of ENUM
1244 * added backward compatible variant for Owner, next searches should work
1245 ** Owner = '<id>'
1246 ** Owner != '<id>'
1247 ** Owner = '<name>'
1248 ** Owner != '<name>'
1249 ** for other operators or if subfield(subkey) is specified search works
1250    as for other watchers
1251 * Fix for searches like "Cc.Name <> 'SomeBody'", was skipping tickets
1252   with empty Cc list.
1253 * get rid of some unint warnings
1254 * test suite for all corner cases
1255
1256 ------------------------------------------------------------------------
1257 r3938 | robert | 2005-10-07 00:20:15 -0400 (Fri, 07 Oct 2005) | 3 lines
1258 Changed paths:
1259    M /rt/branches/3.4-RELEASE
1260    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1261
1262  r3995@bear:  rspier | 2005-10-06 21:19:24 -0700
1263   [fsck.com #7067] - If we can't find a customfield that the user is allowed to see on a ticket, don't return any values, (when specifying a custom field)
1264
1265 ------------------------------------------------------------------------
1266 r3901 | alexmv | 2005-10-03 14:15:35 -0400 (Mon, 03 Oct 2005) | 3 lines
1267 Changed paths:
1268    M /rt/branches/3.4-RELEASE
1269    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
1270    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
1271    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
1272    M /rt/branches/3.4-RELEASE/lib/RT/I18N/en.po
1273    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
1274    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
1275    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
1276    M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
1277    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
1278    M /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
1279    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
1280    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
1281    M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
1282    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
1283    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
1284    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
1285    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
1286    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
1287    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
1288
1289  r6568@zoq-fot-pik:  chmrr | 2005-10-03 14:14:49 -0400
1290   * Header fixes in PO files to include correct RT version
1291
1292 ------------------------------------------------------------------------
1293 r3900 | alexmv | 2005-10-03 13:32:45 -0400 (Mon, 03 Oct 2005) | 3 lines
1294 Changed paths:
1295    M /rt/branches/3.4-RELEASE
1296    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
1297
1298  r6566@zoq-fot-pik:  chmrr | 2005-10-03 13:28:24 -0400
1299   * Updated spanish translation, thanks to Carlos Velasco
1300
1301 ------------------------------------------------------------------------
1302 r3896 | alexmv | 2005-09-30 15:56:31 -0400 (Fri, 30 Sep 2005) | 8 lines
1303 Changed paths:
1304    M /rt/branches/3.4-RELEASE
1305    M /rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval
1306
1307  r6558@zoq-fot-pik:  chmrr | 2005-09-30 15:56:06 -0400
1308  RT-Ticket: 7029
1309  RT-Status: resolved
1310  RT-Update: correspond
1311  
1312   * Applied missing limit for AdminCcs, from Todd Chapman
1313  
1314
1315 ------------------------------------------------------------------------
1316 r3895 | alexmv | 2005-09-30 15:19:57 -0400 (Fri, 30 Sep 2005) | 3 lines
1317 Changed paths:
1318    M /rt/branches/3.4-RELEASE
1319    M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
1320
1321  r6555@zoq-fot-pik:  chmrr | 2005-09-30 15:18:22 -0400
1322   * Link to the *other* end of the link, not the one that is us
1323
1324 ------------------------------------------------------------------------
1325 r3894 | alexmv | 2005-09-30 15:19:46 -0400 (Fri, 30 Sep 2005) | 3 lines
1326 Changed paths:
1327    M /rt/branches/3.4-RELEASE
1328    M /rt/branches/3.4-RELEASE/html/Search/Elements/BuildFormatString
1329
1330  r6554@zoq-fot-pik:  chmrr | 2005-09-30 15:16:47 -0400
1331   * Remove unused and deprecated code path (bugs 6605, 7008)
1332
1333 ------------------------------------------------------------------------
1334 r3893 | jesse | 2005-09-28 13:27:29 -0400 (Wed, 28 Sep 2005) | 3 lines
1335 Changed paths:
1336    M /rt/branches/3.4-RELEASE/html/Search/Results.tsv
1337
1338 Switch from ->CustomFields to ->TicketCustomFields to stop using a deprecated API.
1339   Thanks to T.J. Maciak
1340
1341 ------------------------------------------------------------------------
1342 r3892 | robert | 2005-09-28 12:16:03 -0400 (Wed, 28 Sep 2005) | 8 lines
1343 Changed paths:
1344    M /rt/branches/3.4-RELEASE
1345    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
1346
1347  r3945@bear:  rspier | 2005-09-28 09:15:08 -0700
1348  Performance Improvement when Sending Email using sendmailpipe -
1349  
1350  MIME::Entity would bog down in certain cases because of it's use of IO::Scalar during stringification.  MIME::Entity will be switching to IO::ScalarArray, which will help... but RT was causing it to store into a temporary string anyway, which was silly.
1351  
1352  This change has MIME::Entity write directly to the pipe, which is a lot more efficient.  Seems to cut out ~33% of user time.  (Because we don't need to have a temporary IO::Scalar thingy around.)  Also will reduce peak memory usage.
1353  
1354
1355 ------------------------------------------------------------------------
1356 r3881 | jesse | 2005-09-23 15:39:36 -0400 (Fri, 23 Sep 2005) | 3 lines
1357 Changed paths:
1358    M /rt/branches/3.4-RELEASE
1359    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
1360
1361  r15970@hualien:  jesse | 2005-09-23 15:37:43 -0400
1362  * Our algorithm for finding a fallback for transaction content wasn't trying hard enough. reported by John Gedeon.
1363
1364 ------------------------------------------------------------------------
1365 r3877 | alexmv | 2005-09-22 15:09:22 -0400 (Thu, 22 Sep 2005) | 3 lines
1366 Changed paths:
1367    M /rt/branches/3.4-RELEASE
1368    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
1369    M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
1370    M /rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
1371    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
1372    M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
1373    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
1374    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1375    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
1376    M /rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
1377
1378  r6458@zoq-fot-pik:  chmrr | 2005-09-22 15:08:37 -0400
1379   * Add where the faulty caller was in deprecated warnings
1380
1381 ------------------------------------------------------------------------
1382 r3855 | jesse | 2005-09-16 12:26:10 -0400 (Fri, 16 Sep 2005) | 3 lines
1383 Changed paths:
1384    M /rt/branches/3.4-RELEASE
1385    M /rt/branches/3.4-RELEASE/html/Search/Results.rdf
1386
1387  r15770@hualien:  jesse | 2005-09-16 12:23:15 -0400
1388  * The RSS feeds should come with a default subject, as feeds really want to have article titles in some clients
1389
1390 ------------------------------------------------------------------------
1391 r3854 | jesse | 2005-09-16 12:25:42 -0400 (Fri, 16 Sep 2005) | 3 lines
1392 Changed paths:
1393    M /rt/branches/3.4-RELEASE
1394    M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
1395
1396  r15749@hualien:  jesse | 2005-09-15 11:14:56 -0400
1397  * It was possible to get into an infinite loop when removing a member from a group
1398
1399 ------------------------------------------------------------------------
1400 r3849 | jesse | 2005-09-13 12:07:54 -0400 (Tue, 13 Sep 2005) | 5 lines
1401 Changed paths:
1402    M /rt/branches/3.4-RELEASE
1403    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
1404
1405  r15723@hualien:  jesse | 2005-09-13 12:05:40 -0400
1406  * When pulling data out of the database, we need to be more careful
1407    about whether it's utf8 or not. Thanks to Ruslan Zakirov
1408  
1409
1410 ------------------------------------------------------------------------
1411 r3847 | glasser | 2005-09-12 18:11:43 -0400 (Mon, 12 Sep 2005) | 4 lines
1412 Changed paths:
1413    M /rt/branches/3.4-RELEASE
1414    M /rt/branches/3.4-RELEASE/html/Search/Build.html
1415
1416  r41532@maclaurin-seven-twelve:  glasser | 2005-09-12 18:04:55 -0400
1417  Defining subs in Mason components is dangerous, since they clash with subs defined
1418  in every other component.
1419
1420 ------------------------------------------------------------------------
1421 r3754 | robert | 2005-09-01 17:47:36 -0400 (Thu, 01 Sep 2005) | 10 lines
1422 Changed paths:
1423    M /rt/branches/3.4-RELEASE
1424    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
1425
1426  r3800@bear:  rspier | 2005-09-01 14:46:59 -0700
1427  RT-Ticket: 6986
1428  RT-Status: resolved
1429  RT-Update: correspond
1430  
1431  If we didn't generate any SQL, don't pass it to FromSQL which will reset the dirty flag and then SB won't actually run anything.
1432  
1433  Also, tests.
1434      
1435
1436 ------------------------------------------------------------------------
1437 r3739 | robert | 2005-08-31 16:46:16 -0400 (Wed, 31 Aug 2005) | 3 lines
1438 Changed paths:
1439    M /rt/branches/3.4-RELEASE
1440    M /rt/branches/3.4-RELEASE/configure.ac
1441
1442  r3748@woof:  rspier | 2005-08-31 13:41:53 -0700
1443  Check for invalid character (-) in mysql database names and prevent RT from allowing it to be configured.
1444
1445 ------------------------------------------------------------------------
1446 r3728 | jesse | 2005-08-28 15:44:18 -0400 (Sun, 28 Aug 2005) | 3 lines
1447 Changed paths:
1448    M /rt/branches/3.4-RELEASE
1449    M /rt/branches/3.4-RELEASE/releng.cnf
1450
1451  r13812@hualien:  jesse | 2005-08-28 15:43:29 -0400
1452  * bumping to 3.4.4
1453
1454 ------------------------------------------------------------------------
1455 r3727 | jesse | 2005-08-27 21:26:24 -0400 (Sat, 27 Aug 2005) | 4 lines
1456 Changed paths:
1457    M /rt/branches/3.4-RELEASE
1458    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
1459
1460  r13804@hualien:  jesse | 2005-08-27 21:25:50 -0400
1461  * Updated French translation from jfenal
1462  
1463
1464 ------------------------------------------------------------------------
1465 r3725 | jesse | 2005-08-25 16:05:12 -0400 (Thu, 25 Aug 2005) | 3 lines
1466 Changed paths:
1467    M /rt/branches/3.4-RELEASE
1468    M /rt/branches/3.4-RELEASE/releng.cnf
1469
1470  r13763@hualien:  jesse | 2005-08-25 16:04:29 -0400
1471  * 3.4.4rc3
1472
1473 ------------------------------------------------------------------------
1474 r3724 | jesse | 2005-08-25 15:54:00 -0400 (Thu, 25 Aug 2005) | 9 lines
1475 Changed paths:
1476    M /rt/branches/3.4-RELEASE
1477    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1478
1479  r13760@hualien:  jesse | 2005-08-25 15:51:57 -0400
1480  RT-Ticket: 6855
1481  RT-Status: resolved
1482  RT-Update: correspond
1483  
1484  * Applied a patch from Andreas Jakum to improve RT::Ticket->Import's handling
1485    of watchers
1486  
1487
1488 ------------------------------------------------------------------------
1489 r3723 | jesse | 2005-08-25 15:53:40 -0400 (Thu, 25 Aug 2005) | 4 lines
1490 Changed paths:
1491    M /rt/branches/3.4-RELEASE
1492    M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
1493    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
1494
1495  r13759@hualien:  jesse | 2005-08-25 15:31:56 -0400
1496  * Fixes to IsRTAddress processing. Spotted by Travis Campbell.
1497  
1498
1499 ------------------------------------------------------------------------
1500 r3722 | jesse | 2005-08-25 15:25:28 -0400 (Thu, 25 Aug 2005) | 8 lines
1501 Changed paths:
1502    M /rt/branches/3.4-RELEASE
1503    M /rt/branches/3.4-RELEASE/html/Elements/Footer
1504    M /rt/branches/3.4-RELEASE/sbin/extract-message-catalog
1505
1506  r13757@hualien:  jesse | 2005-08-25 15:23:18 -0400
1507  RT-Ticket: 6934
1508  RT-Status: resolved
1509  RT-Update: correspond
1510  
1511  * A couple of patches to improve how localization extraction works from jfenal
1512  
1513
1514 ------------------------------------------------------------------------
1515 r3721 | jesse | 2005-08-25 15:01:03 -0400 (Thu, 25 Aug 2005) | 4 lines
1516 Changed paths:
1517    M /rt/branches/3.4-RELEASE
1518    M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
1519    M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
1520
1521  r13754@hualien:  jesse | 2005-08-25 14:55:32 -0400
1522  * EquivObjects support for acl queries, from Todd Chapman
1523  
1524
1525 ------------------------------------------------------------------------
1526 r3720 | jesse | 2005-08-25 15:00:44 -0400 (Thu, 25 Aug 2005) | 3 lines
1527 Changed paths:
1528    M /rt/branches/3.4-RELEASE
1529    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
1530
1531  r13753@hualien:  jesse | 2005-08-25 14:53:06 -0400
1532  * Removing warnings about mod_perl2
1533
1534 ------------------------------------------------------------------------
1535 r3719 | jesse | 2005-08-24 02:00:52 -0400 (Wed, 24 Aug 2005) | 7 lines
1536 Changed paths:
1537    M /rt/branches/3.4-RELEASE
1538    M /rt/branches/3.4-RELEASE/bin/rt.in
1539
1540  r13743@hualien:  jesse | 2005-08-24 02:00:08 -0400
1541  RT-Ticket: 6957
1542  RT-Status: resolved
1543  RT-Update: correspond
1544  
1545  * Applied a patch from ams to restore his byline to bin/rt
1546
1547 ------------------------------------------------------------------------
1548 r3714 | jesse | 2005-08-23 23:39:37 -0400 (Tue, 23 Aug 2005) | 3 lines
1549 Changed paths:
1550    M /rt/branches/3.4-RELEASE
1551    M /rt/branches/3.4-RELEASE/releng.cnf
1552
1553  r13733@hualien:  jesse | 2005-08-23 23:38:39 -0400
1554  * bumped to pre2
1555
1556 ------------------------------------------------------------------------
1557 r3713 | jesse | 2005-08-23 23:39:17 -0400 (Tue, 23 Aug 2005) | 4 lines
1558 Changed paths:
1559    M /rt/branches/3.4-RELEASE
1560    M /rt/branches/3.4-RELEASE/html/Elements/Callback
1561
1562  r13732@hualien:  jesse | 2005-08-23 23:38:28 -0400
1563  * Applied tom's callbacks fix
1564  
1565
1566 ------------------------------------------------------------------------
1567 r3711 | jesse | 2005-08-23 22:37:51 -0400 (Tue, 23 Aug 2005) | 3 lines
1568 Changed paths:
1569    M /rt/branches/3.4-RELEASE
1570    M /rt/branches/3.4-RELEASE/releng.cnf
1571
1572  r13728@hualien:  jesse | 2005-08-23 22:37:12 -0400
1573  * Bumped to 3.4.4pre1
1574
1575 ------------------------------------------------------------------------
1576 r3710 | jesse | 2005-08-23 22:33:47 -0400 (Tue, 23 Aug 2005) | 3 lines
1577 Changed paths:
1578    M /rt/branches/3.4-RELEASE
1579    M /rt/branches/3.4-RELEASE/README
1580    M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
1581    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
1582
1583  r13725@hualien:  jesse | 2005-08-23 22:10:42 -0400
1584  * Added support for mod_perl 2.0 
1585
1586 ------------------------------------------------------------------------
1587 r3709 | jesse | 2005-08-23 17:58:20 -0400 (Tue, 23 Aug 2005) | 3 lines
1588 Changed paths:
1589    M /rt/branches/3.4-RELEASE
1590    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
1591
1592  r13720@hualien:  jesse | 2005-08-23 17:54:29 -0400
1593  * Bugfixes to the German translation file
1594
1595 ------------------------------------------------------------------------
1596 r3708 | glasser | 2005-08-22 16:05:46 -0400 (Mon, 22 Aug 2005) | 3 lines
1597 Changed paths:
1598    M /rt/branches/3.4-RELEASE
1599    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
1600    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
1601
1602  r40177@tin-foil:  glasser | 2005-08-18 18:49:13 -0400
1603  Updates to the standalone server to not dupe as much code, but may be rolled back if HSSM needs to be.
1604
1605 ------------------------------------------------------------------------
1606 r3707 | glasser | 2005-08-22 16:04:25 -0400 (Mon, 22 Aug 2005) | 10 lines
1607 Changed paths:
1608    M /rt/branches/3.4-RELEASE
1609    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
1610
1611  r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
1612  RT-Ticket: 6899
1613  RT-Status: resolved
1614  RT-Update: correspond
1615  
1616  When limiting based on a whole date, make sure you're not being pushed to 
1617  another if you happen to be east of GMT.
1618  
1619  Patch by Ruslan Zakirov, problem found by Olivier Horec.
1620
1621 ------------------------------------------------------------------------
1622 r3706 | glasser | 2005-08-22 15:55:57 -0400 (Mon, 22 Aug 2005) | 4 lines
1623 Changed paths:
1624    M /rt/branches/3.4-RELEASE
1625    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
1626    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
1627
1628  r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
1629  Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
1630  values, use that.
1631
1632 ------------------------------------------------------------------------
1633 r3700 | trs | 2005-08-18 22:39:02 -0400 (Thu, 18 Aug 2005) | 3 lines
1634 Changed paths:
1635    M /rt/branches/3.4-RELEASE
1636    M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
1637
1638  r6002@wintermute:  tom | 2005-08-18 22:37:53 -0400
1639  Fixed typo
1640
1641 ------------------------------------------------------------------------
1642 r3668 | jesse | 2005-08-17 22:04:31 -0400 (Wed, 17 Aug 2005) | 3 lines
1643 Changed paths:
1644    M /rt/branches/3.4-RELEASE
1645    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
1646
1647  r13155@hualien:  jesse | 2005-08-17 19:15:11 -0400
1648  * Note dependency on a current HSSM
1649
1650 ------------------------------------------------------------------------
1651 r3667 | jesse | 2005-08-17 22:04:12 -0400 (Wed, 17 Aug 2005) | 3 lines
1652 Changed paths:
1653    M /rt/branches/3.4-RELEASE
1654    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
1655
1656  r13154@hualien:  jesse | 2005-08-17 19:14:26 -0400
1657  * Fixes to standalone webserver for mason 1.30
1658
1659 ------------------------------------------------------------------------
1660 r3666 | alexmv | 2005-08-17 13:41:38 -0400 (Wed, 17 Aug 2005) | 3 lines
1661 Changed paths:
1662    M /rt/branches/3.4-RELEASE
1663    M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
1664
1665  r5920@zoq-fot-pik:  chmrr | 2005-08-17 13:44:59 -0400
1666   * My memory was faulty; HTML escaping is not needed
1667
1668 ------------------------------------------------------------------------
1669 r3663 | alexmv | 2005-08-17 13:29:32 -0400 (Wed, 17 Aug 2005) | 1 line
1670 Changed paths:
1671    M /rt/branches/3.4-RELEASE
1672
1673
1674 ------------------------------------------------------------------------
1675 r3662 | alexmv | 2005-08-17 13:29:25 -0400 (Wed, 17 Aug 2005) | 8 lines
1676 Changed paths:
1677    M /rt/branches/3.4-RELEASE
1678    M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
1679
1680  r5914@zoq-fot-pik:  chmrr | 2005-08-17 13:32:00 -0400
1681   * We love escaping!  We need to escape quotes and slashes in
1682  TicketSQL, then URI escape, then HTML escape.  And the query comes
1683  from the TicketSQL-escaped one, not the URI and HTML-escaped one.  Oh,
1684  yeah, and don't forget to turn off the automatic HTML escaping that
1685  Mason does, or it'll be TicketSQL-HTML-URI-HTML escaped, which is
1686  Right Out.
1687
1688 ------------------------------------------------------------------------
1689 r3640 | jesse | 2005-08-11 13:46:50 -0400 (Thu, 11 Aug 2005) | 4 lines
1690 Changed paths:
1691    M /rt/branches/3.4-RELEASE
1692    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
1693
1694  r12938@hualien:  jesse | 2005-08-11 13:46:14 -0400
1695  * French localization had lost its header
1696  
1697
1698 ------------------------------------------------------------------------
1699 r3627 | jesse | 2005-08-10 15:25:55 -0400 (Wed, 10 Aug 2005) | 4 lines
1700 Changed paths:
1701    M /rt/branches/3.4-RELEASE
1702    M /rt/branches/3.4-RELEASE/releng.cnf
1703
1704  r7634@hualien:  jesse | 2005-08-10 15:25:31 -0400
1705  * This is 3.4.3
1706  
1707
1708 ------------------------------------------------------------------------
1709 r3610 | jesse | 2005-08-05 19:18:01 -0400 (Fri, 05 Aug 2005) | 3 lines
1710 Changed paths:
1711    M /rt/branches/3.4-RELEASE
1712    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
1713    A /rt/branches/3.4-RELEASE/lib/t/regression/22search_tix_by_txn.t
1714
1715  r7399@hualien:  jesse | 2005-08-05 19:16:58 -0400
1716  * Cleaned up searching by ticket or txn date.
1717
1718 ------------------------------------------------------------------------
1719 r3589 | kevinr | 2005-08-03 01:51:55 -0400 (Wed, 03 Aug 2005) | 3 lines
1720 Changed paths:
1721    M /rt/branches/3.4-RELEASE
1722    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
1723
1724  r6872@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:51:33 -0400
1725  * More minor perldoc cleanup
1726
1727 ------------------------------------------------------------------------
1728 r3588 | kevinr | 2005-08-03 01:20:35 -0400 (Wed, 03 Aug 2005) | 3 lines
1729 Changed paths:
1730    M /rt/branches/3.4-RELEASE
1731    M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
1732
1733  r6868@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-03 01:19:47 -0400
1734  * Fixed an outdated bit of POD
1735
1736 ------------------------------------------------------------------------
1737 r3585 | kevinr | 2005-08-02 20:18:54 -0400 (Tue, 02 Aug 2005) | 3 lines
1738 Changed paths:
1739    M /rt/branches/3.4-RELEASE
1740    M /rt/branches/3.4-RELEASE/lib/RT/Base.pm
1741    M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
1742    M /rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
1743    M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
1744    M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
1745    M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
1746    M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
1747    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
1748    M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
1749    M /rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
1750    M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
1751
1752  r6849@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 20:17:38 -0400
1753  * POD formatting fixes
1754
1755 ------------------------------------------------------------------------
1756 r3582 | glasser | 2005-08-02 15:10:05 -0400 (Tue, 02 Aug 2005) | 10 lines
1757 Changed paths:
1758    M /rt/branches/3.4-RELEASE
1759    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
1760
1761  r38371@tin-foil:  glasser | 2005-08-02 15:05:25 -0400
1762  RT-Ticket: 6899
1763  RT-Status: resolved
1764  RT-Update: correspond
1765  
1766  When limiting based on a whole date, make sure you're not being pushed to 
1767  another if you happen to be east of GMT.
1768  
1769  Patch by Ruslan Zakirov, problem found by Olivier Horec.
1770
1771 ------------------------------------------------------------------------
1772 r3581 | glasser | 2005-08-02 15:08:03 -0400 (Tue, 02 Aug 2005) | 4 lines
1773 Changed paths:
1774    M /rt/branches/3.4-RELEASE
1775    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
1776    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
1777
1778  r36571@tin-foil:  glasser | 2005-07-08 16:53:26 -0400
1779  Fix from Tom Yu; if the Handle will give us a server-side function to lowercase
1780  values, use that.
1781
1782 ------------------------------------------------------------------------
1783 r3579 | kevinr | 2005-08-02 14:22:27 -0400 (Tue, 02 Aug 2005) | 7 lines
1784 Changed paths:
1785    M /rt/branches/3.4-RELEASE
1786    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
1787
1788  r6837@SAD-GIRL-IN-SNOW:  kevinr | 2005-08-02 14:20:51 -0400
1789  RT-Ticket: 6897
1790  RT-Status: resolved
1791  RT-Update: correspond
1792  
1793  * Incorporated the updated Italian translation from Angelo Turetta
1794
1795 ------------------------------------------------------------------------
1796 r3576 | robert | 2005-08-02 00:23:36 -0400 (Tue, 02 Aug 2005) | 3 lines
1797 Changed paths:
1798    M /rt/branches/3.4-RELEASE
1799    M /rt/branches/3.4-RELEASE/html/Elements/Menu
1800
1801  r3582@woof:  rspier | 2005-08-01 21:20:12 -0700
1802  allow arbitrary https?: urls in the menus
1803
1804 ------------------------------------------------------------------------
1805 r3564 | jesse | 2005-07-30 11:11:02 -0400 (Sat, 30 Jul 2005) | 1 line
1806 Changed paths:
1807    M /rt/branches/3.4-RELEASE
1808
1809
1810 ------------------------------------------------------------------------
1811 r3563 | jesse | 2005-07-30 11:10:42 -0400 (Sat, 30 Jul 2005) | 3 lines
1812 Changed paths:
1813    M /rt/branches/3.4-RELEASE
1814    M /rt/branches/3.4-RELEASE/releng.cnf
1815
1816  r7153@hualien:  jesse | 2005-07-30 11:07:37 -0400
1817  3.4.3rc2
1818
1819 ------------------------------------------------------------------------
1820 r3562 | jesse | 2005-07-30 11:10:02 -0400 (Sat, 30 Jul 2005) | 5 lines
1821 Changed paths:
1822    M /rt/branches/3.4-RELEASE
1823    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
1824    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
1825    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
1826    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
1827    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
1828    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
1829    M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
1830    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
1831    M /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
1832    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
1833    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
1834    M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
1835    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
1836    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
1837    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
1838    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
1839    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
1840    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
1841
1842  r7152@hualien:  jesse | 2005-07-30 11:06:46 -0400
1843  * German and Danish translation header fixes. 
1844  besides that just a message catalog regenration
1845  
1846
1847 ------------------------------------------------------------------------
1848 r3546 | kevinr | 2005-07-28 14:51:34 -0400 (Thu, 28 Jul 2005) | 8 lines
1849 Changed paths:
1850    M /rt/branches/3.4-RELEASE
1851    M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
1852
1853  r6713@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-28 14:50:47 -0400
1854  RT-Ticket: 6892
1855  RT-Status: resolved
1856  RT-Update: correspond
1857  
1858  * Applied patch from Hsin-Chan Chien to fix a bug with attachment uploading
1859  in SelfService mode.
1860
1861 ------------------------------------------------------------------------
1862 r3501 | alexmv | 2005-07-18 15:00:38 -0400 (Mon, 18 Jul 2005) | 3 lines
1863 Changed paths:
1864    M /rt/branches/3.4-RELEASE
1865    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1866
1867  r5198@zoq-fot-pik:  chmrr | 2005-07-18 14:59:07 -0400
1868   * Fix TransactionBatch / DESTROY bug (backport from QUEBEC)
1869
1870 ------------------------------------------------------------------------
1871 r3498 | jesse | 2005-07-18 13:46:24 -0400 (Mon, 18 Jul 2005) | 3 lines
1872 Changed paths:
1873    M /rt/branches/3.4-RELEASE
1874    M /rt/branches/3.4-RELEASE/releng.cnf
1875
1876  r4894@hualien:  jesse | 2005-07-18 13:44:44 -0400
1877  * releng.cnf bump to rc1
1878
1879 ------------------------------------------------------------------------
1880 r3476 | kevinr | 2005-07-14 18:22:40 -0400 (Thu, 14 Jul 2005) | 4 lines
1881 Changed paths:
1882    M /rt/branches/3.4-RELEASE
1883    M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
1884    M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
1885
1886  r6308@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-14 18:22:19 -0400
1887  * Applied Ruslan Zakirov's patch to fix the way ACE Object{,Type,Id} handles
1888  arguments
1889
1890 ------------------------------------------------------------------------
1891 r3466 | kevinr | 2005-07-12 18:35:15 -0400 (Tue, 12 Jul 2005) | 7 lines
1892 Changed paths:
1893    M /rt/branches/3.4-RELEASE
1894    A /rt/branches/3.4-RELEASE/lib/t/regression/07rights.t
1895
1896  r6229@sad-girl-in-snow:  kevinr | 2005-07-12 18:34:56 -0400
1897  RT-Ticket: 6825
1898  RT-Status: resolved
1899  RT-Update: correspond
1900  
1901  Added Ruslan Zakirov's new queue-rights tests.
1902
1903 ------------------------------------------------------------------------
1904 r3465 | kevinr | 2005-07-12 18:12:03 -0400 (Tue, 12 Jul 2005) | 3 lines
1905 Changed paths:
1906    M /rt/branches/3.4-RELEASE
1907    M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
1908    M /rt/branches/3.4-RELEASE/lib/RT.pm.in
1909
1910  r6225@sad-girl-in-snow:  kevinr | 2005-07-12 18:06:39 -0400
1911  * Applied Ruslan Zakirov's patch to clean up the ACE code and a trailing \n
1912
1913 ------------------------------------------------------------------------
1914 r3464 | alexmv | 2005-07-12 12:22:01 -0400 (Tue, 12 Jul 2005) | 13 lines
1915 Changed paths:
1916    M /rt/branches/3.4-RELEASE
1917    M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
1918    M /rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm
1919    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
1920    M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
1921    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
1922    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
1923    M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
1924    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1925
1926  r4959@zoq-fot-pik:  chmrr | 2005-07-12 12:22:32 -0400
1927   * Better threading support; Message-IDs of emails are based on the
1928     transaction which spawned them.
1929  
1930   * Support for ScripActionObj in Action::Generic (argument was being
1931     passed in but never used)
1932  
1933   * Standardize on case of 'Message-ID' per RFC
1934  
1935   * Remove newline from Message-ID before inserting into DB
1936  
1937   * Fixed minor HTML nit in PageLayout
1938
1939 ------------------------------------------------------------------------
1940 r3416 | kevinr | 2005-07-07 17:36:00 -0400 (Thu, 07 Jul 2005) | 3 lines
1941 Changed paths:
1942    M /rt/branches/3.4-RELEASE
1943    M /rt/branches/3.4-RELEASE/lib/RT/CustomField.pm
1944    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
1945    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
1946    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
1947
1948  r6064@sad-girl-in-snow:  kevinr | 2005-07-07 17:35:40 -0400
1949  * Updated the custom field perldoc to explain some non-intuitive behavior.
1950
1951 ------------------------------------------------------------------------
1952 r3414 | kevinr | 2005-07-07 16:19:34 -0400 (Thu, 07 Jul 2005) | 4 lines
1953 Changed paths:
1954    M /rt/branches/3.4-RELEASE
1955    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
1956
1957  r6055@sad-girl-in-snow:  kevinr | 2005-07-07 16:19:18 -0400
1958  * Noted the deprecation of the *Ticket methods in the perldoc
1959  * Corrected some copied-and-pasted-but-not-fully-updated error messages
1960
1961 ------------------------------------------------------------------------
1962 r3405 | kevinr | 2005-07-06 16:08:17 -0400 (Wed, 06 Jul 2005) | 3 lines
1963 Changed paths:
1964    M /rt/branches/3.4-RELEASE
1965    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
1966
1967  r6033@sad-girl-in-snow:  kevinr | 2005-07-06 16:07:34 -0400
1968  * Improving consistency of perldoc presentation
1969
1970 ------------------------------------------------------------------------
1971 r3404 | kevinr | 2005-07-06 14:53:19 -0400 (Wed, 06 Jul 2005) | 3 lines
1972 Changed paths:
1973    M /rt/branches/3.4-RELEASE
1974    M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
1975
1976  r6009@sad-girl-in-snow:  kevinr | 2005-07-06 14:39:22 -0400
1977  * Documented the behavior which was tripping me up.
1978
1979 ------------------------------------------------------------------------
1980 r3399 | alexmv | 2005-07-06 11:07:45 -0400 (Wed, 06 Jul 2005) | 3 lines
1981 Changed paths:
1982    M /rt/branches/3.4-RELEASE
1983    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
1984    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransaction
1985
1986  r4801@zoq-fot-pik:  chmrr | 2005-07-06 11:03:17 -0400
1987   * Fix '#' links after ticket update
1988
1989 ------------------------------------------------------------------------
1990 r3394 | glasser | 2005-07-05 21:53:14 -0400 (Tue, 05 Jul 2005) | 9 lines
1991 Changed paths:
1992    M /rt/branches/3.4-RELEASE
1993    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
1994
1995  r36303@tin-foil:  glasser | 2005-07-05 19:55:16 -0300
1996  RT-Ticket: 6757
1997  RT-Status: resolved
1998  RT-Update: correspond
1999  
2000  Transaction custom fields weren't always being set in Updates, because
2001  Transaction->UpdateCustomFields was being confused by the -Magic values.
2002  (I should write a test for this, too.)
2003
2004 ------------------------------------------------------------------------
2005 r3393 | glasser | 2005-07-05 21:52:54 -0400 (Tue, 05 Jul 2005) | 13 lines
2006 Changed paths:
2007    M /rt/branches/3.4-RELEASE
2008
2009  r36299@tin-foil:  glasser | 2005-07-05 16:39:02 -0300
2010  RT-Ticket: 6774
2011  RT-Status: resolved
2012  RT-Update: correspond
2013  
2014  Actually set password when creating a new user, and clean up the error reporting
2015  from password setting.  (And if you don't manage to set a password (either by leaving
2016  it blank or by entering an invalid password) when creating a user, add a notice that
2017  the user won't be able to log in.)  Also, indentation cleanup.
2018  
2019  Patch by Ruslan Zakirov.
2020  
2021
2022 ------------------------------------------------------------------------
2023 r3392 | glasser | 2005-07-05 21:52:35 -0400 (Tue, 05 Jul 2005) | 7 lines
2024 Changed paths:
2025    M /rt/branches/3.4-RELEASE
2026
2027  r36292@tin-foil:  glasser | 2005-07-05 13:43:16 -0300
2028  RT-Ticket: 6811
2029  RT-Status: resolved
2030  RT-Update: correspond
2031  
2032  Update French localization for 3.4.2 (thanks to J?\195?\169r?\195?\180me Fenal)
2033
2034 ------------------------------------------------------------------------
2035 r3391 | kevinr | 2005-07-05 20:48:09 -0400 (Tue, 05 Jul 2005) | 9 lines
2036 Changed paths:
2037    M /rt/branches/3.4-RELEASE
2038    M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
2039
2040  r6005@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-05 20:47:55 -0400
2041  RT-Ticket: 6505
2042  RT-Status: resolved
2043  RT-Update: correspond
2044  
2045  Fixed the bug Seph noted where the "Brief/Full Headers" links in SelfService
2046  were attempting to direct the user to /Ticket/Display.html instead of 
2047  /SelfService/Display.html
2048
2049 ------------------------------------------------------------------------
2050 r3390 | kevinr | 2005-07-05 19:11:14 -0400 (Tue, 05 Jul 2005) | 3 lines
2051 Changed paths:
2052    M /rt/branches/3.4-RELEASE
2053    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
2054
2055  r5982@SAD-GIRL-IN-SNOW:  kevinr | 2005-07-05 19:06:09 -0400
2056  * Fixed a typo in the perldoc
2057
2058 ------------------------------------------------------------------------
2059 r3389 | glasser | 2005-07-05 16:05:39 -0400 (Tue, 05 Jul 2005) | 13 lines
2060 Changed paths:
2061    M /rt/branches/3.4-RELEASE
2062    M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
2063    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
2064
2065  r36299@tin-foil:  glasser | 2005-07-05 16:39:02 -0300
2066  RT-Ticket: 6774
2067  RT-Status: resolved
2068  RT-Update: correspond
2069  
2070  Actually set password when creating a new user, and clean up the error reporting
2071  from password setting.  (And if you don't manage to set a password (either by leaving
2072  it blank or by entering an invalid password) when creating a user, add a notice that
2073  the user won't be able to log in.)  Also, indentation cleanup.
2074  
2075  Patch by Ruslan Zakirov.
2076  
2077
2078 ------------------------------------------------------------------------
2079 r3388 | glasser | 2005-07-05 12:45:50 -0400 (Tue, 05 Jul 2005) | 7 lines
2080 Changed paths:
2081    M /rt/branches/3.4-RELEASE
2082    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
2083
2084  r36292@tin-foil:  glasser | 2005-07-05 13:43:16 -0300
2085  RT-Ticket: 6811
2086  RT-Status: resolved
2087  RT-Update: correspond
2088  
2089  Update French localization for 3.4.2 (thanks to J?\195?\169r?\195?\180me Fenal)
2090
2091 ------------------------------------------------------------------------
2092 r3379 | glasser | 2005-07-04 14:18:35 -0400 (Mon, 04 Jul 2005) | 7 lines
2093 Changed paths:
2094    M /rt/branches/3.4-RELEASE
2095    M /rt/branches/3.4-RELEASE/html/Search/Results.html
2096
2097  r36245@tin-foil:  glasser | 2005-07-04 14:10:53 -0300
2098  RT-Ticket: 6747
2099  RT-Status: resolved
2100  RT-Update: Correspond
2101  
2102  Shorter links for RSS feed and offline 
2103
2104 ------------------------------------------------------------------------
2105 r3378 | robert | 2005-07-04 00:40:37 -0400 (Mon, 04 Jul 2005) | 4 lines
2106 Changed paths:
2107    M /rt/branches/3.4-RELEASE
2108    M /rt/branches/3.4-RELEASE/bin/rt.in
2109
2110  r3412@bear:  rspier | 2005-07-04T04:39:33.953112Z
2111  documentation error, use -m not -t
2112  
2113
2114 ------------------------------------------------------------------------
2115 r3295 | jesse | 2005-07-03 16:37:15 -0400 (Sun, 03 Jul 2005) | 3 lines
2116 Changed paths:
2117    M /rt/branches/3.4-RELEASE
2118    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
2119
2120  r22106@hualien:  jesse | 2005-07-03 16:35:22 -0400
2121  * We don't actually need a newer Text::WikiFormat
2122
2123 ------------------------------------------------------------------------
2124 r3293 | jesse | 2005-07-03 16:14:29 -0400 (Sun, 03 Jul 2005) | 3 lines
2125 Changed paths:
2126    M /rt/branches/3.4-RELEASE
2127    M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
2128    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
2129    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
2130    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
2131    M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
2132
2133  r22091@hualien:  jesse | 2005-07-03 16:13:10 -0400
2134   * Disabling a new feature that might be dangerous; test fixes; cf fixes
2135
2136 ------------------------------------------------------------------------
2137 r3292 | jesse | 2005-07-03 16:14:21 -0400 (Sun, 03 Jul 2005) | 4 lines
2138 Changed paths:
2139    M /rt/branches/3.4-RELEASE
2140    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
2141
2142  r22039@hualien:  jesse | 2005-07-01 21:05:38 -0400
2143  * Refactoring of how RT::Record deals with custom fields for greater consistency
2144  
2145
2146 ------------------------------------------------------------------------
2147 r3272 | alexmv | 2005-07-01 00:32:15 -0400 (Fri, 01 Jul 2005) | 1 line
2148 Changed paths:
2149    M /rt/branches/3.4-RELEASE
2150
2151
2152 ------------------------------------------------------------------------
2153 r3271 | alexmv | 2005-07-01 00:32:10 -0400 (Fri, 01 Jul 2005) | 3 lines
2154 Changed paths:
2155    M /rt/branches/3.4-RELEASE
2156    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
2157
2158  r4556@zoq-fot-pik:  chmrr | 2005-06-30 17:58:57 -0400
2159   * Don't assume link is happy on creation
2160
2161 ------------------------------------------------------------------------
2162 r3270 | alexmv | 2005-07-01 00:32:06 -0400 (Fri, 01 Jul 2005) | 3 lines
2163 Changed paths:
2164    M /rt/branches/3.4-RELEASE
2165    M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
2166    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
2167
2168  r4555@zoq-fot-pik:  chmrr | 2005-06-30 17:36:05 -0400
2169   * WikiText updates to auto-link http:// style links
2170
2171 ------------------------------------------------------------------------
2172 r3261 | kevinr | 2005-06-28 18:47:38 -0400 (Tue, 28 Jun 2005) | 7 lines
2173 Changed paths:
2174    M /rt/branches/3.4-RELEASE
2175    M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
2176
2177  r5752@sad-girl-in-snow:  kevinr | 2005-06-28 17:45:36 -0500
2178  RT-Ticket: 6745
2179  RT-Status: resolved
2180  RT-Update: correspond
2181  
2182  Applied Seph's patch to add a BeforeShowHistory callback.
2183
2184 ------------------------------------------------------------------------
2185 r3254 | jesse | 2005-06-27 11:39:18 -0400 (Mon, 27 Jun 2005) | 3 lines
2186 Changed paths:
2187    M /rt/branches/3.4-RELEASE
2188    M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
2189
2190  r21952@hualien:  jesse | 2005-06-27 11:38:54 -0400
2191  * Fixed a broken callback
2192
2193 ------------------------------------------------------------------------
2194 r3252 | jesse | 2005-06-24 13:55:24 -0400 (Fri, 24 Jun 2005) | 3 lines
2195 Changed paths:
2196    M /rt/branches/3.4-RELEASE
2197    M /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
2198
2199  r21656@hualien:  jesse | 2005-06-24 13:53:26 -0400
2200   * New Indonesian translation from James Briggs
2201
2202 ------------------------------------------------------------------------
2203 r3251 | jesse | 2005-06-24 13:55:11 -0400 (Fri, 24 Jun 2005) | 3 lines
2204 Changed paths:
2205    M /rt/branches/3.4-RELEASE
2206    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
2207
2208  r21522@hualien:  jesse | 2005-06-23 19:49:51 -0400
2209  * Some warning avoidance in Action/SendEmail.pm
2210
2211 ------------------------------------------------------------------------
2212 r3250 | jesse | 2005-06-24 13:54:56 -0400 (Fri, 24 Jun 2005) | 3 lines
2213 Changed paths:
2214    M /rt/branches/3.4-RELEASE
2215    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
2216
2217  r21521@hualien:  jesse | 2005-06-23 19:49:30 -0400
2218  * Custom field edit widget bullet proofing
2219
2220 ------------------------------------------------------------------------
2221 r3249 | jesse | 2005-06-24 13:54:42 -0400 (Fri, 24 Jun 2005) | 3 lines
2222 Changed paths:
2223    M /rt/branches/3.4-RELEASE
2224    M /rt/branches/3.4-RELEASE/lib/t/regression/07acl.t
2225    M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
2226
2227  r21520@hualien:  jesse | 2005-06-23 19:49:06 -0400
2228  * Test suite improvements and cleanups
2229
2230 ------------------------------------------------------------------------
2231 r3248 | jesse | 2005-06-24 13:54:19 -0400 (Fri, 24 Jun 2005) | 3 lines
2232 Changed paths:
2233    M /rt/branches/3.4-RELEASE
2234
2235  r20757@hualien:  jesse | 2005-06-17 19:34:37 -0400
2236   * Updated mailgateway documentation
2237
2238 ------------------------------------------------------------------------
2239 r3246 | alexmv | 2005-06-23 17:48:26 -0400 (Thu, 23 Jun 2005) | 7 lines
2240 Changed paths:
2241    M /rt/branches/3.4-RELEASE
2242    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
2243
2244  r4485@zoq-fot-pik:  chmrr | 2005-06-23 17:50:48 -0400
2245  RT-Ticket: 6781
2246  RT-Update: correspond
2247  RT-Status: resolved
2248  
2249   * _AddWatcher takes Email, not Person; thanks to Andreas Jakum <ajakum@inode.at>
2250
2251 ------------------------------------------------------------------------
2252 r3245 | alexmv | 2005-06-23 17:43:57 -0400 (Thu, 23 Jun 2005) | 7 lines
2253 Changed paths:
2254    M /rt/branches/3.4-RELEASE
2255    M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
2256
2257  r4483@zoq-fot-pik:  chmrr | 2005-06-23 17:46:18 -0400
2258  RT-Ticket: 6782
2259  RT-Update: correspond
2260  RT-Status: resolved
2261  
2262   * Fix perl invocation; thanks to Kim Toms <kim.toms@gmail.com>
2263
2264 ------------------------------------------------------------------------
2265 r3244 | alexmv | 2005-06-23 17:37:31 -0400 (Thu, 23 Jun 2005) | 3 lines
2266 Changed paths:
2267    M /rt/branches/3.4-RELEASE
2268    M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
2269
2270  r4481@zoq-fot-pik:  chmrr | 2005-06-23 17:39:53 -0400
2271   * Actually fix the escaping bug
2272
2273 ------------------------------------------------------------------------
2274 r3243 | alexmv | 2005-06-23 16:58:14 -0400 (Thu, 23 Jun 2005) | 3 lines
2275 Changed paths:
2276    M /rt/branches/3.4-RELEASE
2277    M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
2278
2279  r4469@zoq-fot-pik:  chmrr | 2005-06-23 17:00:09 -0400
2280   * Escape queue name properly
2281
2282 ------------------------------------------------------------------------
2283 r3242 | alexmv | 2005-06-23 16:58:02 -0400 (Thu, 23 Jun 2005) | 3 lines
2284 Changed paths:
2285    M /rt/branches/3.4-RELEASE
2286    M /rt/branches/3.4-RELEASE/html/Elements/MyRequests
2287    M /rt/branches/3.4-RELEASE/html/Elements/MyTickets
2288
2289  r4468@zoq-fot-pik:  chmrr | 2005-06-23 16:59:51 -0400
2290   * Remove possible closure issue (my $foo = .... if $bar;)
2291
2292 ------------------------------------------------------------------------
2293 r3241 | alexmv | 2005-06-23 16:57:54 -0400 (Thu, 23 Jun 2005) | 3 lines
2294 Changed paths:
2295    M /rt/branches/3.4-RELEASE
2296    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
2297
2298  r4467@zoq-fot-pik:  chmrr | 2005-06-23 16:58:52 -0400
2299   * Doc that CanonicalizeEmailAddress may be called as static
2300
2301 ------------------------------------------------------------------------
2302 r3240 | alexmv | 2005-06-23 16:57:51 -0400 (Thu, 23 Jun 2005) | 3 lines
2303 Changed paths:
2304    M /rt/branches/3.4-RELEASE
2305    M /rt/branches/3.4-RELEASE/lib/RT.pm.in
2306
2307  r4466@zoq-fot-pik:  chmrr | 2005-06-23 16:58:19 -0400
2308   * Document Set() a little better
2309
2310 ------------------------------------------------------------------------
2311 r3227 | jesse | 2005-06-18 23:47:04 -0400 (Sat, 18 Jun 2005) | 2 lines
2312 Changed paths:
2313    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
2314
2315 * Fixed typo in kevin's fix (/l is a filter. it needs the |)
2316
2317 ------------------------------------------------------------------------
2318 r3226 | kevinr | 2005-06-18 22:37:51 -0400 (Sat, 18 Jun 2005) | 3 lines
2319 Changed paths:
2320    M /rt/branches/3.4-RELEASE
2321    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
2322
2323  r4496@sad-girl-in-snow:  kevinr | 2005-06-18 21:37:27 -0500
2324  * Fixes possible cross-site scripting bug.
2325
2326 ------------------------------------------------------------------------
2327 r3225 | kevinr | 2005-06-18 22:26:51 -0400 (Sat, 18 Jun 2005) | 1 line
2328 Changed paths:
2329    M /rt/branches/3.4-RELEASE
2330
2331
2332 ------------------------------------------------------------------------
2333 r3224 | kevinr | 2005-06-18 22:26:40 -0400 (Sat, 18 Jun 2005) | 5 lines
2334 Changed paths:
2335    M /rt/branches/3.4-RELEASE
2336    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
2337
2338  r4487@sad-girl-in-snow:  kevinr | 2005-06-18 21:23:04 -0500
2339  * Fixed a typo
2340  * now use $RT::WebAddress because it's a good idea
2341  * now localize 'Scrip' and number, instead of only the former
2342
2343 ------------------------------------------------------------------------
2344 r3223 | kevinr | 2005-06-18 03:41:38 -0400 (Sat, 18 Jun 2005) | 3 lines
2345 Changed paths:
2346    M /rt/branches/3.4-RELEASE
2347    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditScrips
2348    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
2349
2350  r4484@sad-girl-in-snow:  kevinr | 2005-06-18 02:40:00 -0500
2351  * Cleaned up the list-of-scrips element and made it provide more useful info.
2352
2353 ------------------------------------------------------------------------
2354 r3222 | jesse | 2005-06-17 19:36:28 -0400 (Fri, 17 Jun 2005) | 3 lines
2355 Changed paths:
2356    M /rt/branches/3.4-RELEASE
2357    M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
2358
2359  r20757@hualien:  jesse | 2005-06-17 19:34:37 -0400
2360   * Updated mailgateway documentation
2361
2362 ------------------------------------------------------------------------
2363 r3212 | jesse | 2005-06-16 12:40:01 -0400 (Thu, 16 Jun 2005) | 3 lines
2364 Changed paths:
2365    M /rt/branches/3.4-RELEASE
2366    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
2367    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
2368    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
2369    M /rt/branches/3.4-RELEASE/lib/RT/I18N/en.po
2370    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
2371    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
2372    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
2373    M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
2374    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
2375    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
2376    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
2377    M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
2378    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
2379    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
2380    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
2381    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
2382    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
2383    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
2384
2385  r20717@hualien:  jesse | 2005-06-16 12:24:50 -0400
2386  * Message catalog updates
2387
2388 ------------------------------------------------------------------------
2389 r3211 | jesse | 2005-06-16 12:39:48 -0400 (Thu, 16 Jun 2005) | 9 lines
2390 Changed paths:
2391    M /rt/branches/3.4-RELEASE
2392    M /rt/branches/3.4-RELEASE/lib/RT/Action/Notify.pm
2393
2394  r20716@hualien:  jesse | 2005-06-16 12:23:58 -0400
2395   r20713@hualien:  jesse | 2005-06-16 12:16:28 -0400
2396    r20711@hualien (orig r3204):  alexmv | 2005-06-16 04:31:40 -0400
2397     r4308@zoq-fot-pik:  chmrr | 2005-06-16 04:31:30 -0400
2398      * Missed an lc
2399    
2400   
2401  
2402
2403 ------------------------------------------------------------------------
2404 r3210 | jesse | 2005-06-16 12:39:36 -0400 (Thu, 16 Jun 2005) | 10 lines
2405 Changed paths:
2406    M /rt/branches/3.4-RELEASE
2407    M /rt/branches/3.4-RELEASE/lib/RT/Action/Notify.pm
2408    M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
2409    M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
2410
2411  r20715@hualien:  jesse | 2005-06-16 12:20:34 -0400
2412   r20712@hualien:  jesse | 2005-06-16 12:16:22 -0400
2413    r20710@hualien (orig r3203):  alexmv | 2005-06-16 04:29:14 -0400
2414     r4306@zoq-fot-pik:  chmrr | 2005-06-16 04:29:06 -0400
2415      * Move /^$foo$/ regexes to use eq instead, to prevent regex insertion
2416        exploits
2417    
2418   
2419  
2420
2421 ------------------------------------------------------------------------
2422 r3209 | jesse | 2005-06-16 12:39:21 -0400 (Thu, 16 Jun 2005) | 9 lines
2423 Changed paths:
2424    M /rt/branches/3.4-RELEASE
2425    M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
2426
2427  r20714@hualien:  jesse | 2005-06-16 12:20:30 -0400
2428   r20705@hualien:  jesse | 2005-06-16 12:11:06 -0400
2429    r19183@hualien (orig r3063):  pdh | 2005-06-03 01:01:55 -0400
2430    Misleading error referred to IsApplicable, not Commit
2431    
2432    
2433   
2434  
2435
2436 ------------------------------------------------------------------------
2437 r3208 | jesse | 2005-06-16 12:39:07 -0400 (Thu, 16 Jun 2005) | 1 line
2438 Changed paths:
2439    M /rt/branches/3.4-RELEASE
2440
2441
2442 ------------------------------------------------------------------------
2443 r3207 | jesse | 2005-06-16 12:38:53 -0400 (Thu, 16 Jun 2005) | 1 line
2444 Changed paths:
2445    M /rt/branches/3.4-RELEASE
2446
2447
2448 ------------------------------------------------------------------------
2449 r3206 | jesse | 2005-06-16 12:38:40 -0400 (Thu, 16 Jun 2005) | 1 line
2450 Changed paths:
2451    M /rt/branches/3.4-RELEASE
2452    M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
2453
2454
2455 ------------------------------------------------------------------------
2456 r3205 | jesse | 2005-06-16 12:38:27 -0400 (Thu, 16 Jun 2005) | 1 line
2457 Changed paths:
2458    M /rt/branches/3.4-RELEASE
2459    M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
2460
2461
2462 ------------------------------------------------------------------------
2463 r3181 | alexmv | 2005-06-15 17:52:14 -0400 (Wed, 15 Jun 2005) | 1 line
2464 Changed paths:
2465    M /rt/branches/3.4-RELEASE
2466
2467
2468 ------------------------------------------------------------------------
2469 r3180 | alexmv | 2005-06-15 17:52:08 -0400 (Wed, 15 Jun 2005) | 3 lines
2470 Changed paths:
2471    M /rt/branches/3.4-RELEASE
2472    A /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldBinary
2473
2474  r4266@zoq-fot-pik:  chmrr | 2005-06-15 17:51:16 -0400
2475   * Backport r3147 from quebec
2476
2477 ------------------------------------------------------------------------
2478 r3170 | jesse | 2005-06-15 15:58:48 -0400 (Wed, 15 Jun 2005) | 4 lines
2479 Changed paths:
2480    M /rt/branches/3.4-RELEASE
2481    M /rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
2482
2483  r20542@hualien:  jesse | 2005-06-15 15:56:43 -0400
2484  * Made search-by-any-customfield work
2485  
2486
2487 ------------------------------------------------------------------------
2488 r3155 | jesse | 2005-06-14 17:00:26 -0400 (Tue, 14 Jun 2005) | 4 lines
2489 Changed paths:
2490    M /rt/branches/3.4-RELEASE
2491    A /rt/branches/3.4-RELEASE/lib/RT/I18N/id.po
2492
2493  r20078@hualien:  jesse | 2005-06-14 16:57:41 -0400
2494  * First draft Indonesian message catalog from James Briggs
2495  
2496
2497 ------------------------------------------------------------------------
2498 r3142 | kevinr | 2005-06-13 15:43:08 -0400 (Mon, 13 Jun 2005) | 3 lines
2499 Changed paths:
2500    M /rt/branches/3.4-RELEASE
2501    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
2502
2503  r4210@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-13 15:39:50 -0400
2504  * fixed a couple small issues with the perldoc format
2505
2506 ------------------------------------------------------------------------
2507 r3120 | kevinr | 2005-06-09 01:33:18 -0400 (Thu, 09 Jun 2005) | 3 lines
2508 Changed paths:
2509    M /rt/branches/3.4-RELEASE
2510    M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
2511
2512  r4110@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-09 01:30:22 -0400
2513  * fixed the mis-typed perldoc tags
2514
2515 ------------------------------------------------------------------------
2516 r3119 | kevinr | 2005-06-09 01:32:41 -0400 (Thu, 09 Jun 2005) | 4 lines
2517 Changed paths:
2518    M /rt/branches/3.4-RELEASE
2519    M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
2520
2521  r4107@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-09 00:43:23 -0400
2522  * makes RT::ScripAction::Load return ($id, $message) instead of just $message,
2523  and adds perldoc for Load() to that effect.
2524
2525 ------------------------------------------------------------------------
2526 r3116 | jesse | 2005-06-09 01:00:12 -0400 (Thu, 09 Jun 2005) | 4 lines
2527 Changed paths:
2528    M /rt/branches/3.4-RELEASE
2529    M /rt/branches/3.4-RELEASE/releng.cnf
2530
2531  r19701@hualien:  jesse | 2005-06-09 00:58:09 -0400
2532  * Bumping to 3.4.3pre1
2533  
2534
2535 ------------------------------------------------------------------------
2536 r3094 | kevinr | 2005-06-08 18:44:39 -0400 (Wed, 08 Jun 2005) | 4 lines
2537 Changed paths:
2538    M /rt/branches/3.4-RELEASE
2539    M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
2540    M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
2541    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
2542    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
2543    M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
2544
2545  r4080@sad-girl-in-snow:  kevinr | 2005-06-08 18:35:07 -0400
2546  * Applied Ruslan Zakirov's ext-mailgate patch, which allows you to take or 
2547  resolve tickets by e-mail.
2548
2549 ------------------------------------------------------------------------
2550 r3085 | kevinr | 2005-06-07 19:29:11 -0400 (Tue, 07 Jun 2005) | 3 lines
2551 Changed paths:
2552    M /rt/branches/3.4-RELEASE
2553    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
2554
2555  r4043@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-07 19:28:11 -0400
2556  * Added return format information to perldoc for Comment() and Correspond()
2557
2558 ------------------------------------------------------------------------
2559 r3084 | kevinr | 2005-06-07 19:28:29 -0400 (Tue, 07 Jun 2005) | 4 lines
2560 Changed paths:
2561    M /rt/branches/3.4-RELEASE
2562
2563  r3943@SAD-GIRL-IN-SNOW:  kevinr | 2005-06-02 16:12:07 -0400
2564  * Applied patch from Steve Turner to add a default callback to the Queue
2565  Admin page.
2566
2567 ------------------------------------------------------------------------
2568 r3077 | alexmv | 2005-06-07 17:56:50 -0400 (Tue, 07 Jun 2005) | 3 lines
2569 Changed paths:
2570    M /rt/branches/3.4-RELEASE
2571    M /rt/branches/3.4-RELEASE/bin/mason_handler.svc.in
2572    M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
2573    M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
2574    M /rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm
2575    M /rt/branches/3.4-RELEASE/lib/RT/Action/EscalatePriority.pm
2576    M /rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm
2577    M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
2578    M /rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
2579    M /rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm
2580    M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
2581    M /rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
2582    M /rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm
2583    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
2584    M /rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
2585    M /rt/branches/3.4-RELEASE/lib/RT/Date.pm
2586    M /rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm
2587    M /rt/branches/3.4-RELEASE/lib/RT/GroupMembers_Overlay.pm
2588    M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
2589    M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
2590    M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
2591    M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
2592    M /rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
2593    M /rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm
2594    M /rt/branches/3.4-RELEASE/lib/RT/Principals_Overlay.pm
2595    M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
2596    M /rt/branches/3.4-RELEASE/lib/RT/Queues_Overlay.pm
2597    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
2598    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
2599    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
2600    M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
2601    M /rt/branches/3.4-RELEASE/lib/RT/ScripActions_Overlay.pm
2602    M /rt/branches/3.4-RELEASE/lib/RT/ScripCondition_Overlay.pm
2603    M /rt/branches/3.4-RELEASE/lib/RT/ScripConditions_Overlay.pm
2604    M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
2605    M /rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
2606    M /rt/branches/3.4-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
2607    M /rt/branches/3.4-RELEASE/lib/RT/Search/FromSQL.pm
2608    M /rt/branches/3.4-RELEASE/lib/RT/Search/Generic.pm
2609    M /rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
2610    M /rt/branches/3.4-RELEASE/lib/RT/System.pm
2611    M /rt/branches/3.4-RELEASE/lib/RT/Templates_Overlay.pm
2612    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
2613    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
2614    M /rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
2615    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
2616    M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
2617
2618  r4010@zoq-fot-pik:  chmrr | 2005-06-07 17:08:18 -0400
2619   * Whitespace fixes for proper POD
2620
2621 ------------------------------------------------------------------------
2622 r3073 | jesse | 2005-06-05 17:30:17 -0400 (Sun, 05 Jun 2005) | 3 lines
2623 Changed paths:
2624    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
2625
2626
2627 * Updated EmailSubjectTagRegex documentation. Thanks to Phil Homewood for spotting it.
2628
2629 ------------------------------------------------------------------------
2630 r3070 | robert | 2005-06-03 23:36:50 -0400 (Fri, 03 Jun 2005) | 9 lines
2631 Changed paths:
2632    M /rt/branches/3.4-RELEASE
2633    M /rt/branches/3.4-RELEASE/configure.ac
2634
2635  r3078@bear:  rspier | 2005-06-04T03:36:19.749340Z
2636  RT-Ticket: 6748
2637  RT-Status: resolved
2638  RT-Update: correspond
2639  
2640  Fallback to $LOGNAME if $USER isn't defined for --with-my-user-group
2641  
2642  
2643
2644 ------------------------------------------------------------------------
2645 r3059 | kevinr | 2005-06-02 16:17:31 -0400 (Thu, 02 Jun 2005) | 4 lines
2646 Changed paths:
2647    M /rt/branches/3.4-RELEASE
2648    M /rt/branches/3.4-RELEASE/html/Admin/Groups/Modify.html
2649
2650  r3943@STRATTON-THREE-TWENTY-SEVEN:  kevinr | 2005-06-02 16:12:07 -0400
2651  * Applied patch from Steve Turner to add a default callback to the Queue
2652  Admin page.
2653
2654 ------------------------------------------------------------------------
2655 r3057 | robert | 2005-06-02 00:15:13 -0400 (Thu, 02 Jun 2005) | 4 lines
2656 Changed paths:
2657    M /rt/branches/3.4-RELEASE
2658    M /rt/branches/3.4-RELEASE/lib/RT/Action/AutoOpen.pm
2659
2660  r3073@bear:  rspier | 2005-06-02T04:14:40.726890Z
2661  Support for RT-Control: no-autoopen 
2662  
2663
2664 ------------------------------------------------------------------------
2665 r3056 | glasser | 2005-06-01 18:39:36 -0400 (Wed, 01 Jun 2005) | 1 line
2666 Changed paths:
2667    M /rt/branches/3.4-RELEASE
2668
2669
2670 ------------------------------------------------------------------------
2671 r3055 | glasser | 2005-06-01 18:39:12 -0400 (Wed, 01 Jun 2005) | 3 lines
2672 Changed paths:
2673    M /rt/branches/3.4-RELEASE
2674    M /rt/branches/3.4-RELEASE/lib/t/regression/04send_email.t
2675    M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
2676    M /rt/branches/3.4-RELEASE/lib/t/regression/21query-builder.t
2677
2678  r33654@tin-foil:  glasser | 2005-06-01 16:36:18 -0400
2679  Fix some test plans, mark some QB tests TODO
2680
2681 ------------------------------------------------------------------------
2682 r3054 | glasser | 2005-06-01 18:38:38 -0400 (Wed, 01 Jun 2005) | 6 lines
2683 Changed paths:
2684    M /rt/branches/3.4-RELEASE
2685    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
2686
2687  r33653@tin-foil:  glasser | 2005-06-01 15:19:20 -0400
2688  fixdeps wasn't working for me (it was trying to detar inside my MiniCPAN!);
2689  its code was "correct" but presumably one of the other 500 modules that were
2690  loaded confused CPAN.  (This bug happened both before and after the previous change.)
2691  Now just uses a system() call to install.
2692
2693 ------------------------------------------------------------------------
2694 r3053 | glasser | 2005-06-01 18:38:05 -0400 (Wed, 01 Jun 2005) | 3 lines
2695 Changed paths:
2696    M /rt/branches/3.4-RELEASE
2697    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
2698
2699  r33652@tin-foil:  glasser | 2005-06-01 15:02:58 -0400
2700  A mini rewrite of testdeps: now it tells you at the bottom if it is missing anything
2701
2702 ------------------------------------------------------------------------
2703 r3052 | glasser | 2005-06-01 18:37:45 -0400 (Wed, 01 Jun 2005) | 3 lines
2704 Changed paths:
2705    M /rt/branches/3.4-RELEASE
2706    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2707
2708  r33243@tin-foil:  glasser | 2005-05-27 17:08:38 -0400
2709  Add some hopefully correct comments to the head of Search/Build
2710
2711 ------------------------------------------------------------------------
2712 r3051 | glasser | 2005-06-01 18:37:29 -0400 (Wed, 01 Jun 2005) | 4 lines
2713 Changed paths:
2714    M /rt/branches/3.4-RELEASE
2715    M /rt/branches/3.4-RELEASE/lib/t/regression/02basic_web.t
2716    M /rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
2717    M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
2718    M /rt/branches/3.4-RELEASE/lib/t/regression/10merge.t
2719    M /rt/branches/3.4-RELEASE/lib/t/regression/11-template-insert.t
2720    M /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
2721    M /rt/branches/3.4-RELEASE/lib/t/regression/13-attribute-tests.t
2722    M /rt/branches/3.4-RELEASE/lib/t/regression/15cf_single_values_are_single.t
2723    M /rt/branches/3.4-RELEASE/lib/t/regression/21query-builder.t
2724
2725  r33242@tin-foil:  glasser | 2005-05-27 14:08:19 -0400
2726  * Improved Query builder Tests
2727  * add plans to a bunch of other tests
2728
2729 ------------------------------------------------------------------------
2730 r3050 | glasser | 2005-06-01 18:37:12 -0400 (Wed, 01 Jun 2005) | 1 line
2731 Changed paths:
2732    M /rt/branches/3.4-RELEASE
2733
2734
2735 ------------------------------------------------------------------------
2736 r3049 | glasser | 2005-06-01 18:36:55 -0400 (Wed, 01 Jun 2005) | 3 lines
2737 Changed paths:
2738    M /rt/branches/3.4-RELEASE
2739    M /rt/branches/3.4-RELEASE/README
2740    M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
2741    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Groups.html
2742    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
2743    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
2744    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Users.html
2745    M /rt/branches/3.4-RELEASE/html/Admin/index.html
2746    M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
2747    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
2748    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
2749    M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
2750    M /rt/branches/3.4-RELEASE/lib/t/regression/04send_email.t
2751    M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
2752
2753  r33110@tin-foil:  glasser | 2005-05-26 13:33:06 -0400
2754  Undo 'make license-tag' change; jesse should do this later though
2755
2756 ------------------------------------------------------------------------
2757 r3048 | glasser | 2005-06-01 18:36:40 -0400 (Wed, 01 Jun 2005) | 3 lines
2758 Changed paths:
2759    M /rt/branches/3.4-RELEASE
2760    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2761    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
2762
2763  r33109@tin-foil:  glasser | 2005-05-26 12:02:13 -0400
2764  More docs and refactoring on QueryBuilder::Tree
2765
2766 ------------------------------------------------------------------------
2767 r3047 | glasser | 2005-06-01 18:36:24 -0400 (Wed, 01 Jun 2005) | 12 lines
2768 Changed paths:
2769    M /rt/branches/3.4-RELEASE
2770    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2771    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
2772
2773  r33108@tin-foil:  glasser | 2005-05-26 02:12:48 -0400
2774  rt-ticket: 6568
2775  rt-update: correspond
2776  
2777    * Better fix to Query Builder; in addition to refactoring most of the code which got
2778      information out of the tree, prune away childless AND/ORs, fixing the bug from ticket #6568.
2779  
2780  Also get rid of the reaction to the "Clear" action, which I don't think exists, and which 
2781  I think is incorrect, since the root is supposed to have one child (see where it is
2782  first created).
2783  
2784
2785 ------------------------------------------------------------------------
2786 r3046 | glasser | 2005-06-01 18:35:53 -0400 (Wed, 01 Jun 2005) | 3 lines
2787 Changed paths:
2788    M /rt/branches/3.4-RELEASE
2789    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2790    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
2791    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder.pm
2792
2793  r33107@tin-foil:  glasser | 2005-05-26 01:56:25 -0400
2794  More Query Builder tree refactoring.
2795
2796 ------------------------------------------------------------------------
2797 r3045 | glasser | 2005-06-01 18:35:33 -0400 (Wed, 01 Jun 2005) | 3 lines
2798 Changed paths:
2799    M /rt/branches/3.4-RELEASE
2800    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2801    A /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder
2802    A /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder/Tree.pm
2803    A /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/QueryBuilder.pm
2804
2805  r33106@tin-foil:  glasser | 2005-05-26 01:21:29 -0400
2806  Move stuff out from html/Search/Build.html into a module; refactor some of the code there.
2807
2808 ------------------------------------------------------------------------
2809 r3044 | glasser | 2005-06-01 18:35:14 -0400 (Wed, 01 Jun 2005) | 3 lines
2810 Changed paths:
2811    M /rt/branches/3.4-RELEASE
2812    M /rt/branches/3.4-RELEASE/README
2813    M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
2814    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Groups.html
2815    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
2816    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
2817    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Users.html
2818    M /rt/branches/3.4-RELEASE/html/Admin/index.html
2819    M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
2820    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
2821    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
2822    M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
2823
2824  r33105@tin-foil:  glasser | 2005-05-26 00:02:36 -0400
2825  Run 'make license-tag'
2826
2827 ------------------------------------------------------------------------
2828 r3043 | glasser | 2005-06-01 18:34:56 -0400 (Wed, 01 Jun 2005) | 5 lines
2829 Changed paths:
2830    M /rt/branches/3.4-RELEASE
2831    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2832    A /rt/branches/3.4-RELEASE/lib/t/regression/21query-builder.t
2833
2834  r33104@tin-foil:  glasser | 2005-05-25 23:53:28 -0400
2835  Fix mistake in the function I just made
2836  
2837  Add a bit of testing of the query builder.
2838
2839 ------------------------------------------------------------------------
2840 r3042 | glasser | 2005-06-01 18:34:38 -0400 (Wed, 01 Jun 2005) | 3 lines
2841 Changed paths:
2842    M /rt/branches/3.4-RELEASE
2843    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2844
2845  r33103@tin-foil:  glasser | 2005-05-25 22:24:07 -0400
2846  And remove the old functionality too.
2847
2848 ------------------------------------------------------------------------
2849 r3041 | glasser | 2005-06-01 18:33:51 -0400 (Wed, 01 Jun 2005) | 3 lines
2850 Changed paths:
2851    M /rt/branches/3.4-RELEASE
2852    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2853
2854  r33102@tin-foil:  glasser | 2005-05-25 22:22:53 -0400
2855  build_array was being called twice for two totally disconnected reasons.  Split one out.
2856
2857 ------------------------------------------------------------------------
2858 r3040 | glasser | 2005-06-01 18:32:34 -0400 (Wed, 01 Jun 2005) | 3 lines
2859 Changed paths:
2860    M /rt/branches/3.4-RELEASE
2861    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2862
2863  r33101@tin-foil:  glasser | 2005-05-25 21:05:02 -0400
2864  Attempt to add parentheses to the clauses select list, in Query Builder.
2865
2866 ------------------------------------------------------------------------
2867 r3039 | glasser | 2005-06-01 18:32:16 -0400 (Wed, 01 Jun 2005) | 3 lines
2868 Changed paths:
2869    M /rt/branches/3.4-RELEASE
2870    M /rt/branches/3.4-RELEASE/html/Search/Build.html
2871
2872  r33100@tin-foil:  glasser | 2005-05-25 20:21:43 -0400
2873  Mini refactoring of Tree->SQL/HTML function
2874
2875 ------------------------------------------------------------------------
2876 r2998 | kevinr | 2005-05-31 21:08:40 -0400 (Tue, 31 May 2005) | 7 lines
2877 Changed paths:
2878    M /rt/branches/3.4-RELEASE
2879    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
2880
2881  r3841@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 21:07:42 -0400
2882  RT-Ticket: 6669
2883  RT-Status: resolved
2884  RT-Action: correspond
2885  
2886  * Fixed the mysteriously-absent '1' in the Norwegian po.
2887
2888 ------------------------------------------------------------------------
2889 r2997 | kevinr | 2005-05-31 20:38:19 -0400 (Tue, 31 May 2005) | 7 lines
2890 Changed paths:
2891    M /rt/branches/3.4-RELEASE
2892    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
2893
2894  r3010@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 18:10:17 -0400
2895  RT-Ticket: 6423
2896  RT-Status: resolve
2897  RT-Action: correspond
2898  
2899  * Fixed a line I broke in revision 3008 -- vi removed the '%1'.
2900
2901 ------------------------------------------------------------------------
2902 r2996 | kevinr | 2005-05-31 20:35:39 -0400 (Tue, 31 May 2005) | 8 lines
2903 Changed paths:
2904    M /rt/branches/3.4-RELEASE
2905    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
2906    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
2907    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
2908    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
2909    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
2910    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
2911    M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
2912    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
2913    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
2914    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
2915    M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
2916    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
2917    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
2918    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
2919    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
2920    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
2921    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
2922    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
2923
2924  r3009@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 17:52:48 -0400
2925  RT-Ticket: 6669
2926  RT-Status: resolved
2927  RT-Action: correspond
2928  
2929  * Fixed an extra space in lib/RT/Transaction_Overlay.pm and propagated the 
2930  change to the po files, as per Brandon Pulsipher's suggestion.
2931
2932 ------------------------------------------------------------------------
2933 r2995 | kevinr | 2005-05-31 20:34:40 -0400 (Tue, 31 May 2005) | 8 lines
2934 Changed paths:
2935    M /rt/branches/3.4-RELEASE
2936    M /rt/branches/3.4-RELEASE/html/Admin/Queues/Modify.html
2937    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
2938    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
2939    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
2940    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
2941    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
2942    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
2943    M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
2944    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
2945    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
2946    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
2947    M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
2948    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
2949    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
2950    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
2951    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
2952    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
2953    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
2954
2955  r3008@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-31 17:05:08 -0400
2956  RT-Ticket: 6423
2957  RT-Status: resolve
2958  RT-Action: correspond
2959  
2960  * Corrected a typo in Admin/Queues/Modify.html and propagated it to all the
2961  po files, as per Angelo Turetta's suggestion.
2962
2963 ------------------------------------------------------------------------
2964 r2994 | kevinr | 2005-05-31 16:11:31 -0400 (Tue, 31 May 2005) | 8 lines
2965 Changed paths:
2966    M /rt/branches/3.4-RELEASE
2967    M /rt/branches/3.4-RELEASE/html/Elements/Error
2968
2969  r3004@sad-girl-in-snow:  kevinr | 2005-05-31 15:52:19 -0400
2970  RT-Ticket: 6684
2971  RT-Status: resolve
2972  RT-Action: correspond
2973  
2974  html/Elements/Error should not continue, and has been changed to add the
2975  standard footer element on %cleanup.
2976
2977 ------------------------------------------------------------------------
2978 r2993 | kevinr | 2005-05-31 16:10:33 -0400 (Tue, 31 May 2005) | 3 lines
2979 Changed paths:
2980    M /rt/branches/3.4-RELEASE
2981
2982  r2967@sad-girl-in-snow:  kevinr | 2005-05-25 18:37:20 -0400
2983  * Added a comma where a compound sentence wanted it.
2984
2985 ------------------------------------------------------------------------
2986 r2992 | kevinr | 2005-05-31 16:10:01 -0400 (Tue, 31 May 2005) | 4 lines
2987 Changed paths:
2988    M /rt/branches/3.4-RELEASE
2989    M /rt/branches/3.4-RELEASE/README
2990
2991  r2965@sad-girl-in-snow:  kevinr | 2005-05-25 17:47:26 -0400
2992  * changed "e-mail" back to "email"
2993  * removed discussion of pre-5.8.3 perl versions
2994
2995 ------------------------------------------------------------------------
2996 r2974 | jesse | 2005-05-29 19:28:58 -0400 (Sun, 29 May 2005) | 9 lines
2997 Changed paths:
2998    M /rt/branches/3.4-RELEASE
2999    M /rt/branches/3.4-RELEASE/html/Search/Results.html
3000
3001  r17981@hualien:  jesse | 2005-05-29 19:26:59 -0400
3002   r17979@hualien:  jesse | 2005-05-29 19:21:59 -0400
3003   RT-Ticket: 6741
3004   RT-Status: resolved
3005   RT-Update: correspond
3006   
3007   * Sort order wasn't preserved for the "in memory" saved search. --Phil Homewood
3008  
3009
3010 ------------------------------------------------------------------------
3011 r2968 | jesse | 2005-05-25 22:46:40 -0400 (Wed, 25 May 2005) | 5 lines
3012 Changed paths:
3013    M /rt/branches/3.4-RELEASE
3014    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
3015    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
3016
3017  r17717@hualien:  jesse | 2005-05-25 22:43:35 -0400
3018  * Better in-reply-to when replying to a message generated via the webui
3019  * Now only hang onto the first four and the last six References headers.
3020  
3021
3022 ------------------------------------------------------------------------
3023 r2967 | jesse | 2005-05-25 22:45:46 -0400 (Wed, 25 May 2005) | 7 lines
3024 Changed paths:
3025    M /rt/branches/3.4-RELEASE
3026
3027  r17705@hualien:  jesse | 2005-05-25 01:17:11 -0400
3028  RT-Ticket: 6627
3029  RT-Status: resolved
3030  RT-Update: correspond
3031  
3032  * Updated German translation -- David Schmit
3033
3034 ------------------------------------------------------------------------
3035 r2966 | jesse | 2005-05-25 22:45:39 -0400 (Wed, 25 May 2005) | 8 lines
3036 Changed paths:
3037    M /rt/branches/3.4-RELEASE
3038
3039  r17704@hualien:  jesse | 2005-05-25 00:59:29 -0400
3040  RT-Ticket: 6654
3041  RT-Status: resolved
3042  RT-Update: correspond 
3043  
3044  * Updated Italian translation from Angelo Turetta
3045  
3046
3047 ------------------------------------------------------------------------
3048 r2965 | jesse | 2005-05-25 22:45:32 -0400 (Wed, 25 May 2005) | 9 lines
3049 Changed paths:
3050    M /rt/branches/3.4-RELEASE
3051
3052  r17703@hualien:  jesse | 2005-05-25 00:55:10 -0400
3053  RT-Ticket: 6653
3054  RT-Status: resolved
3055  RT-Update: correspond
3056  
3057  * Small localization fix from Angelo Turetta 
3058  
3059  
3060
3061 ------------------------------------------------------------------------
3062 r2964 | jesse | 2005-05-25 22:45:25 -0400 (Wed, 25 May 2005) | 9 lines
3063 Changed paths:
3064    M /rt/branches/3.4-RELEASE
3065
3066  r17684@hualien:  jesse | 2005-05-24 18:18:21 -0400
3067  RT-Ticket: 6713
3068  RT-Status: resolved
3069  RT-Update: correspond
3070  
3071  * Text::WikiFormat is a dependency. And should have been in 3.4.2
3072  
3073  
3074
3075 ------------------------------------------------------------------------
3076 r2963 | jesse | 2005-05-25 22:45:17 -0400 (Wed, 25 May 2005) | 3 lines
3077 Changed paths:
3078    M /rt/branches/3.4-RELEASE
3079
3080  r17682@hualien:  jesse | 2005-05-24 12:27:55 -0400
3081  * Wikitext fields weren't properly escaping HTML
3082
3083 ------------------------------------------------------------------------
3084 r2961 | glasser | 2005-05-25 19:58:06 -0400 (Wed, 25 May 2005) | 15 lines
3085 Changed paths:
3086    M /rt/branches/3.4-RELEASE
3087    M /rt/branches/3.4-RELEASE/html/Search/Build.html
3088
3089  r33096@tin-foil:  glasser | 2005-05-25 19:56:11 -0400
3090  RT-Ticket: 6568
3091  RT-Status: open
3092  RT-Update: correspond
3093  
3094  * Simple fix to Query Builder to prevent a crash in situations involving
3095    the creation of AND/ORs with no children. A fix that treats the cause
3096    and not the symptom is planned.  Currently, it may sometimes do "unexpected things"
3097    with your ADD, but it is at least in a state that the user can recover from.
3098  
3099  Specifically, for Danial's it works as expected; for Tim's example, it gives an incorrect
3100  error message (in the context of the QB page, not a Mason crash thing) but the select
3101  box is in a good state.
3102  
3103
3104 ------------------------------------------------------------------------
3105 r2960 | kevinr | 2005-05-25 18:38:43 -0400 (Wed, 25 May 2005) | 3 lines
3106 Changed paths:
3107    M /rt/branches/3.4-RELEASE
3108    M /rt/branches/3.4-RELEASE/README
3109
3110  r2967@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 18:37:20 -0400
3111  * Added a comma where a compound sentence wanted it.
3112
3113 ------------------------------------------------------------------------
3114 r2959 | kevinr | 2005-05-25 17:49:43 -0400 (Wed, 25 May 2005) | 4 lines
3115 Changed paths:
3116    M /rt/branches/3.4-RELEASE
3117    M /rt/branches/3.4-RELEASE/README
3118
3119  r2965@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 17:47:26 -0400
3120  * changed "e-mail" back to "email"
3121  * removed discussion of pre-5.8.3 perl versions
3122
3123 ------------------------------------------------------------------------
3124 r2958 | kevinr | 2005-05-25 16:47:14 -0400 (Wed, 25 May 2005) | 3 lines
3125 Changed paths:
3126    M /rt/branches/3.4-RELEASE
3127    M /rt/branches/3.4-RELEASE/README
3128
3129  r2950@SAD-GIRL-IN-SNOW:  kevinr | 2005-05-25 16:39:58 -0400
3130  * fixed a bunch of typoes in the README
3131
3132 ------------------------------------------------------------------------
3133 r2957 | jesse | 2005-05-25 01:25:06 -0400 (Wed, 25 May 2005) | 7 lines
3134 Changed paths:
3135    M /rt/branches/3.4-RELEASE
3136    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/PreviewScrips
3137    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
3138
3139  r17705@hualien:  jesse | 2005-05-25 01:17:11 -0400
3140  RT-Ticket: 6627
3141  RT-Status: resolved
3142  RT-Update: correspond
3143  
3144  * Updated German translation -- David Schmit
3145
3146 ------------------------------------------------------------------------
3147 r2956 | jesse | 2005-05-25 01:24:55 -0400 (Wed, 25 May 2005) | 8 lines
3148 Changed paths:
3149    M /rt/branches/3.4-RELEASE
3150    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
3151
3152  r17704@hualien:  jesse | 2005-05-25 00:59:29 -0400
3153  RT-Ticket: 6654
3154  RT-Status: resolved
3155  RT-Update: correspond 
3156  
3157  * Updated Italian translation from Angelo Turetta
3158  
3159
3160 ------------------------------------------------------------------------
3161 r2955 | jesse | 2005-05-25 01:24:46 -0400 (Wed, 25 May 2005) | 9 lines
3162 Changed paths:
3163    M /rt/branches/3.4-RELEASE
3164    M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
3165
3166  r17703@hualien:  jesse | 2005-05-25 00:55:10 -0400
3167  RT-Ticket: 6653
3168  RT-Status: resolved
3169  RT-Update: correspond
3170  
3171  * Small localization fix from Angelo Turetta 
3172  
3173  
3174
3175 ------------------------------------------------------------------------
3176 r2954 | jesse | 2005-05-24 18:21:27 -0400 (Tue, 24 May 2005) | 9 lines
3177 Changed paths:
3178    M /rt/branches/3.4-RELEASE
3179    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
3180
3181  r17684@hualien:  jesse | 2005-05-24 18:18:21 -0400
3182  RT-Ticket: 6713
3183  RT-Status: resolved
3184  RT-Update: correspond
3185  
3186  * Text::WikiFormat is a dependency. And should have been in 3.4.2
3187  
3188  
3189
3190 ------------------------------------------------------------------------
3191 r2953 | jesse | 2005-05-24 18:21:07 -0400 (Tue, 24 May 2005) | 3 lines
3192 Changed paths:
3193    M /rt/branches/3.4-RELEASE
3194    M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
3195
3196  r17682@hualien:  jesse | 2005-05-24 12:27:55 -0400
3197  * Wikitext fields weren't properly escaping HTML
3198
3199 ------------------------------------------------------------------------
3200 r2945 | kevinr | 2005-05-24 13:53:43 -0400 (Tue, 24 May 2005) | 3 lines
3201 Changed paths:
3202    M /rt/branches/3.4-RELEASE
3203    M /rt/branches/3.4-RELEASE/README
3204
3205  r2945@sad-girl-in-snow:  kevinr | 2005-05-24 13:51:57 -0400
3206  * Updated README to note that RT works with Oracle versions >=9.2
3207
3208 ------------------------------------------------------------------------
3209 r2936 | jesse | 2005-05-23 15:30:36 -0400 (Mon, 23 May 2005) | 7 lines
3210 Changed paths:
3211    M /rt/branches/3.4-RELEASE
3212    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
3213
3214  r17673@hualien:  jesse | 2005-05-23 15:27:11 -0400
3215  RT-Ticket: 6459
3216  RT-Status: resolved
3217  
3218  * Updates to the _AddLink return values from Todd Chapman.
3219  
3220
3221 ------------------------------------------------------------------------
3222 r2935 | jesse | 2005-05-23 15:30:26 -0400 (Mon, 23 May 2005) | 4 lines
3223 Changed paths:
3224    M /rt/branches/3.4-RELEASE
3225    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
3226
3227  r17672@hualien:  jesse | 2005-05-23 15:22:51 -0400
3228  * Switch the default WebURL to "localhost" to make the regression suite pass
3229    more cleanly
3230
3231 ------------------------------------------------------------------------
3232 r2934 | jesse | 2005-05-23 15:30:16 -0400 (Mon, 23 May 2005) | 3 lines
3233 Changed paths:
3234    M /rt/branches/3.4-RELEASE
3235    M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
3236
3237  r17671@hualien:  jesse | 2005-05-23 14:21:54 -0400
3238  * Since EmailParser _might_ be used out of Interface::Email context, require Interface::Email.
3239
3240 ------------------------------------------------------------------------
3241 r2933 | jesse | 2005-05-23 15:30:02 -0400 (Mon, 23 May 2005) | 3 lines
3242 Changed paths:
3243    M /rt/branches/3.4-RELEASE
3244    M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
3245
3246  r17670@hualien:  jesse | 2005-05-23 13:48:34 -0400
3247   * RT::EmailParser->ParseTicketId was deprecated but that was not clear. Also, the code was out of date
3248
3249 ------------------------------------------------------------------------
3250 r2932 | glasser | 2005-05-23 13:04:38 -0400 (Mon, 23 May 2005) | 3 lines
3251 Changed paths:
3252    M /rt/branches/3.4-RELEASE/lib/RT/URI/fsck_com_rt.pm
3253    M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
3254    M /rt/branches/3.4-RELEASE/lib/t/regression/02basic_web.t
3255    M /rt/branches/3.4-RELEASE/lib/t/regression/03web_compiliation_errors.t
3256    M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
3257    M /rt/branches/3.4-RELEASE/lib/t/regression/07acl.t
3258    M /rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
3259
3260 Allow for base URL to be changed when doing regressions.
3261 (And kind of allow for Organization to be changed, except the mailgate
3262 test will still bite it if you do.)
3263 ------------------------------------------------------------------------
3264 r2909 | glasser | 2005-05-22 17:03:29 -0400 (Sun, 22 May 2005) | 1 line
3265 Changed paths:
3266    M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
3267
3268 Put an obviously fake instead of possibly wrong path in an example command.`
3269 ------------------------------------------------------------------------
3270 r2887 | jesse | 2005-05-16 22:09:21 -0400 (Mon, 16 May 2005) | 3 lines
3271 Changed paths:
3272    M /rt/branches/3.4-RELEASE
3273    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
3274
3275  r16893@hualien:  jesse | 2005-05-16 18:04:08 -0400
3276  * Better creation of in-reply-to/references headers on web-ased reply
3277
3278 ------------------------------------------------------------------------
3279 r2886 | jesse | 2005-05-16 17:49:47 -0400 (Mon, 16 May 2005) | 4 lines
3280 Changed paths:
3281    M /rt/branches/3.4-RELEASE
3282    M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
3283
3284  r16891@hualien:  jesse | 2005-05-16 22:48:02 +0100
3285  * Adding a new "top of page" callback
3286  
3287
3288 ------------------------------------------------------------------------
3289 r2880 | jesse | 2005-05-13 10:25:08 -0400 (Fri, 13 May 2005) | 3 lines
3290 Changed paths:
3291    M /rt/branches/3.4-RELEASE
3292    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
3293
3294  r16761@hualien:  jesse | 2005-05-13 15:22:22 +0100
3295  * Ruslan found a debugging statement we had accidentally committed
3296
3297 ------------------------------------------------------------------------
3298 r2879 | jesse | 2005-05-12 20:04:44 -0400 (Thu, 12 May 2005) | 3 lines
3299 Changed paths:
3300    M /rt/branches/3.4-RELEASE
3301    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
3302    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
3303
3304  r16510@hualien:  jesse | 2005-05-12 17:44:00 +0100
3305  * Fix on the plane was wrong. sigh
3306
3307 ------------------------------------------------------------------------
3308 r2864 | jesse | 2005-05-11 20:06:23 -0400 (Wed, 11 May 2005) | 3 lines
3309 Changed paths:
3310    M /rt/branches/3.4-RELEASE
3311    M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
3312
3313  r16468@hualien:  jesse | 2005-05-11 15:34:43 +0100
3314  * CustomFieldValues fix had a typo
3315
3316 ------------------------------------------------------------------------
3317 r2863 | jesse | 2005-05-11 20:06:12 -0400 (Wed, 11 May 2005) | 3 lines
3318 Changed paths:
3319    M /rt/branches/3.4-RELEASE
3320    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
3321
3322  r16462@hualien:  jesse | 2005-05-11 15:30:30 +0100
3323  * Try harder to set a proper In-reply-to: header
3324
3325 ------------------------------------------------------------------------
3326 r2862 | jesse | 2005-05-11 20:06:01 -0400 (Wed, 11 May 2005) | 3 lines
3327 Changed paths:
3328    M /rt/branches/3.4-RELEASE
3329    A /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue_Overlay.pm
3330
3331  r16461@hualien:  jesse | 2005-05-11 15:23:33 +0100
3332  * Custom field values can now be integers
3333
3334 ------------------------------------------------------------------------
3335 r2861 | robert | 2005-05-10 01:54:35 -0400 (Tue, 10 May 2005) | 5 lines
3336 Changed paths:
3337    M /rt/branches/3.4-RELEASE
3338    M /rt/branches/3.4-RELEASE/lib/RT/Action/CreateTickets.pm
3339
3340  r2875@bear:  rspier | 2005-05-10T05:54:13.875334Z
3341  quick and dirty fix (ok, not so quick, and not really so dirty)
3342  for the recursive CreateTickets dataloss issue.
3343  
3344
3345 ------------------------------------------------------------------------
3346 r2856 | jesse | 2005-05-09 21:52:39 -0400 (Mon, 09 May 2005) | 6 lines
3347 Changed paths:
3348    M /rt/branches/3.4-RELEASE
3349    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
3350    M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
3351
3352  r16376@hualien:  jesse | 2005-05-09 21:51:14 -0400
3353   r16373@hualien:  jesse | 2005-05-09 21:43:59 -0400
3354   * Queue name case changes were accidentally generating a "Name Conflict" error
3355   
3356  
3357
3358 ------------------------------------------------------------------------
3359 r2855 | jesse | 2005-05-09 21:52:31 -0400 (Mon, 09 May 2005) | 1 line
3360 Changed paths:
3361    M /rt/branches/3.4-RELEASE
3362
3363
3364 ------------------------------------------------------------------------
3365 r2854 | jesse | 2005-05-09 21:52:24 -0400 (Mon, 09 May 2005) | 4 lines
3366 Changed paths:
3367    M /rt/branches/3.4-RELEASE
3368    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFields_Overlay.pm
3369
3370  r15829@hualien:  jesse | 2005-05-06 16:06:12 -0400
3371  * Make sure that disabled custom fields aren't listed in Queue CF listings.
3372  
3373
3374 ------------------------------------------------------------------------
3375 r2833 | glasser | 2005-05-05 22:44:56 -0400 (Thu, 05 May 2005) | 3 lines
3376 Changed paths:
3377    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
3378
3379 Require modern version of XML::RSS (versions prior to 1.02 do not 
3380 encode their output properly; 1.02 and 1.05 have the same prereqs
3381 but 1.05 fixes some other bugs)
3382 ------------------------------------------------------------------------
3383 r2831 | jesse | 2005-05-04 13:16:54 -0400 (Wed, 04 May 2005) | 3 lines
3384 Changed paths:
3385    M /rt/branches/3.4-RELEASE
3386    M /rt/branches/3.4-RELEASE/releng.cnf
3387
3388  r15792@hualien:  jesse | 2005-05-04 13:14:49 -0400
3389  * This is 3.4.2
3390
3391 ------------------------------------------------------------------------
3392 r2829 | robert | 2005-05-03 23:52:32 -0400 (Tue, 03 May 2005) | 4 lines
3393 Changed paths:
3394    M /rt/branches/3.4-RELEASE
3395    M /rt/branches/3.4-RELEASE/etc/initialdata
3396
3397  r2835@bear:  rspier | 2005-05-04T03:51:48.597852Z
3398  fix typo in initialdata related to approval rejection
3399  
3400
3401 ------------------------------------------------------------------------
3402 r2820 | jesse | 2005-05-02 13:40:54 -0400 (Mon, 02 May 2005) | 3 lines
3403 Changed paths:
3404    M /rt/branches/3.4-RELEASE
3405    M /rt/branches/3.4-RELEASE/releng.cnf
3406
3407  r14639@hualien:  jesse | 2005-05-02 13:30:18 -0400
3408  * This be 3.4.2rc2
3409
3410 ------------------------------------------------------------------------
3411 r2819 | jesse | 2005-05-02 13:25:35 -0400 (Mon, 02 May 2005) | 4 lines
3412 Changed paths:
3413    M /rt/branches/3.4-RELEASE
3414    M /rt/branches/3.4-RELEASE/html/SelfService/Elements/Tabs
3415
3416  r14637@hualien:  jesse | 2005-05-02 13:24:05 -0400
3417  * Patch to SelfService UI to not display a preferences page unless the current user (ie all unprivileged users) has the right to do so.
3418  
3419
3420 ------------------------------------------------------------------------
3421 r2817 | jesse | 2005-04-29 13:11:27 -0400 (Fri, 29 Apr 2005) | 3 lines
3422 Changed paths:
3423    M /rt/branches/3.4-RELEASE
3424    M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
3425    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
3426    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
3427
3428  r14626@hualien:  jesse | 2005-04-29 13:06:57 -0400
3429  * Message threading improvements suggested by Florian Weimer
3430
3431 ------------------------------------------------------------------------
3432 r2815 | jesse | 2005-04-29 00:12:18 -0400 (Fri, 29 Apr 2005) | 4 lines
3433 Changed paths:
3434    M /rt/branches/3.4-RELEASE
3435    M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
3436    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
3437    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
3438
3439  r14617@hualien:  jesse | 2005-04-28 22:56:56 -0400
3440  * Enabled proper message threading with RT
3441  
3442
3443 ------------------------------------------------------------------------
3444 r2814 | jesse | 2005-04-29 00:12:11 -0400 (Fri, 29 Apr 2005) | 4 lines
3445 Changed paths:
3446    M /rt/branches/3.4-RELEASE
3447    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
3448
3449  r14616@hualien:  jesse | 2005-04-28 22:56:19 -0400
3450  * Added a todo notice
3451  
3452
3453 ------------------------------------------------------------------------
3454 r2813 | jesse | 2005-04-29 00:12:04 -0400 (Fri, 29 Apr 2005) | 1 line
3455 Changed paths:
3456    M /rt/branches/3.4-RELEASE
3457
3458
3459 ------------------------------------------------------------------------
3460 r2812 | jesse | 2005-04-29 00:11:00 -0400 (Fri, 29 Apr 2005) | 3 lines
3461 Changed paths:
3462    M /rt/branches/3.4-RELEASE
3463    M /rt/branches/3.4-RELEASE/html/Elements/Footer
3464    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
3465    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
3466    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
3467    M /rt/branches/3.4-RELEASE/lib/RT/I18N/en.po
3468    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
3469    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
3470    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
3471    M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
3472    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
3473    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
3474    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
3475    M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
3476    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
3477    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
3478    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
3479    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
3480    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
3481    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
3482
3483  r14017@hualien:  jesse | 2005-04-21 21:07:47 -0400
3484  Loc updates
3485
3486 ------------------------------------------------------------------------
3487 r2807 | jesse | 2005-04-25 22:33:14 -0400 (Mon, 25 Apr 2005) | 2 lines
3488 Changed paths:
3489    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
3490
3491 * Correct comments in config file. "RTLogoURL" is actually LogoURL.   --Allison Randal
3492
3493 ------------------------------------------------------------------------
3494 r2792 | jesse | 2005-04-20 11:32:54 -0400 (Wed, 20 Apr 2005) | 9 lines
3495 Changed paths:
3496    M /rt/branches/3.4-RELEASE
3497    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
3498
3499  r13994@hualien:  jesse | 2005-04-20 11:31:44 -0400
3500  RT-Ticket: 6620
3501  RT-Status: resolved
3502  RT-Update: correspond
3503  
3504  * Hungarian translation had an incorrect Content-Type. Reported upstream from 
3505    Debian.
3506  
3507
3508 ------------------------------------------------------------------------
3509 r2791 | jesse | 2005-04-19 22:00:57 -0400 (Tue, 19 Apr 2005) | 4 lines
3510 Changed paths:
3511    M /rt/branches/3.4-RELEASE
3512    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
3513    M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
3514
3515  r13990@hualien:  jesse | 2005-04-19 22:00:14 -0400
3516  * Canonicalized => to , in the configuration file
3517    They mean the same thing, but consistency is good.
3518
3519 ------------------------------------------------------------------------
3520 r2783 | jesse | 2005-04-19 17:05:21 -0400 (Tue, 19 Apr 2005) | 9 lines
3521 Changed paths:
3522    M /rt/branches/3.4-RELEASE
3523    M /rt/branches/3.4-RELEASE/lib/t/regression/01ticket_link_searching.t
3524    M /rt/branches/3.4-RELEASE/lib/t/regression/19-rtname.t
3525
3526  r13834@hualien:  jesse | 2005-04-19 17:03:40 -0400
3527  RT-Ticket: 6617
3528  RT-Status: resolve
3529  RT-Update: correspond
3530  
3531  Removed some spurious use lib lines from the test suite. Thanks to Dave Rolsky.
3532  
3533  
3534
3535 ------------------------------------------------------------------------
3536 r2782 | jesse | 2005-04-19 14:19:29 -0400 (Tue, 19 Apr 2005) | 8 lines
3537 Changed paths:
3538    M /rt/branches/3.4-RELEASE
3539    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
3540
3541  r13264@hualien:  jesse | 2005-04-19 14:15:54 -0400
3542  RT-Ticket: 6616
3543  RT-Status: resolved
3544  RT-Update: correspond
3545  
3546  * Added a new HasPassword method to the RT user object
3547  
3548
3549 ------------------------------------------------------------------------
3550 r2779 | tla | 2005-04-19 00:45:48 -0400 (Tue, 19 Apr 2005) | 2 lines
3551 Changed paths:
3552    M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
3553
3554 fix the perldoc
3555
3556 ------------------------------------------------------------------------
3557 r2771 | jesse | 2005-04-18 01:10:20 -0400 (Mon, 18 Apr 2005) | 3 lines
3558 Changed paths:
3559    M /rt/branches/3.4-RELEASE
3560    A /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldWikitext
3561    A /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldWikitext
3562    M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
3563    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
3564    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
3565
3566  r13240@hualien:  jesse | 2005-04-18 01:07:43 -0400
3567  * Added Wikitext custom field type
3568
3569 ------------------------------------------------------------------------
3570 r2768 | jesse | 2005-04-18 00:16:42 -0400 (Mon, 18 Apr 2005) | 1 line
3571 Changed paths:
3572    M /rt/branches/3.4-RELEASE/releng.cnf
3573
3574 3.4.2rc1
3575 ------------------------------------------------------------------------
3576 r2749 | jesse | 2005-04-17 21:58:26 -0400 (Sun, 17 Apr 2005) | 9 lines
3577 Changed paths:
3578    M /rt/branches/3.4-RELEASE
3579    M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
3580
3581  r13207@hualien:  jesse | 2005-04-17 21:57:31 -0400
3582  RT-Ticket: 6597
3583  RT-Status: resolved
3584  RT-Update correspond 
3585  
3586  * CanonicalizeUserInfo didn't work right from RT's WebUI.
3587    Fixed by Dave Rolsky.
3588  
3589
3590 ------------------------------------------------------------------------
3591 r2748 | jesse | 2005-04-17 21:58:19 -0400 (Sun, 17 Apr 2005) | 11 lines
3592 Changed paths:
3593    M /rt/branches/3.4-RELEASE
3594    M /rt/branches/3.4-RELEASE/html/Elements/TicketList
3595
3596  r13206@hualien:  jesse | 2005-04-17 21:54:10 -0400
3597   r13204@hualien:  jesse | 2005-04-17 21:52:15 -0400
3598  RT-Ticket: 6603
3599  RT-Status: resolved
3600  RT-Update: correspond
3601   
3602  * RT used to report an improper total number of pages if the number of 
3603    results found was evenly divisible by the number of rows per page
3604   
3605  
3606
3607 ------------------------------------------------------------------------
3608 r2746 | jesse | 2005-04-17 21:45:07 -0400 (Sun, 17 Apr 2005) | 9 lines
3609 Changed paths:
3610    M /rt/branches/3.4-RELEASE
3611    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
3612
3613  r13195@hualien:  jesse | 2005-04-17 21:36:13 -0400
3614  RT-Ticket: 6491
3615  RT-Status: resolved
3616  RT-Updated: correspond
3617  
3618  * Bumped the Postgres dependency to 1.41 to get around the 
3619    broken 1.40 release
3620  
3621
3622 ------------------------------------------------------------------------
3623 r2745 | jesse | 2005-04-17 21:45:00 -0400 (Sun, 17 Apr 2005) | 9 lines
3624 Changed paths:
3625    M /rt/branches/3.4-RELEASE
3626    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
3627
3628  r13194@hualien:  jesse | 2005-04-17 21:31:40 -0400
3629  RT-Ticket: 6522
3630  RT-Status: resolved
3631  RT-Update: correspond
3632  
3633  * Newlines in CustomFields are now displayed in TicketList results
3634  
3635  
3636
3637 ------------------------------------------------------------------------
3638 r2744 | jesse | 2005-04-17 21:44:50 -0400 (Sun, 17 Apr 2005) | 7 lines
3639 Changed paths:
3640    M /rt/branches/3.4-RELEASE
3641    M /rt/branches/3.4-RELEASE/html/Elements/SetupSessionCookie
3642
3643  r13193@hualien:  jesse | 2005-04-17 21:26:35 -0400
3644  RT-Ticket: 6657
3645  RT-Status: resolved
3646  
3647  * Better error message when the sessions table or sessions dir isn't writable
3648  
3649
3650 ------------------------------------------------------------------------
3651 r2743 | jesse | 2005-04-17 21:44:37 -0400 (Sun, 17 Apr 2005) | 6 lines
3652 Changed paths:
3653    M /rt/branches/3.4-RELEASE
3654    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
3655
3656  r13192@hualien:  jesse | 2005-04-17 21:23:22 -0400
3657  RT-Ticket: 6517
3658  RT-Update: correspond
3659  
3660  * New Russian translation from Andrew Kornilov
3661
3662 ------------------------------------------------------------------------
3663 r2742 | jesse | 2005-04-17 21:44:23 -0400 (Sun, 17 Apr 2005) | 8 lines
3664 Changed paths:
3665    M /rt/branches/3.4-RELEASE
3666    M /rt/branches/3.4-RELEASE/html/Ticket/Modify.html
3667
3668  r13191@hualien:  jesse | 2005-04-17 21:10:17 -0400
3669  RT-Ticket: 6589
3670  RT-Status: resolved
3671  RT-Update: correspond
3672  
3673  * Quieted a deprecation warning -- Dmitry Sivachenko <mitya@cavia.pp.ru>
3674  
3675
3676 ------------------------------------------------------------------------
3677 r2741 | jesse | 2005-04-17 21:44:10 -0400 (Sun, 17 Apr 2005) | 8 lines
3678 Changed paths:
3679    M /rt/branches/3.4-RELEASE
3680    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
3681
3682  r13190@hualien:  jesse | 2005-04-17 21:08:55 -0400
3683  RT-Ticket: 6585
3684  RT-Status: resolved
3685  RT-Update: correspond
3686  
3687  * Updated Danish translation from Jonas Nielsen
3688  
3689
3690 ------------------------------------------------------------------------
3691 r2740 | jesse | 2005-04-17 21:43:53 -0400 (Sun, 17 Apr 2005) | 8 lines
3692 Changed paths:
3693    M /rt/branches/3.4-RELEASE
3694    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
3695
3696  r13189@hualien:  jesse | 2005-04-17 21:05:49 -0400
3697  RT-Ticket: 6583
3698  RT-Status: resolved
3699  RT-Update: correspond
3700  
3701  * Fixed typos in Spanish translation
3702  
3703
3704 ------------------------------------------------------------------------
3705 r2739 | jesse | 2005-04-17 21:43:44 -0400 (Sun, 17 Apr 2005) | 3 lines
3706 Changed paths:
3707    M /rt/branches/3.4-RELEASE
3708    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditQueueWatchers
3709    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditScrips
3710    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditTemplates
3711    M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
3712    M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickObjects
3713    M /rt/branches/3.4-RELEASE/html/Admin/Elements/QueueRightsForUser
3714    M /rt/branches/3.4-RELEASE/html/Admin/Groups/Members.html
3715    M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
3716    M /rt/branches/3.4-RELEASE/html/Admin/Queues/index.html
3717    M /rt/branches/3.4-RELEASE/html/Admin/Users/index.html
3718    M /rt/branches/3.4-RELEASE/html/Elements/Checkbox
3719    M /rt/branches/3.4-RELEASE/html/Elements/EditLinks
3720    M /rt/branches/3.4-RELEASE/html/Search/Bulk.html
3721    M /rt/branches/3.4-RELEASE/html/SelfService/Update.html
3722    M /rt/branches/3.4-RELEASE/html/Ticket/Create.html
3723    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditWatchers
3724    M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
3725    M /rt/branches/3.4-RELEASE/html/User/Elements/DelegateRights
3726    M /rt/branches/3.4-RELEASE/html/User/Groups/Members.html
3727
3728  r13188@hualien:  jesse | 2005-04-17 20:58:19 -0400
3729  * Checkbox fields need a "value" or they are ignored
3730
3731 ------------------------------------------------------------------------
3732 r2738 | jesse | 2005-04-17 20:26:15 -0400 (Sun, 17 Apr 2005) | 11 lines
3733 Changed paths:
3734    M /rt/branches/3.4-RELEASE
3735    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
3736    M /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
3737    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
3738
3739  r13186@hualien:  jesse | 2005-04-17 20:24:41 -0400
3740  RT-Ticket: 6562
3741  RT-Status: resolved
3742  RT-Update: correspond
3743  
3744  * Patch from Tom Yu to allow negative CF searching and better
3745    multi-CF search.
3746  
3747  * Bumped SearchBuilder dependency to new version
3748  
3749
3750 ------------------------------------------------------------------------
3751 r2634 | tla | 2005-04-15 17:21:25 -0400 (Fri, 15 Apr 2005) | 2 lines
3752 Changed paths:
3753    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3754    M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
3755
3756 Added ability to update name as well as search parameters.
3757
3758 ------------------------------------------------------------------------
3759 r2631 | jesse | 2005-04-15 16:52:22 -0400 (Fri, 15 Apr 2005) | 3 lines
3760 Changed paths:
3761    M /rt/branches/3.4-RELEASE
3762    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3763    M /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
3764
3765  r12950@hualien:  jesse | 2005-04-15 16:47:32 -0400
3766  * Cleaned up search tests
3767
3768 ------------------------------------------------------------------------
3769 r2629 | jesse | 2005-04-15 15:29:18 -0400 (Fri, 15 Apr 2005) | 3 lines
3770 Changed paths:
3771    M /rt/branches/3.4-RELEASE
3772    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
3773
3774  r12944@hualien:  jesse | 2005-04-15 15:28:01 -0400
3775  * Fixed Module::Refresh handling for standalone_httpd
3776
3777 ------------------------------------------------------------------------
3778 r2626 | jesse | 2005-04-14 16:36:14 -0400 (Thu, 14 Apr 2005) | 3 lines
3779 Changed paths:
3780    M /rt/branches/3.4-RELEASE
3781    M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
3782
3783  r12790@hualien:  jesse | 2005-04-14 15:07:03 -0400
3784  * Fix support for uploading attachmends in selfservice.  -- HC Chien
3785
3786 ------------------------------------------------------------------------
3787 r2624 | tla | 2005-04-13 13:42:51 -0400 (Wed, 13 Apr 2005) | 2 lines
3788 Changed paths:
3789    M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectSearchesForObjects
3790
3791 Change to exclude saved searches meant for things other than tickets.
3792
3793 ------------------------------------------------------------------------
3794 r2623 | tla | 2005-04-13 13:32:41 -0400 (Wed, 13 Apr 2005) | 2 lines
3795 Changed paths:
3796    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3797    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
3798
3799 Skeletal inline tests, to make autogen happy.
3800
3801 ------------------------------------------------------------------------
3802 r2622 | tla | 2005-04-13 12:27:38 -0400 (Wed, 13 Apr 2005) | 2 lines
3803 Changed paths:
3804    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3805    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
3806
3807 Lost a curly brace somewhere.  Also noted location of tests for both files.
3808
3809 ------------------------------------------------------------------------
3810 r2620 | autrijus | 2005-04-13 11:19:54 -0400 (Wed, 13 Apr 2005) | 3 lines
3811 Changed paths:
3812    M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
3813
3814 * Never mind my last change -- I saw "VALUE = 1" and trigger-happily
3815   inferred that it should default to CHECKED.  Which is, of course,
3816   not the case.  Reverted.
3817 ------------------------------------------------------------------------
3818 r2619 | autrijus | 2005-04-13 08:13:01 -0400 (Wed, 13 Apr 2005) | 5 lines
3819 Changed paths:
3820    M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
3821
3822 * VALUE="1" does not work on checkboxes; this renders the
3823   default True setting on the "Set to Privliged" checkbox
3824   in the "New User" screen useless, so new users are defaulted
3825   to unprivileged even though the code shows that they are
3826   intended to be so.
3827 ------------------------------------------------------------------------
3828 r2617 | tla | 2005-04-12 21:52:54 -0400 (Tue, 12 Apr 2005) | 3 lines
3829 Changed paths:
3830    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3831    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
3832    M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
3833
3834 Added delete method & localized strings in SavedSearch
3835 Made SavedSearches::LimitByPrivacy safe to call multiple times
3836
3837 ------------------------------------------------------------------------
3838 r2609 | tla | 2005-04-12 15:59:07 -0400 (Tue, 12 Apr 2005) | 2 lines
3839 Changed paths:
3840    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3841    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
3842    M /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
3843
3844 Made SavedSearches work, added error messages to SavedSearch, updated tests
3845
3846 ------------------------------------------------------------------------
3847 r2608 | tla | 2005-04-12 15:29:25 -0400 (Tue, 12 Apr 2005) | 2 lines
3848 Changed paths:
3849    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3850    A /rt/branches/3.4-RELEASE/lib/t/regression/20savedsearch.t
3851
3852 SavedSearch now shinily tested.  API also changed somewhat.
3853
3854 ------------------------------------------------------------------------
3855 r2607 | tla | 2005-04-11 14:47:03 -0400 (Mon, 11 Apr 2005) | 2 lines
3856 Changed paths:
3857    M /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3858    A /rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
3859
3860 Semi-tested, semi-working checkpoint.  Formal tests to follow shortly.
3861
3862 ------------------------------------------------------------------------
3863 r2603 | tla | 2005-04-10 19:51:56 -0400 (Sun, 10 Apr 2005) | 2 lines
3864 Changed paths:
3865    A /rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
3866
3867 UNTESTED first cut at a saved search lib wrapper.
3868
3869 ------------------------------------------------------------------------
3870 r2602 | tla | 2005-04-10 19:51:16 -0400 (Sun, 10 Apr 2005) | 3 lines
3871 Changed paths:
3872    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
3873
3874 Upped version dependency of DBIx::SearchBuilder to 1.24 for unique records
3875 feature in CustomFields.
3876
3877 ------------------------------------------------------------------------
3878 r2601 | tla | 2005-04-10 19:49:31 -0400 (Sun, 10 Apr 2005) | 5 lines
3879 Changed paths:
3880    M /rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
3881    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
3882    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
3883
3884 User_Overlay: added OwnGroups method to get a collection of groups of which
3885 the user is a member.
3886 Record: revamped ObjectTypeStr according to suggestions.
3887
3888
3889 ------------------------------------------------------------------------
3890 r2592 | jesse | 2005-04-06 15:27:58 -0400 (Wed, 06 Apr 2005) | 3 lines
3891 Changed paths:
3892    M /rt/branches/3.4-RELEASE
3893    M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
3894
3895  r11940@hualien:  jesse | 2005-04-07 03:23:40 +0800
3896  * Search "Order By" needed a more greedy matching operation; too many values were selected
3897
3898 ------------------------------------------------------------------------
3899 r2589 | jesse | 2005-04-06 14:58:41 -0400 (Wed, 06 Apr 2005) | 8 lines
3900 Changed paths:
3901    M /rt/branches/3.4-RELEASE
3902    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Header
3903    M /rt/branches/3.4-RELEASE/html/Elements/TicketList
3904
3905  r11936@hualien:  jesse | 2005-04-07 02:54:28 +0800
3906  RT-Ticket: 6590
3907  RT-Status: resolved
3908  RT-Update: correspond
3909  
3910  resorting the search by clicking on a header no longer resets the format string
3911  
3912
3913 ------------------------------------------------------------------------
3914 r2588 | jesse | 2005-04-06 13:50:56 -0400 (Wed, 06 Apr 2005) | 3 lines
3915 Changed paths:
3916    M /rt/branches/3.4-RELEASE
3917    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
3918    M /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
3919
3920  r11933@hualien:  jesse | 2005-04-07 01:49:50 +0800
3921  Half way through custom field search fixes
3922
3923 ------------------------------------------------------------------------
3924 r2586 | tla | 2005-04-04 04:28:02 -0400 (Mon, 04 Apr 2005) | 2 lines
3925 Changed paths:
3926    M /rt/branches/3.4-RELEASE/html/Elements/EditLinks
3927
3928 Add a callback for the use of RTFM
3929
3930 ------------------------------------------------------------------------
3931 r2584 | tla | 2005-04-04 04:18:22 -0400 (Mon, 04 Apr 2005) | 3 lines
3932 Changed paths:
3933    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
3934
3935 Add a simple sub to return the object class with the RT::Lib:: prefix
3936 stripped off.  Useful for displaying, e.g., "Ticket #35" or "Article #3".
3937
3938 ------------------------------------------------------------------------
3939 r2582 | tla | 2005-04-03 15:35:23 -0400 (Sun, 03 Apr 2005) | 2 lines
3940 Changed paths:
3941    M /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
3942
3943 Get rid of LocalURIPrefix test.  Would make this DTRT if I knew what TRT was.
3944
3945 ------------------------------------------------------------------------
3946 r2557 | tla | 2005-04-01 23:16:13 -0500 (Fri, 01 Apr 2005) | 2 lines
3947 Changed paths:
3948    A /rt/branches/3.4-RELEASE/lib/RT/URI/t.pm
3949
3950 A scheme which allows "t:123" URIs, for ticket specification.
3951
3952 ------------------------------------------------------------------------
3953 r2552 | jesse | 2005-04-01 04:18:10 -0500 (Fri, 01 Apr 2005) | 3 lines
3954 Changed paths:
3955    M /rt/branches/3.4-RELEASE
3956    M /rt/branches/3.4-RELEASE/Makefile.in
3957
3958  r10907@hualien:  jesse | 2005-04-01 17:15:55 +0800
3959  * Added "make depends" as an alias for "make fixdeps" for Autrijus
3960
3961 ------------------------------------------------------------------------
3962 r2543 | jesse | 2005-03-31 03:50:11 -0500 (Thu, 31 Mar 2005) | 3 lines
3963 Changed paths:
3964    M /rt/branches/3.4-RELEASE
3965    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
3966
3967  r10781@hualien:  jesse | 2005-03-31 16:49:00 +0800
3968  * Fixes to seph's rtname regex
3969
3970 ------------------------------------------------------------------------
3971 r2542 | robert | 2005-03-30 23:03:13 -0500 (Wed, 30 Mar 2005) | 8 lines
3972 Changed paths:
3973    M /rt/branches/3.4-RELEASE
3974    M /rt/branches/3.4-RELEASE/config.layout
3975
3976  r2579@dog:  rspier | 2005-03-30 19:58:06 -0800
3977  RT-Ticket: 6572
3978  RT-Status: resolved
3979  RT-Update: correspond
3980  
3981  Remove second FHS layout
3982  
3983
3984 ------------------------------------------------------------------------
3985 r2541 | tla | 2005-03-30 19:20:44 -0500 (Wed, 30 Mar 2005) | 3 lines
3986 Changed paths:
3987    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
3988    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldText
3989
3990 Fixes so that custom fields will pay attention to defaults, when the defaults
3991 are specified.
3992
3993 ------------------------------------------------------------------------
3994 r2537 | jesse | 2005-03-30 09:44:40 -0500 (Wed, 30 Mar 2005) | 9 lines
3995 Changed paths:
3996    M /rt/branches/3.4-RELEASE
3997    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
3998    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
3999    A /rt/branches/3.4-RELEASE/lib/t/regression/19-rtname.t
4000
4001  r10696@hualien:  jesse | 2005-03-30 18:19:21 +0800
4002  RT-Ticket: 6544
4003  RT-Status: resolved
4004  RT-Update: correspond
4005  
4006  * More graceful handling for historical $rtname tags
4007      -- From seph
4008  
4009
4010 ------------------------------------------------------------------------
4011 r2526 | jesse | 2005-03-28 05:25:03 -0500 (Mon, 28 Mar 2005) | 3 lines
4012 Changed paths:
4013    M /rt/branches/3.4-RELEASE
4014    M /rt/branches/3.4-RELEASE/html/Elements/SelectOwner
4015    M /rt/branches/3.4-RELEASE/html/Search/Elements/BuildFormatString
4016    M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
4017    M /rt/branches/3.4-RELEASE/html/Search/Elements/EditFormat
4018    M /rt/branches/3.4-RELEASE/html/Search/Elements/PickBasics
4019
4020  r10271@hualien:  jesse | 2005-03-28 15:49:42 +0800
4021  * A bunch of minor search query builder cleanup and loc improvements
4022
4023 ------------------------------------------------------------------------
4024 r2523 | jesse | 2005-03-27 12:08:05 -0500 (Sun, 27 Mar 2005) | 3 lines
4025 Changed paths:
4026    M /rt/branches/3.4-RELEASE
4027    M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
4028
4029  r10258@hualien:  jesse | 2005-03-27 12:05:27 -0500
4030  * Record Message-Id when creating attachment records
4031
4032 ------------------------------------------------------------------------
4033 r2522 | jesse | 2005-03-27 04:14:15 -0500 (Sun, 27 Mar 2005) | 3 lines
4034 Changed paths:
4035    M /rt/branches/3.4-RELEASE
4036    M /rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm
4037    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
4038
4039  r10231@hualien:  jesse | 2005-03-27 17:12:44 +0800
4040  * More fixes for status messages broken in this morning's commit
4041
4042 ------------------------------------------------------------------------
4043 r2521 | jesse | 2005-03-27 02:40:16 -0500 (Sun, 27 Mar 2005) | 4 lines
4044 Changed paths:
4045    M /rt/branches/3.4-RELEASE
4046    M /rt/branches/3.4-RELEASE/html/Elements/Header
4047
4048  r10229@hualien:  jesse | 2005-03-27 15:39:30 +0800
4049  * Added ALT text for BPS corporate logo -- Suggested by Jedi during YAPC.TW 2005
4050  
4051
4052 ------------------------------------------------------------------------
4053 r2520 | jesse | 2005-03-27 02:01:20 -0500 (Sun, 27 Mar 2005) | 3 lines
4054 Changed paths:
4055    M /rt/branches/3.4-RELEASE
4056    M /rt/branches/3.4-RELEASE/html/Elements/Login
4057
4058  r10227@hualien:  jesse | 2005-03-27 15:00:51 +0800
4059  * Explicitly give the login box an id/name so passwords are not saved on user edit pages
4060
4061 ------------------------------------------------------------------------
4062 r2519 | jesse | 2005-03-27 01:43:55 -0500 (Sun, 27 Mar 2005) | 3 lines
4063 Changed paths:
4064    M /rt/branches/3.4-RELEASE
4065    M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
4066
4067  r10225@hualien:  jesse | 2005-03-27 14:43:25 +0800
4068  * SiteConfig typofix
4069
4070 ------------------------------------------------------------------------
4071 r2518 | jesse | 2005-03-27 01:33:43 -0500 (Sun, 27 Mar 2005) | 8 lines
4072 Changed paths:
4073    M /rt/branches/3.4-RELEASE
4074    M /rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
4075
4076  r10223@hualien:  jesse | 2005-03-27 14:33:12 +0800
4077  RT-Ticket: 6566
4078  RT-Status: resolved
4079  RT-Update: correspond
4080  
4081  * Added a bit of documentation to RT_SiteConfig.pm -- Thanks to David Glasser
4082  
4083
4084 ------------------------------------------------------------------------
4085 r2517 | jesse | 2005-03-27 01:16:07 -0500 (Sun, 27 Mar 2005) | 7 lines
4086 Changed paths:
4087    M /rt/branches/3.4-RELEASE
4088    M /rt/branches/3.4-RELEASE/README
4089
4090  r10221@hualien:  jesse | 2005-03-27 14:15:36 +0800
4091  RT-Ticket: 6565
4092  RT-Status: resolved
4093  RT-Update: correspond
4094  
4095  * Overhauled README to be more correct, friendly and a bit cleaner
4096
4097 ------------------------------------------------------------------------
4098 r2516 | jesse | 2005-03-27 00:21:35 -0500 (Sun, 27 Mar 2005) | 3 lines
4099 Changed paths:
4100    M /rt/branches/3.4-RELEASE
4101    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
4102
4103  r10211@hualien:  jesse | 2005-03-27 13:18:07 +0800
4104  * Updated RT::Transaction to return better Foo changed from "bar" to "baz" messages
4105
4106 ------------------------------------------------------------------------
4107 r2515 | jesse | 2005-03-27 00:21:16 -0500 (Sun, 27 Mar 2005) | 3 lines
4108 Changed paths:
4109    M /rt/branches/3.4-RELEASE
4110    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
4111
4112  r10210@hualien:  jesse | 2005-03-27 13:17:02 +0800
4113  * Updated RT::Ticket->_Set to return more appropriate status messages
4114
4115 ------------------------------------------------------------------------
4116 r2514 | jesse | 2005-03-27 00:20:57 -0500 (Sun, 27 Mar 2005) | 4 lines
4117 Changed paths:
4118    M /rt/branches/3.4-RELEASE
4119    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
4120
4121  r10209@hualien:  jesse | 2005-03-27 13:16:31 +0800
4122  * Updated RT::User regression tests to not expect a pristine database
4123  * Updated RT::User->_Set to return more apropriate results messages (no more listing the actor)
4124
4125 ------------------------------------------------------------------------
4126 r2513 | jesse | 2005-03-27 00:20:37 -0500 (Sun, 27 Mar 2005) | 3 lines
4127 Changed paths:
4128    M /rt/branches/3.4-RELEASE
4129    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
4130
4131  r10208@hualien:  jesse | 2005-03-27 13:14:57 +0800
4132  * Fixing tests to not depend on a deprecated API
4133
4134 ------------------------------------------------------------------------
4135 r2512 | jesse | 2005-03-27 00:20:19 -0500 (Sun, 27 Mar 2005) | 3 lines
4136 Changed paths:
4137    M /rt/branches/3.4-RELEASE
4138    M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
4139
4140  r10207@hualien:  jesse | 2005-03-27 13:13:26 +0800
4141  * Bugfixes to CachedGroupMember->SetDisabled unmasked by the RT::Record fixes
4142
4143 ------------------------------------------------------------------------
4144 r2511 | jesse | 2005-03-27 00:20:00 -0500 (Sun, 27 Mar 2005) | 3 lines
4145 Changed paths:
4146    M /rt/branches/3.4-RELEASE
4147    M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
4148    M /rt/branches/3.4-RELEASE/html/Elements/MessageBox
4149    M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
4150    M /rt/branches/3.4-RELEASE/html/User/Prefs.html
4151
4152  r10206@hualien:  jesse | 2005-03-27 13:11:53 +0800
4153  Improvements to big textareas to make sure they don't force browser windows to scroll.
4154
4155 ------------------------------------------------------------------------
4156 r2510 | jesse | 2005-03-27 00:19:40 -0500 (Sun, 27 Mar 2005) | 3 lines
4157 Changed paths:
4158    M /rt/branches/3.4-RELEASE
4159    M /rt/branches/3.4-RELEASE/html/Admin/Queues/index.html
4160    M /rt/branches/3.4-RELEASE/html/Admin/Users/index.html
4161
4162  r10205@hualien:  jesse | 2005-03-27 13:10:21 +0800
4163  * Slightly better introductory text on user and queue listings
4164
4165 ------------------------------------------------------------------------
4166 r2509 | jesse | 2005-03-27 00:19:20 -0500 (Sun, 27 Mar 2005) | 6 lines
4167 Changed paths:
4168    M /rt/branches/3.4-RELEASE
4169    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
4170
4171  r10204@hualien:  jesse | 2005-03-27 13:08:01 +0800
4172  * Improved generic messages returned by RT::Record->_Set()
4173  * Corrected RT::Record->_Set to return a Class::ReturnValue, rather than butchering it
4174    into an array. (This means that RT::Ticket->SetPriority can now be evaluated in boolean
4175    or list context, like it was supposed to be)
4176
4177 ------------------------------------------------------------------------
4178 r2508 | jesse | 2005-03-27 00:19:01 -0500 (Sun, 27 Mar 2005) | 3 lines
4179 Changed paths:
4180    M /rt/branches/3.4-RELEASE
4181    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
4182
4183  r10203@hualien:  jesse | 2005-03-27 13:01:43 +0800
4184  * Corrected HTTP::Server::Simple dependencies
4185
4186 ------------------------------------------------------------------------
4187 r2501 | jesse | 2005-03-23 21:29:28 -0500 (Wed, 23 Mar 2005) | 8 lines
4188 Changed paths:
4189    M /rt/branches/3.4-RELEASE
4190    M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
4191
4192  r9584@hualien:  jesse | 2005-03-24 10:28:28 +0800
4193  RT-Ticket: 6558
4194  RT-Status: resolved
4195  RT-Update: correspond
4196  
4197  * Removed an extra </td> tag. Thanks to Steve Turner
4198  
4199
4200 ------------------------------------------------------------------------
4201 r2488 | jesse | 2005-03-22 10:16:55 -0500 (Tue, 22 Mar 2005) | 5 lines
4202 Changed paths:
4203    M /rt/branches/3.4-RELEASE
4204    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
4205
4206  r9555@hualien:  jesse | 2005-03-22 22:15:24 +0800
4207  * Properly set binmode for the standalone_httpd server. This makes
4208    UTF8 text that could be misinterpreted as Latin1 behave correctly.
4209  
4210
4211 ------------------------------------------------------------------------
4212 r2487 | jesse | 2005-03-21 12:10:03 -0500 (Mon, 21 Mar 2005) | 5 lines
4213 Changed paths:
4214    M /rt/branches/3.4-RELEASE
4215    M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
4216    M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
4217    M /rt/branches/3.4-RELEASE/html/NoAuth/images/autohandler
4218    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
4219    A /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Standalone.pm
4220    A /rt/branches/3.4-RELEASE/lib/t/regression/02basic_web.t
4221    D /rt/branches/3.4-RELEASE/lib/t/regression/03basic_web.t
4222    A /rt/branches/3.4-RELEASE/lib/t/regression/03web_compiliation_errors.t
4223    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
4224
4225  r9502@hualien:  jesse | 2005-03-22 01:07:59 +0800
4226  * Refactored standalone_httpd to use HTTP::Server::Simple::Mason
4227  * Moved some configuration from webmux.pl to RT::Interface::Web::Handler
4228  * Split apart some of the web tests for better isolation
4229
4230 ------------------------------------------------------------------------
4231 r2477 | jesse | 2005-03-16 03:09:00 -0500 (Wed, 16 Mar 2005) | 7 lines
4232 Changed paths:
4233    M /rt/branches/3.4-RELEASE
4234    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
4235
4236  r8808@hualien:  jesse | 2005-03-16 03:07:57 -0500
4237  RT-Ticket: 6537
4238  RT-Status: resolved
4239  
4240  Explicit transaction description for changed passwords
4241  
4242
4243 ------------------------------------------------------------------------
4244 r2476 | jesse | 2005-03-16 03:08:55 -0500 (Wed, 16 Mar 2005) | 1 line
4245 Changed paths:
4246    M /rt/branches/3.4-RELEASE
4247
4248
4249 ------------------------------------------------------------------------
4250 r2475 | jesse | 2005-03-16 03:08:32 -0500 (Wed, 16 Mar 2005) | 3 lines
4251 Changed paths:
4252    M /rt/branches/3.4-RELEASE
4253    M /rt/branches/3.4-RELEASE/html/Admin/index.html
4254
4255  r8746@hualien:  jesse | 2005-03-15 01:07:30 -0500
4256  Refactored the top-level admin menu to make it easier to add and remove options
4257
4258 ------------------------------------------------------------------------
4259 r2474 | alexmv | 2005-03-16 02:53:59 -0500 (Wed, 16 Mar 2005) | 3 lines
4260 Changed paths:
4261    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
4262
4263  * Users and groups can have transactions; ShowTicket isn't needed to
4264    see these
4265
4266 ------------------------------------------------------------------------
4267 r2354 | jesse | 2005-03-14 02:22:36 -0500 (Mon, 14 Mar 2005) | 4 lines
4268 Changed paths:
4269    M /rt/branches/3.4-RELEASE
4270    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFields
4271    M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
4272    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Groups.html
4273    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
4274    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
4275    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Users.html
4276    M /rt/branches/3.4-RELEASE/html/Admin/Queues/CustomFields.html
4277    M /rt/branches/3.4-RELEASE/html/Admin/Users/CustomFields.html
4278
4279  r8456@hualien:  jesse | 2005-03-14 02:20:50 -0500
4280  Overhaul of custom field editing code to make it easier to add custom fields 
4281  for new object types
4282
4283 ------------------------------------------------------------------------
4284 r2353 | jesse | 2005-03-14 01:38:58 -0500 (Mon, 14 Mar 2005) | 3 lines
4285 Changed paths:
4286    M /rt/branches/3.4-RELEASE
4287    M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
4288
4289  r8453@hualien:  jesse | 2005-03-14 01:37:00 -0500
4290  Hilighted menu options are now the right size
4291
4292 ------------------------------------------------------------------------
4293 r2350 | jesse | 2005-03-14 01:31:33 -0500 (Mon, 14 Mar 2005) | 3 lines
4294 Changed paths:
4295    M /rt/branches/3.4-RELEASE
4296    M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
4297
4298  r8450@hualien:  jesse | 2005-03-14 01:30:59 -0500
4299  Slight style cleanup to page actions. 
4300
4301 ------------------------------------------------------------------------
4302 r2343 | jesse | 2005-03-11 20:17:02 -0500 (Fri, 11 Mar 2005) | 5 lines
4303 Changed paths:
4304    M /rt/branches/3.4-RELEASE
4305    M /rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
4306
4307  r6769@hualien:  jesse | 2005-03-11 20:16:42 -0500
4308  Now when running scrips on a disabled queue, run global scrips as well as per-queue scrips.
4309  
4310  
4311
4312 ------------------------------------------------------------------------
4313 r2332 | jesse | 2005-03-09 17:25:25 -0500 (Wed, 09 Mar 2005) | 8 lines
4314 Changed paths:
4315    M /rt/branches/3.4-RELEASE
4316    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
4317
4318  r6651@hualien:  jesse | 2005-03-09 17:23:54 -0500
4319  RT-Ticket: 6459
4320  RT-Status: resolved
4321  RT-Update: correspond
4322  
4323  Sanity fixes for _AddLink's API from Todd Chapman
4324  
4325
4326 ------------------------------------------------------------------------
4327 r2313 | jesse | 2005-03-07 16:03:05 -0500 (Mon, 07 Mar 2005) | 3 lines
4328 Changed paths:
4329    M /rt/branches/3.4-RELEASE
4330    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Objects.html
4331
4332  r6568@hualien:  jesse | 2005-03-07 16:01:44 -0500
4333  Adding support for selecting custom fields for RTFM objects
4334
4335 ------------------------------------------------------------------------
4336 r2306 | jesse | 2005-03-06 17:33:52 -0500 (Sun, 06 Mar 2005) | 3 lines
4337 Changed paths:
4338    M /rt/branches/3.4-RELEASE
4339    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
4340
4341  r6473@hualien:  jesse | 2005-03-06 16:04:46 -0500
4342  Small cleanups to print out less hardcoded style information (introduced by the pull-up from 3.2)
4343
4344 ------------------------------------------------------------------------
4345 r2305 | jesse | 2005-03-06 17:33:46 -0500 (Sun, 06 Mar 2005) | 9 lines
4346 Changed paths:
4347    M /rt/branches/3.4-RELEASE
4348    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
4349
4350  r6465@hualien:  jesse | 2005-03-06 15:00:29 -0500
4351   r6450@hualien:  jesse | 2005-03-06 12:44:27 -0500
4352   RT-Ticket: 6496
4353   RT-Status: resolved
4354   RT-Update: correspond
4355   
4356   Content-Transfer-Encoding should have been '8bit' not '8-bit'
4357  
4358
4359 ------------------------------------------------------------------------
4360 r2304 | jesse | 2005-03-06 17:33:37 -0500 (Sun, 06 Mar 2005) | 7 lines
4361 Changed paths:
4362    M /rt/branches/3.4-RELEASE
4363    M /rt/branches/3.4-RELEASE/aclocal.m4
4364    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
4365    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
4366    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
4367
4368  r6464@hualien:  jesse | 2005-03-06 15:00:23 -0500
4369   r6371@hualien:  jesse | 2005-03-05 19:29:35 -0500
4370    r3963@hualien (orig r2142):  jesse | 2005-01-30 12:45:15 -0500
4371    When we can't load a user by email address, make sure we can't load that user by name before returning an error
4372   
4373  
4374
4375 ------------------------------------------------------------------------
4376 r2303 | jesse | 2005-03-06 17:33:17 -0500 (Sun, 06 Mar 2005) | 10 lines
4377 Changed paths:
4378    M /rt/branches/3.4-RELEASE
4379    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
4380
4381  r6462@hualien:  jesse | 2005-03-06 14:57:07 -0500
4382   r4715@hualien:  jesse | 2005-02-15 12:34:54 -0500
4383   RT-Ticket: 6443
4384   RT-Status: resolved
4385   RT-Update: correspond
4386   
4387   Ticket Searches on AdminCc would fail on non-mysql databases due to a case error
4388   
4389  
4390
4391 ------------------------------------------------------------------------
4392 r2302 | jesse | 2005-03-06 17:33:10 -0500 (Sun, 06 Mar 2005) | 7 lines
4393 Changed paths:
4394    M /rt/branches/3.4-RELEASE
4395    A /rt/branches/3.4-RELEASE/lib/RT/I18N/pl.po
4396
4397  r6461@hualien:  jesse | 2005-03-06 14:57:03 -0500
4398   r4070@hualien:  jesse | 2005-02-03 11:22:59 -0500
4399   Polish Translation from Piotr Sliwa
4400   
4401   
4402  
4403
4404 ------------------------------------------------------------------------
4405 r2301 | jesse | 2005-03-06 17:33:00 -0500 (Sun, 06 Mar 2005) | 13 lines
4406 Changed paths:
4407    M /rt/branches/3.4-RELEASE
4408    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
4409    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
4410
4411  r6459@hualien:  jesse | 2005-03-06 14:55:49 -0500
4412   r3935@hualien:  jesse | 2005-01-26 12:15:42 -0500
4413   RT-Ticket: 6378
4414   RT-Status: resolved
4415   RT-Update: correspond
4416   
4417   Added a flag to allow tools to use the RT API to search for deleted tickets.
4418   (Ruslan)
4419   
4420   
4421   
4422  
4423
4424 ------------------------------------------------------------------------
4425 r2300 | jesse | 2005-03-06 17:32:39 -0500 (Sun, 06 Mar 2005) | 17 lines
4426 Changed paths:
4427    M /rt/branches/3.4-RELEASE
4428    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
4429
4430  r6457@hualien:  jesse | 2005-03-06 14:55:20 -0500
4431   r2575@hualien:  jesse | 2005-01-06 17:15:39 -0500
4432   RT-Ticket: 6327
4433   RT-Status: resolved
4434   RT-Update: correspond
4435   
4436   Users who had "DeleteTicket" but not "ModifyTicket" could not delete tickets.
4437   
4438   This is introduced because "Ticket::SetStatus" checks the ACL but 
4439   forgets to tell "Ticket::_Set" NOT to check (which does check again, but 
4440   only against the 'ModifyTicket' right, and thus denies the change).
4441   
4442       Thanks to Ruediger Riediger
4443   
4444   
4445  
4446
4447 ------------------------------------------------------------------------
4448 r2299 | jesse | 2005-03-06 17:32:31 -0500 (Sun, 06 Mar 2005) | 11 lines
4449 Changed paths:
4450    M /rt/branches/3.4-RELEASE
4451    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
4452
4453  r6456@hualien:  jesse | 2005-03-06 14:55:05 -0500
4454   r2573@hualien:  jesse | 2005-01-06 17:10:02 -0500
4455   RT-Ticket: 6322
4456   RT-Status: resolved
4457   RT-Update: correspond
4458   
4459   New French translation from robitail@iro.umontreal.ca 
4460   
4461   
4462  
4463
4464 ------------------------------------------------------------------------
4465 r2298 | jesse | 2005-03-06 17:32:18 -0500 (Sun, 06 Mar 2005) | 19 lines
4466 Changed paths:
4467    M /rt/branches/3.4-RELEASE
4468    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
4469    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
4470    M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
4471
4472  r6454@hualien:  jesse | 2005-03-06 14:53:48 -0500
4473   r2568@hualien:  jesse | 2005-01-06 16:57:40 -0500
4474   RT-Ticket: 6336
4475   RT-Status: resolved
4476   RT-Update: correspond
4477   
4478   
4479   The attribute "align" in COLUMN_MAP wasn't usable, because it could not be
4480   used for a complete column, so I added a /ALIGN:.. section in 
4481   CollectionAsTable/ParseFormat and use it in Row.
4482   
4483   There also was a minor error to be corrected, since the old variant of 
4484   ParseFormat did not allow more than one /ANYTHING:... to be use (in my 
4485   example /TITLE:.../ALIGN:...)  --Dirk Pape
4486   
4487   
4488   
4489  
4490
4491 ------------------------------------------------------------------------
4492 r2297 | jesse | 2005-03-06 17:32:12 -0500 (Sun, 06 Mar 2005) | 11 lines
4493 Changed paths:
4494    M /rt/branches/3.4-RELEASE
4495    M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
4496    M /rt/branches/3.4-RELEASE/html/REST/1.0/autohandler
4497
4498  r6453@hualien:  jesse | 2005-03-06 14:53:44 -0500
4499   r2567@hualien:  jesse | 2005-01-06 16:37:01 -0500
4500   RT-Ticket: 6338
4501   RT-Status: resolved
4502   RT-Update: correspond
4503   
4504   Force UTF8 content type on replies from RT's REST interface (Thanks to Dirk Pape)
4505   
4506   
4507  
4508
4509 ------------------------------------------------------------------------
4510 r2296 | jesse | 2005-03-06 17:32:05 -0500 (Sun, 06 Mar 2005) | 7 lines
4511 Changed paths:
4512    M /rt/branches/3.4-RELEASE
4513    M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
4514
4515  r6452@hualien:  jesse | 2005-03-06 14:53:41 -0500
4516   r2514@hualien:  jesse | 2004-12-29 14:43:06 -0500
4517   Updated Attachment import code to take database-specific lob encoding into account
4518   
4519   
4520  
4521
4522 ------------------------------------------------------------------------
4523 r2286 | jesse | 2005-03-05 20:11:59 -0500 (Sat, 05 Mar 2005) | 1 line
4524 Changed paths:
4525    M /rt/branches/3.4-RELEASE
4526
4527
4528 ------------------------------------------------------------------------
4529 r2285 | jesse | 2005-03-05 20:11:52 -0500 (Sat, 05 Mar 2005) | 3 lines
4530 Changed paths:
4531    M /rt/branches/3.4-RELEASE
4532    A /rt/branches/3.4-RELEASE/docs/design_docs/realflow.txt
4533    A /rt/branches/3.4-RELEASE/docs/design_docs/rt-mvc
4534
4535  r6290@hualien:  jesse | 2005-03-05 19:06:54 -0500
4536  random design docs
4537
4538 ------------------------------------------------------------------------
4539 r2281 | jesse | 2005-03-05 17:06:33 -0500 (Sat, 05 Mar 2005) | 8 lines
4540 Changed paths:
4541    M /rt/branches/3.4-RELEASE
4542    M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
4543    M /rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm
4544    M /rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm
4545    M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
4546    M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
4547    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
4548    A /rt/branches/3.4-RELEASE/lib/t/regression/18stale_delegations_cleanup.t
4549
4550  r6277@hualien:  jesse | 2005-03-05 17:06:08 -0500
4551  RT-Ticket: 6184
4552  RT-Status: resolved
4553  RT-Update: correspond
4554  
4555  Much better coverage of delegation revocation when users' group memberships are changed - Mike Whitson (BPS)
4556  
4557
4558 ------------------------------------------------------------------------
4559 r2280 | jesse | 2005-03-05 16:10:34 -0500 (Sat, 05 Mar 2005) | 3 lines
4560 Changed paths:
4561    M /rt/branches/3.4-RELEASE
4562    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
4563    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
4564
4565  r6272@hualien:  jesse | 2005-03-05 16:08:36 -0500
4566  Better support for loading custom fields by name
4567
4568 ------------------------------------------------------------------------
4569 r2275 | mwhitson | 2005-03-03 13:55:06 -0500 (Thu, 03 Mar 2005) | 6 lines
4570 Changed paths:
4571    M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
4572    A /rt/branches/3.4-RELEASE/lib/t/regression/17multiple_deleg_revocation.t
4573
4574 RT-Ticket: 6482
4575 RT-Status: resolved
4576 RT-Update: correspond
4577 Fix incorrect loop exit test in RT::ACE::_Delete such that multiply delegated ACEs are all
4578 cleaned up when the parent ACE is revoked.
4579
4580 ------------------------------------------------------------------------
4581 r2274 | mwhitson | 2005-03-03 12:34:13 -0500 (Thu, 03 Mar 2005) | 5 lines
4582 Changed paths:
4583    M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
4584
4585 rt-ticket: 6450
4586 rt-status: resolved
4587 rt-update: correspond
4588 Correct inaccurate POD for RT::Group::MembersObj and DeepMembersObj.
4589
4590 ------------------------------------------------------------------------
4591 r2271 | jesse | 2005-03-01 15:24:42 -0500 (Tue, 01 Mar 2005) | 3 lines
4592 Changed paths:
4593    M /rt/branches/3.4-RELEASE
4594    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
4595
4596  r6108@hualien:  jesse | 2005-03-01 15:20:28 -0500
4597  * 'LimitLinkedFrom' in RT::Tickets didn't work due to a typo. Fixed.
4598
4599 ------------------------------------------------------------------------
4600 r2266 | jesse | 2005-02-27 19:02:44 -0500 (Sun, 27 Feb 2005) | 3 lines
4601 Changed paths:
4602    M /rt/branches/3.4-RELEASE
4603    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
4604
4605  r6061@hualien:  jesse | 2005-02-27 18:58:48 -0500
4606  RT::Transaction->Delete implemented. (for RTFM)
4607
4608 ------------------------------------------------------------------------
4609 r2263 | jesse | 2005-02-24 17:52:18 -0500 (Thu, 24 Feb 2005) | 3 lines
4610 Changed paths:
4611    M /rt/branches/3.4-RELEASE
4612    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
4613
4614  r5948@hualien:  jesse | 2005-02-24 16:47:52 -0500
4615  Custom Field API extension and cleanup to allow new objects to use custom fields. (No backwards-incompat changes)
4616
4617 ------------------------------------------------------------------------
4618 r2262 | jesse | 2005-02-24 17:51:53 -0500 (Thu, 24 Feb 2005) | 3 lines
4619 Changed paths:
4620    M /rt/branches/3.4-RELEASE
4621    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/index.html
4622
4623  r5947@hualien:  jesse | 2005-02-24 16:46:11 -0500
4624  Refactoring Custom Field admin UI for extensibility
4625
4626 ------------------------------------------------------------------------
4627 r2261 | jesse | 2005-02-24 17:51:28 -0500 (Thu, 24 Feb 2005) | 3 lines
4628 Changed paths:
4629    M /rt/branches/3.4-RELEASE
4630    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ObjectCustomFields
4631
4632  r5946@hualien:  jesse | 2005-02-24 16:44:28 -0500
4633  Refactoring Custom Field admin UI for extensibility
4634
4635 ------------------------------------------------------------------------
4636 r2260 | jesse | 2005-02-24 17:51:01 -0500 (Thu, 24 Feb 2005) | 3 lines
4637 Changed paths:
4638    M /rt/branches/3.4-RELEASE
4639    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFields
4640
4641  r5945@hualien:  jesse | 2005-02-24 16:43:36 -0500
4642  Minor stylistic cleanups for web components
4643
4644 ------------------------------------------------------------------------
4645 r2259 | jesse | 2005-02-24 17:01:23 -0500 (Thu, 24 Feb 2005) | 3 lines
4646 Changed paths:
4647    M /rt/branches/3.4-RELEASE
4648    M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
4649
4650  r5944@hualien:  jesse | 2005-02-24 16:43:05 -0500
4651  Minor stylistic cleanups for web components
4652
4653 ------------------------------------------------------------------------
4654 r2258 | jesse | 2005-02-24 17:00:58 -0500 (Thu, 24 Feb 2005) | 4 lines
4655 Changed paths:
4656    M /rt/branches/3.4-RELEASE
4657    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
4658    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
4659    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
4660    M /rt/branches/3.4-RELEASE/lib/t/regression/16-transaction_cf_tests.t
4661
4662  r5943@hualien:  jesse | 2005-02-24 16:42:01 -0500
4663  Upgraded a private _LookupTypes method to a public CustomFieldUpdateTypes method to make it easier to ad  custom fields to other objects
4664  
4665
4666 ------------------------------------------------------------------------
4667 r2257 | jesse | 2005-02-24 16:50:52 -0500 (Thu, 24 Feb 2005) | 3 lines
4668 Changed paths:
4669    M /rt/branches/3.4-RELEASE
4670    M /rt/branches/3.4-RELEASE/configure.ac
4671
4672  r5942@hualien:  jesse | 2005-02-24 16:31:48 -0500
4673      * Have the configure script default to the web group for the RT group if no rt group exists or is specified
4674
4675 ------------------------------------------------------------------------
4676 r2254 | jesse | 2005-02-24 15:13:10 -0500 (Thu, 24 Feb 2005) | 4 lines
4677 Changed paths:
4678    M /rt/branches/3.4-RELEASE
4679    M /rt/branches/3.4-RELEASE/configure.ac
4680
4681  r5932@hualien:  jesse | 2005-02-24 15:09:27 -0500
4682  Robert added new functionality to support autodetection of RT and Web users in ./configure
4683  
4684
4685 ------------------------------------------------------------------------
4686 r2249 | jesse | 2005-02-22 16:39:49 -0500 (Tue, 22 Feb 2005) | 4 lines
4687 Changed paths:
4688    M /rt/branches/3.4-RELEASE
4689    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
4690    A /rt/branches/3.4-RELEASE/lib/t/regression/16-transaction_cf_tests.t
4691
4692  r5747@hualien:  jesse | 2005-02-22T21:33:09.438624Z
4693  Better transaction UpdateCustomFields API
4694  
4695
4696 ------------------------------------------------------------------------
4697 r2238 | jesse | 2005-02-15 12:36:54 -0500 (Tue, 15 Feb 2005) | 8 lines
4698 Changed paths:
4699    M /rt/branches/3.4-RELEASE
4700    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
4701
4702  r4714@hualien:  jesse | 2005-02-15T17:34:26.880496Z
4703  RT-Ticket: 6443
4704  RT-Status: resolved
4705  RT-Update: correspond
4706  
4707  Ticket Searches on AdminCc would fail on non-mysql databases due to a case error
4708  
4709
4710 ------------------------------------------------------------------------
4711 r2235 | jesse | 2005-02-15 11:57:54 -0500 (Tue, 15 Feb 2005) | 4 lines
4712 Changed paths:
4713    M /rt/branches/3.4-RELEASE
4714    M /rt/branches/3.4-RELEASE/releng.cnf
4715
4716  r4711@hualien:  jesse | 2005-02-15T16:19:52.970993Z
4717  Bumping to 3.4.1
4718  
4719
4720 ------------------------------------------------------------------------
4721 r2234 | jesse | 2005-02-15 11:57:44 -0500 (Tue, 15 Feb 2005) | 3 lines
4722 Changed paths:
4723    M /rt/branches/3.4-RELEASE
4724    M /rt/branches/3.4-RELEASE/README
4725
4726  r4710@hualien:  jesse | 2005-02-15T16:18:22.880530Z
4727  Updated 2.0 upgrade instructions
4728
4729 ------------------------------------------------------------------------
4730 r2233 | jesse | 2005-02-14 11:17:52 -0500 (Mon, 14 Feb 2005) | 4 lines
4731 Changed paths:
4732    M /rt/branches/3.4-RELEASE
4733    D /rt/branches/3.4-RELEASE/lib/RT/I18N/en_malkovich.po
4734
4735  r4703@hualien:  jesse | 2005-02-14T15:56:23.506986Z
4736  Removed broken Malkovich translation
4737  
4738
4739 ------------------------------------------------------------------------
4740 r2232 | jesse | 2005-02-14 11:17:43 -0500 (Mon, 14 Feb 2005) | 5 lines
4741 Changed paths:
4742    M /rt/branches/3.4-RELEASE
4743    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
4744
4745  r4702@hualien:  jesse | 2005-02-14T15:56:02.798500Z
4746  Updated German translation from Torsten Brumm
4747  
4748  
4749
4750 ------------------------------------------------------------------------
4751 r2231 | jesse | 2005-02-13 23:43:57 -0500 (Sun, 13 Feb 2005) | 5 lines
4752 Changed paths:
4753    M /rt/branches/3.4-RELEASE
4754    M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
4755
4756  r4697@hualien:  jesse | 2005-02-14T04:42:05.489259Z
4757  * Standalone HTTP Daemon now deals properly with unicode input/output
4758  
4759  
4760
4761 ------------------------------------------------------------------------
4762 r2230 | jesse | 2005-02-13 23:43:44 -0500 (Sun, 13 Feb 2005) | 9 lines
4763 Changed paths:
4764    M /rt/branches/3.4-RELEASE
4765    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
4766
4767  r4696@hualien:  jesse | 2005-02-14T04:06:07.158818Z
4768  RT-Ticket: 6429
4769  RT-Update: correspond
4770  RT-Status: resolved
4771  
4772  Updated Italian translation from Angelo Turetta. Thanks!
4773  
4774  
4775
4776 ------------------------------------------------------------------------
4777 r2229 | jesse | 2005-02-13 23:43:33 -0500 (Sun, 13 Feb 2005) | 5 lines
4778 Changed paths:
4779    M /rt/branches/3.4-RELEASE
4780    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
4781
4782  r4695@hualien:  jesse | 2005-02-14T04:04:07.657861Z
4783  Fix for issues with words with Umlauts in search result listings
4784  
4785  
4786
4787 ------------------------------------------------------------------------
4788 r2228 | jesse | 2005-02-13 22:39:44 -0500 (Sun, 13 Feb 2005) | 5 lines
4789 Changed paths:
4790    M /rt/branches/3.4-RELEASE
4791    M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
4792
4793  r4692@hualien:  jesse | 2005-02-14T03:38:09.047131Z
4794  Disabled automatic clearing of mason component cache on start with FastCGI. It doesn't work properly in the multiprocess
4795  environment.
4796  
4797
4798 ------------------------------------------------------------------------
4799 r2227 | jesse | 2005-02-13 22:39:37 -0500 (Sun, 13 Feb 2005) | 4 lines
4800 Changed paths:
4801    M /rt/branches/3.4-RELEASE
4802    M /rt/branches/3.4-RELEASE/bin/rt-crontool.in
4803
4804  r4691@hualien:  jesse | 2005-02-14T03:37:15.362723Z
4805  The crontool was using local and system libs in the wrong order
4806  
4807
4808 ------------------------------------------------------------------------
4809 r2226 | jesse | 2005-02-13 22:32:27 -0500 (Sun, 13 Feb 2005) | 4 lines
4810 Changed paths:
4811    M /rt/branches/3.4-RELEASE
4812    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/UserRights.html
4813
4814  r4689@hualien:  jesse | 2005-02-14T03:30:20.309679Z
4815  A typo prevented users from being able to revoke other users'  rights on custom fields
4816  
4817
4818 ------------------------------------------------------------------------
4819 r2224 | jesse | 2005-02-11 16:52:07 -0500 (Fri, 11 Feb 2005) | 1 line
4820 Changed paths:
4821    M /rt/branches/3.4-RELEASE/README
4822
4823 README typo fix
4824 ------------------------------------------------------------------------
4825 r2223 | jesse | 2005-02-10 22:04:55 -0500 (Thu, 10 Feb 2005) | 5 lines
4826 Changed paths:
4827    M /rt/branches/3.4-RELEASE
4828    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments
4829
4830  r4683@hualien:  jesse | 2005-02-11T03:00:33.383809Z
4831  Use the "OriginalContent" rather than our encoded one. this might make cli attachment downloads work better
4832  
4833  
4834
4835 ------------------------------------------------------------------------
4836 r2221 | jesse | 2005-02-10 17:11:33 -0500 (Thu, 10 Feb 2005) | 10 lines
4837 Changed paths:
4838    M /rt/branches/3.4-RELEASE
4839    M /rt/branches/3.4-RELEASE/html/Search/Build.html
4840
4841  r4678@hualien:  jesse | 2005-02-10T22:10:29.492739Z
4842  RT-Ticket: 6406
4843  RT-Status: resolved
4844  RT-Update: correspond
4845  
4846  Query builder fixes for sites with multiple identically named custom fields
4847  
4848  
4849  
4850
4851 ------------------------------------------------------------------------
4852 r2220 | jesse | 2005-02-10 16:34:23 -0500 (Thu, 10 Feb 2005) | 9 lines
4853 Changed paths:
4854    M /rt/branches/3.4-RELEASE
4855    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
4856
4857  r4676@hualien:  jesse | 2005-02-10T21:33:19.355354Z
4858  RT-Ticket: 6364
4859  RT-Status: resolved
4860  RT-Update: corerspond
4861  
4862  Updated Czech translation
4863  
4864  
4865
4866 ------------------------------------------------------------------------
4867 r2219 | jesse | 2005-02-10 16:25:22 -0500 (Thu, 10 Feb 2005) | 11 lines
4868 Changed paths:
4869    M /rt/branches/3.4-RELEASE
4870    M /rt/branches/3.4-RELEASE/Makefile.in
4871    M /rt/branches/3.4-RELEASE/docs/design_docs/cvs_integration
4872    M /rt/branches/3.4-RELEASE/docs/design_docs/link-definitions.txt
4873    M /rt/branches/3.4-RELEASE/html/Search/Bulk.html
4874    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/Tabs
4875    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
4876    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
4877    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
4878    M /rt/branches/3.4-RELEASE/lib/RT/I18N/en_malkovich.po
4879    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
4880    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
4881    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
4882    M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
4883    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
4884    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
4885    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
4886    M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
4887    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
4888    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
4889    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
4890    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
4891    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
4892    M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
4893    M /rt/branches/3.4-RELEASE/lib/RT.pm.in
4894
4895  r4673@hualien:  jesse | 2005-02-10T21:24:02.076922Z
4896  RT-Ticket: 6379
4897  RT-Status: resolved
4898  RT-Update: correspond
4899  
4900  Correct a common spelling error:
4901  perl -pi.bak -e's/seperat/separat/g; s/Seperat/Separat/g;' $(find .)
4902  
4903  
4904  
4905
4906 ------------------------------------------------------------------------
4907 r2218 | jesse | 2005-02-10 16:25:10 -0500 (Thu, 10 Feb 2005) | 5 lines
4908 Changed paths:
4909    M /rt/branches/3.4-RELEASE
4910    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
4911
4912  r4672@hualien:  jesse | 2005-02-10T21:19:40.639192Z
4913  Fixes to handle large text custom fields gracefully
4914  
4915  
4916
4917 ------------------------------------------------------------------------
4918 r2217 | jesse | 2005-02-10 16:15:16 -0500 (Thu, 10 Feb 2005) | 9 lines
4919 Changed paths:
4920    M /rt/branches/3.4-RELEASE
4921    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
4922
4923  r4669@hualien:  jesse | 2005-02-10T21:11:24.084088Z
4924  RT-Ticket: 6418
4925  RT-Status: resolved
4926  RT-Update: correspond
4927  
4928  Applied new hungarian translation
4929  
4930  
4931
4932 ------------------------------------------------------------------------
4933 r2216 | jesse | 2005-02-10 16:15:06 -0500 (Thu, 10 Feb 2005) | 3 lines
4934 Changed paths:
4935    M /rt/branches/3.4-RELEASE
4936    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/history
4937
4938  r4668@hualien:  jesse | 2005-02-10T20:54:30.684091Z
4939  removed effective ticket from history listing
4940
4941 ------------------------------------------------------------------------
4942 r2198 | jesse | 2005-02-08 12:27:46 -0500 (Tue, 08 Feb 2005) | 4 lines
4943 Changed paths:
4944    M /rt/branches/3.4-RELEASE
4945    M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
4946
4947  r4644@hualien:  jesse | 2005-02-08T17:26:39.133201Z
4948  "Status" in ticket listings is now localized
4949  
4950
4951 ------------------------------------------------------------------------
4952 r2196 | jesse | 2005-02-07 12:22:50 -0500 (Mon, 07 Feb 2005) | 9 lines
4953 Changed paths:
4954    M /rt/branches/3.4-RELEASE
4955    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectStage
4956
4957  r4103@hualien:  jesse | 2005-02-07T17:21:04.911429Z
4958  RT-Ticket: 6417
4959  RT-Status: resolved
4960  RT-Update: correspond
4961  
4962  Only show the TransactionBatch scrip stage if TransactionBatch
4963  scrips are enabled.  --Dave Rolsky
4964  
4965
4966 ------------------------------------------------------------------------
4967 r2195 | jesse | 2005-02-07 12:22:15 -0500 (Mon, 07 Feb 2005) | 10 lines
4968 Changed paths:
4969    M /rt/branches/3.4-RELEASE
4970    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScripAction
4971    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScripCondition
4972    M /rt/branches/3.4-RELEASE/html/Elements/Submit
4973    M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
4974    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMessageStanza
4975    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransaction
4976    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/Tabs
4977    M /rt/branches/3.4-RELEASE/lib/RT/Action/CreateTickets.pm
4978    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
4979    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
4980
4981  r4102@hualien:  jesse | 2005-02-07T17:20:01.069833Z
4982  RT-Ticket: 6415
4983  RT-Status: resolved
4984  RT-Update: correspond
4985  
4986  A bunch of small fixes to avoid minor warnings in the RT code. --Dave Rolsky
4987  
4988  
4989  
4990
4991 ------------------------------------------------------------------------
4992 r2194 | jesse | 2005-02-04 11:03:39 -0500 (Fri, 04 Feb 2005) | 3 lines
4993 Changed paths:
4994    M /rt/branches/3.4-RELEASE
4995    M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
4996    M /rt/branches/3.4-RELEASE/html/Admin/Users/index.html
4997    M /rt/branches/3.4-RELEASE/html/Elements/ShowMemberships
4998    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMemberOf
4999    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowReferences
5000
5001  r4082@hualien:  jesse | 2005-02-04T16:03:07.513522Z
5002  Fixing some links that broke when RT was not installed at the server root
5003
5004 ------------------------------------------------------------------------
5005 r2193 | jesse | 2005-02-03 12:27:23 -0500 (Thu, 03 Feb 2005) | 4 lines
5006 Changed paths:
5007    M /rt/branches/3.4-RELEASE
5008    M /rt/branches/3.4-RELEASE/html/Elements/SelectOwner
5009
5010  r4075@hualien:  jesse | 2005-02-03T17:27:08.548583Z
5011  SelectOwner was displaying "Nobody" twice due to smarter backend code that broke the not-so-smart frontend. Fixed the frontend.
5012  
5013
5014 ------------------------------------------------------------------------
5015 r2150 | jesse | 2005-02-01 09:42:31 -0500 (Tue, 01 Feb 2005) | 3 lines
5016 Changed paths:
5017    M /rt/branches/3.4-RELEASE
5018    M /rt/branches/3.4-RELEASE/releng.cnf
5019
5020  r3972@hualien:  jesse | 2005-02-01T14:36:00.190124Z
5021  3.4.0
5022
5023 ------------------------------------------------------------------------
5024 r2149 | jesse | 2005-02-01 09:42:14 -0500 (Tue, 01 Feb 2005) | 4 lines
5025 Changed paths:
5026    M /rt/branches/3.4-RELEASE
5027    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
5028
5029  r3971@hualien:  jesse | 2005-02-01T14:35:45.436824Z
5030  Bumping SearchBuilder dependency to 1.21
5031  
5032
5033 ------------------------------------------------------------------------
5034 r2148 | jesse | 2005-02-01 09:41:54 -0500 (Tue, 01 Feb 2005) | 3 lines
5035 Changed paths:
5036    M /rt/branches/3.4-RELEASE
5037    M /rt/branches/3.4-RELEASE/README
5038
5039  r3970@hualien:  jesse | 2005-02-01T14:21:00.328018Z
5040  Merge reverted a date in the README
5041
5042 ------------------------------------------------------------------------
5043 r2147 | jesse | 2005-02-01 09:20:40 -0500 (Tue, 01 Feb 2005) | 3 lines
5044 Changed paths:
5045    M /rt/branches/3.4-RELEASE
5046    M /rt/branches/3.4-RELEASE/Makefile.in
5047    M /rt/branches/3.4-RELEASE/README
5048    M /rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in
5049    M /rt/branches/3.4-RELEASE/bin/mason_handler.scgi.in
5050    M /rt/branches/3.4-RELEASE/bin/mason_handler.svc.in
5051    M /rt/branches/3.4-RELEASE/bin/rt-crontool.in
5052    M /rt/branches/3.4-RELEASE/bin/rt-mailgate.in
5053    M /rt/branches/3.4-RELEASE/bin/rt.in
5054    M /rt/branches/3.4-RELEASE/bin/standalone_httpd.in
5055    M /rt/branches/3.4-RELEASE/bin/webmux.pl.in
5056    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/GroupRights.html
5057    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Modify.html
5058    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Objects.html
5059    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/UserRights.html
5060    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/index.html
5061    M /rt/branches/3.4-RELEASE/html/Admin/Elements/AddCustomFieldValue
5062    M /rt/branches/3.4-RELEASE/html/Admin/Elements/CreateUserCalled
5063    M /rt/branches/3.4-RELEASE/html/Admin/Elements/CustomFieldTabs
5064    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomField
5065    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFieldValues
5066    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditCustomFields
5067    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditQueueWatchers
5068    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditScrip
5069    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditScrips
5070    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditTemplates
5071    M /rt/branches/3.4-RELEASE/html/Admin/Elements/EditUserComments
5072    M /rt/branches/3.4-RELEASE/html/Admin/Elements/GlobalCustomFieldTabs
5073    M /rt/branches/3.4-RELEASE/html/Admin/Elements/GroupTabs
5074    M /rt/branches/3.4-RELEASE/html/Admin/Elements/Header
5075    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalCustomFields
5076    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ListGlobalScrips
5077    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ModifyTemplate
5078    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ObjectCustomFields
5079    M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
5080    M /rt/branches/3.4-RELEASE/html/Admin/Elements/PickObjects
5081    M /rt/branches/3.4-RELEASE/html/Admin/Elements/QueueRightsForUser
5082    M /rt/branches/3.4-RELEASE/html/Admin/Elements/QueueTabs
5083    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectCustomFieldLookupType
5084    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectCustomFieldType
5085    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectGroups
5086    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectModifyGroup
5087    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectModifyQueue
5088    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectModifyUser
5089    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectNewGroupMembers
5090    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectRights
5091    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScrip
5092    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScripAction
5093    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectScripCondition
5094    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectSingleOrMultiple
5095    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectStage
5096    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectTemplate
5097    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SelectUsers
5098    M /rt/branches/3.4-RELEASE/html/Admin/Elements/SystemTabs
5099    M /rt/branches/3.4-RELEASE/html/Admin/Elements/Tabs
5100    M /rt/branches/3.4-RELEASE/html/Admin/Elements/ToolTabs
5101    M /rt/branches/3.4-RELEASE/html/Admin/Elements/UserTabs
5102    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Groups.html
5103    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Tickets.html
5104    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Queue-Transactions.html
5105    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/Users.html
5106    M /rt/branches/3.4-RELEASE/html/Admin/Global/CustomFields/index.html
5107    M /rt/branches/3.4-RELEASE/html/Admin/Global/GroupRights.html
5108    M /rt/branches/3.4-RELEASE/html/Admin/Global/Scrip.html
5109    M /rt/branches/3.4-RELEASE/html/Admin/Global/Scrips.html
5110    M /rt/branches/3.4-RELEASE/html/Admin/Global/Template.html
5111    M /rt/branches/3.4-RELEASE/html/Admin/Global/Templates.html
5112    M /rt/branches/3.4-RELEASE/html/Admin/Global/UserRights.html
5113    M /rt/branches/3.4-RELEASE/html/Admin/Global/index.html
5114    M /rt/branches/3.4-RELEASE/html/Admin/Groups/CustomFields.html
5115    M /rt/branches/3.4-RELEASE/html/Admin/Groups/GroupRights.html
5116    M /rt/branches/3.4-RELEASE/html/Admin/Groups/History.html
5117    M /rt/branches/3.4-RELEASE/html/Admin/Groups/Members.html
5118    M /rt/branches/3.4-RELEASE/html/Admin/Groups/Modify.html
5119    M /rt/branches/3.4-RELEASE/html/Admin/Groups/UserRights.html
5120    M /rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
5121    M /rt/branches/3.4-RELEASE/html/Admin/Queues/CustomField.html
5122    M /rt/branches/3.4-RELEASE/html/Admin/Queues/CustomFields.html
5123    M /rt/branches/3.4-RELEASE/html/Admin/Queues/GroupRights.html
5124    M /rt/branches/3.4-RELEASE/html/Admin/Queues/Modify.html
5125    M /rt/branches/3.4-RELEASE/html/Admin/Queues/People.html
5126    M /rt/branches/3.4-RELEASE/html/Admin/Queues/Scrip.html
5127    M /rt/branches/3.4-RELEASE/html/Admin/Queues/Scrips.html
5128    M /rt/branches/3.4-RELEASE/html/Admin/Queues/Template.html
5129    M /rt/branches/3.4-RELEASE/html/Admin/Queues/Templates.html
5130    M /rt/branches/3.4-RELEASE/html/Admin/Queues/UserRights.html
5131    M /rt/branches/3.4-RELEASE/html/Admin/Queues/index.html
5132    M /rt/branches/3.4-RELEASE/html/Admin/Tools/Configuration.html
5133    M /rt/branches/3.4-RELEASE/html/Admin/Tools/index.html
5134    M /rt/branches/3.4-RELEASE/html/Admin/Users/CustomFields.html
5135    M /rt/branches/3.4-RELEASE/html/Admin/Users/History.html
5136    M /rt/branches/3.4-RELEASE/html/Admin/Users/Memberships.html
5137    M /rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
5138    M /rt/branches/3.4-RELEASE/html/Admin/Users/index.html
5139    M /rt/branches/3.4-RELEASE/html/Admin/autohandler
5140    M /rt/branches/3.4-RELEASE/html/Admin/index.html
5141    M /rt/branches/3.4-RELEASE/html/Approvals/Display.html
5142    M /rt/branches/3.4-RELEASE/html/Approvals/Elements/Approve
5143    M /rt/branches/3.4-RELEASE/html/Approvals/Elements/PendingMyApproval
5144    M /rt/branches/3.4-RELEASE/html/Approvals/Elements/ShowDependency
5145    M /rt/branches/3.4-RELEASE/html/Approvals/Elements/Tabs
5146    M /rt/branches/3.4-RELEASE/html/Approvals/index.html
5147    M /rt/branches/3.4-RELEASE/html/Download/CustomFieldValue/dhandler
5148    M /rt/branches/3.4-RELEASE/html/Download/Tabular/dhandler
5149    M /rt/branches/3.4-RELEASE/html/Elements/BevelBoxRaisedEnd
5150    M /rt/branches/3.4-RELEASE/html/Elements/BevelBoxRaisedStart
5151    M /rt/branches/3.4-RELEASE/html/Elements/Callback
5152    M /rt/branches/3.4-RELEASE/html/Elements/Checkbox
5153    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Header
5154    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/ParseFormat
5155    M /rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
5156    M /rt/branches/3.4-RELEASE/html/Elements/CreateTicket
5157    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomField
5158    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldBinary
5159    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldFreeform
5160    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldImage
5161    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldSelect
5162    M /rt/branches/3.4-RELEASE/html/Elements/EditCustomFieldText
5163    M /rt/branches/3.4-RELEASE/html/Elements/EditLinks
5164    M /rt/branches/3.4-RELEASE/html/Elements/Error
5165    M /rt/branches/3.4-RELEASE/html/Elements/Footer
5166    M /rt/branches/3.4-RELEASE/html/Elements/GotoTicket
5167    M /rt/branches/3.4-RELEASE/html/Elements/Header
5168    M /rt/branches/3.4-RELEASE/html/Elements/ListActions
5169    M /rt/branches/3.4-RELEASE/html/Elements/Login
5170    M /rt/branches/3.4-RELEASE/html/Elements/Menu
5171    M /rt/branches/3.4-RELEASE/html/Elements/MessageBox
5172    M /rt/branches/3.4-RELEASE/html/Elements/MyRequests
5173    M /rt/branches/3.4-RELEASE/html/Elements/MyTickets
5174    M /rt/branches/3.4-RELEASE/html/Elements/PageLayout
5175    M /rt/branches/3.4-RELEASE/html/Elements/QueryString
5176    M /rt/branches/3.4-RELEASE/html/Elements/QuickCreate
5177    M /rt/branches/3.4-RELEASE/html/Elements/Quicksearch
5178    M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
5179    M /rt/branches/3.4-RELEASE/html/Elements/Refresh
5180    M /rt/branches/3.4-RELEASE/html/Elements/ScrubHTML
5181    M /rt/branches/3.4-RELEASE/html/Elements/Section
5182    M /rt/branches/3.4-RELEASE/html/Elements/SelectAttachmentField
5183    M /rt/branches/3.4-RELEASE/html/Elements/SelectBoolean
5184    M /rt/branches/3.4-RELEASE/html/Elements/SelectCustomFieldOperator
5185    M /rt/branches/3.4-RELEASE/html/Elements/SelectCustomFieldValue
5186    M /rt/branches/3.4-RELEASE/html/Elements/SelectDate
5187    M /rt/branches/3.4-RELEASE/html/Elements/SelectDateRelation
5188    M /rt/branches/3.4-RELEASE/html/Elements/SelectDateType
5189    M /rt/branches/3.4-RELEASE/html/Elements/SelectEqualityOperator
5190    M /rt/branches/3.4-RELEASE/html/Elements/SelectGroups
5191    M /rt/branches/3.4-RELEASE/html/Elements/SelectLang
5192    M /rt/branches/3.4-RELEASE/html/Elements/SelectLinkType
5193    M /rt/branches/3.4-RELEASE/html/Elements/SelectMatch
5194    M /rt/branches/3.4-RELEASE/html/Elements/SelectNewTicketQueue
5195    M /rt/branches/3.4-RELEASE/html/Elements/SelectOwner
5196    M /rt/branches/3.4-RELEASE/html/Elements/SelectQueue
5197    M /rt/branches/3.4-RELEASE/html/Elements/SelectResultsPerPage
5198    M /rt/branches/3.4-RELEASE/html/Elements/SelectSortOrder
5199    M /rt/branches/3.4-RELEASE/html/Elements/SelectStatus
5200    M /rt/branches/3.4-RELEASE/html/Elements/SelectTicketSortBy
5201    M /rt/branches/3.4-RELEASE/html/Elements/SelectTicketTypes
5202    M /rt/branches/3.4-RELEASE/html/Elements/SelectUsers
5203    M /rt/branches/3.4-RELEASE/html/Elements/SelectWatcherType
5204    M /rt/branches/3.4-RELEASE/html/Elements/SetupSessionCookie
5205    M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFieldImage
5206    M /rt/branches/3.4-RELEASE/html/Elements/ShowCustomFields
5207    M /rt/branches/3.4-RELEASE/html/Elements/ShowLink
5208    M /rt/branches/3.4-RELEASE/html/Elements/ShowLinks
5209    M /rt/branches/3.4-RELEASE/html/Elements/ShowMemberships
5210    M /rt/branches/3.4-RELEASE/html/Elements/SimpleSearch
5211    M /rt/branches/3.4-RELEASE/html/Elements/Submit
5212    M /rt/branches/3.4-RELEASE/html/Elements/Tabs
5213    M /rt/branches/3.4-RELEASE/html/Elements/TicketList
5214    M /rt/branches/3.4-RELEASE/html/Elements/TitleBox
5215    M /rt/branches/3.4-RELEASE/html/Elements/TitleBoxEnd
5216    M /rt/branches/3.4-RELEASE/html/Elements/TitleBoxStart
5217    M /rt/branches/3.4-RELEASE/html/NoAuth/Logout.html
5218    M /rt/branches/3.4-RELEASE/html/NoAuth/Reminder.html
5219    M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
5220    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/queue/default
5221    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/queue/ns
5222    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/attachments
5223    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/default
5224    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/history
5225    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/ticket/links
5226    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/user/default
5227    M /rt/branches/3.4-RELEASE/html/REST/1.0/Forms/user/ns
5228    M /rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
5229    M /rt/branches/3.4-RELEASE/html/REST/1.0/autohandler
5230    M /rt/branches/3.4-RELEASE/html/REST/1.0/dhandler
5231    M /rt/branches/3.4-RELEASE/html/REST/1.0/logout
5232    M /rt/branches/3.4-RELEASE/html/REST/1.0/search/dhandler
5233    M /rt/branches/3.4-RELEASE/html/REST/1.0/search/ticket
5234    M /rt/branches/3.4-RELEASE/html/REST/1.0/ticket/comment
5235    M /rt/branches/3.4-RELEASE/html/REST/1.0/ticket/link
5236    M /rt/branches/3.4-RELEASE/html/REST/1.0/ticket/merge
5237    M /rt/branches/3.4-RELEASE/html/Search/Build.html
5238    M /rt/branches/3.4-RELEASE/html/Search/Bulk.html
5239    M /rt/branches/3.4-RELEASE/html/Search/Edit.html
5240    M /rt/branches/3.4-RELEASE/html/Search/Elements/BuildFormatString
5241    M /rt/branches/3.4-RELEASE/html/Search/Elements/DisplayOptions
5242    M /rt/branches/3.4-RELEASE/html/Search/Elements/EditFormat
5243    M /rt/branches/3.4-RELEASE/html/Search/Elements/EditQuery
5244    M /rt/branches/3.4-RELEASE/html/Search/Elements/EditSearches
5245    M /rt/branches/3.4-RELEASE/html/Search/Elements/NewListActions
5246    M /rt/branches/3.4-RELEASE/html/Search/Elements/PickBasics
5247    M /rt/branches/3.4-RELEASE/html/Search/Elements/PickCFs
5248    M /rt/branches/3.4-RELEASE/html/Search/Elements/PickCriteria
5249    M /rt/branches/3.4-RELEASE/html/Search/Elements/SearchPrivacy
5250    M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectAndOr
5251    M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectGroup
5252    M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectLinks
5253    M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectPersonType
5254    M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectSearchObject
5255    M /rt/branches/3.4-RELEASE/html/Search/Elements/SelectSearchesForObjects
5256    M /rt/branches/3.4-RELEASE/html/Search/Results.html
5257    M /rt/branches/3.4-RELEASE/html/Search/Results.rdf
5258    M /rt/branches/3.4-RELEASE/html/Search/Results.tsv
5259    M /rt/branches/3.4-RELEASE/html/SelfService/Attachment/dhandler
5260    M /rt/branches/3.4-RELEASE/html/SelfService/Closed.html
5261    M /rt/branches/3.4-RELEASE/html/SelfService/Create.html
5262    M /rt/branches/3.4-RELEASE/html/SelfService/CreateTicketInQueue.html
5263    M /rt/branches/3.4-RELEASE/html/SelfService/Display.html
5264    M /rt/branches/3.4-RELEASE/html/SelfService/Elements/GotoTicket
5265    M /rt/branches/3.4-RELEASE/html/SelfService/Elements/Header
5266    M /rt/branches/3.4-RELEASE/html/SelfService/Elements/MyRequests
5267    M /rt/branches/3.4-RELEASE/html/SelfService/Elements/Tabs
5268    M /rt/branches/3.4-RELEASE/html/SelfService/Error.html
5269    M /rt/branches/3.4-RELEASE/html/SelfService/Prefs.html
5270    M /rt/branches/3.4-RELEASE/html/SelfService/Update.html
5271    M /rt/branches/3.4-RELEASE/html/SelfService/index.html
5272    M /rt/branches/3.4-RELEASE/html/Ticket/Attachment/dhandler
5273    M /rt/branches/3.4-RELEASE/html/Ticket/Create.html
5274    M /rt/branches/3.4-RELEASE/html/Ticket/Display.html
5275    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/AddWatchers
5276    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/BulkLinks
5277    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditBasics
5278    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomField
5279    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditCustomFields
5280    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditDates
5281    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditPeople
5282    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/EditWatchers
5283    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/FindAttachments
5284    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/LoadTextAttachments
5285    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/PreviewScrips
5286    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowAttachments
5287    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowBasics
5288    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowCustomFields
5289    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowDates
5290    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowDependencies
5291    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowGroupMembers
5292    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
5293    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMemberOf
5294    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMembers
5295    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMessageHeaders
5296    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowMessageStanza
5297    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowPeople
5298    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowReferences
5299    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowRequestor
5300    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowSummary
5301    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransaction
5302    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowTransactionAttachments
5303    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowUserEntry
5304    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/Tabs
5305    M /rt/branches/3.4-RELEASE/html/Ticket/History.html
5306    M /rt/branches/3.4-RELEASE/html/Ticket/Modify.html
5307    M /rt/branches/3.4-RELEASE/html/Ticket/ModifyAll.html
5308    M /rt/branches/3.4-RELEASE/html/Ticket/ModifyDates.html
5309    M /rt/branches/3.4-RELEASE/html/Ticket/ModifyLinks.html
5310    M /rt/branches/3.4-RELEASE/html/Ticket/ModifyPeople.html
5311    M /rt/branches/3.4-RELEASE/html/Ticket/ShowEmailRecord.html
5312    M /rt/branches/3.4-RELEASE/html/Ticket/Update.html
5313    M /rt/branches/3.4-RELEASE/html/Tools/Elements/Tabs
5314    M /rt/branches/3.4-RELEASE/html/Tools/MyDay.html
5315    M /rt/branches/3.4-RELEASE/html/Tools/Offline.html
5316    M /rt/branches/3.4-RELEASE/html/User/Delegation.html
5317    M /rt/branches/3.4-RELEASE/html/User/Elements/DelegateRights
5318    M /rt/branches/3.4-RELEASE/html/User/Elements/GroupTabs
5319    M /rt/branches/3.4-RELEASE/html/User/Elements/Tabs
5320    M /rt/branches/3.4-RELEASE/html/User/Groups/Members.html
5321    M /rt/branches/3.4-RELEASE/html/User/Groups/Modify.html
5322    M /rt/branches/3.4-RELEASE/html/User/Groups/index.html
5323    M /rt/branches/3.4-RELEASE/html/User/Prefs.html
5324    M /rt/branches/3.4-RELEASE/html/autohandler
5325    M /rt/branches/3.4-RELEASE/html/index.html
5326    M /rt/branches/3.4-RELEASE/html/l
5327    M /rt/branches/3.4-RELEASE/lib/RT/ACE.pm
5328    M /rt/branches/3.4-RELEASE/lib/RT/ACE_Overlay.pm
5329    M /rt/branches/3.4-RELEASE/lib/RT/ACL.pm
5330    M /rt/branches/3.4-RELEASE/lib/RT/ACL_Overlay.pm
5331    M /rt/branches/3.4-RELEASE/lib/RT/Action/AutoOpen.pm
5332    M /rt/branches/3.4-RELEASE/lib/RT/Action/Autoreply.pm
5333    M /rt/branches/3.4-RELEASE/lib/RT/Action/CreateTickets.pm
5334    M /rt/branches/3.4-RELEASE/lib/RT/Action/EscalatePriority.pm
5335    M /rt/branches/3.4-RELEASE/lib/RT/Action/Generic.pm
5336    M /rt/branches/3.4-RELEASE/lib/RT/Action/Notify.pm
5337    M /rt/branches/3.4-RELEASE/lib/RT/Action/NotifyAsComment.pm
5338    M /rt/branches/3.4-RELEASE/lib/RT/Action/RecordComment.pm
5339    M /rt/branches/3.4-RELEASE/lib/RT/Action/RecordCorrespondence.pm
5340    M /rt/branches/3.4-RELEASE/lib/RT/Action/ResolveMembers.pm
5341    M /rt/branches/3.4-RELEASE/lib/RT/Action/SendEmail.pm
5342    M /rt/branches/3.4-RELEASE/lib/RT/Action/SetPriority.pm
5343    M /rt/branches/3.4-RELEASE/lib/RT/Action/UserDefined.pm
5344    M /rt/branches/3.4-RELEASE/lib/RT/Attachment.pm
5345    M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
5346    M /rt/branches/3.4-RELEASE/lib/RT/Attachments.pm
5347    M /rt/branches/3.4-RELEASE/lib/RT/Attachments_Overlay.pm
5348    M /rt/branches/3.4-RELEASE/lib/RT/Attribute.pm
5349    M /rt/branches/3.4-RELEASE/lib/RT/Attribute_Overlay.pm
5350    M /rt/branches/3.4-RELEASE/lib/RT/Attributes.pm
5351    M /rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm
5352    M /rt/branches/3.4-RELEASE/lib/RT/Base.pm
5353    M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember.pm
5354    M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMember_Overlay.pm
5355    M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers.pm
5356    M /rt/branches/3.4-RELEASE/lib/RT/CachedGroupMembers_Overlay.pm
5357    M /rt/branches/3.4-RELEASE/lib/RT/Condition/AnyTransaction.pm
5358    M /rt/branches/3.4-RELEASE/lib/RT/Condition/BeforeDue.pm
5359    M /rt/branches/3.4-RELEASE/lib/RT/Condition/Generic.pm
5360    M /rt/branches/3.4-RELEASE/lib/RT/Condition/Overdue.pm
5361    M /rt/branches/3.4-RELEASE/lib/RT/Condition/OwnerChange.pm
5362    M /rt/branches/3.4-RELEASE/lib/RT/Condition/PriorityChange.pm
5363    M /rt/branches/3.4-RELEASE/lib/RT/Condition/PriorityExceeds.pm
5364    M /rt/branches/3.4-RELEASE/lib/RT/Condition/QueueChange.pm
5365    M /rt/branches/3.4-RELEASE/lib/RT/Condition/StatusChange.pm
5366    M /rt/branches/3.4-RELEASE/lib/RT/Condition/UserDefined.pm
5367    M /rt/branches/3.4-RELEASE/lib/RT/CurrentUser.pm
5368    M /rt/branches/3.4-RELEASE/lib/RT/CustomField.pm
5369    M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValue.pm
5370    M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValues.pm
5371    M /rt/branches/3.4-RELEASE/lib/RT/CustomFieldValues_Overlay.pm
5372    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
5373    M /rt/branches/3.4-RELEASE/lib/RT/CustomFields.pm
5374    M /rt/branches/3.4-RELEASE/lib/RT/CustomFields_Overlay.pm
5375    M /rt/branches/3.4-RELEASE/lib/RT/Date.pm
5376    M /rt/branches/3.4-RELEASE/lib/RT/EmailParser.pm
5377    M /rt/branches/3.4-RELEASE/lib/RT/Group.pm
5378    M /rt/branches/3.4-RELEASE/lib/RT/GroupMember.pm
5379    M /rt/branches/3.4-RELEASE/lib/RT/GroupMember_Overlay.pm
5380    M /rt/branches/3.4-RELEASE/lib/RT/GroupMembers.pm
5381    M /rt/branches/3.4-RELEASE/lib/RT/GroupMembers_Overlay.pm
5382    M /rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
5383    M /rt/branches/3.4-RELEASE/lib/RT/Groups.pm
5384    M /rt/branches/3.4-RELEASE/lib/RT/Groups_Overlay.pm
5385    M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
5386    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.pm
5387    M /rt/branches/3.4-RELEASE/lib/RT/I18N/i_default.pm
5388    M /rt/branches/3.4-RELEASE/lib/RT/I18N.pm
5389    M /rt/branches/3.4-RELEASE/lib/RT/Interface/CLI.pm
5390    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/GnuPG.pm
5391    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Auth/MailFrom.pm
5392    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email/Filter/SpamAssassin.pm
5393    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
5394    M /rt/branches/3.4-RELEASE/lib/RT/Interface/REST.pm
5395    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web/Handler.pm
5396    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
5397    M /rt/branches/3.4-RELEASE/lib/RT/Link.pm
5398    M /rt/branches/3.4-RELEASE/lib/RT/Link_Overlay.pm
5399    M /rt/branches/3.4-RELEASE/lib/RT/Links.pm
5400    M /rt/branches/3.4-RELEASE/lib/RT/Links_Overlay.pm
5401    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomField.pm
5402    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue.pm
5403    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValue_Overlay.pm
5404    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues.pm
5405    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
5406    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomField_Overlay.pm
5407    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFields.pm
5408    M /rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFields_Overlay.pm
5409    M /rt/branches/3.4-RELEASE/lib/RT/Principal.pm
5410    M /rt/branches/3.4-RELEASE/lib/RT/Principal_Overlay.pm
5411    M /rt/branches/3.4-RELEASE/lib/RT/Principals.pm
5412    M /rt/branches/3.4-RELEASE/lib/RT/Principals_Overlay.pm
5413    M /rt/branches/3.4-RELEASE/lib/RT/Queue.pm
5414    M /rt/branches/3.4-RELEASE/lib/RT/Queue_Overlay.pm
5415    M /rt/branches/3.4-RELEASE/lib/RT/Queues.pm
5416    M /rt/branches/3.4-RELEASE/lib/RT/Queues_Overlay.pm
5417    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
5418    M /rt/branches/3.4-RELEASE/lib/RT/Scrip.pm
5419    M /rt/branches/3.4-RELEASE/lib/RT/ScripAction.pm
5420    M /rt/branches/3.4-RELEASE/lib/RT/ScripAction_Overlay.pm
5421    M /rt/branches/3.4-RELEASE/lib/RT/ScripActions.pm
5422    M /rt/branches/3.4-RELEASE/lib/RT/ScripActions_Overlay.pm
5423    M /rt/branches/3.4-RELEASE/lib/RT/ScripCondition.pm
5424    M /rt/branches/3.4-RELEASE/lib/RT/ScripCondition_Overlay.pm
5425    M /rt/branches/3.4-RELEASE/lib/RT/ScripConditions.pm
5426    M /rt/branches/3.4-RELEASE/lib/RT/ScripConditions_Overlay.pm
5427    M /rt/branches/3.4-RELEASE/lib/RT/Scrip_Overlay.pm
5428    M /rt/branches/3.4-RELEASE/lib/RT/Scrips.pm
5429    M /rt/branches/3.4-RELEASE/lib/RT/Scrips_Overlay.pm
5430    M /rt/branches/3.4-RELEASE/lib/RT/Search/ActiveTicketsInQueue.pm
5431    M /rt/branches/3.4-RELEASE/lib/RT/Search/FromSQL.pm
5432    M /rt/branches/3.4-RELEASE/lib/RT/Search/Generic.pm
5433    M /rt/branches/3.4-RELEASE/lib/RT/SearchBuilder.pm
5434    M /rt/branches/3.4-RELEASE/lib/RT/System.pm
5435    M /rt/branches/3.4-RELEASE/lib/RT/Template.pm
5436    M /rt/branches/3.4-RELEASE/lib/RT/Template_Overlay.pm
5437    M /rt/branches/3.4-RELEASE/lib/RT/Templates.pm
5438    M /rt/branches/3.4-RELEASE/lib/RT/Templates_Overlay.pm
5439    M /rt/branches/3.4-RELEASE/lib/RT/Ticket.pm
5440    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
5441    M /rt/branches/3.4-RELEASE/lib/RT/Tickets.pm
5442    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
5443    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay_SQL.pm
5444    M /rt/branches/3.4-RELEASE/lib/RT/Transaction.pm
5445    M /rt/branches/3.4-RELEASE/lib/RT/Transaction_Overlay.pm
5446    M /rt/branches/3.4-RELEASE/lib/RT/Transactions.pm
5447    M /rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
5448    M /rt/branches/3.4-RELEASE/lib/RT/URI/base.pm
5449    M /rt/branches/3.4-RELEASE/lib/RT/URI/fsck_com_rt.pm
5450    M /rt/branches/3.4-RELEASE/lib/RT/URI.pm
5451    M /rt/branches/3.4-RELEASE/lib/RT/User.pm
5452    M /rt/branches/3.4-RELEASE/lib/RT/User_Overlay.pm
5453    M /rt/branches/3.4-RELEASE/lib/RT/Users.pm
5454    M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
5455    M /rt/branches/3.4-RELEASE/lib/RT.pm.in
5456    M /rt/branches/3.4-RELEASE/sbin/extract-message-catalog
5457    M /rt/branches/3.4-RELEASE/sbin/extract_pod_tests
5458    M /rt/branches/3.4-RELEASE/sbin/factory
5459    M /rt/branches/3.4-RELEASE/sbin/regression_harness
5460    M /rt/branches/3.4-RELEASE/sbin/rt-dump-database.in
5461    M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
5462    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
5463
5464  r3962@hualien:  jesse | 2005-02-01T14:05:26.980011Z
5465  reran license tagger
5466
5467 ------------------------------------------------------------------------
5468 r2146 | jesse | 2005-02-01 09:13:05 -0500 (Tue, 01 Feb 2005) | 3 lines
5469 Changed paths:
5470    M /rt/branches/3.4-RELEASE
5471    M /rt/branches/3.4-RELEASE/lib/RT/I18N/cs.po
5472    M /rt/branches/3.4-RELEASE/lib/RT/I18N/da.po
5473    M /rt/branches/3.4-RELEASE/lib/RT/I18N/de.po
5474    M /rt/branches/3.4-RELEASE/lib/RT/I18N/en_malkovich.po
5475    M /rt/branches/3.4-RELEASE/lib/RT/I18N/es.po
5476    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fi.po
5477    M /rt/branches/3.4-RELEASE/lib/RT/I18N/fr.po
5478    M /rt/branches/3.4-RELEASE/lib/RT/I18N/he.po
5479    M /rt/branches/3.4-RELEASE/lib/RT/I18N/hu.po
5480    M /rt/branches/3.4-RELEASE/lib/RT/I18N/it.po
5481    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ja.po
5482    M /rt/branches/3.4-RELEASE/lib/RT/I18N/nl.po
5483    M /rt/branches/3.4-RELEASE/lib/RT/I18N/no.po
5484    M /rt/branches/3.4-RELEASE/lib/RT/I18N/pt_br.po
5485    M /rt/branches/3.4-RELEASE/lib/RT/I18N/ru.po
5486    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_cn.po
5487    M /rt/branches/3.4-RELEASE/lib/RT/I18N/zh_tw.po
5488    M /rt/branches/3.4-RELEASE/sbin/license_tag
5489
5490  r3961@hualien:  jesse | 2005-02-01T14:03:42.493372Z
5491  Message catalogs updated
5492
5493 ------------------------------------------------------------------------
5494 r2145 | jesse | 2005-02-01 09:12:39 -0500 (Tue, 01 Feb 2005) | 3 lines
5495 Changed paths:
5496    M /rt/branches/3.4-RELEASE
5497    M /rt/branches/3.4-RELEASE/README
5498
5499  r3960@hualien:  jesse | 2005-02-01T13:59:42.556416Z
5500  Tiny readme style fixes
5501
5502 ------------------------------------------------------------------------
5503 r2144 | jesse | 2005-02-01 09:11:23 -0500 (Tue, 01 Feb 2005) | 3 lines
5504 Changed paths:
5505    M /rt/branches/3.4-RELEASE
5506    M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.Oracle
5507    M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.Pg
5508
5509  r3959@hualien:  jesse | 2005-02-01T13:55:00.555573Z
5510  Removing index changes from upgrade process that could break upgrades for some users
5511
5512 ------------------------------------------------------------------------
5513 r2131 | jesse | 2005-01-22 14:43:46 -0500 (Sat, 22 Jan 2005) | 3 lines
5514 Changed paths:
5515    M /rt/branches/3.4-RELEASE
5516    M /rt/branches/3.4-RELEASE/releng.cnf
5517
5518  r3924@hualien:  jesse | 2005-01-22T19:34:52.453359Z
5519  Bumped to 3.4.0rc6
5520
5521 ------------------------------------------------------------------------
5522 r2123 | jesse | 2005-01-22 11:57:23 -0500 (Sat, 22 Jan 2005) | 4 lines
5523 Changed paths:
5524    M /rt/branches/3.4-RELEASE
5525    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
5526
5527  r3910@hualien:  jesse | 2005-01-22T16:06:58.731752Z
5528  Custom field searches should only search on values that haven't been deleted
5529  
5530
5531 ------------------------------------------------------------------------
5532 r2122 | jesse | 2005-01-22 11:57:11 -0500 (Sat, 22 Jan 2005) | 3 lines
5533 Changed paths:
5534    M /rt/branches/3.4-RELEASE
5535    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
5536    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
5537    A /rt/branches/3.4-RELEASE/lib/t/regression/15cf_single_values_are_single.t
5538
5539  r3909@hualien:  jesse | 2005-01-22T15:42:46.936767Z
5540  Bullet-proofing for custom fields with a set but limited number of values
5541
5542 ------------------------------------------------------------------------
5543 r2121 | jesse | 2005-01-22 11:57:01 -0500 (Sat, 22 Jan 2005) | 4 lines
5544 Changed paths:
5545    M /rt/branches/3.4-RELEASE
5546    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
5547
5548  r3907@hualien:  jesse | 2005-01-22T14:48:14.100308Z
5549  TicketSQL search fixes, especially to Custom field operations
5550  
5551
5552 ------------------------------------------------------------------------
5553 r2120 | jesse | 2005-01-22 11:53:50 -0500 (Sat, 22 Jan 2005) | 4 lines
5554 Changed paths:
5555    M /rt/branches/3.4-RELEASE
5556    M /rt/branches/3.4-RELEASE/html/Elements/RT__Ticket/ColumnMap
5557
5558  r3904@hualien:  jesse | 2005-01-22T13:00:19.775653Z
5559  The column map callback was broken by performance work
5560  
5561
5562 ------------------------------------------------------------------------
5563 r2119 | jesse | 2005-01-22 06:26:14 -0500 (Sat, 22 Jan 2005) | 9 lines
5564 Changed paths:
5565    M /rt/branches/3.4-RELEASE
5566    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/content
5567    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/acl.Oracle
5568    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/acl.Pg
5569    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/acl.SQLite
5570    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/acl.mysql
5571    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/content
5572    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/schema.Oracle
5573    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.11/schema.SQLite
5574    M /rt/branches/3.4-RELEASE/sbin/rt-setup-database.in
5575
5576  r3902@hualien:  jesse | 2005-01-22T11:21:43.212477Z
5577  RT-Ticket: 6366
5578  RT-Update: correspond
5579  
5580  Cleaned up the upgrade procedure to give better messages on success. Added content so it won't bomb out on errors for the 3.4 upgrades.
5581  (We could have altered the script to not error out on missing content, but that would obscure errors where the user flubbed the path.
5582  
5583  
5584
5585 ------------------------------------------------------------------------
5586 r2116 | jesse | 2005-01-19 17:20:57 -0500 (Wed, 19 Jan 2005) | 4 lines
5587 Changed paths:
5588    M /rt/branches/3.4-RELEASE
5589    M /rt/branches/3.4-RELEASE/configure.ac
5590
5591  r3893@hualien:  jesse | 2005-01-19T18:39:39.850646Z
5592  Updated version number used by development builds to note that this is the 3.4 series
5593  
5594
5595 ------------------------------------------------------------------------
5596 r2115 | jesse | 2005-01-19 17:20:48 -0500 (Wed, 19 Jan 2005) | 4 lines
5597 Changed paths:
5598    M /rt/branches/3.4-RELEASE
5599    M /rt/branches/3.4-RELEASE/lib/RT/Attachment_Overlay.pm
5600
5601  r3892@hualien:  jesse | 2005-01-19T18:38:38.233900Z
5602  Added better error checking for attachment insertion failure. (This unmasked more instances of oracle brokenness)
5603  
5604
5605 ------------------------------------------------------------------------
5606 r2114 | jesse | 2005-01-19 17:20:39 -0500 (Wed, 19 Jan 2005) | 4 lines
5607 Changed paths:
5608    M /rt/branches/3.4-RELEASE
5609    M /rt/branches/3.4-RELEASE/lib/t/regression/03basic_web.t
5610    M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
5611    M /rt/branches/3.4-RELEASE/lib/t/regression/09record_cf_api.t
5612
5613  r3891@hualien:  jesse | 2005-01-19T18:31:15.604733Z
5614  Minor formatting cleanups to tests
5615  
5616
5617 ------------------------------------------------------------------------
5618 r2113 | jesse | 2005-01-18 10:46:48 -0500 (Tue, 18 Jan 2005) | 6 lines
5619 Changed paths:
5620    M /rt/branches/3.4-RELEASE
5621    M /rt/branches/3.4-RELEASE/html/Elements/SelectOwner
5622    M /rt/branches/3.4-RELEASE/lib/RT/Users_Overlay.pm
5623
5624  r3885@hualien:  jesse | 2005-01-18T15:02:02.574134Z
5625  Reimplemented RT::Users->WhoHaveRights to remove O(n^2) SQL calls. (That means it's faster now)
5626  Reimplemented SelectOwner widget to take advantage of the new WhoHaveRights
5627  
5628  
5629
5630 ------------------------------------------------------------------------
5631 r2112 | jesse | 2005-01-18 10:46:21 -0500 (Tue, 18 Jan 2005) | 8 lines
5632 Changed paths:
5633    M /rt/branches/3.4-RELEASE
5634    M /rt/branches/3.4-RELEASE/lib/RT/CustomField_Overlay.pm
5635
5636  r3884@hualien:  jesse | 2005-01-18T14:59:19.630164Z
5637  RT-Ticket: 6352
5638  RT-Status: resolved
5639  RT-Update: correspond
5640  
5641  Fix an invalid custom field acl check
5642  
5643
5644 ------------------------------------------------------------------------
5645 r2109 | tla | 2005-01-17 20:53:10 -0500 (Mon, 17 Jan 2005) | 4 lines
5646 Changed paths:
5647    A /rt/branches/3.4-RELEASE/lib/t/create_data.pl
5648
5649 A script to automate testing data creation.  Requires a new CPAN module,
5650 Text::Lorem.  Work in progress.
5651
5652
5653 ------------------------------------------------------------------------
5654 r2072 | jesse | 2005-01-13 02:02:25 -0500 (Thu, 13 Jan 2005) | 3 lines
5655 Changed paths:
5656    M /rt/branches/3.4-RELEASE/README
5657
5658 Removed a reference to NIS
5659
5660
5661 ------------------------------------------------------------------------
5662 r2071 | jesse | 2005-01-12 18:39:03 -0500 (Wed, 12 Jan 2005) | 3 lines
5663 Changed paths:
5664    M /rt/branches/3.4-RELEASE/docs/rt3-schema-relationships.dot
5665
5666 RT3.4 schema diagram corrected and updated.
5667
5668
5669 ------------------------------------------------------------------------
5670 r2070 | jesse | 2005-01-11 18:58:03 -0500 (Tue, 11 Jan 2005) | 3 lines
5671 Changed paths:
5672    M /rt/branches/3.4-RELEASE/README
5673
5674 Readme update to note that manual installation of Apache::DBI may be required.
5675
5676
5677 ------------------------------------------------------------------------
5678 r2069 | zev | 2005-01-11 18:49:19 -0500 (Tue, 11 Jan 2005) | 3 lines
5679 Changed paths:
5680    M /rt/branches/3.4-RELEASE/Makefile.in
5681    M /rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
5682
5683 Fixed spelling and grammar mistakes in etc/RT_Config.pm.in
5684 Added some documentation and fixed whitespace in Makefile.in
5685
5686 ------------------------------------------------------------------------
5687 r2065 | jesse | 2005-01-11 00:02:58 -0500 (Tue, 11 Jan 2005) | 5 lines
5688 Changed paths:
5689    M /rt/branches/3.4-RELEASE
5690    M /rt/branches/3.4-RELEASE/releng.cnf
5691
5692  r2678@hualien:  jesse | 2005-01-11T06:37:57.777661Z
5693  Bumped to rc5
5694  
5695  
5696
5697 ------------------------------------------------------------------------
5698 r2064 | jesse | 2005-01-10 23:54:09 -0500 (Mon, 10 Jan 2005) | 6 lines
5699 Changed paths:
5700    M /rt/branches/3.4-RELEASE
5701    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
5702    A /rt/branches/3.4-RELEASE/lib/t/regression/14merge.t
5703
5704  r2669@hualien:  jesse | 2005-01-11T06:23:33.161490Z
5705  Merging tickets with the same link could cause postgres to complain. Fixed. merged.
5706  
5707  
5708  
5709
5710 ------------------------------------------------------------------------
5711 r2060 | jesse | 2005-01-08 18:46:21 -0500 (Sat, 08 Jan 2005) | 3 lines
5712 Changed paths:
5713    M /rt/branches/3.4-RELEASE
5714    M /rt/branches/3.4-RELEASE/releng.cnf
5715
5716  r2642@hualien:  jesse | 2005-01-08T23:42:31.639282Z
5717  3.4.0rc4
5718
5719 ------------------------------------------------------------------------
5720 r2059 | jesse | 2005-01-08 18:44:03 -0500 (Sat, 08 Jan 2005) | 9 lines
5721 Changed paths:
5722    M /rt/branches/3.4-RELEASE
5723    M /rt/branches/3.4-RELEASE/README
5724    M /rt/branches/3.4-RELEASE/lib/RT/Attributes_Overlay.pm
5725    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
5726    A /rt/branches/3.4-RELEASE/lib/t/regression/13-attribute-tests.t
5727    M /rt/branches/3.4-RELEASE/sbin/rt-test-dependencies.in
5728
5729  r2640@hualien:  jesse | 2005-01-08T23:32:05.453370Z
5730  Kevin Chen reported issues with Attributes not being properly deleted from the 
5731  ticket update screen. Alex Vandiver wrote new tests to illustrate the behaviour.
5732  
5733  This unearthed bugs in RT's attribute handling as well as DBIx::SearchBuilder.
5734  
5735  
5736  
5737
5738 ------------------------------------------------------------------------
5739 r2055 | jesse | 2005-01-07 22:40:01 -0500 (Fri, 07 Jan 2005) | 4 lines
5740 Changed paths:
5741    M /rt/branches/3.4-RELEASE
5742    M /rt/branches/3.4-RELEASE/releng.cnf
5743
5744  r2633@hualien:  jesse | 2005-01-08T03:37:18.260832Z
5745  Bumping to 3.4.0rc3
5746  
5747
5748 ------------------------------------------------------------------------
5749 r2054 | jesse | 2005-01-07 22:39:55 -0500 (Fri, 07 Jan 2005) | 5 lines
5750 Changed paths:
5751    M /rt/branches/3.4-RELEASE
5752    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
5753    A /rt/branches/3.4-RELEASE/lib/t/regression/12-search.t
5754
5755  r2632@hualien:  jesse | 2005-01-08T03:36:49.431347Z
5756  Revision 1977 was a bogus merge. Revert that. Add new tests to catch the failing behaviour
5757  
5758  
5759
5760 ------------------------------------------------------------------------
5761 r2045 | jesse | 2005-01-06 16:01:06 -0500 (Thu, 06 Jan 2005) | 5 lines
5762 Changed paths:
5763    M /rt/branches/3.4-RELEASE
5764    M /rt/branches/3.4-RELEASE/releng.cnf
5765
5766  r2555@hualien:  jesse | 2005-01-06T20:56:22.389566Z
5767  Bumping to rc2
5768  
5769  
5770
5771 ------------------------------------------------------------------------
5772 r2044 | jesse | 2005-01-06 16:00:57 -0500 (Thu, 06 Jan 2005) | 3 lines
5773 Changed paths:
5774    M /rt/branches/3.4-RELEASE
5775    M /rt/branches/3.4-RELEASE/lib/t/regression/04send_email.t
5776    M /rt/branches/3.4-RELEASE/lib/t/regression/06mailgateway.t
5777
5778  r2543@hualien:  jesse | 2005-01-06T07:08:12.346569Z
5779  no longer hardcode paths in tests
5780
5781 ------------------------------------------------------------------------
5782 r2041 | jesse | 2005-01-05 00:34:02 -0500 (Wed, 05 Jan 2005) | 3 lines
5783 Changed paths:
5784    M /rt/branches/3.4-RELEASE
5785    M /rt/branches/3.4-RELEASE/lib/RT/Record.pm
5786    M /rt/branches/3.4-RELEASE/lib/t/regression/03basic_web.t
5787
5788  r2539@hualien:  jesse | 2005-01-05T05:31:36.967112Z
5789  Better handling of Content that comes out of the database as utf8 (Such as with DBD::Oracle 1.16)
5790
5791 ------------------------------------------------------------------------
5792 r2040 | jesse | 2005-01-04 00:18:06 -0500 (Tue, 04 Jan 2005) | 3 lines
5793 Changed paths:
5794    M /rt/branches/3.4-RELEASE
5795    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
5796
5797  r2530@hualien:  jesse | 2005-01-04T05:15:35.757280Z
5798  a couple fixes for better handling ticket links on merge
5799
5800 ------------------------------------------------------------------------
5801 r2039 | jesse | 2005-01-04 00:17:52 -0500 (Tue, 04 Jan 2005) | 4 lines
5802 Changed paths:
5803    M /rt/branches/3.4-RELEASE
5804    A /rt/branches/3.4-RELEASE/lib/t/regression/11-template-insert.t
5805
5806  r2528@hualien:  jesse | 2005-01-03T19:54:59.819442Z
5807  Added a test for a regression tickled by DBD::Oracle 1.16
5808  
5809
5810 ------------------------------------------------------------------------
5811 r2038 | jesse | 2005-01-04 00:17:42 -0500 (Tue, 04 Jan 2005) | 5 lines
5812 Changed paths:
5813    M /rt/branches/3.4-RELEASE
5814    M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.mysql
5815
5816  r2527@hualien:  jesse | 2005-01-03T19:52:28.164258Z
5817  Updated mysql schema upgrades to cope with ancient RT 3 instances which didn't have indexes we expect
5818  
5819  
5820
5821 ------------------------------------------------------------------------
5822 r2037 | jesse | 2005-01-04 00:17:29 -0500 (Tue, 04 Jan 2005) | 4 lines
5823 Changed paths:
5824    M /rt/branches/3.4-RELEASE
5825    M /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.mysql
5826
5827  r2526@hualien:  jesse | 2005-01-03T19:21:48.180206Z
5828  Workaround for missing mysql indexes
5829  
5830
5831 ------------------------------------------------------------------------
5832 r2036 | jesse | 2005-01-03 14:14:54 -0500 (Mon, 03 Jan 2005) | 5 lines
5833 Changed paths:
5834    M /rt/branches/3.4-RELEASE
5835    A /rt/branches/3.4-RELEASE/etc/upgrade/3.3.0/schema.Oracle
5836
5837  r2524@hualien:  jesse | 2005-01-03T19:12:32.074066Z
5838  Oracle schema upgrades
5839  
5840  
5841
5842 ------------------------------------------------------------------------
5843 r2034 | jesse | 2004-12-29 15:41:21 -0500 (Wed, 29 Dec 2004) | 5 lines
5844 Changed paths:
5845    M /rt/branches/3.4-RELEASE
5846    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/GroupRights.html
5847    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Modify.html
5848    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/Objects.html
5849    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/UserRights.html
5850    M /rt/branches/3.4-RELEASE/html/Admin/CustomFields/index.html
5851    M /rt/branches/3.4-RELEASE/html/Admin/Elements/CustomFieldTabs
5852
5853  r2520@hualien:  jesse | 2004-12-29T20:39:43.707258Z
5854  Custom field tab hilighting fixes.
5855  
5856  
5857
5858 ------------------------------------------------------------------------
5859 r2033 | jesse | 2004-12-29 14:45:54 -0500 (Wed, 29 Dec 2004) | 5 lines
5860 Changed paths:
5861    M /rt/branches/3.4-RELEASE
5862    M /rt/branches/3.4-RELEASE/lib/RT/Handle.pm
5863
5864  r2516@hualien:  jesse | 2004-12-29T19:44:09.437463Z
5865  Slightly updated encoding support for oracle
5866  
5867  
5868
5869 ------------------------------------------------------------------------
5870 r2032 | jesse | 2004-12-29 14:45:43 -0500 (Wed, 29 Dec 2004) | 4 lines
5871 Changed paths:
5872    M /rt/branches/3.4-RELEASE
5873    M /rt/branches/3.4-RELEASE/UPGRADING
5874
5875  r2507@hualien:  jesse | 2004-12-23T22:31:20.362197Z
5876  Note about "OwnTickets" for Superusers
5877  
5878
5879 ------------------------------------------------------------------------
5880 r2030 | robert | 2004-12-28 01:37:51 -0500 (Tue, 28 Dec 2004) | 3 lines
5881 Changed paths:
5882    M /rt/branches/3.4-RELEASE
5883    M /rt/branches/3.4-RELEASE/configure.ac
5884
5885  r2033@dog:  rspier | 2004-12-27 22:36:08 -0800
5886  RT 6331: configure spitting chmod errors
5887
5888 ------------------------------------------------------------------------
5889 r2029 | robert | 2004-12-28 01:37:47 -0500 (Tue, 28 Dec 2004) | 3 lines
5890 Changed paths:
5891    M /rt/branches/3.4-RELEASE
5892    M /rt/branches/3.4-RELEASE/html/NoAuth/webrt.css
5893
5894  r2032@dog:  rspier | 2004-12-27 22:24:34 -0800
5895  fix css errors
5896
5897 ------------------------------------------------------------------------
5898 r2028 | robert | 2004-12-28 01:37:37 -0500 (Tue, 28 Dec 2004) | 4 lines
5899 Changed paths:
5900    M /rt/branches/3.4-RELEASE
5901    M /rt/branches/3.4-RELEASE/html/Elements/Header
5902
5903  r2031@dog:  rspier | 2004-12-27 21:46:34 -0800
5904  Only show the refresh tag if the refresh time is > 0.
5905  (Mozilla will perform a refresh=1 for refresh=-1)
5906
5907 ------------------------------------------------------------------------
5908 r2027 | robert | 2004-12-28 01:37:32 -0500 (Tue, 28 Dec 2004) | 3 lines
5909 Changed paths:
5910    M /rt/branches/3.4-RELEASE
5911    M /rt/branches/3.4-RELEASE/configure.ac
5912
5913  r2030@dog:  rspier | 2004-12-27 21:05:44 -0800
5914  Whitespace tweak: use tabs consistently
5915
5916 ------------------------------------------------------------------------
5917 r2025 | jesse | 2004-12-22 02:06:35 -0500 (Wed, 22 Dec 2004) | 5 lines
5918 Changed paths:
5919    M /rt/branches/3.4-RELEASE
5920    M /rt/branches/3.4-RELEASE/etc/schema.Oracle
5921
5922  r2504@hualien:  jesse | 2004-12-22T07:05:58.453205Z
5923  Oracle schema updates
5924  
5925  
5926
5927 ------------------------------------------------------------------------
5928 r2024 | jesse | 2004-12-21 17:11:39 -0500 (Tue, 21 Dec 2004) | 7 lines
5929 Changed paths:
5930    M /rt/branches/3.4-RELEASE
5931    M /rt/branches/3.4-RELEASE/html/Ticket/Elements/ShowHistory
5932    M /rt/branches/3.4-RELEASE/lib/RT/Ticket_Overlay.pm
5933    M /rt/branches/3.4-RELEASE/lib/RT/Transactions_Overlay.pm
5934
5935  r2500@hualien:  jesse | 2004-12-21T22:06:43.378557Z
5936  Refactored RT's logic that limits sets of transactions to tickets to make it easier to reuse.
5937  Fixed bugs in searches for transactions related to multiple tickets.
5938  
5939  
5940  
5941
5942 ------------------------------------------------------------------------
5943 r2021 | jesse | 2004-12-21 00:32:15 -0500 (Tue, 21 Dec 2004) | 5 lines
5944 Changed paths:
5945    M /rt/branches/3.4-RELEASE
5946    A /rt/branches/3.4-RELEASE/lib/t/regression/10merge.t
5947
5948  r2498@hualien:  jesse | 2004-12-21T05:27:21.459146Z
5949  Added a new regression test to validate some possibly bogus behaviour about merging tickets
5950  
5951  
5952
5953 ------------------------------------------------------------------------
5954 r2019 | jesse | 2004-12-20 21:44:53 -0500 (Mon, 20 Dec 2004) | 6 lines
5955 Changed paths:
5956    M /rt/branches/3.4-RELEASE
5957    M /rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
5958
5959  r2494@hualien:  jesse | 2004-12-21T02:40:37.522278Z
5960  Added back a 'package' declaration to Tickets_Overlay to enable automatic reload.
5961  
5962  
5963  
5964
5965 ------------------------------------------------------------------------
5966 r2018 | jesse | 2004-12-20 18:53:18 -0500 (Mon, 20 Dec 2004) | 4 lines
5967 Changed paths:
5968    M /rt/branches/3.4-RELEASE
5969    M /rt/branches/3.4-RELEASE/bin/mason_handler.fcgi.in
5970
5971  r2492@hualien:  jesse | 2004-12-20T23:49:03.808597Z
5972  The FastCGI handler was missing a small bit of code to enable the devel mode "Module::Reload" feature.
5973  
5974
5975 ------------------------------------------------------------------------
5976 r2017 | jesse | 2004-12-20 18:33:50 -0500 (Mon, 20 Dec 2004) | 5 lines
5977 Changed paths:
5978    M /rt/branches/3.4-RELEASE
5979    M /rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
5980
5981  r2489@hualien:  jesse | 2004-12-20T23:27:06.068915Z
5982  Inhibit a warning in 08_web_Cf_access.t
5983  
5984  
5985
5986 ------------------------------------------------------------------------
5987 r2015 | jesse | 2004-12-20 13:43:27 -0500 (Mon, 20 Dec 2004) | 3 lines
5988 Changed paths:
5989    M /rt/branches/3.4-RELEASE
5990    D /rt/branches/3.4-RELEASE/HOWTO
5991
5992  r2485@hualien:  jesse | 2004-12-20T18:38:03.341344Z
5993  Blew away outdated releng documentation
5994
5995 ------------------------------------------------------------------------
5996 r2014 | jesse | 2004-12-20 13:42:57 -0500 (Mon, 20 Dec 2004) | 3 lines
5997 Changed paths:
5998    M /rt/branches/3.4-RELEASE
5999    M /rt/branches/3.4-RELEASE/README
6000
6001  r2484@hualien:  jesse | 2004-12-20T18:37:10.098322Z
6002  minor readme updates
6003
6004 ------------------------------------------------------------------------
6005 r2013 | jesse | 2004-12-20 13:42:45 -0500 (Mon, 20 Dec 2004) | 3 lines
6006 Changed paths:
6007    M /rt/branches/3.4-RELEASE
6008    M /rt/branches/3.4-RELEASE/releng.cnf
6009
6010  r2483@hualien:  jesse | 2004-12-20T18:35:10.597227Z
6011  updated releng.cnf to point to the new branch
6012
6013 ------------------------------------------------------------------------
6014 r2012 | jesse | 2004-12-20 13:25:47 -0500 (Mon, 20 Dec 2004) | 3 lines
6015 Changed paths:
6016    M /rt/branches/3.4-RELEASE
6017    M /rt/branches/3.4-RELEASE/lib/RT/Interface/Web.pm
6018
6019  r2478@hualien:  jesse | 2004-12-20T18:18:05.386331Z
6020  The last merge had a missing brace
6021
6022 ------------------------------------------------------------------------
6023 r2010 | jesse | 2004-12-20 13:07:34 -0500 (Mon, 20 Dec 2004) | 2 lines
6024 Changed paths:
6025    A /rt/branches/3.4-RELEASE (from /rt/branches/3.3-TESTING:2009)
6026
6027 Moving the 3.3 testing branch to the 3.4 release branch in anticipation of a release candidate later today
6028
6029 ------------------------------------------------------------------------
6030 r2009 | jesse | 2004-12-20 12:30:49 -0500 (Mon, 20 Dec 2004) | 11 lines
6031 Changed paths:
6032    M /rt/branches/3.3-TESTING
6033    M /rt/branches/3.3-TESTING/html/autohandler
6034
6035  r2472@hualien:  jesse | 2004-12-20T17:04:02.657029Z
6036   r2464@hualien:  jesse | 2004-12-17T23:04:58.188494Z
6037   Security:
6038       * Fixed a case where catastrophic failure of the logging infrastructure 
6039         on initial login could result in a failing login attempt could
6040         result in a valid remote session. -- Reported by Tom Yu
6041   
6042   
6043   
6044  
6045
6046 ------------------------------------------------------------------------
6047 r2008 | jesse | 2004-12-20 12:30:35 -0500 (Mon, 20 Dec 2004) | 8 lines
6048 Changed paths:
6049    M /rt/branches/3.3-TESTING
6050    M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
6051
6052  r2471@hualien:  jesse | 2004-12-20T17:04:02.035738Z
6053   r2460@hualien:  jesse | 2004-12-17T20:24:25.107579Z
6054   REST UI for listing tickets was missing a newline, resulting in a malformed 
6055   response
6056   
6057   
6058  
6059
6060 ------------------------------------------------------------------------
6061 r2007 | jesse | 2004-12-20 12:30:22 -0500 (Mon, 20 Dec 2004) | 11 lines
6062 Changed paths:
6063    M /rt/branches/3.3-TESTING
6064    M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
6065
6066  r2470@hualien:  jesse | 2004-12-20T17:04:01.318822Z
6067   r1984@hualien:  jesse | 2004-12-09T07:16:39.436509Z
6068   RT-Ticket: 6296
6069   RT-Status: resolved
6070   RT-Update: correspond
6071   
6072   Removed a spurious =>, Thanks to Todd Chapman
6073   
6074   
6075  
6076
6077 ------------------------------------------------------------------------
6078 r2006 | jesse | 2004-12-20 12:30:06 -0500 (Mon, 20 Dec 2004) | 6 lines
6079 Changed paths:
6080    M /rt/branches/3.3-TESTING
6081    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
6082    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
6083    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
6084
6085  r2469@hualien:  jesse | 2004-12-20T16:35:42.953265Z
6086   r1983@hualien:  jesse | 2004-12-09T07:15:23.115403Z
6087   
6088   
6089  
6090
6091 ------------------------------------------------------------------------
6092 r2002 | jesse | 2004-12-16 16:01:40 -0500 (Thu, 16 Dec 2004) | 4 lines
6093 Changed paths:
6094    M /rt/branches/3.3-TESTING
6095    D /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
6096    D /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
6097
6098  r2447@hualien:  jesse | 2004-12-16T20:55:51.733392Z
6099  Removed two more unused files. Thanks to Ruslan for spotting this.
6100  
6101
6102 ------------------------------------------------------------------------
6103 r2000 | jesse | 2004-12-15 18:00:06 -0500 (Wed, 15 Dec 2004) | 3 lines
6104 Changed paths:
6105    M /rt/branches/3.3-TESTING
6106    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
6107    M /rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
6108
6109  r2442@hualien:  jesse | 2004-12-15T22:55:54.557052Z
6110  Clkao found a logic bug in the negative link searching
6111
6112 ------------------------------------------------------------------------
6113 r1998 | jesse | 2004-12-14 18:45:10 -0500 (Tue, 14 Dec 2004) | 3 lines
6114 Changed paths:
6115    M /rt/branches/3.3-TESTING
6116    M /rt/branches/3.3-TESTING/releng.cnf
6117
6118  r2440@hualien:  jesse | 2004-12-14T23:39:15.304049Z
6119  bumping to 3.3.16
6120
6121 ------------------------------------------------------------------------
6122 r1997 | jesse | 2004-12-14 14:40:49 -0500 (Tue, 14 Dec 2004) | 9 lines
6123 Changed paths:
6124    M /rt/branches/3.3-TESTING
6125    M /rt/branches/3.3-TESTING/etc/schema.Oracle
6126
6127  r2437@hualien:  jesse | 2004-12-14T19:37:11.516896Z
6128  RT-Ticket: 6316
6129  RT-Status: resolved
6130  RT-Update: correspond
6131  
6132  Added a patch to enable ObjectCustomFields for Oracle from Steve Turner at MIT. We're still short an oracle upgrade path.
6133  
6134  
6135
6136 ------------------------------------------------------------------------
6137 r1996 | autrijus | 2004-12-14 10:36:27 -0500 (Tue, 14 Dec 2004) | 6 lines
6138 Changed paths:
6139    M /rt/branches/3.3-TESTING
6140    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
6141
6142  r6687@not:  autrijus | 2004-12-14T15:31:58.474155Z
6143  * In HTML::Mason 1.18 or above, Apache2 support is native if
6144    Apache::Request (libapreq2) is installed.
6145  
6146  
6147
6148 ------------------------------------------------------------------------
6149 r1995 | jesse | 2004-12-14 04:54:20 -0500 (Tue, 14 Dec 2004) | 8 lines
6150 Changed paths:
6151    M /rt/branches/3.3-TESTING
6152    M /rt/branches/3.3-TESTING/Makefile.in
6153    M /rt/branches/3.3-TESTING/configure.ac
6154    A /rt/branches/3.3-TESTING/lib/t/00smoke.t
6155    D /rt/branches/3.3-TESTING/lib/t/00smoke.t.in
6156    D /rt/branches/3.3-TESTING/lib/t/01harness.t.in
6157    D /rt/branches/3.3-TESTING/lib/t/02regression.t.in
6158    D /rt/branches/3.3-TESTING/lib/t/03web.pl.in
6159    D /rt/branches/3.3-TESTING/lib/t/04_send_email.pl.in
6160    D /rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in
6161    D /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
6162    D /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
6163    D /rt/branches/3.3-TESTING/lib/t/08web_cf.pl.in
6164    D /rt/branches/3.3-TESTING/lib/t/regression/00placeholder
6165    A /rt/branches/3.3-TESTING/lib/t/regression/03basic_web.t
6166    A /rt/branches/3.3-TESTING/lib/t/regression/04send_email.t
6167    A /rt/branches/3.3-TESTING/lib/t/regression/05cronsupport.t
6168    A /rt/branches/3.3-TESTING/lib/t/regression/06mailgateway.t
6169    A /rt/branches/3.3-TESTING/lib/t/regression/07acl.t
6170    A /rt/branches/3.3-TESTING/lib/t/regression/08web_cf_access.t
6171    A /rt/branches/3.3-TESTING/lib/t/regression/09record_cf_api.t
6172    A /rt/branches/3.3-TESTING/lib/t/setup_regression.t
6173
6174  r2434@hualien:  jesse | 2004-12-14T09:50:12.895761Z
6175  Test suite refactored to use 'prove' rather than one big ball of tests. 
6176  This makes it much easier to run individual test scripts and gets us a nice pretty output.
6177  
6178      Ruslan pushed me into this.
6179  
6180  
6181
6182 ------------------------------------------------------------------------
6183 r1994 | jesse | 2004-12-14 04:54:04 -0500 (Tue, 14 Dec 2004) | 3 lines
6184 Changed paths:
6185    M /rt/branches/3.3-TESTING
6186    M /rt/branches/3.3-TESTING/configure.ac
6187    D /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
6188    D /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
6189    M /rt/branches/3.3-TESTING/lib/RT.pm.in
6190    M /rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
6191    M /rt/branches/3.3-TESTING/sbin/extract_pod_tests
6192
6193  r2433@hualien:  jesse | 2004-12-14T09:25:34.132509Z
6194  Removing TicketCustomFieldValue files leftover from 3.2
6195
6196 ------------------------------------------------------------------------
6197 r1993 | jesse | 2004-12-14 02:36:04 -0500 (Tue, 14 Dec 2004) | 5 lines
6198 Changed paths:
6199    M /rt/branches/3.3-TESTING
6200    A /rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
6201
6202  r2431@hualien:  jesse | 2004-12-14T07:32:22.983998Z
6203  And now we have _tests_ for the link searching. 
6204  
6205  
6206
6207 ------------------------------------------------------------------------
6208 r1992 | jesse | 2004-12-14 02:25:03 -0500 (Tue, 14 Dec 2004) | 3 lines
6209 Changed paths:
6210    M /rt/branches/3.3-TESTING
6211    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
6212    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
6213
6214  r2428@hualien:  jesse | 2004-12-14T07:21:15.616305Z
6215  Adding support for searching on tickets which have no relationships of a given type  (Such as "HasMember IS NULL") for clkao
6216
6217 ------------------------------------------------------------------------
6218 r1990 | jesse | 2004-12-13 23:50:29 -0500 (Mon, 13 Dec 2004) | 3 lines
6219 Changed paths:
6220    M /rt/branches/3.3-TESTING
6221    M /rt/branches/3.3-TESTING/releng.cnf
6222
6223  r2423@hualien:  jesse | 2004-12-14T04:46:07.648245Z
6224  3.3.15
6225
6226 ------------------------------------------------------------------------
6227 r1989 | jesse | 2004-12-13 23:48:14 -0500 (Mon, 13 Dec 2004) | 3 lines
6228 Changed paths:
6229    M /rt/branches/3.3-TESTING
6230    M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
6231    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
6232
6233  r2419@hualien:  jesse | 2004-12-14T04:42:37.099863Z
6234  More fixes for working with Transaction Custom Fields
6235
6236 ------------------------------------------------------------------------
6237 r1988 | jesse | 2004-12-13 21:42:15 -0500 (Mon, 13 Dec 2004) | 3 lines
6238 Changed paths:
6239    M /rt/branches/3.3-TESTING
6240    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
6241    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
6242
6243  r2413@hualien:  jesse | 2004-12-14T02:38:06.428282Z
6244  RT::Transaction->CustomFieldValues can now accept named arguments
6245
6246 ------------------------------------------------------------------------
6247 r1987 | mwhitson | 2004-12-13 18:15:35 -0500 (Mon, 13 Dec 2004) | 6 lines
6248 Changed paths:
6249    M /rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
6250    M /rt/branches/3.3-TESTING/html/User/Groups/Modify.html
6251
6252 rt-ticket: 6315
6253 rt-status: resolved
6254 rt-update: correspond
6255
6256 Relabeled 'Create' submit buttons to 'Save Changes' in group modification pages.
6257
6258 ------------------------------------------------------------------------
6259 r1986 | jesse | 2004-12-12 23:13:42 -0500 (Sun, 12 Dec 2004) | 3 lines
6260 Changed paths:
6261    M /rt/branches/3.3-TESTING
6262    M /rt/branches/3.3-TESTING/html/SelfService/Display.html
6263    M /rt/branches/3.3-TESTING/html/SelfService/Update.html
6264
6265  r2411@hualien:  jesse | 2004-12-13T04:10:03.842079Z
6266  self service ui html beautification, selfservice customfield editing
6267
6268 ------------------------------------------------------------------------
6269 r1983 | jesse | 2004-12-10 13:55:22 -0500 (Fri, 10 Dec 2004) | 8 lines
6270 Changed paths:
6271    M /rt/branches/3.3-TESTING
6272    M /rt/branches/3.3-TESTING/UPGRADING
6273    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
6274
6275  r2000@hualien:  jesse | 2004-12-10T18:55:08.662227Z
6276  RT-Ticket: 6304
6277  RT-Status: resolved
6278  RT-Update: correspond
6279  
6280  ModifyObjectCustomFieldValues was too long. It's been changed to "ModifyCustomField"
6281  
6282
6283 ------------------------------------------------------------------------
6284 r1982 | jesse | 2004-12-10 00:19:36 -0500 (Fri, 10 Dec 2004) | 8 lines
6285 Changed paths:
6286    M /rt/branches/3.3-TESTING
6287    M /rt/branches/3.3-TESTING/configure.ac
6288    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
6289    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
6290    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
6291    M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
6292    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
6293
6294  r1998@hualien:  jesse | 2004-12-10T05:18:47.952532Z
6295  Ruslan handed us a suite of tests. Some of those tests failed, demonstrating a couple of API issues with CustomFields.
6296  
6297  This led to more API bulletproofing and a SearchBuilder bump
6298  
6299  
6300  
6301
6302 ------------------------------------------------------------------------
6303 r1980 | jesse | 2004-12-09 02:33:58 -0500 (Thu, 09 Dec 2004) | 29 lines
6304 Changed paths:
6305    M /rt/branches/3.3-TESTING
6306    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldFreeform
6307    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
6308
6309  r1990@hualien:  jesse | 2004-12-09T07:32:26.670652Z
6310  This actually covers several bugs in the custom field processing in 3.3.
6311  12. Each time I fixed a bug, another one was uncovered. I think I've 
6312  finished now.
6313  
6314  You can see the problems if you create a ticket with "Enter multiple 
6315  values", "Fill in one text area" and "upload a file" CFs. The go to the 
6316  Basics page, don't change anything and hit submit. All hell breaks loose 
6317   -
6318  
6319  1) the multi-value & text area fields get screwed up.
6320  2) a message appears telling you the file upload CF has been deleted, 
6321  although it apparently hasn't.
6322  
6323  Here's the idea behind what I did:
6324  
6325  - Multi-value CFs should be stored with no \n or \r characters. 
6326  - Fill-in-a-text-area CFs should have \r removed before storing in 
6327    the database (but \n should remain).
6328  
6329  There are a couple of other related changes - free form multi value CFs 
6330  are no longer identified by type "FreeformMultiple". Also there's a 
6331  "next if" statement in the wrong place which was causing the file upload 
6332  bug.
6333  
6334         --Steve Turner
6335  
6336  
6337
6338 ------------------------------------------------------------------------
6339 r1979 | jesse | 2004-12-09 02:32:46 -0500 (Thu, 09 Dec 2004) | 4 lines
6340 Changed paths:
6341    M /rt/branches/3.3-TESTING
6342    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
6343
6344  r1989@hualien:  jesse | 2004-12-09T07:31:07.292798Z
6345  Typo fix
6346  
6347
6348 ------------------------------------------------------------------------
6349 r1978 | jesse | 2004-12-09 02:21:52 -0500 (Thu, 09 Dec 2004) | 9 lines
6350 Changed paths:
6351    M /rt/branches/3.3-TESTING
6352    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
6353
6354  r1986@hualien:  jesse | 2004-12-09T07:20:03.552482Z
6355  RT-Ticket: 6295
6356  RT-Status: resolved
6357  RT-Update: correspond
6358  
6359  Removed a "die" from a code path that should never be hit but doesn't need to die.  Thanks to Todd Chapman
6360  
6361  
6362
6363 ------------------------------------------------------------------------
6364 r1977 | jesse | 2004-12-09 02:20:17 -0500 (Thu, 09 Dec 2004) | 7 lines
6365 Changed paths:
6366    M /rt/branches/3.3-TESTING
6367    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
6368
6369  r1982@hualien:  jesse | 2004-12-09T07:09:56.419805Z
6370  Slightly more refactoring of Record->CustomFieldValues designed to restore older
6371  behaviour.
6372  
6373  
6374  
6375
6376 ------------------------------------------------------------------------
6377 r1975 | jesse | 2004-12-09 02:05:51 -0500 (Thu, 09 Dec 2004) | 5 lines
6378 Changed paths:
6379    M /rt/branches/3.3-TESTING
6380    M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
6381    M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
6382    M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
6383    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
6384    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
6385    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
6386
6387  r1980@hualien:  jesse | 2004-12-09T07:05:41.787599Z
6388  Refactored post-http handling code into lib/RT/Interface/Web/Handler.pm 
6389  
6390  
6391
6392 ------------------------------------------------------------------------
6393 r1974 | jesse | 2004-12-08 20:05:42 -0500 (Wed, 08 Dec 2004) | 19 lines
6394 Changed paths:
6395    M /rt/branches/3.3-TESTING
6396    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
6397    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
6398    M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
6399    M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
6400    M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
6401    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
6402    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
6403    M /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
6404    M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
6405
6406  r1978@hualien:  jesse | 2004-12-09T01:05:21.233709Z
6407  Core:
6408  
6409  * Promoted ACL cache invalidation to a public method.
6410  
6411  Web:
6412  
6413  * Web UI now invalidates ACL cache after each HTTP hit. This means 
6414    more consistent ACL checks at the expense marginally more database lookups
6415  
6416  Test Suite:
6417  
6418  * Removed delays from the test suite which were there to deal with the ACL 
6419    cache. The test suite now completes in approximately one minute on my 
6420    laptop.
6421  
6422  
6423  
6424
6425 ------------------------------------------------------------------------
6426 r1972 | jesse | 2004-12-07 21:40:10 -0500 (Tue, 07 Dec 2004) | 3 lines
6427 Changed paths:
6428    M /rt/branches/3.3-TESTING
6429    M /rt/branches/3.3-TESTING/releng.cnf
6430
6431  r9533@tinbook:  jesse | 2004-12-08T02:40:01.308641Z
6432  Bumping to 3.3.14
6433
6434 ------------------------------------------------------------------------
6435 r1971 | jesse | 2004-12-07 21:38:14 -0500 (Tue, 07 Dec 2004) | 7 lines
6436 Changed paths:
6437    M /rt/branches/3.3-TESTING
6438    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
6439
6440  r9530@tinbook:  jesse | 2004-12-08T02:38:06.660707Z
6441  Refactored RT::Record->CustomFieldValues to be more careful to not 
6442  accidentally load all ticket custom field values when asked for a 
6443  bogus custom field.  Thanks to Ruslan for a pointer to the bug.
6444  
6445  
6446
6447 ------------------------------------------------------------------------
6448 r1968 | jesse | 2004-12-07 20:35:22 -0500 (Tue, 07 Dec 2004) | 4 lines
6449 Changed paths:
6450    M /rt/branches/3.3-TESTING
6451    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
6452
6453  r9525@tinbook:  jesse | 2004-12-08T01:29:33.251334Z
6454  Pulling forward query optimization from 3.2
6455  
6456
6457 ------------------------------------------------------------------------
6458 r1967 | jesse | 2004-12-07 20:33:35 -0500 (Tue, 07 Dec 2004) | 36 lines
6459 Changed paths:
6460    M /rt/branches/3.3-TESTING
6461    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
6462
6463  r9524@tinbook:  jesse | 2004-12-07T22:51:16.647524Z
6464   r9522@tinbook:  jesse | 2004-12-07T22:47:20.573617Z
6465   RT-Ticket: 6286
6466   RT-Status: resolved
6467   RT-Update: correspond
6468   
6469   Searching on Ticket data  and Transaction content caused horribly pessimal searches.
6470   
6471   OLD
6472   
6473   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) ) );
6474   +----------------+-------+-----------------------+---------------+---------+------+------+------------------------------------+
6475   | table          | type  | possible_keys         | key           | key_len | ref  | rows | Extra                              |
6476   +----------------+-------+-----------------------+---------------+---------+------+------+------------------------------------+
6477   | main           | ALL   | PRIMARY               | NULL          |    NULL | NULL |   30 | Using where; Using temporary       |
6478   | Attachments_2  | ALL   | Attachments2          | NULL          |    NULL | NULL |   22 | Using where; Distinct              |
6479   | Transactions_1 | index | PRIMARY,Transactions1 | Transactions1 |       4 | NULL |   73 | Using where; Using index; Distinct |
6480   +----------------+-------+-----------------------+---------------+---------+------+------+------------------------------------+
6481   3 rows in set (0.00 sec)
6482   
6483   NEW
6484   
6485   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%') ) );
6486   +----------------+------+---------------+---------------+---------+-------------------+------+------------------------------+
6487   | table          | type | possible_keys | key           | key_len | ref               | rows | Extra                        |
6488   +----------------+------+---------------+---------------+---------+-------------------+------+------------------------------+
6489   | main           | ALL  | NULL          | NULL          |    NULL | NULL              |   30 | Using where; Using temporary |
6490   | Transactions_1 | ref  | Transactions1 | Transactions1 |       4 | main.id           |    1 | Using index; Distinct        |
6491   | Attachments_2  | ref  | Attachments2  | Attachments2  |       4 | Transactions_1.id |    1 | Using where; Distinct        |
6492   +----------------+------+---------------+---------------+---------+-------------------+------+------------------------------+
6493   3 rows in set (0.03 sec)
6494   
6495   
6496   
6497  
6498
6499 ------------------------------------------------------------------------
6500 r1965 | jesse | 2004-12-07 15:16:58 -0500 (Tue, 07 Dec 2004) | 4 lines
6501 Changed paths:
6502    M /rt/branches/3.3-TESTING
6503    M /rt/branches/3.3-TESTING/html/Search/Build.html
6504
6505  r9519@tinbook:  jesse | 2004-12-07T20:14:22.950883Z
6506  The "toggle AND/OR" button in the query builder broke in 3.3.10 or so. Reported by Wilson Chow
6507  
6508
6509 ------------------------------------------------------------------------
6510 r1963 | jesse | 2004-12-06 15:13:15 -0500 (Mon, 06 Dec 2004) | 3 lines
6511 Changed paths:
6512    M /rt/branches/3.3-TESTING
6513    M /rt/branches/3.3-TESTING/releng.cnf
6514
6515  r9514@tinbook:  jesse | 2004-12-06T20:08:56.717991Z
6516  Bumping to 3.3.13
6517
6518 ------------------------------------------------------------------------
6519 r1962 | autrijus | 2004-12-06 12:49:23 -0500 (Mon, 06 Dec 2004) | 1 line
6520 Changed paths:
6521    M /rt/branches/3.3-TESTING
6522
6523
6524 ------------------------------------------------------------------------
6525 r1961 | autrijus | 2004-12-06 12:48:46 -0500 (Mon, 06 Dec 2004) | 3 lines
6526 Changed paths:
6527    M /rt/branches/3.3-TESTING
6528    M /rt/branches/3.3-TESTING/docs/design_docs/3.3-schema-redesign.txt
6529
6530  r6348@not:  autrijus | 2004-12-06T17:45:43.194394Z
6531  * Fix an incorrect description of OCFs
6532
6533 ------------------------------------------------------------------------
6534 r1960 | jesse | 2004-12-06 02:11:55 -0500 (Mon, 06 Dec 2004) | 4 lines
6535 Changed paths:
6536    M /rt/branches/3.3-TESTING
6537    M /rt/branches/3.3-TESTING/html/SelfService/Create.html
6538    A /rt/branches/3.3-TESTING/html/SelfService/CreateTicketInQueue.html
6539    M /rt/branches/3.3-TESTING/html/SelfService/Display.html
6540    M /rt/branches/3.3-TESTING/html/SelfService/Elements/Tabs
6541
6542  r9505@tinbook:  jesse | 2004-12-06T07:11:01.358418Z
6543  SelfService: Added support for setting custom fields on creation and viewing custom fields the user has the right to see.
6544  
6545
6546 ------------------------------------------------------------------------
6547 r1959 | jesse | 2004-12-06 02:11:21 -0500 (Mon, 06 Dec 2004) | 5 lines
6548 Changed paths:
6549    M /rt/branches/3.3-TESTING
6550    M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
6551    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldFreeform
6552    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldSelect
6553    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldText
6554
6555  r9504@tinbook:  jesse | 2004-12-06T07:10:00.587141Z
6556  Removing duplicated code.
6557  
6558  
6559
6560 ------------------------------------------------------------------------
6561 r1958 | jesse | 2004-12-06 00:50:07 -0500 (Mon, 06 Dec 2004) | 4 lines
6562 Changed paths:
6563    M /rt/branches/3.3-TESTING
6564
6565  r9498@tinbook:  jesse | 2004-12-06T05:49:22.962399Z
6566  Fixing CustomField->LoadByName for the case where no such custom field exists.
6567  
6568
6569 ------------------------------------------------------------------------
6570 r1957 | jesse | 2004-12-05 16:58:31 -0500 (Sun, 05 Dec 2004) | 4 lines
6571 Changed paths:
6572    M /rt/branches/3.3-TESTING
6573    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
6574
6575  r9495@tinbook:  jesse | 2004-12-05T21:57:36.434513Z
6576  Refactored RT::Record->CustomFieldValues to accept cf names and convert them to ids. (Based on a patch by Tara Andrews)
6577  
6578
6579 ------------------------------------------------------------------------
6580 r1956 | jesse | 2004-12-05 16:58:06 -0500 (Sun, 05 Dec 2004) | 6 lines
6581 Changed paths:
6582    M /rt/branches/3.3-TESTING
6583    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
6584
6585  r9451@tinbook:  jesse | 2004-12-03T22:42:17.243639Z
6586   r9450@tinbook:  jesse | 2004-12-03T22:39:34.093758Z
6587   Refactoring to use the API to determine if a ticket is being closed, rather than looking at a hardcoded status.  -- Stephen Quinney
6588   
6589  
6590
6591 ------------------------------------------------------------------------
6592 r1953 | jesse | 2004-12-03 17:25:07 -0500 (Fri, 03 Dec 2004) | 13 lines
6593 Changed paths:
6594    M /rt/branches/3.3-TESTING
6595    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
6596
6597  r9447@tinbook:  jesse | 2004-12-03T22:23:11.115990Z
6598  RT-Ticket: 6291
6599  RT-Status: resolved
6600  RT-Update: correspond
6601  
6602  
6603  Altered Transaction->Value to only show data about custom field transactions if the user
6604  has the right to see that custom field. This automatically limits the Transaction list
6605  to exclude custom field transactions the user shouldn't see.
6606  
6607  
6608  
6609
6610 ------------------------------------------------------------------------
6611 r1952 | tla | 2004-12-02 18:16:17 -0500 (Thu, 02 Dec 2004) | 5 lines
6612 Changed paths:
6613    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
6614
6615 If First is undef on account of there not being a custom field of that
6616 name, the Content() method cannot be called on it, so check for mere
6617 existence before we try.
6618
6619
6620 ------------------------------------------------------------------------
6621 r1949 | jesse | 2004-11-29 13:32:05 -0500 (Mon, 29 Nov 2004) | 5 lines
6622 Changed paths:
6623    M /rt/branches/3.3-TESTING
6624    M /rt/branches/3.3-TESTING/html/SelfService/Update.html
6625    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditBasics
6626    M /rt/branches/3.3-TESTING/html/Ticket/Update.html
6627    M /rt/branches/3.3-TESTING/html/Tools/MyDay.html
6628
6629  r9437@tinbook:  jesse | 2004-11-29T18:33:10.692247Z
6630  Small localization fixes for  "Status" (Unchanged) messages
6631  
6632  
6633
6634 ------------------------------------------------------------------------
6635 r1948 | jesse | 2004-11-29 01:24:52 -0500 (Mon, 29 Nov 2004) | 3 lines
6636 Changed paths:
6637    M /rt/branches/3.3-TESTING
6638    M /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.Pg
6639    M /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.mysql
6640    M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
6641
6642  r9435@tinbook:  jesse | 2004-11-29T06:26:08.317066Z
6643  More postgres upgrade fixes
6644
6645 ------------------------------------------------------------------------
6646 r1946 | jesse | 2004-11-28 22:25:19 -0500 (Sun, 28 Nov 2004) | 3 lines
6647 Changed paths:
6648    M /rt/branches/3.3-TESTING
6649    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
6650    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
6651
6652  r9432@tinbook:  jesse | 2004-11-29T03:26:44.094679Z
6653  Custom field API backward-compatibility improvements
6654
6655 ------------------------------------------------------------------------
6656 r1943 | jesse | 2004-11-27 02:34:16 -0500 (Sat, 27 Nov 2004) | 1 line
6657 Changed paths:
6658    M /rt/branches/3.3-TESTING
6659
6660
6661 ------------------------------------------------------------------------
6662 r1942 | jesse | 2004-11-27 02:34:09 -0500 (Sat, 27 Nov 2004) | 5 lines
6663 Changed paths:
6664    M /rt/branches/3.3-TESTING
6665    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
6666
6667  r9422@tinbook:  jesse | 2004-11-27T07:33:36.170661Z
6668   r9420@tinbook:  jesse | 2004-11-27T07:31:22.860069Z
6669   Refactored ColumnMap to remove use of a deprecated API
6670  
6671
6672 ------------------------------------------------------------------------
6673 r1941 | jesse | 2004-11-27 01:38:00 -0500 (Sat, 27 Nov 2004) | 3 lines
6674 Changed paths:
6675    M /rt/branches/3.3-TESTING
6676    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
6677    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
6678    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
6679
6680  r9414@tinbook:  jesse | 2004-11-27T06:29:04.667691Z
6681  Multiple fixes to search result display
6682
6683 ------------------------------------------------------------------------
6684 r1937 | jesse | 2004-11-26 22:49:33 -0500 (Fri, 26 Nov 2004) | 3 lines
6685 Changed paths:
6686    M /rt/branches/3.3-TESTING
6687    M /rt/branches/3.3-TESTING/releng.cnf
6688
6689  r9411@tinbook:  jesse | 2004-11-27T03:48:14.141183Z
6690  Bumping to 3.3.12
6691
6692 ------------------------------------------------------------------------
6693 r1934 | jesse | 2004-11-24 11:15:39 -0500 (Wed, 24 Nov 2004) | 3 lines
6694 Changed paths:
6695    M /rt/branches/3.3-TESTING
6696    M /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.Pg
6697
6698  r9348@tinbook:  jesse | 2004-11-24T16:15:50.210159Z
6699  3.3.11 upgrade schema for postgres depended on features not supported by postgres. fixed. -- Mathieu Sauve-Frankel
6700
6701 ------------------------------------------------------------------------
6702 r1933 | jesse | 2004-11-22 14:44:43 -0500 (Mon, 22 Nov 2004) | 11 lines
6703 Changed paths:
6704    M /rt/branches/3.3-TESTING
6705    M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
6706
6707  r9335@tinbook:  jesse | 2004-11-22T19:44:48.685300Z
6708   r9328@tinbook:  jesse | 2004-11-22T19:23:06.663299Z
6709   RT-Ticket: 6187
6710   RT-Status: resolved
6711   RT-Update: correspond
6712   
6713   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.
6714   
6715   
6716  
6717
6718 ------------------------------------------------------------------------
6719 r1932 | jesse | 2004-11-22 14:44:28 -0500 (Mon, 22 Nov 2004) | 12 lines
6720 Changed paths:
6721    M /rt/branches/3.3-TESTING
6722    M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.html
6723
6724  r9334@tinbook:  jesse | 2004-11-22T19:44:47.878500Z
6725   r9324@tinbook:  jesse | 2004-11-22T18:44:30.383331Z
6726   RT-Ticket: 6272
6727   RT-Status: resolved
6728   RT-Update: correspond
6729   
6730   When updating comments and signature in the Administrative UI, RT won't introduce
6731   extra newlines anymore. (Todd Chapman)
6732   
6733   
6734  
6735
6736 ------------------------------------------------------------------------
6737 r1931 | jesse | 2004-11-22 14:44:10 -0500 (Mon, 22 Nov 2004) | 12 lines
6738 Changed paths:
6739    M /rt/branches/3.3-TESTING
6740    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
6741
6742  r9333@tinbook:  jesse | 2004-11-22T19:44:47.283026Z
6743   r9322@tinbook:  jesse | 2004-11-22T18:41:02.001214Z
6744   RT-Ticket: 6276
6745   RT-Status: resolved
6746   RT-Update: correspond
6747   
6748   Now honor the RT::MaxInlineBody configuration variable. Also, the Content-Disposition header.
6749   We no longer display long attachments inline if they were marked as attachments.
6750   
6751   
6752  
6753
6754 ------------------------------------------------------------------------
6755 r1930 | jesse | 2004-11-22 14:43:53 -0500 (Mon, 22 Nov 2004) | 12 lines
6756 Changed paths:
6757    M /rt/branches/3.3-TESTING
6758    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
6759
6760  r9332@tinbook:  jesse | 2004-11-22T19:44:46.719948Z
6761   r9320@tinbook:  jesse | 2004-11-22T18:13:24.717525Z
6762   RT-Ticket: 6264
6763   RT-Status: resolved
6764   RT-Update: correspond
6765   
6766   Fix the "ShowAttachments" component to deal gracefully, even if called without a 
6767   precached set of attachments.  From Rolf Grossmann.
6768   
6769   
6770  
6771
6772 ------------------------------------------------------------------------
6773 r1929 | jesse | 2004-11-22 14:43:42 -0500 (Mon, 22 Nov 2004) | 11 lines
6774 Changed paths:
6775    M /rt/branches/3.3-TESTING
6776    M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
6777
6778  r9331@tinbook:  jesse | 2004-11-22T19:44:46.166158Z
6779   r9316@tinbook:  jesse | 2004-11-22T17:59:32.163278Z
6780   RT-Ticket: 6270
6781   RT-Status: resolved
6782   RT-Update: correspond
6783   
6784   Localized the "Status" field in the selfservice UI
6785   
6786   
6787  
6788
6789 ------------------------------------------------------------------------
6790 r1928 | jesse | 2004-11-22 14:43:35 -0500 (Mon, 22 Nov 2004) | 11 lines
6791 Changed paths:
6792    M /rt/branches/3.3-TESTING
6793    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
6794
6795  r9330@tinbook:  jesse | 2004-11-22T19:44:45.488990Z
6796   r9272@tinbook:  jesse | 2004-11-16T16:29:54.673250Z
6797   RT-Ticket: 6239
6798   RT-Status: resolved
6799   RT-Update: correspond
6800   
6801   Applied patch from Rudolph Pereira to allow email plugins to change ticket ID
6802   
6803   
6804  
6805
6806 ------------------------------------------------------------------------
6807 r1926 | jesse | 2004-11-22 13:52:27 -0500 (Mon, 22 Nov 2004) | 18 lines
6808 Changed paths:
6809    M /rt/branches/3.3-TESTING
6810    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
6811
6812  r9326@tinbook:  jesse | 2004-11-22T18:53:57.082454Z
6813  RT-Ticket: 6125
6814  RT-Status: resolved
6815  RT-Update: correspond
6816  
6817  SpamAssasin mail plugin overhauled (Petter Reinholdtsen)
6818  
6819         The current code wipe out the CurrentUser variable, and must be called
6820         first in the chain of plugins.  There is no good reason why it need to
6821         do this, so I propose to change it to keep the CurrentUser value.
6822         
6823         Here is a patch to change the argument handling, to pass
6824         $args{'Message'} to spamassasin, instead of the strange $item value.
6825         The patch also make sure CurrentUser and AuthLevel is passed through
6826         when no change is wanted.
6827  
6828  
6829
6830 ------------------------------------------------------------------------
6831 r1922 | jesse | 2004-11-22 13:05:08 -0500 (Mon, 22 Nov 2004) | 9 lines
6832 Changed paths:
6833    M /rt/branches/3.3-TESTING
6834    M /rt/branches/3.3-TESTING/docs/rt3-schema-relationships.dot
6835
6836  r9318@tinbook:  jesse | 2004-11-22T18:06:38.935955Z
6837  RT-Ticket: 6269
6838  RT-Status: resolved
6839  RT-Update: correspond
6840  
6841  RT3 schema diagram updated. (Todd Chapman)
6842  
6843  
6844
6845 ------------------------------------------------------------------------
6846 r1920 | autrijus | 2004-11-22 08:19:30 -0500 (Mon, 22 Nov 2004) | 4 lines
6847 Changed paths:
6848    M /rt/branches/3.3-TESTING
6849    M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
6850    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
6851
6852  r5939@not:  autrijus | 2004-11-22T13:20:38.205298Z
6853  * the "Magic" on modify broke Image/Binary custom fields.
6854  
6855
6856 ------------------------------------------------------------------------
6857 r1919 | jesse | 2004-11-22 02:25:42 -0500 (Mon, 22 Nov 2004) | 3 lines
6858 Changed paths:
6859    M /rt/branches/3.3-TESTING
6860    M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
6861
6862  r9313@tinbook:  jesse | 2004-11-22T07:26:55.423227Z
6863  Comments about redundant code
6864
6865 ------------------------------------------------------------------------
6866 r1918 | jesse | 2004-11-21 20:26:56 -0500 (Sun, 21 Nov 2004) | 3 lines
6867 Changed paths:
6868    M /rt/branches/3.3-TESTING
6869    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
6870
6871  r9310@tinbook:  jesse | 2004-11-22T01:26:40.004042Z
6872  fixes for the perl module downloading bit
6873
6874 ------------------------------------------------------------------------
6875 r1916 | jesse | 2004-11-18 11:00:17 -0500 (Thu, 18 Nov 2004) | 8 lines
6876 Changed paths:
6877    M /rt/branches/3.3-TESTING
6878    M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
6879    M /rt/branches/3.3-TESTING/html/Search/Bulk.html
6880    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
6881    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomFields
6882    M /rt/branches/3.3-TESTING/html/Ticket/Elements/Tabs
6883    M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
6884
6885  r9296@tinbook:  jesse | 2004-11-18T15:59:55.061638Z
6886  
6887  
6888  Ported Custom Field editing fixes from 3.2. Added a deprecated warning to a deprecated API.
6889  Cleaned up a tiny bit of formatting
6890  
6891  
6892
6893 ------------------------------------------------------------------------
6894 r1915 | jesse | 2004-11-18 11:00:04 -0500 (Thu, 18 Nov 2004) | 1 line
6895 Changed paths:
6896    M /rt/branches/3.3-TESTING
6897
6898
6899 ------------------------------------------------------------------------
6900 r1914 | jesse | 2004-11-18 10:59:05 -0500 (Thu, 18 Nov 2004) | 14 lines
6901 Changed paths:
6902    M /rt/branches/3.3-TESTING
6903    M /rt/branches/3.3-TESTING/UPGRADING
6904    M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
6905    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
6906    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
6907    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
6908    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
6909
6910  r9280@tinbook:  jesse | 2004-11-17T18:34:51.857756Z
6911  A bunch of CustomField related improvements. Autrijus is working on the new test suite. Coming "tomorrow"
6912  
6913  
6914  UPGRADING FROM 3.3.11 and earlier - Changes:
6915  
6916  = Rights Changes =
6917  
6918  Custom Fields now have an additional right "ModifyObjectCustomFieldValues". 
6919  This right governs whether a user can modify an object's custom field values
6920  for a particular custom field. This includes adding, deleting and changing values.
6921  
6922  
6923
6924 ------------------------------------------------------------------------
6925 r1913 | autrijus | 2004-11-17 23:39:01 -0500 (Wed, 17 Nov 2004) | 4 lines
6926 Changed paths:
6927    M /rt/branches/3.3-TESTING
6928    M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
6929
6930  r5691@not:  autrijus | 2004-11-18T04:40:20.966758Z
6931  * Remove the unused and misleading chunks in EditCustomField.
6932  
6933
6934 ------------------------------------------------------------------------
6935 r1912 | autrijus | 2004-11-17 06:29:10 -0500 (Wed, 17 Nov 2004) | 1 line
6936 Changed paths:
6937    M /rt/branches/3.3-TESTING
6938
6939
6940 ------------------------------------------------------------------------
6941 r1911 | autrijus | 2004-11-17 06:28:47 -0500 (Wed, 17 Nov 2004) | 7 lines
6942 Changed paths:
6943    M /rt/branches/3.3-TESTING
6944    M /rt/branches/3.3-TESTING/html/autohandler
6945
6946  r4462@not:  autrijus | 2004-11-17T11:21:48.719799Z
6947  * under MasonX::Apache2Handler, empty arguments sometimes got
6948    passed in as unicode strings, so Encode::decode('utf8')
6949    fails miserably.  We now explicitly check is_utf8() before
6950    applying a decode; this is a better style anyway.
6951  
6952
6953 ------------------------------------------------------------------------
6954 r1908 | jesse | 2004-11-16 07:32:40 -0500 (Tue, 16 Nov 2004) | 3 lines
6955 Changed paths:
6956    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
6957
6958 Time::HiRes was improperly capitalized
6959
6960
6961 ------------------------------------------------------------------------
6962 r1907 | jesse | 2004-11-15 16:19:49 -0500 (Mon, 15 Nov 2004) | 3 lines
6963 Changed paths:
6964    M /rt/branches/3.3-TESTING
6965    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
6966    M /rt/branches/3.3-TESTING/html/Elements/Footer
6967    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
6968    M /rt/branches/3.3-TESTING/html/autohandler
6969    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
6970
6971  r9270@tinbook:  jesse | 2004-11-15T21:17:01.591994Z
6972  Moved render time display out of an "if developer" block into a main-page div. Set up css to display it small and very de-emphasized
6973
6974 ------------------------------------------------------------------------
6975 r1906 | jesse | 2004-11-15 15:55:48 -0500 (Mon, 15 Nov 2004) | 5 lines
6976 Changed paths:
6977    M /rt/branches/3.3-TESTING
6978    M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
6979
6980  r9268@tinbook:  jesse | 2004-11-15T20:51:06.505734Z
6981  Disabled replaced Current a bit back
6982  
6983  
6984
6985 ------------------------------------------------------------------------
6986 r1905 | jesse | 2004-11-15 15:45:02 -0500 (Mon, 15 Nov 2004) | 5 lines
6987 Changed paths:
6988    M /rt/branches/3.3-TESTING
6989    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
6990
6991  r9266@tinbook:  jesse | 2004-11-15T20:24:28.381430Z
6992  Previous merge forward clobbered 3.3 branch changes.
6993  
6994  
6995
6996 ------------------------------------------------------------------------
6997 r1903 | jesse | 2004-11-15 13:58:26 -0500 (Mon, 15 Nov 2004) | 3 lines
6998 Changed paths:
6999    M /rt/branches/3.3-TESTING
7000    M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.po
7001    M /rt/branches/3.3-TESTING/lib/RT/I18N/da.po
7002    M /rt/branches/3.3-TESTING/lib/RT/I18N/de.po
7003    M /rt/branches/3.3-TESTING/lib/RT/I18N/en.po
7004    M /rt/branches/3.3-TESTING/lib/RT/I18N/en_malkovich.po
7005    M /rt/branches/3.3-TESTING/lib/RT/I18N/es.po
7006    M /rt/branches/3.3-TESTING/lib/RT/I18N/fi.po
7007    M /rt/branches/3.3-TESTING/lib/RT/I18N/fr.po
7008    M /rt/branches/3.3-TESTING/lib/RT/I18N/he.po
7009    M /rt/branches/3.3-TESTING/lib/RT/I18N/hu.po
7010    M /rt/branches/3.3-TESTING/lib/RT/I18N/it.po
7011    M /rt/branches/3.3-TESTING/lib/RT/I18N/ja.po
7012    M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
7013    M /rt/branches/3.3-TESTING/lib/RT/I18N/no.po
7014    M /rt/branches/3.3-TESTING/lib/RT/I18N/pt_br.po
7015    M /rt/branches/3.3-TESTING/lib/RT/I18N/ru.po
7016    M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_cn.po
7017    M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_tw.po
7018
7019  r9260@tinbook:  jesse | 2004-11-15T18:58:48.392208Z
7020  Reran string extraction for loc
7021
7022 ------------------------------------------------------------------------
7023 r1902 | jesse | 2004-11-15 13:57:52 -0500 (Mon, 15 Nov 2004) | 3 lines
7024 Changed paths:
7025    M /rt/branches/3.3-TESTING
7026    M /rt/branches/3.3-TESTING/configure.ac
7027
7028  r9259@tinbook:  jesse | 2004-11-15T17:21:40.789848Z
7029  Added the database dump tool to the list of executable things
7030
7031 ------------------------------------------------------------------------
7032 r1901 | jesse | 2004-11-15 12:13:51 -0500 (Mon, 15 Nov 2004) | 3 lines
7033 Changed paths:
7034    M /rt/branches/3.3-TESTING
7035    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
7036    M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
7037    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
7038
7039  r9257@tinbook:  jesse | 2004-11-15T17:13:44.237481Z
7040  Merging forward from RT 3.2 bugfixes
7041
7042 ------------------------------------------------------------------------
7043 r1898 | autrijus | 2004-11-15 04:43:23 -0500 (Mon, 15 Nov 2004) | 4 lines
7044 Changed paths:
7045    M /rt/branches/3.3-TESTING
7046    M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
7047
7048  r4175@not:  autrijus | 2004-11-15T09:44:43.225379Z
7049  * The XML-based dump format now finally round trips.
7050  
7051
7052 ------------------------------------------------------------------------
7053 r1897 | autrijus | 2004-11-15 02:24:35 -0500 (Mon, 15 Nov 2004) | 4 lines
7054 Changed paths:
7055    M /rt/branches/3.3-TESTING
7056    M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
7057
7058  r4166@not:  autrijus | 2004-11-15T07:25:55.961743Z
7059  * make "sbin/rt-dump-database 0" actually work.
7060  
7061
7062 ------------------------------------------------------------------------
7063 r1896 | autrijus | 2004-11-15 01:30:04 -0500 (Mon, 15 Nov 2004) | 4 lines
7064 Changed paths:
7065    M /rt/branches/3.3-TESTING
7066    M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
7067    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
7068
7069  r4158@not:  autrijus | 2004-11-15T06:31:13.491985Z
7070  * Switch the rt-dump-database format from YAML to XML::Simple.
7071  
7072
7073 ------------------------------------------------------------------------
7074 r1894 | autrijus | 2004-11-14 12:11:20 -0500 (Sun, 14 Nov 2004) | 4 lines
7075 Changed paths:
7076    M /rt/branches/3.3-TESTING
7077    M /rt/branches/3.3-TESTING/sbin/factory
7078
7079  r4106@not:  autrijus | 2004-11-14T17:12:19.553522Z
7080  * Make sbin/factory safe from strict and warnings.
7081  
7082
7083 ------------------------------------------------------------------------
7084 r1893 | autrijus | 2004-11-14 09:23:53 -0500 (Sun, 14 Nov 2004) | 5 lines
7085 Changed paths:
7086    M /rt/branches/3.3-TESTING
7087    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
7088
7089  r4099@not:  autrijus | 2004-11-14T14:25:10.934431Z
7090  * It turns out that Apache::Log needs to be explicitly loaded
7091    for MasonX::Apache2Handler to run.
7092  
7093
7094 ------------------------------------------------------------------------
7095 r1892 | autrijus | 2004-11-14 01:02:18 -0500 (Sun, 14 Nov 2004) | 1 line
7096 Changed paths:
7097    M /rt/branches/3.3-TESTING
7098
7099
7100 ------------------------------------------------------------------------
7101 r1891 | autrijus | 2004-11-14 01:01:46 -0500 (Sun, 14 Nov 2004) | 5 lines
7102 Changed paths:
7103    M /rt/branches/3.3-TESTING
7104    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
7105
7106  r4056@not:  autrijus | 2004-11-14T05:55:16.343169Z
7107  * The chown() syntax in Handler.pm was broken.
7108  * Also removed an unneccessary capturing parenthesis.
7109  
7110
7111 ------------------------------------------------------------------------
7112 r1890 | autrijus | 2004-11-14 01:01:21 -0500 (Sun, 14 Nov 2004) | 5 lines
7113 Changed paths:
7114    M /rt/branches/3.3-TESTING
7115    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
7116
7117  r4055@not:  autrijus | 2004-11-14T05:54:37.364789Z
7118  * Under static_source, we need to purge the component cache
7119    each time we restart, so newer components may be reloaded.
7120  
7121
7122 ------------------------------------------------------------------------
7123 r1889 | autrijus | 2004-11-14 01:00:58 -0500 (Sun, 14 Nov 2004) | 5 lines
7124 Changed paths:
7125    M /rt/branches/3.3-TESTING
7126
7127  r3828@not:  autrijus | 2004-11-11T04:38:07.819422Z
7128  * Do not waste stat() calls on Callback elements.
7129  * If $RT::DevelMode is not set, do not refresh Callbacks cache at all.
7130  
7131
7132 ------------------------------------------------------------------------
7133 r1888 | autrijus | 2004-11-14 01:00:32 -0500 (Sun, 14 Nov 2004) | 4 lines
7134 Changed paths:
7135    M /rt/branches/3.3-TESTING
7136
7137  r3827@not:  autrijus | 2004-11-11T02:06:28.593023Z
7138  * only exclude normal files, not directories.
7139  
7140
7141 ------------------------------------------------------------------------
7142 r1887 | autrijus | 2004-11-14 01:00:09 -0500 (Sun, 14 Nov 2004) | 5 lines
7143 Changed paths:
7144    M /rt/branches/3.3-TESTING
7145    M /rt/branches/3.3-TESTING/bin
7146    M /rt/branches/3.3-TESTING/etc
7147    M /rt/branches/3.3-TESTING/lib
7148    M /rt/branches/3.3-TESTING/lib/t
7149    M /rt/branches/3.3-TESTING/sbin
7150
7151  r3826@not:  autrijus | 2004-11-11T02:05:00.289897Z
7152  * set svn:ignore on directories to exclude generated files from
7153    version control.
7154  
7155
7156 ------------------------------------------------------------------------
7157 r1884 | jesse | 2004-11-13 18:01:01 -0500 (Sat, 13 Nov 2004) | 1 line
7158 Changed paths:
7159    M /rt/branches/3.3-TESTING/releng.cnf
7160
7161 Bumping to 3.3.11
7162 ------------------------------------------------------------------------
7163 r1882 | jesse | 2004-11-13 00:12:51 -0500 (Sat, 13 Nov 2004) | 10 lines
7164 Changed paths:
7165    M /rt/branches/3.3-TESTING
7166    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
7167    D /rt/branches/3.3-TESTING/html/NoAuth/images/back_home.gif
7168    D /rt/branches/3.3-TESTING/html/NoAuth/images/head_requestracker.gif
7169    D /rt/branches/3.3-TESTING/html/NoAuth/images/rt.jpg
7170    D /rt/branches/3.3-TESTING/html/NoAuth/images/spacer.gif
7171    D /rt/branches/3.3-TESTING/html/NoAuth/images/squares_blue.gif
7172    M /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
7173
7174  r9222@tinbook:  jesse | 2004-11-13T03:09:38.303870Z
7175  Core:
7176  
7177  * Removed images that weren't used anymore
7178  
7179  Configuration:
7180  
7181  * Fixed RTLogo configuration variable to actually display RT's logo.
7182  
7183
7184 ------------------------------------------------------------------------
7185 r1881 | jesse | 2004-11-13 00:12:26 -0500 (Sat, 13 Nov 2004) | 4 lines
7186 Changed paths:
7187    M /rt/branches/3.3-TESTING
7188    M /rt/branches/3.3-TESTING/html/Admin/Elements/CustomFieldTabs
7189
7190  r9221@tinbook:  jesse | 2004-11-13T02:43:58.587708Z
7191  No longer show the "Applies To" tab for user and group Custom Fields.
7192  
7193
7194 ------------------------------------------------------------------------
7195 r1880 | jesse | 2004-11-13 00:11:58 -0500 (Sat, 13 Nov 2004) | 6 lines
7196 Changed paths:
7197    M /rt/branches/3.3-TESTING
7198    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
7199    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
7200
7201  r9220@tinbook:  jesse | 2004-11-13T02:42:34.101313Z
7202  Those variables need to have the RT namespace.
7203  
7204  
7205  
7206
7207 ------------------------------------------------------------------------
7208 r1879 | jesse | 2004-11-13 00:11:31 -0500 (Sat, 13 Nov 2004) | 4 lines
7209 Changed paths:
7210    M /rt/branches/3.3-TESTING
7211    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
7212    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
7213    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
7214
7215  r9219@tinbook:  jesse | 2004-11-13T00:28:50.936425Z
7216  Made the automatic cache flushing configurable.
7217  
7218
7219 ------------------------------------------------------------------------
7220 r1878 | jesse | 2004-11-13 00:11:00 -0500 (Sat, 13 Nov 2004) | 4 lines
7221 Changed paths:
7222    M /rt/branches/3.3-TESTING
7223    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
7224
7225  r9218@tinbook:  jesse | 2004-11-12T03:08:16.964082Z
7226  Refactored the column map to only initialize itself once, rather than every time it's called
7227  
7228
7229 ------------------------------------------------------------------------
7230 r1877 | autrijus | 2004-11-11 23:51:18 -0500 (Thu, 11 Nov 2004) | 5 lines
7231 Changed paths:
7232    M /rt/branches/3.3-TESTING
7233    M /rt/branches/3.3-TESTING/html/Elements/Callback
7234
7235  r3828@not:  autrijus | 2004-11-11T04:38:07.819422Z
7236  * Do not waste stat() calls on Callback elements.
7237  * If $RT::DevelMode is not set, do not refresh Callbacks cache at all.
7238  
7239
7240 ------------------------------------------------------------------------
7241 r1876 | autrijus | 2004-11-11 23:51:01 -0500 (Thu, 11 Nov 2004) | 4 lines
7242 Changed paths:
7243    M /rt/branches/3.3-TESTING
7244
7245  r3827@not:  autrijus | 2004-11-11T02:06:28.593023Z
7246  * only exclude normal files, not directories.
7247  
7248
7249 ------------------------------------------------------------------------
7250 r1875 | autrijus | 2004-11-11 23:47:44 -0500 (Thu, 11 Nov 2004) | 5 lines
7251 Changed paths:
7252    M /rt/branches/3.3-TESTING
7253    M /rt/branches/3.3-TESTING/bin
7254    M /rt/branches/3.3-TESTING/etc
7255    M /rt/branches/3.3-TESTING/lib
7256    M /rt/branches/3.3-TESTING/lib/t
7257    M /rt/branches/3.3-TESTING/sbin
7258
7259  r3826@not:  autrijus | 2004-11-11T02:05:00.289897Z
7260  * set svn:ignore on directories to exclude generated files from
7261    version control.
7262  
7263
7264 ------------------------------------------------------------------------
7265 r1800 | autrijus | 2004-11-10 08:50:55 -0500 (Wed, 10 Nov 2004) | 5 lines
7266 Changed paths:
7267    M /rt/branches/3.3-TESTING
7268    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
7269    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
7270    M /rt/branches/3.3-TESTING/lib/RT.pm.in
7271
7272  r3590@not:  autrijus | 2004-11-10T13:52:05.548584Z
7273  * Flush cache at end of each request.
7274  * Defeat perlbug that mangles (caller(0))[1] wheneter $^P is set by Module::Refresh.
7275  
7276
7277 ------------------------------------------------------------------------
7278 r1796 | autrijus | 2004-11-10 08:15:51 -0500 (Wed, 10 Nov 2004) | 5 lines
7279 Changed paths:
7280    M /rt/branches/3.3-TESTING
7281    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
7282    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
7283    M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
7284    M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
7285    M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
7286    M /rt/branches/3.3-TESTING/lib/RT/Attachments_Overlay.pm
7287    M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
7288    M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
7289    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember_Overlay.pm
7290    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers_Overlay.pm
7291    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues_Overlay.pm
7292    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
7293    M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
7294    M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
7295    M /rt/branches/3.3-TESTING/lib/RT/GroupMembers_Overlay.pm
7296    M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
7297    M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
7298    M /rt/branches/3.3-TESTING/lib/RT/Link_Overlay.pm
7299    M /rt/branches/3.3-TESTING/lib/RT/Links_Overlay.pm
7300    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
7301    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
7302    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField_Overlay.pm
7303    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields_Overlay.pm
7304    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
7305    M /rt/branches/3.3-TESTING/lib/RT/Principals_Overlay.pm
7306    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
7307    M /rt/branches/3.3-TESTING/lib/RT/Queues_Overlay.pm
7308    M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
7309    M /rt/branches/3.3-TESTING/lib/RT/ScripActions_Overlay.pm
7310    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
7311    M /rt/branches/3.3-TESTING/lib/RT/ScripConditions_Overlay.pm
7312    M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
7313    M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
7314    M /rt/branches/3.3-TESTING/lib/RT/Template_Overlay.pm
7315    M /rt/branches/3.3-TESTING/lib/RT/Templates_Overlay.pm
7316    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
7317    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
7318    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
7319    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
7320    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
7321    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
7322    M /rt/branches/3.3-TESTING/lib/RT/Transactions_Overlay.pm
7323    M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
7324    M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
7325    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
7326
7327  r3588@not:  autrijus | 2004-11-10T13:16:02.416034Z
7328  * Module::Refresh is now enabled by default for all HTTPD handlers
7329    when $RT::DevelMode is set to true.
7330  
7331
7332 ------------------------------------------------------------------------
7333 r1789 | jesse | 2004-11-10 07:58:47 -0500 (Wed, 10 Nov 2004) | 12 lines
7334 Changed paths:
7335    M /rt/branches/3.3-TESTING
7336    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
7337    M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
7338    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
7339
7340  r9043@tinbook:  jesse | 2004-11-10T12:55:28.022711Z
7341   r9040@tinbook:  jesse | 2004-11-10T12:52:28.271911Z
7342   RT-Ticket: 4624
7343   RT-Status: resolved
7344   RT-Update: correspond
7345   
7346   Provide more control over how autogenerated mail gets sent out via RT.
7347   
7348   
7349   
7350  
7351
7352 ------------------------------------------------------------------------
7353 r1788 | jesse | 2004-11-10 07:58:22 -0500 (Wed, 10 Nov 2004) | 5 lines
7354 Changed paths:
7355    M /rt/branches/3.3-TESTING
7356    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
7357
7358  r9042@tinbook:  jesse | 2004-11-10T12:55:27.433932Z
7359   r8971@tinbook:  jesse | 2004-11-10T02:24:26.255370Z
7360   Fixed the MaxAttachmentSize variable name in comments. Thanks to Graham Dunn
7361  
7362
7363 ------------------------------------------------------------------------
7364 r1786 | jesse | 2004-11-10 07:38:04 -0500 (Wed, 10 Nov 2004) | 3 lines
7365 Changed paths:
7366    M /rt/branches/3.3-TESTING
7367    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
7368
7369  r9037@tinbook:  jesse | 2004-11-10T12:38:52.925002Z
7370  * $ was missing on the DevelMode option
7371
7372 ------------------------------------------------------------------------
7373 r1779 | autrijus | 2004-11-10 05:09:04 -0500 (Wed, 10 Nov 2004) | 4 lines
7374 Changed paths:
7375    M /rt/branches/3.3-TESTING
7376    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
7377
7378  r3567@not:  autrijus | 2004-11-10T10:09:08.775089Z
7379  * Add Module::Refresh as a dependency.
7380  
7381
7382 ------------------------------------------------------------------------
7383 r1778 | autrijus | 2004-11-10 05:08:41 -0500 (Wed, 10 Nov 2004) | 4 lines
7384 Changed paths:
7385    M /rt/branches/3.3-TESTING
7386    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
7387
7388  r3566@not:  autrijus | 2004-11-10T10:08:56.876914Z
7389  * Under developer mode, do not let Mason cache object files on var/.
7390  
7391
7392 ------------------------------------------------------------------------
7393 r1777 | autrijus | 2004-11-10 05:08:17 -0500 (Wed, 10 Nov 2004) | 4 lines
7394 Changed paths:
7395    M /rt/branches/3.3-TESTING
7396    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
7397    M /rt/branches/3.3-TESTING/html/Elements/Callback
7398    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/ParseFormat
7399    M /rt/branches/3.3-TESTING/html/Elements/Header
7400    M /rt/branches/3.3-TESTING/html/Elements/TicketList
7401    M /rt/branches/3.3-TESTING/html/Elements/TitleBoxStart
7402    M /rt/branches/3.3-TESTING/lib/RT/CurrentUser.pm
7403    M /rt/branches/3.3-TESTING/lib/RT.pm.in
7404
7405  r3565@not:  autrijus | 2004-11-10T10:08:34.482570Z
7406  * Various warning avoidance patches.
7407  
7408
7409 ------------------------------------------------------------------------
7410 r1767 | jesse | 2004-11-09 21:01:21 -0500 (Tue, 09 Nov 2004) | 4 lines
7411 Changed paths:
7412    M /rt/branches/3.3-TESTING
7413    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
7414
7415  r8969@tinbook:  jesse | 2004-11-10T02:01:53.054185Z
7416  Fixing DeveloperlMode -> DevelMode.  Thanks to Reed Lowden for the catch.
7417  
7418
7419 ------------------------------------------------------------------------
7420 r1766 | jesse | 2004-11-09 03:28:53 -0500 (Tue, 09 Nov 2004) | 8 lines
7421 Changed paths:
7422    M /rt/branches/3.3-TESTING
7423    M /rt/branches/3.3-TESTING/Makefile.in
7424    M /rt/branches/3.3-TESTING/README
7425    M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
7426    M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
7427    M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
7428    M /rt/branches/3.3-TESTING/bin/rt-crontool.in
7429    M /rt/branches/3.3-TESTING/bin/rt-mailgate.in
7430    M /rt/branches/3.3-TESTING/bin/rt.in
7431    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
7432    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
7433    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/GroupRights.html
7434    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Modify.html
7435    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Objects.html
7436    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/UserRights.html
7437    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/index.html
7438    M /rt/branches/3.3-TESTING/html/Admin/Elements/AddCustomFieldValue
7439    M /rt/branches/3.3-TESTING/html/Admin/Elements/CreateUserCalled
7440    M /rt/branches/3.3-TESTING/html/Admin/Elements/CustomFieldTabs
7441    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomField
7442    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFieldValues
7443    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
7444    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditQueueWatchers
7445    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrip
7446    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrips
7447    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditTemplates
7448    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditUserComments
7449    M /rt/branches/3.3-TESTING/html/Admin/Elements/GlobalCustomFieldTabs
7450    M /rt/branches/3.3-TESTING/html/Admin/Elements/GroupTabs
7451    M /rt/branches/3.3-TESTING/html/Admin/Elements/Header
7452    M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalCustomFields
7453    M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalScrips
7454    M /rt/branches/3.3-TESTING/html/Admin/Elements/ModifyTemplate
7455    M /rt/branches/3.3-TESTING/html/Admin/Elements/ObjectCustomFields
7456    M /rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
7457    M /rt/branches/3.3-TESTING/html/Admin/Elements/PickObjects
7458    M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueRightsForUser
7459    M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueTabs
7460    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldLookupType
7461    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldType
7462    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectGroups
7463    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyGroup
7464    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyQueue
7465    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyUser
7466    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectNewGroupMembers
7467    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
7468    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScrip
7469    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripAction
7470    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripCondition
7471    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectSingleOrMultiple
7472    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectStage
7473    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectTemplate
7474    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectUsers
7475    M /rt/branches/3.3-TESTING/html/Admin/Elements/SystemTabs
7476    M /rt/branches/3.3-TESTING/html/Admin/Elements/Tabs
7477    M /rt/branches/3.3-TESTING/html/Admin/Elements/ToolTabs
7478    M /rt/branches/3.3-TESTING/html/Admin/Elements/UserTabs
7479    M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Groups.html
7480    M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Queue-Tickets.html
7481    M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Queue-Transactions.html
7482    M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Users.html
7483    M /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/index.html
7484    M /rt/branches/3.3-TESTING/html/Admin/Global/GroupRights.html
7485    M /rt/branches/3.3-TESTING/html/Admin/Global/Scrip.html
7486    M /rt/branches/3.3-TESTING/html/Admin/Global/Scrips.html
7487    M /rt/branches/3.3-TESTING/html/Admin/Global/Template.html
7488    M /rt/branches/3.3-TESTING/html/Admin/Global/Templates.html
7489    M /rt/branches/3.3-TESTING/html/Admin/Global/UserRights.html
7490    M /rt/branches/3.3-TESTING/html/Admin/Global/index.html
7491    M /rt/branches/3.3-TESTING/html/Admin/Groups/CustomFields.html
7492    M /rt/branches/3.3-TESTING/html/Admin/Groups/GroupRights.html
7493    M /rt/branches/3.3-TESTING/html/Admin/Groups/History.html
7494    M /rt/branches/3.3-TESTING/html/Admin/Groups/Members.html
7495    M /rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
7496    M /rt/branches/3.3-TESTING/html/Admin/Groups/UserRights.html
7497    M /rt/branches/3.3-TESTING/html/Admin/Groups/index.html
7498    M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomField.html
7499    M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomFields.html
7500    M /rt/branches/3.3-TESTING/html/Admin/Queues/GroupRights.html
7501    M /rt/branches/3.3-TESTING/html/Admin/Queues/Modify.html
7502    M /rt/branches/3.3-TESTING/html/Admin/Queues/People.html
7503    M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrip.html
7504    M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrips.html
7505    M /rt/branches/3.3-TESTING/html/Admin/Queues/Template.html
7506    M /rt/branches/3.3-TESTING/html/Admin/Queues/Templates.html
7507    M /rt/branches/3.3-TESTING/html/Admin/Queues/UserRights.html
7508    M /rt/branches/3.3-TESTING/html/Admin/Queues/index.html
7509    M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
7510    M /rt/branches/3.3-TESTING/html/Admin/Tools/index.html
7511    M /rt/branches/3.3-TESTING/html/Admin/Users/CustomFields.html
7512    M /rt/branches/3.3-TESTING/html/Admin/Users/History.html
7513    M /rt/branches/3.3-TESTING/html/Admin/Users/Memberships.html
7514    M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.html
7515    M /rt/branches/3.3-TESTING/html/Admin/Users/index.html
7516    M /rt/branches/3.3-TESTING/html/Admin/autohandler
7517    M /rt/branches/3.3-TESTING/html/Admin/index.html
7518    M /rt/branches/3.3-TESTING/html/Approvals/Display.html
7519    M /rt/branches/3.3-TESTING/html/Approvals/Elements/Approve
7520    M /rt/branches/3.3-TESTING/html/Approvals/Elements/PendingMyApproval
7521    M /rt/branches/3.3-TESTING/html/Approvals/Elements/ShowDependency
7522    M /rt/branches/3.3-TESTING/html/Approvals/Elements/Tabs
7523    M /rt/branches/3.3-TESTING/html/Approvals/index.html
7524    M /rt/branches/3.3-TESTING/html/Download/CustomFieldValue/dhandler
7525    M /rt/branches/3.3-TESTING/html/Download/Tabular/dhandler
7526    M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedEnd
7527    M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedStart
7528    M /rt/branches/3.3-TESTING/html/Elements/Callback
7529    M /rt/branches/3.3-TESTING/html/Elements/Checkbox
7530    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
7531    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/ParseFormat
7532    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
7533    M /rt/branches/3.3-TESTING/html/Elements/CreateTicket
7534    M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
7535    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldBinary
7536    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldFreeform
7537    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldImage
7538    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldSelect
7539    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldText
7540    M /rt/branches/3.3-TESTING/html/Elements/EditLinks
7541    M /rt/branches/3.3-TESTING/html/Elements/Error
7542    M /rt/branches/3.3-TESTING/html/Elements/Footer
7543    M /rt/branches/3.3-TESTING/html/Elements/GotoTicket
7544    M /rt/branches/3.3-TESTING/html/Elements/Header
7545    M /rt/branches/3.3-TESTING/html/Elements/ListActions
7546    M /rt/branches/3.3-TESTING/html/Elements/Login
7547    M /rt/branches/3.3-TESTING/html/Elements/Menu
7548    M /rt/branches/3.3-TESTING/html/Elements/MessageBox
7549    M /rt/branches/3.3-TESTING/html/Elements/MyRequests
7550    M /rt/branches/3.3-TESTING/html/Elements/MyTickets
7551    M /rt/branches/3.3-TESTING/html/Elements/PageLayout
7552    M /rt/branches/3.3-TESTING/html/Elements/QueryString
7553    M /rt/branches/3.3-TESTING/html/Elements/QuickCreate
7554    M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
7555    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
7556    M /rt/branches/3.3-TESTING/html/Elements/Refresh
7557    M /rt/branches/3.3-TESTING/html/Elements/ScrubHTML
7558    M /rt/branches/3.3-TESTING/html/Elements/Section
7559    M /rt/branches/3.3-TESTING/html/Elements/SelectAttachmentField
7560    M /rt/branches/3.3-TESTING/html/Elements/SelectBoolean
7561    M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldOperator
7562    M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldValue
7563    M /rt/branches/3.3-TESTING/html/Elements/SelectDate
7564    M /rt/branches/3.3-TESTING/html/Elements/SelectDateRelation
7565    M /rt/branches/3.3-TESTING/html/Elements/SelectDateType
7566    M /rt/branches/3.3-TESTING/html/Elements/SelectEqualityOperator
7567    M /rt/branches/3.3-TESTING/html/Elements/SelectGroups
7568    M /rt/branches/3.3-TESTING/html/Elements/SelectLang
7569    M /rt/branches/3.3-TESTING/html/Elements/SelectLinkType
7570    M /rt/branches/3.3-TESTING/html/Elements/SelectMatch
7571    M /rt/branches/3.3-TESTING/html/Elements/SelectNewTicketQueue
7572    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
7573    M /rt/branches/3.3-TESTING/html/Elements/SelectQueue
7574    M /rt/branches/3.3-TESTING/html/Elements/SelectResultsPerPage
7575    M /rt/branches/3.3-TESTING/html/Elements/SelectSortOrder
7576    M /rt/branches/3.3-TESTING/html/Elements/SelectStatus
7577    M /rt/branches/3.3-TESTING/html/Elements/SelectTicketSortBy
7578    M /rt/branches/3.3-TESTING/html/Elements/SelectTicketTypes
7579    M /rt/branches/3.3-TESTING/html/Elements/SelectUsers
7580    M /rt/branches/3.3-TESTING/html/Elements/SelectWatcherType
7581    M /rt/branches/3.3-TESTING/html/Elements/SetupSessionCookie
7582    M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFieldImage
7583    M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFields
7584    M /rt/branches/3.3-TESTING/html/Elements/ShowLink
7585    M /rt/branches/3.3-TESTING/html/Elements/ShowLinks
7586    M /rt/branches/3.3-TESTING/html/Elements/ShowMemberships
7587    M /rt/branches/3.3-TESTING/html/Elements/SimpleSearch
7588    M /rt/branches/3.3-TESTING/html/Elements/Submit
7589    M /rt/branches/3.3-TESTING/html/Elements/Tabs
7590    M /rt/branches/3.3-TESTING/html/Elements/TicketList
7591    M /rt/branches/3.3-TESTING/html/Elements/TitleBox
7592    M /rt/branches/3.3-TESTING/html/Elements/TitleBoxEnd
7593    M /rt/branches/3.3-TESTING/html/Elements/TitleBoxStart
7594    M /rt/branches/3.3-TESTING/html/NoAuth/Logout.html
7595    M /rt/branches/3.3-TESTING/html/NoAuth/Reminder.html
7596    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
7597    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/default
7598    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/ns
7599    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/attachments
7600    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/default
7601    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/history
7602    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/links
7603    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/default
7604    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/ns
7605    M /rt/branches/3.3-TESTING/html/REST/1.0/NoAuth/mail-gateway
7606    M /rt/branches/3.3-TESTING/html/REST/1.0/autohandler
7607    M /rt/branches/3.3-TESTING/html/REST/1.0/dhandler
7608    M /rt/branches/3.3-TESTING/html/REST/1.0/logout
7609    M /rt/branches/3.3-TESTING/html/REST/1.0/search/dhandler
7610    M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
7611    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/comment
7612    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/link
7613    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/merge
7614    M /rt/branches/3.3-TESTING/html/Search/Build.html
7615    M /rt/branches/3.3-TESTING/html/Search/Bulk.html
7616    M /rt/branches/3.3-TESTING/html/Search/Edit.html
7617    M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
7618    M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
7619    M /rt/branches/3.3-TESTING/html/Search/Elements/EditFormat
7620    M /rt/branches/3.3-TESTING/html/Search/Elements/EditQuery
7621    M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
7622    M /rt/branches/3.3-TESTING/html/Search/Elements/NewListActions
7623    M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
7624    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
7625    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
7626    M /rt/branches/3.3-TESTING/html/Search/Elements/SearchPrivacy
7627    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectAndOr
7628    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectGroup
7629    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
7630    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectPersonType
7631    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchObject
7632    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchesForObjects
7633    M /rt/branches/3.3-TESTING/html/Search/Results.html
7634    M /rt/branches/3.3-TESTING/html/Search/Results.rdf
7635    M /rt/branches/3.3-TESTING/html/Search/Results.tsv
7636    M /rt/branches/3.3-TESTING/html/SelfService/Attachment/dhandler
7637    M /rt/branches/3.3-TESTING/html/SelfService/Closed.html
7638    M /rt/branches/3.3-TESTING/html/SelfService/Create.html
7639    M /rt/branches/3.3-TESTING/html/SelfService/Display.html
7640    M /rt/branches/3.3-TESTING/html/SelfService/Elements/GotoTicket
7641    M /rt/branches/3.3-TESTING/html/SelfService/Elements/Header
7642    M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
7643    M /rt/branches/3.3-TESTING/html/SelfService/Elements/Tabs
7644    M /rt/branches/3.3-TESTING/html/SelfService/Error.html
7645    M /rt/branches/3.3-TESTING/html/SelfService/Prefs.html
7646    M /rt/branches/3.3-TESTING/html/SelfService/Update.html
7647    M /rt/branches/3.3-TESTING/html/SelfService/index.html
7648    M /rt/branches/3.3-TESTING/html/Ticket/Attachment/dhandler
7649    M /rt/branches/3.3-TESTING/html/Ticket/Create.html
7650    M /rt/branches/3.3-TESTING/html/Ticket/Display.html
7651    M /rt/branches/3.3-TESTING/html/Ticket/Elements/AddWatchers
7652    M /rt/branches/3.3-TESTING/html/Ticket/Elements/BulkLinks
7653    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditBasics
7654    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
7655    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomFields
7656    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditDates
7657    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditPeople
7658    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditWatchers
7659    M /rt/branches/3.3-TESTING/html/Ticket/Elements/FindAttachments
7660    M /rt/branches/3.3-TESTING/html/Ticket/Elements/LoadTextAttachments
7661    M /rt/branches/3.3-TESTING/html/Ticket/Elements/PreviewScrips
7662    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
7663    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowBasics
7664    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowCustomFields
7665    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDates
7666    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDependencies
7667    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowGroupMembers
7668    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowHistory
7669    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMemberOf
7670    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMembers
7671    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
7672    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageStanza
7673    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
7674    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowReferences
7675    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowRequestor
7676    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowSummary
7677    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransaction
7678    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
7679    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowUserEntry
7680    M /rt/branches/3.3-TESTING/html/Ticket/Elements/Tabs
7681    M /rt/branches/3.3-TESTING/html/Ticket/History.html
7682    M /rt/branches/3.3-TESTING/html/Ticket/Modify.html
7683    M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
7684    M /rt/branches/3.3-TESTING/html/Ticket/ModifyDates.html
7685    M /rt/branches/3.3-TESTING/html/Ticket/ModifyLinks.html
7686    M /rt/branches/3.3-TESTING/html/Ticket/ModifyPeople.html
7687    M /rt/branches/3.3-TESTING/html/Ticket/ShowEmailRecord.html
7688    M /rt/branches/3.3-TESTING/html/Ticket/Update.html
7689    M /rt/branches/3.3-TESTING/html/Tools/Elements/Tabs
7690    M /rt/branches/3.3-TESTING/html/Tools/MyDay.html
7691    M /rt/branches/3.3-TESTING/html/Tools/Offline.html
7692    M /rt/branches/3.3-TESTING/html/User/Delegation.html
7693    M /rt/branches/3.3-TESTING/html/User/Elements/DelegateRights
7694    M /rt/branches/3.3-TESTING/html/User/Elements/GroupTabs
7695    M /rt/branches/3.3-TESTING/html/User/Elements/Tabs
7696    M /rt/branches/3.3-TESTING/html/User/Groups/Members.html
7697    M /rt/branches/3.3-TESTING/html/User/Groups/Modify.html
7698    M /rt/branches/3.3-TESTING/html/User/Groups/index.html
7699    M /rt/branches/3.3-TESTING/html/User/Prefs.html
7700    M /rt/branches/3.3-TESTING/html/autohandler
7701    M /rt/branches/3.3-TESTING/html/index.html
7702    M /rt/branches/3.3-TESTING/html/l
7703    M /rt/branches/3.3-TESTING/lib/RT/ACE.pm
7704    M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
7705    M /rt/branches/3.3-TESTING/lib/RT/ACL.pm
7706    M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
7707    M /rt/branches/3.3-TESTING/lib/RT/Action/AutoOpen.pm
7708    M /rt/branches/3.3-TESTING/lib/RT/Action/Autoreply.pm
7709    M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
7710    M /rt/branches/3.3-TESTING/lib/RT/Action/EscalatePriority.pm
7711    M /rt/branches/3.3-TESTING/lib/RT/Action/Generic.pm
7712    M /rt/branches/3.3-TESTING/lib/RT/Action/Notify.pm
7713    M /rt/branches/3.3-TESTING/lib/RT/Action/NotifyAsComment.pm
7714    M /rt/branches/3.3-TESTING/lib/RT/Action/RecordComment.pm
7715    M /rt/branches/3.3-TESTING/lib/RT/Action/RecordCorrespondence.pm
7716    M /rt/branches/3.3-TESTING/lib/RT/Action/ResolveMembers.pm
7717    M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
7718    M /rt/branches/3.3-TESTING/lib/RT/Action/SetPriority.pm
7719    M /rt/branches/3.3-TESTING/lib/RT/Action/UserDefined.pm
7720    M /rt/branches/3.3-TESTING/lib/RT/Attachment.pm
7721    M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
7722    M /rt/branches/3.3-TESTING/lib/RT/Attachments.pm
7723    M /rt/branches/3.3-TESTING/lib/RT/Attachments_Overlay.pm
7724    M /rt/branches/3.3-TESTING/lib/RT/Attribute.pm
7725    M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
7726    M /rt/branches/3.3-TESTING/lib/RT/Attributes.pm
7727    M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
7728    M /rt/branches/3.3-TESTING/lib/RT/Base.pm
7729    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember.pm
7730    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember_Overlay.pm
7731    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers.pm
7732    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers_Overlay.pm
7733    M /rt/branches/3.3-TESTING/lib/RT/Condition/AnyTransaction.pm
7734    M /rt/branches/3.3-TESTING/lib/RT/Condition/BeforeDue.pm
7735    M /rt/branches/3.3-TESTING/lib/RT/Condition/Generic.pm
7736    M /rt/branches/3.3-TESTING/lib/RT/Condition/Overdue.pm
7737    M /rt/branches/3.3-TESTING/lib/RT/Condition/OwnerChange.pm
7738    M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityChange.pm
7739    M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityExceeds.pm
7740    M /rt/branches/3.3-TESTING/lib/RT/Condition/QueueChange.pm
7741    M /rt/branches/3.3-TESTING/lib/RT/Condition/StatusChange.pm
7742    M /rt/branches/3.3-TESTING/lib/RT/Condition/UserDefined.pm
7743    M /rt/branches/3.3-TESTING/lib/RT/CurrentUser.pm
7744    M /rt/branches/3.3-TESTING/lib/RT/CustomField.pm
7745    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValue.pm
7746    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
7747    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues_Overlay.pm
7748    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
7749    M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
7750    M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
7751    M /rt/branches/3.3-TESTING/lib/RT/Date.pm
7752    M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
7753    M /rt/branches/3.3-TESTING/lib/RT/Group.pm
7754    M /rt/branches/3.3-TESTING/lib/RT/GroupMember.pm
7755    M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
7756    M /rt/branches/3.3-TESTING/lib/RT/GroupMembers.pm
7757    M /rt/branches/3.3-TESTING/lib/RT/GroupMembers_Overlay.pm
7758    M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
7759    M /rt/branches/3.3-TESTING/lib/RT/Groups.pm
7760    M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
7761    M /rt/branches/3.3-TESTING/lib/RT/Handle.pm
7762    M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.pm
7763    M /rt/branches/3.3-TESTING/lib/RT/I18N/i_default.pm
7764    M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
7765    M /rt/branches/3.3-TESTING/lib/RT/Interface/CLI.pm
7766    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/GnuPG.pm
7767    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/MailFrom.pm
7768    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
7769    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
7770    M /rt/branches/3.3-TESTING/lib/RT/Interface/REST.pm
7771    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
7772    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
7773    M /rt/branches/3.3-TESTING/lib/RT/Link.pm
7774    M /rt/branches/3.3-TESTING/lib/RT/Link_Overlay.pm
7775    M /rt/branches/3.3-TESTING/lib/RT/Links.pm
7776    M /rt/branches/3.3-TESTING/lib/RT/Links_Overlay.pm
7777    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField.pm
7778    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue.pm
7779    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
7780    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues.pm
7781    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
7782    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField_Overlay.pm
7783    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields.pm
7784    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields_Overlay.pm
7785    M /rt/branches/3.3-TESTING/lib/RT/Principal.pm
7786    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
7787    M /rt/branches/3.3-TESTING/lib/RT/Principals.pm
7788    M /rt/branches/3.3-TESTING/lib/RT/Principals_Overlay.pm
7789    M /rt/branches/3.3-TESTING/lib/RT/Queue.pm
7790    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
7791    M /rt/branches/3.3-TESTING/lib/RT/Queues.pm
7792    M /rt/branches/3.3-TESTING/lib/RT/Queues_Overlay.pm
7793    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
7794    M /rt/branches/3.3-TESTING/lib/RT/Scrip.pm
7795    M /rt/branches/3.3-TESTING/lib/RT/ScripAction.pm
7796    M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
7797    M /rt/branches/3.3-TESTING/lib/RT/ScripActions.pm
7798    M /rt/branches/3.3-TESTING/lib/RT/ScripActions_Overlay.pm
7799    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition.pm
7800    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
7801    M /rt/branches/3.3-TESTING/lib/RT/ScripConditions.pm
7802    M /rt/branches/3.3-TESTING/lib/RT/ScripConditions_Overlay.pm
7803    M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
7804    M /rt/branches/3.3-TESTING/lib/RT/Scrips.pm
7805    M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
7806    M /rt/branches/3.3-TESTING/lib/RT/Search/ActiveTicketsInQueue.pm
7807    M /rt/branches/3.3-TESTING/lib/RT/Search/FromSQL.pm
7808    M /rt/branches/3.3-TESTING/lib/RT/Search/Generic.pm
7809    M /rt/branches/3.3-TESTING/lib/RT/SearchBuilder.pm
7810    M /rt/branches/3.3-TESTING/lib/RT/System.pm
7811    M /rt/branches/3.3-TESTING/lib/RT/Template.pm
7812    M /rt/branches/3.3-TESTING/lib/RT/Template_Overlay.pm
7813    M /rt/branches/3.3-TESTING/lib/RT/Templates.pm
7814    M /rt/branches/3.3-TESTING/lib/RT/Templates_Overlay.pm
7815    M /rt/branches/3.3-TESTING/lib/RT/Ticket.pm
7816    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
7817    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
7818    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
7819    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
7820    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
7821    M /rt/branches/3.3-TESTING/lib/RT/Tickets.pm
7822    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
7823    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
7824    M /rt/branches/3.3-TESTING/lib/RT/Transaction.pm
7825    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
7826    M /rt/branches/3.3-TESTING/lib/RT/Transactions.pm
7827    M /rt/branches/3.3-TESTING/lib/RT/Transactions_Overlay.pm
7828    M /rt/branches/3.3-TESTING/lib/RT/URI/base.pm
7829    M /rt/branches/3.3-TESTING/lib/RT/URI/fsck_com_rt.pm
7830    M /rt/branches/3.3-TESTING/lib/RT/URI.pm
7831    M /rt/branches/3.3-TESTING/lib/RT/User.pm
7832    M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
7833    M /rt/branches/3.3-TESTING/lib/RT/Users.pm
7834    M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
7835    M /rt/branches/3.3-TESTING/lib/RT.pm.in
7836    M /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
7837    M /rt/branches/3.3-TESTING/sbin/extract-message-catalog
7838    M /rt/branches/3.3-TESTING/sbin/extract_pod_tests
7839    M /rt/branches/3.3-TESTING/sbin/factory
7840    M /rt/branches/3.3-TESTING/sbin/license_tag
7841    M /rt/branches/3.3-TESTING/sbin/regression_harness
7842    M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
7843    M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
7844    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
7845
7846  r8965@tinbook:  jesse | 2004-11-09T08:25:30.422838Z
7847  Updated license tagging and folding for license tagging
7848  
7849  * No functionality changes
7850  
7851  
7852  
7853
7854 ------------------------------------------------------------------------
7855 r1765 | jesse | 2004-11-09 02:55:47 -0500 (Tue, 09 Nov 2004) | 5 lines
7856 Changed paths:
7857    M /rt/branches/3.3-TESTING
7858    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
7859
7860  r8963@tinbook:  jesse | 2004-11-09T07:55:26.294077Z
7861  Just formatting changes. ran perltidy on HasRight.
7862  
7863  
7864
7865 ------------------------------------------------------------------------
7866 r1763 | jesse | 2004-11-09 00:46:40 -0500 (Tue, 09 Nov 2004) | 7 lines
7867 Changed paths:
7868    M /rt/branches/3.3-TESTING
7869    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
7870    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
7871
7872  r8959@tinbook:  jesse | 2004-11-09T05:47:13.371897Z
7873  Switched to using Cache::Simple::TimedExpiry for our ACL cache, rather 
7874  than our overly convoluted (and slower) ACL cache code in Prinicpal_Overlay.pm
7875  
7876  SearchBuilder already depends on C::S::TE, so this isn't a new dep
7877  
7878
7879 ------------------------------------------------------------------------
7880 r1759 | jesse | 2004-11-08 23:58:09 -0500 (Mon, 08 Nov 2004) | 4 lines
7881 Changed paths:
7882    M /rt/branches/3.3-TESTING
7883    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
7884
7885  r8951@tinbook:  jesse | 2004-11-09T04:59:07.816904Z
7886  Fixed a comment about the static_source directive for mason. Thanks to matthewd
7887  
7888
7889 ------------------------------------------------------------------------
7890 r1758 | jesse | 2004-11-08 22:47:40 -0500 (Mon, 08 Nov 2004) | 16 lines
7891 Changed paths:
7892    M /rt/branches/3.3-TESTING
7893    M /rt/branches/3.3-TESTING/configure.ac
7894    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
7895    M /rt/branches/3.3-TESTING/html/Elements/PageLayout
7896    M /rt/branches/3.3-TESTING/html/Elements/TicketList
7897    M /rt/branches/3.3-TESTING/html/Elements/TitleBoxEnd
7898    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowHistory
7899    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
7900
7901  r8942@tinbook:  jesse | 2004-11-08T17:22:08.032229Z
7902  Web:
7903      * Switched back to manual buffer flushing, as this will
7904        improve performance and help future-proof RT against a mason update
7905      * Added several manual buffer flushing points to help with the user
7906        experience during page display
7907      * Switched to using mason's "static_source" directive, which stops mason
7908        from trying to guess about which pages need to be reload from disk.
7909        (Now you need to restart the webserver to see changes)
7910  Core:
7911      * New  --with-developer-mode configuration flag. Right now, it just 
7912        turns mason static_source off, but in the future, it will enable other
7913        developer-only features.
7914  
7915  
7916
7917 ------------------------------------------------------------------------
7918 r1757 | jesse | 2004-11-08 22:47:13 -0500 (Mon, 08 Nov 2004) | 4 lines
7919 Changed paths:
7920    M /rt/branches/3.3-TESTING
7921    M /rt/branches/3.3-TESTING/lib/RT/Base.pm
7922
7923  r8941@tinbook:  jesse | 2004-11-08T17:18:03.357715Z
7924  Added a bit of documentation to RT::Base; removed an unused line of code
7925  
7926
7927 ------------------------------------------------------------------------
7928 r1753 | jesse | 2004-11-08 08:25:36 -0500 (Mon, 08 Nov 2004) | 3 lines
7929 Changed paths:
7930    M /rt/branches/3.3-TESTING
7931    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
7932
7933  r8935@tinbook:  jesse | 2004-11-08T13:18:04.774918Z
7934  * Turning off the forking in standalone_httpd. It was never a win
7935
7936 ------------------------------------------------------------------------
7937 r1752 | autrijus | 2004-11-08 07:53:51 -0500 (Mon, 08 Nov 2004) | 4 lines
7938 Changed paths:
7939    M /rt/branches/3.3-TESTING
7940    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
7941
7942  r3280@not:  autrijus | 2004-11-08T12:13:28.529608Z
7943  * make kill -HUP work sanely.
7944  
7945
7946 ------------------------------------------------------------------------
7947 r1751 | autrijus | 2004-11-08 07:53:30 -0500 (Mon, 08 Nov 2004) | 1 line
7948 Changed paths:
7949    M /rt/branches/3.3-TESTING
7950
7951
7952 ------------------------------------------------------------------------
7953 r1750 | autrijus | 2004-11-08 07:53:00 -0500 (Mon, 08 Nov 2004) | 4 lines
7954 Changed paths:
7955    M /rt/branches/3.3-TESTING
7956    D /rt/branches/3.3-TESTING/spec
7957
7958  r1748@not:  autrijus | 2004-11-08T08:29:17.162697Z
7959  * remove the now-empty spec/ directory.
7960  
7961
7962 ------------------------------------------------------------------------
7963 r1749 | autrijus | 2004-11-08 07:52:36 -0500 (Mon, 08 Nov 2004) | 4 lines
7964 Changed paths:
7965    M /rt/branches/3.3-TESTING
7966    A /rt/branches/3.3-TESTING/docs/design_docs/3.3-schema-redesign.txt
7967    D /rt/branches/3.3-TESTING/spec/schema.txt
7968
7969  r1747@not:  autrijus | 2004-11-08T08:28:53.206839Z
7970  * move the design spec from spec/ under the docs/design_docs/ space where it belongs.
7971  
7972
7973 ------------------------------------------------------------------------
7974 r1748 | autrijus | 2004-11-08 07:52:03 -0500 (Mon, 08 Nov 2004) | 5 lines
7975 Changed paths:
7976    M /rt/branches/3.3-TESTING
7977    M /rt/branches/3.3-TESTING/spec/schema.txt
7978
7979  r1746@not:  autrijus | 2004-11-08T08:27:45.676219Z
7980  * V7 of redesign schema, incoporating many more comments and
7981    the new, clkao-inspired fields.
7982  
7983
7984 ------------------------------------------------------------------------
7985 r1744 | jesse | 2004-11-07 11:26:35 -0500 (Sun, 07 Nov 2004) | 8 lines
7986 Changed paths:
7987    M /rt/branches/3.3-TESTING
7988    M /rt/branches/3.3-TESTING/configure.ac
7989    M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
7990    A /rt/branches/3.3-TESTING/lib/t/08web_cf.pl.in
7991    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
7992
7993  r6237@tinbook:  jesse | 2004-11-07T16:27:42.200967Z
7994  New web-based testing for image custom field creation 
7995  (upload on create, display in search result listings)
7996  
7997          -Autrijus Tang
7998  
7999  
8000
8001 ------------------------------------------------------------------------
8002 r1743 | jesse | 2004-11-07 10:10:03 -0500 (Sun, 07 Nov 2004) | 1 line
8003 Changed paths:
8004    M /rt/branches/3.3-TESTING
8005    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
8006
8007
8008 ------------------------------------------------------------------------
8009 r1742 | jesse | 2004-11-07 10:09:36 -0500 (Sun, 07 Nov 2004) | 5 lines
8010 Changed paths:
8011    M /rt/branches/3.3-TESTING
8012    M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
8013
8014  r6225@tinbook:  jesse | 2004-11-07T14:44:15.591492Z
8015  Web
8016      * Refactore BuildFormatString to simplify logic and improve reliability
8017  
8018
8019 ------------------------------------------------------------------------
8020 r1741 | jesse | 2004-11-07 10:09:14 -0500 (Sun, 07 Nov 2004) | 4 lines
8021 Changed paths:
8022    M /rt/branches/3.3-TESTING
8023    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
8024    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
8025    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
8026    M /rt/branches/3.3-TESTING/html/Elements/TicketList
8027    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
8028
8029  r6201@tinbook:  jesse | 2004-11-07T05:35:22.316024Z
8030  Refactoring and restyling the Ticket List to present prettier tables with more human-readable names
8031  
8032
8033 ------------------------------------------------------------------------
8034 r1740 | jesse | 2004-11-07 10:08:50 -0500 (Sun, 07 Nov 2004) | 5 lines
8035 Changed paths:
8036    M /rt/branches/3.3-TESTING
8037    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
8038
8039  r6200@tinbook:  jesse | 2004-11-07T05:32:56.068727Z
8040  Web: Fixed SelectLinks component to contain the right options and present the right human-readable names
8041  
8042  
8043
8044 ------------------------------------------------------------------------
8045 r1739 | jesse | 2004-11-07 10:08:29 -0500 (Sun, 07 Nov 2004) | 4 lines
8046 Changed paths:
8047    M /rt/branches/3.3-TESTING
8048    M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
8049    M /rt/branches/3.3-TESTING/html/Search/Elements/EditFormat
8050
8051  r6199@tinbook:  jesse | 2004-11-07T05:30:58.330526Z
8052  Web UI: Refactored the logic which builds format strings to simplify code and present better human-readable names
8053  
8054
8055 ------------------------------------------------------------------------
8056 r1738 | jesse | 2004-11-07 10:08:08 -0500 (Sun, 07 Nov 2004) | 3 lines
8057 Changed paths:
8058    M /rt/branches/3.3-TESTING
8059    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
8060    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
8061    M /rt/branches/3.3-TESTING/html/Elements/TicketList
8062    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
8063    M /rt/branches/3.3-TESTING/html/Search/Results.html
8064    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
8065
8066  r6198@tinbook:  jesse | 2004-11-07T04:18:22.934311Z
8067  Devel: Changed severity of calling Principal->HasRight without a Right
8068
8069 ------------------------------------------------------------------------
8070 r1737 | jesse | 2004-11-07 10:05:16 -0500 (Sun, 07 Nov 2004) | 4 lines
8071 Changed paths:
8072    M /rt/branches/3.3-TESTING
8073    M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
8074
8075  r6197@tinbook:  jesse | 2004-11-07T03:38:25.380100Z
8076  Switching Quicksearch to use most standard CSS styles
8077  
8078
8079 ------------------------------------------------------------------------
8080 r1736 | jesse | 2004-11-07 10:04:54 -0500 (Sun, 07 Nov 2004) | 4 lines
8081 Changed paths:
8082    M /rt/branches/3.3-TESTING
8083    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
8084
8085  r6196@tinbook:  jesse | 2004-11-07T03:37:32.303504Z
8086  Squash warnings when trying to check acls on nonexisten custom fields
8087  
8088
8089 ------------------------------------------------------------------------
8090 r1735 | jesse | 2004-11-07 10:04:23 -0500 (Sun, 07 Nov 2004) | 4 lines
8091 Changed paths:
8092    M /rt/branches/3.3-TESTING
8093    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
8094    M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
8095    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
8096
8097  r6195@tinbook:  jesse | 2004-11-06T15:14:59.241373Z
8098  Better handling of Record deletion confirmation messages. (To go with new searchbuilder fixes)
8099  
8100
8101 ------------------------------------------------------------------------
8102 r1734 | autrijus | 2004-11-07 09:38:43 -0500 (Sun, 07 Nov 2004) | 6 lines
8103 Changed paths:
8104    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
8105
8106 * In query builder, parse custom fields by name.
8107 * Generate all Link-type result cell callbacks from %LINKTYPEMAP.
8108 * Display custom field contents, separated by newlines.
8109 * For Image custom fields we also show a thumbnail.
8110
8111
8112 ------------------------------------------------------------------------
8113 r1731 | autrijus | 2004-11-07 09:32:12 -0500 (Sun, 07 Nov 2004) | 4 lines
8114 Changed paths:
8115    M /rt
8116    M /rt/branches/3.3-TESTING/html/Search/Build.html
8117
8118  r10263@not:  autrijus | 2004-11-07T14:15:05.153388Z
8119  * one loc fix.
8120  
8121
8122 ------------------------------------------------------------------------
8123 r1730 | autrijus | 2004-11-07 09:30:22 -0500 (Sun, 07 Nov 2004) | 4 lines
8124 Changed paths:
8125    M /rt
8126    A /rt/branches/3.3-TESTING/html/Search/Elements/EditQuery
8127    M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
8128    M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
8129    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
8130    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectAndOr
8131    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectPersonType
8132
8133  r10261@not:  autrijus | 2004-11-07T08:55:02.919657Z
8134  * loc and layout fixed.
8135  
8136
8137 ------------------------------------------------------------------------
8138 r1729 | autrijus | 2004-11-07 09:30:06 -0500 (Sun, 07 Nov 2004) | 6 lines
8139 Changed paths:
8140    M /rt
8141    M /rt/branches/3.3-TESTING/html/Search/Build.html
8142
8143  r10260@not:  autrijus | 2004-11-07T08:54:20.330259Z
8144  * Query builder now acts on multiple clauses.
8145  * Close a potential XSS bug by escaping the clause naems.
8146  * Refactor the clause display component.
8147  
8148
8149 ------------------------------------------------------------------------
8150 r1728 | autrijus | 2004-11-07 09:29:51 -0500 (Sun, 07 Nov 2004) | 5 lines
8151 Changed paths:
8152    M /rt
8153    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
8154    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
8155
8156  r10256@not:  autrijus | 2004-11-06T10:35:22.448152Z
8157  * Escape ColumnMap return values properly to prevent cross-site scripting
8158    attack.  All HTML snippets are now returned as scalar references.
8159  
8160
8161 ------------------------------------------------------------------------
8162 r1727 | autrijus | 2004-11-07 09:28:27 -0500 (Sun, 07 Nov 2004) | 5 lines
8163 Changed paths:
8164    M /rt
8165    M /rt/branches/3.3-TESTING/Makefile.in
8166
8167  r10253@not:  autrijus | 2004-11-06T10:17:49.792085Z
8168  * "make initdb" now an alias of "make initialize-database".
8169  
8170  
8171
8172 ------------------------------------------------------------------------
8173 r1726 | autrijus | 2004-11-07 09:26:14 -0500 (Sun, 07 Nov 2004) | 5 lines
8174 Changed paths:
8175    M /rt
8176    M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
8177
8178  r10252@not:  autrijus | 2004-11-06T10:17:41.433720Z
8179  * "make dropdb" on SQLite now works.
8180  
8181  
8182
8183 ------------------------------------------------------------------------
8184 r1725 | autrijus | 2004-11-07 09:22:06 -0500 (Sun, 07 Nov 2004) | 5 lines
8185 Changed paths:
8186    M /rt
8187    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
8188    M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
8189    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue.pm
8190    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
8191    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues.pm
8192    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
8193    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields.pm
8194    M /rt/branches/3.3-TESTING/sbin/factory
8195
8196  r10251@not:  autrijus | 2004-11-06T10:17:29.202899Z
8197  * fallouts from the OCFV schema change.
8198  
8199  
8200
8201 ------------------------------------------------------------------------
8202 r1724 | autrijus | 2004-11-07 09:17:03 -0500 (Sun, 07 Nov 2004) | 7 lines
8203 Changed paths:
8204    M /rt
8205    A /rt/branches/3.3-TESTING/etc/upgrade/3.3.11
8206    A /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.Pg
8207    A /rt/branches/3.3-TESTING/etc/upgrade/3.3.11/schema.mysql
8208
8209  r10242@not:  autrijus | 2004-11-06T06:59:58.274625Z
8210  * Schema changes for Pg, SQLite, mysql and Oracle.
8211  
8212  r10243@not:  autrijus | 2004-11-06T07:00:15.865682Z
8213  * schema updater for Pg and mysql; Oracle comes later and SQLite is nontrivial.
8214  
8215
8216 ------------------------------------------------------------------------
8217 r1723 | autrijus | 2004-11-07 09:16:15 -0500 (Sun, 07 Nov 2004) | 4 lines
8218 Changed paths:
8219    M /rt
8220    M /rt/branches/3.3-TESTING/etc/schema.Oracle
8221    M /rt/branches/3.3-TESTING/etc/schema.Pg
8222    M /rt/branches/3.3-TESTING/etc/schema.SQLite
8223    M /rt/branches/3.3-TESTING/etc/schema.mysql
8224
8225  r10242@not:  autrijus | 2004-11-06T06:59:58.274625Z
8226  * Schema changes for Pg, SQLite, mysql and Oracle.
8227  
8228
8229 ------------------------------------------------------------------------
8230 r1721 | autrijus | 2004-11-05 06:43:18 -0500 (Fri, 05 Nov 2004) | 18 lines
8231 Changed paths:
8232    M /rt
8233    M /rt/branches
8234    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
8235    M /rt/branches/3.3-TESTING/html/Search/Bulk.html
8236    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
8237    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
8238
8239   r10186@not (orig r1718):  autrijus | 2004-11-05T08:56:10.440277Z
8240   * Log::Dispatch wants ->warning, not ->warn.
8241  
8242  r10196@not:  autrijus | 2004-11-05T11:41:58.476189Z
8243  * Fixes to standalone_httpd: 'protocol' was not defined, and query_string
8244    may be undefined too.  (Supposedly fixed in HTTP::Server::Simple.)
8245  
8246  r10197@not:  autrijus | 2004-11-05T11:42:20.621065Z
8247  * Remove outdated comment.
8248  
8249  r10198@not:  autrijus | 2004-11-05T11:43:55.045510Z
8250  * Refactor getting-an-uploaded-file-into-cf into _UploadFile call
8251    in Interface::Web; this unbreaks uploading a file cf on ticket creation.
8252  * The "CustomField-x" keys in $Ticket->Create now take hash references
8253    that contain CFV fields, eg. LargeContent, ContentType, Value.
8254  
8255
8256
8257 ------------------------------------------------------------------------
8258 r1718 | autrijus | 2004-11-05 03:56:10 -0500 (Fri, 05 Nov 2004) | 3 lines
8259 Changed paths:
8260    M /rt
8261    M /rt/branches
8262    M /rt/branches/3.2-RELEASE
8263    M /rt/branches/3.2-SYBASE-TESTING
8264    M /rt/branches/3.3-TESTING
8265    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
8266    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
8267    M /rt/branches/PLATANO-EXPERIMENTAL-CSS
8268    M /rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade
8269
8270 * Log::Dispatch wants ->warning, not ->warn.
8271
8272
8273 ------------------------------------------------------------------------
8274 r1716 | jesse | 2004-11-04 23:02:48 -0500 (Thu, 04 Nov 2004) | 5 lines
8275 Changed paths:
8276    M /rt/branches/3.3-TESTING
8277    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
8278
8279  r6175@tinbook:  jesse | 2004-11-05T02:17:24.427390Z
8280  Improved comments and folds in RT::Record
8281  
8282  
8283
8284 ------------------------------------------------------------------------
8285 r1715 | jesse | 2004-11-04 23:02:27 -0500 (Thu, 04 Nov 2004) | 4 lines
8286 Changed paths:
8287    M /rt/branches/3.3-TESTING
8288    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
8289
8290  r6174@tinbook:  jesse | 2004-11-05T02:17:10.144816Z
8291  When uploading image custom fields, they're handled as file descriptors, rather than scalars. Our old logic assumed that any ref was an array. Now we check for array refs explicitly.
8292  
8293
8294 ------------------------------------------------------------------------
8295 r1714 | jesse | 2004-11-04 23:02:06 -0500 (Thu, 04 Nov 2004) | 4 lines
8296 Changed paths:
8297    M /rt/branches/3.3-TESTING
8298    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
8299
8300  r6173@tinbook:  jesse | 2004-11-05T02:14:56.442006Z
8301  Added a HUP handler for the standalone httpd (so you can kill -HUP it to reload)
8302  
8303
8304 ------------------------------------------------------------------------
8305 r1713 | jesse | 2004-11-04 23:01:23 -0500 (Thu, 04 Nov 2004) | 4 lines
8306 Changed paths:
8307    M /rt/branches/3.3-TESTING
8308    M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFields
8309
8310  r6172@tinbook:  jesse | 2004-11-05T02:14:19.720658Z
8311  Improved list format for multiple custom field values
8312  
8313
8314 ------------------------------------------------------------------------
8315 r1712 | jesse | 2004-11-04 23:00:28 -0500 (Thu, 04 Nov 2004) | 4 lines
8316 Changed paths:
8317    M /rt/branches/3.3-TESTING
8318    M /rt/branches/3.3-TESTING/html/Elements/CreateTicket
8319    M /rt/branches/3.3-TESTING/html/Ticket/Create.html
8320
8321  r6171@tinbook:  jesse | 2004-11-05T02:14:02.424154Z
8322  More form Names to make testing easier
8323  
8324
8325 ------------------------------------------------------------------------
8326 r1711 | jesse | 2004-11-04 22:59:53 -0500 (Thu, 04 Nov 2004) | 4 lines
8327 Changed paths:
8328    M /rt/branches/3.3-TESTING
8329    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Modify.html
8330    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
8331
8332  r6170@tinbook:  jesse | 2004-11-04T08:33:12.626307Z
8333  Added a couple of form NAME elements, to ease testing
8334  
8335
8336 ------------------------------------------------------------------------
8337 r1710 | jesse | 2004-11-04 22:59:24 -0500 (Thu, 04 Nov 2004) | 6 lines
8338 Changed paths:
8339    M /rt/branches/3.3-TESTING
8340    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
8341
8342  r6169@tinbook:  jesse | 2004-11-04T08:32:13.034112Z
8343  Added a Delete method to RT::Record so we get proper messages on object deletion
8344      --Autrijus
8345  
8346  
8347
8348 ------------------------------------------------------------------------
8349 r1709 | jesse | 2004-11-01 00:55:09 -0500 (Mon, 01 Nov 2004) | 3 lines
8350 Changed paths:
8351    M /rt/branches/3.3-TESTING
8352    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
8353
8354  r6157@tinbook:  jesse | 2004-11-01T04:52:49.078521Z
8355  A patch from 3.2 accidentally cascaded forward
8356
8357 ------------------------------------------------------------------------
8358 r1708 | jesse | 2004-11-01 00:54:59 -0500 (Mon, 01 Nov 2004) | 11 lines
8359 Changed paths:
8360    M /rt/branches/3.3-TESTING
8361    M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
8362    M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
8363    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
8364    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
8365
8366  r6156@tinbook:  jesse | 2004-11-01T04:47:06.225531Z
8367   r6152@tinbook:  jesse | 2004-11-01T04:43:38.864654Z
8368   RT-Ticket: 6230
8369   RT-Status: resolved
8370   RT-Update: correspond
8371   
8372   New "batch transactions" core from Ruslan. This update makes it much easier to use stock conditions for bulk updates
8373   
8374   
8375  
8376
8377 ------------------------------------------------------------------------
8378 r1707 | jesse | 2004-11-01 00:54:47 -0500 (Mon, 01 Nov 2004) | 12 lines
8379 Changed paths:
8380    M /rt/branches/3.3-TESTING
8381    M /rt/branches/3.3-TESTING/html/Search/Bulk.html
8382    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
8383
8384  r6155@tinbook:  jesse | 2004-11-01T04:47:05.144200Z
8385   r6151@tinbook:  jesse | 2004-11-01T04:42:20.034865Z
8386   RT-Ticket: 6242
8387   RT-Status: resolved
8388   RT-Update: correspond
8389   
8390   There were a couple of bugs in the bulk update page that broke ticket linking.
8391   (Among other things, the custom fields update functionality was completely broken. It's been disabled pending a new implementation)
8392   
8393   
8394  
8395
8396 ------------------------------------------------------------------------
8397 r1704 | jesse | 2004-10-31 22:49:50 -0500 (Sun, 31 Oct 2004) | 10 lines
8398 Changed paths:
8399    M /rt/branches/3.3-TESTING
8400    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
8401    M /rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
8402
8403  r6149@tinbook:  jesse | 2004-11-01T03:50:49.511535Z
8404  RT-Ticket: 6245
8405  RT-Status: resolved
8406  RT-Update: correspond
8407  
8408  Global custom field editing in 3.3 had the wrong (hardcoded) URL target.
8409  
8410  
8411  
8412
8413 ------------------------------------------------------------------------
8414 r1699 | jesse | 2004-10-27 18:01:49 -0400 (Wed, 27 Oct 2004) | 5 lines
8415 Changed paths:
8416    M /rt/branches/3.3-TESTING
8417    M /rt/branches/3.3-TESTING/releng.cnf
8418
8419  r6127@tinbook:  jesse | 2004-10-27T22:02:28.387934Z
8420  Bumping to 3.3.10
8421  
8422  
8423
8424 ------------------------------------------------------------------------
8425 r1698 | jesse | 2004-10-27 04:06:56 -0400 (Wed, 27 Oct 2004) | 12 lines
8426 Changed paths:
8427    M /rt/branches/3.3-TESTING
8428    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
8429
8430  r6121@tinbook:  jesse | 2004-10-27T07:55:33.542549Z
8431   r6115@tinbook:  jesse | 2004-10-27T07:51:39.957035Z
8432   RT-Ticket: 6219
8433   RT-Status: resolved
8434   RT-Update: correspond
8435   
8436   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.
8437   
8438   
8439   
8440  
8441
8442 ------------------------------------------------------------------------
8443 r1697 | jesse | 2004-10-27 04:06:29 -0400 (Wed, 27 Oct 2004) | 5 lines
8444 Changed paths:
8445    M /rt/branches/3.3-TESTING
8446    M /rt/branches/3.3-TESTING/html/Elements/TicketList
8447
8448  r6120@tinbook:  jesse | 2004-10-27T07:55:32.882088Z
8449   r6109@tinbook:  jesse | 2004-10-26T20:02:02.857695Z
8450   Additional fixes for display of unlimited search results
8451  
8452
8453 ------------------------------------------------------------------------
8454 r1696 | jesse | 2004-10-27 04:05:52 -0400 (Wed, 27 Oct 2004) | 10 lines
8455 Changed paths:
8456    M /rt/branches/3.3-TESTING
8457    M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
8458
8459  r6119@tinbook:  jesse | 2004-10-27T07:55:32.408440Z
8460   r6046@tinbook:  jesse | 2004-10-19T05:21:18.567580Z
8461   RT-Ticket: 6121
8462   RT-Status: resolved
8463   RT-Update: correspond
8464   
8465   Fixed the name of the template used to notify non-privilged users when their password is changed
8466   
8467  
8468
8469 ------------------------------------------------------------------------
8470 r1695 | jesse | 2004-10-27 04:05:26 -0400 (Wed, 27 Oct 2004) | 9 lines
8471 Changed paths:
8472    M /rt/branches/3.3-TESTING
8473    M /rt/branches/3.3-TESTING/etc/schema.Pg
8474    M /rt/branches/3.3-TESTING/etc/upgrade/3.1.0/schema.Pg
8475
8476  r6118@tinbook:  jesse | 2004-10-27T07:55:31.895658Z
8477   r6007@tinbook:  jesse | 2004-10-14T21:47:50.297291Z
8478   RT-Ticket: 6197
8479   RT-Status: resolved
8480   
8481   Removed a comment from the PostgreSQL schema files, as some versions of postgres fail to parse it well.
8482   
8483  
8484
8485 ------------------------------------------------------------------------
8486 r1694 | jesse | 2004-10-27 04:05:10 -0400 (Wed, 27 Oct 2004) | 8 lines
8487 Changed paths:
8488    M /rt/branches/3.3-TESTING
8489    M /rt/branches/3.3-TESTING/html/Search/Results.html
8490
8491  r6117@tinbook:  jesse | 2004-10-27T07:55:31.185793Z
8492   r1994@tinbook:  jesse | 2004-10-12T23:37:37.775608Z
8493   Improved "stickiness" of queries.
8494   Next/Prev navigation should be more consistently available now.
8495   Most recent query should be available more consistently.
8496   
8497  
8498
8499 ------------------------------------------------------------------------
8500 r1692 | jesse | 2004-10-27 00:31:12 -0400 (Wed, 27 Oct 2004) | 4 lines
8501 Changed paths:
8502    M /rt/branches/3.3-TESTING
8503    M /rt/branches/3.3-TESTING/html/Search/Bulk.html
8504    M /rt/branches/3.3-TESTING/html/Ticket/Create.html
8505    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowSummary
8506    M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
8507    M /rt/branches/3.3-TESTING/html/Ticket/Update.html
8508    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
8509    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
8510    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
8511    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
8512
8513  r6113@tinbook:  jesse | 2004-10-27T04:31:13.448231Z
8514  Added support for recording transaction custom fields on ticket creation.
8515  
8516
8517 ------------------------------------------------------------------------
8518 r1688 | jesse | 2004-10-23 18:05:14 -0400 (Sat, 23 Oct 2004) | 3 lines
8519 Changed paths:
8520    M /rt/branches/3.3-TESTING
8521    M /rt/branches/3.3-TESTING/releng.cnf
8522
8523  r6101@tinbook:  jesse | 2004-10-23T22:05:06.396023Z
8524  Bumping to 3.3.9
8525
8526 ------------------------------------------------------------------------
8527 r1686 | jesse | 2004-10-23 17:50:32 -0400 (Sat, 23 Oct 2004) | 3 lines
8528 Changed paths:
8529    M /rt/branches/3.3-TESTING
8530    M /rt/branches/3.3-TESTING/html/Elements/Header
8531    M /rt/branches/3.3-TESTING/html/Elements/PageLayout
8532    M /rt/branches/3.3-TESTING/html/Elements/SelectEqualityOperator
8533    M /rt/branches/3.3-TESTING/html/Elements/SelectNewTicketQueue
8534    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
8535    M /rt/branches/3.3-TESTING/html/Elements/SelectStatus
8536    M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
8537    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectGroup
8538
8539  r6093@tinbook:  jesse | 2004-10-23T21:47:53.224532Z
8540  A bunch of tiny fixes to the web ui to avoid warnings about uninitialized variables.
8541
8542 ------------------------------------------------------------------------
8543 r1685 | jesse | 2004-10-23 17:50:14 -0400 (Sat, 23 Oct 2004) | 3 lines
8544 Changed paths:
8545    M /rt/branches/3.3-TESTING
8546    M /rt/branches/3.3-TESTING/etc/schema.SQLite
8547
8548  r6092@tinbook:  jesse | 2004-10-23T21:46:47.129210Z
8549  Updated SQLite schema to current RT 3.3 versions
8550
8551 ------------------------------------------------------------------------
8552 r1684 | jesse | 2004-10-23 17:49:50 -0400 (Sat, 23 Oct 2004) | 3 lines
8553 Changed paths:
8554    M /rt/branches/3.3-TESTING
8555    M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
8556
8557  r6091@tinbook:  jesse | 2004-10-23T21:46:04.315427Z
8558  Better checking for ACL queries on undefined objects (to avoid a warning).
8559
8560 ------------------------------------------------------------------------
8561 r1683 | jesse | 2004-10-23 17:49:38 -0400 (Sat, 23 Oct 2004) | 4 lines
8562 Changed paths:
8563    M /rt/branches/3.3-TESTING
8564    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
8565
8566  r6090@tinbook:  jesse | 2004-10-23T21:44:41.851286Z
8567  Fixed a warning when objects were created with no names
8568  
8569
8570 ------------------------------------------------------------------------
8571 r1682 | jesse | 2004-10-23 17:49:25 -0400 (Sat, 23 Oct 2004) | 4 lines
8572 Changed paths:
8573    M /rt/branches/3.3-TESTING
8574    M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
8575
8576  r6089@tinbook:  jesse | 2004-10-23T21:43:19.939096Z
8577  Fixed message returned on password change to not include md5 hash of password
8578  
8579
8580 ------------------------------------------------------------------------
8581 r1681 | jesse | 2004-10-23 17:48:13 -0400 (Sat, 23 Oct 2004) | 3 lines
8582 Changed paths:
8583    M /rt/branches/3.3-TESTING
8584    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
8585
8586  r6088@tinbook:  jesse | 2004-10-23T21:42:23.542584Z
8587  Bumped DBIx::SearchBuilder required version, for new SQLite support
8588
8589 ------------------------------------------------------------------------
8590 r1680 | jesse | 2004-10-21 13:20:05 -0400 (Thu, 21 Oct 2004) | 3 lines
8591 Changed paths:
8592    M /rt/branches/3.3-TESTING
8593    M /rt/branches/3.3-TESTING/lib/RT/ACE.pm
8594    M /rt/branches/3.3-TESTING/lib/RT/ACL.pm
8595    M /rt/branches/3.3-TESTING/lib/RT/Attachment.pm
8596    M /rt/branches/3.3-TESTING/lib/RT/Attachments.pm
8597    M /rt/branches/3.3-TESTING/lib/RT/Attribute.pm
8598    M /rt/branches/3.3-TESTING/lib/RT/Attributes.pm
8599    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember.pm
8600    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers.pm
8601    M /rt/branches/3.3-TESTING/lib/RT/CustomField.pm
8602    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValue.pm
8603    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
8604    M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
8605    M /rt/branches/3.3-TESTING/lib/RT/Group.pm
8606    M /rt/branches/3.3-TESTING/lib/RT/GroupMember.pm
8607    M /rt/branches/3.3-TESTING/lib/RT/GroupMembers.pm
8608    M /rt/branches/3.3-TESTING/lib/RT/Groups.pm
8609    M /rt/branches/3.3-TESTING/lib/RT/Link.pm
8610    M /rt/branches/3.3-TESTING/lib/RT/Links.pm
8611    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField.pm
8612    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue.pm
8613    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues.pm
8614    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields.pm
8615    M /rt/branches/3.3-TESTING/lib/RT/Principal.pm
8616    M /rt/branches/3.3-TESTING/lib/RT/Principals.pm
8617    M /rt/branches/3.3-TESTING/lib/RT/Queue.pm
8618    M /rt/branches/3.3-TESTING/lib/RT/Queues.pm
8619    M /rt/branches/3.3-TESTING/lib/RT/Scrip.pm
8620    M /rt/branches/3.3-TESTING/lib/RT/ScripAction.pm
8621    M /rt/branches/3.3-TESTING/lib/RT/ScripActions.pm
8622    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition.pm
8623    M /rt/branches/3.3-TESTING/lib/RT/ScripConditions.pm
8624    M /rt/branches/3.3-TESTING/lib/RT/Scrips.pm
8625    M /rt/branches/3.3-TESTING/lib/RT/Template.pm
8626    M /rt/branches/3.3-TESTING/lib/RT/Templates.pm
8627    M /rt/branches/3.3-TESTING/lib/RT/Ticket.pm
8628    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
8629    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
8630    M /rt/branches/3.3-TESTING/lib/RT/Tickets.pm
8631    M /rt/branches/3.3-TESTING/lib/RT/Transaction.pm
8632    M /rt/branches/3.3-TESTING/lib/RT/Transactions.pm
8633    M /rt/branches/3.3-TESTING/lib/RT/User.pm
8634    M /rt/branches/3.3-TESTING/lib/RT/Users.pm
8635    M /rt/branches/3.3-TESTING/sbin/factory
8636
8637  r6077@tinbook:  jesse | 2004-10-21T17:20:26.237576Z
8638  Core: integrated new factory code to allow more datamodel metadata to be collected
8639
8640 ------------------------------------------------------------------------
8641 r1679 | jesse | 2004-10-21 13:19:45 -0400 (Thu, 21 Oct 2004) | 3 lines
8642 Changed paths:
8643    M /rt/branches/3.3-TESTING
8644    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
8645
8646  r6076@tinbook:  jesse | 2004-10-21T16:46:20.466296Z
8647  ACL: Fixed logic in an ACL query so that it returns failure when handed an invalid object, rather than trying a bogus SQL query and failing.
8648
8649 ------------------------------------------------------------------------
8650 r1678 | jesse | 2004-10-20 19:27:13 -0400 (Wed, 20 Oct 2004) | 8 lines
8651 Changed paths:
8652    M /rt/branches/3.3-TESTING
8653    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
8654    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
8655
8656  r6074@tinbook:  jesse | 2004-10-20T23:26:48.112240Z
8657  RT-Ticket: 5701
8658  RT-Status: resolved
8659  RT-Update: correspond
8660  
8661  RT now prevents users from creating objects with 'Name' attributes that are numreric.
8662  
8663
8664 ------------------------------------------------------------------------
8665 r1677 | jesse | 2004-10-20 18:56:16 -0400 (Wed, 20 Oct 2004) | 9 lines
8666 Changed paths:
8667    M /rt/branches/3.3-TESTING
8668    M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
8669
8670  r6071@tinbook:  jesse | 2004-10-20T22:56:43.545883Z
8671  RT-Ticket: 6192
8672  RT-Status: update
8673  
8674  
8675  Updated RT::Attachement::OriginalContent to use a better regexp for determining what's encoded and what's not.
8676  
8677  
8678
8679 ------------------------------------------------------------------------
8680 r1676 | jesse | 2004-10-20 18:55:57 -0400 (Wed, 20 Oct 2004) | 9 lines
8681 Changed paths:
8682    M /rt/branches/3.3-TESTING
8683    M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
8684
8685  r6070@tinbook:  jesse | 2004-10-20T22:51:44.854897Z
8686  RT-Ticket: 6123
8687  RT-Status: resolved 
8688  RT-Update: correspond
8689  
8690  
8691  Updated the dutch translation. (As the translation hadn't been applied for a bit, some translations didn't apply cleanly.)
8692  
8693
8694 ------------------------------------------------------------------------
8695 r1675 | jesse | 2004-10-20 18:34:32 -0400 (Wed, 20 Oct 2004) | 4 lines
8696 Changed paths:
8697    M /rt/branches/3.3-TESTING
8698    M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
8699
8700  r6064@tinbook:  jesse | 2004-10-20T22:08:13.953728Z
8701  Fixed a typo
8702  
8703
8704 ------------------------------------------------------------------------
8705 r1674 | jesse | 2004-10-20 18:33:19 -0400 (Wed, 20 Oct 2004) | 9 lines
8706 Changed paths:
8707    M /rt/branches/3.3-TESTING
8708    M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
8709
8710  r6063@tinbook:  jesse | 2004-10-20T19:54:02.885732Z
8711  RT-Ticket: 6180
8712  RT-Status: resolved
8713  RT-Update: correspond
8714  
8715  If you have changed $MinimumPasswordLength to be greater than 6, RT's "GenerateRandomPassword" method now takes that into account
8716  
8717  
8718
8719 ------------------------------------------------------------------------
8720 r1673 | jesse | 2004-10-20 18:33:03 -0400 (Wed, 20 Oct 2004) | 9 lines
8721 Changed paths:
8722    M /rt/branches/3.3-TESTING
8723    M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
8724
8725  r6062@tinbook:  jesse | 2004-10-20T19:46:00.816618Z
8726  RT-Ticket: 6188
8727  RT-Status: resolved
8728  RT-Update: correspond
8729  
8730  RT squelches passwords in the configuration summary page. It no longer
8731  squleches "RT::MinimumPasswordLength" 
8732  
8733
8734 ------------------------------------------------------------------------
8735 r1672 | jesse | 2004-10-20 18:32:48 -0400 (Wed, 20 Oct 2004) | 3 lines
8736 Changed paths:
8737    M /rt/branches/3.3-TESTING
8738    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
8739
8740  r6061@tinbook:  jesse | 2004-10-20T19:27:22.698792Z
8741  Minor cleanups to record.pm
8742
8743 ------------------------------------------------------------------------
8744 r1671 | alexmv | 2004-10-20 15:51:36 -0400 (Wed, 20 Oct 2004) | 2 lines
8745 Changed paths:
8746    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
8747
8748 Remove wayward '+'
8749
8750 ------------------------------------------------------------------------
8751 r1670 | jesse | 2004-10-20 15:20:19 -0400 (Wed, 20 Oct 2004) | 8 lines
8752 Changed paths:
8753    M /rt/branches/3.3-TESTING
8754    M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
8755
8756  r6056@tinbook:  jesse | 2004-10-20T19:20:39.940786Z
8757  RT-Ticket: 5594
8758  RT-Status: resolved
8759  RT-UpdateType: correspond
8760  
8761  EmailParser updates applied to RT 3.3 to fix subject lines that are encoded and multi-line
8762  
8763
8764 ------------------------------------------------------------------------
8765 r1669 | jesse | 2004-10-20 15:19:59 -0400 (Wed, 20 Oct 2004) | 7 lines
8766 Changed paths:
8767    M /rt/branches/3.3-TESTING
8768    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
8769    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
8770
8771  r6055@tinbook:  jesse | 2004-10-20T18:56:31.219026Z
8772  RT-Ticket: 5569
8773  RT-Status: resolved
8774  
8775  Status is nowdefinablein the RT_Config file.
8776  
8777
8778 ------------------------------------------------------------------------
8779 r1666 | jesse | 2004-10-20 01:47:04 -0400 (Wed, 20 Oct 2004) | 9 lines
8780 Changed paths:
8781    M /rt/branches/3.3-TESTING
8782    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
8783    M /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
8784    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
8785
8786  r6051@tinbook:  jesse | 2004-10-20T05:39:54.597284Z
8787  RT-Ticket: 5837
8788  RT-Status: resolved
8789  RT-Update: correspond
8790  
8791  Moved more ticket listing style to the CSS and out of the html, per the suggestion of Dirk Pape
8792  
8793  
8794
8795 ------------------------------------------------------------------------
8796 r1665 | jesse | 2004-10-20 01:46:54 -0400 (Wed, 20 Oct 2004) | 9 lines
8797 Changed paths:
8798    M /rt/branches/3.3-TESTING
8799    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
8800    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
8801
8802  r6050@tinbook:  jesse | 2004-10-20T05:33:26.027966Z
8803  RT-Ticket: 5729
8804  RT-Status: resolved
8805  RT-Action: correspond
8806  
8807  Patch fixes issue with multibyte characters escaping in URLs. --Ruslan
8808  
8809  
8810
8811 ------------------------------------------------------------------------
8812 r1663 | jesse | 2004-10-19 01:23:26 -0400 (Tue, 19 Oct 2004) | 8 lines
8813 Changed paths:
8814    M /rt/branches/3.3-TESTING
8815    M /rt/branches/3.3-TESTING/config.layout
8816    M /rt/branches/3.3-TESTING/m4/rt_layout.m4
8817
8818  r6048@tinbook:  jesse | 2004-10-19T05:24:15.256721Z
8819  RT-Ticket: 6198
8820  RT-Status: resolved
8821  RT-Update: correspond
8822  
8823  Applied a patch to add an fhs-compliant RT layout and fix some of the layout parsing.
8824  
8825
8826 ------------------------------------------------------------------------
8827 r1661 | jesse | 2004-10-19 01:17:39 -0400 (Tue, 19 Oct 2004) | 8 lines
8828 Changed paths:
8829    M /rt/branches/3.3-TESTING
8830    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
8831
8832  r6044@tinbook:  jesse | 2004-10-19T05:18:31.025176Z
8833  RT-Ticket: 6154
8834  RT-Status: resolved
8835  RT-Update: reply
8836  
8837  Owner listings now sort alphabetically
8838  
8839
8840 ------------------------------------------------------------------------
8841 r1660 | jesse | 2004-10-19 01:10:02 -0400 (Tue, 19 Oct 2004) | 8 lines
8842 Changed paths:
8843    M /rt/branches/3.3-TESTING
8844    M /rt/branches/3.3-TESTING/lib/RT.pm.in
8845
8846  r6042@tinbook:  jesse | 2004-10-19T05:10:45.782060Z
8847  RT-Ticket: 6199
8848  RT-Status: resolved
8849  RT-Update: correspond
8850  
8851  Formatting fixes to RT.pm
8852  
8853
8854 ------------------------------------------------------------------------
8855 r1659 | jesse | 2004-10-18 13:47:29 -0400 (Mon, 18 Oct 2004) | 7 lines
8856 Changed paths:
8857    M /rt/branches/3.3-TESTING
8858    M /rt/branches/3.3-TESTING/etc/initialdata
8859
8860  r6039@tinbook:  jesse | 2004-10-18T17:48:14.238206Z
8861  RT-Ticket: 5336
8862  RT-Status: resolved
8863  
8864  Approval template corrected
8865  
8866
8867 ------------------------------------------------------------------------
8868 r1657 | jesse | 2004-10-15 14:25:31 -0400 (Fri, 15 Oct 2004) | 3 lines
8869 Changed paths:
8870    M /rt/branches/3.3-TESTING
8871    M /rt/branches/3.3-TESTING/releng.cnf
8872
8873  r6014@tinbook:  jesse | 2004-10-15T18:26:19.439204Z
8874  Bumping to 3.3.8
8875
8876 ------------------------------------------------------------------------
8877 r1656 | jesse | 2004-10-15 13:56:50 -0400 (Fri, 15 Oct 2004) | 4 lines
8878 Changed paths:
8879    M /rt/branches/3.3-TESTING
8880    A /rt/branches/3.3-TESTING/html/Admin/Elements/GlobalCustomFieldTabs
8881    M /rt/branches/3.3-TESTING/html/Admin/Elements/GroupTabs
8882    M /rt/branches/3.3-TESTING/html/Admin/Elements/ObjectCustomFields
8883    M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueTabs
8884    M /rt/branches/3.3-TESTING/html/Admin/Elements/SystemTabs
8885    M /rt/branches/3.3-TESTING/html/Admin/Elements/UserTabs
8886    A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields
8887    A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Groups.html
8888    A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Queue-Tickets.html
8889    A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Queue-Transactions.html
8890    A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/Users.html
8891    A /rt/branches/3.3-TESTING/html/Admin/Global/CustomFields/index.html
8892    M /rt/branches/3.3-TESTING/html/Admin/Global/index.html
8893
8894  r6009@tinbook:  jesse | 2004-10-15T17:57:36.162346Z
8895  Administrative menu overhaul to sanitize custom field configuration.
8896  
8897
8898 ------------------------------------------------------------------------
8899 r1650 | jesse | 2004-10-12 17:01:07 -0400 (Tue, 12 Oct 2004) | 5 lines
8900 Changed paths:
8901    M /rt/branches/3.3-TESTING
8902    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
8903
8904  r1992@tinbook:  jesse | 2004-10-12T21:00:33.006657Z
8905  RT-Ticket: 6182
8906  RT-Status: resolved
8907  
8908
8909 ------------------------------------------------------------------------
8910 r1649 | jesse | 2004-10-11 17:10:40 -0400 (Mon, 11 Oct 2004) | 3 lines
8911 Changed paths:
8912    M /rt/branches/3.3-TESTING
8913    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
8914    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
8915
8916  r1985@tinbook:  jesse | 2004-10-11T20:26:31.046336Z
8917  Fixed a bug in the merge from 3.2 that broke ticket transaction searching; added support for Ticket "Updated" as a synonym for TransactionDate as a search criterion
8918
8919 ------------------------------------------------------------------------
8920 r1648 | jesse | 2004-10-10 00:30:21 -0400 (Sun, 10 Oct 2004) | 7 lines
8921 Changed paths:
8922    M /rt/branches/3.3-TESTING
8923    M /rt/branches/3.3-TESTING/configure.ac
8924    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
8925    M /rt/branches/3.3-TESTING/html/Search/Results.tsv
8926    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
8927    M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
8928    M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
8929    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
8930    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
8931    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
8932    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
8933    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
8934    M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
8935
8936  r1651@tinbook:  jesse | 2004-10-10T04:24:17.077128Z
8937  
8938  r1652@tinbook:  jesse | 2004-10-10T04:30:49.336195Z
8939   r1650@tinbook:  jesse | 2004-10-10T04:23:58.456281Z
8940   
8941  
8942
8943 ------------------------------------------------------------------------
8944 r1603 | jesse | 2004-09-30 22:45:46 -0400 (Thu, 30 Sep 2004) | 5 lines
8945 Changed paths:
8946    M /rt/branches/3.3-TESTING
8947    M /rt/branches/3.3-TESTING/html/Elements/Menu
8948    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
8949
8950  ----------------------------------------------------------------------
8951  r10434@tinbook:  jesse | 2004-10-01T02:43:47.012515Z
8952  Better cssification of the menus
8953  ----------------------------------------------------------------------
8954
8955 ------------------------------------------------------------------------
8956 r1566 | jesse | 2004-09-27 17:20:14 -0400 (Mon, 27 Sep 2004) | 8 lines
8957 Changed paths:
8958    M /rt/branches/3.3-TESTING
8959    M /rt/branches/3.3-TESTING/html/Elements/Menu
8960    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
8961
8962  r10391@tinbook:  jesse | 2004-09-27T21:17:31.817589Z
8963  RT-Ticket: 6139
8964  RT-Status: resolved
8965  RT-Update-Type: correspond
8966  
8967  Applied patch from Oliver Thomas to move more menu styling to the external CSS file and out of the html.
8968  
8969
8970 ------------------------------------------------------------------------
8971 r1556 | jesse | 2004-09-23 15:14:29 -0400 (Thu, 23 Sep 2004) | 6 lines
8972 Changed paths:
8973    M /rt/branches/3.3-TESTING
8974    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
8975
8976  r10336@Jesse-Vincents-Computer:  jesse | 2004-09-23T06:45:36.828724Z
8977  
8978  r10350@Jesse-Vincents-Computer:  jesse | 2004-09-23T19:13:34.578717Z
8979  Use ShowUserEntry for ShowPeople
8980  
8981
8982 ------------------------------------------------------------------------
8983 r1554 | jesse | 2004-09-23 00:30:24 -0400 (Thu, 23 Sep 2004) | 3 lines
8984 Changed paths:
8985    M /rt/branches/3.3-TESTING
8986    M /rt/branches/3.3-TESTING/releng.cnf
8987
8988  r1867@bitsy:  jesse | 2004-09-23T02:39:51.040258Z
8989  Bumping to 3.3.7
8990
8991 ------------------------------------------------------------------------
8992 r1553 | jesse | 2004-09-23 00:30:04 -0400 (Thu, 23 Sep 2004) | 5 lines
8993 Changed paths:
8994    M /rt/branches/3.3-TESTING
8995    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
8996
8997  r1865@bitsy:  jesse | 2004-09-23T02:28:19.315048Z
8998  
8999  r1866@bitsy:  jesse | 2004-09-23T02:38:19.257248Z
9000  DBIx::SearchBuilder dependency incremented
9001
9002 ------------------------------------------------------------------------
9003 r1552 | tla | 2004-09-22 23:54:00 -0400 (Wed, 22 Sep 2004) | 3 lines
9004 Changed paths:
9005    M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
9006
9007 This now actually tests the SelectOwner functionality change.
9008
9009
9010 ------------------------------------------------------------------------
9011 r1551 | tla | 2004-09-22 18:44:28 -0400 (Wed, 22 Sep 2004) | 3 lines
9012 Changed paths:
9013    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
9014    M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
9015
9016 SelectOwner can now be passed a list of queues which the user may see.
9017
9018
9019 ------------------------------------------------------------------------
9020 r1550 | tla | 2004-09-22 17:32:53 -0400 (Wed, 22 Sep 2004) | 3 lines
9021 Changed paths:
9022    M /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
9023
9024 Add sleeps for the right granting; try a pattern-match that works this time.
9025
9026
9027 ------------------------------------------------------------------------
9028 r1546 | autrijus | 2004-09-22 13:16:22 -0400 (Wed, 22 Sep 2004) | 8 lines
9029 Changed paths:
9030    M /rt
9031    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
9032
9033  r7965@not:  autrijus | 2004-09-21T13:18:07.917938Z
9034  
9035  
9036  
9037  r8021@not:  autrijus | 2004-09-22T17:15:50.576469Z
9038  * On mod_perl1 with root directory, ->filename is empty, not '/',
9039    hence breaking index.html handling.  Entirely my fault.
9040
9041 ------------------------------------------------------------------------
9042 r1544 | tla | 2004-09-22 12:21:24 -0400 (Wed, 22 Sep 2004) | 4 lines
9043 Changed paths:
9044    M /rt/branches/3.3-TESTING/html/Elements/Header
9045
9046 If a user does not have the ModifySelf right, he/she should also not
9047 be able to see the Prefs link in the header.
9048
9049
9050 ------------------------------------------------------------------------
9051 r1543 | tla | 2004-09-22 04:08:50 -0400 (Wed, 22 Sep 2004) | 4 lines
9052 Changed paths:
9053    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
9054
9055 If we unlimit the queues, then queues will show up, and then users will
9056 show up, and then customers will be happy.
9057
9058
9059 ------------------------------------------------------------------------
9060 r1542 | tla | 2004-09-22 03:41:22 -0400 (Wed, 22 Sep 2004) | 4 lines
9061 Changed paths:
9062    M /rt/branches/3.3-TESTING/UPGRADING
9063    M /rt/branches/3.3-TESTING/configure.ac
9064    M /rt/branches/3.3-TESTING/html/Elements/Tabs
9065    M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
9066    A /rt/branches/3.3-TESTING/lib/t/07acl.pl.in
9067
9068 Moved the functionality whereby Config and Prefs tabs disappear to core.
9069 Wrote tests for the new core behavior.
9070
9071
9072 ------------------------------------------------------------------------
9073 r1541 | tla | 2004-09-22 03:14:33 -0400 (Wed, 22 Sep 2004) | 3 lines
9074 Changed paths:
9075    M /rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in
9076
9077 The regression test would die if the last test in here failed.
9078 That wasn't very nice of me.
9079
9080 ------------------------------------------------------------------------
9081 r1538 | tla | 2004-09-22 01:57:34 -0400 (Wed, 22 Sep 2004) | 3 lines
9082 Changed paths:
9083    M /rt/branches/3.3-TESTING/configure.ac
9084
9085 The cronsupport tests somehow fell out of here.  Replacing.
9086
9087
9088 ------------------------------------------------------------------------
9089 r1535 | jesse | 2004-09-21 02:03:26 -0400 (Tue, 21 Sep 2004) | 10 lines
9090 Changed paths:
9091    M /rt/branches/3.3-TESTING
9092    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
9093
9094  r10334@tinbook:  jesse | 2004-09-21T06:03:40.050504Z
9095  RT-Ticket: 6105
9096  RT-Status: resolved
9097  RT-UpdateType: correspond
9098  
9099  Refactored some TicketSQL stuff to bound the right thing in our ticketsql subclause
9100  
9101  
9102  
9103
9104 ------------------------------------------------------------------------
9105 r1534 | jesse | 2004-09-21 01:16:18 -0400 (Tue, 21 Sep 2004) | 3 lines
9106 Changed paths:
9107    M /rt/branches/3.3-TESTING
9108    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
9109
9110  r10332@tinbook:  jesse | 2004-09-21T05:16:35.439550Z
9111  Next test version of less broken cf search code
9112
9113 ------------------------------------------------------------------------
9114 r1533 | jesse | 2004-09-21 00:48:54 -0400 (Tue, 21 Sep 2004) | 3 lines
9115 Changed paths:
9116    M /rt/branches/3.3-TESTING
9117    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
9118    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
9119
9120  r10326@tinbook:  jesse | 2004-09-21T04:48:46.583575Z
9121  First test version of less broken cf search code
9122
9123 ------------------------------------------------------------------------
9124 r1528 | jesse | 2004-09-20 23:18:19 -0400 (Mon, 20 Sep 2004) | 3 lines
9125 Changed paths:
9126    M /rt/branches/3.3-TESTING
9127    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
9128
9129  r10324@tinbook:  jesse | 2004-09-21T03:18:34.501590Z
9130  removing some debugging output
9131
9132 ------------------------------------------------------------------------
9133 r1527 | jesse | 2004-09-20 23:12:11 -0400 (Mon, 20 Sep 2004) | 142 lines
9134 Changed paths:
9135    M /rt/branches/3.3-TESTING
9136    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
9137    M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
9138
9139  r10311@tinbook:  jesse | 2004-09-20T21:22:51.344787Z
9140   ----------------------------------------------------------------------
9141   r10213@tinbook (orig r1454):  autrijus | 2004-09-08T19:54:32.241114Z
9142    r5740@xor:  autrijus | 2004-09-08T19:54:01.384500Z
9143    * Let "make install" for inplace layout work without hassle.
9144    
9145   
9146   ----------------------------------------------------------------------
9147   r10214@tinbook (orig r1455):  autrijus | 2004-09-08T19:54:55.301056Z
9148    r5741@xor:  autrijus | 2004-09-08T19:54:33.611316Z
9149    * With SQLite, put database in $VarPath if $DatabaseName is relative.
9150   
9151   ----------------------------------------------------------------------
9152   r10215@tinbook (orig r1456):  autrijus | 2004-09-08T19:59:38.530949Z
9153    r5749@xor:  autrijus | 2004-09-08T19:59:51.949128Z
9154    * Add mason_handler.scgi and standalone_httpd into list of files
9155      to be made executable on "make fixperms".
9156   
9157   ----------------------------------------------------------------------
9158   r10216@tinbook (orig r1457):  jesse | 2004-09-08T20:31:26.131286Z
9159    
9160    ----------------------------------------------------------------------
9161    r10212@tinbook:  jesse | 2004-09-08T20:30:48.849107Z
9162    merging 3.2's Offline.html page forward to 3.3
9163    ----------------------------------------------------------------------
9164   
9165   ----------------------------------------------------------------------
9166   r10222@tinbook (orig r1461):  autrijus | 2004-09-08T21:30:59.960856Z
9167    r5770@xor:  autrijus | 2004-09-08T20:42:48.599276Z
9168    
9169    
9170    
9171    r5809@xor:  autrijus | 2004-09-08T21:30:29.869203Z
9172    * add sbin/rt-dump-database into sbin files.
9173   
9174   ----------------------------------------------------------------------
9175   r10257@tinbook (orig r1480):  jesse | 2004-09-14T03:28:52.701395Z
9176   Bumped to 3.3.6
9177   ----------------------------------------------------------------------
9178   r10275@tinbook (orig r1493):  autrijus | 2004-09-15T15:40:44.820762Z
9179    r7404@not:   | 2004-09-15T00:04:07.008049Z
9180    
9181    
9182    
9183    r7442@not:   | 2004-09-15T15:39:23.096249Z
9184     ----------------------------------------------------------------------
9185     r7441@not:  autrijus | 2004-09-15T15:20:23.097011Z
9186     * Luis Arnauth pointed out that we did not serve mail-gateway.
9187     ----------------------------------------------------------------------
9188    
9189   
9190   ----------------------------------------------------------------------
9191   r10298@tinbook (orig r1506):  jesse | 2004-09-19T20:20:43.620895Z
9192   Fixing case of mysql tablenames, since all the world is not case insensitive like Mac OS X. This is a good thing
9193   ----------------------------------------------------------------------
9194   r10299@tinbook (orig r1507):  jesse | 2004-09-20T00:58:19.610978Z
9195    r10219@tinbook (orig r1458):  leira | 2004-09-08T21:19:51.021183Z
9196    If something is overdue, set DueRelative to class "overdue".
9197    
9198    Note: core RT doesn't have an "overdue" class at this time.
9199    
9200   
9201   ----------------------------------------------------------------------
9202   r10300@tinbook (orig r1508):  jesse | 2004-09-20T00:58:46.601286Z
9203    r10221@tinbook (orig r1460):  leira | 2004-09-08T21:29:25.111044Z
9204    Use time() instead of making an RT::Date.
9205    
9206   
9207   ----------------------------------------------------------------------
9208   r10301@tinbook (orig r1509):  jesse | 2004-09-20T00:59:15.051043Z
9209    r10223@tinbook (orig r1462):  leira | 2004-09-08T21:31:51.811014Z
9210    Overdue things are now read.
9211    
9212   
9213   ----------------------------------------------------------------------
9214   r10302@tinbook (orig r1510):  jesse | 2004-09-20T00:59:45.271374Z
9215    r10225@tinbook (orig r1464):  leira | 2004-09-08T21:41:43.110851Z
9216    Don't put a span around things if it won't do anything.
9217    
9218   
9219   ----------------------------------------------------------------------
9220   r10303@tinbook (orig r1511):  jesse | 2004-09-20T01:00:10.600204Z
9221    r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
9222    -l
9223    
9224    
9225   
9226   ----------------------------------------------------------------------
9227   r10304@tinbook (orig r1512):  jesse | 2004-09-20T01:01:13.381046Z
9228    r10253@tinbook (orig r1477):  jesse | 2004-09-13T20:01:18.620833Z
9229     r10249@tinbook:  jesse | 2004-09-13T19:56:43.541086Z
9230      ----------------------------------------------------------------------
9231      r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
9232      
9233      
9234      ----------------------------------------------------------------------
9235     
9236     r10250@tinbook:  jesse | 2004-09-13T19:58:31.660069Z
9237     Bumped to 3.2.2rc1
9238    
9239   
9240   ----------------------------------------------------------------------
9241   r10305@tinbook (orig r1513):  jesse | 2004-09-20T01:01:37.103494Z
9242    r10265@tinbook (orig r1486):  jesse | 2004-09-14T06:12:08.920979Z
9243     r10262@tinbook:  jesse | 2004-09-14T06:12:21.353389Z
9244     Never try to fetch attributes when we don't have an object to fetch attributes on
9245    
9246   
9247   ----------------------------------------------------------------------
9248   r10306@tinbook (orig r1514):  jesse | 2004-09-20T01:02:01.021112Z
9249    r10267@tinbook (orig r1487):  jesse | 2004-09-14T16:14:00.320887Z
9250     r10266@tinbook:  jesse | 2004-09-14T16:14:14.588686Z
9251     RT-Ticket: 5836
9252     RT-Status: resolved
9253     RT-ACtion: reply
9254     
9255     
9256     Added back a "ticket refresh" dropdown on the search results page.
9257     Thanks to Dirk Pape.
9258     
9259     
9260    
9261   
9262   ----------------------------------------------------------------------
9263   r10307@tinbook (orig r1515):  jesse | 2004-09-20T01:02:23.020890Z
9264    r10277@tinbook (orig r1495):  leira | 2004-09-15T19:22:35.471086Z
9265    Removed <pre> block around the header keys, and removed an extraneous </td>.
9266    
9267   
9268   ----------------------------------------------------------------------
9269   r10308@tinbook (orig r1516):  jesse | 2004-09-20T01:02:45.710756Z
9270    r10284@tinbook (orig r1498):  leira | 2004-09-16T22:28:20.860968Z
9271    Add another callback that passes parsed headers.
9272    
9273    Useful for MakeClicky, among other things.
9274    
9275   
9276   ----------------------------------------------------------------------
9277  
9278  r10312@tinbook:  jesse | 2004-09-21T03:10:37.466198Z
9279  Custom field joins were being incorrectly constructed
9280
9281 ------------------------------------------------------------------------
9282 r1526 | tla | 2004-09-20 18:06:08 -0400 (Mon, 20 Sep 2004) | 5 lines
9283 Changed paths:
9284    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
9285
9286 The SelectOwner widget should not reveal the names system superusers
9287 to users who are not otherwise privileged to see them.  Made this
9288 variable change in the UsersWhoHaveRight() call.
9289
9290
9291 ------------------------------------------------------------------------
9292 r1525 | autrijus | 2004-09-20 14:25:28 -0400 (Mon, 20 Sep 2004) | 3 lines
9293 Changed paths:
9294    M /rt
9295    M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
9296
9297  r7812@not:  autrijus | 2004-09-20T18:00:42.848849Z
9298  * dump data has to return 'true'. oops.
9299
9300 ------------------------------------------------------------------------
9301 r1522 | autrijus | 2004-09-20 13:22:04 -0400 (Mon, 20 Sep 2004) | 3 lines
9302 Changed paths:
9303    M /rt
9304    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
9305
9306  r7810@not:  autrijus | 2004-09-20T17:22:27.534622Z
9307  * add YAML as a core dep for rt-dump-database.
9308
9309 ------------------------------------------------------------------------
9310 r1519 | autrijus | 2004-09-20 13:09:36 -0400 (Mon, 20 Sep 2004) | 2 lines
9311 Changed paths:
9312    M /rt
9313    M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
9314
9315 * rt-dump-database now uses YAML for easy hand modification.
9316
9317 ------------------------------------------------------------------------
9318 r1516 | jesse | 2004-09-19 21:02:45 -0400 (Sun, 19 Sep 2004) | 6 lines
9319 Changed paths:
9320    M /rt/branches/3.3-TESTING
9321    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
9322
9323  r10284@tinbook (orig r1498):  leira | 2004-09-16T22:28:20.860968Z
9324  Add another callback that passes parsed headers.
9325  
9326  Useful for MakeClicky, among other things.
9327  
9328
9329 ------------------------------------------------------------------------
9330 r1515 | jesse | 2004-09-19 21:02:23 -0400 (Sun, 19 Sep 2004) | 4 lines
9331 Changed paths:
9332    M /rt/branches/3.3-TESTING
9333    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
9334
9335  r10277@tinbook (orig r1495):  leira | 2004-09-15T19:22:35.471086Z
9336  Removed <pre> block around the header keys, and removed an extraneous </td>.
9337  
9338
9339 ------------------------------------------------------------------------
9340 r1514 | jesse | 2004-09-19 21:02:01 -0400 (Sun, 19 Sep 2004) | 13 lines
9341 Changed paths:
9342    M /rt/branches/3.3-TESTING
9343    M /rt/branches/3.3-TESTING/html/Search/Results.html
9344
9345  r10267@tinbook (orig r1487):  jesse | 2004-09-14T16:14:00.320887Z
9346   r10266@tinbook:  jesse | 2004-09-14T16:14:14.588686Z
9347   RT-Ticket: 5836
9348   RT-Status: resolved
9349   RT-ACtion: reply
9350   
9351   
9352   Added back a "ticket refresh" dropdown on the search results page.
9353   Thanks to Dirk Pape.
9354   
9355   
9356  
9357
9358 ------------------------------------------------------------------------
9359 r1513 | jesse | 2004-09-19 21:01:37 -0400 (Sun, 19 Sep 2004) | 5 lines
9360 Changed paths:
9361    M /rt/branches/3.3-TESTING
9362    M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
9363
9364  r10265@tinbook (orig r1486):  jesse | 2004-09-14T06:12:08.920979Z
9365   r10262@tinbook:  jesse | 2004-09-14T06:12:21.353389Z
9366   Never try to fetch attributes when we don't have an object to fetch attributes on
9367  
9368
9369 ------------------------------------------------------------------------
9370 r1512 | jesse | 2004-09-19 21:01:13 -0400 (Sun, 19 Sep 2004) | 12 lines
9371 Changed paths:
9372    M /rt/branches/3.3-TESTING
9373    M /rt/branches/3.3-TESTING/releng.cnf
9374
9375  r10253@tinbook (orig r1477):  jesse | 2004-09-13T20:01:18.620833Z
9376   r10249@tinbook:  jesse | 2004-09-13T19:56:43.541086Z
9377    ----------------------------------------------------------------------
9378    r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
9379    
9380    
9381    ----------------------------------------------------------------------
9382   
9383   r10250@tinbook:  jesse | 2004-09-13T19:58:31.660069Z
9384   Bumped to 3.2.2rc1
9385  
9386
9387 ------------------------------------------------------------------------
9388 r1511 | jesse | 2004-09-19 21:00:10 -0400 (Sun, 19 Sep 2004) | 5 lines
9389 Changed paths:
9390    M /rt/branches/3.3-TESTING
9391    M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
9392
9393  r10238@tinbook (orig r1474):  jesse | 2004-09-10T19:40:40.885981Z
9394  -l
9395  
9396  
9397
9398 ------------------------------------------------------------------------
9399 r1510 | jesse | 2004-09-19 20:59:45 -0400 (Sun, 19 Sep 2004) | 4 lines
9400 Changed paths:
9401    M /rt/branches/3.3-TESTING
9402    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
9403
9404  r10225@tinbook (orig r1464):  leira | 2004-09-08T21:41:43.110851Z
9405  Don't put a span around things if it won't do anything.
9406  
9407
9408 ------------------------------------------------------------------------
9409 r1509 | jesse | 2004-09-19 20:59:15 -0400 (Sun, 19 Sep 2004) | 4 lines
9410 Changed paths:
9411    M /rt/branches/3.3-TESTING
9412    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
9413
9414  r10223@tinbook (orig r1462):  leira | 2004-09-08T21:31:51.811014Z
9415  Overdue things are now read.
9416  
9417
9418 ------------------------------------------------------------------------
9419 r1508 | jesse | 2004-09-19 20:58:46 -0400 (Sun, 19 Sep 2004) | 4 lines
9420 Changed paths:
9421    M /rt/branches/3.3-TESTING
9422    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
9423
9424  r10221@tinbook (orig r1460):  leira | 2004-09-08T21:29:25.111044Z
9425  Use time() instead of making an RT::Date.
9426  
9427
9428 ------------------------------------------------------------------------
9429 r1507 | jesse | 2004-09-19 20:58:19 -0400 (Sun, 19 Sep 2004) | 6 lines
9430 Changed paths:
9431    M /rt/branches/3.3-TESTING
9432    M /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
9433
9434  r10219@tinbook (orig r1458):  leira | 2004-09-08T21:19:51.021183Z
9435  If something is overdue, set DueRelative to class "overdue".
9436  
9437  Note: core RT doesn't have an "overdue" class at this time.
9438  
9439
9440 ------------------------------------------------------------------------
9441 r1506 | jesse | 2004-09-19 16:20:43 -0400 (Sun, 19 Sep 2004) | 1 line
9442 Changed paths:
9443    M /rt/branches/3.3-TESTING/etc/upgrade/3.3.0/schema.mysql
9444
9445 Fixing case of mysql tablenames, since all the world is not case insensitive like Mac OS X. This is a good thing
9446 ------------------------------------------------------------------------
9447 r1493 | autrijus | 2004-09-15 11:40:44 -0400 (Wed, 15 Sep 2004) | 11 lines
9448 Changed paths:
9449    M /rt
9450    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
9451
9452  r7404@not:   | 2004-09-15T00:04:07.008049Z
9453  
9454  
9455  
9456  r7442@not:   | 2004-09-15T15:39:23.096249Z
9457   ----------------------------------------------------------------------
9458   r7441@not:  autrijus | 2004-09-15T15:20:23.097011Z
9459   * Luis Arnauth pointed out that we did not serve mail-gateway.
9460   ----------------------------------------------------------------------
9461  
9462
9463 ------------------------------------------------------------------------
9464 r1480 | jesse | 2004-09-13 23:28:52 -0400 (Mon, 13 Sep 2004) | 1 line
9465 Changed paths:
9466    M /rt/branches/3.3-TESTING/releng.cnf
9467
9468 Bumped to 3.3.6
9469 ------------------------------------------------------------------------
9470 r1461 | autrijus | 2004-09-08 17:30:59 -0400 (Wed, 08 Sep 2004) | 7 lines
9471 Changed paths:
9472    M /rt
9473    M /rt/branches/3.3-TESTING/Makefile.in
9474    M /rt/branches/3.3-TESTING/configure.ac
9475
9476  r5770@xor:  autrijus | 2004-09-08T20:42:48.599276Z
9477  
9478  
9479  
9480  r5809@xor:  autrijus | 2004-09-08T21:30:29.869203Z
9481  * add sbin/rt-dump-database into sbin files.
9482
9483 ------------------------------------------------------------------------
9484 r1457 | jesse | 2004-09-08 16:31:26 -0400 (Wed, 08 Sep 2004) | 6 lines
9485 Changed paths:
9486    M /rt/branches/3.3-TESTING
9487    M /rt/branches/3.3-TESTING/html/Tools/Offline.html
9488
9489  
9490  ----------------------------------------------------------------------
9491  r10212@tinbook:  jesse | 2004-09-08T20:30:48.849107Z
9492  merging 3.2's Offline.html page forward to 3.3
9493  ----------------------------------------------------------------------
9494
9495 ------------------------------------------------------------------------
9496 r1456 | autrijus | 2004-09-08 15:59:38 -0400 (Wed, 08 Sep 2004) | 4 lines
9497 Changed paths:
9498    M /rt
9499    M /rt/branches/3.3-TESTING/Makefile.in
9500
9501  r5749@xor:  autrijus | 2004-09-08T19:59:51.949128Z
9502  * Add mason_handler.scgi and standalone_httpd into list of files
9503    to be made executable on "make fixperms".
9504
9505 ------------------------------------------------------------------------
9506 r1455 | autrijus | 2004-09-08 15:54:55 -0400 (Wed, 08 Sep 2004) | 3 lines
9507 Changed paths:
9508    M /rt
9509    M /rt/branches/3.3-TESTING/lib/RT/Handle.pm
9510
9511  r5741@xor:  autrijus | 2004-09-08T19:54:33.611316Z
9512  * With SQLite, put database in $VarPath if $DatabaseName is relative.
9513
9514 ------------------------------------------------------------------------
9515 r1454 | autrijus | 2004-09-08 15:54:32 -0400 (Wed, 08 Sep 2004) | 4 lines
9516 Changed paths:
9517    M /rt
9518    M /rt/branches/3.3-TESTING/Makefile.in
9519
9520  r5740@xor:  autrijus | 2004-09-08T19:54:01.384500Z
9521  * Let "make install" for inplace layout work without hassle.
9522  
9523
9524 ------------------------------------------------------------------------
9525 r1453 | jesse | 2004-09-08 15:00:44 -0400 (Wed, 08 Sep 2004) | 3 lines
9526 Changed paths:
9527    M /rt/branches/3.3-TESTING
9528    A /rt/branches/3.3-TESTING/html/Admin/autohandler
9529
9530  r10209@tinbook:  jesse | 2004-09-08T17:44:02.958487Z
9531  New autohandler to keep prying eyes out of the adminui
9532
9533 ------------------------------------------------------------------------
9534 r1452 | jesse | 2004-09-08 12:49:35 -0400 (Wed, 08 Sep 2004) | 3 lines
9535 Changed paths:
9536    M /rt/branches/3.3-TESTING
9537    M /rt/branches/3.3-TESTING/html/Elements/TicketList
9538
9539  r10201@tinbook:  jesse | 2004-09-08T16:46:05.221674Z
9540  Ticket listings modified to show which N results they're showing
9541
9542 ------------------------------------------------------------------------
9543 r1451 | jesse | 2004-09-08 12:49:19 -0400 (Wed, 08 Sep 2004) | 3 lines
9544 Changed paths:
9545    M /rt/branches/3.3-TESTING
9546    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
9547
9548  r10200@tinbook:  jesse | 2004-09-08T16:44:11.407371Z
9549  Modified search UI to only show potential owners for tickets in queues the user can see.
9550
9551 ------------------------------------------------------------------------
9552 r1450 | jesse | 2004-09-08 12:49:07 -0400 (Wed, 08 Sep 2004) | 3 lines
9553 Changed paths:
9554    M /rt/branches/3.3-TESTING
9555    M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
9556
9557  r10199@tinbook:  jesse | 2004-09-08T16:42:14.323284Z
9558  Edited the Saved Search UI to not display things the user can not do
9559
9560 ------------------------------------------------------------------------
9561 r1449 | jesse | 2004-09-08 12:48:48 -0400 (Wed, 08 Sep 2004) | 3 lines
9562 Changed paths:
9563    M /rt/branches/3.3-TESTING
9564    M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
9565    M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
9566    M /rt/branches/3.3-TESTING/lib/RT/System.pm
9567
9568  r10198@tinbook:  jesse | 2004-09-08T16:40:40.817855Z
9569  Added new rights: ShowConfigTab, LoadSavedSearch, CreateSavedSearch
9570
9571 ------------------------------------------------------------------------
9572 r1448 | autrijus | 2004-09-08 05:02:12 -0400 (Wed, 08 Sep 2004) | 7 lines
9573 Changed paths:
9574    M /rt
9575    M /rt/branches/3.3-TESTING/README
9576    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
9577
9578  r4031@not:  autrijus | 2004-09-07T20:56:58.734255Z
9579  
9580  
9581  
9582  r4032@not:  autrijus | 2004-09-07T21:02:14.437187Z
9583  * Unify httpd.conf settings for mod_perl1 and mod_perl2.
9584
9585 ------------------------------------------------------------------------
9586 r1447 | jesse | 2004-09-08 01:24:48 -0400 (Wed, 08 Sep 2004) | 3 lines
9587 Changed paths:
9588    M /rt/branches/3.3-TESTING
9589    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
9590
9591  r10181@tinbook:  jesse | 2004-09-08T05:21:47.107322Z
9592  ACL checks to make sure a user can modify both tickets when creating a link
9593
9594 ------------------------------------------------------------------------
9595 r1446 | jesse | 2004-09-08 01:24:34 -0400 (Wed, 08 Sep 2004) | 3 lines
9596 Changed paths:
9597    M /rt/branches/3.3-TESTING
9598    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
9599
9600  r10180@tinbook:  jesse | 2004-09-08T05:18:46.031232Z
9601  Fixed a debug message
9602
9603 ------------------------------------------------------------------------
9604 r1445 | jesse | 2004-09-08 01:24:22 -0400 (Wed, 08 Sep 2004) | 3 lines
9605 Changed paths:
9606    M /rt/branches/3.3-TESTING
9607    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
9608
9609  r10179@tinbook:  jesse | 2004-09-08T05:17:10.044025Z
9610  Fixed a bug in the web handler that would throw an error when not running in a modperl environemnt
9611
9612 ------------------------------------------------------------------------
9613 r1444 | jesse | 2004-09-08 01:24:02 -0400 (Wed, 08 Sep 2004) | 4 lines
9614 Changed paths:
9615    M /rt/branches/3.3-TESTING
9616    M /rt/branches/3.3-TESTING/html/Elements/SelectQueue
9617    M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
9618
9619  r10178@tinbook:  jesse | 2004-09-08T05:16:16.426259Z
9620  When searching for tickets, now the user will only see tickets they have the right to ShowTicket in...
9621  
9622
9623 ------------------------------------------------------------------------
9624 r1443 | jesse | 2004-09-08 01:23:31 -0400 (Wed, 08 Sep 2004) | 6 lines
9625 Changed paths:
9626    M /rt/branches/3.3-TESTING
9627    M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
9628
9629  r10177@tinbook:  jesse | 2004-09-07T23:05:53.208347Z
9630  Updated the Quicksearch element to use slightly cleaner code.
9631  
9632  BEHAVIOR CHANGE:  Only queues for which the current user has "ShowTicket" are listed in the queue list.
9633  
9634
9635 ------------------------------------------------------------------------
9636 r1436 | jesse | 2004-09-07 18:50:53 -0400 (Tue, 07 Sep 2004) | 7 lines
9637 Changed paths:
9638    M /rt/branches/3.3-TESTING
9639    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
9640
9641  r10175@tinbook:  jesse | 2004-09-07T22:49:31.744508Z
9642  iRefactoring of the MergeInto method to use less code, be more correct and be clearer. 
9643  
9644  Updated tests to test merge.
9645  
9646  
9647
9648 ------------------------------------------------------------------------
9649 r1421 | autrijus | 2004-09-06 10:50:19 -0400 (Mon, 06 Sep 2004) | 2 lines
9650 Changed paths:
9651    M /rt
9652    M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_cn.po
9653    M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_tw.po
9654
9655 * Updated Chinese translations.
9656
9657 ------------------------------------------------------------------------
9658 r1417 | jesse | 2004-09-03 19:24:32 -0400 (Fri, 03 Sep 2004) | 3 lines
9659 Changed paths:
9660    M /rt/branches/3.3-TESTING
9661    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
9662    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
9663
9664  r10151@tinbook:  jesse | 2004-09-03T23:24:09.414496Z
9665  minor library cleanups
9666
9667 ------------------------------------------------------------------------
9668 r1416 | jesse | 2004-09-03 19:24:24 -0400 (Fri, 03 Sep 2004) | 3 lines
9669 Changed paths:
9670    M /rt/branches/3.3-TESTING
9671    M /rt/branches/3.3-TESTING/bin/rt-mailgate.in
9672    M /rt/branches/3.3-TESTING/configure.ac
9673    M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
9674    A /rt/branches/3.3-TESTING/lib/t/06mailgateway.pl.in
9675
9676  r10150@tinbook:  jesse | 2004-09-03T23:22:35.061493Z
9677  Moving mailgateway tests into their own file
9678
9679 ------------------------------------------------------------------------
9680 r1415 | jesse | 2004-09-03 16:35:38 -0400 (Fri, 03 Sep 2004) | 9 lines
9681 Changed paths:
9682    M /rt/branches/3.3-TESTING
9683    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
9684
9685  ----------------------------------------------------------------------
9686  r10116@tinbook:  jesse | 2004-09-02T21:14:26.642415Z
9687  
9688  ----------------------------------------------------------------------
9689  r10144@tinbook:  jesse | 2004-09-03T20:32:06.311337Z
9690  Query builder fixes (merge bug)
9691  
9692  ----------------------------------------------------------------------
9693
9694 ------------------------------------------------------------------------
9695 r1388 | jesse | 2004-09-01 00:43:19 -0400 (Wed, 01 Sep 2004) | 5 lines
9696 Changed paths:
9697    M /rt/branches/3.3-TESTING
9698    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
9699
9700  ----------------------------------------------------------------------
9701  r10114@tinbook:  jesse | 2004-09-01T04:43:10.448516Z
9702  Don't show rights that a principal has in the list of rights that can be granted to them
9703  ----------------------------------------------------------------------
9704
9705 ------------------------------------------------------------------------
9706 r1387 | jesse | 2004-09-01 00:10:48 -0400 (Wed, 01 Sep 2004) | 11 lines
9707 Changed paths:
9708    M /rt/branches/3.3-TESTING
9709    M /rt/branches/3.3-TESTING/html/REST/1.0/NoAuth/mail-gateway
9710    M /rt/branches/3.3-TESTING/html/Search/Build.html
9711    M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
9712    M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
9713    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
9714    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
9715
9716  ----------------------------------------------------------------------
9717  r8302@tinbook:  jesse | 2004-07-28T20:59:42.277484Z
9718  
9719  ----------------------------------------------------------------------
9720  r10109@tinbook:  jesse | 2004-09-01T04:08:25.198125Z
9721  rewrote mail gateway shim to be a bit more robust
9722  ----------------------------------------------------------------------
9723  r10110@tinbook:  jesse | 2004-09-01T04:09:17.429478Z
9724  Started to refactor the query builder ui code to yank out the bogus logic.
9725  ----------------------------------------------------------------------
9726
9727 ------------------------------------------------------------------------
9728 r1383 | jesse | 2004-08-31 22:37:44 -0400 (Tue, 31 Aug 2004) | 407 lines
9729 Changed paths:
9730    M /rt/branches/3.3-TESTING
9731    M /rt/branches/3.3-TESTING/Makefile.in
9732    M /rt/branches/3.3-TESTING/README
9733    M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
9734    M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
9735    M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
9736    M /rt/branches/3.3-TESTING/bin/rt-crontool.in
9737    M /rt/branches/3.3-TESTING/bin/rt-mailgate.in
9738    M /rt/branches/3.3-TESTING/bin/rt.in
9739    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
9740    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
9741    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
9742    M /rt/branches/3.3-TESTING/etc/drop.Oracle
9743    M /rt/branches/3.3-TESTING/etc/upgrade/3.1.0/schema.Pg
9744    M /rt/branches/3.3-TESTING/html/Admin/Elements/AddCustomFieldValue
9745    M /rt/branches/3.3-TESTING/html/Admin/Elements/CreateUserCalled
9746    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomField
9747    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFieldValues
9748    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
9749    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditQueueWatchers
9750    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrip
9751    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrips
9752    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditTemplates
9753    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditUserComments
9754    M /rt/branches/3.3-TESTING/html/Admin/Elements/GroupTabs
9755    M /rt/branches/3.3-TESTING/html/Admin/Elements/Header
9756    M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalCustomFields
9757    M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalScrips
9758    M /rt/branches/3.3-TESTING/html/Admin/Elements/ModifyTemplate
9759    M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueRightsForUser
9760    M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueTabs
9761    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldType
9762    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectGroups
9763    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyGroup
9764    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyQueue
9765    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyUser
9766    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectNewGroupMembers
9767    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
9768    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScrip
9769    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripAction
9770    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripCondition
9771    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectSingleOrMultiple
9772    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectStage
9773    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectTemplate
9774    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectUsers
9775    M /rt/branches/3.3-TESTING/html/Admin/Elements/SystemTabs
9776    M /rt/branches/3.3-TESTING/html/Admin/Elements/Tabs
9777    M /rt/branches/3.3-TESTING/html/Admin/Elements/ToolTabs
9778    M /rt/branches/3.3-TESTING/html/Admin/Elements/UserTabs
9779    M /rt/branches/3.3-TESTING/html/Admin/Global/GroupRights.html
9780    M /rt/branches/3.3-TESTING/html/Admin/Global/Scrip.html
9781    M /rt/branches/3.3-TESTING/html/Admin/Global/Scrips.html
9782    M /rt/branches/3.3-TESTING/html/Admin/Global/Template.html
9783    M /rt/branches/3.3-TESTING/html/Admin/Global/Templates.html
9784    M /rt/branches/3.3-TESTING/html/Admin/Global/UserRights.html
9785    M /rt/branches/3.3-TESTING/html/Admin/Global/index.html
9786    M /rt/branches/3.3-TESTING/html/Admin/Groups/GroupRights.html
9787    M /rt/branches/3.3-TESTING/html/Admin/Groups/Members.html
9788    M /rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
9789    M /rt/branches/3.3-TESTING/html/Admin/Groups/UserRights.html
9790    M /rt/branches/3.3-TESTING/html/Admin/Groups/index.html
9791    M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomField.html
9792    M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomFields.html
9793    M /rt/branches/3.3-TESTING/html/Admin/Queues/GroupRights.html
9794    M /rt/branches/3.3-TESTING/html/Admin/Queues/Modify.html
9795    M /rt/branches/3.3-TESTING/html/Admin/Queues/People.html
9796    M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrip.html
9797    M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrips.html
9798    M /rt/branches/3.3-TESTING/html/Admin/Queues/Template.html
9799    M /rt/branches/3.3-TESTING/html/Admin/Queues/Templates.html
9800    M /rt/branches/3.3-TESTING/html/Admin/Queues/UserRights.html
9801    M /rt/branches/3.3-TESTING/html/Admin/Queues/index.html
9802    M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
9803    M /rt/branches/3.3-TESTING/html/Admin/Tools/index.html
9804    M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.html
9805    M /rt/branches/3.3-TESTING/html/Admin/Users/index.html
9806    M /rt/branches/3.3-TESTING/html/Admin/index.html
9807    M /rt/branches/3.3-TESTING/html/Approvals/Display.html
9808    M /rt/branches/3.3-TESTING/html/Approvals/Elements/Approve
9809    M /rt/branches/3.3-TESTING/html/Approvals/Elements/PendingMyApproval
9810    M /rt/branches/3.3-TESTING/html/Approvals/Elements/ShowDependency
9811    M /rt/branches/3.3-TESTING/html/Approvals/Elements/Tabs
9812    M /rt/branches/3.3-TESTING/html/Approvals/index.html
9813    M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedEnd
9814    M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedStart
9815    M /rt/branches/3.3-TESTING/html/Elements/Callback
9816    M /rt/branches/3.3-TESTING/html/Elements/Checkbox
9817    A /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable
9818    A /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Header
9819    A /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/ParseFormat
9820    A /rt/branches/3.3-TESTING/html/Elements/CollectionAsTable/Row
9821    M /rt/branches/3.3-TESTING/html/Elements/CreateTicket
9822    M /rt/branches/3.3-TESTING/html/Elements/EditLinks
9823    M /rt/branches/3.3-TESTING/html/Elements/Error
9824    M /rt/branches/3.3-TESTING/html/Elements/Footer
9825    M /rt/branches/3.3-TESTING/html/Elements/GotoTicket
9826    M /rt/branches/3.3-TESTING/html/Elements/Header
9827    M /rt/branches/3.3-TESTING/html/Elements/ListActions
9828    M /rt/branches/3.3-TESTING/html/Elements/Login
9829    M /rt/branches/3.3-TESTING/html/Elements/Menu
9830    M /rt/branches/3.3-TESTING/html/Elements/MessageBox
9831    M /rt/branches/3.3-TESTING/html/Elements/MyRequests
9832    M /rt/branches/3.3-TESTING/html/Elements/MyTickets
9833    M /rt/branches/3.3-TESTING/html/Elements/PageLayout
9834    M /rt/branches/3.3-TESTING/html/Elements/QueryString
9835    M /rt/branches/3.3-TESTING/html/Elements/QuickCreate
9836    M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
9837    A /rt/branches/3.3-TESTING/html/Elements/RT__Ticket
9838    A /rt/branches/3.3-TESTING/html/Elements/RT__Ticket/ColumnMap
9839    M /rt/branches/3.3-TESTING/html/Elements/Refresh
9840    M /rt/branches/3.3-TESTING/html/Elements/ScrubHTML
9841    M /rt/branches/3.3-TESTING/html/Elements/Section
9842    M /rt/branches/3.3-TESTING/html/Elements/SelectAttachmentField
9843    M /rt/branches/3.3-TESTING/html/Elements/SelectBoolean
9844    M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldOperator
9845    M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldValue
9846    M /rt/branches/3.3-TESTING/html/Elements/SelectDate
9847    M /rt/branches/3.3-TESTING/html/Elements/SelectDateRelation
9848    M /rt/branches/3.3-TESTING/html/Elements/SelectDateType
9849    M /rt/branches/3.3-TESTING/html/Elements/SelectEqualityOperator
9850    M /rt/branches/3.3-TESTING/html/Elements/SelectGroups
9851    M /rt/branches/3.3-TESTING/html/Elements/SelectLang
9852    M /rt/branches/3.3-TESTING/html/Elements/SelectLinkType
9853    M /rt/branches/3.3-TESTING/html/Elements/SelectMatch
9854    M /rt/branches/3.3-TESTING/html/Elements/SelectNewTicketQueue
9855    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
9856    M /rt/branches/3.3-TESTING/html/Elements/SelectQueue
9857    M /rt/branches/3.3-TESTING/html/Elements/SelectResultsPerPage
9858    M /rt/branches/3.3-TESTING/html/Elements/SelectSortOrder
9859    M /rt/branches/3.3-TESTING/html/Elements/SelectStatus
9860    M /rt/branches/3.3-TESTING/html/Elements/SelectTicketSortBy
9861    M /rt/branches/3.3-TESTING/html/Elements/SelectTicketTypes
9862    M /rt/branches/3.3-TESTING/html/Elements/SelectUsers
9863    M /rt/branches/3.3-TESTING/html/Elements/SelectWatcherType
9864    M /rt/branches/3.3-TESTING/html/Elements/SetupSessionCookie
9865    M /rt/branches/3.3-TESTING/html/Elements/ShowLink
9866    M /rt/branches/3.3-TESTING/html/Elements/ShowLinks
9867    M /rt/branches/3.3-TESTING/html/Elements/SimpleSearch
9868    M /rt/branches/3.3-TESTING/html/Elements/Submit
9869    M /rt/branches/3.3-TESTING/html/Elements/Tabs
9870    M /rt/branches/3.3-TESTING/html/Elements/TicketList
9871    M /rt/branches/3.3-TESTING/html/Elements/TitleBox
9872    M /rt/branches/3.3-TESTING/html/Elements/TitleBoxEnd
9873    M /rt/branches/3.3-TESTING/html/Elements/TitleBoxStart
9874    M /rt/branches/3.3-TESTING/html/NoAuth/Logout.html
9875    M /rt/branches/3.3-TESTING/html/NoAuth/Reminder.html
9876    A /rt/branches/3.3-TESTING/html/NoAuth/images/autohandler
9877    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
9878    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/default
9879    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/ns
9880    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/attachments
9881    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/default
9882    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/history
9883    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/links
9884    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/default
9885    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/ns
9886    M /rt/branches/3.3-TESTING/html/REST/1.0/NoAuth/mail-gateway
9887    M /rt/branches/3.3-TESTING/html/REST/1.0/autohandler
9888    M /rt/branches/3.3-TESTING/html/REST/1.0/dhandler
9889    M /rt/branches/3.3-TESTING/html/REST/1.0/logout
9890    M /rt/branches/3.3-TESTING/html/REST/1.0/search/dhandler
9891    M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
9892    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/comment
9893    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/link
9894    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/merge
9895    M /rt/branches/3.3-TESTING/html/Search/Build.html
9896    M /rt/branches/3.3-TESTING/html/Search/Bulk.html
9897    M /rt/branches/3.3-TESTING/html/Search/Edit.html
9898    M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
9899    M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
9900    M /rt/branches/3.3-TESTING/html/Search/Elements/EditFormat
9901    M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
9902    M /rt/branches/3.3-TESTING/html/Search/Elements/NewListActions
9903    M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
9904    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
9905    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
9906    M /rt/branches/3.3-TESTING/html/Search/Elements/SearchPrivacy
9907    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectAndOr
9908    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
9909    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectPersonType
9910    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchObject
9911    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchesForObjects
9912    M /rt/branches/3.3-TESTING/html/Search/Results.html
9913    M /rt/branches/3.3-TESTING/html/Search/Results.rdf
9914    M /rt/branches/3.3-TESTING/html/Search/Results.tsv
9915    M /rt/branches/3.3-TESTING/html/SelfService/Attachment/dhandler
9916    M /rt/branches/3.3-TESTING/html/SelfService/Closed.html
9917    M /rt/branches/3.3-TESTING/html/SelfService/Create.html
9918    M /rt/branches/3.3-TESTING/html/SelfService/Display.html
9919    M /rt/branches/3.3-TESTING/html/SelfService/Elements/GotoTicket
9920    M /rt/branches/3.3-TESTING/html/SelfService/Elements/Header
9921    M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
9922    M /rt/branches/3.3-TESTING/html/SelfService/Elements/Tabs
9923    M /rt/branches/3.3-TESTING/html/SelfService/Error.html
9924    M /rt/branches/3.3-TESTING/html/SelfService/Prefs.html
9925    M /rt/branches/3.3-TESTING/html/SelfService/Update.html
9926    M /rt/branches/3.3-TESTING/html/SelfService/index.html
9927    M /rt/branches/3.3-TESTING/html/Ticket/Attachment/dhandler
9928    M /rt/branches/3.3-TESTING/html/Ticket/Create.html
9929    M /rt/branches/3.3-TESTING/html/Ticket/Display.html
9930    M /rt/branches/3.3-TESTING/html/Ticket/Elements/AddWatchers
9931    M /rt/branches/3.3-TESTING/html/Ticket/Elements/BulkLinks
9932    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditBasics
9933    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
9934    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomFields
9935    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditDates
9936    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditPeople
9937    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditWatchers
9938    M /rt/branches/3.3-TESTING/html/Ticket/Elements/FindAttachments
9939    M /rt/branches/3.3-TESTING/html/Ticket/Elements/LoadTextAttachments
9940    M /rt/branches/3.3-TESTING/html/Ticket/Elements/PreviewScrips
9941    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
9942    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowBasics
9943    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowCustomFields
9944    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDates
9945    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDependencies
9946    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowGroupMembers
9947    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowHistory
9948    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMemberOf
9949    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMembers
9950    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
9951    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageStanza
9952    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
9953    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowReferences
9954    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowRequestor
9955    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowSummary
9956    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransaction
9957    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
9958    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowUserEntry
9959    M /rt/branches/3.3-TESTING/html/Ticket/Elements/Tabs
9960    M /rt/branches/3.3-TESTING/html/Ticket/History.html
9961    M /rt/branches/3.3-TESTING/html/Ticket/Modify.html
9962    M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
9963    M /rt/branches/3.3-TESTING/html/Ticket/ModifyDates.html
9964    M /rt/branches/3.3-TESTING/html/Ticket/ModifyLinks.html
9965    M /rt/branches/3.3-TESTING/html/Ticket/ModifyPeople.html
9966    M /rt/branches/3.3-TESTING/html/Ticket/ShowEmailRecord.html
9967    M /rt/branches/3.3-TESTING/html/Ticket/Update.html
9968    M /rt/branches/3.3-TESTING/html/Tools/Elements/Tabs
9969    M /rt/branches/3.3-TESTING/html/Tools/MyDay.html
9970    M /rt/branches/3.3-TESTING/html/Tools/Offline.html
9971    M /rt/branches/3.3-TESTING/html/User/Delegation.html
9972    M /rt/branches/3.3-TESTING/html/User/Elements/DelegateRights
9973    M /rt/branches/3.3-TESTING/html/User/Elements/GroupTabs
9974    M /rt/branches/3.3-TESTING/html/User/Elements/Tabs
9975    M /rt/branches/3.3-TESTING/html/User/Groups/Members.html
9976    M /rt/branches/3.3-TESTING/html/User/Groups/Modify.html
9977    M /rt/branches/3.3-TESTING/html/User/Groups/index.html
9978    M /rt/branches/3.3-TESTING/html/User/Prefs.html
9979    M /rt/branches/3.3-TESTING/html/autohandler
9980    M /rt/branches/3.3-TESTING/html/index.html
9981    M /rt/branches/3.3-TESTING/html/l
9982    M /rt/branches/3.3-TESTING/lib/RT/ACE.pm
9983    M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
9984    M /rt/branches/3.3-TESTING/lib/RT/ACL.pm
9985    M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
9986    M /rt/branches/3.3-TESTING/lib/RT/Action/AutoOpen.pm
9987    M /rt/branches/3.3-TESTING/lib/RT/Action/Autoreply.pm
9988    M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
9989    M /rt/branches/3.3-TESTING/lib/RT/Action/EscalatePriority.pm
9990    M /rt/branches/3.3-TESTING/lib/RT/Action/Generic.pm
9991    M /rt/branches/3.3-TESTING/lib/RT/Action/Notify.pm
9992    M /rt/branches/3.3-TESTING/lib/RT/Action/NotifyAsComment.pm
9993    M /rt/branches/3.3-TESTING/lib/RT/Action/RecordComment.pm
9994    M /rt/branches/3.3-TESTING/lib/RT/Action/RecordCorrespondence.pm
9995    M /rt/branches/3.3-TESTING/lib/RT/Action/ResolveMembers.pm
9996    M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
9997    M /rt/branches/3.3-TESTING/lib/RT/Action/SetPriority.pm
9998    M /rt/branches/3.3-TESTING/lib/RT/Action/UserDefined.pm
9999    M /rt/branches/3.3-TESTING/lib/RT/Attachment.pm
10000    M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
10001    M /rt/branches/3.3-TESTING/lib/RT/Attachments.pm
10002    M /rt/branches/3.3-TESTING/lib/RT/Attachments_Overlay.pm
10003    M /rt/branches/3.3-TESTING/lib/RT/Attribute.pm
10004    M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
10005    M /rt/branches/3.3-TESTING/lib/RT/Attributes.pm
10006    M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
10007    M /rt/branches/3.3-TESTING/lib/RT/Base.pm
10008    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember.pm
10009    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember_Overlay.pm
10010    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers.pm
10011    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers_Overlay.pm
10012    M /rt/branches/3.3-TESTING/lib/RT/Condition/AnyTransaction.pm
10013    M /rt/branches/3.3-TESTING/lib/RT/Condition/BeforeDue.pm
10014    M /rt/branches/3.3-TESTING/lib/RT/Condition/Generic.pm
10015    M /rt/branches/3.3-TESTING/lib/RT/Condition/Overdue.pm
10016    M /rt/branches/3.3-TESTING/lib/RT/Condition/OwnerChange.pm
10017    M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityChange.pm
10018    M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityExceeds.pm
10019    M /rt/branches/3.3-TESTING/lib/RT/Condition/QueueChange.pm
10020    M /rt/branches/3.3-TESTING/lib/RT/Condition/StatusChange.pm
10021    M /rt/branches/3.3-TESTING/lib/RT/Condition/UserDefined.pm
10022    M /rt/branches/3.3-TESTING/lib/RT/CurrentUser.pm
10023    M /rt/branches/3.3-TESTING/lib/RT/CustomField.pm
10024    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValue.pm
10025    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
10026    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues_Overlay.pm
10027    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
10028    M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
10029    M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
10030    M /rt/branches/3.3-TESTING/lib/RT/Date.pm
10031    M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
10032    M /rt/branches/3.3-TESTING/lib/RT/Group.pm
10033    M /rt/branches/3.3-TESTING/lib/RT/GroupMember.pm
10034    M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
10035    M /rt/branches/3.3-TESTING/lib/RT/GroupMembers.pm
10036    M /rt/branches/3.3-TESTING/lib/RT/GroupMembers_Overlay.pm
10037    M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
10038    M /rt/branches/3.3-TESTING/lib/RT/Groups.pm
10039    M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
10040    M /rt/branches/3.3-TESTING/lib/RT/Handle.pm
10041    M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.pm
10042    M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.po
10043    M /rt/branches/3.3-TESTING/lib/RT/I18N/da.po
10044    M /rt/branches/3.3-TESTING/lib/RT/I18N/de.po
10045    M /rt/branches/3.3-TESTING/lib/RT/I18N/es.po
10046    M /rt/branches/3.3-TESTING/lib/RT/I18N/fi.po
10047    M /rt/branches/3.3-TESTING/lib/RT/I18N/fr.po
10048    M /rt/branches/3.3-TESTING/lib/RT/I18N/he.po
10049    M /rt/branches/3.3-TESTING/lib/RT/I18N/hu.po
10050    M /rt/branches/3.3-TESTING/lib/RT/I18N/i_default.pm
10051    M /rt/branches/3.3-TESTING/lib/RT/I18N/it.po
10052    M /rt/branches/3.3-TESTING/lib/RT/I18N/ja.po
10053    M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
10054    M /rt/branches/3.3-TESTING/lib/RT/I18N/no.po
10055    M /rt/branches/3.3-TESTING/lib/RT/I18N/pt_br.po
10056    M /rt/branches/3.3-TESTING/lib/RT/I18N/ru.po
10057    M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_cn.po
10058    M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_tw.po
10059    M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
10060    M /rt/branches/3.3-TESTING/lib/RT/Interface/CLI.pm
10061    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/GnuPG.pm
10062    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/MailFrom.pm
10063    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
10064    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
10065    M /rt/branches/3.3-TESTING/lib/RT/Interface/REST.pm
10066    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
10067    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
10068    M /rt/branches/3.3-TESTING/lib/RT/Link.pm
10069    M /rt/branches/3.3-TESTING/lib/RT/Link_Overlay.pm
10070    M /rt/branches/3.3-TESTING/lib/RT/Links.pm
10071    M /rt/branches/3.3-TESTING/lib/RT/Links_Overlay.pm
10072    M /rt/branches/3.3-TESTING/lib/RT/Principal.pm
10073    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
10074    M /rt/branches/3.3-TESTING/lib/RT/Principals.pm
10075    M /rt/branches/3.3-TESTING/lib/RT/Principals_Overlay.pm
10076    M /rt/branches/3.3-TESTING/lib/RT/Queue.pm
10077    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
10078    M /rt/branches/3.3-TESTING/lib/RT/Queues.pm
10079    M /rt/branches/3.3-TESTING/lib/RT/Queues_Overlay.pm
10080    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
10081    M /rt/branches/3.3-TESTING/lib/RT/Scrip.pm
10082    M /rt/branches/3.3-TESTING/lib/RT/ScripAction.pm
10083    M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
10084    M /rt/branches/3.3-TESTING/lib/RT/ScripActions.pm
10085    M /rt/branches/3.3-TESTING/lib/RT/ScripActions_Overlay.pm
10086    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition.pm
10087    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
10088    M /rt/branches/3.3-TESTING/lib/RT/ScripConditions.pm
10089    M /rt/branches/3.3-TESTING/lib/RT/ScripConditions_Overlay.pm
10090    M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
10091    M /rt/branches/3.3-TESTING/lib/RT/Scrips.pm
10092    M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
10093    M /rt/branches/3.3-TESTING/lib/RT/Search/ActiveTicketsInQueue.pm
10094    M /rt/branches/3.3-TESTING/lib/RT/Search/FromSQL.pm
10095    M /rt/branches/3.3-TESTING/lib/RT/Search/Generic.pm
10096    M /rt/branches/3.3-TESTING/lib/RT/SearchBuilder.pm
10097    M /rt/branches/3.3-TESTING/lib/RT/System.pm
10098    M /rt/branches/3.3-TESTING/lib/RT/Template.pm
10099    M /rt/branches/3.3-TESTING/lib/RT/Template_Overlay.pm
10100    M /rt/branches/3.3-TESTING/lib/RT/Templates.pm
10101    M /rt/branches/3.3-TESTING/lib/RT/Templates_Overlay.pm
10102    M /rt/branches/3.3-TESTING/lib/RT/Ticket.pm
10103    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
10104    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
10105    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
10106    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
10107    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
10108    M /rt/branches/3.3-TESTING/lib/RT/Tickets.pm
10109    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
10110    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
10111    M /rt/branches/3.3-TESTING/lib/RT/Transaction.pm
10112    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
10113    M /rt/branches/3.3-TESTING/lib/RT/Transactions.pm
10114    M /rt/branches/3.3-TESTING/lib/RT/Transactions_Overlay.pm
10115    M /rt/branches/3.3-TESTING/lib/RT/URI/base.pm
10116    M /rt/branches/3.3-TESTING/lib/RT/URI/fsck_com_rt.pm
10117    M /rt/branches/3.3-TESTING/lib/RT/URI.pm
10118    M /rt/branches/3.3-TESTING/lib/RT/User.pm
10119    M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
10120    M /rt/branches/3.3-TESTING/lib/RT/Users.pm
10121    M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
10122    M /rt/branches/3.3-TESTING/lib/RT.pm.in
10123    M /rt/branches/3.3-TESTING/sbin/extract-message-catalog
10124    M /rt/branches/3.3-TESTING/sbin/extract_pod_tests
10125    M /rt/branches/3.3-TESTING/sbin/factory
10126    M /rt/branches/3.3-TESTING/sbin/license_tag
10127    M /rt/branches/3.3-TESTING/sbin/regression_harness
10128    M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
10129    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
10130
10131  ----------------------------------------------------------------------
10132  r8270@tinbook (orig r1270):  autrijus | 2004-07-22T00:39:33.156202Z
10133   ----------------------------------------------------------------------
10134   r6200@not:  autrijus | 2004-07-22T00:37:31.494556Z
10135   
10136   * $Ticket->AddCustomFieldValue now takes FIELD as Name.
10137   ----------------------------------------------------------------------
10138  
10139  ----------------------------------------------------------------------
10140  r8271@tinbook (orig r1271):  autrijus | 2004-07-22T00:52:53.468442Z
10141   ----------------------------------------------------------------------
10142   r6204@not:  autrijus | 2004-07-22T00:52:38.207887Z
10143   
10144   * Switch $Ticket->AddCustomFieldValue to use $cf->LoadByNameAndQueue for
10145     forward compatibility.
10146   ----------------------------------------------------------------------
10147  
10148  ----------------------------------------------------------------------
10149  r8272@tinbook (orig r1272):  jesse | 2004-07-22T01:04:55.279276Z
10150   ----------------------------------------------------------------------
10151   r8267@tinbook:  jesse | 2004-07-22T01:01:02.633960Z
10152   
10153   Making license blocks fold away
10154   ----------------------------------------------------------------------
10155  
10156  ----------------------------------------------------------------------
10157  r8282@tinbook (orig r1276):  jesse | 2004-07-22T19:08:32.352834Z
10158   ----------------------------------------------------------------------
10159   r8281@tinbook:  jesse | 2004-07-22T19:08:48.451578Z
10160   
10161   * The "/l" component now does all its work in the init block
10162   ----------------------------------------------------------------------
10163  
10164  ----------------------------------------------------------------------
10165  r8286@tinbook (orig r1277):  leira | 2004-07-23T02:30:36.111345Z
10166  If a template file is uploaded, clear out the old template first (as before).
10167  
10168  ----------------------------------------------------------------------
10169  r8287@tinbook (orig r1278):  leira | 2004-07-23T02:32:27.864998Z
10170  Fill in the default queue if one was specified.
10171  
10172  ----------------------------------------------------------------------
10173  r8288@tinbook (orig r1279):  leira | 2004-07-23T03:02:15.525380Z
10174  RT-Ticket: 5880
10175  RT-Status: resolved
10176  RT-Action: correspond
10177  NULL values can now be chosen, and the TicketSQL query is constructed properly.
10178  
10179  ----------------------------------------------------------------------
10180  r8289@tinbook (orig r1280):  leira | 2004-07-23T03:04:27.962400Z
10181  No value is NULL, not null.
10182  
10183  ----------------------------------------------------------------------
10184  r8290@tinbook (orig r1281):  autrijus | 2004-07-23T17:15:16.923948Z
10185  RT-Ticket: 5274 
10186  RT-Status: resolved
10187  RT-Update: correspond
10188   
10189  Apply Bart Duchesne's patch for correctly deleting old TCFV '0'
10190  when editing SingleValue TCFs.
10191  
10192  ----------------------------------------------------------------------
10193  r8291@tinbook (orig r1282):  jesse | 2004-07-23T17:34:23.556934Z
10194  
10195   ----------------------------------------------------------------------
10196   r8285@tinbook:  jesse | 2004-07-23T17:33:04.648260Z
10197   
10198   Using single quotes makes the email address in the copyright not get mangled
10199   ----------------------------------------------------------------------
10200  
10201  
10202  ----------------------------------------------------------------------
10203  r8293@tinbook (orig r1283):  jesse | 2004-07-23T21:23:10.580796Z
10204   ----------------------------------------------------------------------
10205   r8292@tinbook:  jesse | 2004-07-23T21:23:16.884303Z
10206   
10207   RT now goes out of its way to display images, like the logo... even when users fail to configure their webserver correctly
10208   ----------------------------------------------------------------------
10209  
10210  ----------------------------------------------------------------------
10211  r8294@tinbook (orig r1284):  leira | 2004-07-23T21:43:20.116290Z
10212  Reset string properly when uploading a template file.
10213  
10214  ----------------------------------------------------------------------
10215  r8304@tinbook (orig r1285):  robert | 2004-07-26T19:07:58.942428Z
10216   ----------------------------------------------------------------------
10217   r1287@dog:  rspier | 2004-07-26T18:56:48.690023Z
10218   
10219   [fsck.com #5879] - DBIx::SearchBuilder should treat 'IS' as case insensitive, since most databases do too.
10220   ----------------------------------------------------------------------
10221   r1288@dog:  rspier | 2004-07-26T19:00:50.217330Z
10222   
10223   MicroOptimizations:
10224         - if we're doing an IS NULL search already, there's no reason to do a $null_columns_ok
10225         - use || instead of 'or' so we can short-circuit
10226   ----------------------------------------------------------------------
10227   r1289@dog:  rspier | 2004-07-26T19:06:54.604573Z
10228   
10229   MicroOptimization/Cleanup:
10230         - get rid of $null_columns_ok flag
10231         - clean up logic, and use string compare instead of regexp
10232   ----------------------------------------------------------------------
10233  
10234  ----------------------------------------------------------------------
10235  r8305@tinbook (orig r1286):  robert | 2004-07-26T19:15:12.786172Z
10236   ----------------------------------------------------------------------
10237   r1291@dog:  rspier | 2004-07-26T19:14:41.133769Z
10238   
10239   Revert the last microoptimization.  It smells funny and will create problems with merging to 3.3
10240   ----------------------------------------------------------------------
10241  
10242  ----------------------------------------------------------------------
10243  r8307@tinbook (orig r1288):  leira | 2004-07-28T04:04:12.240846Z
10244  Handle 0 values properly.
10245  
10246  ----------------------------------------------------------------------
10247  r8308@tinbook (orig r1289):  huberth | 2004-07-28T18:35:38.638941Z
10248  RT-Ticket: 5908
10249  RT-Status: resolved
10250  
10251   * drop.Oracle now drops the attributes table.
10252  
10253  ----------------------------------------------------------------------
10254  r8309@tinbook (orig r1290):  huberth | 2004-07-28T18:39:36.764074Z
10255  RT-Ticket: 5899
10256  RT-Status: resolved
10257  
10258   * html/Search/Results.tsv now works with custom fields that have line breaks
10259     within them.
10260  
10261  
10262  ----------------------------------------------------------------------
10263  r8311@tinbook (orig r1292):  jesse | 2004-07-29T00:08:11.298269Z
10264   ----------------------------------------------------------------------
10265   r8303@tinbook:  jesse | 2004-07-28T23:59:45.883318Z
10266   
10267   Removed the extra newlines we inserted after the copyright block, since it adds extra newlines to the mason pages, which can break some parsing.
10268   
10269   ----------------------------------------------------------------------
10270  
10271  ----------------------------------------------------------------------
10272  r8316@tinbook (orig r1293):  leira | 2004-07-29T05:41:51.040092Z
10273  Make the TitleBox title a link to the same search, only not limited to 10.
10274  
10275  ----------------------------------------------------------------------
10276  r8319@tinbook (orig r1296):  alexmv | 2004-07-30T19:59:24.588580Z
10277   * Fix "Unrecognised line: foo@bar" caused by 5.8.0 not matching utf8
10278     against regexps
10279  
10280  ----------------------------------------------------------------------
10281  r8320@tinbook (orig r1297):  huberth | 2004-07-30T21:46:43.639926Z
10282  RT-Ticket: 5699
10283  RT-Status: resolved
10284  
10285   * Bulk editing of custom fields (finally!) added.  Not quite as fast as
10286     would be preferred, probably, but it (should) work.
10287  
10288  
10289  
10290  ----------------------------------------------------------------------
10291  r8329@tinbook (orig r1298):  huberth | 2004-08-03T14:02:14.558593Z
10292  RT-Ticket: 5927
10293  RT-Status: resolved
10294  
10295   * Due dates in the past no longer look like they're in the future,
10296     i.e. "6 days ago".
10297  
10298  ----------------------------------------------------------------------
10299  r8333@tinbook (orig r1302):  huberth | 2004-08-03T22:06:00.556754Z
10300  RT-Ticket: 4473
10301  RT-Status: resolved
10302  
10303   * In Ticket/Elements/ShowAttachments, the font code that is generated
10304     no longer tries to escape the quotes (to give something like
10305     <font size=&#34;-1&#34;>).  Now the quotes appear.  Also, the default
10306     font size for the date and size has been changed to -2, because -1
10307     looks huge and out of place.
10308  
10309  ----------------------------------------------------------------------
10310  r8338@tinbook (orig r1307):  alexmv | 2004-08-04T14:33:55.363891Z
10311  RT-Ticket: 5916
10312  RT-Status: resolved
10313   * Postgres doesn't use '#' as a comment character
10314  
10315  ----------------------------------------------------------------------
10316  r8339@tinbook (orig r1308):  alexmv | 2004-08-04T15:54:14.363856Z
10317  RT-Ticket: 4036
10318  RT-Status: resolved
10319   * 'Create' is uppercase
10320   * TemplateObj->QueueObj is null if the template is just being created
10321  
10322  ----------------------------------------------------------------------
10323  r8340@tinbook (orig r1309):  alexmv | 2004-08-04T17:42:42.591907Z
10324   * Warn if running MySQL < 4.0.x
10325  
10326   * Suggest something slightly more useful if we don't have InnoDB and
10327     we're running MySQL 3.23
10328  
10329  ----------------------------------------------------------------------
10330  r8341@tinbook (orig r1310):  alexmv | 2004-08-04T19:03:51.226982Z
10331  RT-Ticket: 5942
10332  RT-Status: resolved
10333   * Use a:after {content: "..."} to put dots after titlebox links; this
10334     involves one loc string change
10335  
10336   * Also force titlebox hrefs to be white, not black
10337  
10338  ----------------------------------------------------------------------
10339  r8342@tinbook (orig r1311):  huberth | 2004-08-05T00:44:40.527084Z
10340  RT-Ticket: 4234
10341  RT-Status: resolved
10342  
10343   * Doubled headers and navbars no longer appear when an unprivileged user
10344     creates a Custom Field.  (This happened because Abort was called within
10345     a subcomponent.)
10346  
10347  ----------------------------------------------------------------------
10348  r8343@tinbook (orig r1312):  alexmv | 2004-08-05T00:50:16.625070Z
10349   * Removing accidental paste
10350  
10351  ----------------------------------------------------------------------
10352  r8344@tinbook (orig r1313):  huberth | 2004-08-05T18:47:43.340906Z
10353   * Fixed a couple of other stupid errors resulting from r1311 relating to
10354     quoting of pathnames.
10355  
10356  ----------------------------------------------------------------------
10357  r8383@tinbook (orig r1326):  alexmv | 2004-08-10T19:38:59.860454Z
10358   * Add callback in header proper, to allow injection of style and script tags
10359  
10360  ----------------------------------------------------------------------
10361  r8394@tinbook (orig r1335):  leira | 2004-08-17T16:03:08.253892Z
10362  Added a new callback at the very beginning of the <%INIT> block.
10363  
10364  RTIR uses this callback to look at the queue and hijack the display
10365  page, however, the callback itself is more generic than that: it
10366  happens at the very beginning, and receives all arguments.
10367  
10368  
10369  ----------------------------------------------------------------------
10370  r8396@tinbook (orig r1337):  alexmv | 2004-08-17T19:03:04.023840Z
10371  RT-Ticket: 5820
10372  RT-Update: correspond
10373  RT-Status: resolved
10374  
10375   * Use "local $_" to prevent "modification of read-only value..."
10376     caused by aliasing $_ to a constant
10377  
10378  ----------------------------------------------------------------------
10379  r8397@tinbook (orig r1338):  alexmv | 2004-08-17T21:05:10.004165Z
10380  RT-Ticket: 5716
10381  RT-Update: correspond
10382  RT-Status: resolved
10383  
10384   * Move code which is not specific to parsing mime messages into
10385     RT::Email::Interface; this removes a large base of duplicated code,
10386     and some sketchy "methods" that were getting called with "" as self
10387     often
10388  
10389  
10390  ----------------------------------------------------------------------
10391  r8398@tinbook (orig r1339):  alexmv | 2004-08-17T22:16:11.573879Z
10392  RT-Ticket: 5963
10393  RT-Update: correspond
10394  RT-Status: resolved
10395  
10396   * Applied patch provided by bobg at the domain of uic.edu to exit if
10397     there is no content on standard input
10398  
10399  
10400  ----------------------------------------------------------------------
10401  r8399@tinbook (orig r1340):  alexmv | 2004-08-17T22:18:15.933790Z
10402  RT-Ticket: 5939
10403  RT-Status: resolved
10404  RT-Update: correspond
10405  
10406   * Take out un-needed $fontsize variable; removing <font> tags will
10407     have to wait
10408  
10409  ----------------------------------------------------------------------
10410  r8400@tinbook (orig r1341):  alexmv | 2004-08-17T23:57:59.583821Z
10411  RT-Ticket: 5897
10412  RT-Update: correspond
10413  RT-Status: resolved
10414  
10415   * ModifyTicket includes CommentOnTicket and ReplyToTicket rights;
10416     this effects display of "[Reply] [Comment]" links per transaction
10417  
10418  ----------------------------------------------------------------------
10419  r8401@tinbook (orig r1342):  alexmv | 2004-08-18T00:05:11.483081Z
10420  RT-Ticket: 5823
10421  RT-Update: correspond
10422  RT-Status: resolved
10423  
10424   * Applied patch from bobg at the domain of uic.edu, prefixing refresh
10425     form's url with $RT::WebPath
10426  
10427  ----------------------------------------------------------------------
10428  r8402@tinbook (orig r1343):  huberth | 2004-08-18T02:23:42.094984Z
10429   * Made bulk editing of custom fields slightly more efficient and 
10430     simultaneously cleaned up some of its code.
10431   * Also added a little bit of docs for RT::Ticket::Create() - Priority
10432     is a valid arg also.
10433  
10434  ----------------------------------------------------------------------
10435  r8403@tinbook (orig r1344):  alexmv | 2004-08-18T02:27:04.024544Z
10436  RT-Ticket: 5988
10437  RT-Update: correspond
10438  RT-Status: resolved
10439  
10440   * Back out change r1338, as it breaks API compatibility in a stable
10441     release
10442  
10443  ----------------------------------------------------------------------
10444  r8416@tinbook (orig r1347):  alexmv | 2004-08-18T19:31:10.580958Z
10445  RT-Ticket: 5826
10446  RT-Update: correspond
10447  RT-Status: resolved
10448  
10449   * Fix logic; bounce message as a loop if $IsALoop and not $RT::StoreLoops;
10450     was "if $IsALoop and ($RT::LoopsToOwner and not $RT::StoreLoops)"
10451  
10452  ----------------------------------------------------------------------
10453  r8417@tinbook (orig r1348):  alexmv | 2004-08-18T20:22:42.711734Z
10454  RT-Ticket: 5215
10455  RT-Update: correspond
10456  RT-Status: resolved
10457  
10458   * When merging tickets, the resulting ticket's
10459     Time{Estimated,Worked,Left} should be the sum of the fields from
10460     both tickets
10461  
10462  ----------------------------------------------------------------------
10463  r8418@tinbook (orig r1349):  alexmv | 2004-08-18T20:38:09.170879Z
10464  RT-Ticket: 5963
10465  RT-Update: correspond
10466  RT-Status: resolved
10467  
10468   * Some mailers care about the return value rt-mailgate; 'return 0'
10469     instead of 'die' to ensure that we fake success
10470  
10471  ----------------------------------------------------------------------
10472  r8420@tinbook (orig r1351):  alexmv | 2004-08-18T21:53:17.081053Z
10473  RT-Ticket: 5792
10474  RT-Update: correspond
10475  RT-Status: resolved
10476  
10477   * Move the lasttrans anchor into a table cell
10478  
10479  ----------------------------------------------------------------------
10480  r8421@tinbook (orig r1352):  alexmv | 2004-08-18T22:04:57.879119Z
10481  RT-Ticket: 5809
10482  RT-Status: resolved
10483  
10484   * Derivative of the doc. patch in [fsck.com #5809] applied
10485  
10486  ----------------------------------------------------------------------
10487  r8456@tinbook (orig r1372):  jesse | 2004-08-28T23:47:32.411217Z
10488   ----------------------------------------------------------------------
10489   r8454@tinbook:  jesse | 2004-08-28T23:42:12.276700Z
10490   
10491   ----------------------------------------------------------------------
10492   r8455@tinbook:  jesse | 2004-08-28T23:46:06.962020Z
10493   Adding a "SearchActions" callback to Search/Results.html
10494   ----------------------------------------------------------------------
10495  
10496  ----------------------------------------------------------------------
10497  r8473@tinbook (orig r1376):  jesse | 2004-08-31T04:22:49.340942Z
10498   ----------------------------------------------------------------------
10499   r8457@tinbook:  jesse | 2004-08-29T01:52:08.449173Z
10500   Refactored the TicketList compnent to be more reusable
10501   ----------------------------------------------------------------------
10502   r8458@tinbook:  jesse | 2004-08-29T02:41:50.808026Z
10503   Adding a callback for a customer
10504   ----------------------------------------------------------------------
10505   r8471@tinbook:  jesse | 2004-08-31T04:20:29.035587Z
10506   Fixed the callback in Results.html to not flake out when we've got interesting %ARGS coming into it.
10507   
10508   ----------------------------------------------------------------------
10509   r8472@tinbook:  jesse | 2004-08-31T04:21:47.346418Z
10510   Added "DependedOnBy" to TicketSQL  to mean what it means elsewhere.
10511   
10512   Made TicketSQL let you search by ticket type
10513   
10514   ----------------------------------------------------------------------
10515  
10516  ----------------------------------------------------------------------
10517  r8479@tinbook (orig r1379):  jesse | 2004-08-31T08:14:54.830848Z
10518   ----------------------------------------------------------------------
10519   r8478@tinbook:  jesse | 2004-08-31T08:14:29.467020Z
10520   Inlined Tickets_Overlay_SQL's "match"
10521   
10522   ----------------------------------------------------------------------
10523  
10524  ----------------------------------------------------------------------
10525  r8482@tinbook (orig r1380):  jesse | 2004-08-31T18:49:23.384189Z
10526  
10527   ----------------------------------------------------------------------
10528   r8480@tinbook:  jesse | 2004-08-31T18:48:19.505579Z
10529   Added callbacks to let users add entries to show and edit basics boxes
10530   
10531   Made "type" an editable field on tickets (at the web api level, not in the UI)
10532   
10533   ----------------------------------------------------------------------
10534  
10535  
10536  ----------------------------------------------------------------------
10537
10538 ------------------------------------------------------------------------
10539 r1345 | alexmv | 2004-08-17 22:42:49 -0400 (Tue, 17 Aug 2004) | 6 lines
10540 Changed paths:
10541    M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
10542    M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
10543    M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
10544    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
10545    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
10546    M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
10547
10548 RT-Ticket: 5716
10549 RT-Status: resolved
10550 RT-Update: correspond
10551
10552  * Duplicate code change backed out of 3.2 and checked into 3.3
10553
10554 ------------------------------------------------------------------------
10555 r1275 | jesse | 2004-07-22 14:36:03 -0400 (Thu, 22 Jul 2004) | 8 lines
10556 Changed paths:
10557    M /rt/branches/3.3-TESTING
10558    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
10559    M /rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
10560
10561
10562  ----------------------------------------------------------------------
10563  r8279@tinbook:  jesse | 2004-07-22T18:33:54.229892Z
10564  
10565  * Allow the move up/move down links to work for custom field ordering
10566  ----------------------------------------------------------------------
10567
10568
10569 ------------------------------------------------------------------------
10570 r1268 | jesse | 2004-07-21 15:36:07 -0400 (Wed, 21 Jul 2004) | 1 line
10571 Changed paths:
10572    M /rt/branches/3.3-TESTING/releng.cnf
10573
10574 Bumped to 3.3.5
10575 ------------------------------------------------------------------------
10576 r1267 | jesse | 2004-07-21 15:12:31 -0400 (Wed, 21 Jul 2004) | 67 lines
10577 Changed paths:
10578    M /rt/branches/3.3-TESTING
10579    M /rt/branches/3.3-TESTING/Makefile.in
10580    M /rt/branches/3.3-TESTING/README
10581    M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
10582    M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
10583    M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
10584    M /rt/branches/3.3-TESTING/bin/rt-crontool.in
10585    M /rt/branches/3.3-TESTING/bin/rt-mailgate.in
10586    M /rt/branches/3.3-TESTING/bin/rt.in
10587    M /rt/branches/3.3-TESTING/bin/standalone_httpd.in
10588    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
10589    M /rt/branches/3.3-TESTING/configure.ac
10590    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/GroupRights.html
10591    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Modify.html
10592    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/Objects.html
10593    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/UserRights.html
10594    M /rt/branches/3.3-TESTING/html/Admin/CustomFields/index.html
10595    M /rt/branches/3.3-TESTING/html/Admin/Elements/AddCustomFieldValue
10596    M /rt/branches/3.3-TESTING/html/Admin/Elements/CreateUserCalled
10597    M /rt/branches/3.3-TESTING/html/Admin/Elements/CustomFieldTabs
10598    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomField
10599    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFieldValues
10600    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
10601    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditQueueWatchers
10602    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrip
10603    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrips
10604    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditTemplates
10605    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditUserComments
10606    M /rt/branches/3.3-TESTING/html/Admin/Elements/GroupTabs
10607    M /rt/branches/3.3-TESTING/html/Admin/Elements/Header
10608    M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalCustomFields
10609    M /rt/branches/3.3-TESTING/html/Admin/Elements/ListGlobalScrips
10610    M /rt/branches/3.3-TESTING/html/Admin/Elements/ModifyTemplate
10611    M /rt/branches/3.3-TESTING/html/Admin/Elements/ObjectCustomFields
10612    M /rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
10613    M /rt/branches/3.3-TESTING/html/Admin/Elements/PickObjects
10614    M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueRightsForUser
10615    M /rt/branches/3.3-TESTING/html/Admin/Elements/QueueTabs
10616    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldLookupType
10617    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectCustomFieldType
10618    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectGroups
10619    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyGroup
10620    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyQueue
10621    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectModifyUser
10622    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectNewGroupMembers
10623    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectRights
10624    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScrip
10625    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripAction
10626    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectScripCondition
10627    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectSingleOrMultiple
10628    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectStage
10629    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectTemplate
10630    M /rt/branches/3.3-TESTING/html/Admin/Elements/SelectUsers
10631    M /rt/branches/3.3-TESTING/html/Admin/Elements/SystemTabs
10632    M /rt/branches/3.3-TESTING/html/Admin/Elements/Tabs
10633    M /rt/branches/3.3-TESTING/html/Admin/Elements/ToolTabs
10634    M /rt/branches/3.3-TESTING/html/Admin/Elements/UserTabs
10635    M /rt/branches/3.3-TESTING/html/Admin/Global/GroupRights.html
10636    M /rt/branches/3.3-TESTING/html/Admin/Global/Scrip.html
10637    M /rt/branches/3.3-TESTING/html/Admin/Global/Scrips.html
10638    M /rt/branches/3.3-TESTING/html/Admin/Global/Template.html
10639    M /rt/branches/3.3-TESTING/html/Admin/Global/Templates.html
10640    M /rt/branches/3.3-TESTING/html/Admin/Global/UserRights.html
10641    M /rt/branches/3.3-TESTING/html/Admin/Global/index.html
10642    M /rt/branches/3.3-TESTING/html/Admin/Groups/CustomFields.html
10643    M /rt/branches/3.3-TESTING/html/Admin/Groups/GroupRights.html
10644    M /rt/branches/3.3-TESTING/html/Admin/Groups/History.html
10645    M /rt/branches/3.3-TESTING/html/Admin/Groups/Members.html
10646    M /rt/branches/3.3-TESTING/html/Admin/Groups/Modify.html
10647    M /rt/branches/3.3-TESTING/html/Admin/Groups/UserRights.html
10648    M /rt/branches/3.3-TESTING/html/Admin/Groups/index.html
10649    M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomField.html
10650    M /rt/branches/3.3-TESTING/html/Admin/Queues/CustomFields.html
10651    M /rt/branches/3.3-TESTING/html/Admin/Queues/GroupRights.html
10652    M /rt/branches/3.3-TESTING/html/Admin/Queues/Modify.html
10653    M /rt/branches/3.3-TESTING/html/Admin/Queues/People.html
10654    M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrip.html
10655    M /rt/branches/3.3-TESTING/html/Admin/Queues/Scrips.html
10656    M /rt/branches/3.3-TESTING/html/Admin/Queues/Template.html
10657    M /rt/branches/3.3-TESTING/html/Admin/Queues/Templates.html
10658    M /rt/branches/3.3-TESTING/html/Admin/Queues/UserRights.html
10659    M /rt/branches/3.3-TESTING/html/Admin/Queues/index.html
10660    M /rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
10661    M /rt/branches/3.3-TESTING/html/Admin/Tools/index.html
10662    M /rt/branches/3.3-TESTING/html/Admin/Users/CustomFields.html
10663    M /rt/branches/3.3-TESTING/html/Admin/Users/History.html
10664    M /rt/branches/3.3-TESTING/html/Admin/Users/Memberships.html
10665    M /rt/branches/3.3-TESTING/html/Admin/Users/Modify.html
10666    M /rt/branches/3.3-TESTING/html/Admin/Users/index.html
10667    M /rt/branches/3.3-TESTING/html/Admin/index.html
10668    M /rt/branches/3.3-TESTING/html/Approvals/Display.html
10669    M /rt/branches/3.3-TESTING/html/Approvals/Elements/Approve
10670    M /rt/branches/3.3-TESTING/html/Approvals/Elements/PendingMyApproval
10671    M /rt/branches/3.3-TESTING/html/Approvals/Elements/ShowDependency
10672    M /rt/branches/3.3-TESTING/html/Approvals/Elements/Tabs
10673    M /rt/branches/3.3-TESTING/html/Approvals/index.html
10674    M /rt/branches/3.3-TESTING/html/Download/CustomFieldValue/dhandler
10675    M /rt/branches/3.3-TESTING/html/Download/Tabular/dhandler
10676    M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedEnd
10677    M /rt/branches/3.3-TESTING/html/Elements/BevelBoxRaisedStart
10678    M /rt/branches/3.3-TESTING/html/Elements/Callback
10679    M /rt/branches/3.3-TESTING/html/Elements/Checkbox
10680    M /rt/branches/3.3-TESTING/html/Elements/CreateTicket
10681    M /rt/branches/3.3-TESTING/html/Elements/EditCustomField
10682    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldBinary
10683    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldFreeform
10684    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldImage
10685    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldSelect
10686    M /rt/branches/3.3-TESTING/html/Elements/EditCustomFieldText
10687    M /rt/branches/3.3-TESTING/html/Elements/EditLinks
10688    M /rt/branches/3.3-TESTING/html/Elements/Error
10689    M /rt/branches/3.3-TESTING/html/Elements/Footer
10690    M /rt/branches/3.3-TESTING/html/Elements/GotoTicket
10691    M /rt/branches/3.3-TESTING/html/Elements/Header
10692    M /rt/branches/3.3-TESTING/html/Elements/ListActions
10693    M /rt/branches/3.3-TESTING/html/Elements/Login
10694    M /rt/branches/3.3-TESTING/html/Elements/Menu
10695    M /rt/branches/3.3-TESTING/html/Elements/MessageBox
10696    M /rt/branches/3.3-TESTING/html/Elements/MyRequests
10697    M /rt/branches/3.3-TESTING/html/Elements/MyTickets
10698    M /rt/branches/3.3-TESTING/html/Elements/PageLayout
10699    M /rt/branches/3.3-TESTING/html/Elements/QueryString
10700    M /rt/branches/3.3-TESTING/html/Elements/QuickCreate
10701    M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
10702    M /rt/branches/3.3-TESTING/html/Elements/Refresh
10703    M /rt/branches/3.3-TESTING/html/Elements/ScrubHTML
10704    M /rt/branches/3.3-TESTING/html/Elements/Section
10705    M /rt/branches/3.3-TESTING/html/Elements/SelectAttachmentField
10706    M /rt/branches/3.3-TESTING/html/Elements/SelectBoolean
10707    M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldOperator
10708    M /rt/branches/3.3-TESTING/html/Elements/SelectCustomFieldValue
10709    M /rt/branches/3.3-TESTING/html/Elements/SelectDate
10710    M /rt/branches/3.3-TESTING/html/Elements/SelectDateRelation
10711    M /rt/branches/3.3-TESTING/html/Elements/SelectDateType
10712    M /rt/branches/3.3-TESTING/html/Elements/SelectEqualityOperator
10713    M /rt/branches/3.3-TESTING/html/Elements/SelectGroups
10714    M /rt/branches/3.3-TESTING/html/Elements/SelectLang
10715    M /rt/branches/3.3-TESTING/html/Elements/SelectLinkType
10716    M /rt/branches/3.3-TESTING/html/Elements/SelectMatch
10717    M /rt/branches/3.3-TESTING/html/Elements/SelectNewTicketQueue
10718    M /rt/branches/3.3-TESTING/html/Elements/SelectOwner
10719    M /rt/branches/3.3-TESTING/html/Elements/SelectQueue
10720    M /rt/branches/3.3-TESTING/html/Elements/SelectResultsPerPage
10721    M /rt/branches/3.3-TESTING/html/Elements/SelectSortOrder
10722    M /rt/branches/3.3-TESTING/html/Elements/SelectStatus
10723    M /rt/branches/3.3-TESTING/html/Elements/SelectTicketSortBy
10724    M /rt/branches/3.3-TESTING/html/Elements/SelectTicketTypes
10725    M /rt/branches/3.3-TESTING/html/Elements/SelectUsers
10726    M /rt/branches/3.3-TESTING/html/Elements/SelectWatcherType
10727    M /rt/branches/3.3-TESTING/html/Elements/SetupSessionCookie
10728    M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFieldImage
10729    M /rt/branches/3.3-TESTING/html/Elements/ShowCustomFields
10730    M /rt/branches/3.3-TESTING/html/Elements/ShowLink
10731    M /rt/branches/3.3-TESTING/html/Elements/ShowLinks
10732    M /rt/branches/3.3-TESTING/html/Elements/ShowMemberships
10733    M /rt/branches/3.3-TESTING/html/Elements/SimpleSearch
10734    M /rt/branches/3.3-TESTING/html/Elements/Submit
10735    M /rt/branches/3.3-TESTING/html/Elements/Tabs
10736    M /rt/branches/3.3-TESTING/html/Elements/TicketList
10737    M /rt/branches/3.3-TESTING/html/Elements/TitleBox
10738    M /rt/branches/3.3-TESTING/html/Elements/TitleBoxEnd
10739    M /rt/branches/3.3-TESTING/html/Elements/TitleBoxStart
10740    M /rt/branches/3.3-TESTING/html/NoAuth/Logout.html
10741    M /rt/branches/3.3-TESTING/html/NoAuth/Reminder.html
10742    M /rt/branches/3.3-TESTING/html/NoAuth/webrt.css
10743    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/default
10744    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/queue/ns
10745    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/attachments
10746    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/default
10747    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/history
10748    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/ticket/links
10749    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/default
10750    M /rt/branches/3.3-TESTING/html/REST/1.0/Forms/user/ns
10751    M /rt/branches/3.3-TESTING/html/REST/1.0/NoAuth/mail-gateway
10752    M /rt/branches/3.3-TESTING/html/REST/1.0/autohandler
10753    M /rt/branches/3.3-TESTING/html/REST/1.0/dhandler
10754    M /rt/branches/3.3-TESTING/html/REST/1.0/logout
10755    M /rt/branches/3.3-TESTING/html/REST/1.0/search/dhandler
10756    M /rt/branches/3.3-TESTING/html/REST/1.0/search/ticket
10757    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/comment
10758    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/link
10759    M /rt/branches/3.3-TESTING/html/REST/1.0/ticket/merge
10760    M /rt/branches/3.3-TESTING/html/Search/Build.html
10761    M /rt/branches/3.3-TESTING/html/Search/Bulk.html
10762    M /rt/branches/3.3-TESTING/html/Search/Edit.html
10763    M /rt/branches/3.3-TESTING/html/Search/Elements/BuildFormatString
10764    M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
10765    M /rt/branches/3.3-TESTING/html/Search/Elements/EditFormat
10766    M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
10767    M /rt/branches/3.3-TESTING/html/Search/Elements/NewListActions
10768    M /rt/branches/3.3-TESTING/html/Search/Elements/PickBasics
10769    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
10770    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCriteria
10771    M /rt/branches/3.3-TESTING/html/Search/Elements/SearchPrivacy
10772    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectAndOr
10773    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectGroup
10774    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectLinks
10775    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectPersonType
10776    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchObject
10777    M /rt/branches/3.3-TESTING/html/Search/Elements/SelectSearchesForObjects
10778    D /rt/branches/3.3-TESTING/html/Search/Elements/TicketRow
10779    M /rt/branches/3.3-TESTING/html/Search/Results.html
10780    M /rt/branches/3.3-TESTING/html/Search/Results.rdf
10781    M /rt/branches/3.3-TESTING/html/Search/Results.tsv
10782    M /rt/branches/3.3-TESTING/html/SelfService/Attachment/dhandler
10783    M /rt/branches/3.3-TESTING/html/SelfService/Closed.html
10784    M /rt/branches/3.3-TESTING/html/SelfService/Create.html
10785    M /rt/branches/3.3-TESTING/html/SelfService/Display.html
10786    M /rt/branches/3.3-TESTING/html/SelfService/Elements/GotoTicket
10787    M /rt/branches/3.3-TESTING/html/SelfService/Elements/Header
10788    M /rt/branches/3.3-TESTING/html/SelfService/Elements/MyRequests
10789    M /rt/branches/3.3-TESTING/html/SelfService/Elements/Tabs
10790    M /rt/branches/3.3-TESTING/html/SelfService/Error.html
10791    M /rt/branches/3.3-TESTING/html/SelfService/Prefs.html
10792    M /rt/branches/3.3-TESTING/html/SelfService/Update.html
10793    M /rt/branches/3.3-TESTING/html/SelfService/index.html
10794    M /rt/branches/3.3-TESTING/html/Ticket/Attachment/dhandler
10795    M /rt/branches/3.3-TESTING/html/Ticket/Create.html
10796    M /rt/branches/3.3-TESTING/html/Ticket/Display.html
10797    M /rt/branches/3.3-TESTING/html/Ticket/Elements/AddWatchers
10798    M /rt/branches/3.3-TESTING/html/Ticket/Elements/BulkLinks
10799    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditBasics
10800    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomField
10801    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditCustomFields
10802    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditDates
10803    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditPeople
10804    M /rt/branches/3.3-TESTING/html/Ticket/Elements/EditWatchers
10805    M /rt/branches/3.3-TESTING/html/Ticket/Elements/FindAttachments
10806    M /rt/branches/3.3-TESTING/html/Ticket/Elements/LoadTextAttachments
10807    M /rt/branches/3.3-TESTING/html/Ticket/Elements/PreviewScrips
10808    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowAttachments
10809    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowBasics
10810    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowCustomFields
10811    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDates
10812    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowDependencies
10813    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowGroupMembers
10814    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowHistory
10815    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMemberOf
10816    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMembers
10817    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageHeaders
10818    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowMessageStanza
10819    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowPeople
10820    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowReferences
10821    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowRequestor
10822    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowSummary
10823    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransaction
10824    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowTransactionAttachments
10825    M /rt/branches/3.3-TESTING/html/Ticket/Elements/ShowUserEntry
10826    M /rt/branches/3.3-TESTING/html/Ticket/Elements/Tabs
10827    M /rt/branches/3.3-TESTING/html/Ticket/History.html
10828    M /rt/branches/3.3-TESTING/html/Ticket/Modify.html
10829    M /rt/branches/3.3-TESTING/html/Ticket/ModifyAll.html
10830    M /rt/branches/3.3-TESTING/html/Ticket/ModifyDates.html
10831    M /rt/branches/3.3-TESTING/html/Ticket/ModifyLinks.html
10832    M /rt/branches/3.3-TESTING/html/Ticket/ModifyPeople.html
10833    M /rt/branches/3.3-TESTING/html/Ticket/ShowEmailRecord.html
10834    M /rt/branches/3.3-TESTING/html/Ticket/Update.html
10835    M /rt/branches/3.3-TESTING/html/Tools/Elements/Tabs
10836    M /rt/branches/3.3-TESTING/html/Tools/MyDay.html
10837    M /rt/branches/3.3-TESTING/html/Tools/Offline.html
10838    M /rt/branches/3.3-TESTING/html/User/Delegation.html
10839    M /rt/branches/3.3-TESTING/html/User/Elements/DelegateRights
10840    M /rt/branches/3.3-TESTING/html/User/Elements/GroupTabs
10841    M /rt/branches/3.3-TESTING/html/User/Elements/Tabs
10842    M /rt/branches/3.3-TESTING/html/User/Groups/Members.html
10843    M /rt/branches/3.3-TESTING/html/User/Groups/Modify.html
10844    M /rt/branches/3.3-TESTING/html/User/Groups/index.html
10845    M /rt/branches/3.3-TESTING/html/User/Prefs.html
10846    M /rt/branches/3.3-TESTING/html/autohandler
10847    M /rt/branches/3.3-TESTING/html/index.html
10848    M /rt/branches/3.3-TESTING/html/l
10849    M /rt/branches/3.3-TESTING/lib/RT/ACE.pm
10850    M /rt/branches/3.3-TESTING/lib/RT/ACE_Overlay.pm
10851    M /rt/branches/3.3-TESTING/lib/RT/ACL.pm
10852    M /rt/branches/3.3-TESTING/lib/RT/ACL_Overlay.pm
10853    M /rt/branches/3.3-TESTING/lib/RT/Action/AutoOpen.pm
10854    M /rt/branches/3.3-TESTING/lib/RT/Action/Autoreply.pm
10855    M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
10856    M /rt/branches/3.3-TESTING/lib/RT/Action/EscalatePriority.pm
10857    M /rt/branches/3.3-TESTING/lib/RT/Action/Generic.pm
10858    M /rt/branches/3.3-TESTING/lib/RT/Action/Notify.pm
10859    M /rt/branches/3.3-TESTING/lib/RT/Action/NotifyAsComment.pm
10860    A /rt/branches/3.3-TESTING/lib/RT/Action/RecordComment.pm
10861    A /rt/branches/3.3-TESTING/lib/RT/Action/RecordCorrespondence.pm
10862    M /rt/branches/3.3-TESTING/lib/RT/Action/ResolveMembers.pm
10863    M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
10864    M /rt/branches/3.3-TESTING/lib/RT/Action/SetPriority.pm
10865    M /rt/branches/3.3-TESTING/lib/RT/Action/UserDefined.pm
10866    M /rt/branches/3.3-TESTING/lib/RT/Attachment.pm
10867    M /rt/branches/3.3-TESTING/lib/RT/Attachment_Overlay.pm
10868    M /rt/branches/3.3-TESTING/lib/RT/Attachments.pm
10869    M /rt/branches/3.3-TESTING/lib/RT/Attachments_Overlay.pm
10870    M /rt/branches/3.3-TESTING/lib/RT/Attribute.pm
10871    M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
10872    M /rt/branches/3.3-TESTING/lib/RT/Attributes.pm
10873    M /rt/branches/3.3-TESTING/lib/RT/Attributes_Overlay.pm
10874    M /rt/branches/3.3-TESTING/lib/RT/Base.pm
10875    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember.pm
10876    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMember_Overlay.pm
10877    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers.pm
10878    M /rt/branches/3.3-TESTING/lib/RT/CachedGroupMembers_Overlay.pm
10879    M /rt/branches/3.3-TESTING/lib/RT/Condition/AnyTransaction.pm
10880    M /rt/branches/3.3-TESTING/lib/RT/Condition/BeforeDue.pm
10881    M /rt/branches/3.3-TESTING/lib/RT/Condition/Generic.pm
10882    M /rt/branches/3.3-TESTING/lib/RT/Condition/Overdue.pm
10883    M /rt/branches/3.3-TESTING/lib/RT/Condition/OwnerChange.pm
10884    M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityChange.pm
10885    M /rt/branches/3.3-TESTING/lib/RT/Condition/PriorityExceeds.pm
10886    M /rt/branches/3.3-TESTING/lib/RT/Condition/QueueChange.pm
10887    M /rt/branches/3.3-TESTING/lib/RT/Condition/StatusChange.pm
10888    M /rt/branches/3.3-TESTING/lib/RT/Condition/UserDefined.pm
10889    M /rt/branches/3.3-TESTING/lib/RT/CurrentUser.pm
10890    M /rt/branches/3.3-TESTING/lib/RT/CustomField.pm
10891    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValue.pm
10892    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues.pm
10893    M /rt/branches/3.3-TESTING/lib/RT/CustomFieldValues_Overlay.pm
10894    M /rt/branches/3.3-TESTING/lib/RT/CustomField_Overlay.pm
10895    M /rt/branches/3.3-TESTING/lib/RT/CustomFields.pm
10896    M /rt/branches/3.3-TESTING/lib/RT/CustomFields_Overlay.pm
10897    M /rt/branches/3.3-TESTING/lib/RT/Date.pm
10898    M /rt/branches/3.3-TESTING/lib/RT/EmailParser.pm
10899    M /rt/branches/3.3-TESTING/lib/RT/Group.pm
10900    M /rt/branches/3.3-TESTING/lib/RT/GroupMember.pm
10901    M /rt/branches/3.3-TESTING/lib/RT/GroupMember_Overlay.pm
10902    M /rt/branches/3.3-TESTING/lib/RT/GroupMembers.pm
10903    M /rt/branches/3.3-TESTING/lib/RT/GroupMembers_Overlay.pm
10904    M /rt/branches/3.3-TESTING/lib/RT/Group_Overlay.pm
10905    M /rt/branches/3.3-TESTING/lib/RT/Groups.pm
10906    M /rt/branches/3.3-TESTING/lib/RT/Groups_Overlay.pm
10907    M /rt/branches/3.3-TESTING/lib/RT/Handle.pm
10908    M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.pm
10909    M /rt/branches/3.3-TESTING/lib/RT/I18N/de.po
10910    M /rt/branches/3.3-TESTING/lib/RT/I18N/i_default.pm
10911    M /rt/branches/3.3-TESTING/lib/RT/I18N.pm
10912    M /rt/branches/3.3-TESTING/lib/RT/Interface/CLI.pm
10913    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/GnuPG.pm
10914    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Auth/MailFrom.pm
10915    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email/Filter/SpamAssassin.pm
10916    M /rt/branches/3.3-TESTING/lib/RT/Interface/Email.pm
10917    M /rt/branches/3.3-TESTING/lib/RT/Interface/REST.pm
10918    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
10919    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
10920    M /rt/branches/3.3-TESTING/lib/RT/Link.pm
10921    M /rt/branches/3.3-TESTING/lib/RT/Link_Overlay.pm
10922    M /rt/branches/3.3-TESTING/lib/RT/Links.pm
10923    M /rt/branches/3.3-TESTING/lib/RT/Links_Overlay.pm
10924    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField.pm
10925    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue.pm
10926    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValue_Overlay.pm
10927    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues.pm
10928    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFieldValues_Overlay.pm
10929    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomField_Overlay.pm
10930    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields.pm
10931    M /rt/branches/3.3-TESTING/lib/RT/ObjectCustomFields_Overlay.pm
10932    M /rt/branches/3.3-TESTING/lib/RT/Principal.pm
10933    M /rt/branches/3.3-TESTING/lib/RT/Principal_Overlay.pm
10934    M /rt/branches/3.3-TESTING/lib/RT/Principals.pm
10935    M /rt/branches/3.3-TESTING/lib/RT/Principals_Overlay.pm
10936    M /rt/branches/3.3-TESTING/lib/RT/Queue.pm
10937    M /rt/branches/3.3-TESTING/lib/RT/Queue_Overlay.pm
10938    M /rt/branches/3.3-TESTING/lib/RT/Queues.pm
10939    M /rt/branches/3.3-TESTING/lib/RT/Queues_Overlay.pm
10940    M /rt/branches/3.3-TESTING/lib/RT/Record.pm
10941    M /rt/branches/3.3-TESTING/lib/RT/Scrip.pm
10942    M /rt/branches/3.3-TESTING/lib/RT/ScripAction.pm
10943    M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
10944    M /rt/branches/3.3-TESTING/lib/RT/ScripActions.pm
10945    M /rt/branches/3.3-TESTING/lib/RT/ScripActions_Overlay.pm
10946    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition.pm
10947    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
10948    M /rt/branches/3.3-TESTING/lib/RT/ScripConditions.pm
10949    M /rt/branches/3.3-TESTING/lib/RT/ScripConditions_Overlay.pm
10950    M /rt/branches/3.3-TESTING/lib/RT/Scrip_Overlay.pm
10951    M /rt/branches/3.3-TESTING/lib/RT/Scrips.pm
10952    M /rt/branches/3.3-TESTING/lib/RT/Scrips_Overlay.pm
10953    M /rt/branches/3.3-TESTING/lib/RT/Search/ActiveTicketsInQueue.pm
10954    A /rt/branches/3.3-TESTING/lib/RT/Search/FromSQL.pm
10955    M /rt/branches/3.3-TESTING/lib/RT/Search/Generic.pm
10956    M /rt/branches/3.3-TESTING/lib/RT/SearchBuilder.pm
10957    M /rt/branches/3.3-TESTING/lib/RT/System.pm
10958    M /rt/branches/3.3-TESTING/lib/RT/Template.pm
10959    M /rt/branches/3.3-TESTING/lib/RT/Template_Overlay.pm
10960    M /rt/branches/3.3-TESTING/lib/RT/Templates.pm
10961    M /rt/branches/3.3-TESTING/lib/RT/Templates_Overlay.pm
10962    M /rt/branches/3.3-TESTING/lib/RT/Ticket.pm
10963    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
10964    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue_Overlay.pm
10965    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
10966    M /rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues_Overlay.pm
10967    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
10968    M /rt/branches/3.3-TESTING/lib/RT/Tickets.pm
10969    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
10970    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay_SQL.pm
10971    M /rt/branches/3.3-TESTING/lib/RT/Transaction.pm
10972    M /rt/branches/3.3-TESTING/lib/RT/Transaction_Overlay.pm
10973    M /rt/branches/3.3-TESTING/lib/RT/Transactions.pm
10974    M /rt/branches/3.3-TESTING/lib/RT/Transactions_Overlay.pm
10975    M /rt/branches/3.3-TESTING/lib/RT/URI/base.pm
10976    M /rt/branches/3.3-TESTING/lib/RT/URI/fsck_com_rt.pm
10977    M /rt/branches/3.3-TESTING/lib/RT/URI.pm
10978    M /rt/branches/3.3-TESTING/lib/RT/User.pm
10979    M /rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
10980    M /rt/branches/3.3-TESTING/lib/RT/Users.pm
10981    M /rt/branches/3.3-TESTING/lib/RT/Users_Overlay.pm
10982    M /rt/branches/3.3-TESTING/lib/RT.pm.in
10983    M /rt/branches/3.3-TESTING/lib/t/02regression.t.in
10984    A /rt/branches/3.3-TESTING/lib/t/05cronsupport.pl.in
10985    M /rt/branches/3.3-TESTING/sbin/extract-message-catalog
10986    M /rt/branches/3.3-TESTING/sbin/extract_pod_tests
10987    M /rt/branches/3.3-TESTING/sbin/factory
10988    M /rt/branches/3.3-TESTING/sbin/license_tag
10989    M /rt/branches/3.3-TESTING/sbin/regression_harness
10990    M /rt/branches/3.3-TESTING/sbin/rt-dump-database.in
10991    M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
10992    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
10993
10994  ----------------------------------------------------------------------
10995  r8262@tinbook:  jesse | 2004-07-21T18:06:24.396460Z
10996  
10997    Merged forward from 3.2 
10998   
10999   ----------------------------------------------------------------------
11000   r3390@tinbook:  jesse | 2004-07-14T19:30:37.426202Z
11001   
11002   RT-Ticket: 5886
11003   RT-Action: correspond
11004   RT-Status: resolved
11005   
11006   Updated rt-crontool to pass in CurrentUser when creating new actions and searches..
11007   
11008   ----------------------------------------------------------------------
11009   r3397@tinbook:  jesse | 2004-07-14T19:44:51.378312Z
11010   
11011   
11012   ----------------------------------------------------------------------
11013   r3398@tinbook:  jesse | 2004-07-14T19:59:24.627023Z
11014   
11015   
11016   ----------------------------------------------------------------------
11017   r3399@tinbook:  jesse | 2004-07-14T20:23:59.757938Z
11018   
11019   Bumping to 3.2.1rc4
11020   ----------------------------------------------------------------------
11021   r8220@tinbook:  jesse | 2004-07-15T19:02:55.020727Z
11022   
11023   RT-Ticket: 5891
11024   RT-Status: open
11025   RT-Action: correspond
11026   
11027   Interim measure to only list sortable fields in the "Sort display by" 
11028   options.
11029   
11030   
11031   ----------------------------------------------------------------------
11032   r8222@tinbook:  jesse | 2004-07-16T17:09:30.264982Z
11033   
11034   Web UI: Fixed bug which prevented unlimited searches
11035   ----------------------------------------------------------------------
11036   r8239@tinbook:  jesse | 2004-07-19T16:54:11.660605Z
11037   
11038   
11039   ----------------------------------------------------------------------
11040   r8240@tinbook:  jesse | 2004-07-19T17:01:43.322617Z
11041   
11042   Retagging the source code with the updated submission policy
11043   ----------------------------------------------------------------------
11044   r8258@tinbook:  jesse | 2004-07-20T21:24:03.019565Z
11045   
11046   Crontool additions to support scripted notifications
11047   ----------------------------------------------------------------------
11048   r8261@tinbook:  jesse | 2004-07-21T18:05:55.579150Z
11049   
11050   
11051   
11052   
11053   ----------------------------------------------------------------------
11054  
11055  ----------------------------------------------------------------------
11056  r8264@tinbook:  jesse | 2004-07-21T19:10:28.393515Z
11057  
11058  Bumpped the copyright/license/notice
11059  ----------------------------------------------------------------------
11060
11061 ------------------------------------------------------------------------
11062 r1264 | autrijus | 2004-07-19 22:56:01 -0400 (Mon, 19 Jul 2004) | 8 lines
11063 Changed paths:
11064    M /rt
11065    M /rt/branches/3.2-RELEASE/html/Elements/Header
11066    M /rt/branches/3.2-RELEASE/html/Elements/SetupSessionCookie
11067    M /rt/branches/3.2-RELEASE/html/NoAuth/webrt.css
11068    M /rt/branches/3.3-TESTING/html/Download/Tabular/dhandler
11069    M /rt/branches/PLATANO-EXPERIMENTAL/docs/design_docs/ruleset-workflow.txt
11070
11071  
11072  r6188@not:  autrijus | 2004-07-20T02:52:39.146361Z
11073  
11074  
11075  
11076  
11077  
11078
11079 ------------------------------------------------------------------------
11080 r1247 | autrijus | 2004-07-14 15:24:23 -0400 (Wed, 14 Jul 2004) | 6 lines
11081 Changed paths:
11082    M /rt
11083    M /rt/branches/3.3-TESTING/lib/RT/StyleGuide.pod
11084
11085  ----------------------------------------------------------------------
11086  r6050@not:  autrijus | 2004-07-14T19:21:34.616159Z
11087  
11088  * Add style guide information about parameter passing style.
11089  ----------------------------------------------------------------------
11090
11091 ------------------------------------------------------------------------
11092 r1233 | jesse | 2004-07-14 00:37:55 -0400 (Wed, 14 Jul 2004) | 10 lines
11093 Changed paths:
11094    M /rt/branches/3.3-TESTING
11095    M /rt/branches/3.3-TESTING/bin/mason_handler.fcgi.in
11096    M /rt/branches/3.3-TESTING/bin/mason_handler.scgi.in
11097    M /rt/branches/3.3-TESTING/bin/mason_handler.svc.in
11098    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
11099    M /rt/branches/3.3-TESTING/etc/schema.Sybase
11100    M /rt/branches/3.3-TESTING/html/Admin/Elements/EditScrip
11101    M /rt/branches/3.3-TESTING/html/Elements/Header
11102    M /rt/branches/3.3-TESTING/html/Elements/TicketList
11103    M /rt/branches/3.3-TESTING/html/Search/Build.html
11104    M /rt/branches/3.3-TESTING/html/Search/Bulk.html
11105    M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
11106    M /rt/branches/3.3-TESTING/lib/RT/Action/Generic.pm
11107    M /rt/branches/3.3-TESTING/lib/RT/Condition/Generic.pm
11108    M /rt/branches/3.3-TESTING/lib/RT/I18N/it.po
11109    A /rt/branches/3.3-TESTING/lib/RT/Interface/Web
11110    A /rt/branches/3.3-TESTING/lib/RT/Interface/Web/Handler.pm
11111    M /rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
11112    M /rt/branches/3.3-TESTING/lib/RT/ScripAction_Overlay.pm
11113    M /rt/branches/3.3-TESTING/lib/RT/ScripCondition_Overlay.pm
11114    M /rt/branches/3.3-TESTING/lib/RT/Ticket_Overlay.pm
11115    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
11116
11117  ----------------------------------------------------------------------
11118  r3374@tinbook:  jesse | 2004-07-13T23:31:39.996661Z
11119  
11120  Merge forward from RT 3.2
11121  ----------------------------------------------------------------------
11122  r3375@tinbook:  jesse | 2004-07-14T04:33:29.296451Z
11123  
11124  Minor fixes for a merge problem from 3.2
11125  ----------------------------------------------------------------------
11126
11127 ------------------------------------------------------------------------
11128 r1232 | jesse | 2004-07-13 19:15:10 -0400 (Tue, 13 Jul 2004) | 1 line
11129 Changed paths:
11130    M /rt/branches/3.3-TESTING
11131    M /rt/branches/3.3-TESTING/Makefile.in
11132    M /rt/branches/3.3-TESTING/README
11133    M /rt/branches/3.3-TESTING/UPGRADING
11134    M /rt/branches/3.3-TESTING/bin/rt-crontool.in
11135    M /rt/branches/3.3-TESTING/bin/webmux.pl.in
11136    M /rt/branches/3.3-TESTING/etc/RT_Config.pm.in
11137    M /rt/branches/3.3-TESTING/html/Elements/QuickCreate
11138    M /rt/branches/3.3-TESTING/html/Elements/Quicksearch
11139    D /rt/branches/3.3-TESTING/html/Elements/ViewUser
11140    M /rt/branches/3.3-TESTING/html/Search/Build.html
11141    M /rt/branches/3.3-TESTING/html/Search/Elements/DisplayOptions
11142    M /rt/branches/3.3-TESTING/html/Search/Elements/EditSearches
11143    M /rt/branches/3.3-TESTING/html/Search/Elements/PickCFs
11144    M /rt/branches/3.3-TESTING/html/Search/Results.html
11145    M /rt/branches/3.3-TESTING/html/Search/Results.rdf
11146    M /rt/branches/3.3-TESTING/html/Ticket/Update.html
11147    M /rt/branches/3.3-TESTING/html/Tools/Offline.html
11148    M /rt/branches/3.3-TESTING/lib/RT/Action/CreateTickets.pm
11149    M /rt/branches/3.3-TESTING/lib/RT/Action/SendEmail.pm
11150    M /rt/branches/3.3-TESTING/lib/RT/Attribute_Overlay.pm
11151    M /rt/branches/3.3-TESTING/lib/RT/I18N/cs.po
11152    M /rt/branches/3.3-TESTING/lib/RT/I18N/da.po
11153    M /rt/branches/3.3-TESTING/lib/RT/I18N/de.po
11154    M /rt/branches/3.3-TESTING/lib/RT/I18N/en_malkovich.po
11155    M /rt/branches/3.3-TESTING/lib/RT/I18N/es.po
11156    M /rt/branches/3.3-TESTING/lib/RT/I18N/fi.po
11157    M /rt/branches/3.3-TESTING/lib/RT/I18N/fr.po
11158    M /rt/branches/3.3-TESTING/lib/RT/I18N/he.po
11159    M /rt/branches/3.3-TESTING/lib/RT/I18N/hu.po
11160    M /rt/branches/3.3-TESTING/lib/RT/I18N/it.po
11161    M /rt/branches/3.3-TESTING/lib/RT/I18N/ja.po
11162    M /rt/branches/3.3-TESTING/lib/RT/I18N/nl.po
11163    M /rt/branches/3.3-TESTING/lib/RT/I18N/no.po
11164    M /rt/branches/3.3-TESTING/lib/RT/I18N/pt_br.po
11165    M /rt/branches/3.3-TESTING/lib/RT/I18N/ru.po
11166    M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_cn.po
11167    M /rt/branches/3.3-TESTING/lib/RT/I18N/zh_tw.po
11168    M /rt/branches/3.3-TESTING/lib/RT/Tickets_Overlay.pm
11169    M /rt/branches/3.3-TESTING/lib/t/03web.pl.in
11170    M /rt/branches/3.3-TESTING/sbin/rt-setup-database.in
11171    M /rt/branches/3.3-TESTING/sbin/rt-test-dependencies.in
11172
11173
11174 ------------------------------------------------------------------------
11175 r1224 | jesse | 2004-07-13 14:41:42 -0400 (Tue, 13 Jul 2004) | 1 line
11176 Changed paths:
11177    A /rt/branches/3.3-TESTING (from /rt/branches/rt-3.3:1223)
11178    D /rt/branches/rt-3.3
11179
11180 Moving RT 3.0 from "head" to a 3.0-MAINT branch
11181 ------------------------------------------------------------------------
11182 r1209 | autrijus | 2004-07-12 16:22:48 -0400 (Mon, 12 Jul 2004) | 7 lines
11183 Changed paths:
11184    M /rt
11185    M /rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
11186    M /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.SQLite
11187
11188  ----------------------------------------------------------------------
11189  r5990@not:  autrijus | 2004-07-12T20:22:03.588615Z
11190  
11191  * Let the cf param in Ticket->CustomFieldValues be optional,
11192    so we can get Atom tests to work.
11193  ----------------------------------------------------------------------
11194
11195 ------------------------------------------------------------------------
11196 r1205 | autrijus | 2004-07-12 13:30:03 -0400 (Mon, 12 Jul 2004) | 7 lines
11197 Changed paths:
11198    M /rt
11199    M /rt/branches/rt-3.3/sbin/rt-setup-database.in
11200
11201  ----------------------------------------------------------------------
11202  r5976@not:  autrijus | 2004-07-12T17:29:13.392510Z
11203  
11204  * The warning on missing ACL files used $RT::EtcPath even if it's
11205    reading it fro other paths.  Fixed.
11206  ----------------------------------------------------------------------
11207
11208 ------------------------------------------------------------------------
11209 r1180 | autrijus | 2004-07-05 15:43:17 -0400 (Mon, 05 Jul 2004) | 6 lines
11210 Changed paths:
11211    M /rt
11212    A /rt/branches/rt-3.3/sbin/rt-dump-database.in
11213
11214  ----------------------------------------------------------------------
11215  r5913@not:  autrijus | 2004-07-05T19:41:37.720057Z
11216  
11217  * add rt-dump-database, a tool to dump config data to initialdata format.
11218  ----------------------------------------------------------------------
11219
11220 ------------------------------------------------------------------------
11221 r1179 | autrijus | 2004-07-05 12:56:22 -0400 (Mon, 05 Jul 2004) | 8 lines
11222 Changed paths:
11223    M /rt
11224    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
11225
11226  ----------------------------------------------------------------------
11227  r5899@not:  autrijus | 2004-07-05T15:13:55.850880Z
11228  
11229  * correct the documentation for CreateTickets; it was still referring
11230    to the archaic "Approvals" queue and "Approval" type, whereas now we're
11231    using "___Approvals" and "approval" now.
11232  ----------------------------------------------------------------------
11233
11234 ------------------------------------------------------------------------
11235 r1160 | jesse | 2004-06-27 23:10:54 -0400 (Sun, 27 Jun 2004) | 6 lines
11236 Changed paths:
11237    M /rt/branches/rt-3.3
11238    M /rt/branches/rt-3.3/releng.cnf
11239
11240  ----------------------------------------------------------------------
11241  r1997@tinbook:  jesse | 2004-06-28T03:10:36.434329Z
11242  
11243  Bumping to 3.3.4
11244  ----------------------------------------------------------------------
11245
11246 ------------------------------------------------------------------------
11247 r1159 | jesse | 2004-06-27 23:08:01 -0400 (Sun, 27 Jun 2004) | 24 lines
11248 Changed paths:
11249    M /rt/branches/rt-3.3
11250    M /rt/branches/rt-3.3/Makefile.in
11251    M /rt/branches/rt-3.3/UPGRADING
11252    M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
11253    M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
11254    M /rt/branches/rt-3.3/bin/rt.in
11255    M /rt/branches/rt-3.3/bin/webmux.pl.in
11256    M /rt/branches/rt-3.3/configure.ac
11257    M /rt/branches/rt-3.3/etc/RT_Config.pm.in
11258    M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
11259    M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
11260    M /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
11261    M /rt/branches/rt-3.3/html/Admin/Elements/UserTabs
11262    M /rt/branches/rt-3.3/html/Admin/Global/GroupRights.html
11263    M /rt/branches/rt-3.3/html/Admin/Global/Template.html
11264    M /rt/branches/rt-3.3/html/Admin/Global/UserRights.html
11265    M /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
11266    M /rt/branches/rt-3.3/html/Admin/Groups/Members.html
11267    M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
11268    M /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
11269    M /rt/branches/rt-3.3/html/Admin/Queues/GroupRights.html
11270    M /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
11271    M /rt/branches/rt-3.3/html/Admin/Queues/Template.html
11272    M /rt/branches/rt-3.3/html/Admin/Queues/UserRights.html
11273    M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
11274    M /rt/branches/rt-3.3/html/Approvals/index.html
11275    M /rt/branches/rt-3.3/html/Search/Bulk.html
11276    M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
11277    M /rt/branches/rt-3.3/html/SelfService/Prefs.html
11278    M /rt/branches/rt-3.3/html/Ticket/Display.html
11279    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
11280    M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
11281    M /rt/branches/rt-3.3/html/Ticket/ModifyDates.html
11282    M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
11283    M /rt/branches/rt-3.3/html/Ticket/Update.html
11284    M /rt/branches/rt-3.3/html/User/Delegation.html
11285    M /rt/branches/rt-3.3/html/User/Groups/Members.html
11286    M /rt/branches/rt-3.3/html/User/Groups/Modify.html
11287    M /rt/branches/rt-3.3/html/User/Prefs.html
11288    M /rt/branches/rt-3.3/html/autohandler
11289    M /rt/branches/rt-3.3/lib/RT/I18N/da.po
11290    M /rt/branches/rt-3.3/lib/RT/I18N/de.po
11291    M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
11292    M /rt/branches/rt-3.3/lib/RT/I18N/es.po
11293    M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
11294    M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
11295    M /rt/branches/rt-3.3/lib/RT/I18N/he.po
11296    M /rt/branches/rt-3.3/lib/RT/I18N/it.po
11297    M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
11298    M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
11299    M /rt/branches/rt-3.3/lib/RT/I18N/no.po
11300    M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
11301    M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
11302    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
11303    M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
11304    M /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
11305    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
11306    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
11307
11308  ----------------------------------------------------------------------
11309  r1769@tinbook:  jesse | 2004-06-01T20:22:38.640731Z
11310  
11311  
11312  ----------------------------------------------------------------------
11313  r1902@tinbook:  jesse | 2004-06-17T01:08:53.996154Z
11314  
11315  
11316  ----------------------------------------------------------------------
11317  r1991@tinbook:  jesse | 2004-06-28T02:03:57.669851Z
11318  
11319  
11320  ----------------------------------------------------------------------
11321  r1992@tinbook:  jesse | 2004-06-28T02:19:36.386707Z
11322  
11323  Pulling forward from RT 3.1
11324  
11325  
11326  ----------------------------------------------------------------------
11327  r1993@tinbook:  jesse | 2004-06-28T03:06:56.930396Z
11328  
11329  Merging forward from 3.1
11330  ----------------------------------------------------------------------
11331
11332 ------------------------------------------------------------------------
11333 r1153 | autrijus | 2004-06-27 00:02:47 -0400 (Sun, 27 Jun 2004) | 6 lines
11334 Changed paths:
11335    M /rt
11336    M /rt/branches/rt-3.3/html/Tools/Offline.html
11337    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
11338
11339  ----------------------------------------------------------------------
11340  r5788@not:  autrijus | 2004-06-27T04:02:12.644291Z
11341  
11342  * import 3.1 again due to glitches in Offline.html
11343  ----------------------------------------------------------------------
11344
11345 ------------------------------------------------------------------------
11346 r1150 | autrijus | 2004-06-26 16:31:56 -0400 (Sat, 26 Jun 2004) | 14 lines
11347 Changed paths:
11348    M /rt
11349    M /rt/branches/rt-3.3
11350    M /rt/branches/rt-3.3/Makefile.in
11351    M /rt/branches/rt-3.3/README
11352    M /rt/branches/rt-3.3/UPGRADING
11353    M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
11354    D /rt/branches/rt-3.3/bin/rt-commit-handler.in
11355    M /rt/branches/rt-3.3/bin/rt-crontool.in
11356    M /rt/branches/rt-3.3/bin/rt.in
11357    M /rt/branches/rt-3.3/bin/webmux.pl.in
11358    M /rt/branches/rt-3.3/configure.ac
11359    M /rt/branches/rt-3.3/etc/RT_Config.pm.in
11360    M /rt/branches/rt-3.3/etc/acl.mysql
11361    M /rt/branches/rt-3.3/etc/initialdata
11362    A /rt/branches/rt-3.3/etc/upgrade/3.1.17
11363    A /rt/branches/rt-3.3/etc/upgrade/3.1.17/content
11364    M /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
11365    M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
11366    D /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
11367    D /rt/branches/rt-3.3/html/Admin/Elements/ModifyUser
11368    M /rt/branches/rt-3.3/html/Admin/Queues/People.html
11369    M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
11370    D /rt/branches/rt-3.3/html/Admin/Users/Prefs.html
11371    D /rt/branches/rt-3.3/html/Developer
11372    M /rt/branches/rt-3.3/html/Elements/EditLinks
11373    M /rt/branches/rt-3.3/html/Elements/Header
11374    M /rt/branches/rt-3.3/html/Elements/ScrubHTML
11375    M /rt/branches/rt-3.3/html/Elements/SelectOwner
11376    M /rt/branches/rt-3.3/html/Elements/SelectStatus
11377    M /rt/branches/rt-3.3/html/Elements/TicketList
11378    M /rt/branches/rt-3.3/html/Elements/TitleBoxStart
11379    M /rt/branches/rt-3.3/html/NoAuth/webrt.css
11380    M /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
11381    M /rt/branches/rt-3.3/html/REST/1.0/ticket/link
11382    M /rt/branches/rt-3.3/html/Search/Build.html
11383    M /rt/branches/rt-3.3/html/Search/Bulk.html
11384    M /rt/branches/rt-3.3/html/Search/Edit.html
11385    M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
11386    M /rt/branches/rt-3.3/html/Search/Elements/EditFormat
11387    M /rt/branches/rt-3.3/html/Search/Elements/EditSearches
11388    M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
11389    M /rt/branches/rt-3.3/html/Search/Results.html
11390    M /rt/branches/rt-3.3/html/SelfService/Display.html
11391    M /rt/branches/rt-3.3/html/SelfService/Update.html
11392    M /rt/branches/rt-3.3/html/Ticket/Create.html
11393    M /rt/branches/rt-3.3/html/Ticket/Elements/EditBasics
11394    M /rt/branches/rt-3.3/html/Ticket/Elements/EditPeople
11395    M /rt/branches/rt-3.3/html/Ticket/Elements/EditWatchers
11396    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowDates
11397    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowGroupMembers
11398    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
11399    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowPeople
11400    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
11401    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowUserEntry
11402    M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
11403    M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
11404    M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
11405    M /rt/branches/rt-3.3/html/Ticket/Update.html
11406    M /rt/branches/rt-3.3/html/Tools/MyDay.html
11407    M /rt/branches/rt-3.3/html/Tools/Offline.html
11408    M /rt/branches/rt-3.3/html/User/Prefs.html
11409    M /rt/branches/rt-3.3/html/index.html
11410    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
11411    M /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
11412    A /rt/branches/rt-3.3/lib/RT/Condition/PriorityChange.pm
11413    M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
11414    M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
11415    M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
11416    M /rt/branches/rt-3.3/lib/RT/I18N/da.po
11417    M /rt/branches/rt-3.3/lib/RT/I18N/de.po
11418    M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
11419    M /rt/branches/rt-3.3/lib/RT/I18N/es.po
11420    M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
11421    M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
11422    M /rt/branches/rt-3.3/lib/RT/I18N/he.po
11423    M /rt/branches/rt-3.3/lib/RT/I18N/it.po
11424    M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
11425    M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
11426    M /rt/branches/rt-3.3/lib/RT/I18N/no.po
11427    M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
11428    M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
11429    M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
11430    M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
11431    M /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
11432    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
11433    M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
11434    M /rt/branches/rt-3.3/lib/RT/Record.pm
11435    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
11436    M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
11437    M /rt/branches/rt-3.3/lib/RT.pm.in
11438    M /rt/branches/rt-3.3/lib/t/00smoke.t.in
11439    M /rt/branches/rt-3.3/lib/t/02regression.t.in
11440    M /rt/branches/rt-3.3/lib/t/03web.pl.in
11441    M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
11442
11443  ----------------------------------------------------------------------
11444  r5774@not:  autrijus | 2004-06-26T10:40:48.767820Z
11445  
11446  * incremental merge from 3.1 to 3.3
11447  ----------------------------------------------------------------------
11448  r5778@not:  autrijus | 2004-06-26T11:28:26.143291Z
11449  
11450  * solve utf8 quoting problem on "Take".
11451  ----------------------------------------------------------------------
11452  r5781@not:  autrijus | 2004-06-26T20:27:29.184033Z
11453  
11454  * restore hu.po
11455  ----------------------------------------------------------------------
11456
11457 ------------------------------------------------------------------------
11458 r1121 | autrijus | 2004-06-20 13:59:07 -0400 (Sun, 20 Jun 2004) | 10 lines
11459 Changed paths:
11460    M /rt
11461    M /rt/branches/rt-3.3/bin/webmux.pl.in
11462    M /rt/branches/rt-3.3/html/Elements/Header
11463    M /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
11464    M /rt/branches/rt-3.3/html/NoAuth/webrt.css
11465    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
11466
11467  ----------------------------------------------------------------------
11468  r5682@not:  autrijus | 2004-06-20T17:57:48.360088Z
11469  
11470  * Supports native MasonX::Apache2Handler.
11471  * Changed header_out to use headers_out instead (which should be
11472    used in 1.0 as well). Cf.:
11473    http://perl.apache.planetmirror.com/docs/2.0/user/porting/compat.html
11474  
11475  ----------------------------------------------------------------------
11476
11477 ------------------------------------------------------------------------
11478 r1082 | alexmv | 2004-06-16 10:53:17 -0400 (Wed, 16 Jun 2004) | 11 lines
11479 Changed paths:
11480    M /rt/branches/rt-3.3/lib/RT/Record.pm
11481    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
11482
11483 RT-Ticket: 5732
11484 RT-Status: stalled
11485 RT-Update: correspond
11486
11487  * POD spacing mistake in Ticket_Overlay
11488
11489  * Ticket_Overlay now overrides RT::Record's CustomFieldValues method,
11490    to intercept calls where the field is passed by name.  I don't have
11491    a way of testing this patch, so this bug is getting marked stalled
11492    until this patch is verified.
11493
11494 ------------------------------------------------------------------------
11495 r1033 | leira | 2004-06-08 14:26:18 -0400 (Tue, 08 Jun 2004) | 2 lines
11496 Changed paths:
11497    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
11498
11499 Pass along 'Type' argument in CreateTickets (replicates a patch that was applied to 3.1, but needed for a customer in this branch now).
11500
11501 ------------------------------------------------------------------------
11502 r1031 | jesse | 2004-06-08 01:05:46 -0400 (Tue, 08 Jun 2004) | 6 lines
11503 Changed paths:
11504    M /rt/branches/rt-3.3
11505    M /rt/branches/rt-3.3/bin/standalone_httpd.in
11506
11507  ----------------------------------------------------------------------
11508  r1752@debian:  jesse | 2004-06-08T13:50:52.709840Z
11509  
11510   standalone httpd is now forking rather than singleprocess
11511  ----------------------------------------------------------------------
11512
11513 ------------------------------------------------------------------------
11514 r1023 | alexmv | 2004-06-07 16:03:46 -0400 (Mon, 07 Jun 2004) | 6 lines
11515 Changed paths:
11516    M /rt/branches/rt-3.3/lib/RT/I18N/he.po
11517
11518 RT-Ticket: 5674
11519 RT-Action: comment
11520 RT-Status: resolved
11521
11522  * Apply Ilan Rabinovitch's changes
11523
11524 ------------------------------------------------------------------------
11525 r1022 | alexmv | 2004-06-07 14:47:18 -0400 (Mon, 07 Jun 2004) | 7 lines
11526 Changed paths:
11527    M /rt/branches/rt-3.3/etc/schema.mysql
11528
11529 RT-Ticket: 5648
11530 RT-Action: comment
11531 RT-Status: resolved
11532
11533  * The last hunk of the ticket no longer applies, as those indexes
11534    were reshuffled because they were too long.
11535
11536 ------------------------------------------------------------------------
11537 r986 | jesse | 2004-05-31 21:54:38 -0400 (Mon, 31 May 2004) | 1 line
11538 Changed paths:
11539    M /rt/branches/rt-3.3
11540    M /rt/branches/rt-3.3/bin/rt.in
11541    M /rt/branches/rt-3.3/bin/webmux.pl.in
11542    M /rt/branches/rt-3.3/configure.ac
11543    A /rt/branches/rt-3.3/etc/acl.Sybase
11544    A /rt/branches/rt-3.3/etc/schema.Sybase
11545    M /rt/branches/rt-3.3/html/Search/Build.html
11546    M /rt/branches/rt-3.3/html/Search/Bulk.html
11547    M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
11548    M /rt/branches/rt-3.3/lib/RT/Handle.pm
11549    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
11550    M /rt/branches/rt-3.3/lib/RT.pm.in
11551    M /rt/branches/rt-3.3/sbin/rt-setup-database.in
11552    M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
11553
11554 Merging forward from RT 3.1
11555 ------------------------------------------------------------------------
11556 r981 | jesse | 2004-05-30 03:01:04 -0400 (Sun, 30 May 2004) | 7 lines
11557 Changed paths:
11558    M /rt/branches/rt-3.3
11559    M /rt/branches/rt-3.3/etc/schema.mysql
11560    M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
11561
11562  
11563  ----------------------------------------------------------------------
11564  r1721@debian:  jesse | 2004-05-30T16:04:25.431679Z
11565  
11566  Mysql on some platforms (built with unicode?) has a shorter max index length. adjusted indexes
11567  ----------------------------------------------------------------------
11568
11569 ------------------------------------------------------------------------
11570 r966 | jesse | 2004-05-27 23:30:59 -0400 (Thu, 27 May 2004) | 35 lines
11571 Changed paths:
11572    M /rt/branches/rt-3.3
11573    M /rt/branches/rt-3.3/bin/rt.in
11574    M /rt/branches/rt-3.3/configure.ac
11575    M /rt/branches/rt-3.3/etc/acl.Pg
11576    D /rt/branches/rt-3.3/etc/upgrade/2.1.71
11577    M /rt/branches/rt-3.3/html/Admin/Elements/ToolTabs
11578    D /rt/branches/rt-3.3/html/Developer/Perldoc.html
11579    M /rt/branches/rt-3.3/html/Elements/EditLinks
11580    M /rt/branches/rt-3.3/html/Elements/Footer
11581    D /rt/branches/rt-3.3/html/Elements/ShadedBox
11582    D /rt/branches/rt-3.3/html/Elements/ShadedInputRow
11583    D /rt/branches/rt-3.3/html/Elements/ShadedRow
11584    M /rt/branches/rt-3.3/html/Elements/ShowLinks
11585    M /rt/branches/rt-3.3/html/Elements/TicketList
11586    D /rt/branches/rt-3.3/html/Projects
11587    D /rt/branches/rt-3.3/html/Scope
11588    M /rt/branches/rt-3.3/html/Search/Build.html
11589    M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
11590    D /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
11591    D /rt/branches/rt-3.3/html/Search/Elements/TicketHeader
11592    D /rt/branches/rt-3.3/html/Search/Elements/TicketHeaderCell
11593    D /rt/branches/rt-3.3/html/Search/Listing.html
11594    D /rt/branches/rt-3.3/html/Ticket/Elements/EditLinks
11595    D /rt/branches/rt-3.3/html/Ticket/Elements/ShowLink
11596    D /rt/branches/rt-3.3/html/Ticket/Elements/ShowLinks
11597    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransactionAttachments
11598    M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
11599    M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
11600    M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
11601    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
11602    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
11603
11604  ----------------------------------------------------------------------
11605  r1710@tinbook:  jesse | 2004-05-28T02:46:23.907073Z
11606  
11607  
11608  ----------------------------------------------------------------------
11609  r1712@tinbook:  jesse | 2004-05-28T03:15:12.330227Z
11610  
11611   ----------------------------------------------------------------------
11612   r1669@tinbook:  jesse | 2004-05-24T02:17:41.959105Z
11613   
11614   
11615   ----------------------------------------------------------------------
11616   r1672@tinbook:  jesse | 2004-05-24T03:09:05.156817Z
11617   
11618   
11619   ----------------------------------------------------------------------
11620   r1673@tinbook:  jesse | 2004-05-24T03:59:43.181766Z
11621   
11622   Bumping to 3.1.16
11623   ----------------------------------------------------------------------
11624   r1706@tinbook:  jesse | 2004-05-28T02:10:56.309297Z
11625   
11626   
11627   ----------------------------------------------------------------------
11628   r1711@tinbook:  jesse | 2004-05-28T02:47:49.277131Z
11629   
11630   
11631   ----------------------------------------------------------------------
11632  
11633  ----------------------------------------------------------------------
11634  r1713@tinbook:  jesse | 2004-05-28T03:27:19.127190Z
11635  
11636  Cleaning out things split out into other products
11637  ----------------------------------------------------------------------
11638
11639 ------------------------------------------------------------------------
11640 r965 | jesse | 2004-05-27 22:44:48 -0400 (Thu, 27 May 2004) | 1 line
11641 Changed paths:
11642    M /rt/branches/rt-3.3
11643    M /rt/branches/rt-3.3/bin/standalone_httpd.in
11644    M /rt/branches/rt-3.3/html/Search/Edit.html
11645    M /rt/branches/rt-3.3/html/Search/Results.html
11646    M /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
11647    M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/GnuPG.pm
11648
11649
11650 ------------------------------------------------------------------------
11651 r954 | autrijus | 2004-05-26 06:12:38 -0400 (Wed, 26 May 2004) | 20 lines
11652 Changed paths:
11653    M /rt
11654    M /rt/branches/rt-3.1/lib/RT/I18N/zh_cn.po
11655    M /rt/branches/rt-3.1/lib/RT/I18N/zh_tw.po
11656    M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
11657    M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
11658    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
11659    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
11660
11661  ----------------------------------------------------------------------
11662  r4757@not:  autrijus | 2004-05-11T06:13:28.139589Z
11663  
11664  * Chinese translation for 3.2 final.
11665  ----------------------------------------------------------------------
11666  r5211@not:  autrijus | 2004-05-26T10:07:40.959072Z
11667  
11668  * FreezeThaw fails badly when encoding structures with mixed unicode
11669    and byte string contents.  Switch to Storable+Base64 which deals
11670    with this gracefully.
11671  
11672  ----------------------------------------------------------------------
11673  r5212@not:  autrijus | 2004-05-26T10:09:36.398305Z
11674  
11675  * EscapeUTF8 should preserve the byte/unicode flag of the original
11676    string.  Otherwise, silent promotion on AutoFlush=>0 can corrupt
11677    pages with both byte and unicode string contents.
11678    (Reported by: LCamel and jihuang from foundry)
11679  ----------------------------------------------------------------------
11680
11681 ------------------------------------------------------------------------
11682 r941 | jesse | 2004-05-23 22:29:51 -0400 (Sun, 23 May 2004) | 2 lines
11683 Changed paths:
11684    M /rt/branches/rt-3.3
11685    M /rt/branches/rt-3.3/bin/rt.in
11686    M /rt/branches/rt-3.3/html/Search/Build.html
11687    M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
11688    M /rt/branches/rt-3.3/html/Ticket/Create.html
11689    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
11690    M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
11691    M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
11692    A /rt/branches/rt-3.3/lib/t/data/rt-send-cc
11693
11694 Merge forward from 3.1
11695
11696 ------------------------------------------------------------------------
11697 r934 | leira | 2004-05-19 12:23:49 -0400 (Wed, 19 May 2004) | 2 lines
11698 Changed paths:
11699    M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
11700
11701 Move file from 3.1 so that CF searching will work.
11702
11703 ------------------------------------------------------------------------
11704 r933 | leira | 2004-05-19 02:34:22 -0400 (Wed, 19 May 2004) | 2 lines
11705 Changed paths:
11706    M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
11707    M /rt/branches/rt-3.3/lib/RT/Record.pm
11708
11709 Actually pass along link error messages.  Resolves bps #2210.
11710
11711 ------------------------------------------------------------------------
11712 r930 | leira | 2004-05-19 00:48:20 -0400 (Wed, 19 May 2004) | 2 lines
11713 Changed paths:
11714    M /rt/branches/rt-3.3/html/Ticket/Create.html
11715
11716 Remove Debug field.
11717
11718 ------------------------------------------------------------------------
11719 r920 | jesse | 2004-05-17 22:18:53 -0400 (Mon, 17 May 2004) | 1 line
11720 Changed paths:
11721    M /rt/branches/rt-3.3
11722
11723
11724 ------------------------------------------------------------------------
11725 r918 | jesse | 2004-05-17 22:02:24 -0400 (Mon, 17 May 2004) | 10 lines
11726 Changed paths:
11727    M /rt/branches/rt-3.3
11728    M /rt/branches/rt-3.3/bin/rt.in
11729    M /rt/branches/rt-3.3/html/Admin/Groups/index.html
11730    M /rt/branches/rt-3.3/html/Elements/MyTickets
11731    M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
11732    M /rt/branches/rt-3.3/html/Tools/Offline.html
11733    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
11734    M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
11735    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
11736    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
11737    M /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
11738
11739  ----------------------------------------------------------------------
11740  r1191@Jesse-Vincents-Computer:  jesse | 2004-05-18T00:35:23.362237Z
11741  
11742  
11743  ----------------------------------------------------------------------
11744  r1192@Jesse-Vincents-Computer:  jesse | 2004-05-18T02:01:52.198022Z
11745  
11746  Merged forward from rt 3.1
11747  ----------------------------------------------------------------------
11748
11749 ------------------------------------------------------------------------
11750 r901 | leira | 2004-05-14 17:35:35 -0400 (Fri, 14 May 2004) | 2 lines
11751 Changed paths:
11752    M /rt/branches/rt-3.3/html/Elements/MyTickets
11753
11754 MyTickets doesn't require a Priority to be set.
11755
11756 ------------------------------------------------------------------------
11757 r890 | leira | 2004-05-14 00:28:27 -0400 (Fri, 14 May 2004) | 4 lines
11758 Changed paths:
11759    M /rt/branches/rt-3.3/html/Admin/Groups/index.html
11760    M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
11761
11762 If there isn't a QueueObj to begin with, it can't have a Name.
11763
11764 Replaced a newline that had gone astray.
11765
11766 ------------------------------------------------------------------------
11767 r864 | jesse | 2004-05-11 01:25:36 -0400 (Tue, 11 May 2004) | 8 lines
11768 Changed paths:
11769    M /rt/branches/rt-3.3
11770    M /rt/branches/rt-3.3/html/Admin/Elements/CustomFieldTabs
11771    M /rt/branches/rt-3.3/html/SelfService/Closed.html
11772    M /rt/branches/rt-3.3/html/autohandler
11773    M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
11774    M /rt/branches/rt-3.3/lib/RT/I18N/da.po
11775    M /rt/branches/rt-3.3/lib/RT/I18N/de.po
11776    M /rt/branches/rt-3.3/lib/RT/I18N/en.po
11777    M /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
11778    M /rt/branches/rt-3.3/lib/RT/I18N/es.po
11779    M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
11780    M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
11781    M /rt/branches/rt-3.3/lib/RT/I18N/he.po
11782    M /rt/branches/rt-3.3/lib/RT/I18N/hu.po
11783    M /rt/branches/rt-3.3/lib/RT/I18N/it.po
11784    M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
11785    M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
11786    M /rt/branches/rt-3.3/lib/RT/I18N/no.po
11787    M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
11788    M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
11789    M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
11790    M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
11791    M /rt/branches/rt-3.3/sbin/extract-message-catalog
11792
11793  
11794  
11795  ----------------------------------------------------------------------
11796  r1528@tinbook:  jesse | 2004-05-11T04:57:31.357768Z
11797  
11798  Updated translations, linted them, updated translation extraction software
11799  ----------------------------------------------------------------------
11800
11801 ------------------------------------------------------------------------
11802 r859 | jesse | 2004-05-09 21:29:48 -0400 (Sun, 09 May 2004) | 6 lines
11803 Changed paths:
11804    M /rt/branches/rt-3.3
11805    M /rt/branches/rt-3.3/releng.cnf
11806
11807  ----------------------------------------------------------------------
11808  r1517@tinbook:  jesse | 2004-05-10T01:29:37.932237Z
11809  
11810  Bumping to 3.3.3
11811  ----------------------------------------------------------------------
11812
11813 ------------------------------------------------------------------------
11814 r858 | jesse | 2004-05-09 21:27:33 -0400 (Sun, 09 May 2004) | 6 lines
11815 Changed paths:
11816    M /rt/branches/rt-3.3
11817    M /rt/branches/rt-3.3/Makefile.in
11818    M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.Pg
11819    M /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
11820
11821  ----------------------------------------------------------------------
11822  r1515@tinbook:  jesse | 2004-05-10T01:26:38.232023Z
11823  
11824  Improved 3.1->3.3 migration support
11825  ----------------------------------------------------------------------
11826
11827 ------------------------------------------------------------------------
11828 r851 | jesse | 2004-05-06 21:03:05 -0400 (Thu, 06 May 2004) | 1 line
11829 Changed paths:
11830    M /rt/branches/rt-3.3
11831    M /rt/branches/rt-3.3/bin/rt.in
11832    M /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
11833    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
11834    M /rt/branches/rt-3.3/lib/RT.pm.in
11835
11836 Merging forward from rt-3.1
11837 ------------------------------------------------------------------------
11838 r848 | jesse | 2004-05-06 20:33:00 -0400 (Thu, 06 May 2004) | 5 lines
11839 Changed paths:
11840    M /rt/branches/rt-3.3
11841    M /rt/branches/rt-3.3/HOWTO/README
11842    M /rt/branches/rt-3.3/HOWTO/change.txt
11843    M /rt/branches/rt-3.3/HOWTO/release.txt
11844    M /rt/branches/rt-3.3/HOWTO/version-control.txt
11845    M /rt/branches/rt-3.3/Makefile.in
11846    M /rt/branches/rt-3.3/UPGRADING
11847    M /rt/branches/rt-3.3/aclocal.m4
11848    M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
11849    M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
11850    M /rt/branches/rt-3.3/bin/mason_handler.svc.in
11851    M /rt/branches/rt-3.3/bin/rt-commit-handler.in
11852    M /rt/branches/rt-3.3/bin/rt.in
11853    M /rt/branches/rt-3.3/bin/webmux.pl.in
11854    M /rt/branches/rt-3.3/configure.ac
11855    M /rt/branches/rt-3.3/docs/Security
11856    M /rt/branches/rt-3.3/docs/design_docs/acls
11857    M /rt/branches/rt-3.3/docs/design_docs/approval_notices
11858    M /rt/branches/rt-3.3/docs/design_docs/approval_template
11859    M /rt/branches/rt-3.3/docs/design_docs/cf_search
11860    M /rt/branches/rt-3.3/docs/design_docs/cli_spec
11861    M /rt/branches/rt-3.3/docs/design_docs/cvs_integration
11862    M /rt/branches/rt-3.3/docs/design_docs/delegation
11863    M /rt/branches/rt-3.3/docs/design_docs/evil_plans
11864    M /rt/branches/rt-3.3/docs/design_docs/groups_notes
11865    M /rt/branches/rt-3.3/docs/design_docs/link-definitions.txt
11866    M /rt/branches/rt-3.3/docs/design_docs/recursive_group_membership_algorithm
11867    M /rt/branches/rt-3.3/docs/design_docs/rql_parser_machine.graphviz
11868    M /rt/branches/rt-3.3/docs/design_docs/string-extraction-guide.txt
11869    M /rt/branches/rt-3.3/docs/design_docs/ticket_templates
11870    M /rt/branches/rt-3.3/docs/design_docs/users
11871    M /rt/branches/rt-3.3/docs/rt3-schema-relationships.dot
11872    M /rt/branches/rt-3.3/etc/RT_Config.pm.in
11873    M /rt/branches/rt-3.3/etc/RT_SiteConfig.pm
11874    M /rt/branches/rt-3.3/etc/acl.Informix
11875    M /rt/branches/rt-3.3/etc/acl.Oracle
11876    M /rt/branches/rt-3.3/etc/constraints.mysql
11877    M /rt/branches/rt-3.3/etc/drop.Informix
11878    M /rt/branches/rt-3.3/etc/drop.Oracle
11879    M /rt/branches/rt-3.3/etc/initialdata
11880    M /rt/branches/rt-3.3/etc/rt.spec
11881    M /rt/branches/rt-3.3/etc/schema.SQLite
11882    M /rt/branches/rt-3.3/html/Admin/Elements/AddCustomFieldValue
11883    M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
11884    M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFieldValues
11885    M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
11886    M /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
11887    M /rt/branches/rt-3.3/html/Admin/Elements/EditScrips
11888    M /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
11889    M /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalCustomFields
11890    M /rt/branches/rt-3.3/html/Admin/Elements/QueueRightsForUser
11891    M /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldType
11892    M /rt/branches/rt-3.3/html/Admin/Elements/SelectGroups
11893    M /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyGroup
11894    M /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
11895    M /rt/branches/rt-3.3/html/Admin/Elements/SelectRights
11896    M /rt/branches/rt-3.3/html/Admin/Elements/SelectScripAction
11897    M /rt/branches/rt-3.3/html/Admin/Elements/SelectScripCondition
11898    M /rt/branches/rt-3.3/html/Admin/Elements/SelectSingleOrMultiple
11899    M /rt/branches/rt-3.3/html/Admin/Elements/SelectUsers
11900    M /rt/branches/rt-3.3/html/Admin/Global/Scrip.html
11901    M /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
11902    M /rt/branches/rt-3.3/html/Admin/Groups/Members.html
11903    M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
11904    M /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
11905    M /rt/branches/rt-3.3/html/Admin/Groups/index.html
11906    M /rt/branches/rt-3.3/html/Admin/Queues/CustomField.html
11907    M /rt/branches/rt-3.3/html/Admin/Queues/CustomFields.html
11908    M /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
11909    M /rt/branches/rt-3.3/html/Approvals/Display.html
11910    M /rt/branches/rt-3.3/html/Approvals/Elements/Approve
11911    M /rt/branches/rt-3.3/html/Approvals/Elements/PendingMyApproval
11912    M /rt/branches/rt-3.3/html/Approvals/Elements/ShowDependency
11913    M /rt/branches/rt-3.3/html/Approvals/Elements/Tabs
11914    M /rt/branches/rt-3.3/html/Approvals/index.html
11915    M /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedEnd
11916    M /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedStart
11917    M /rt/branches/rt-3.3/html/Elements/CreateTicket
11918    M /rt/branches/rt-3.3/html/Elements/GotoTicket
11919    M /rt/branches/rt-3.3/html/Elements/Menu
11920    M /rt/branches/rt-3.3/html/Elements/MyRequests
11921    M /rt/branches/rt-3.3/html/Elements/MyTickets
11922    M /rt/branches/rt-3.3/html/Elements/PageLayout
11923    M /rt/branches/rt-3.3/html/Elements/Quicksearch
11924    M /rt/branches/rt-3.3/html/Elements/Refresh
11925    M /rt/branches/rt-3.3/html/Elements/SelectAttachmentField
11926    M /rt/branches/rt-3.3/html/Elements/SelectCustomFieldOperator
11927    M /rt/branches/rt-3.3/html/Elements/SelectCustomFieldValue
11928    M /rt/branches/rt-3.3/html/Elements/SelectGroups
11929    M /rt/branches/rt-3.3/html/Elements/SelectLinkType
11930    M /rt/branches/rt-3.3/html/Elements/SelectMatch
11931    M /rt/branches/rt-3.3/html/Elements/SelectNewTicketQueue
11932    M /rt/branches/rt-3.3/html/Elements/SelectQueue
11933    M /rt/branches/rt-3.3/html/Elements/SelectResultsPerPage
11934    M /rt/branches/rt-3.3/html/Elements/SelectSortOrder
11935    M /rt/branches/rt-3.3/html/Elements/SelectTicketSortBy
11936    M /rt/branches/rt-3.3/html/Elements/SelectTicketTypes
11937    M /rt/branches/rt-3.3/html/Elements/ViewUser
11938    M /rt/branches/rt-3.3/html/NoAuth/images/back_home.gif
11939    M /rt/branches/rt-3.3/html/NoAuth/images/bplogo.gif
11940    M /rt/branches/rt-3.3/html/NoAuth/images/favicon.png
11941    M /rt/branches/rt-3.3/html/NoAuth/images/head_requestracker.gif
11942    M /rt/branches/rt-3.3/html/NoAuth/images/rt.jpg
11943    M /rt/branches/rt-3.3/html/NoAuth/images/space.gif
11944    M /rt/branches/rt-3.3/html/NoAuth/images/spacer.gif
11945    M /rt/branches/rt-3.3/html/NoAuth/images/squares_blue.gif
11946    M /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/default
11947    M /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/ns
11948    M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
11949    M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/links
11950    M /rt/branches/rt-3.3/html/REST/1.0/Forms/user/default
11951    M /rt/branches/rt-3.3/html/REST/1.0/Forms/user/ns
11952    M /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
11953    M /rt/branches/rt-3.3/html/REST/1.0/logout
11954    M /rt/branches/rt-3.3/html/REST/1.0/search/dhandler
11955    M /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
11956    M /rt/branches/rt-3.3/html/REST/1.0/ticket/link
11957    M /rt/branches/rt-3.3/html/REST/1.0/ticket/merge
11958    M /rt/branches/rt-3.3/html/Search/Elements/PickCFs
11959    M /rt/branches/rt-3.3/html/Search/Elements/TicketRow
11960    M /rt/branches/rt-3.3/html/SelfService/Attachment/dhandler
11961    M /rt/branches/rt-3.3/html/SelfService/Closed.html
11962    M /rt/branches/rt-3.3/html/SelfService/Elements/Tabs
11963    M /rt/branches/rt-3.3/html/SelfService/index.html
11964    M /rt/branches/rt-3.3/html/Ticket/Create.html
11965    M /rt/branches/rt-3.3/html/Ticket/Display.html
11966    M /rt/branches/rt-3.3/html/Ticket/Elements/BulkLinks
11967    M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomField
11968    M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
11969    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowCustomFields
11970    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
11971    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageHeaders
11972    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
11973    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
11974    M /rt/branches/rt-3.3/html/Ticket/ShowEmailRecord.html
11975    M /rt/branches/rt-3.3/html/Tools/Offline.html
11976    M /rt/branches/rt-3.3/html/User/Delegation.html
11977    M /rt/branches/rt-3.3/html/User/Elements/DelegateRights
11978    M /rt/branches/rt-3.3/html/User/Elements/GroupTabs
11979    M /rt/branches/rt-3.3/html/User/Elements/Tabs
11980    M /rt/branches/rt-3.3/html/User/Groups/Members.html
11981    M /rt/branches/rt-3.3/html/User/Groups/Modify.html
11982    M /rt/branches/rt-3.3/html/User/Groups/index.html
11983    M /rt/branches/rt-3.3/html/index.html
11984    M /rt/branches/rt-3.3/html/l
11985    M /rt/branches/rt-3.3/install-sh
11986    M /rt/branches/rt-3.3/lib/RT/ACE_Overlay.pm
11987    M /rt/branches/rt-3.3/lib/RT/ACL_Overlay.pm
11988    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
11989    M /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
11990    M /rt/branches/rt-3.3/lib/RT/Action/ResolveMembers.pm
11991    M /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
11992    M /rt/branches/rt-3.3/lib/RT/Action/SetPriority.pm
11993    M /rt/branches/rt-3.3/lib/RT/Action/UserDefined.pm
11994    M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
11995    M /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
11996    M /rt/branches/rt-3.3/lib/RT/CachedGroupMember.pm
11997    M /rt/branches/rt-3.3/lib/RT/CachedGroupMember_Overlay.pm
11998    M /rt/branches/rt-3.3/lib/RT/CachedGroupMembers.pm
11999    M /rt/branches/rt-3.3/lib/RT/CachedGroupMembers_Overlay.pm
12000    M /rt/branches/rt-3.3/lib/RT/Condition/AnyTransaction.pm
12001    M /rt/branches/rt-3.3/lib/RT/Condition/BeforeDue.pm
12002    M /rt/branches/rt-3.3/lib/RT/Condition/Overdue.pm
12003    M /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
12004    M /rt/branches/rt-3.3/lib/RT/Condition/PriorityExceeds.pm
12005    M /rt/branches/rt-3.3/lib/RT/Condition/QueueChange.pm
12006    M /rt/branches/rt-3.3/lib/RT/Condition/StatusChange.pm
12007    M /rt/branches/rt-3.3/lib/RT/Condition/UserDefined.pm
12008    M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
12009    M /rt/branches/rt-3.3/lib/RT/CustomField.pm
12010    M /rt/branches/rt-3.3/lib/RT/CustomFieldValue.pm
12011    M /rt/branches/rt-3.3/lib/RT/CustomFieldValues.pm
12012    M /rt/branches/rt-3.3/lib/RT/CustomFieldValues_Overlay.pm
12013    M /rt/branches/rt-3.3/lib/RT/CustomFields.pm
12014    M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
12015    M /rt/branches/rt-3.3/lib/RT/Date.pm
12016    M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
12017    M /rt/branches/rt-3.3/lib/RT/GroupMember_Overlay.pm
12018    M /rt/branches/rt-3.3/lib/RT/GroupMembers_Overlay.pm
12019    M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
12020    M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
12021    M /rt/branches/rt-3.3/lib/RT/Handle.pm
12022    M /rt/branches/rt-3.3/lib/RT/I18N/cs.pm
12023    M /rt/branches/rt-3.3/lib/RT/I18N/cs.po
12024    M /rt/branches/rt-3.3/lib/RT/I18N/de.po
12025    M /rt/branches/rt-3.3/lib/RT/I18N/en.po
12026    M /rt/branches/rt-3.3/lib/RT/I18N/es.po
12027    M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
12028    M /rt/branches/rt-3.3/lib/RT/I18N/he.po
12029    M /rt/branches/rt-3.3/lib/RT/I18N/i_default.pm
12030    M /rt/branches/rt-3.3/lib/RT/I18N/it.po
12031    M /rt/branches/rt-3.3/lib/RT/I18N/ja.po
12032    M /rt/branches/rt-3.3/lib/RT/I18N/nl.po
12033    M /rt/branches/rt-3.3/lib/RT/I18N/no.po
12034    M /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
12035    M /rt/branches/rt-3.3/lib/RT/I18N/ru.po
12036    M /rt/branches/rt-3.3/lib/RT/Interface/CLI.pm
12037    M /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter/SpamAssassin.pm
12038    M /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
12039    M /rt/branches/rt-3.3/lib/RT/Interface/REST.pm
12040    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
12041    M /rt/branches/rt-3.3/lib/RT/Link.pm
12042    M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
12043    M /rt/branches/rt-3.3/lib/RT/Links.pm
12044    M /rt/branches/rt-3.3/lib/RT/Links_Overlay.pm
12045    M /rt/branches/rt-3.3/lib/RT/Principal.pm
12046    M /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
12047    M /rt/branches/rt-3.3/lib/RT/Principals.pm
12048    M /rt/branches/rt-3.3/lib/RT/Principals_Overlay.pm
12049    M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
12050    M /rt/branches/rt-3.3/lib/RT/Queues_Overlay.pm
12051    M /rt/branches/rt-3.3/lib/RT/ScripAction_Overlay.pm
12052    M /rt/branches/rt-3.3/lib/RT/ScripActions_Overlay.pm
12053    M /rt/branches/rt-3.3/lib/RT/ScripCondition_Overlay.pm
12054    M /rt/branches/rt-3.3/lib/RT/ScripConditions_Overlay.pm
12055    M /rt/branches/rt-3.3/lib/RT/Scrip_Overlay.pm
12056    M /rt/branches/rt-3.3/lib/RT/Search/ActiveTicketsInQueue.pm
12057    M /rt/branches/rt-3.3/lib/RT/Search/Generic.pm
12058    M /rt/branches/rt-3.3/lib/RT/System.pm
12059    M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
12060    M /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
12061    M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue.pm
12062    M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue_Overlay.pm
12063    M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues.pm
12064    M /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues_Overlay.pm
12065    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
12066    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
12067    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
12068    M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
12069    M /rt/branches/rt-3.3/lib/RT/URI/base.pm
12070    M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
12071    M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
12072    M /rt/branches/rt-3.3/lib/RT.pm.in
12073    M /rt/branches/rt-3.3/lib/t/00smoke.t.in
12074    M /rt/branches/rt-3.3/lib/t/01harness.t.in
12075    M /rt/branches/rt-3.3/lib/t/02regression.t.in
12076    M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/dir
12077    M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg1
12078    M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg2
12079    M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg3
12080    M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg4
12081    M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg5
12082    M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg6
12083    M /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg7
12084    M /rt/branches/rt-3.3/lib/t/data/multipart-alternative-with-umlaut
12085    M /rt/branches/rt-3.3/lib/t/data/multipart-report
12086    M /rt/branches/rt-3.3/lib/t/data/nested-mime-sample
12087    M /rt/branches/rt-3.3/lib/t/data/nested-rfc-822
12088    M /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1
12089    M /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1-full
12090    M /rt/branches/rt-3.3/lib/t/data/russian-subject-no-content-type
12091    M /rt/branches/rt-3.3/lib/t/data/text-html-in-russian
12092    M /rt/branches/rt-3.3/lib/t/data/text-html-with-umlaut
12093    M /rt/branches/rt-3.3/lib/t/regression/00placeholder
12094    M /rt/branches/rt-3.3/lib/t/regression/mime_tests
12095    M /rt/branches/rt-3.3/m4/rt_enable_layout.m4
12096    M /rt/branches/rt-3.3/m4/rt_expand_var.m4
12097    M /rt/branches/rt-3.3/m4/rt_layout.m4
12098    M /rt/branches/rt-3.3/m4/rt_subst_expanded_arg.m4
12099    M /rt/branches/rt-3.3/sbin/extract-message-catalog
12100    M /rt/branches/rt-3.3/sbin/extract_pod_tests
12101    M /rt/branches/rt-3.3/sbin/factory
12102    M /rt/branches/rt-3.3/sbin/regression_harness
12103    M /rt/branches/rt-3.3/sbin/rt-setup-database.in
12104    M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
12105
12106  r1484@tinbook:  jesse | 2004-05-07T00:31:24.624807Z
12107  
12108  Merging forward from 3.1
12109  ----------------------------------------------------------------------
12110
12111 ------------------------------------------------------------------------
12112 r843 | autrijus | 2004-05-06 04:13:18 -0400 (Thu, 06 May 2004) | 10 lines
12113 Changed paths:
12114    M /rt
12115    D /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
12116    M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
12117
12118  ----------------------------------------------------------------------
12119  r4415@not:  autrijus | 2004-05-03T06:42:06.584504Z
12120  
12121  * move atom-api.txt to RTx::Atom space.
12122  ----------------------------------------------------------------------
12123  r4510@not:  autrijus | 2004-05-06T07:44:35.710915Z
12124  
12125  * stub undef CustomField->QueueObj to make BuildFormatString happy.
12126  ----------------------------------------------------------------------
12127
12128 ------------------------------------------------------------------------
12129 r833 | jesse | 2004-05-05 14:18:03 -0400 (Wed, 05 May 2004) | 2 lines
12130 Changed paths:
12131    M /rt/branches/rt-3.3
12132
12133 A new merge ticket
12134
12135 ------------------------------------------------------------------------
12136 r810 | autrijus | 2004-05-02 21:00:48 -0400 (Sun, 02 May 2004) | 8 lines
12137 Changed paths:
12138    M /rt
12139    D /rt/branches/rt-3.3/html/REST/2.0
12140
12141  ----------------------------------------------------------------------
12142  r4394@not:  autrijus | 2004-05-03T01:00:51.890023Z
12143  
12144  * 301 Moved Permanently
12145  * Location: /RTx-Atom/html/Atom/0.3
12146  
12147  ----------------------------------------------------------------------
12148
12149 ------------------------------------------------------------------------
12150 r808 | autrijus | 2004-05-02 20:21:29 -0400 (Sun, 02 May 2004) | 15 lines
12151 Changed paths:
12152    M /rt
12153    M /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
12154    A /rt/branches/rt-3.3/html/REST/2.0/Add
12155    A /rt/branches/rt-3.3/html/REST/2.0/Add/index
12156    D /rt/branches/rt-3.3/html/REST/2.0/Create
12157    D /rt/branches/rt-3.3/html/REST/2.0/Delete
12158    A /rt/branches/rt-3.3/html/REST/2.0/Remove
12159    A /rt/branches/rt-3.3/html/REST/2.0/Remove/index
12160    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12161    M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
12162    M /rt/branches/rt-3.3/lib/RT/Date.pm
12163
12164  ----------------------------------------------------------------------
12165  r4385@not:  autrijus | 2004-05-02T21:16:04.349680Z
12166  
12167  * Correct POD for W3CDTF
12168  ----------------------------------------------------------------------
12169  r4388@not:  autrijus | 2004-05-03T00:17:22.934822Z
12170  
12171  * massive redesign based on discussion with obra.
12172  ----------------------------------------------------------------------
12173  r4389@not:  autrijus | 2004-05-03T00:21:25.960300Z
12174  
12175  * Rename "Create" to "Add"; "Delete" to "Remove".
12176  
12177  ----------------------------------------------------------------------
12178
12179 ------------------------------------------------------------------------
12180 r805 | autrijus | 2004-05-02 14:03:32 -0400 (Sun, 02 May 2004) | 10 lines
12181 Changed paths:
12182    M /rt
12183    A /rt/branches/rt-3.3/docs/design_docs/atom-api.txt
12184    A /rt/branches/rt-3.3/html/REST/2.0/Create/index
12185    A /rt/branches/rt-3.3/html/REST/2.0/Delete/index
12186    A /rt/branches/rt-3.3/html/REST/2.0/Describe
12187    A /rt/branches/rt-3.3/html/REST/2.0/Describe/index
12188    M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
12189    A /rt/branches/rt-3.3/html/REST/2.0/Get/index
12190    M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
12191    A /rt/branches/rt-3.3/html/REST/2.0/Put
12192    A /rt/branches/rt-3.3/html/REST/2.0/Put/index
12193    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12194    A /rt/branches/rt-3.3/html/REST/2.0/Update/index
12195    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12196    M /rt/branches/rt-3.3/html/REST/2.0/index
12197
12198  ----------------------------------------------------------------------
12199  r4382@not:  autrijus | 2004-05-02T18:02:39.870947Z
12200  
12201  * Describes RT/REST 2.0, Atom-compatible API.
12202  ----------------------------------------------------------------------
12203  r4383@not:  autrijus | 2004-05-02T18:03:08.473736Z
12204  
12205  * Put stubs to all the unimplemented verbs.
12206  ----------------------------------------------------------------------
12207
12208 ------------------------------------------------------------------------
12209 r804 | autrijus | 2004-05-02 11:58:17 -0400 (Sun, 02 May 2004) | 14 lines
12210 Changed paths:
12211    M /rt
12212    A /rt/branches/rt-3.3/html/REST/2.0/Elements/Error
12213    A /rt/branches/rt-3.3/html/REST/2.0/Elements/Introspect
12214    D /rt/branches/rt-3.3/html/REST/2.0/Error
12215    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12216    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12217    M /rt/branches/rt-3.3/html/REST/2.0/index
12218
12219  ----------------------------------------------------------------------
12220  r4379@not:  autrijus | 2004-05-02T15:26:00.873038Z
12221  
12222  * Do content negotiation with the browser and fallback on text/xml.
12223  * Clean up namespaces a little.
12224  ----------------------------------------------------------------------
12225  r4380@not:  autrijus | 2004-05-02T15:58:03.262688Z
12226  
12227  * Move Error/index to Elements/Error since Error is not a verb.
12228  * Refactor the Introspect part away to Elements/.
12229  * Correctly redirects /Templates/ and /template/ to /templates/.
12230  
12231  ----------------------------------------------------------------------
12232
12233 ------------------------------------------------------------------------
12234 r802 | autrijus | 2004-05-02 09:14:02 -0400 (Sun, 02 May 2004) | 7 lines
12235 Changed paths:
12236    M /rt
12237    M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
12238    M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
12239    M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/index.css
12240    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12241
12242  ----------------------------------------------------------------------
12243  r4375@not:  autrijus | 2004-05-02T13:13:38.884936Z
12244  
12245  * use ->URI correctly.
12246  * use <a xmlns="...html..."> so things can correct render in nongecko browsers.
12247  ----------------------------------------------------------------------
12248
12249 ------------------------------------------------------------------------
12250 r801 | autrijus | 2004-05-01 19:14:04 -0400 (Sat, 01 May 2004) | 6 lines
12251 Changed paths:
12252    M /rt
12253    M /rt/branches/rt-3.3/html/REST/2.0/index
12254
12255  ----------------------------------------------------------------------
12256  r4365@not:  autrijus | 2004-05-01T23:14:05.342098Z
12257  
12258  * Cross-introspection logic to eliminate subordinate classes from main index.
12259  ----------------------------------------------------------------------
12260
12261 ------------------------------------------------------------------------
12262 r800 | autrijus | 2004-05-01 17:39:50 -0400 (Sat, 01 May 2004) | 8 lines
12263 Changed paths:
12264    M /rt
12265    M /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
12266    M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
12267    A /rt/branches/rt-3.3/html/REST/2.0/NoAuth/index.css
12268    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12269    M /rt/branches/rt-3.3/html/REST/2.0/autohandler
12270    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12271    M /rt/branches/rt-3.3/html/REST/2.0/index
12272
12273  ----------------------------------------------------------------------
12274  r4363@not:  autrijus | 2004-05-01T21:39:51.608519Z
12275  
12276  * Index page implemented using multiple "Feed" services.
12277  * Lots of cute, little icons placed with CSS.
12278  * Much better preparation for autodiscovery; PostURI is now handled with "/type.new".
12279  ----------------------------------------------------------------------
12280
12281 ------------------------------------------------------------------------
12282 r799 | autrijus | 2004-05-01 14:54:56 -0400 (Sat, 01 May 2004) | 6 lines
12283 Changed paths:
12284    M /rt
12285    M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
12286
12287  ----------------------------------------------------------------------
12288  r4361@not:  autrijus | 2004-05-01T18:55:05.234036Z
12289  
12290  * Even more CSS tricks.
12291  ----------------------------------------------------------------------
12292
12293 ------------------------------------------------------------------------
12294 r798 | autrijus | 2004-05-01 14:49:18 -0400 (Sat, 01 May 2004) | 14 lines
12295 Changed paths:
12296    M /rt
12297    M /rt/branches/rt-3.3/html/Admin/Elements/Header
12298    M /rt/branches/rt-3.3/html/Admin/Global/Templates.html
12299    M /rt/branches/rt-3.3/html/Elements/Header
12300    M /rt/branches/rt-3.3/html/Elements/TicketList
12301    A /rt/branches/rt-3.3/html/REST/2.0/Elements
12302    A /rt/branches/rt-3.3/html/REST/2.0/Elements/Link
12303    M /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
12304    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12305    M /rt/branches/rt-3.3/html/REST/2.0/autohandler
12306
12307  ----------------------------------------------------------------------
12308  r4357@not:  autrijus | 2004-05-01T18:47:10.055533Z
12309  
12310  * Various CSS tricks.
12311  ----------------------------------------------------------------------
12312  r4358@not:  autrijus | 2004-05-01T18:47:49.553353Z
12313  
12314  * Fixed an off-by-one error in ticket listing.
12315  ----------------------------------------------------------------------
12316  r4359@not:  autrijus | 2004-05-01T18:48:06.789268Z
12317  
12318  * support for Atom autodiscovery.
12319  ----------------------------------------------------------------------
12320
12321 ------------------------------------------------------------------------
12322 r797 | autrijus | 2004-05-01 12:11:01 -0400 (Sat, 01 May 2004) | 6 lines
12323 Changed paths:
12324    M /rt
12325    M /rt/branches/rt-3.3/html/REST/2.0/Error/index
12326
12327  ----------------------------------------------------------------------
12328  r4353@not:  autrijus | 2004-05-01T16:11:10.795277Z
12329  
12330  * finally Error works for all three supported carriers.
12331  ----------------------------------------------------------------------
12332
12333 ------------------------------------------------------------------------
12334 r796 | autrijus | 2004-05-01 12:07:33 -0400 (Sat, 01 May 2004) | 17 lines
12335 Changed paths:
12336    M /rt
12337    M /rt/branches/rt-3.3/bin/standalone_httpd.in
12338    M /rt/branches/rt-3.3/html/REST/2.0/Error/index
12339    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12340    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12341
12342  ----------------------------------------------------------------------
12343  r4349@not:  autrijus | 2004-05-01T15:36:00.221832Z
12344  
12345  * Properly clean up leftover HTTP_* environment variables.
12346  * Pass authorization header to Mason.
12347  * Send out correct HTTP status code instead of blindly assuming 200.
12348  ----------------------------------------------------------------------
12349  r4350@not:  autrijus | 2004-05-01T15:59:39.046584Z
12350  
12351  * RT::Date->new also takes currentuser.
12352  ----------------------------------------------------------------------
12353  r4351@not:  autrijus | 2004-05-01T16:00:38.530367Z
12354  
12355  * Correctly handle nonce disposal.
12356  * $m->abort is needed for mod_perl2.
12357  ----------------------------------------------------------------------
12358
12359 ------------------------------------------------------------------------
12360 r795 | autrijus | 2004-05-01 09:58:07 -0400 (Sat, 01 May 2004) | 6 lines
12361 Changed paths:
12362    M /rt
12363    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12364
12365  ----------------------------------------------------------------------
12366  r4347@not:  autrijus | 2004-05-01T13:58:14.427055Z
12367  
12368  * it's Queues, not Queue
12369  ----------------------------------------------------------------------
12370
12371 ------------------------------------------------------------------------
12372 r794 | autrijus | 2004-05-01 09:55:57 -0400 (Sat, 01 May 2004) | 6 lines
12373 Changed paths:
12374    M /rt
12375    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12376
12377  ----------------------------------------------------------------------
12378  r4345@not:  autrijus | 2004-05-01T13:56:03.778530Z
12379  
12380  * use absolute URIs, not relative ones, per the Atom spec
12381  ----------------------------------------------------------------------
12382
12383 ------------------------------------------------------------------------
12384 r793 | autrijus | 2004-05-01 09:51:25 -0400 (Sat, 01 May 2004) | 6 lines
12385 Changed paths:
12386    M /rt
12387    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12388
12389  ----------------------------------------------------------------------
12390  r4343@not:  autrijus | 2004-05-01T13:51:31.406464Z
12391  
12392  * link semantics now agrees with AtomAPI.
12393  ----------------------------------------------------------------------
12394
12395 ------------------------------------------------------------------------
12396 r792 | autrijus | 2004-05-01 09:35:28 -0400 (Sat, 01 May 2004) | 6 lines
12397 Changed paths:
12398    M /rt
12399    M /rt/branches/rt-3.3/html/REST/2.0/Search/index
12400
12401  ----------------------------------------------------------------------
12402  r4341@not:  autrijus | 2004-05-01T13:35:35.544895Z
12403  
12404  * Make <id> slightly more unique
12405  ----------------------------------------------------------------------
12406
12407 ------------------------------------------------------------------------
12408 r791 | autrijus | 2004-05-01 09:33:03 -0400 (Sat, 01 May 2004) | 6 lines
12409 Changed paths:
12410    M /rt
12411    M /rt/branches/rt-3.3/html/REST/2.0/Error/index
12412    M /rt/branches/rt-3.3/html/REST/2.0/autohandler
12413
12414  ----------------------------------------------------------------------
12415  r4339@not:  autrijus | 2004-05-01T13:32:59.502832Z
12416  
12417  * adapt for FastCGI's needs
12418  ----------------------------------------------------------------------
12419
12420 ------------------------------------------------------------------------
12421 r790 | autrijus | 2004-05-01 09:22:21 -0400 (Sat, 01 May 2004) | 9 lines
12422 Changed paths:
12423    M /rt
12424    A /rt/branches/rt-3.3/html/REST/2.0/Auth
12425    A /rt/branches/rt-3.3/html/REST/2.0/Create
12426    A /rt/branches/rt-3.3/html/REST/2.0/Delete
12427    A /rt/branches/rt-3.3/html/REST/2.0/Error
12428    A /rt/branches/rt-3.3/html/REST/2.0/Error/index
12429    A /rt/branches/rt-3.3/html/REST/2.0/Get
12430    A /rt/branches/rt-3.3/html/REST/2.0/Search
12431    A /rt/branches/rt-3.3/html/REST/2.0/Search/index
12432    A /rt/branches/rt-3.3/html/REST/2.0/Update
12433    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12434    A /rt/branches/rt-3.3/html/REST/2.0/index
12435
12436  ----------------------------------------------------------------------
12437  r4335@not:  autrijus | 2004-05-01T13:20:56.570615Z
12438  
12439  * Establish directory layout.
12440  * Error handling.
12441  * Refactor out the 'Search' verb.
12442  
12443  ----------------------------------------------------------------------
12444
12445 ------------------------------------------------------------------------
12446 r788 | autrijus | 2004-05-01 07:44:58 -0400 (Sat, 01 May 2004) | 7 lines
12447 Changed paths:
12448    M /rt
12449    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12450
12451  ----------------------------------------------------------------------
12452  r4331@not:  autrijus | 2004-05-01T11:44:31.355329Z
12453  
12454  * do not offer WSSE auth to non-atom clients, and vice versa,
12455    to avoid spurious auth warnings.
12456  ----------------------------------------------------------------------
12457
12458 ------------------------------------------------------------------------
12459 r785 | autrijus | 2004-05-01 07:16:25 -0400 (Sat, 01 May 2004) | 10 lines
12460 Changed paths:
12461    M /rt
12462    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12463    M /rt/branches/rt-3.3/lib/RT/Date.pm
12464
12465  ----------------------------------------------------------------------
12466  r4323@not:  autrijus | 2004-05-01T11:14:28.377660Z
12467  
12468  * implement ->W3CDTF.
12469  ----------------------------------------------------------------------
12470  r4324@not:  autrijus | 2004-05-01T11:16:31.456041Z
12471  
12472  * we are now a valid Atom feed.
12473  ----------------------------------------------------------------------
12474
12475 ------------------------------------------------------------------------
12476 r784 | autrijus | 2004-05-01 06:52:15 -0400 (Sat, 01 May 2004) | 7 lines
12477 Changed paths:
12478    M /rt
12479    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12480
12481  ----------------------------------------------------------------------
12482  r4321@not:  autrijus | 2004-05-01T10:52:23.225100Z
12483  
12484  * add fastcgi support.
12485  * make proper use of X-WSSE header instead of demanding Authorization
12486  ----------------------------------------------------------------------
12487
12488 ------------------------------------------------------------------------
12489 r783 | autrijus | 2004-05-01 06:50:30 -0400 (Sat, 01 May 2004) | 6 lines
12490 Changed paths:
12491    M /rt
12492    M /rt/branches/rt-3.3/lib/RT/I18N.pm
12493
12494  ----------------------------------------------------------------------
12495  r4319@not:  autrijus | 2004-05-01T10:50:15.580296Z
12496  
12497  * glob local/*.po too for consistency and intuitiveness.
12498  ----------------------------------------------------------------------
12499
12500 ------------------------------------------------------------------------
12501 r782 | autrijus | 2004-05-01 06:35:23 -0400 (Sat, 01 May 2004) | 8 lines
12502 Changed paths:
12503    M /rt
12504    A /rt/branches/rt-3.3/html/REST/2.0/NoAuth
12505    A /rt/branches/rt-3.3/html/REST/2.0/NoAuth/feed.css
12506    M /rt/branches/rt-3.3/html/REST/2.0/autohandler
12507    M /rt/branches/rt-3.3/html/REST/2.0/dhandler
12508
12509  ----------------------------------------------------------------------
12510  r4317@not:  autrijus | 2004-05-01T10:35:00.584748Z
12511  
12512  * now does Basic and Digest authentication, too.
12513  * CSSify the example feed
12514  
12515  ----------------------------------------------------------------------
12516
12517 ------------------------------------------------------------------------
12518 r781 | autrijus | 2004-04-30 23:24:12 -0400 (Fri, 30 Apr 2004) | 7 lines
12519 Changed paths:
12520    M /rt
12521    A /rt/branches/rt-3.3/html/REST/2.0
12522    A /rt/branches/rt-3.3/html/REST/2.0/autohandler
12523    A /rt/branches/rt-3.3/html/REST/2.0/dhandler
12524    M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
12525
12526  ----------------------------------------------------------------------
12527  r4309@not:  autrijus | 2004-05-01T03:22:53.730384Z
12528  
12529  * initial commit of RT/REST 2.0 API and WSSE authentication.
12530  
12531  ----------------------------------------------------------------------
12532
12533 ------------------------------------------------------------------------
12534 r766 | jesse | 2004-04-28 14:26:02 -0400 (Wed, 28 Apr 2004) | 6 lines
12535 Changed paths:
12536    M /rt/branches/rt-3.3/etc/upgrade
12537    A /rt/branches/rt-3.3/etc/upgrade/3.3.0
12538    A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Informix
12539    A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Oracle
12540    A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.Pg
12541    A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.SQLite
12542    A /rt/branches/rt-3.3/etc/upgrade/3.3.0/acl.mysql
12543    A /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.Pg
12544    A /rt/branches/rt-3.3/etc/upgrade/3.3.0/schema.mysql
12545
12546  ----------------------------------------------------------------------
12547  r2206@tinbook:  jesse | 2004-04-28T18:24:56.988760Z
12548  
12549  Added the beginnings of upgrade 3.1->3.3 functionality. has not yet been tested
12550  ----------------------------------------------------------------------
12551  
12552 ------------------------------------------------------------------------
12553 r763 | autrijus | 2004-04-28 02:05:14 -0400 (Wed, 28 Apr 2004) | 8 lines
12554 Changed paths:
12555    M /rt
12556    M /rt/branches/rt-3.3/lib/RT/Base.pm
12557    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
12558
12559  ----------------------------------------------------------------------
12560  r4223@not:  autrijus | 2004-04-28T06:00:27.794797Z
12561  
12562  * correctly put loc_fuzzy in Base.
12563  * do not double-encode EscapeUTF8 for Mason.  this resolves the weird
12564    standalong-httpd bug.
12565  ----------------------------------------------------------------------
12566
12567 ------------------------------------------------------------------------
12568 r761 | jesse | 2004-04-27 23:16:35 -0400 (Tue, 27 Apr 2004) | 2 lines
12569 Changed paths:
12570    M /rt/branches/rt-3.3/etc/schema.Pg
12571
12572 Updating schema for 3.3 to use 'integer' on postgres rather than int2 on Andrew Sullivan's recommendation
12573
12574 ------------------------------------------------------------------------
12575 r758 | autrijus | 2004-04-27 16:12:38 -0400 (Tue, 27 Apr 2004) | 6 lines
12576 Changed paths:
12577    M /rt
12578    M /rt/branches/rt-3.3/html/Elements/Footer
12579
12580  ----------------------------------------------------------------------
12581  r4214@not:  autrijus | 2004-04-27T20:12:39.658238Z
12582  
12583  * rework Footer l10n into one line so not to confuse the old string extractor
12584  ----------------------------------------------------------------------
12585
12586 ------------------------------------------------------------------------
12587 r757 | autrijus | 2004-04-27 16:09:45 -0400 (Tue, 27 Apr 2004) | 6 lines
12588 Changed paths:
12589    M /rt
12590    M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
12591    M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
12592
12593  ----------------------------------------------------------------------
12594  r4211@not:  autrijus | 2004-04-27T19:55:32.087502Z
12595  
12596  * Chinese translations.
12597  ----------------------------------------------------------------------
12598
12599 ------------------------------------------------------------------------
12600 r756 | autrijus | 2004-04-27 04:46:57 -0400 (Tue, 27 Apr 2004) | 7 lines
12601 Changed paths:
12602    M /rt
12603    M /rt/branches/rt-3.3/README
12604
12605  ----------------------------------------------------------------------
12606  r4195@not:  autrijus | 2004-04-27T08:46:36.958817Z
12607  
12608  * now mod_perl2 only needs one line of extra setup.
12609   
12610  ----------------------------------------------------------------------
12611
12612 ------------------------------------------------------------------------
12613 r746 | autrijus | 2004-04-26 15:11:33 -0400 (Mon, 26 Apr 2004) | 7 lines
12614 Changed paths:
12615    M /rt
12616    M /rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm
12617    M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
12618
12619  ----------------------------------------------------------------------
12620  r4176@not:  autrijus | 2004-04-26T19:09:53.594445Z
12621  
12622  * switch password format from base64 to hex; maintaining legacy
12623    compatibility by upgrading passwords in-place upon successful auth
12624  ----------------------------------------------------------------------
12625
12626 ------------------------------------------------------------------------
12627 r745 | autrijus | 2004-04-26 15:02:48 -0400 (Mon, 26 Apr 2004) | 6 lines
12628 Changed paths:
12629    M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
12630
12631  ----------------------------------------------------------------------
12632  r4171@not:  autrijus | 2004-04-26T18:59:54.608186Z
12633  
12634  * correct EMPTY and NULL support for $Tickets->LimitAttribute().
12635  ----------------------------------------------------------------------
12636
12637 ------------------------------------------------------------------------
12638 r744 | autrijus | 2004-04-26 15:01:49 -0400 (Mon, 26 Apr 2004) | 8 lines
12639 Changed paths:
12640    M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
12641
12642  ----------------------------------------------------------------------
12643  r4170@not:  autrijus | 2004-04-26T18:56:10.826541Z
12644  
12645  * Do not crash the application when Template parsing failed; instead
12646    capture the error and handle it with $RT::Logger->error().
12647  
12648  ----------------------------------------------------------------------
12649
12650 ------------------------------------------------------------------------
12651 r743 | autrijus | 2004-04-26 15:01:05 -0400 (Mon, 26 Apr 2004) | 8 lines
12652 Changed paths:
12653    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
12654
12655  ----------------------------------------------------------------------
12656  r4169@not:  autrijus | 2004-04-26T18:52:39.442581Z
12657  
12658  * allow subkeys limit like $Tickets->Limit( FIELD => 'Requestor.Id' );
12659    previously it was only available from "CF.*" keys.
12660  
12661  ----------------------------------------------------------------------
12662
12663 ------------------------------------------------------------------------
12664 r741 | autrijus | 2004-04-26 14:48:52 -0400 (Mon, 26 Apr 2004) | 3 lines
12665 Changed paths:
12666    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
12667
12668 * freeze() forgot to take account of the look_at_* indices, resulting
12669   in incorrect object after thaw()ing
12670
12671 ------------------------------------------------------------------------
12672 r733 | autrijus | 2004-04-23 15:09:40 -0400 (Fri, 23 Apr 2004) | 5 lines
12673 Changed paths:
12674    M /rt
12675    M /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
12676
12677  r4083@not:  autrijus | 2004-04-23T19:08:59.061919Z
12678  
12679  * ENTRY_AGGREGATOR is a misspelling (for ENTRYAGGREGATOR), and it
12680    defaults to OR anyway, so simply eliminate this bogus parameter.
12681
12682 ------------------------------------------------------------------------
12683 r722 | autrijus | 2004-04-21 18:32:19 -0400 (Wed, 21 Apr 2004) | 10 lines
12684 Changed paths:
12685    M /rt
12686    M /rt/branches/rt-3.1/lib/RT/SearchBuilder.pm
12687    M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
12688
12689  r4037@not:  autrijus | 2004-04-21T22:30:37.269510Z
12690  
12691  * It turns out that for EMPTY => 1 to work, IS NULL needs to be OR'ed
12692    to the other columns as well...
12693  
12694  ----------------------------------------------------------------------
12695  r4038@not:  autrijus | 2004-04-21T22:31:56.271421Z
12696  
12697  * merge previous commit from 3.3 to 3.1.
12698
12699 ------------------------------------------------------------------------
12700 r719 | autrijus | 2004-04-21 14:59:55 -0400 (Wed, 21 Apr 2004) | 4 lines
12701 Changed paths:
12702    M /rt
12703    M /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
12704
12705  r4027@not:  autrijus | 2004-04-21T18:59:19.548165Z
12706
12707  * LimitAttribute( EMPTY => 1 ) is much more correctly handled with a IS NULL.
12708
12709 ------------------------------------------------------------------------
12710 r717 | jesse | 2004-04-21 01:25:01 -0400 (Wed, 21 Apr 2004) | 6 lines
12711 Changed paths:
12712    M /rt/branches/rt-3.3
12713    M /rt/branches/rt-3.3/Makefile.in
12714    M /rt/branches/rt-3.3/bin/webmux.pl.in
12715    M /rt/branches/rt-3.3/configure.ac
12716    M /rt/branches/rt-3.3/etc/RT_Config.pm.in
12717    M /rt/branches/rt-3.3/etc/schema.mysql
12718    A /rt/branches/rt-3.3/etc/upgrade/3.1.0
12719    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Informix
12720    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Oracle
12721    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.Pg
12722    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.SQLite
12723    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/acl.mysql
12724    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/content
12725    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Informix
12726    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Oracle
12727    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.Pg
12728    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.SQLite
12729    A /rt/branches/rt-3.3/etc/upgrade/3.1.0/schema.mysql
12730    M /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
12731    A /rt/branches/rt-3.3/html/Admin/Elements/ToolTabs
12732    A /rt/branches/rt-3.3/html/Admin/Tools
12733    A /rt/branches/rt-3.3/html/Admin/Tools/Configuration.html
12734    A /rt/branches/rt-3.3/html/Admin/Tools/index.html
12735    A /rt/branches/rt-3.3/html/Elements/QueryString
12736    A /rt/branches/rt-3.3/html/Elements/ScrubHTML
12737    M /rt/branches/rt-3.3/html/Elements/Tabs
12738    M /rt/branches/rt-3.3/html/Elements/TicketList
12739    M /rt/branches/rt-3.3/html/NoAuth/webrt.css
12740    M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
12741    M /rt/branches/rt-3.3/html/Scope/Search.html
12742    M /rt/branches/rt-3.3/html/Search/Build.html
12743    M /rt/branches/rt-3.3/html/Search/Edit.html
12744    M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
12745    M /rt/branches/rt-3.3/html/Search/Elements/DisplayOptions
12746    M /rt/branches/rt-3.3/html/Search/Elements/EditFormat
12747    M /rt/branches/rt-3.3/html/Search/Elements/EditSearches
12748    M /rt/branches/rt-3.3/html/Search/Results.html
12749    M /rt/branches/rt-3.3/html/Search/Results.rdf
12750    M /rt/branches/rt-3.3/html/Search/Results.tsv
12751    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
12752    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
12753    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransactionAttachments
12754    M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
12755    A /rt/branches/rt-3.3/html/Ticket/ShowEmailRecord.html
12756    M /rt/branches/rt-3.3/html/Ticket/Update.html
12757    A /rt/branches/rt-3.3/html/Tools/Elements
12758    A /rt/branches/rt-3.3/html/Tools/Elements/Tabs
12759    A /rt/branches/rt-3.3/html/Tools/Offline.html
12760    M /rt/branches/rt-3.3/html/autohandler
12761    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
12762    M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
12763    M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
12764    M /rt/branches/rt-3.3/lib/RT/I18N.pm
12765    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
12766    M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
12767    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
12768    M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
12769    M /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
12770    M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
12771
12772   ----------------------------------------------------------------------
12773   r2113@tinbook:  jesse | 2004-04-21T05:24:17.573962Z
12774   
12775   Remerging from RT 3.1.x
12776   ----------------------------------------------------------------------
12777   
12778 ------------------------------------------------------------------------
12779 r714 | autrijus | 2004-04-20 23:49:45 -0400 (Tue, 20 Apr 2004) | 7 lines
12780 Changed paths:
12781    M /rt
12782    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
12783    A /rt/branches/rt-3.3/html/Elements/ShowCustomFieldImage
12784    M /rt/branches/rt-3.3/html/Elements/ShowCustomFields
12785
12786 r4005@not:  autrijus | 2004-04-21T03:49:17.533641Z
12787
12788 RT-Ticket: 5365
12789 RT-Status: resolved
12790
12791 Make image display inline on ticket info screen.
12792
12793 ------------------------------------------------------------------------
12794 r712 | leira | 2004-04-20 22:49:09 -0400 (Tue, 20 Apr 2004) | 2 lines
12795 Changed paths:
12796    M /rt/branches/rt-3.3/html/Admin/Groups/index.html
12797    M /rt/branches/rt-3.3/html/Admin/Users/index.html
12798    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
12799
12800 fix WebPath urls
12801
12802 ------------------------------------------------------------------------
12803 r711 | leira | 2004-04-20 22:43:57 -0400 (Tue, 20 Apr 2004) | 2 lines
12804 Changed paths:
12805    M /rt/branches/rt-3.3/html/Admin/Groups/index.html
12806    M /rt/branches/rt-3.3/html/Admin/Users/index.html
12807    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
12808    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
12809
12810 Dowload links need the WebPath.
12811
12812 ------------------------------------------------------------------------
12813 r710 | leira | 2004-04-20 22:37:34 -0400 (Tue, 20 Apr 2004) | 2 lines
12814 Changed paths:
12815    M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
12816
12817 decode_utf8, not decode_utf_8
12818
12819 ------------------------------------------------------------------------
12820 r709 | leira | 2004-04-20 22:16:04 -0400 (Tue, 20 Apr 2004) | 2 lines
12821 Changed paths:
12822    M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
12823
12824 "decode_utf_8", not "decode_utf 8"
12825
12826 ------------------------------------------------------------------------
12827 r708 | leira | 2004-04-20 22:15:39 -0400 (Tue, 20 Apr 2004) | 2 lines
12828 Changed paths:
12829    M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
12830
12831 CFs are no longer attached to queues.
12832
12833 ------------------------------------------------------------------------
12834 r707 | jesse | 2004-04-20 21:21:11 -0400 (Tue, 20 Apr 2004) | 1 line
12835 Changed paths:
12836    M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
12837    M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
12838    M /rt/branches/rt-3.3/lib/RT/Record.pm
12839
12840 Adding support for encoding LOBs for the new custom field behaviour
12841 ------------------------------------------------------------------------
12842 r703 | jesse | 2004-04-19 22:26:50 -0400 (Mon, 19 Apr 2004) | 1 line
12843 Changed paths:
12844    M /rt/branches/rt-3.3
12845    M /rt/branches/rt-3.3/etc/schema.Pg
12846    M /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
12847    M /rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments
12848    M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
12849
12850 "Another pass at trying to fix the schema"
12851 ------------------------------------------------------------------------
12852 r702 | jesse | 2004-04-19 22:12:32 -0400 (Mon, 19 Apr 2004) | 2 lines
12853 Changed paths:
12854    M /rt/branches/rt-3.3/etc/acl.Pg
12855    M /rt/branches/rt-3.3/etc/schema.Pg
12856
12857 Fixing conflicts from fixing the same bugs as linda.
12858
12859 ------------------------------------------------------------------------
12860 r701 | leira | 2004-04-19 14:35:01 -0400 (Mon, 19 Apr 2004) | 2 lines
12861 Changed paths:
12862    M /rt/branches/rt-3.3/etc/acl.Pg
12863
12864 One more acl fix.
12865
12866 ------------------------------------------------------------------------
12867 r700 | leira | 2004-04-19 14:16:08 -0400 (Mon, 19 Apr 2004) | 2 lines
12868 Changed paths:
12869    M /rt/branches/rt-3.3/etc/acl.Pg
12870    M /rt/branches/rt-3.3/etc/schema.Pg
12871
12872 Schema & acl fixes for Postgres.
12873
12874 ------------------------------------------------------------------------
12875 r695 | autrijus | 2004-04-16 15:33:06 -0400 (Fri, 16 Apr 2004) | 4 lines
12876 Changed paths:
12877    M /rt
12878    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
12879
12880 r3928@not:  autrijus | 2004-04-16T19:32:35.970968Z
12881
12882 Fix select CF display bug as reported by leira
12883
12884 ------------------------------------------------------------------------
12885 r685 | autrijus | 2004-04-14 05:29:23 -0400 (Wed, 14 Apr 2004) | 5 lines
12886 Changed paths:
12887    M /rt
12888    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
12889
12890 r3851@not:  autrijus | 2004-04-14T09:27:57.550568Z
12891
12892 * make EditCustomFieldBinary's condition style agree with other
12893   elements -- also avoids comparing an uninitialized value.
12894
12895 ------------------------------------------------------------------------
12896 r682 | leira | 2004-04-12 02:07:01 -0400 (Mon, 12 Apr 2004) | 2 lines
12897 Changed paths:
12898    M /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
12899    M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
12900    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
12901    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
12902    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
12903    M /rt/branches/rt-3.3/html/Elements/EditCustomFieldText
12904    M /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
12905    M /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
12906    M /rt/branches/rt-3.3/html/Ticket/Modify.html
12907    M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
12908    M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
12909    M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
12910    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
12911    M /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues_Overlay.pm
12912    M /rt/branches/rt-3.3/lib/RT/Record.pm
12913    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
12914    M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
12915
12916 Fixes from autrijus.
12917
12918 ------------------------------------------------------------------------
12919 r665 | jesse | 2004-04-02 16:54:23 -0500 (Fri, 02 Apr 2004) | 1 line
12920 Changed paths:
12921    M /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
12922
12923 Allowing the custom field admin screens to add custom fields to all users
12924 ------------------------------------------------------------------------
12925 r664 | jesse | 2004-04-02 16:39:27 -0500 (Fri, 02 Apr 2004) | 1 line
12926 Changed paths:
12927    M /rt/branches/rt-3.3/lib/RT/Record.pm
12928    M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
12929
12930 Pulling forward relationships fixes from 3.1; updating a transaction-related assertion for 3.3
12931 ------------------------------------------------------------------------
12932 r662 | jesse | 2004-04-02 10:54:22 -0500 (Fri, 02 Apr 2004) | 1 line
12933 Changed paths:
12934    M /rt/branches/rt-3.3/etc/acl.Pg
12935    M /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
12936    M /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
12937    A /rt/branches/rt-3.3/html/Elements/EditLinks
12938    M /rt/branches/rt-3.3/html/Elements/MessageBox
12939    M /rt/branches/rt-3.3/html/Elements/SelectMatch
12940    A /rt/branches/rt-3.3/html/Elements/ShowLink
12941    A /rt/branches/rt-3.3/html/Elements/ShowLinks
12942    M /rt/branches/rt-3.3/html/Scope/Elements/ShowSummary
12943    M /rt/branches/rt-3.3/html/Search/Build.html
12944    M /rt/branches/rt-3.3/html/Search/Bulk.html
12945    M /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
12946    M /rt/branches/rt-3.3/html/SelfService/Display.html
12947    M /rt/branches/rt-3.3/html/Ticket/Create.html
12948    M /rt/branches/rt-3.3/html/Ticket/Display.html
12949    A /rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments
12950    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
12951    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
12952    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
12953    M /rt/branches/rt-3.3/html/Ticket/History.html
12954    M /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
12955    M /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
12956    M /rt/branches/rt-3.3/html/Ticket/Update.html
12957    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
12958    M /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
12959    M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
12960    M /rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm
12961    M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
12962    M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
12963    A /rt/branches/rt-3.3/lib/RT/I18N/da.po
12964    M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
12965    A /rt/branches/rt-3.3/lib/RT/I18N/hu.po
12966    M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
12967    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
12968    M /rt/branches/rt-3.3/lib/RT/Record.pm
12969    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
12970    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
12971    M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
12972    M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
12973    M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
12974
12975 Took a hand-merging pass at 3.1->3.3 after autrijus manual baseless merge.
12976 ------------------------------------------------------------------------
12977 r661 | autrijus | 2004-04-02 08:57:08 -0500 (Fri, 02 Apr 2004) | 3 lines
12978 Changed paths:
12979    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
12980
12981 * put Ticket_Overlay back to where it was.
12982
12983
12984 ------------------------------------------------------------------------
12985 r660 | autrijus | 2004-04-02 08:43:44 -0500 (Fri, 02 Apr 2004) | 1 line
12986 Changed paths:
12987    M /rt
12988    M /rt/branches/rt-3.3
12989    M /rt/branches/rt-3.3/Makefile.in
12990    A /rt/branches/rt-3.3/README.Oracle
12991    M /rt/branches/rt-3.3/UPGRADING
12992    M /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
12993    M /rt/branches/rt-3.3/bin/mason_handler.scgi.in
12994    M /rt/branches/rt-3.3/bin/rt-crontool.in
12995    M /rt/branches/rt-3.3/bin/rt-mailgate.in
12996    M /rt/branches/rt-3.3/bin/rt.in
12997    M /rt/branches/rt-3.3/bin/webmux.pl.in
12998    M /rt/branches/rt-3.3/config.layout
12999    M /rt/branches/rt-3.3/configure.ac
13000    M /rt/branches/rt-3.3/etc/initialdata
13001    M /rt/branches/rt-3.3/etc/schema.Informix
13002    M /rt/branches/rt-3.3/etc/schema.Oracle
13003    M /rt/branches/rt-3.3/etc/schema.SQLite
13004    A /rt/branches/rt-3.3/etc/upgrade/3.1.15
13005    A /rt/branches/rt-3.3/etc/upgrade/3.1.15/content
13006    M /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
13007    M /rt/branches/rt-3.3/html/Admin/Elements/SelectStage
13008    M /rt/branches/rt-3.3/html/Elements/Callback
13009    M /rt/branches/rt-3.3/html/Elements/MessageBox
13010    M /rt/branches/rt-3.3/html/Elements/SelectLang
13011    M /rt/branches/rt-3.3/html/Elements/SelectMatch
13012    M /rt/branches/rt-3.3/html/Elements/SelectWatcherType
13013    M /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
13014    M /rt/branches/rt-3.3/html/Elements/SimpleSearch
13015    M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
13016    M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/history
13017    M /rt/branches/rt-3.3/html/REST/1.0/autohandler
13018    M /rt/branches/rt-3.3/html/REST/1.0/dhandler
13019    M /rt/branches/rt-3.3/html/REST/1.0/search/ticket
13020    M /rt/branches/rt-3.3/html/Scope/Elements/ShowHistory
13021    M /rt/branches/rt-3.3/html/Scope/Elements/ShowTransaction
13022    M /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
13023    M /rt/branches/rt-3.3/html/SelfService/Elements/MyRequests
13024    M /rt/branches/rt-3.3/html/Ticket/Attachment/dhandler
13025    M /rt/branches/rt-3.3/html/Ticket/Display.html
13026    M /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
13027    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
13028    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
13029    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageStanza
13030    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
13031    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
13032    M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
13033    M /rt/branches/rt-3.3/html/index.html
13034    M /rt/branches/rt-3.3/lib/RT/Action/AutoOpen.pm
13035    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
13036    M /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
13037    M /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
13038    M /rt/branches/rt-3.3/lib/RT/Base.pm
13039    M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
13040    M /rt/branches/rt-3.3/lib/RT/EmailParser.pm
13041    M /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
13042    M /rt/branches/rt-3.3/lib/RT/Handle.pm
13043    M /rt/branches/rt-3.3/lib/RT/I18N/fi.po
13044    M /rt/branches/rt-3.3/lib/RT/I18N/fr.po
13045    M /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
13046    M /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
13047    M /rt/branches/rt-3.3/lib/RT/I18N.pm
13048    M /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
13049    M /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
13050    M /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
13051    M /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
13052    M /rt/branches/rt-3.3/lib/RT/StyleGuide.pod
13053    M /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
13054    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
13055    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
13056    M /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
13057    M /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
13058    M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
13059    M /rt/branches/rt-3.3/lib/RT/URI.pm
13060    M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
13061    M /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
13062    M /rt/branches/rt-3.3/lib/t/03web.pl.in
13063    M /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
13064    M /rt/branches/rt-3.3/sbin/license_tag
13065    M /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
13066
13067 MERGE: 3.1 to 3.3
13068 ------------------------------------------------------------------------
13069 r659 | jesse | 2004-04-01 21:23:57 -0500 (Thu, 01 Apr 2004) | 1 line
13070 Changed paths:
13071    M /rt/branches/rt-3.3/releng.cnf
13072
13073 Updated releng.cnf
13074 ------------------------------------------------------------------------
13075 r656 | jesse | 2004-04-01 16:54:22 -0500 (Thu, 01 Apr 2004) | 2 lines
13076 Changed paths:
13077    M /rt/branches/rt-3.3/html/Admin/CustomFields/Objects.html
13078    M /rt/branches/rt-3.3/html/Admin/CustomFields/index.html
13079    M /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
13080    M /rt/branches/rt-3.3/html/Admin/Elements/PickCustomFields
13081    M /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
13082    M /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
13083
13084 UI updates to remove unneeded options and clarify some language
13085
13086 ------------------------------------------------------------------------
13087 r655 | jesse | 2004-04-01 16:53:29 -0500 (Thu, 01 Apr 2004) | 3 lines
13088 Changed paths:
13089    M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
13090
13091 Updated how RT generates friendly name for which object a Custom Field applies to
13092
13093
13094 ------------------------------------------------------------------------
13095 r654 | jesse | 2004-04-01 16:52:31 -0500 (Thu, 01 Apr 2004) | 1 line
13096 Changed paths:
13097    M /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
13098
13099 Added support for RT 3.0 compatible Transactions->Limit
13100 ------------------------------------------------------------------------
13101 r653 | autrijus | 2004-04-01 11:37:33 -0500 (Thu, 01 Apr 2004) | 4 lines
13102 Changed paths:
13103    M /rt
13104    M /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
13105
13106 r3597@not:  autrijus | 2004-04-01T16:36:37.019460Z
13107
13108 * put global Cf editing back.
13109
13110 ------------------------------------------------------------------------
13111 r648 | autrijus | 2004-03-31 11:12:04 -0500 (Wed, 31 Mar 2004) | 4 lines
13112 Changed paths:
13113    M /rt
13114    M /rt/branches/rt-3.3/lib/RT/I18N.pm
13115
13116 r3556@not:  autrijus | 2004-03-31T16:11:11.225511Z
13117
13118 * lexicon path may contain spaces, esp. on win32.
13119
13120 ------------------------------------------------------------------------
13121 r645 | autrijus | 2004-03-31 01:20:10 -0500 (Wed, 31 Mar 2004) | 5 lines
13122 Changed paths:
13123    M /rt
13124    M /rt/branches/rt-3.3/etc/schema.Informix
13125    M /rt/branches/rt-3.3/etc/schema.Oracle
13126    M /rt/branches/rt-3.3/etc/schema.Pg
13127    M /rt/branches/rt-3.3/etc/schema.SQLite
13128    M /rt/branches/rt-3.3/etc/schema.mysql
13129
13130 r3541@not:  autrijus | 2004-03-31T06:19:36.740253Z
13131
13132 * port mysql schema to Pg.
13133 * other database are partially ported -- OCF and OCFV currently not there
13134
13135 ------------------------------------------------------------------------
13136 r643 | autrijus | 2004-03-31 00:16:07 -0500 (Wed, 31 Mar 2004) | 1 line
13137 Changed paths:
13138    M /rt
13139    M /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
13140
13141 hint to self: don't refactor when you're tired.
13142 ------------------------------------------------------------------------
13143 r612 | autrijus | 2004-03-22 13:46:04 -0500 (Mon, 22 Mar 2004) | 2 lines
13144 Changed paths:
13145    D /rt/branches/rt-3.3/html/Admin/Global/CustomField.html
13146    D /rt/branches/rt-3.3/html/Admin/Global/CustomFields.html
13147
13148 * remove unused "Global" CF admin pages.
13149
13150 ------------------------------------------------------------------------
13151 r611 | autrijus | 2004-03-20 10:40:58 -0500 (Sat, 20 Mar 2004) | 7 lines
13152 Changed paths:
13153    M /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
13154    M /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
13155    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
13156    M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
13157
13158 * merge Jesse's $RT::SystemUser->LanguageHandle fix; corrected a
13159   bug caused by it in setup database stage where there's no SystemUser.
13160 * fixed two tests in RT::CustomField that incorrectly expected old-style
13161   ->Type return values; they now test ->Type and ->MaxValues separately.
13162 * change some ok() tests into is() and like() tests.
13163
13164
13165 ------------------------------------------------------------------------
13166 r597 | autrijus | 2004-03-17 13:12:25 -0500 (Wed, 17 Mar 2004) | 2 lines
13167 Changed paths:
13168    M /rt/branches
13169    A /rt/branches/rt-3.3/html/Developer
13170    A /rt/branches/rt-3.3/html/Developer/Log.html
13171    A /rt/branches/rt-3.3/html/Developer/Perldoc.html
13172    A /rt/branches/rt-3.3/html/Developer/autohandler
13173
13174 * Developer tools.
13175
13176 ------------------------------------------------------------------------
13177 r585 | autrijus | 2004-03-16 14:22:32 -0500 (Tue, 16 Mar 2004) | 3 lines
13178 Changed paths:
13179    M /rt/branches
13180    M /rt/branches/rt-3.3/bin/webmux.pl.in
13181    M /rt/branches/rt-3.3/etc/acl.mysql
13182    M /rt/branches/rt-3.3/lib/RT.pm.in
13183
13184 * move class loading to RT::InitClasses.
13185 * do not do acl if mysql is in skip-grant-tables mode.
13186
13187 ------------------------------------------------------------------------
13188 r584 | autrijus | 2004-03-16 14:07:50 -0500 (Tue, 16 Mar 2004) | 3 lines
13189 Changed paths:
13190    M /rt/branches
13191    M /rt/branches/rt-3.3/Makefile.in
13192    M /rt/branches/rt-3.3/etc/RT_Config.pm.in
13193
13194 * it is possible that the DESTDIR is the current directory.
13195 * also, hint on how to use MasonX::Profiler more concisely.
13196
13197 ------------------------------------------------------------------------
13198 r571 | autrijus | 2004-03-15 10:22:17 -0500 (Mon, 15 Mar 2004) | 2 lines
13199 Changed paths:
13200    M /rt/branches
13201    M /rt/branches/rt-3.3/html/User/Prefs.html
13202
13203 * backport lang handle setting from -elixus
13204
13205 ------------------------------------------------------------------------
13206 r560 | autrijus | 2004-03-12 21:44:05 -0500 (Fri, 12 Mar 2004) | 2 lines
13207 Changed paths:
13208    M /rt/branches
13209    M /rt/branches/rt-3.3/README
13210    M /rt/branches/rt-3.3/bin/rt-mailgate.in
13211    M /rt/branches/rt-3.3/bin/rt.in
13212    M /rt/branches/rt-3.3/etc/RT_Config.pm.in
13213    M /rt/branches/rt-3.3/etc/schema.Oracle
13214    M /rt/branches/rt-3.3/html/Admin/Users/Modify.html
13215    M /rt/branches/rt-3.3/html/Elements/Footer
13216    M /rt/branches/rt-3.3/html/Elements/Header
13217    M /rt/branches/rt-3.3/html/Elements/Login
13218    M /rt/branches/rt-3.3/html/Elements/SelectQueue
13219    M /rt/branches/rt-3.3/html/Elements/TicketList
13220    M /rt/branches/rt-3.3/html/NoAuth/webrt.css
13221    M /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
13222    M /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
13223    M /rt/branches/rt-3.3/html/Search/Build.html
13224    M /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
13225    M /rt/branches/rt-3.3/html/Search/Elements/PickBasics
13226    M /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
13227    M /rt/branches/rt-3.3/html/Search/Results.html
13228    M /rt/branches/rt-3.3/html/Search/Results.rdf
13229    M /rt/branches/rt-3.3/html/Ticket/Display.html
13230    A /rt/branches/rt-3.3/html/Ticket/Elements/FindAttachments
13231    M /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
13232    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
13233    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
13234    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
13235    M /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
13236    M /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
13237    M /rt/branches/rt-3.3/html/Ticket/History.html
13238    M /rt/branches/rt-3.3/html/autohandler
13239    M /rt/branches/rt-3.3/lib/RT/Action/Autoreply.pm
13240    M /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
13241    M /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
13242    M /rt/branches/rt-3.3/lib/RT/Handle.pm
13243    M /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
13244    M /rt/branches/rt-3.3/lib/RT/Record.pm
13245    M /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
13246    M /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
13247    M /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
13248    M /rt/branches/rt-3.3/releng.cnf
13249
13250 * smerge rt-3.1 to rt-3.3.
13251
13252 ------------------------------------------------------------------------
13253 r559 | autrijus | 2004-03-12 21:22:26 -0500 (Fri, 12 Mar 2004) | 2 lines
13254 Changed paths:
13255    M /rt/branches
13256    D /rt/branches/autrijus-3.1
13257    A /rt/branches/rt-3.3
13258    A /rt/branches/rt-3.3/COPYING
13259    A /rt/branches/rt-3.3/HOWTO
13260    A /rt/branches/rt-3.3/HOWTO/README
13261    A /rt/branches/rt-3.3/HOWTO/change.txt
13262    A /rt/branches/rt-3.3/HOWTO/release.txt
13263    A /rt/branches/rt-3.3/HOWTO/version-control.txt
13264    A /rt/branches/rt-3.3/Makefile.in
13265    A /rt/branches/rt-3.3/README
13266    A /rt/branches/rt-3.3/UPGRADING
13267    A /rt/branches/rt-3.3/aclocal.m4
13268    A /rt/branches/rt-3.3/bin
13269    A /rt/branches/rt-3.3/bin/mason_handler.fcgi.in
13270    A /rt/branches/rt-3.3/bin/mason_handler.scgi.in
13271    A /rt/branches/rt-3.3/bin/mason_handler.svc.in
13272    A /rt/branches/rt-3.3/bin/rt-commit-handler.in
13273    A /rt/branches/rt-3.3/bin/rt-crontool.in
13274    A /rt/branches/rt-3.3/bin/rt-mailgate.in
13275    A /rt/branches/rt-3.3/bin/rt.in
13276    A /rt/branches/rt-3.3/bin/standalone_httpd.in
13277    A /rt/branches/rt-3.3/bin/webmux.pl.in
13278    A /rt/branches/rt-3.3/config.layout
13279    A /rt/branches/rt-3.3/configure.ac
13280    A /rt/branches/rt-3.3/docs
13281    A /rt/branches/rt-3.3/docs/README.docs
13282    A /rt/branches/rt-3.3/docs/Security
13283    A /rt/branches/rt-3.3/docs/design_docs
13284    A /rt/branches/rt-3.3/docs/design_docs/CARS
13285    A /rt/branches/rt-3.3/docs/design_docs/TransactionTypes.txt
13286    A /rt/branches/rt-3.3/docs/design_docs/acls
13287    A /rt/branches/rt-3.3/docs/design_docs/approval_notices
13288    A /rt/branches/rt-3.3/docs/design_docs/approval_template
13289    A /rt/branches/rt-3.3/docs/design_docs/cf_search
13290    A /rt/branches/rt-3.3/docs/design_docs/cli_spec
13291    A /rt/branches/rt-3.3/docs/design_docs/cvs_integration
13292    A /rt/branches/rt-3.3/docs/design_docs/delegation
13293    A /rt/branches/rt-3.3/docs/design_docs/evil_plans
13294    A /rt/branches/rt-3.3/docs/design_docs/groups_notes
13295    A /rt/branches/rt-3.3/docs/design_docs/link-definitions.txt
13296    A /rt/branches/rt-3.3/docs/design_docs/recursive_group_membership_algorithm
13297    A /rt/branches/rt-3.3/docs/design_docs/rql_parser_machine.graphviz
13298    A /rt/branches/rt-3.3/docs/design_docs/string-extraction-guide.txt
13299    A /rt/branches/rt-3.3/docs/design_docs/subscription-definitions.txt
13300    A /rt/branches/rt-3.3/docs/design_docs/ticket_templates
13301    A /rt/branches/rt-3.3/docs/design_docs/users
13302    A /rt/branches/rt-3.3/docs/rt3-schema-relationships.dot
13303    A /rt/branches/rt-3.3/etc
13304    A /rt/branches/rt-3.3/etc/RT_Config.pm.in
13305    A /rt/branches/rt-3.3/etc/RT_SiteConfig.pm
13306    A /rt/branches/rt-3.3/etc/acl.Informix
13307    A /rt/branches/rt-3.3/etc/acl.Oracle
13308    A /rt/branches/rt-3.3/etc/acl.Pg
13309    A /rt/branches/rt-3.3/etc/acl.mysql
13310    A /rt/branches/rt-3.3/etc/constraints.mysql
13311    A /rt/branches/rt-3.3/etc/drop.Informix
13312    A /rt/branches/rt-3.3/etc/drop.Oracle
13313    A /rt/branches/rt-3.3/etc/initialdata
13314    A /rt/branches/rt-3.3/etc/rt.spec
13315    A /rt/branches/rt-3.3/etc/schema.Informix
13316    A /rt/branches/rt-3.3/etc/schema.Oracle
13317    A /rt/branches/rt-3.3/etc/schema.Pg
13318    A /rt/branches/rt-3.3/etc/schema.SQLite
13319    A /rt/branches/rt-3.3/etc/schema.mysql
13320    A /rt/branches/rt-3.3/etc/upgrade
13321    A /rt/branches/rt-3.3/etc/upgrade/2.1.71
13322    A /rt/branches/rt-3.3/html
13323    A /rt/branches/rt-3.3/html/Admin
13324    A /rt/branches/rt-3.3/html/Admin/CustomFields
13325    A /rt/branches/rt-3.3/html/Admin/CustomFields/GroupRights.html
13326    A /rt/branches/rt-3.3/html/Admin/CustomFields/Modify.html
13327    A /rt/branches/rt-3.3/html/Admin/CustomFields/Objects.html
13328    A /rt/branches/rt-3.3/html/Admin/CustomFields/UserRights.html
13329    A /rt/branches/rt-3.3/html/Admin/CustomFields/index.html
13330    A /rt/branches/rt-3.3/html/Admin/Elements
13331    A /rt/branches/rt-3.3/html/Admin/Elements/AddCustomFieldValue
13332    A /rt/branches/rt-3.3/html/Admin/Elements/CreateUserCalled
13333    A /rt/branches/rt-3.3/html/Admin/Elements/CustomFieldTabs
13334    A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomField
13335    A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFieldValues
13336    A /rt/branches/rt-3.3/html/Admin/Elements/EditCustomFields
13337    A /rt/branches/rt-3.3/html/Admin/Elements/EditQueueWatchers
13338    A /rt/branches/rt-3.3/html/Admin/Elements/EditScrip
13339    A /rt/branches/rt-3.3/html/Admin/Elements/EditScrips
13340    A /rt/branches/rt-3.3/html/Admin/Elements/EditTemplates
13341    A /rt/branches/rt-3.3/html/Admin/Elements/EditUserComments
13342    A /rt/branches/rt-3.3/html/Admin/Elements/GroupTabs
13343    A /rt/branches/rt-3.3/html/Admin/Elements/Header
13344    A /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalCustomFields
13345    A /rt/branches/rt-3.3/html/Admin/Elements/ListGlobalScrips
13346    A /rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
13347    A /rt/branches/rt-3.3/html/Admin/Elements/ModifyTemplate
13348    A /rt/branches/rt-3.3/html/Admin/Elements/ModifyUser
13349    A /rt/branches/rt-3.3/html/Admin/Elements/ObjectCustomFields
13350    A /rt/branches/rt-3.3/html/Admin/Elements/PickCustomFields
13351    A /rt/branches/rt-3.3/html/Admin/Elements/PickObjects
13352    A /rt/branches/rt-3.3/html/Admin/Elements/QueueRightsForUser
13353    A /rt/branches/rt-3.3/html/Admin/Elements/QueueTabs
13354    A /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldLookupType
13355    A /rt/branches/rt-3.3/html/Admin/Elements/SelectCustomFieldType
13356    A /rt/branches/rt-3.3/html/Admin/Elements/SelectGroups
13357    A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyGroup
13358    A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyQueue
13359    A /rt/branches/rt-3.3/html/Admin/Elements/SelectModifyUser
13360    A /rt/branches/rt-3.3/html/Admin/Elements/SelectNewGroupMembers
13361    A /rt/branches/rt-3.3/html/Admin/Elements/SelectRights
13362    A /rt/branches/rt-3.3/html/Admin/Elements/SelectScrip
13363    A /rt/branches/rt-3.3/html/Admin/Elements/SelectScripAction
13364    A /rt/branches/rt-3.3/html/Admin/Elements/SelectScripCondition
13365    A /rt/branches/rt-3.3/html/Admin/Elements/SelectSingleOrMultiple
13366    A /rt/branches/rt-3.3/html/Admin/Elements/SelectStage
13367    A /rt/branches/rt-3.3/html/Admin/Elements/SelectTemplate
13368    A /rt/branches/rt-3.3/html/Admin/Elements/SelectUsers
13369    A /rt/branches/rt-3.3/html/Admin/Elements/SystemTabs
13370    A /rt/branches/rt-3.3/html/Admin/Elements/Tabs
13371    A /rt/branches/rt-3.3/html/Admin/Elements/UserTabs
13372    A /rt/branches/rt-3.3/html/Admin/Global
13373    A /rt/branches/rt-3.3/html/Admin/Global/CustomField.html
13374    A /rt/branches/rt-3.3/html/Admin/Global/CustomFields.html
13375    A /rt/branches/rt-3.3/html/Admin/Global/GroupRights.html
13376    A /rt/branches/rt-3.3/html/Admin/Global/Scrip.html
13377    A /rt/branches/rt-3.3/html/Admin/Global/Scrips.html
13378    A /rt/branches/rt-3.3/html/Admin/Global/Template.html
13379    A /rt/branches/rt-3.3/html/Admin/Global/Templates.html
13380    A /rt/branches/rt-3.3/html/Admin/Global/UserRights.html
13381    A /rt/branches/rt-3.3/html/Admin/Global/index.html
13382    A /rt/branches/rt-3.3/html/Admin/Groups
13383    A /rt/branches/rt-3.3/html/Admin/Groups/CustomFields.html
13384    A /rt/branches/rt-3.3/html/Admin/Groups/GroupRights.html
13385    A /rt/branches/rt-3.3/html/Admin/Groups/History.html
13386    A /rt/branches/rt-3.3/html/Admin/Groups/Members.html
13387    A /rt/branches/rt-3.3/html/Admin/Groups/Modify.html
13388    A /rt/branches/rt-3.3/html/Admin/Groups/UserRights.html
13389    A /rt/branches/rt-3.3/html/Admin/Groups/index.html
13390    A /rt/branches/rt-3.3/html/Admin/Queues
13391    A /rt/branches/rt-3.3/html/Admin/Queues/CustomField.html
13392    A /rt/branches/rt-3.3/html/Admin/Queues/CustomFields.html
13393    A /rt/branches/rt-3.3/html/Admin/Queues/GroupRights.html
13394    A /rt/branches/rt-3.3/html/Admin/Queues/Modify.html
13395    A /rt/branches/rt-3.3/html/Admin/Queues/People.html
13396    A /rt/branches/rt-3.3/html/Admin/Queues/Scrip.html
13397    A /rt/branches/rt-3.3/html/Admin/Queues/Scrips.html
13398    A /rt/branches/rt-3.3/html/Admin/Queues/Template.html
13399    A /rt/branches/rt-3.3/html/Admin/Queues/Templates.html
13400    A /rt/branches/rt-3.3/html/Admin/Queues/UserRights.html
13401    A /rt/branches/rt-3.3/html/Admin/Queues/index.html
13402    A /rt/branches/rt-3.3/html/Admin/Users
13403    A /rt/branches/rt-3.3/html/Admin/Users/CustomFields.html
13404    A /rt/branches/rt-3.3/html/Admin/Users/History.html
13405    A /rt/branches/rt-3.3/html/Admin/Users/Memberships.html
13406    A /rt/branches/rt-3.3/html/Admin/Users/Modify.html
13407    A /rt/branches/rt-3.3/html/Admin/Users/Prefs.html
13408    A /rt/branches/rt-3.3/html/Admin/Users/index.html
13409    A /rt/branches/rt-3.3/html/Admin/index.html
13410    A /rt/branches/rt-3.3/html/Approvals
13411    A /rt/branches/rt-3.3/html/Approvals/Display.html
13412    A /rt/branches/rt-3.3/html/Approvals/Elements
13413    A /rt/branches/rt-3.3/html/Approvals/Elements/Approve
13414    A /rt/branches/rt-3.3/html/Approvals/Elements/PendingMyApproval
13415    A /rt/branches/rt-3.3/html/Approvals/Elements/ShowDependency
13416    A /rt/branches/rt-3.3/html/Approvals/Elements/Tabs
13417    A /rt/branches/rt-3.3/html/Approvals/index.html
13418    A /rt/branches/rt-3.3/html/Download
13419    A /rt/branches/rt-3.3/html/Download/CustomFieldValue
13420    A /rt/branches/rt-3.3/html/Download/CustomFieldValue/dhandler
13421    A /rt/branches/rt-3.3/html/Download/Tabular
13422    A /rt/branches/rt-3.3/html/Download/Tabular/dhandler
13423    A /rt/branches/rt-3.3/html/Elements
13424    A /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedEnd
13425    A /rt/branches/rt-3.3/html/Elements/BevelBoxRaisedStart
13426    A /rt/branches/rt-3.3/html/Elements/Callback
13427    A /rt/branches/rt-3.3/html/Elements/Checkbox
13428    A /rt/branches/rt-3.3/html/Elements/CreateTicket
13429    A /rt/branches/rt-3.3/html/Elements/EditCustomField
13430    A /rt/branches/rt-3.3/html/Elements/EditCustomFieldBinary
13431    A /rt/branches/rt-3.3/html/Elements/EditCustomFieldFreeform
13432    A /rt/branches/rt-3.3/html/Elements/EditCustomFieldImage
13433    A /rt/branches/rt-3.3/html/Elements/EditCustomFieldSelect
13434    A /rt/branches/rt-3.3/html/Elements/EditCustomFieldText
13435    A /rt/branches/rt-3.3/html/Elements/Error
13436    A /rt/branches/rt-3.3/html/Elements/Footer
13437    A /rt/branches/rt-3.3/html/Elements/GotoTicket
13438    A /rt/branches/rt-3.3/html/Elements/Header
13439    A /rt/branches/rt-3.3/html/Elements/ListActions
13440    A /rt/branches/rt-3.3/html/Elements/Login
13441    A /rt/branches/rt-3.3/html/Elements/Menu
13442    A /rt/branches/rt-3.3/html/Elements/MessageBox
13443    A /rt/branches/rt-3.3/html/Elements/MyRequests
13444    A /rt/branches/rt-3.3/html/Elements/MyTickets
13445    A /rt/branches/rt-3.3/html/Elements/PageLayout
13446    A /rt/branches/rt-3.3/html/Elements/QuickCreate
13447    A /rt/branches/rt-3.3/html/Elements/Quicksearch
13448    A /rt/branches/rt-3.3/html/Elements/Refresh
13449    A /rt/branches/rt-3.3/html/Elements/Section
13450    A /rt/branches/rt-3.3/html/Elements/SelectAttachmentField
13451    A /rt/branches/rt-3.3/html/Elements/SelectBoolean
13452    A /rt/branches/rt-3.3/html/Elements/SelectCustomFieldOperator
13453    A /rt/branches/rt-3.3/html/Elements/SelectCustomFieldValue
13454    A /rt/branches/rt-3.3/html/Elements/SelectDate
13455    A /rt/branches/rt-3.3/html/Elements/SelectDateRelation
13456    A /rt/branches/rt-3.3/html/Elements/SelectDateType
13457    A /rt/branches/rt-3.3/html/Elements/SelectEqualityOperator
13458    A /rt/branches/rt-3.3/html/Elements/SelectGroups
13459    A /rt/branches/rt-3.3/html/Elements/SelectLang
13460    A /rt/branches/rt-3.3/html/Elements/SelectLinkType
13461    A /rt/branches/rt-3.3/html/Elements/SelectMatch
13462    A /rt/branches/rt-3.3/html/Elements/SelectNewTicketQueue
13463    A /rt/branches/rt-3.3/html/Elements/SelectOwner
13464    A /rt/branches/rt-3.3/html/Elements/SelectQueue
13465    A /rt/branches/rt-3.3/html/Elements/SelectResultsPerPage
13466    A /rt/branches/rt-3.3/html/Elements/SelectSortOrder
13467    A /rt/branches/rt-3.3/html/Elements/SelectStatus
13468    A /rt/branches/rt-3.3/html/Elements/SelectTicketSortBy
13469    A /rt/branches/rt-3.3/html/Elements/SelectTicketTypes
13470    A /rt/branches/rt-3.3/html/Elements/SelectUsers
13471    A /rt/branches/rt-3.3/html/Elements/SelectWatcherType
13472    A /rt/branches/rt-3.3/html/Elements/SetupSessionCookie
13473    A /rt/branches/rt-3.3/html/Elements/ShadedBox
13474    A /rt/branches/rt-3.3/html/Elements/ShadedInputRow
13475    A /rt/branches/rt-3.3/html/Elements/ShadedRow
13476    A /rt/branches/rt-3.3/html/Elements/ShowCustomFields
13477    A /rt/branches/rt-3.3/html/Elements/ShowMemberships
13478    A /rt/branches/rt-3.3/html/Elements/SimpleSearch
13479    A /rt/branches/rt-3.3/html/Elements/Submit
13480    A /rt/branches/rt-3.3/html/Elements/Tabs
13481    A /rt/branches/rt-3.3/html/Elements/TicketList
13482    A /rt/branches/rt-3.3/html/Elements/TitleBox
13483    A /rt/branches/rt-3.3/html/Elements/TitleBoxEnd
13484    A /rt/branches/rt-3.3/html/Elements/TitleBoxStart
13485    A /rt/branches/rt-3.3/html/Elements/ViewUser
13486    A /rt/branches/rt-3.3/html/NoAuth
13487    A /rt/branches/rt-3.3/html/NoAuth/Logout.html
13488    A /rt/branches/rt-3.3/html/NoAuth/Reminder.html
13489    A /rt/branches/rt-3.3/html/NoAuth/images
13490    A /rt/branches/rt-3.3/html/NoAuth/images/back_home.gif
13491    A /rt/branches/rt-3.3/html/NoAuth/images/bplogo.gif
13492    A /rt/branches/rt-3.3/html/NoAuth/images/favicon.png
13493    A /rt/branches/rt-3.3/html/NoAuth/images/head_requestracker.gif
13494    A /rt/branches/rt-3.3/html/NoAuth/images/rt.jpg
13495    A /rt/branches/rt-3.3/html/NoAuth/images/space.gif
13496    A /rt/branches/rt-3.3/html/NoAuth/images/spacer.gif
13497    A /rt/branches/rt-3.3/html/NoAuth/images/squares_blue.gif
13498    A /rt/branches/rt-3.3/html/NoAuth/webrt.css
13499    A /rt/branches/rt-3.3/html/Projects
13500    A /rt/branches/rt-3.3/html/Projects/Create.html
13501    A /rt/branches/rt-3.3/html/Projects/Edit.html
13502    A /rt/branches/rt-3.3/html/Projects/Elements
13503    A /rt/branches/rt-3.3/html/Projects/Elements/CreateTask
13504    A /rt/branches/rt-3.3/html/Projects/Elements/EditTask
13505    A /rt/branches/rt-3.3/html/Projects/Elements/OverviewEntry
13506    A /rt/branches/rt-3.3/html/Projects/Elements/SelectProjectTask
13507    A /rt/branches/rt-3.3/html/Projects/Elements/SelectProjectTaskEntry
13508    A /rt/branches/rt-3.3/html/Projects/Elements/Tabs
13509    A /rt/branches/rt-3.3/html/Projects/Elements/TicketTabs
13510    A /rt/branches/rt-3.3/html/Projects/Gantt.html
13511    A /rt/branches/rt-3.3/html/Projects/History.html
13512    A /rt/branches/rt-3.3/html/Projects/Overview.html
13513    A /rt/branches/rt-3.3/html/Projects/Schedule.html
13514    A /rt/branches/rt-3.3/html/Projects/ScheduleByActor.html
13515    A /rt/branches/rt-3.3/html/Projects/index.html
13516    A /rt/branches/rt-3.3/html/REST
13517    A /rt/branches/rt-3.3/html/REST/1.0
13518    A /rt/branches/rt-3.3/html/REST/1.0/Forms
13519    A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue
13520    A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/default
13521    A /rt/branches/rt-3.3/html/REST/1.0/Forms/queue/ns
13522    A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket
13523    A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/attachments
13524    A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/default
13525    A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/history
13526    A /rt/branches/rt-3.3/html/REST/1.0/Forms/ticket/links
13527    A /rt/branches/rt-3.3/html/REST/1.0/Forms/user
13528    A /rt/branches/rt-3.3/html/REST/1.0/Forms/user/default
13529    A /rt/branches/rt-3.3/html/REST/1.0/Forms/user/ns
13530    A /rt/branches/rt-3.3/html/REST/1.0/NoAuth
13531    A /rt/branches/rt-3.3/html/REST/1.0/NoAuth/mail-gateway
13532    A /rt/branches/rt-3.3/html/REST/1.0/autohandler
13533    A /rt/branches/rt-3.3/html/REST/1.0/dhandler
13534    A /rt/branches/rt-3.3/html/REST/1.0/logout
13535    A /rt/branches/rt-3.3/html/REST/1.0/search
13536    A /rt/branches/rt-3.3/html/REST/1.0/search/dhandler
13537    A /rt/branches/rt-3.3/html/REST/1.0/search/ticket
13538    A /rt/branches/rt-3.3/html/REST/1.0/ticket
13539    A /rt/branches/rt-3.3/html/REST/1.0/ticket/comment
13540    A /rt/branches/rt-3.3/html/REST/1.0/ticket/link
13541    A /rt/branches/rt-3.3/html/REST/1.0/ticket/merge
13542    A /rt/branches/rt-3.3/html/Scope
13543    A /rt/branches/rt-3.3/html/Scope/Action.html
13544    A /rt/branches/rt-3.3/html/Scope/Elements
13545    A /rt/branches/rt-3.3/html/Scope/Elements/Header
13546    A /rt/branches/rt-3.3/html/Scope/Elements/MessageBox
13547    A /rt/branches/rt-3.3/html/Scope/Elements/ShowHistory
13548    A /rt/branches/rt-3.3/html/Scope/Elements/ShowHistoryView
13549    A /rt/branches/rt-3.3/html/Scope/Elements/ShowMessageHeaders
13550    A /rt/branches/rt-3.3/html/Scope/Elements/ShowMessageStanza
13551    A /rt/branches/rt-3.3/html/Scope/Elements/ShowSummary
13552    A /rt/branches/rt-3.3/html/Scope/Elements/ShowTransaction
13553    A /rt/branches/rt-3.3/html/Scope/History.html
13554    A /rt/branches/rt-3.3/html/Scope/Search.html
13555    A /rt/branches/rt-3.3/html/Scope/Update.html
13556    A /rt/branches/rt-3.3/html/Scope/View.html
13557    A /rt/branches/rt-3.3/html/Scope/Work.html
13558    A /rt/branches/rt-3.3/html/Scope/index.html
13559    A /rt/branches/rt-3.3/html/Search
13560    A /rt/branches/rt-3.3/html/Search/Build.html
13561    A /rt/branches/rt-3.3/html/Search/Bulk.html
13562    A /rt/branches/rt-3.3/html/Search/Edit.html
13563    A /rt/branches/rt-3.3/html/Search/Elements
13564    A /rt/branches/rt-3.3/html/Search/Elements/BuildFormatString
13565    A /rt/branches/rt-3.3/html/Search/Elements/DisplayOptions
13566    A /rt/branches/rt-3.3/html/Search/Elements/EditFormat
13567    A /rt/branches/rt-3.3/html/Search/Elements/EditSearches
13568    A /rt/branches/rt-3.3/html/Search/Elements/NewListActions
13569    A /rt/branches/rt-3.3/html/Search/Elements/PickBasics
13570    A /rt/branches/rt-3.3/html/Search/Elements/PickCFs
13571    A /rt/branches/rt-3.3/html/Search/Elements/PickCriteria
13572    A /rt/branches/rt-3.3/html/Search/Elements/PickRestriction
13573    A /rt/branches/rt-3.3/html/Search/Elements/SearchPrivacy
13574    A /rt/branches/rt-3.3/html/Search/Elements/SelectAndOr
13575    A /rt/branches/rt-3.3/html/Search/Elements/SelectGroup
13576    A /rt/branches/rt-3.3/html/Search/Elements/SelectLinks
13577    A /rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
13578    A /rt/branches/rt-3.3/html/Search/Elements/SelectSearchObject
13579    A /rt/branches/rt-3.3/html/Search/Elements/SelectSearchesForObjects
13580    A /rt/branches/rt-3.3/html/Search/Elements/TicketHeader
13581    A /rt/branches/rt-3.3/html/Search/Elements/TicketHeaderCell
13582    A /rt/branches/rt-3.3/html/Search/Elements/TicketRow
13583    A /rt/branches/rt-3.3/html/Search/Listing.html
13584    A /rt/branches/rt-3.3/html/Search/Results.html
13585    A /rt/branches/rt-3.3/html/Search/Results.rdf
13586    A /rt/branches/rt-3.3/html/Search/Results.tsv
13587    A /rt/branches/rt-3.3/html/SelfService
13588    A /rt/branches/rt-3.3/html/SelfService/Attachment
13589    A /rt/branches/rt-3.3/html/SelfService/Attachment/dhandler
13590    A /rt/branches/rt-3.3/html/SelfService/Closed.html
13591    A /rt/branches/rt-3.3/html/SelfService/Create.html
13592    A /rt/branches/rt-3.3/html/SelfService/Display.html
13593    A /rt/branches/rt-3.3/html/SelfService/Elements
13594    A /rt/branches/rt-3.3/html/SelfService/Elements/GotoTicket
13595    A /rt/branches/rt-3.3/html/SelfService/Elements/Header
13596    A /rt/branches/rt-3.3/html/SelfService/Elements/MyRequests
13597    A /rt/branches/rt-3.3/html/SelfService/Elements/Tabs
13598    A /rt/branches/rt-3.3/html/SelfService/Error.html
13599    A /rt/branches/rt-3.3/html/SelfService/Prefs.html
13600    A /rt/branches/rt-3.3/html/SelfService/Update.html
13601    A /rt/branches/rt-3.3/html/SelfService/index.html
13602    A /rt/branches/rt-3.3/html/Ticket
13603    A /rt/branches/rt-3.3/html/Ticket/Attachment
13604    A /rt/branches/rt-3.3/html/Ticket/Attachment/dhandler
13605    A /rt/branches/rt-3.3/html/Ticket/Create.html
13606    A /rt/branches/rt-3.3/html/Ticket/Display.html
13607    A /rt/branches/rt-3.3/html/Ticket/Elements
13608    A /rt/branches/rt-3.3/html/Ticket/Elements/AddWatchers
13609    A /rt/branches/rt-3.3/html/Ticket/Elements/BulkLinks
13610    A /rt/branches/rt-3.3/html/Ticket/Elements/EditBasics
13611    A /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomField
13612    A /rt/branches/rt-3.3/html/Ticket/Elements/EditCustomFields
13613    A /rt/branches/rt-3.3/html/Ticket/Elements/EditDates
13614    A /rt/branches/rt-3.3/html/Ticket/Elements/EditLinks
13615    A /rt/branches/rt-3.3/html/Ticket/Elements/EditPeople
13616    A /rt/branches/rt-3.3/html/Ticket/Elements/EditWatchers
13617    A /rt/branches/rt-3.3/html/Ticket/Elements/PreviewScrips
13618    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowAttachments
13619    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowBasics
13620    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowCustomFields
13621    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowDates
13622    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowDependencies
13623    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
13624    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowLink
13625    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowLinks
13626    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMemberOf
13627    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMembers
13628    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageHeaders
13629    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowMessageStanza
13630    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowPeople
13631    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowReferences
13632    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowRequestor
13633    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
13634    A /rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
13635    A /rt/branches/rt-3.3/html/Ticket/Elements/Tabs
13636    A /rt/branches/rt-3.3/html/Ticket/History.html
13637    A /rt/branches/rt-3.3/html/Ticket/Modify.html
13638    A /rt/branches/rt-3.3/html/Ticket/ModifyAll.html
13639    A /rt/branches/rt-3.3/html/Ticket/ModifyDates.html
13640    A /rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
13641    A /rt/branches/rt-3.3/html/Ticket/ModifyPeople.html
13642    A /rt/branches/rt-3.3/html/Ticket/Update.html
13643    A /rt/branches/rt-3.3/html/Tools
13644    A /rt/branches/rt-3.3/html/Tools/MyDay.html
13645    A /rt/branches/rt-3.3/html/User
13646    A /rt/branches/rt-3.3/html/User/Delegation.html
13647    A /rt/branches/rt-3.3/html/User/Elements
13648    A /rt/branches/rt-3.3/html/User/Elements/DelegateRights
13649    A /rt/branches/rt-3.3/html/User/Elements/GroupTabs
13650    A /rt/branches/rt-3.3/html/User/Elements/Tabs
13651    A /rt/branches/rt-3.3/html/User/Groups
13652    A /rt/branches/rt-3.3/html/User/Groups/Members.html
13653    A /rt/branches/rt-3.3/html/User/Groups/Modify.html
13654    A /rt/branches/rt-3.3/html/User/Groups/index.html
13655    A /rt/branches/rt-3.3/html/User/Prefs.html
13656    A /rt/branches/rt-3.3/html/autohandler
13657    A /rt/branches/rt-3.3/html/index.html
13658    A /rt/branches/rt-3.3/html/l
13659    A /rt/branches/rt-3.3/install-sh
13660    A /rt/branches/rt-3.3/lib
13661    A /rt/branches/rt-3.3/lib/RT
13662    A /rt/branches/rt-3.3/lib/RT/ACE.pm
13663    A /rt/branches/rt-3.3/lib/RT/ACE_Overlay.pm
13664    A /rt/branches/rt-3.3/lib/RT/ACL.pm
13665    A /rt/branches/rt-3.3/lib/RT/ACL_Overlay.pm
13666    A /rt/branches/rt-3.3/lib/RT/Action
13667    A /rt/branches/rt-3.3/lib/RT/Action/AutoOpen.pm
13668    A /rt/branches/rt-3.3/lib/RT/Action/Autoreply.pm
13669    A /rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
13670    A /rt/branches/rt-3.3/lib/RT/Action/EscalatePriority.pm
13671    A /rt/branches/rt-3.3/lib/RT/Action/Generic.pm
13672    A /rt/branches/rt-3.3/lib/RT/Action/Notify.pm
13673    A /rt/branches/rt-3.3/lib/RT/Action/NotifyAsComment.pm
13674    A /rt/branches/rt-3.3/lib/RT/Action/ResolveMembers.pm
13675    A /rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
13676    A /rt/branches/rt-3.3/lib/RT/Action/SetPriority.pm
13677    A /rt/branches/rt-3.3/lib/RT/Action/UserDefined.pm
13678    A /rt/branches/rt-3.3/lib/RT/Attachment.pm
13679    A /rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
13680    A /rt/branches/rt-3.3/lib/RT/Attachments.pm
13681    A /rt/branches/rt-3.3/lib/RT/Attachments_Overlay.pm
13682    A /rt/branches/rt-3.3/lib/RT/Attribute.pm
13683    A /rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm
13684    A /rt/branches/rt-3.3/lib/RT/Attributes.pm
13685    A /rt/branches/rt-3.3/lib/RT/Attributes_Overlay.pm
13686    A /rt/branches/rt-3.3/lib/RT/Base.pm
13687    A /rt/branches/rt-3.3/lib/RT/CachedGroupMember.pm
13688    A /rt/branches/rt-3.3/lib/RT/CachedGroupMember_Overlay.pm
13689    A /rt/branches/rt-3.3/lib/RT/CachedGroupMembers.pm
13690    A /rt/branches/rt-3.3/lib/RT/CachedGroupMembers_Overlay.pm
13691    A /rt/branches/rt-3.3/lib/RT/Condition
13692    A /rt/branches/rt-3.3/lib/RT/Condition/AnyTransaction.pm
13693    A /rt/branches/rt-3.3/lib/RT/Condition/BeforeDue.pm
13694    A /rt/branches/rt-3.3/lib/RT/Condition/Generic.pm
13695    A /rt/branches/rt-3.3/lib/RT/Condition/Overdue.pm
13696    A /rt/branches/rt-3.3/lib/RT/Condition/OwnerChange.pm
13697    A /rt/branches/rt-3.3/lib/RT/Condition/PriorityExceeds.pm
13698    A /rt/branches/rt-3.3/lib/RT/Condition/QueueChange.pm
13699    A /rt/branches/rt-3.3/lib/RT/Condition/StatusChange.pm
13700    A /rt/branches/rt-3.3/lib/RT/Condition/UserDefined.pm
13701    A /rt/branches/rt-3.3/lib/RT/CurrentUser.pm
13702    A /rt/branches/rt-3.3/lib/RT/CustomField.pm
13703    A /rt/branches/rt-3.3/lib/RT/CustomFieldValue.pm
13704    A /rt/branches/rt-3.3/lib/RT/CustomFieldValues.pm
13705    A /rt/branches/rt-3.3/lib/RT/CustomFieldValues_Overlay.pm
13706    A /rt/branches/rt-3.3/lib/RT/CustomField_Overlay.pm
13707    A /rt/branches/rt-3.3/lib/RT/CustomFields.pm
13708    A /rt/branches/rt-3.3/lib/RT/CustomFields_Overlay.pm
13709    A /rt/branches/rt-3.3/lib/RT/Date.pm
13710    A /rt/branches/rt-3.3/lib/RT/EmailParser.pm
13711    A /rt/branches/rt-3.3/lib/RT/Group.pm
13712    A /rt/branches/rt-3.3/lib/RT/GroupMember.pm
13713    A /rt/branches/rt-3.3/lib/RT/GroupMember_Overlay.pm
13714    A /rt/branches/rt-3.3/lib/RT/GroupMembers.pm
13715    A /rt/branches/rt-3.3/lib/RT/GroupMembers_Overlay.pm
13716    A /rt/branches/rt-3.3/lib/RT/Group_Overlay.pm
13717    A /rt/branches/rt-3.3/lib/RT/Groups.pm
13718    A /rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
13719    A /rt/branches/rt-3.3/lib/RT/Handle.pm
13720    A /rt/branches/rt-3.3/lib/RT/I18N
13721    A /rt/branches/rt-3.3/lib/RT/I18N/cs.pm
13722    A /rt/branches/rt-3.3/lib/RT/I18N/cs.po
13723    A /rt/branches/rt-3.3/lib/RT/I18N/de.po
13724    A /rt/branches/rt-3.3/lib/RT/I18N/en.po
13725    A /rt/branches/rt-3.3/lib/RT/I18N/en_malkovich.po
13726    A /rt/branches/rt-3.3/lib/RT/I18N/es.po
13727    A /rt/branches/rt-3.3/lib/RT/I18N/fi.po
13728    A /rt/branches/rt-3.3/lib/RT/I18N/fr.po
13729    A /rt/branches/rt-3.3/lib/RT/I18N/he.po
13730    A /rt/branches/rt-3.3/lib/RT/I18N/i_default.pm
13731    A /rt/branches/rt-3.3/lib/RT/I18N/it.po
13732    A /rt/branches/rt-3.3/lib/RT/I18N/ja.po
13733    A /rt/branches/rt-3.3/lib/RT/I18N/nl.po
13734    A /rt/branches/rt-3.3/lib/RT/I18N/no.po
13735    A /rt/branches/rt-3.3/lib/RT/I18N/pt_br.po
13736    A /rt/branches/rt-3.3/lib/RT/I18N/ru.po
13737    A /rt/branches/rt-3.3/lib/RT/I18N/zh_cn.po
13738    A /rt/branches/rt-3.3/lib/RT/I18N/zh_tw.po
13739    A /rt/branches/rt-3.3/lib/RT/I18N.pm
13740    A /rt/branches/rt-3.3/lib/RT/Interface
13741    A /rt/branches/rt-3.3/lib/RT/Interface/CLI.pm
13742    A /rt/branches/rt-3.3/lib/RT/Interface/Email
13743    A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth
13744    A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/GnuPG.pm
13745    A /rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
13746    A /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter
13747    A /rt/branches/rt-3.3/lib/RT/Interface/Email/Filter/SpamAssassin.pm
13748    A /rt/branches/rt-3.3/lib/RT/Interface/Email.pm
13749    A /rt/branches/rt-3.3/lib/RT/Interface/REST.pm
13750    A /rt/branches/rt-3.3/lib/RT/Interface/Web.pm
13751    A /rt/branches/rt-3.3/lib/RT/Link.pm
13752    A /rt/branches/rt-3.3/lib/RT/Link_Overlay.pm
13753    A /rt/branches/rt-3.3/lib/RT/Links.pm
13754    A /rt/branches/rt-3.3/lib/RT/Links_Overlay.pm
13755    A /rt/branches/rt-3.3/lib/RT/ObjectCustomField.pm
13756    A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue.pm
13757    A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValue_Overlay.pm
13758    A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues.pm
13759    A /rt/branches/rt-3.3/lib/RT/ObjectCustomFieldValues_Overlay.pm
13760    A /rt/branches/rt-3.3/lib/RT/ObjectCustomField_Overlay.pm
13761    A /rt/branches/rt-3.3/lib/RT/ObjectCustomFields.pm
13762    A /rt/branches/rt-3.3/lib/RT/ObjectCustomFields_Overlay.pm
13763    A /rt/branches/rt-3.3/lib/RT/Principal.pm
13764    A /rt/branches/rt-3.3/lib/RT/Principal_Overlay.pm
13765    A /rt/branches/rt-3.3/lib/RT/Principals.pm
13766    A /rt/branches/rt-3.3/lib/RT/Principals_Overlay.pm
13767    A /rt/branches/rt-3.3/lib/RT/Queue.pm
13768    A /rt/branches/rt-3.3/lib/RT/Queue_Overlay.pm
13769    A /rt/branches/rt-3.3/lib/RT/Queues.pm
13770    A /rt/branches/rt-3.3/lib/RT/Queues_Overlay.pm
13771    A /rt/branches/rt-3.3/lib/RT/Record.pm
13772    A /rt/branches/rt-3.3/lib/RT/Scrip.pm
13773    A /rt/branches/rt-3.3/lib/RT/ScripAction.pm
13774    A /rt/branches/rt-3.3/lib/RT/ScripAction_Overlay.pm
13775    A /rt/branches/rt-3.3/lib/RT/ScripActions.pm
13776    A /rt/branches/rt-3.3/lib/RT/ScripActions_Overlay.pm
13777    A /rt/branches/rt-3.3/lib/RT/ScripCondition.pm
13778    A /rt/branches/rt-3.3/lib/RT/ScripCondition_Overlay.pm
13779    A /rt/branches/rt-3.3/lib/RT/ScripConditions.pm
13780    A /rt/branches/rt-3.3/lib/RT/ScripConditions_Overlay.pm
13781    A /rt/branches/rt-3.3/lib/RT/Scrip_Overlay.pm
13782    A /rt/branches/rt-3.3/lib/RT/Scrips.pm
13783    A /rt/branches/rt-3.3/lib/RT/Scrips_Overlay.pm
13784    A /rt/branches/rt-3.3/lib/RT/Search
13785    A /rt/branches/rt-3.3/lib/RT/Search/ActiveTicketsInQueue.pm
13786    A /rt/branches/rt-3.3/lib/RT/Search/Generic.pm
13787    A /rt/branches/rt-3.3/lib/RT/SearchBuilder.pm
13788    A /rt/branches/rt-3.3/lib/RT/StyleGuide.pod
13789    A /rt/branches/rt-3.3/lib/RT/System.pm
13790    A /rt/branches/rt-3.3/lib/RT/Template.pm
13791    A /rt/branches/rt-3.3/lib/RT/Template_Overlay.pm
13792    A /rt/branches/rt-3.3/lib/RT/Templates.pm
13793    A /rt/branches/rt-3.3/lib/RT/Templates_Overlay.pm
13794    A /rt/branches/rt-3.3/lib/RT/Ticket.pm
13795    A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue.pm
13796    A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValue_Overlay.pm
13797    A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues.pm
13798    A /rt/branches/rt-3.3/lib/RT/TicketCustomFieldValues_Overlay.pm
13799    A /rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
13800    A /rt/branches/rt-3.3/lib/RT/Tickets.pm
13801    A /rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
13802    A /rt/branches/rt-3.3/lib/RT/Tickets_Overlay_SQL.pm
13803    A /rt/branches/rt-3.3/lib/RT/Transaction.pm
13804    A /rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
13805    A /rt/branches/rt-3.3/lib/RT/Transactions.pm
13806    A /rt/branches/rt-3.3/lib/RT/Transactions_Overlay.pm
13807    A /rt/branches/rt-3.3/lib/RT/URI
13808    A /rt/branches/rt-3.3/lib/RT/URI/base.pm
13809    A /rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
13810    A /rt/branches/rt-3.3/lib/RT/URI.pm
13811    A /rt/branches/rt-3.3/lib/RT/User.pm
13812    A /rt/branches/rt-3.3/lib/RT/User_Overlay.pm
13813    A /rt/branches/rt-3.3/lib/RT/Users.pm
13814    A /rt/branches/rt-3.3/lib/RT/Users_Overlay.pm
13815    A /rt/branches/rt-3.3/lib/RT.pm.in
13816    A /rt/branches/rt-3.3/lib/t
13817    A /rt/branches/rt-3.3/lib/t/00smoke.t.in
13818    A /rt/branches/rt-3.3/lib/t/01harness.t.in
13819    A /rt/branches/rt-3.3/lib/t/02regression.t.in
13820    A /rt/branches/rt-3.3/lib/t/03web.pl.in
13821    A /rt/branches/rt-3.3/lib/t/04_send_email.pl.in
13822    A /rt/branches/rt-3.3/lib/t/data
13823    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series
13824    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/dir
13825    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg1
13826    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg2
13827    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg3
13828    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg4
13829    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg5
13830    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg6
13831    A /rt/branches/rt-3.3/lib/t/data/8859-15-message-series/msg7
13832    A /rt/branches/rt-3.3/lib/t/data/crashes-file-based-parser
13833    A /rt/branches/rt-3.3/lib/t/data/multipart-alternative-with-umlaut
13834    A /rt/branches/rt-3.3/lib/t/data/multipart-report
13835    A /rt/branches/rt-3.3/lib/t/data/nested-mime-sample
13836    A /rt/branches/rt-3.3/lib/t/data/nested-rfc-822
13837    A /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1
13838    A /rt/branches/rt-3.3/lib/t/data/new-ticket-from-iso-8859-1-full
13839    A /rt/branches/rt-3.3/lib/t/data/notes-uuencoded
13840    A /rt/branches/rt-3.3/lib/t/data/russian-subject-no-content-type
13841    A /rt/branches/rt-3.3/lib/t/data/text-html-in-russian
13842    A /rt/branches/rt-3.3/lib/t/data/text-html-with-umlaut
13843    A /rt/branches/rt-3.3/lib/t/regression
13844    A /rt/branches/rt-3.3/lib/t/regression/00placeholder
13845    A /rt/branches/rt-3.3/lib/t/regression/mime_tests
13846    A /rt/branches/rt-3.3/m4
13847    A /rt/branches/rt-3.3/m4/rt_enable_layout.m4
13848    A /rt/branches/rt-3.3/m4/rt_expand_var.m4
13849    A /rt/branches/rt-3.3/m4/rt_layout.m4
13850    A /rt/branches/rt-3.3/m4/rt_subst_expanded_arg.m4
13851    A /rt/branches/rt-3.3/releng.cnf
13852    A /rt/branches/rt-3.3/sbin
13853    A /rt/branches/rt-3.3/sbin/extract-message-catalog
13854    A /rt/branches/rt-3.3/sbin/extract_pod_tests
13855    A /rt/branches/rt-3.3/sbin/factory
13856    A /rt/branches/rt-3.3/sbin/license_tag
13857    A /rt/branches/rt-3.3/sbin/regression_harness
13858    A /rt/branches/rt-3.3/sbin/rt-setup-database.in
13859    A /rt/branches/rt-3.3/sbin/rt-test-dependencies.in
13860    A /rt/branches/rt-3.3/spec
13861    A /rt/branches/rt-3.3/spec/schema.txt
13862
13863 * mv autrijus-3.1 to rt-3.3
13864
13865 ------------------------------------------------------------------------