MantisBT

View Issue Details Jump to Notes ] Wiki ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012084mantisbtbugtrackerpublic2010-06-17 20:012011-08-02 12:35
Reporterdominik 
Assigned Todhx 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.2.2 
Target Version1.2.3Fixed in Version1.2.3 
Summary0012084: Excel export does not work when Due Date is included in the Columns
DescriptionBecause the function excel_format_due_date() is missing...


/**
 * Gets the formatted due date.
 * @param $p_due_date The date submitted
 * @returns the due date
 */
function excel_format_due_date( $p_due_date ) {
    return excel_prepare_string( date( config_get( 'short_date_format' ), $p_due_date ) );
}
TagsNo tags attached.
Attached Files

- Relationships
has duplicate 0012138closedatrol due_date, Excel columns, export 

-  Notes
User avatar (0026035)
fxm (reporter)
2010-07-07 07:40

Thanks, It works for me ... see 12138.

Please integrate this solution in next 1.1.3 release.
User avatar (0026036)
fxm (reporter)
2010-07-07 07:50

I meaned 1.2.3 ...
User avatar (0026298)
dhx (developer)
2010-08-12 09:52

Thanks Dominik. Your patch has finally been committed ready for the next release.

- Related Changesets
MantisBT: master cd2fce99
Timestamp: 2010-08-12 13:49:42
Author: dhx
Details ] Diff ]
Fix 0011983: Excel export crashes due to missing due date export function

The excel_format_due_date() function was missing from excel_api.php.
When the due date column was turned on and the Excel export feature
used, the export would crash due to not being able to find the missing
due date export function.

Thanks to Dominik Blunk for this patch.
mod - core/excel_api.php Diff ] File ]
MantisBT: master-1.2.x 255ded95
Timestamp: 2010-08-12 13:49:42
Author: dhx
Details ] Diff ]
Fix 0011983: Excel export crashes due to missing due date export function

The excel_format_due_date() function was missing from excel_api.php.
When the due date column was turned on and the Excel export feature
used, the export would crash due to not being able to find the missing
due date export function.

Thanks to Dominik Blunk for this patch.
mod - core/excel_api.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2010-06-17 20:01 dominik New Issue
2010-07-07 07:40 fxm Note Added: 0026035
2010-07-07 07:50 fxm Note Added: 0026036
2010-07-19 16:49 atrol Relationship added has duplicate 0012138
2010-08-05 09:57 dhx Assigned To => dhx
2010-08-05 09:57 dhx Status new => assigned
2010-08-05 09:57 dhx Product Version => 1.2.2
2010-08-05 09:57 dhx Target Version => 1.2.3
2010-08-12 09:52 dhx Note Added: 0026298
2010-08-12 09:52 dhx Status assigned => resolved
2010-08-12 09:52 dhx Fixed in Version => 1.2.3
2010-08-12 09:52 dhx Resolution open => fixed
2010-08-14 01:19 dhx Changeset attached => MantisBT master cd2fce99
2010-08-14 01:19 dhx Changeset attached => MantisBT master-1.2.x 255ded95
2011-08-02 12:35 dregad Status resolved => closed


MantisBT 1.2.16dev master-1.2.x-8c2bd07 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.0935 seconds.
memory usage: 2,813 KB
Powered by Mantis Bugtracker