bugphpGroupWare - Bugs: bug #13201, ical export reverses 'description'...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #13201: ical export reverses 'description' and 'title'

Submitter:  Jan Vilhuber <jvilhuber>
Submitted:  Thu 26 May 2005 08:58:20 PM UTC
   
 
Category:  calendar Item Group:  0.9.16.005
Severity:  3 - Normal Priority:  5 - Normal
Status:  Fixed Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  BZIP2 Operating System:  GNU/Linux - SuSE
Reproducibility:  Every Time Planned Release:  0.9.18.000
Fixed Release:  HEAD cvs 20051015

Thu 08 Dec 2005 12:12:36 PM UTC, comment #3: 

I have now fixed this in stable CVS too

Dave Hall <skwashd>
Group administrator
Sat 15 Oct 2005 12:00:42 AM UTC, comment #2: 

This has been correct in the HEAD branch of CVS and will be included in the next major release

Dave Hall <skwashd>
Group administrator
Thu 02 Jun 2005 08:59:22 AM UTC, comment #1: 

Known issue, can't be fixed in stable

Dave Hall <skwashd>
Group administrator
Thu 26 May 2005 08:58:20 PM UTC, original submission:  

in calendar/inc/class.boicalendar.inc.php, the assignment of fields inside phpgroupware to the exported data structure are reversed, i.e. thi sis what there is now in line 3225:

    $string_array = Array(
                  'summary'           => 'description',
                  'location'              => 'location',
                  'description'       => 'title',
                  'uid'           => 'uid'
               );
                                                                                                                                               
Title and description are reversed, and should be:

    $string_array = Array(
           'description'           => 'description',
           'location'              => 'location',
           'summary'       => 'title',
           'uid'           => 'uid'
         );
                                                                                                                                               
See attached file for a patch.

This was tested using an export via calendar/ical.php to Mac Os X (10.3.9) iCal. Now the fields display correctly.

Jan Vilhuber <jvilhuber>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #3014:  diff.1 added by jvilhuber (691B - application/octet-stream - patch to fix the problem)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 7 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-10-15 skwashd StatusPostponed Fixed
    Open/ClosedOpen Closed
    Fixed Release HEAD cvs 20051015
2005-06-02 skwashd StatusNone Postponed
    Assigned toNone skwashd
    Planned ReleaseNone 0.9.18.000
2005-05-26 jvilhuber Attached File- Added diff.1, #2544

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code