| Anonymous | Login | Signup for a new account | 2013-05-18 03:13 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | ManTweet | Repositories |
| View Issue Details [ Jump to Notes ] [ Wiki ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0012084 | mantisbt | bugtracker | public | 2010-06-17 20:01 | 2011-08-02 12:35 | ||||
| Reporter | dominik | ||||||||
| Assigned To | dhx | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 1.2.2 | ||||||||
| Target Version | 1.2.3 | Fixed in Version | 1.2.3 | ||||||
| Summary | 0012084: Excel export does not work when Due Date is included in the Columns | ||||||||
| Description | Because 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 ) ); } | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
fxm (reporter) 2010-07-07 07:40 |
Thanks, It works for me ... see 12138. Please integrate this solution in next 1.1.3 release. |
|
fxm (reporter) 2010-07-07 07:50 |
I meaned 1.2.3 ... |
|
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 |