Skip to content
  • Jesse Vincent's avatar
    Merge commit · d203cda7
    Jesse Vincent authored
     r23030@truegrounds:  jesse | 2006-01-31 18:51:02 -0500
     * Added the ability to make custom fields link to and include content from other systems.
     r23031@truegrounds:  jesse | 2006-01-31 18:52:13 -0500
     * Added a note about the AHAH support
     r23050@truegrounds:  jesse | 2006-02-03 13:34:17 -0500
     * Added a bunch more callbacks for great justice.
     r23555@truegrounds:  jesse | 2006-02-09 14:19:23 -0500
     * missing _ in regex 
     r23569@truegrounds:  jesse | 2006-02-09 14:48:54 -0500
     * open links in new windows
     r23587@truegrounds:  jesse | 2006-02-09 23:13:22 -0500
     * Reminder editing updates
     
     r23593@truegrounds:  jesse | 2006-02-10 14:47:08 -0500
     * Force the content type inside a js comment
     r23594@truegrounds:  jesse | 2006-02-10 14:49:27 -0500
     * wrap the mason directive for setting the content type in a js comment
     
     r23812@truegrounds:  jesse | 2006-02-16 14:42:23 -0500
     * Chaldea release engineering
     r23814@truegrounds:  jesse | 2006-02-16 16:33:40 -0500
     * try to make rt.js do the right thing with headers
     r23826@truegrounds:  jesse | 2006-02-16 21:25:05 -0500
     * Backport tickets_overlay from 3.5. Fix a bug that stopped search on global custom fields
     r23835@truegrounds:  jesse | 2006-02-17 13:02:28 -0500
     * Chaldea r7
     r24473@truegrounds:  jesse | 2006-02-21 14:05:29 -0500
      r24470@truegrounds:  jesse | 2006-02-21 13:50:15 -0500
       r23039@truegrounds (orig r4459):  alexmv | 2006-01-31 21:33:58 -0500
        r8863@zoq-fot-pik:  chmrr | 2006-01-31 21:33:12 -0500
         * Collapse ForceOwner and Owner
         * Fix updating of (Admin)Ccs
         * Default UpdateType to 'correspond'
         * Default content-type to 'text/plain'
       
       r23040@truegrounds (orig r4460):  alexmv | 2006-01-31 23:42:36 -0500
        r8868@zoq-fot-pik:  chmrr | 2006-01-31 22:24:18 -0500
         * Untabify and adjust indenting in one or two places
       
       r23041@truegrounds (orig r4461):  alexmv | 2006-01-31 23:42:41 -0500
        r8869@zoq-fot-pik:  chmrr | 2006-01-31 23:41:57 -0500
         * Custom field updating during processing
         * Better error handling when ticket id doesn't exist during update
       
       r23082@truegrounds (orig r4473):  alexmv | 2006-02-03 14:32:54 -0500
        r8895@zoq-fot-pik:  chmrr | 2006-02-03 14:32:05 -0500
         * 'id' is not longer required to be the first column.  In fact, it's
        not required at all.  Blank or non-existant 'id' columns will cause it
        to assume the ticket is new, and come up with an automatic template id
        for the row.
       
       r23515@truegrounds (orig r4504):  alexmv | 2006-02-08 15:01:17 -0500
        r8969@zoq-fot-pik:  chmrr | 2006-02-08 15:00:00 -0500
         * Whitespace fixes in Results.tsv
         * Spit out custom fields as CF-...
         * During offline upload parsing, try to treat date as ISO first,
           falling back to unknown
         * Keep offline upload form from tacking on an extra newline each
           submit
         * Minimize yo-yo-ing of status if possible
         * Allow false values as possible values, as long as they're defined
         * Cc, AdminCc, and Requestor may be either email addresses or users
       
       r23628@truegrounds (orig r4527):  alexmv | 2006-02-10 19:10:22 -0500
        r9038@zoq-fot-pik:  chmrr | 2006-02-10 19:09:21 -0500
         * Accept either singular or plural forms of requestor, cc, admincc
       
      
      r24472@truegrounds:  jesse | 2006-02-21 13:57:01 -0500
       r22894@truegrounds:  jesse | 2006-01-24 07:44:05 -0500
       * Note that our SQLite dependency is 1.0
       r22958@truegrounds:  jesse | 2006-01-25 07:08:34 -0500
       From: Joop van de Wege <JoopvandeWege@mococo.nl>
       Message-Id: <20060125125248.1A97.JOOPVANDEWEGE@mococo.nl>
       
       > There is atleast one problem that I have spotted and that is that
       > schema.Oracle contains two empty lines in CREATE TABLE
       > ObjectCustomFieldValues which don't belong there.
       > That is the second set of errors you get. The first is an indication
       > that an sequence with that name already exists in the schema of that
       > Oracle users you're RT installing in.
       
       r22960@truegrounds:  jesse | 2006-01-25 07:47:07 -0500
       * a couple added lines of docs to the cli
       r22962@truegrounds:  jesse | 2006-01-25 08:18:09 -0500
       * Updated mandatory fields for ticket creation forms
       r24471@truegrounds:  jesse | 2006-02-21 13:51:18 -0500
        r23026@truegrounds (orig r4448):  kevinr | 2006-01-30 19:25:47 -0500
         r10537@SAD-GIRL-IN-SNOW:  kevinr | 2006-01-30 19:20:52 -0500
         RT-Ticket: 7289
         RT-Status: resolved
         RT-Update: correspond
         
         Updated German translation (thanks to Thorsten Brumm)
        
        r23132@truegrounds (orig r4497):  alexmv | 2006-02-04 18:34:45 -0500
         r8936@zoq-fot-pik:  chmrr | 2006-02-04 18:24:38 -0500
          * Only rmtree if we have something to rm; keeps rmtree from
         complaining about 'Not root path(s) specified'
        
        r23133@truegrounds (orig r4498):  alexmv | 2006-02-04 18:34:51 -0500
         r8937@zoq-fot-pik:  chmrr | 2006-02-04 18:33:57 -0500
         RT-Ticket: 7329
         RT-Status: resolved
         RT-Update: correspond
         
          * Use SelectNewTicketQueue instead of SelectQueue
    
    git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.5-TESTING@4562 e417ac7c-1bcc-0310-8ffa-8f5827389a85
    d203cda7