<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Rename file in 8.3 format"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135858">135858</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Rename file in 8.3 format
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.1.0.0.alpha0+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>documentfoundation@le-garrec.fr
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
I found an easy job to do in the commit "we're not in DOS anymore"
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=7c67a8f4e837669ea23d1bc98e3d6fb78025066f">https://cgit.freedesktop.org/libreoffice/core/commit/?id=7c67a8f4e837669ea23d1bc98e3d6fb78025066f</a>

The job is to rename files that have a 8.3 filename.

I build a small (and ugly but do the job) python script to find files to
rename.

The script lists every file and each file, it try to found inside the
declaration of a class where the filename is a abbreviation. For example the
script found that the file "./filter/source/graphicfilter/idxf/dxfgrprd.hxx"
has a class "DXFGroupReader" so the file should be renamed "DXFGroupReader.hxx"
or "dxfgroupreader.hxx".

I did not limit length file to 8 to be able to found more files.

What do you think about it ? Is it a good idea ?

Steps to Reproduce:
-

Actual Results:
Some filename are truncated or don't have vowel anymore.

Expected Results:
Rename file to ease maintenance.


Reproducible: Always


User Profile Reset: No



Additional Info:
LibreOffice Master</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>