View Issue Details

IDProjectCategoryView StatusLast Update
0019370mantisbtcode cleanuppublic2026-05-29 20:42
Reportervboctor Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version2.29.0 
Summary0019370: Retire 'user_print_pref' table and related code
Description

Seems like a table that was used to select columns to show in print page. We now have a different model for customizing columns across all features.

Additional Information

This feature was added in the dark ages of MantisBT (2002, see MantisBT master 8442deda), and de facto removed in 1.2.0 by MantisBT master 8050db61.

In addition to the DB schema change, impacted files (to remove) are:
lang/strings_english.txt
print_all_bug_options_inc.php
print_all_bug_options_page.php
print_all_bug_options_reset.php
print_all_bug_options_update.php

Tagsschema

Relationships

related to 0021613 new Unused pages, tables user_print_pref 

Activities

Related Changesets

MantisBT: master 8442deda

2002-07-17 11:58

jctrosset


Details Diff
Word and Excel export pages.

1. Modified print_all_bug_page.php to allow users to choose the bugs to print. Tick the checkboxes, then use the bottom page button to display the selected bugs. Use the sorting links or any filter option to get the

entire list again.
2. Export is available in print_all_bug_page.php
print_all_bug_page_excel.php & print_all_bug_page_word.php : the bugs displayed in print_all_bug_page.php are saved in a .doc or a .xls files ; the IE icons allow to see or directly print the same result.
3. print_all_bug_options_inc/page/reset/update.php : allow to choose the bug fields to print, currently in the Excel export only. Word export prints all the fields.
4. a new table, mantis_user_print_pref_table has been created to store the printing prefs.

Word export should only work with Word2k ; Excel export seems to run with 97 and above (tested with Excel97). Warning, some excel page setting may have to be modified after export (rows may have to be resized, some columns have to be centered...).

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1179 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0019370
add - print_all_bug_page_word.php Diff File
add - print_all_bug_page_excel.php Diff File
mod - sql/db_add_indexes_2002-06-07.sql Diff File
add - print_all_bug_options_page.php Diff File
add - print_all_bug_options_update.php Diff File
mod - print_all_bug_page.php Diff File
add - print_all_bug_options_reset.php Diff File
add - print_all_bug_options_inc.php Diff File

MantisBT: master 8050db61

2008-04-13 02:11

vboctor


Details Diff
Fixed 0009050: Add support for "Copy Columns From/To" when customizing columns to view in View Issues, Print Issues, CSV, Excel.

Fixed a bug when handling angle brackets when exporting Excel XML.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5161 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0019370
rm - print_all_bug_page_excel.php Diff
add - manage_columns_copy.php Diff File
mod - manage_columns_inc.php Diff File
mod - adm_config_report.php Diff File
mod - core/columns_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/helper_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - print_all_bug_page.php Diff File
mod - core/excel_api.php Diff File
mod - manage_config_columns_set.php Diff File

MantisBT: master-1.3.x 06d0c7a2

2016-08-15 15:27

cproensa

Committer: dregad


Details Diff
Remove unused include in excel_xml_export

The page print_all_bug_options_inc.php is no longer used, as stated in
Issue 0019370
Affected Issues
0019370
mod - excel_xml_export.php Diff File