[Rt-devel] RT 3.8.0 BETA 3 now available

Jesse Vincent jesse at bestpractical.com
Mon Jun 9 23:48:48 EDT 2008


I'm pleased to announce the third beta release of RT 3.8.0.  In the  
month since beta 2, we've resolved hundreds of tickets (some over 5  
years old) and averaged over 10 commits per day.  We're really, really  
hoping to release RT 3.8.0rc1 this Friday but can't do it without your  
help. Please test out beta 3 and report issues you run into.

I'm particularly interested in those of you using Internet Explorer.   
I just lost a perfectly good evening to IE's quirks and completely  
redoing RT 3.8's IE compatibility layer. Did my evening of pain have  
any sort of positive impact?


You can download the new version of RT here:

http://download.bestpractical.com/pub/rt/devel/rt-3.7.86.tar.gz
http://download.bestpractical.com/pub/rt/devel/rt-3.7.86.tar.gz.sig


Best,
Jesse


The full, unedited commit log since beta 2 follows:



------------------------------------------------------------------------
r13103 | jesse | 2008-06-09 23:22:39 -0400 (Mon, 09 Jun 2008) | 3 lines

  * license tagger now has exceptions for scriptaculous and fckeditor

------------------------------------------------------------------------
r13102 | jesse | 2008-06-09 23:21:36 -0400 (Mon, 09 Jun 2008) | 3 lines

  * License tag updates

------------------------------------------------------------------------
r13101 | jesse | 2008-06-09 23:20:50 -0400 (Mon, 09 Jun 2008) | 3 lines

  * Remove incorrect Best Practical license from code we did not write

------------------------------------------------------------------------
r13100 | jesse | 2008-06-09 21:13:36 -0400 (Mon, 09 Jun 2008) | 3 lines

  * Not having a DTD in index.html broke the homepage on IE (It put IE  
into quirksmode)

------------------------------------------------------------------------
r13099 | jesse | 2008-06-09 21:13:31 -0400 (Mon, 09 Jun 2008) | 3 lines

  * Redid MSIE support  to no longer require IE7.js

------------------------------------------------------------------------
r13098 | jesse | 2008-06-09 21:13:22 -0400 (Mon, 09 Jun 2008) | 3 lines

  * Code cleanup. Add "last" classes on menu items since IE has no  
pseudo elements

------------------------------------------------------------------------
r13097 | jesse | 2008-06-09 20:58:08 -0400 (Mon, 09 Jun 2008) | 3 lines

  * I gave kyoki bad advice to add newlines in the titleboxstart  
component

------------------------------------------------------------------------
r13096 | jesse | 2008-06-09 20:57:51 -0400 (Mon, 09 Jun 2008) | 3 lines

  * Try to avoid showing gnupg stuff on ticket create if we don't have  
gnupg enabled

------------------------------------------------------------------------
r13091 | kyoki | 2008-06-09 18:30:18 -0400 (Mon, 09 Jun 2008) | 10 lines

  fixed problem with queues only being shown one at a time
  replaced all calls to TicketList with calls to CollectionList
  RT-Ticket: 8407
  RT-Status: Resolved
  RT-Update: Correspond
  Applied patch to make sortable result pages with CollectionList.  
Thanks Nicholas Clark (nick at ccl4.org)

------------------------------------------------------------------------
r13090 | ruz | 2008-06-09 18:17:53 -0400 (Mon, 09 Jun 2008) | 2 lines

* add 'Bookmarked tickets' to default homepage, so all
   people system defaults will see it after upgrade
------------------------------------------------------------------------
r13089 | ruz | 2008-06-09 18:09:04 -0400 (Mon, 09 Jun 2008) | 1 line

* report error only when there is one
------------------------------------------------------------------------
r13088 | jesse | 2008-06-09 17:25:11 -0400 (Mon, 09 Jun 2008) | 3 lines

  * Fix CollectionList's default count to not be 'one per page'

------------------------------------------------------------------------
r13087 | jesse | 2008-06-09 17:24:54 -0400 (Mon, 09 Jun 2008) | 1 line

------------------------------------------------------------------------
r13086 | jesse | 2008-06-09 17:24:14 -0400 (Mon, 09 Jun 2008) | 6 lines

  * Move GraphViz, GD and GnuPG checks into RT/Config.pm
  * make config post-checks run after we have a db and logging
      - this means that in case of badness in the db or logging  
config, we don't have a hook to clean it up


------------------------------------------------------------------------
r13085 | jesse | 2008-06-09 17:24:04 -0400 (Mon, 09 Jun 2008) | 1 line

------------------------------------------------------------------------
r13084 | jesse | 2008-06-09 17:23:37 -0400 (Mon, 09 Jun 2008) | 6 lines

  * Cleaned up GnuPG code a bit.
  * RT now disabled gnupg if it doesn't exist/work.


------------------------------------------------------------------------
r13083 | jesse | 2008-06-09 17:23:22 -0400 (Mon, 09 Jun 2008) | 1 line

------------------------------------------------------------------------
r13082 | jesse | 2008-06-09 17:23:07 -0400 (Mon, 09 Jun 2008) | 4 lines

  *
  Removed a useless 'trying to delete' message

------------------------------------------------------------------------
r13081 | jesse | 2008-06-09 17:23:02 -0400 (Mon, 09 Jun 2008) | 1 line

------------------------------------------------------------------------
r13080 | sartak | 2008-06-09 17:14:54 -0400 (Mon, 09 Jun 2008) | 3 lines

  Don't encode any textarea multiple times with FCKeditor

------------------------------------------------------------------------
r13079 | sartak | 2008-06-09 17:04:33 -0400 (Mon, 09 Jun 2008) | 3 lines

  Display TransactionBatch (DISABLED) in the scrip editor even if  
UseTransactionBatch is disabled.

------------------------------------------------------------------------
r13078 | sunnavy | 2008-06-09 16:52:37 -0400 (Mon, 09 Jun 2008) | 1 line

check if sendmail exists
------------------------------------------------------------------------
r13077 | sunnavy | 2008-06-09 16:41:42 -0400 (Mon, 09 Jun 2008) | 1 line

better description of SendmailPath
------------------------------------------------------------------------
r13076 | sunnavy | 2008-06-09 16:34:42 -0400 (Mon, 09 Jun 2008) | 1 line

admin of mysql is root, of Pg is postgres
------------------------------------------------------------------------
r13075 | falcone | 2008-06-09 16:33:46 -0400 (Mon, 09 Jun 2008) | 5  
lines

  * force mail to never invoke sendmail.
    if we shell out to a script that tries to send mail, it won't
    see RT::Test's in-memory munging of MailCommand

------------------------------------------------------------------------
r13074 | sunnavy | 2008-06-09 16:30:00 -0400 (Mon, 09 Jun 2008) | 1 line

tiny text change
------------------------------------------------------------------------
r13073 | sartak | 2008-06-09 16:20:30 -0400 (Mon, 09 Jun 2008) | 3 lines

  Unescape internal quotes in PickCFs so that a queue with a quote in  
its name displays its CFs properly. rt3.fsck.com #9574.

------------------------------------------------------------------------
r13072 | sartak | 2008-06-09 15:54:02 -0400 (Mon, 09 Jun 2008) | 3 lines

  Prevent undef warning on "rt create"

------------------------------------------------------------------------
r13071 | sartak | 2008-06-09 15:42:26 -0400 (Mon, 09 Jun 2008) | 3 lines

  Update the field regex in the CLI

------------------------------------------------------------------------
r13070 | sartak | 2008-06-09 15:42:07 -0400 (Mon, 09 Jun 2008) | 3 lines

  Need to use LoadByName to get the correct name/queue behavior

------------------------------------------------------------------------
r13069 | sartak | 2008-06-09 15:41:58 -0400 (Mon, 09 Jun 2008) | 3 lines

  Add load_or_create_custom_field

------------------------------------------------------------------------
r13068 | falcone | 2008-06-09 15:38:02 -0400 (Mon, 09 Jun 2008) | 3  
lines

  * remove duplicate $Query

------------------------------------------------------------------------
r13067 | kyoki | 2008-06-09 15:22:19 -0400 (Mon, 09 Jun 2008) | 5 lines

  RT-Ticket:8401
  RT-Update: correspond
  applied patch from Anton Yuzhaninov

------------------------------------------------------------------------
r13066 | kyoki | 2008-06-09 15:22:14 -0400 (Mon, 09 Jun 2008) | 3 lines

  Final refactoring - TicketList now completely depends on  
CollectionList, which can replace it.

------------------------------------------------------------------------
r13065 | kyoki | 2008-06-09 15:20:39 -0400 (Mon, 09 Jun 2008) | 3 lines

  TicketList is now just a very small wrapper

------------------------------------------------------------------------
r13064 | kyoki | 2008-06-09 15:18:00 -0400 (Mon, 09 Jun 2008) | 3 lines

  Moved most of the code to CollectionList - TicketList is now just a  
wrapper. Still needs some work - the front display still isn't working

------------------------------------------------------------------------
r13063 | kyoki | 2008-06-09 15:17:18 -0400 (Mon, 09 Jun 2008) | 3 lines

  made TicketList dependent on CollectionList and removed some  
redundant code

------------------------------------------------------------------------
r13062 | kyoki | 2008-06-09 15:15:20 -0400 (Mon, 09 Jun 2008) | 3 lines

  moved everything into the INIT block + cosmetic changes

------------------------------------------------------------------------
r13061 | kyoki | 2008-06-09 15:06:48 -0400 (Mon, 09 Jun 2008) | 1 line

------------------------------------------------------------------------
r13060 | sunnavy | 2008-06-09 13:34:00 -0400 (Mon, 09 Jun 2008) | 1 line

go on improving pod
------------------------------------------------------------------------
r13059 | sartak | 2008-06-09 13:33:52 -0400 (Mon, 09 Jun 2008) | 3 lines

  Allow : ( ) / in custom-field names in REST, refactor that regex  
into RT::Interface::REST->field_spec. rt3.fsck.com #8512. Patch  
originally from Jeff at ITA.

------------------------------------------------------------------------
r13058 | sunnavy | 2008-06-09 12:57:33 -0400 (Mon, 09 Jun 2008) | 1 line

made comments in RT_Config.pm as pod
------------------------------------------------------------------------
r13057 | elacour | 2008-06-09 12:07:21 -0400 (Mon, 09 Jun 2008) | 4  
lines

  Missed \n\r replace on vars for mason localization (break po files on
  share/html/Ticket/Elements/ShowUpdateStatus(55) for example).

------------------------------------------------------------------------
r13056 | elacour | 2008-06-09 11:59:57 -0400 (Mon, 09 Jun 2008) | 3  
lines

  extract-message-catalog doesn't like multilines msgid.

