summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-04-14 17:30:56 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-04-14 17:30:56 +0200
commitee5b61c13fbfc2a42e38c3f980fb99d437c36d98 (patch)
tree6a503242a51c8294b3793ac7e226b083d07898ac /doc/TODO
parent3114e381db0f7f1f793f663975f18fb67bcad47c (diff)
downloadportato-ee5b61c13fbfc2a42e38c3f980fb99d437c36d98.tar.gz
portato-ee5b61c13fbfc2a42e38c3f980fb99d437c36d98.tar.bz2
portato-ee5b61c13fbfc2a42e38c3f980fb99d437c36d98.zip
For some reason i18n strings were not displayed in threads sometimes
Diffstat (limited to 'doc/TODO')
0 files changed, 0 insertions, 0 deletions
='nohover-highlight'> 2014-03-22clip: do not race on osxJason A. Donenfeld1-5/+5 2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In 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