MantisBT - ParaView
View Issue Details
0013325ParaView(No Category)public2012-07-25 11:052012-10-29 17:04
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.98.0 
Kitware
fix_xml_indentation
incorrect functionality
0013325: Indentation in servermanager xml is broken
Indentation in servermanager xml is broken. It includes "\t" and is unreadable.
No tags attached.
Issue History
2012-07-25 11:05Utkarsh AyachitNew Issue
2012-07-25 11:05Utkarsh AyachitProjectTBD => Kitware
2012-07-25 11:05Utkarsh AyachitTopic Name => fix_xml_indentation
2012-07-25 11:05Utkarsh AyachitNote Added: 0028922
2012-07-25 11:05Utkarsh AyachitStatusbacklog => gatekeeper review
2012-07-25 11:05Utkarsh AyachitFixed in Version => git-next
2012-07-25 11:05Utkarsh AyachitResolutionopen => fixed
2012-07-25 11:05Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-07-27 14:42Utkarsh AyachitFixed in Versiongit-next => git-master
2012-07-27 14:43Utkarsh AyachitStatusgatekeeper review => customer review
2012-07-27 14:43Utkarsh AyachitNote Added: 0028960
2012-08-01 14:16Alan ScottNote Added: 0028967
2012-08-01 14:16Alan ScottStatuscustomer review => closed
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0

Notes
(0028922)
Utkarsh Ayachit   
2012-07-25 11:05   
commit 2eb14db9925bd19165412e8763682380e6d4863d
Merge: 3ac4dec 1cf5f41
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Jul 25 11:04:11 2012 -0400

    Merge remote branch 'stage/6129_translucent_polygonal_rendering' into fix_xml_indentation
    
    * stage/6129_translucent_polygonal_rendering:
      Fix issues with the color scale editor and opacity functions
      Add support for surface scalar opacity rendering
      Fix compilation error in pqPQLookupTableManager
      Laying ground work for BUG 0006129.
    
    Conflicts:
        ParaViewCore/ServerImplementation/Resources/utilities.xml

commit 3ac4dec261a882eb559b68b8ae383cf9e11a196b
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Jul 25 10:58:23 2012 -0400

    Fixing indentation in ServerManager xml files.
    
    Indentation in XML files was broken. People had pushed "\t" which was making the
    xml unreadable. Auto-correcting indentation using the following command:
    
    tidy --literal-attributes yes --preserve-entities yes -o <output xml> -wrap 80
    -i -xml --drop-empty-paras no --indent-attributes yes --vertical-space yes
    --wrap-attributes yes --sort-attributes alpha <input xml>
(0028960)
Utkarsh Ayachit   
2012-07-27 14:43   
merged into master, if applicable.
(0028967)
Alan Scott   
2012-08-01 14:16   
Developer tag in the bug tracker. Closing.