------------------------------------------------------------------------
r13053 | elacour | 2008-06-09 11:41:08 -0400 (Mon, 09 Jun 2008) | 3  
lines

  More #loc misses.

------------------------------------------------------------------------
r13052 | sunnavy | 2008-06-09 11:28:29 -0400 (Mon, 09 Jun 2008) | 1 line

added hints of input in Install/Emails.html
------------------------------------------------------------------------
r13051 | elacour | 2008-06-09 11:25:04 -0400 (Mon, 09 Jun 2008) | 4  
lines

  * Added more missings loc strings.
  * Typo in fr.po

------------------------------------------------------------------------
r13050 | sunnavy | 2008-06-09 11:21:34 -0400 (Mon, 09 Jun 2008) | 1 line

cleaned up
------------------------------------------------------------------------
r13049 | sunnavy | 2008-06-09 11:18:31 -0400 (Mon, 09 Jun 2008) | 1 line

move MaxAttachmentSize from email address page to email configuration  
page
------------------------------------------------------------------------
r13048 | elacour | 2008-06-09 11:14:24 -0400 (Mon, 09 Jun 2008) | 3  
lines

  Added missing #loc

------------------------------------------------------------------------
r13047 | sunnavy | 2008-06-09 11:13:51 -0400 (Mon, 09 Jun 2008) | 1 line

fixed a title inconsistent bug
------------------------------------------------------------------------
r13046 | elacour | 2008-06-09 11:01:58 -0400 (Mon, 09 Jun 2008) | 8  
lines

  RT-Ticket: 9600
  RT-Update: correspond
  RT-Status: resolved

  Skip requstors in One-time Ccs/Bccs.


------------------------------------------------------------------------
r13043 | jesse | 2008-06-09 10:06:58 -0400 (Mon, 09 Jun 2008) | 4 lines

  *
  Removed a useless 'trying to delete' message

------------------------------------------------------------------------
r13042 | jesse | 2008-06-09 10:06:39 -0400 (Mon, 09 Jun 2008) | 1 line

------------------------------------------------------------------------
r13041 | sunnavy | 2008-06-09 09:03:24 -0400 (Mon, 09 Jun 2008) | 1 line

removed default values of CorrespondAddress and  
CommentAddress:RT_CorrespondAddressNotSet and RT_CommentAddressNotSet
------------------------------------------------------------------------
r13028 | sunnavy | 2008-06-07 11:09:23 -0400 (Sat, 07 Jun 2008) | 1 line

updated texts in finish page: we have to restart web server if port  
changes
------------------------------------------------------------------------
r13027 | sunnavy | 2008-06-07 10:38:04 -0400 (Sat, 07 Jun 2008) | 1 line

tiny fix
------------------------------------------------------------------------
r13026 | sunnavy | 2008-06-07 10:30:03 -0400 (Sat, 07 Jun 2008) | 1 line

added domain and port configs in web installer
------------------------------------------------------------------------
r13025 | sunnavy | 2008-06-07 09:06:15 -0400 (Sat, 07 Jun 2008) | 1 line

screw mail command: we only want sendmailpipe
------------------------------------------------------------------------
r13024 | sunnavy | 2008-06-07 08:59:25 -0400 (Sat, 07 Jun 2008) | 1 line

improved texts
------------------------------------------------------------------------
r13023 | sunnavy | 2008-06-07 08:43:20 -0400 (Sat, 07 Jun 2008) | 1 line

fixed some hints
------------------------------------------------------------------------
r13021 | jesse | 2008-06-07 02:37:52 -0400 (Sat, 07 Jun 2008) | 3 lines

  fix tests for I18N

------------------------------------------------------------------------
r13020 | elacour | 2008-06-07 02:24:26 -0400 (Sat, 07 Jun 2008) | 8  
lines

  RT-Ticket: 7734
  RT-Status: resolved
  RT-Update: correspond

  Applied patch from Todd Chapman to do more fine error checking.


------------------------------------------------------------------------
r13019 | jesse | 2008-06-07 02:05:52 -0400 (Sat, 07 Jun 2008) | 3 lines

   *style the ticket create page reasonably ok

------------------------------------------------------------------------
r13018 | jesse | 2008-06-07 02:02:31 -0400 (Sat, 07 Jun 2008) | 3 lines

  * Back down ticket cloning a bit to where users seemed to want it.  
clone refers to/referred to by but not other attributes

------------------------------------------------------------------------
r13016 | jesse | 2008-06-07 02:01:31 -0400 (Sat, 07 Jun 2008) | 3 lines

  * Perltidy

------------------------------------------------------------------------
r13015 | jesse | 2008-06-07 01:13:17 -0400 (Sat, 07 Jun 2008) | 4 lines

  * slight css tweak to lists


------------------------------------------------------------------------
r13014 | jesse | 2008-06-07 01:12:14 -0400 (Sat, 07 Jun 2008) | 3 lines

  * css padding in ticketlists

------------------------------------------------------------------------
r13013 | jesse | 2008-06-07 01:11:13 -0400 (Sat, 07 Jun 2008) | 3 lines

  * Actually use styles from subelements when rendering lists

------------------------------------------------------------------------
r13012 | jesse | 2008-06-07 00:17:27 -0400 (Sat, 07 Jun 2008) | 3 lines

  Removing a : and warnings avoidance

------------------------------------------------------------------------
r13011 | jesse | 2008-06-07 00:13:08 -0400 (Sat, 07 Jun 2008) | 3 lines

  * Lots of style cleanup for ticket search ui. (More procrastination  
of ticket update)

------------------------------------------------------------------------
r13010 | jesse | 2008-06-07 00:11:47 -0400 (Sat, 07 Jun 2008) | 3 lines

  * Before/After -> before/after

------------------------------------------------------------------------
r13009 | jesse | 2008-06-07 00:10:22 -0400 (Sat, 07 Jun 2008) | 3 lines

  * CSS styling of new widget-based forms

------------------------------------------------------------------------
r13008 | jesse | 2008-06-07 00:09:36 -0400 (Sat, 07 Jun 2008) | 3 lines

  * Removed the word 'contain' from the UI in favor of 'match', which  
is shorter and also used already for the same thing

------------------------------------------------------------------------
r13007 | jesse | 2008-06-07 00:07:52 -0400 (Sat, 07 Jun 2008) | 4 lines

  * Perltidy


------------------------------------------------------------------------
r13006 | jesse | 2008-06-07 00:06:35 -0400 (Sat, 07 Jun 2008) | 4 lines

  * Fix the shredder url
  * make shredder only show up from the ticket results page (not from  
all the individual ticket pages)

------------------------------------------------------------------------
r13005 | sartak | 2008-06-06 19:29:14 -0400 (Fri, 06 Jun 2008) | 3 lines

  Include bookmarked tickets on the home page by default. rt3.fsck.com  
#9577

------------------------------------------------------------------------
r13004 | sartak | 2008-06-06 19:20:14 -0400 (Fri, 06 Jun 2008) | 3 lines

  Add an AmbiguousDayInFuture option, and make neither Past nor Future  
the default. The old default of Past screws up 12/12/09 fabulously.  
rt3.fsck.com #7201.

------------------------------------------------------------------------
r13003 | sartak | 2008-06-06 18:56:21 -0400 (Fri, 06 Jun 2008) | 3 lines

  Remove tabs from the values in the tsv export. rt3.fsck.com #9579.

------------------------------------------------------------------------
r13002 | sartak | 2008-06-06 18:48:31 -0400 (Fri, 06 Jun 2008) | 3 lines

  Don't re-encode the textarea for FCKeditor on "Save changes" button  
in Ticket/Update

------------------------------------------------------------------------
r13001 | sartak | 2008-06-06 18:48:21 -0400 (Fri, 06 Jun 2008) | 1 line

------------------------------------------------------------------------
r12998 | falcone | 2008-06-06 17:32:05 -0400 (Fri, 06 Jun 2008) | 4  
lines

  * use IgnoreMissing flag on Dashboards also to suppress
    deleted Saved Searches

------------------------------------------------------------------------
r12997 | falcone | 2008-06-06 17:19:45 -0400 (Fri, 06 Jun 2008) | 9  
lines

  RT-Ticket: 7844
  RT-Update: correspond
  RT-Status: resolved

  * add an IgnoreMissing arg to ShowSearch and use it when displaying
    homepages so that if someone deletes a Saved Search you don't
    see a message like 'Saved Search RT::User-XXXX-SavedSearch-XX not  
found'

------------------------------------------------------------------------
r12994 | sartak | 2008-06-06 16:39:39 -0400 (Fri, 06 Jun 2008) | 3 lines

  Don't even try to replace all textareas with FCKeditor if we're  
running an incompatible browser version

------------------------------------------------------------------------
r12992 | jesse | 2008-06-06 16:32:06 -0400 (Fri, 06 Jun 2008) | 4 lines

  * Make the 'settings' tab of preferences the default
  * Fix tests to deal.

------------------------------------------------------------------------
r12991 | jesse | 2008-06-06 16:31:57 -0400 (Fri, 06 Jun 2008) | 3 lines

  * "Save Changes"

------------------------------------------------------------------------
r12990 | jesse | 2008-06-06 15:51:41 -0400 (Fri, 06 Jun 2008) | 3 lines

  * Remove the option I just cloned and renamed

------------------------------------------------------------------------
r12989 | jesse | 2008-06-06 15:28:44 -0400 (Fri, 06 Jun 2008) | 3 lines

  * Showing "ticket contains unread messages" is now a preference

------------------------------------------------------------------------
r12988 | jesse | 2008-06-06 15:27:58 -0400 (Fri, 06 Jun 2008) | 3 lines

  * css tweak to the "unread tickets"

------------------------------------------------------------------------
r12987 | jesse | 2008-06-06 14:56:09 -0400 (Fri, 06 Jun 2008) | 3 lines

  * cleaning up labels, fixing tests.

------------------------------------------------------------------------
r12986 | jesse | 2008-06-06 14:55:53 -0400 (Fri, 06 Jun 2008) | 3 lines

  * fix ticket_seen tests for new phrasing

------------------------------------------------------------------------
r12985 | jesse | 2008-06-06 14:55:46 -0400 (Fri, 06 Jun 2008) | 3 lines

  * Removing the preferences link breaks nav and tests. Another day.

------------------------------------------------------------------------
r12984 | jesse | 2008-06-06 13:36:29 -0400 (Fri, 06 Jun 2008) | 7 lines

  RT-Ticket: 9575
  RT-Update: correspond
  RT-Status: resolved

  CSS font size improvements from elacour. Other style rejiggering to  
