summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornecoro <>2007-04-24 15:34:07 +0000
committernecoro <>2007-04-24 15:34:07 +0000
commite8868d63c39db975c8627c7fc87dfdd4f2308bf6 (patch)
tree801a6c1ab0d7d899007e39a4c0d7720bd37c9b15 /doc
parent5067dac60487edc83ac88c18b9b880eb7ccd5259 (diff)
downloadportato-e8868d63c39db975c8627c7fc87dfdd4f2308bf6.tar.gz
portato-e8868d63c39db975c8627c7fc87dfdd4f2308bf6.tar.bz2
portato-e8868d63c39db975c8627c7fc87dfdd4f2308bf6.zip
moved *.glade and *.ui to one directory to omit the change of the config.py each time
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
n KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed