Actions:
|
2015-03-19 02:03 AEST by Glen Starrett - I noticed that the default wrappers is missing a common MS Office extension
"pptx", so I looked up the current full list and found other missing entries as
well (some of them are little used, but they should still be defaulted properly
unless they are more commonly used as plain text).
https://support.office.com/en-nz/article/Introduction-to-new-file-name-extensions-eca81dcb-5626-4e5b-8362-524d13ae4ec1
http://en.wikipedia.org/wiki/List_of_Microsoft_Office_filename_extensions
.accdb
.accde
.accdr
.accdt
.docm
.docx
.dot
.dotm
.dotx
.potm
.potx
.ppam
.pps
.ppsm
.ppsx
.pptm
.pptx
.pub
.sldm
.sldx
.thmx
.xla
.xlam
.xll
.xlm
.xlsb
.xlsm
.xlsx
.xlt
.xltm
.xltx
.xlw |
|
2015-03-19 02:04 AEST by Glen Starrett - Same list, formatted for cvswrappers file:
*.accdb -kb
*.accde -kb
*.accdr -kb
*.accdt -kb
*.docm -kb
*.docx -kb
*.dot -kb
*.dotm -kb
*.dotx -kb
*.potm -kb
*.potx -kb
*.ppam -kb
*.pps -kb
*.ppsm -kb
*.ppsx -kb
*.pptm -kb
*.pptx -kb
*.pub -kb
*.sldm -kb
*.sldx -kb
*.thmx -kb
*.xla -kb
*.xlam -kb
*.xll -kb
*.xlm -kb
*.xlsb -kb
*.xlsm -kb
*.xlsx -kb
*.xlt -kb
*.xltm -kb
*.xltx -kb
*.xlw -kb
|
|
2015-03-19 16:26 AEST by Arthur Barrett - Bug 6001 says .docx etc. have already been done in CVS Suite 2009… |
|
2015-03-20 05:40 AEST by Glen Starrett - Hmmm.... I reviewed it and apparently missed some. These are still missing though:
*.accdb -kb
*.accde -kb
*.accdr -kb
*.accdt -kb
*.dot -kb
*.dotm -kb
*.dotx -kb
*.potm -kb
*.potx -kb
*.ppam -kb
*.pps -kb
*.ppsm -kb
*.ppsx -kb
*.pub -kb
*.sldm -kb
*.sldx -kb
*.thmx -kb
*.xla -kb
*.xlam -kb
*.xll -kb
*.xlm -kb
*.xlsb -kb
*.xlt -kb
*.xltm -kb
*.xltx -kb
*.xlw -kb
For reference, this is the default list current as of 2.8.01 5261.
C:\Users\Glen Starrett\Documents>cvs ver
Client: Concurrent Versions System (CVSNT) 2.8.01 (Soolin) Build 5261
(client/server)
Server: Concurrent Versions System (CVSNT) 2.8.01 (Soolin) Build 5261
(client/server)
C:\Users\Glen Starrett\Documents>set | grep -i cvsroot
CVSROOT=:sspi:localhost:/myrepo
C:\Users\Glen Starrett\Documents>cvs info cvswrappers
*.a -kb
*.ai -kb
*.avi -kb
*.bin -kb
*.bmp -kb
*.bz2 -kb
*.cdd -kb
*.cdmz -kb
*.chm -kb
*.class -kb
*.cur -kb
*.dll -kb
*.doc -kb
*.docx -kb
*.docm -kb
*.fp -kb
*.pptx -kb
*.pptm -kb
*.xlsx -kb
*.xlsm -kb
*.odt -kb
*.ods -kb
*.odp -kb
*.odb -kb
*.odg -kb
*.odf -kb
*.mpp -kb
*.dvi -kb
*.exe -kb
*.gif -kb
*.gz -kb
*.hqx -kb
*.ico -kb
*.ilk -kb
*.indd -kb
*.iso -kb
*.lib -kb
*.jar -kb
*.jpg -kb
*.jpeg -kb
*.lnk -kb
*.mpg -kb
*.mpeg -kb
*.mov -kb
*.mp3 -kb
*.ncb -kb
*.o -kb
*.ogg -kb
*.ocx -kb
*.obj -kb
*.pdb -kb
*.pdf -kb
*.png -kb
*.ppt -kb
*.psd -kb
*.res -kb
*.rpm -kb
*.sit -kb
*.so -kb
*.tar -kb
*.tga -kb
*.tgz -kb
*.tif -kb
*.tiff -kb
*.ttf -kb
*.uir -kb
*.wav -kb
*.wmv -kb
*.xls -kb
*.zip -kb
*.Z -kb |