get things to line up again.

------------------------------------------------------------------------
r12983 | jesse | 2008-06-06 13:14:52 -0400 (Fri, 06 Jun 2008) | 3 lines

  * Start cleaning up the ticket reply page by removing words

------------------------------------------------------------------------
r12982 | jesse | 2008-06-06 13:14:46 -0400 (Fri, 06 Jun 2008) | 4 lines

  skip non-existent addresses when showing a list of possible  
addresses to cc/bcc


------------------------------------------------------------------------
r12980 | jesse | 2008-06-06 12:43:20 -0400 (Fri, 06 Jun 2008) | 3 lines

  * order my args right.

------------------------------------------------------------------------
r12979 | jesse | 2008-06-06 12:38:34 -0400 (Fri, 06 Jun 2008) | 3 lines

  * I know how html anchors work. really

------------------------------------------------------------------------
r12978 | jesse | 2008-06-06 12:23:15 -0400 (Fri, 06 Jun 2008) | 4 lines

  * Boldification of links,
  * Colorized 'ShowUpdateStatus'

------------------------------------------------------------------------
r12977 | jesse | 2008-06-06 12:23:05 -0400 (Fri, 06 Jun 2008) | 3 lines

  * styling the 'unread messages' box

------------------------------------------------------------------------
r12976 | jesse | 2008-06-06 12:23:00 -0400 (Fri, 06 Jun 2008) | 3 lines

  * Remove the duplicate preferences tab from RT's menus

------------------------------------------------------------------------
r12975 | jesse | 2008-06-06 12:22:57 -0400 (Fri, 06 Jun 2008) | 3 lines

  * Now we have action results on a yellow background in the webui. We  
are web 2.0.

------------------------------------------------------------------------
r12974 | elacour | 2008-06-06 12:11:40 -0400 (Fri, 06 Jun 2008) | 8  
lines

  RT-Ticket: 5819
  RT-Status: resolved
  RT-Update: correspond

  Fix QuickSearch on queues with quotes in name.


------------------------------------------------------------------------
r12973 | jesse | 2008-06-06 11:53:16 -0400 (Fri, 06 Jun 2008) | 3 lines

  * Remove the duplicate preferences tab from RT's menus

------------------------------------------------------------------------
r12972 | jesse | 2008-06-06 11:51:32 -0400 (Fri, 06 Jun 2008) | 3 lines

  * Now we have action results on a yellow background in the webui. We  
are web 2.0.

------------------------------------------------------------------------
r12967 | jesse | 2008-06-06 10:15:26 -0400 (Fri, 06 Jun 2008) | 3 lines

  * small style improvements to ticket display

------------------------------------------------------------------------
r12966 | jesse | 2008-06-06 10:14:39 -0400 (Fri, 06 Jun 2008) | 4 lines

  RT-Ticket: 9406
  * Cleaning up ticket subject display

------------------------------------------------------------------------
r12949 | sartak | 2008-06-05 19:28:20 -0400 (Thu, 05 Jun 2008) | 3 lines

  Force some ./configure variables to be 1 or 0. GraphViz was empty  
for me which screwed up test-dependencies

------------------------------------------------------------------------
r12948 | sartak | 2008-06-05 19:23:18 -0400 (Thu, 05 Jun 2008) | 3 lines

  Correct the %INC short-circuit

------------------------------------------------------------------------
r12947 | sartak | 2008-06-05 19:22:15 -0400 (Thu, 05 Jun 2008) | 3 lines

  Display a message if GD is unavailable instead of an empty image  
(with plenty of errors)

------------------------------------------------------------------------
r12946 | sartak | 2008-06-05 19:22:03 -0400 (Thu, 05 Jun 2008) | 3 lines

  Check for GD in configure for use in test-dependencies

------------------------------------------------------------------------
r12945 | sartak | 2008-06-05 19:21:45 -0400 (Thu, 05 Jun 2008) | 3 lines

  Add a DisableGD option (which isn't yet used)

------------------------------------------------------------------------
r12942 | sartak | 2008-06-05 17:14:44 -0400 (Thu, 05 Jun 2008) | 3 lines

  Typo fix

------------------------------------------------------------------------
r12940 | sartak | 2008-06-05 17:14:30 -0400 (Thu, 05 Jun 2008) | 1 line

------------------------------------------------------------------------
r12938 | kyoki | 2008-06-05 17:04:49 -0400 (Thu, 05 Jun 2008) | 3 lines

  extracted TicketList paging to a reusable component

------------------------------------------------------------------------
r12937 | sartak | 2008-06-05 16:57:27 -0400 (Thu, 05 Jun 2008) | 3 lines

  Add a callback for adding new link types. Patch by Todd Chapman.  
Resolves #7177.

------------------------------------------------------------------------
r12936 | ruz | 2008-06-05 16:09:37 -0400 (Thu, 05 Jun 2008) | 1 line

* bump dependencies
------------------------------------------------------------------------
r12931 | jesse | 2008-06-05 15:19:18 -0400 (Thu, 05 Jun 2008) | 3 lines

  * slightly less in the way of exploding UI when you shrink down the  
ticket search page

------------------------------------------------------------------------
r12930 | jesse | 2008-06-05 15:18:42 -0400 (Thu, 05 Jun 2008) | 3 lines

  * A bunch of small styling stuff that was annoying me

------------------------------------------------------------------------
r12929 | jesse | 2008-06-05 15:16:15 -0400 (Thu, 05 Jun 2008) | 1 line

------------------------------------------------------------------------
r12924 | alexmv | 2008-06-05 14:37:09 -0400 (Thu, 05 Jun 2008) | 3 lines

   * Fixups for queues qith apostrophes in them

------------------------------------------------------------------------
r12923 | alexmv | 2008-06-05 13:13:26 -0400 (Thu, 05 Jun 2008) | 8 lines

  RT-Ticket: 7573
  RT-Status: resolved
  RT-Update: comment

   * Only highlight due dates in the past if the ticket is still active


------------------------------------------------------------------------
r12922 | alexmv | 2008-06-05 12:55:09 -0400 (Thu, 05 Jun 2008) | 8 lines

  RT-Ticket: 7223
  RT-Status: resolved
  RT-Update: comment

   * Add Privileged and Disabled properties to users in REST interface


------------------------------------------------------------------------
r12920 | sunnavy | 2008-06-05 12:03:11 -0400 (Thu, 05 Jun 2008) | 1 line

check if cfs are validate for "Quick ticket creation" too
------------------------------------------------------------------------
r12919 | elacour | 2008-06-05 11:17:51 -0400 (Thu, 05 Jun 2008) | 8  
lines

  RT-Ticket: 9407
  RT-Status: resolved
  RT-Update: correspond

  Add a js event to submit create ticket form on queue dropdown change.


------------------------------------------------------------------------
r12918 | elacour | 2008-06-05 11:15:04 -0400 (Thu, 05 Jun 2008) | 8  
lines

  * Add accidentally removed owner write access to RT_SiteConfig.pm
  * Add tests on local/* dirs before trying to install them
  * Removed a "-D" install option leaved in the last commit
  Remove totally uneeded checks made in previous commit on local dir,
  "-cd ...  &&" is enough!

------------------------------------------------------------------------
r12914 | elacour | 2008-06-05 10:38:33 -0400 (Thu, 05 Jun 2008) | 3  
lines

  Don't set uneeded executable bit on etc/* files

------------------------------------------------------------------------
r12912 | elacour | 2008-06-05 04:11:30 -0400 (Thu, 05 Jun 2008) | 4  
lines

  Fix "install" usage to be BSD compatible
  Make extensive use of @INSTALL@ instead of mkdir, cp

------------------------------------------------------------------------
r12910 | elacour | 2008-06-05 03:30:25 -0400 (Thu, 05 Jun 2008) | 3  
lines

  Fix duplicate attribute and wrapping error from r12901

------------------------------------------------------------------------
r12909 | kyoki | 2008-06-04 20:39:52 -0400 (Wed, 04 Jun 2008) | 3 lines

  undid accidental commit

------------------------------------------------------------------------
r12903 | ruz | 2008-06-04 18:39:25 -0400 (Wed, 04 Jun 2008) | 1 line

* call rmtree only when we have $self->{'AttachmentDirs'}
------------------------------------------------------------------------
r12902 | kyoki | 2008-06-04 18:07:30 -0400 (Wed, 04 Jun 2008) | 3 lines

  added page numbers to the bottom of the search pages.

------------------------------------------------------------------------
r12901 | kyoki | 2008-06-04 18:07:22 -0400 (Wed, 04 Jun 2008) | 1 line

------------------------------------------------------------------------
r12889 | sunnavy | 2008-06-04 16:07:41 -0400 (Wed, 04 Jun 2008) | 1 line

fixed not show msg bug if updatecontent is '0'
------------------------------------------------------------------------
r12888 | sunnavy | 2008-06-04 16:06:32 -0400 (Wed, 04 Jun 2008) | 1 line

fixed not process msg bug if updatecontent is '0'
------------------------------------------------------------------------
r12887 | alexmv | 2008-06-04 15:56:37 -0400 (Wed, 04 Jun 2008) | 3 lines

   * Fix wrapping error

------------------------------------------------------------------------
r12886 | jesse | 2008-06-04 15:45:57 -0400 (Wed, 04 Jun 2008) | 2 lines

* revert a removal which broke tab rendering in the search ui

------------------------------------------------------------------------
r12885 | falcone | 2008-06-04 15:34:47 -0400 (Wed, 04 Jun 2008) | 3  
lines

  * die harders when you forget the RT_DBA* environment variables

------------------------------------------------------------------------
r12884 | falcone | 2008-06-04 15:34:27 -0400 (Wed, 04 Jun 2008) | 1 line

------------------------------------------------------------------------
r12883 | kyoki | 2008-06-04 15:28:33 -0400 (Wed, 04 Jun 2008) | 3 lines

  small grammar changes in the RT_Config file

------------------------------------------------------------------------
r12882 | alexmv | 2008-06-04 15:26:59 -0400 (Wed, 04 Jun 2008) | 3 lines

   * Use new-style config options for newly merged-in code

------------------------------------------------------------------------
r12881 | alexmv | 2008-06-04 15:25:37 -0400 (Wed, 04 Jun 2008) | 3 lines

   * Less shredder test boilerplate

------------------------------------------------------------------------
r12878 | falcone | 2008-06-04 14:05:50 -0400 (Wed, 04 Jun 2008) | 4  
lines

  * add in missing Group search handling for the People portion
    of the Jumbo view

------------------------------------------------------------------------
r12877 | falcone | 2008-06-04 14:05:42 -0400 (Wed, 04 Jun 2008) | 3  
lines

  * make some warnings stop

------------------------------------------------------------------------
r12876 | alexmv | 2008-06-04 14:02:57 -0400 (Wed, 04 Jun 2008) | 5 lines

   * Warnings avoidance
   * Overzealous commit

------------------------------------------------------------------------
r12875 | falcone | 2008-06-04 13:25:12 -0400 (Wed, 04 Jun 2008) | 6  
lines

  * in the case that a user changes their email address or
    an admin tries to change a user's email address, tell
    them that the address is in use, rather than claiming
    that it is illegal

------------------------------------------------------------------------
r12874 | sartak | 2008-06-04 13:11:12 -0400 (Wed, 04 Jun 2008) | 3 lines

  Revert svk mismerge

------------------------------------------------------------------------
r12873 | sartak | 2008-06-04 13:03:52 -0400 (Wed, 04 Jun 2008) | 3 lines

  SuppressHeader in subcomponents' Abort() to avoid display errors

------------------------------------------------------------------------
r12872 | sartak | 2008-06-04 13:03:32 -0400 (Wed, 04 Jun 2008) | 3 lines

  Allow Abort to pass arbitrary arguments to the Error components, and  
add a SuppressHeader argument to Elements/Error

------------------------------------------------------------------------
r12871 | sartak | 2008-06-04 13:03:15 -0400 (Wed, 04 Jun 2008) | 1 line

------------------------------------------------------------------------
r12870 | sartak | 2008-06-04 13:02:47 -0400 (Wed, 04 Jun 2008) | 3 lines

  Make sure the correct ticket is displayed in the search results

------------------------------------------------------------------------
r12868 | kyoki | 2008-06-04 11:32:12 -0400 (Wed, 04 Jun 2008) | 3 lines

  small grammar fix in rt dependencies document

------------------------------------------------------------------------
r12864 | elacour | 2008-06-04 10:58:56 -0400 (Wed, 04 Jun 2008) | 8  
lines

  RT-Ticket: 5781
  RT-Status: resolved
  RT-Update: correspond

  Filter out .svn directories on "make install"


------------------------------------------------------------------------
r12860 | sunnavy | 2008-06-03 16:51:21 -0400 (Tue, 03 Jun 2008) | 1 line

compile test for Installer.pm
------------------------------------------------------------------------
r12859 | falcone | 2008-06-03 16:31:17 -0400 (Tue, 03 Jun 2008) | 3  
lines

  * add an option to disable/hide Reminders

------------------------------------------------------------------------
r12857 | falcone | 2008-06-03 15:43:03 -0400 (Tue, 03 Jun 2008) | 6  
lines

  * fix mismerge in 12850
  * revert handle merge
  * actually push fix for 12850

------------------------------------------------------------------------
r12856 | sunnavy | 2008-06-03 15:42:15 -0400 (Tue, 03 Jun 2008) | 1 line

fixed "Quick create does not set requestor" bug: we passed wrong  
Requestor arg
------------------------------------------------------------------------
r12855 | falcone | 2008-06-03 15:36:34 -0400 (Tue, 03 Jun 2008) | 3  
lines

  * Add a configuration flag so you can turn off Ticket Status Updates

------------------------------------------------------------------------
r12854 | falcone | 2008-06-03 15:36:08 -0400 (Tue, 03 Jun 2008) | 1 line

------------------------------------------------------------------------
r12852 | alexmv | 2008-06-03 15:32:14 -0400 (Tue, 03 Jun 2008) | 4 lines

   * Quiet 'diag's unless we're running inver TEST_VERBOSE
   * Don't warn on opening an empty testing mailbox

------------------------------------------------------------------------
r12851 | falcone | 2008-06-03 15:29:37 -0400 (Tue, 03 Jun 2008) | 4  
lines

  * don't load optional modules, this means tests pass
    when you don't have GraphViz installed

------------------------------------------------------------------------
r12850 | falcone | 2008-06-03 15:28:59 -0400 (Tue, 03 Jun 2008) | 1 line

------------------------------------------------------------------------
r12848 | sartak | 2008-06-03 14:22:07 -0400 (Tue, 03 Jun 2008) | 3 lines

  Failing test for merge then search failing

------------------------------------------------------------------------
r12847 | sartak | 2008-06-03 14:07:17 -0400 (Tue, 03 Jun 2008) | 3 lines

  Typo fix in a test name

------------------------------------------------------------------------
r12845 | alexmv | 2008-06-03 13:51:26 -0400 (Tue, 03 Jun 2008) | 3 lines

   * Prevent "masks earlier declaration in same scope" warning

------------------------------------------------------------------------
r12844 | alexmv | 2008-06-03 13:51:22 -0400 (Tue, 03 Jun 2008) | 3 lines

   * Warnings avoidance

------------------------------------------------------------------------
r12842 | alexmv | 2008-06-03 13:34:26 -0400 (Tue, 03 Jun 2008) | 3 lines

   * Gut lib/t/ and re-jigger t/data/ to make more sense.

------------------------------------------------------------------------
r12839 | sunnavy | 2008-06-03 13:09:26 -0400 (Tue, 03 Jun 2008) | 1 line

refactor a bit, don't clobber existing irrelevant settings in  
RT_SiteConfig.pm either
------------------------------------------------------------------------
r12838 | falcone | 2008-06-03 12:47:49 -0400 (Tue, 03 Jun 2008) | 7  
lines

  RT-Ticket: 7480
  RT-Status: resolved
  RT-Update: correspond

  * duplicate postgres index removed

------------------------------------------------------------------------
r12837 | elacour | 2008-06-03 12:38:47 -0400 (Tue, 03 Jun 2008) | 8  
lines

  RT-Ticket: 9409
  RT-Status: resolved
  RT-Update: correspond

  Fix bad default submit when hitting enter in the PickCriteria text  
fields.


------------------------------------------------------------------------
r12836 | sunnavy | 2008-06-03 12:35:50 -0400 (Tue, 03 Jun 2008) | 1 line

do not clobber document of RT_Site_Config.pm
------------------------------------------------------------------------
r12835 | elacour | 2008-06-03 12:11:26 -0400 (Tue, 03 Jun 2008) | 5  
lines

  * Commit back LargeContent search for customfields
  * Fix SQL for MySQL (missing quotes) so it doesn't break anymore t/ 
ticket/search.t
  * Add tests for this

------------------------------------------------------------------------
r12834 | elacour | 2008-06-03 12:11:15 -0400 (Tue, 03 Jun 2008) | 3  
lines

  Fixed case when CFs count == 1

------------------------------------------------------------------------
r12833 | sartak | 2008-06-03 11:33:47 -0400 (Tue, 03 Jun 2008) | 3 lines

  Bump dep of HTTP-Server-Simple to 0.34

------------------------------------------------------------------------
r12831 | sunnavy | 2008-06-03 11:19:02 -0400 (Tue, 03 Jun 2008) | 1 line

compile test for Util.pm
------------------------------------------------------------------------
r12830 | sunnavy | 2008-06-03 11:12:53 -0400 (Tue, 03 Jun 2008) | 1 line

fixed '0 is an invalid digest' when validating cf values
------------------------------------------------------------------------
r12828 | sunnavy | 2008-06-03 10:08:03 -0400 (Tue, 03 Jun 2008) | 1 line

tiny fix
------------------------------------------------------------------------
r12825 | elacour | 2008-06-03 01:53:17 -0400 (Tue, 03 Jun 2008) | 6  
lines

  * Add reminder tests.
  * Disable uneeded filter on queue in RT::Reminders::Collection
  * Move code to change reminders queue, after queue change of  
concerned ticket


------------------------------------------------------------------------
r12823 | alexmv | 2008-06-02 18:30:01 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Trivial fix for a URL in the docs

------------------------------------------------------------------------
r12822 | sunnavy | 2008-06-02 18:29:16 -0400 (Mon, 02 Jun 2008) | 1 line

wrap some methods of GraphViz object to get rid of FILENO error from  
FCGI
------------------------------------------------------------------------
r12821 | alexmv | 2008-06-02 18:29:05 -0400 (Mon, 02 Jun 2008) | 3 lines

   * More loc cleanup

------------------------------------------------------------------------
r12820 | alexmv | 2008-06-02 18:28:50 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Remove unused and wrong (interpolates scalars) loc

------------------------------------------------------------------------
r12819 | sunnavy | 2008-06-02 18:24:48 -0400 (Mon, 02 Jun 2008) | 1 line

lift safe_run_child out to Util.pm
------------------------------------------------------------------------
r12818 | alexmv | 2008-06-02 17:26:07 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Fix a scalar interpolation in a loc string

------------------------------------------------------------------------
r12817 | alexmv | 2008-06-02 17:19:25 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Fix a misplaced close paren and quote in a loc call

------------------------------------------------------------------------
r12816 | alexmv | 2008-06-02 17:07:50 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Make us not pass a TODO test by accident

------------------------------------------------------------------------
r12815 | sartak | 2008-06-02 17:05:49 -0400 (Mon, 02 Jun 2008) | 3 lines

  Fix %ENV clearing at the HTTP::Server::Simple level

------------------------------------------------------------------------
r12814 | sartak | 2008-06-02 17:05:40 -0400 (Mon, 02 Jun 2008) | 1 line

------------------------------------------------------------------------
r12812 | alexmv | 2008-06-02 16:53:19 -0400 (Mon, 02 Jun 2008) | 4 lines

   * Fix tests for nulls coming last in Pg
   * Typo in queue creation also caused Pg to flip out

------------------------------------------------------------------------
r12811 | sartak | 2008-06-02 16:52:52 -0400 (Mon, 02 Jun 2008) | 3 lines

  The random POST failings were because %ENV was not being cleared  
between requests

------------------------------------------------------------------------
r12810 | sartak | 2008-06-02 16:52:21 -0400 (Mon, 02 Jun 2008) | 1 line

------------------------------------------------------------------------
r12809 | alexmv | 2008-06-02 15:10:33 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Warning suppression for order-by a CF with no queue given

------------------------------------------------------------------------
r12808 | alexmv | 2008-06-02 14:53:57 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Warnings avoidance

------------------------------------------------------------------------
r12807 | alexmv | 2008-06-02 14:53:51 -0400 (Mon, 02 Jun 2008) | 3 lines

   * We _like_ being able to return fields that have "0" as their value

------------------------------------------------------------------------
r12804 | sartak | 2008-06-02 13:31:13 -0400 (Mon, 02 Jun 2008) | 3 lines

  Print a banner in rt-server telling which port(s) are open for  
business

------------------------------------------------------------------------
r12803 | sartak | 2008-06-02 13:31:05 -0400 (Mon, 02 Jun 2008) | 1 line

------------------------------------------------------------------------
r12801 | alexmv | 2008-06-02 13:15:30 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Warnings avoidance

------------------------------------------------------------------------
r12800 | alexmv | 2008-06-02 13:15:14 -0400 (Mon, 02 Jun 2008) | 3 lines

   * RFC3834 compliance (Auto-Submitted header)

------------------------------------------------------------------------
r12799 | sartak | 2008-06-02 12:34:13 -0400 (Mon, 02 Jun 2008) | 3 lines

  Remove reference in Makefile to RT_NET_SERVER which we removed

------------------------------------------------------------------------
r12798 | alexmv | 2008-06-02 12:25:21 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Revert mismerge in 12796

------------------------------------------------------------------------
r12797 | alexmv | 2008-06-02 12:22:21 -0400 (Mon, 02 Jun 2008) | 3 lines

   * Forward-port r12715 to 3.8

------------------------------------------------------------------------
r12796 | alexmv | 2008-06-02 12:21:55 -0400 (Mon, 02 Jun 2008) | 1 line

------------------------------------------------------------------------
r12795 | sartak | 2008-06-02 12:21:03 -0400 (Mon, 02 Jun 2008) | 3 lines

  Remove some unreachable code from bin/rt-server.in - need new logic  
for automatically retrying a higher port

------------------------------------------------------------------------
r12794 | sartak | 2008-06-02 12:20:52 -0400 (Mon, 02 Jun 2008) | 3 lines

  Decrease the default log_level to avoid useless startup notifications

------------------------------------------------------------------------
r12793 | sartak | 2008-06-02 11:57:32 -0400 (Mon, 02 Jun 2008) | 3 lines

  Include rt-email-dashboards in the README

------------------------------------------------------------------------
r12792 | sartak | 2008-06-02 11:33:40 -0400 (Mon, 02 Jun 2008) | 3 lines

  Fix the dashboard URLs in rt-email-dashboards. Patch by Todd Chapman  
(#9490)

------------------------------------------------------------------------
r12791 | jesse | 2008-06-02 11:22:59 -0400 (Mon, 02 Jun 2008) | 3 lines

  * Test files from 3.6 that were merged by hand and not checked in

------------------------------------------------------------------------
r12790 | jesse | 2008-06-02 11:22:50 -0400 (Mon, 02 Jun 2008) | 3 lines

  * CSS Background fixes

------------------------------------------------------------------------
r12789 | jesse | 2008-06-02 11:21:55 -0400 (Mon, 02 Jun 2008) | 3 lines

  new gradient that doesn't trail to white

------------------------------------------------------------------------
r12788 | sunnavy | 2008-06-02 10:39:52 -0400 (Mon, 02 Jun 2008) | 1 line

improved a regex
------------------------------------------------------------------------
r12787 | jesse | 2008-06-02 10:00:12 -0400 (Mon, 02 Jun 2008) | 3 lines

   * did not mean for title to have a red border

------------------------------------------------------------------------
r12786 | jesse | 2008-06-02 09:51:06 -0400 (Mon, 02 Jun 2008) | 3 lines

  * make sure we truncate the page title before the 'new ticket in'  
button

------------------------------------------------------------------------
r12785 | jesse | 2008-06-02 09:50:48 -0400 (Mon, 02 Jun 2008) | 3 lines

  * fix search ui on smaller screens

------------------------------------------------------------------------
r12784 | jesse | 2008-06-02 09:38:34 -0400 (Mon, 02 Jun 2008) | 3 lines

  * Misc sstyle cleanups for the 'web2' style

------------------------------------------------------------------------
r12783 | jesse | 2008-06-02 09:12:41 -0400 (Mon, 02 Jun 2008) | 3 lines

  * Turn off CSS::Squish in devel mode.

------------------------------------------------------------------------
r12782 | jesse | 2008-06-02 09:12:15 -0400 (Mon, 02 Jun 2008) | 3 lines

  * Quiet down a warning when we pass a bogus argument to Group- 
 >HasMember

------------------------------------------------------------------------
r12781 | jesse | 2008-06-02 09:11:59 -0400 (Mon, 02 Jun 2008) | 3 lines

  * Testing needs IPC::Run3

------------------------------------------------------------------------
r12780 | jesse | 2008-06-02 08:43:03 -0400 (Mon, 02 Jun 2008) | 4 lines

  * Work around a bug in Perl 5.10 which breaks Mason's ability to  
change inheritance.


------------------------------------------------------------------------
r12779 | jesse | 2008-06-02 08:25:08 -0400 (Mon, 02 Jun 2008) | 3 lines

  * Fix config file loader to work on Perl 5.10

------------------------------------------------------------------------
r12778 | sunnavy | 2008-06-02 03:03:31 -0400 (Mon, 02 Jun 2008) | 1 line

fix relative LogDir and GnuPG homedir
------------------------------------------------------------------------
r12777 | jesse | 2008-05-30 17:46:09 -0400 (Fri, 30 May 2008) | 1 line

------------------------------------------------------------------------
r12776 | jesse | 2008-05-30 17:44:37 -0400 (Fri, 30 May 2008) | 3 lines

  * small cleanups to the web2 style

------------------------------------------------------------------------
r12775 | jesse | 2008-05-30 17:44:19 -0400 (Fri, 30 May 2008) | 4 lines

  * make rich text editing per-user configurable.
  * fix the content-type returned by fckeditor's css files

------------------------------------------------------------------------
r12774 | jesse | 2008-05-30 17:44:02 -0400 (Fri, 30 May 2008) | 5 lines

  * Switch to the silver theme for fckeditor
  * Start fckeditor controls minimized
  * Make sure no user can ever choose comic sans

------------------------------------------------------------------------
r12773 | jesse | 2008-05-30 17:43:20 -0400 (Fri, 30 May 2008) | 1 line

------------------------------------------------------------------------
r12772 | jesse | 2008-05-30 17:42:53 -0400 (Fri, 30 May 2008) | 3 lines

   further attempts to make the ticket history styles not make me want  
to stab someone

------------------------------------------------------------------------
r12770 | falcone | 2008-05-30 16:56:18 -0400 (Fri, 30 May 2008) | 6  
lines

  * By default, use what ENV says, otherwise when you run
    standalone httpd and it picks a high port for you (or
    you set one on the command line, it forces you back to
    port 80 since that is the default config option)

------------------------------------------------------------------------
r12769 | falcone | 2008-05-30 16:39:07 -0400 (Fri, 30 May 2008) | 4  
lines

  * revert r12734 it causes t/ticket/search.t to fail
    all CF searches on mysql 4.1

------------------------------------------------------------------------
r12765 | sunnavy | 2008-05-30 11:54:57 -0400 (Fri, 30 May 2008) | 1 line

revert titlebox-state.js back
------------------------------------------------------------------------
r12764 | sunnavy | 2008-05-30 11:51:50 -0400 (Fri, 30 May 2008) | 1 line

revert RT_Site_Config.pm
------------------------------------------------------------------------
r12763 | sunnavy | 2008-05-30 11:48:43 -0400 (Fri, 30 May 2008) | 1 line

fully specify attribute values
------------------------------------------------------------------------
r12762 | sunnavy | 2008-05-30 11:45:50 -0400 (Fri, 30 May 2008) | 1 line

get rid of superfluous encoding of XHTML attributes
------------------------------------------------------------------------
r12761 | sunnavy | 2008-05-30 11:34:45 -0400 (Fri, 30 May 2008) | 1 line

improved the way of resolving relative lib path
------------------------------------------------------------------------
r12760 | elacour | 2008-05-30 10:12:03 -0400 (Fri, 30 May 2008) | 3  
lines

  Applied s|<hr>|<hr />|g xhtml fixes from Jason Long.

------------------------------------------------------------------------
r12759 | sunnavy | 2008-05-30 09:01:00 -0400 (Fri, 30 May 2008) | 1 line

show up hints of cf values in Modify.html and ModifyAll.html all the  
time
------------------------------------------------------------------------
r12758 | elacour | 2008-05-30 05:43:41 -0400 (Fri, 30 May 2008) | 4  
lines

  Don't block the queue ticket move if a reminder move failed, just  
drop an error
  in the log.

------------------------------------------------------------------------
r12757 | sunnavy | 2008-05-30 05:29:45 -0400 (Fri, 30 May 2008) | 1 line

imporved the name extract from email address a bit
------------------------------------------------------------------------
r12756 | sunnavy | 2008-05-30 03:54:51 -0400 (Fri, 30 May 2008) | 1 line

fixed tests related to mails with contenttype of text/html: see the  
previous commit
------------------------------------------------------------------------
r12755 | sunnavy | 2008-05-30 03:46:58 -0400 (Fri, 30 May 2008) | 1 line

we want to exclude the attachment that's been used as the content of  
message, not only text/plain, but all the text/
------------------------------------------------------------------------
r12752 | sartak | 2008-05-29 15:43:20 -0400 (Thu, 29 May 2008) | 3 lines

  Fix the Makefile (again?) to install sbin/rt-server not bin/rt-server

------------------------------------------------------------------------
r12751 | sartak | 2008-05-29 14:12:05 -0400 (Thu, 29 May 2008) | 3 lines

  Missing line from the code move?

------------------------------------------------------------------------
r12750 | sartak | 2008-05-29 14:11:56 -0400 (Thu, 29 May 2008) | 3 lines

  Typo fix

------------------------------------------------------------------------
r12749 | sartak | 2008-05-29 13:22:41 -0400 (Thu, 29 May 2008) | 1 line

------------------------------------------------------------------------
r12748 | sartak | 2008-05-29 13:22:20 -0400 (Thu, 29 May 2008) | 3 lines

  Include "Standalone" in the config variable names for Net::Server

------------------------------------------------------------------------
r12747 | sartak | 2008-05-29 13:22:04 -0400 (Thu, 29 May 2008) | 1 line

------------------------------------------------------------------------
r12746 | sartak | 2008-05-29 13:21:42 -0400 (Thu, 29 May 2008) | 3 lines

  Net::Server::PreFork does want {min,max}_spare_servers specified

------------------------------------------------------------------------
r12745 | spang | 2008-05-29 13:20:03 -0400 (Thu, 29 May 2008) | 2 lines

Net::Server::PreForking should really be Net::Server::PreFork in rt- 
test-dependencies

------------------------------------------------------------------------
r12744 | jesse | 2008-05-29 13:17:04 -0400 (Thu, 29 May 2008) | 4 lines

  * fix weird wrapping issues in ticket history


------------------------------------------------------------------------
r12743 | spang | 2008-05-29 13:16:03 -0400 (Thu, 29 May 2008) | 3 lines

install standalone server by default
revert the @FORKING@ lines I accidentally added in with my last commit

------------------------------------------------------------------------
r12742 | spang | 2008-05-29 13:01:20 -0400 (Thu, 29 May 2008) | 2 lines

add help option to rt-test-dependencies

------------------------------------------------------------------------
r12741 | elacour | 2008-05-29 12:44:23 -0400 (Thu, 29 May 2008) | 3  
lines

  Move the reminder queue change to RT::Ticket::SetQueue

------------------------------------------------------------------------
r12740 | sartak | 2008-05-29 12:23:07 -0400 (Thu, 29 May 2008) | 3 lines

  Net::Server::PreFork does want {min,max}_spare_servers specified

------------------------------------------------------------------------
r12739 | elacour | 2008-05-29 12:18:25 -0400 (Thu, 29 May 2008) | 8  
lines

  RT-Ticket: 7764
  RT-Status: resolved
  RT-Update: correspond

  Change corresponding reminders queue when we change a ticket queue.


------------------------------------------------------------------------
r12738 | sartak | 2008-05-29 11:59:32 -0400 (Thu, 29 May 2008) | 3 lines

  Make Net::Server a standalone dep, it doesn't need to be in configure

------------------------------------------------------------------------
r12737 | sartak | 2008-05-29 11:59:03 -0400 (Thu, 29 May 2008) | 1 line

------------------------------------------------------------------------
r12736 | jesse | 2008-05-29 11:49:52 -0400 (Thu, 29 May 2008) | 3 lines

  * slight style tweak to the advanced edit box for searches

------------------------------------------------------------------------
r12734 | elacour | 2008-05-29 10:54:56 -0400 (Thu, 29 May 2008) | 8  
lines

  RT-Ticket: 7763
  RT-Status: resolved
  RT-Update: correspond

  For CFs, search on LargeContent when Content is empty.


------------------------------------------------------------------------
r12733 | sunnavy | 2008-05-29 10:34:03 -0400 (Thu, 29 May 2008) | 1 line

more note for $CanonicalizeRedirectURLs
------------------------------------------------------------------------
r12732 | sunnavy | 2008-05-29 10:29:39 -0400 (Thu, 29 May 2008) | 1 line

added $CanonicalizeRedirectURLs to alter redirect behavior
------------------------------------------------------------------------
r12731 | jesse | 2008-05-29 10:29:32 -0400 (Thu, 29 May 2008) | 3 lines

  * Bugfix to the lastt change

------------------------------------------------------------------------
r12730 | jesse | 2008-05-29 10:29:20 -0400 (Thu, 29 May 2008) | 3 lines

  * Give tom and shawn back their visited ticket link colors

------------------------------------------------------------------------
r12729 | jesse | 2008-05-29 10:13:11 -0400 (Thu, 29 May 2008) | 3 lines

  * move shredder out of the 'tools' and into the menu

------------------------------------------------------------------------
r12728 | jesse | 2008-05-29 10:12:47 -0400 (Thu, 29 May 2008) | 3 lines

  * Silence a warning on an undefined attribute

------------------------------------------------------------------------
r12727 | jesse | 2008-05-29 09:22:45 -0400 (Thu, 29 May 2008) | 3 lines

  * re-enable css squish

------------------------------------------------------------------------
r12722 | alexmv | 2008-05-28 17:06:12 -0400 (Wed, 28 May 2008) | 3 lines

   * Add <link rel="prev" href="..." /> to ticket and search results  
headers; closing my rt3.fsck.com #6335 from 3.5 years ago

------------------------------------------------------------------------
r12721 | alexmv | 2008-05-28 17:06:02 -0400 (Wed, 28 May 2008) | 1 line

------------------------------------------------------------------------
r12720 | sartak | 2008-05-28 16:57:47 -0400 (Wed, 28 May 2008) | 3 lines

  Add --with-forking and its dependencies

------------------------------------------------------------------------
r12719 | jesse | 2008-05-28 15:51:16 -0400 (Wed, 28 May 2008) | 4 lines

  * remove "at (eval 23) line 6." from the testdeps output


------------------------------------------------------------------------
r12718 | alexmv | 2008-05-28 15:49:51 -0400 (Wed, 28 May 2008) | 3 lines

   * Fix SkipSignatureOnly for text/html

------------------------------------------------------------------------
r12717 | sartak | 2008-05-28 15:31:39 -0400 (Wed, 28 May 2008) | 3 lines

  Allow configuration of any Net::Server options with %NetServerOptions

------------------------------------------------------------------------
r12716 | sartak | 2008-05-28 15:20:06 -0400 (Wed, 28 May 2008) | 3 lines

  Provide some fork configuration of Net::Server in RT_Config

------------------------------------------------------------------------
r12714 | sartak | 2008-05-28 13:20:16 -0400 (Wed, 28 May 2008) | 3 lines

  Move bin/rt-server to sbin/rt-server

------------------------------------------------------------------------
r12713 | sartak | 2008-05-28 13:10:32 -0400 (Wed, 28 May 2008) | 3 lines

  Have configure and make process rt-server.in

------------------------------------------------------------------------
r12712 | sartak | 2008-05-28 13:10:09 -0400 (Wed, 28 May 2008) | 3 lines

  Begin adding rt-server.in

------------------------------------------------------------------------
r12711 | sartak | 2008-05-28 13:10:00 -0400 (Wed, 28 May 2008) | 3 lines

  Make Standalone's net_server an accessor

------------------------------------------------------------------------
r12710 | elacour | 2008-05-28 07:58:37 -0400 (Wed, 28 May 2008) | 8  
lines

  RT-Ticket: 7890
  RT-Status: open
  RT-Update: correspond

  Add "'" and "\" to TitleBox Ids escaped chars to avoid breaking JS.


------------------------------------------------------------------------
r12709 | sunnavy | 2008-05-28 05:20:45 -0400 (Wed, 28 May 2008) | 1 line

we should process links part at last in Jumbo page
------------------------------------------------------------------------
r12708 | elacour | 2008-05-28 05:06:21 -0400 (Wed, 28 May 2008) | 3  
lines

  Missing loc for RefreshHomePage title box

------------------------------------------------------------------------
r12707 | elacour | 2008-05-28 04:44:10 -0400 (Wed, 28 May 2008) | 3  
lines

  Updated french translation for 3.8

------------------------------------------------------------------------
r12706 | elacour | 2008-05-28 03:56:44 -0400 (Wed, 28 May 2008) | 3  
lines

  Fix enabling/disabling group message (s/Enable status succceeded/ 
Group disabled|Group enabled/).

------------------------------------------------------------------------
r12704 | sunnavy | 2008-05-27 12:02:39 -0400 (Tue, 27 May 2008) | 1 line

forgot to rename in Wrapper
------------------------------------------------------------------------
r12703 | sunnavy | 2008-05-27 11:56:21 -0400 (Tue, 27 May 2008) | 1 line

renamed installation/ to Install/
------------------------------------------------------------------------
r12702 | sunnavy | 2008-05-27 11:53:57 -0400 (Tue, 27 May 2008) | 1 line

moved stuff in installation/ to Install/
------------------------------------------------------------------------
r12701 | sunnavy | 2008-05-27 11:51:27 -0400 (Tue, 27 May 2008) | 1 line

deleted obsolete Install dir
------------------------------------------------------------------------
r12700 | elacour | 2008-05-27 08:51:33 -0400 (Tue, 27 May 2008) | 4  
lines

  Converted to utf-8
  Fixed Content-Type, Last-Translator, Project-Id-Version

------------------------------------------------------------------------
r12699 | elacour | 2008-05-27 08:45:32 -0400 (Tue, 27 May 2008) | 4  
lines

  Fix many errors reported by msgfmt!
  Run extract-message-catalog hr

------------------------------------------------------------------------
r12698 | sunnavy | 2008-05-27 07:47:55 -0400 (Tue, 27 May 2008) | 1 line

added hr.po by joy at linux.hr
------------------------------------------------------------------------
r12649 | sartak | 2008-05-23 14:03:30 -0400 (Fri, 23 May 2008) | 3 lines

  Mention RT-Extension-RT2toRT3 in UPGRADING from 2.x

------------------------------------------------------------------------
r12648 | sartak | 2008-05-23 13:32:53 -0400 (Fri, 23 May 2008) | 3 lines

  #7646. Revert parts of r4068 which doesn't properly abort the usual  
browser behavior, and it doesn't increase compatibility anyway

------------------------------------------------------------------------
r12647 | sartak | 2008-05-23 13:17:29 -0400 (Fri, 23 May 2008) | 3 lines

  English pass on UPGRADING

------------------------------------------------------------------------
r12646 | sartak | 2008-05-23 13:04:04 -0400 (Fri, 23 May 2008) | 3 lines

  Patch from Todd Chappman, #9374. Fix missing $

------------------------------------------------------------------------
r12645 | sunnavy | 2008-05-23 09:14:46 -0400 (Fri, 23 May 2008) | 1 line

since we have the upgrade action now, updated the upgrade instruction
------------------------------------------------------------------------
r12639 | elacour | 2008-05-23 08:10:43 -0400 (Fri, 23 May 2008) | 8  
lines

  RT-Ticket: 6823
  RT-Update: correspond
  RT-Status: open

  Some xhtml fixes (checked -> checked="checked", selected ->  
selected="selected").


------------------------------------------------------------------------
r12638 | sunnavy | 2008-05-23 06:24:49 -0400 (Fri, 23 May 2008) | 1 line

insert action in rt-setup-database  do not need dba and dba-password
------------------------------------------------------------------------
r12635 | sunnavy | 2008-05-23 05:42:06 -0400 (Fri, 23 May 2008) | 1 line

we don't need ProcessSearchQuery any more
------------------------------------------------------------------------
r12632 | elacour | 2008-05-23 04:43:11 -0400 (Fri, 23 May 2008) | 3  
lines

  Miising two files on commit for the Queue Customfields support :(

------------------------------------------------------------------------
r12626 | sunnavy | 2008-05-22 15:59:47 -0400 (Thu, 22 May 2008) | 1 line

$Refresh are not always just a number, it can be "1;URL=$URL"
------------------------------------------------------------------------
r12625 | alexmv | 2008-05-22 15:37:06 -0400 (Thu, 22 May 2008) | 3 lines

   * Apply #7642, allowing links on non-ticket objects

------------------------------------------------------------------------
r12624 | alexmv | 2008-05-22 15:28:15 -0400 (Thu, 22 May 2008) | 3 lines

   * Apply a variant of #7643 -- HTTP basic auth support

------------------------------------------------------------------------
r12623 | sartak | 2008-05-22 15:06:45 -0400 (Thu, 22 May 2008) | 5 lines

  Patch from Todd Chapman. fsck.com #7729
  Let SelectDate be more sticky by letting callers get around the  
default.
  Also make ShowTime be default on.

------------------------------------------------------------------------
r12622 | sartak | 2008-05-22 14:40:06 -0400 (Thu, 22 May 2008) | 3 lines

  Patch from Todd Chapman for a callback to add more CF validation  
regex. #7622

------------------------------------------------------------------------
r12621 | sartak | 2008-05-22 13:26:00 -0400 (Thu, 22 May 2008) | 3 lines

  Add a post-ticketlist callback to Search/Bulk

------------------------------------------------------------------------
r12616 | elacour | 2008-05-22 08:46:11 -0400 (Thu, 22 May 2008) | 8  
lines

  RT-Ticket: 9356
  RT-Status: resolved
  RT-Update: correspond

  Add support for queues customfields.


------------------------------------------------------------------------
r12613 | alexmv | 2008-05-21 17:35:07 -0400 (Wed, 21 May 2008) | 3 lines

   * Apply rt3.fsck.com #7405 from Todd Chapman

------------------------------------------------------------------------
r12612 | alexmv | 2008-05-21 16:09:41 -0400 (Wed, 21 May 2008) | 3 lines

   * Whoops -- remove debug statements

------------------------------------------------------------------------
r12611 | alexmv | 2008-05-21 16:03:50 -0400 (Wed, 21 May 2008) | 3 lines

   * <%once> blocks are Often More Evil Than You Think

------------------------------------------------------------------------
r12610 | alexmv | 2008-05-21 15:25:41 -0400 (Wed, 21 May 2008) | 3 lines

   * Use the right replacement method for loc

------------------------------------------------------------------------
r12609 | alexmv | 2008-05-21 14:05:56 -0400 (Wed, 21 May 2008) | 3 lines

   * Implement rt3.fsck.com #6940

------------------------------------------------------------------------
r12608 | alexmv | 2008-05-21 13:45:37 -0400 (Wed, 21 May 2008) | 9 lines

  RT-Ticket: 6002
  RT-Status: resolved
  RT-Update: comment

  Applied to 3.8.  Also, I think 'or' reads better than '||' -- so,
  neener neener, ticket #6002 peanut gallery!


------------------------------------------------------------------------
r12607 | sartak | 2008-05-21 12:15:35 -0400 (Wed, 21 May 2008) | 3 lines

  Flexibly parse date strings in REST ticket creation. Resolves #9049.

------------------------------------------------------------------------
r12606 | sartak | 2008-05-21 12:15:08 -0400 (Wed, 21 May 2008) | 1 line

------------------------------------------------------------------------
r12605 | sunnavy | 2008-05-21 11:40:08 -0400 (Wed, 21 May 2008) | 1 line

better handle selectstatus in /SelfService/Update.html
------------------------------------------------------------------------
r12604 | sunnavy | 2008-05-21 11:36:31 -0400 (Wed, 21 May 2008) | 1 line

we should set status after 'Add correspondence', or the ticket will be  
autoopen because of the 'On Correspond Open Tickets' scrip
------------------------------------------------------------------------
r12603 | alexmv | 2008-05-21 11:09:26 -0400 (Wed, 21 May 2008) | 3 lines

   * Small mismerge in 3.6 -> 3.8

------------------------------------------------------------------------
r12602 | sunnavy | 2008-05-21 08:43:38 -0400 (Wed, 21 May 2008) | 1 line

doc update
------------------------------------------------------------------------
r12596 | sunnavy | 2008-05-21 05:38:41 -0400 (Wed, 21 May 2008) | 3  
lines

multiple lines support for args like text='1st line,
2nd line,
3rd line!'
------------------------------------------------------------------------
r12593 | sunnavy | 2008-05-21 03:53:24 -0400 (Wed, 21 May 2008) | 1 line

no js/ie7 but js/IE7
------------------------------------------------------------------------
r12575 | jesse | 2008-05-21 01:43:50 -0400 (Wed, 21 May 2008) | 4 lines

  r31795 at 31b:  jesse | 2008-05-21 13:41:09 +0800
  * dealt with divergent code in custom field lookups between 3.6 and  
3.8


------------------------------------------------------------------------
r12574 | jesse | 2008-05-21 01:43:34 -0400 (Wed, 21 May 2008) | 3 lines

  r31794 at 31b:  jesse | 2008-05-21 12:11:37 +0800
  * cleanups to mismerge of tests

------------------------------------------------------------------------
r12573 | jesse | 2008-05-21 01:43:10 -0400 (Wed, 21 May 2008) | 3 lines

  r31793 at 31b:  jesse | 2008-05-21 11:45:28 +0800
  * Merge down from RT 3.6. (Except for tests. those will come in the  
next commit)

------------------------------------------------------------------------
r12572 | sunnavy | 2008-05-21 00:06:00 -0400 (Wed, 21 May 2008) | 1 line

cleaned up
------------------------------------------------------------------------
r12571 | sunnavy | 2008-05-21 00:04:06 -0400 (Wed, 21 May 2008) | 1 line

do not need DevelMode any more, we just delete  
$INC{'RT_SiteConfig.pm'} manually
------------------------------------------------------------------------
r12570 | sunnavy | 2008-05-21 00:01:52 -0400 (Wed, 21 May 2008) | 1 line

do not need DevelMode any more, we just delete  
$INC{'RT_SiteConfig.pm'} manually
------------------------------------------------------------------------
r12569 | alexmv | 2008-05-20 18:39:41 -0400 (Tue, 20 May 2008) | 3 lines

   * Only wrap encoded versions in quotes if they don't already have  
them

------------------------------------------------------------------------
r12568 | alexmv | 2008-05-20 17:35:27 -0400 (Tue, 20 May 2008) | 3 lines

   * A little more message catalog cleanup for r12567

------------------------------------------------------------------------
r12567 | elacour | 2008-05-20 17:20:26 -0400 (Tue, 20 May 2008) | 8  
lines

  RT-Ticket: 5195
  RT-Status: resolved
  RT-Update: correspond

  Print object name when adding a member to a group


------------------------------------------------------------------------
r12566 | alexmv | 2008-05-20 16:43:44 -0400 (Tue, 20 May 2008) | 3 lines

   * Make the NewUser callback actually useful

------------------------------------------------------------------------
r12565 | alexmv | 2008-05-20 15:46:07 -0400 (Tue, 20 May 2008) | 3 lines

   * DefaultQueue preference

------------------------------------------------------------------------
r12564 | alexmv | 2008-05-20 15:45:44 -0400 (Tue, 20 May 2008) | 1 line

------------------------------------------------------------------------
r12562 | sartak | 2008-05-20 14:49:27 -0400 (Tue, 20 May 2008) | 3 lines

  Remove an unclosed fold

------------------------------------------------------------------------
r12561 | sartak | 2008-05-20 14:49:14 -0400 (Tue, 20 May 2008) | 1 line

------------------------------------------------------------------------
r12560 | alexmv | 2008-05-20 14:11:43 -0400 (Tue, 20 May 2008) | 5 lines

   * Avoid double timezone-offset by moving default due code to one  
place
   * Make default due date work if there is no Due field submitted, like
     quick create

------------------------------------------------------------------------
r12559 | sartak | 2008-05-20 14:10:56 -0400 (Tue, 20 May 2008) | 3 lines

  Example of setting due date in bin/rt

------------------------------------------------------------------------
r12558 | sartak | 2008-05-20 14:10:49 -0400 (Tue, 20 May 2008) | 3 lines

  Use Time::ParseDate in the REST form update (instead of expecting  
the user to give us a SQL date)

------------------------------------------------------------------------
r12557 | sartak | 2008-05-20 14:10:37 -0400 (Tue, 20 May 2008) | 1 line

------------------------------------------------------------------------
r12556 | alexmv | 2008-05-20 13:37:44 -0400 (Tue, 20 May 2008) | 8 lines

  RT-Ticket: 6729
  RT-Status: resolved

   * Perltidy (initially to just kill the tabs)
   * Superusers can see other superusers in owner dropdowns
   * Always include current owner in owner dropdown

------------------------------------------------------------------------
r12555 | sartak | 2008-05-20 13:19:14 -0400 (Tue, 20 May 2008) | 3 lines

  Give t/clicky.t a test plan

------------------------------------------------------------------------
r12554 | sartak | 2008-05-20 13:19:05 -0400 (Tue, 20 May 2008) | 1 line

------------------------------------------------------------------------
r12553 | alexmv | 2008-05-20 12:58:35 -0400 (Tue, 20 May 2008) | 3 lines

   * Use $RT::VarPath as the root for tempdirs, in case /tmp isn't  
writable

------------------------------------------------------------------------
r12552 | sartak | 2008-05-20 12:22:30 -0400 (Tue, 20 May 2008) | 3 lines

  Give the due date in the user's timezone when setting a  
DefaultDueIn, because that's what the rest of the system expects

------------------------------------------------------------------------
r12551 | elacour | 2008-05-20 11:54:56 -0400 (Tue, 20 May 2008) | 6  
lines

  * Be consistent with text tabs between Admin/Global/CustomFields/ 
index.html and
    Admin/Elements/GlobalCustomFieldTabs.
  * Indent cleanup.


------------------------------------------------------------------------
r12550 | sartak | 2008-05-20 11:31:34 -0400 (Tue, 20 May 2008) | 3 lines

  Avoid need to use Module::Refresh on RT::Handle by making its  
require-and-subclass logic a method

------------------------------------------------------------------------
r12546 | sunnavy | 2008-05-20 02:48:37 -0400 (Tue, 20 May 2008) | 8  
lines

  r12608 at sunnavys-mb:  sunnavy | 2008-05-20 14:42:41 +0800
  RT-Ticket: 9095
  RT-Status: resolved

  Autoreply.pm duplicates a large sub (SetReturnAddress) from  
SendEmail.pm for a
  single line of code change. should be refactored


------------------------------------------------------------------------
r12540 | alexmv | 2008-05-19 17:53:37 -0400 (Mon, 19 May 2008) | 6 lines

   * Use /Elements/Header on logout so we get no-cache headers
   * Style the logout box a bit
   * clobber CurrentUser after logout so header bar says we are logged  
out
   * Add missing </div> on login

------------------------------------------------------------------------
r12539 | alexmv | 2008-05-19 16:59:58 -0400 (Mon, 19 May 2008) | 3 lines

   * Remove newlines from logging messages

------------------------------------------------------------------------
r12538 | alexmv | 2008-05-19 16:00:48 -0400 (Mon, 19 May 2008) | 3 lines

   * Remove LoadByURI, which was deprecated, unworking, and unused  
since 2.0

------------------------------------------------------------------------
r12536 | sartak | 2008-05-19 13:15:42 -0400 (Mon, 19 May 2008) | 3 lines

  More tests for subscribing and unsubscribing

------------------------------------------------------------------------
r12535 | sartak | 2008-05-19 13:13:05 -0400 (Mon, 19 May 2008) | 3 lines

  Report dashboard name instead of ID in unsubscribe

------------------------------------------------------------------------
r12534 | sartak | 2008-05-19 12:11:02 -0400 (Mon, 19 May 2008) | 3 lines

  Little cleanups in rt-email-dashboards.in

------------------------------------------------------------------------
r12532 | sunnavy | 2008-05-19 10:38:44 -0400 (Mon, 19 May 2008) | 3  
lines

  r12602 at sunnavys-mb:  sunnavy | 2008-05-19 22:37:18 +0800
  removed todo labels for tests that passed

------------------------------------------------------------------------
r12527 | sunnavy | 2008-05-19 09:16:27 -0400 (Mon, 19 May 2008) | 3  
lines

  r12598 at sunnavys-mb:  sunnavy | 2008-05-19 21:12:34 +0800
  sequence "attachments_id_seq" only supports USAGE, SELECT, and UPDATE

------------------------------------------------------------------------
r12526 | sunnavy | 2008-05-19 09:16:07 -0400 (Mon, 19 May 2008) | 3  
lines

  r12597 at sunnavys-mb:  sunnavy | 2008-05-19 21:11:36 +0800
  updated test because of layout change( html->share/html )

------------------------------------------------------------------------
r12525 | elacour | 2008-05-19 08:37:06 -0400 (Mon, 19 May 2008) | 1 line

More html -> share/html fixes.
------------------------------------------------------------------------
r12524 | sunnavy | 2008-05-19 08:08:04 -0400 (Mon, 19 May 2008) | 3  
lines

  r12593 at sunnavys-mb:  sunnavy | 2008-05-19 19:58:29 +0800
  tiny fix

------------------------------------------------------------------------
r12523 | sunnavy | 2008-05-19 08:07:36 -0400 (Mon, 19 May 2008) | 3  
lines

  r12592 at sunnavys-mb:  sunnavy | 2008-05-19 13:51:28 +0800
  html lives in share/html

------------------------------------------------------------------------
r12484 | sunnavy | 2008-05-17 09:02:47 -0400 (Sat, 17 May 2008) | 1 line

fixed a weird bug with a weird way ;)
------------------------------------------------------------------------
r12482 | sunnavy | 2008-05-17 08:54:43 -0400 (Sat, 17 May 2008) | 4  
lines

need save config in DatabaseType.html, or the LoadConfig in the next  
page won't
go well, even it save config there before LoadConfig.
don't know the the reason right now.

------------------------------------------------------------------------
r12481 | sunnavy | 2008-05-17 08:46:31 -0400 (Sat, 17 May 2008) | 1 line

refactor a bit
------------------------------------------------------------------------
r12420 | sunnavy | 2008-05-17 02:28:52 -0400 (Sat, 17 May 2008) | 1 line

Connection succeeded is likley most right
------------------------------------------------------------------------
r12419 | sunnavy | 2008-05-17 02:04:57 -0400 (Sat, 17 May 2008) | 1 line

better words
------------------------------------------------------------------------
r12365 | sunnavy | 2008-05-16 02:58:29 -0400 (Fri, 16 May 2008) | 1 line

bug fix
------------------------------------------------------------------------
r12361 | sunnavy | 2008-05-16 01:01:46 -0400 (Fri, 16 May 2008) | 1 line

need to require RT::Installer since we use it in bin/standalone_httpd
------------------------------------------------------------------------
r12359 | elacour | 2008-05-15 17:01:16 -0400 (Thu, 15 May 2008) | 3  
lines

  Add missing WebPath for images links in web2 css.

------------------------------------------------------------------------
r12357 | ruz | 2008-05-15 12:57:14 -0400 (Thu, 15 May 2008) | 1 line

* update po files
------------------------------------------------------------------------
r12356 | ruz | 2008-05-15 12:38:35 -0400 (Thu, 15 May 2008) | 1 line

* minor fixes of po files using msgfmt -c
------------------------------------------------------------------------
r12345 | sunnavy | 2008-05-15 08:22:22 -0400 (Thu, 15 May 2008) | 1 line

make relative be default layout
------------------------------------------------------------------------
r12343 | sunnavy | 2008-05-15 07:41:13 -0400 (Thu, 15 May 2008) | 1 line

tiny fix
------------------------------------------------------------------------
r12342 | sunnavy | 2008-05-15 07:30:43 -0400 (Thu, 15 May 2008) | 1 line

catdir seems better
------------------------------------------------------------------------
r12341 | sartak | 2008-05-15 07:25:07 -0400 (Thu, 15 May 2008) | 3 lines

  Actually, it's probably not a big deal to chmod -w, since install  
only happens on standalone httpd

------------------------------------------------------------------------
r12340 | sartak | 2008-05-15 07:24:56 -0400 (Thu, 15 May 2008) | 3 lines

  Die if the configuration exists but is unwritable

------------------------------------------------------------------------
r12339 | sartak | 2008-05-15 07:24:45 -0400 (Thu, 15 May 2008) | 4 lines

  More prose fixes.
  Explain why chmod -w is a good idea

------------------------------------------------------------------------
r12338 | sartak | 2008-05-15 07:13:56 -0400 (Thu, 15 May 2008) | 3 lines

  List the full path of the config file in the finish page; make the  
config file a method in RT::Installer

------------------------------------------------------------------------
r12337 | sartak | 2008-05-15 07:04:14 -0400 (Thu, 15 May 2008) | 3 lines

  Misc prose fixes

------------------------------------------------------------------------
r12336 | sartak | 2008-05-15 06:53:50 -0400 (Thu, 15 May 2008) | 3 lines

  Prefer separate words to CamelCase in config descriptions

------------------------------------------------------------------------
r12335 | sartak | 2008-05-15 06:53:43 -0400 (Thu, 15 May 2008) | 3 lines

  Better success/error messages in writing to site config

------------------------------------------------------------------------
r12334 | sartak | 2008-05-15 06:53:34 -0400 (Thu, 15 May 2008) | 3 lines

  Print only defined configuration into the generated site config

------------------------------------------------------------------------
r12333 | sartak | 2008-05-15 06:36:26 -0400 (Thu, 15 May 2008) | 3 lines

  Fix Install RT link (though sending people to installation.com is  
kinda funny :) )

------------------------------------------------------------------------
r12332 | sartak | 2008-05-15 06:27:22 -0400 (Thu, 15 May 2008) | 3 lines

  English pass on the database details form

------------------------------------------------------------------------
r12331 | sartak | 2008-05-15 06:23:39 -0400 (Thu, 15 May 2008) | 3 lines

  English pass on the database details install page

------------------------------------------------------------------------
r12330 | sartak | 2008-05-15 06:08:23 -0400 (Thu, 15 May 2008) | 3 lines

  Prevent an undef warning

------------------------------------------------------------------------
r12324 | sunnavy | 2008-05-15 05:59:30 -0400 (Thu, 15 May 2008) | 1 line

updated Makefile.in for the layout change stuff
------------------------------------------------------------------------
r12323 | sartak | 2008-05-15 05:47:17 -0400 (Thu, 15 May 2008) | 3 lines

  couldn't be find -> couldn't be found

------------------------------------------------------------------------
r12322 | ruz | 2008-05-15 05:42:43 -0400 (Thu, 15 May 2008) | 4 lines

  * fix error message as it was wrong
  * indent

------------------------------------------------------------------------
r12314 | ruz | 2008-05-14 12:14:04 -0400 (Wed, 14 May 2008) | 3 lines

  * ask for RT version, we don't know how to guess

------------------------------------------------------------------------
r12313 | ruz | 2008-05-14 12:13:53 -0400 (Wed, 14 May 2008) | 3 lines

  * initial support of upgrade action

------------------------------------------------------------------------
r12312 | ruz | 2008-05-14 12:13:41 -0400 (Wed, 14 May 2008) | 3 lines

  * prepare for upgrade action

------------------------------------------------------------------------
r12311 | ruz | 2008-05-14 12:13:30 -0400 (Wed, 14 May 2008) | 3 lines

  * db compatibility checks have been moved into handle

------------------------------------------------------------------------
r12310 | ruz | 2008-05-14 12:13:20 -0400 (Wed, 14 May 2008) | 3 lines

  * each command must have trailing ';'

------------------------------------------------------------------------
r12309 | sunnavy | 2008-05-14 09:43:40 -0400 (Wed, 14 May 2008) | 1 line

updated config.layout: html is share/html in inplace layout
------------------------------------------------------------------------
r12308 | sunnavy | 2008-05-14 09:22:46 -0400 (Wed, 14 May 2008) | 1 line

source layout change! html now lives in share/html
------------------------------------------------------------------------
r12203 | ruz | 2008-05-09 17:48:42 -0400 (Fri, 09 May 2008) | 1 line

* alter table is case sensetive in Pg, thanks to Mat Brletic
------------------------------------------------------------------------
r12192 | jesse | 2008-05-09 12:42:52 -0400 (Fri, 09 May 2008) | 3 lines

  typo fix

------------------------------------------------------------------------
r12188 | ruz | 2008-05-09 12:25:23 -0400 (Fri, 09 May 2008) | 1 line

* document shrinking CGM table
------------------------------------------------------------------------
r12187 | ruz | 2008-05-09 11:50:50 -0400 (Fri, 09 May 2008) | 1 line

* refactor scrip and use transactions to protect recursive deletions
------------------------------------------------------------------------
r12186 | ruz | 2008-05-09 10:42:55 -0400 (Fri, 09 May 2008) | 1 line

* add CGM table shrinker
------------------------------------------------------------------------
r12185 | ruz | 2008-05-09 10:41:50 -0400 (Fri, 09 May 2008) | 2 lines

* don't create CGM records for short loop record. We create such records
   for groups.
------------------------------------------------------------------------
r12150 | sunnavy | 2008-05-08 06:52:11 -0400 (Thu, 08 May 2008) | 1 line

$WebURL has trailing '/'
------------------------------------------------------------------------
r12149 | elacour | 2008-05-08 03:28:27 -0400 (Thu, 08 May 2008) | 3  
lines

  Added missing webpath for non-root installations.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.bestpractical.com/pipermail/rt-devel/attachments/20080609/1a570360/attachment-0001.pgp 


More information about the Rt-devel mailing list