summaryrefslogtreecommitdiff
path: root/doc/Howto_Write_Plugins
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-04-16 23:05:57 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-04-16 23:05:57 +0200
commit184755e6f8e9fc040daff11e6f6b6ea9a60aad2c (patch)
treea9b50a9158a335d488777f2ff6d1a9bbcc93c453 /doc/Howto_Write_Plugins
parentf5187016939c45c041c7d857bd6380e601410e96 (diff)
downloadportato-184755e6f8e9fc040daff11e6f6b6ea9a60aad2c.tar.gz
portato-184755e6f8e9fc040daff11e6f6b6ea9a60aad2c.tar.bz2
portato-184755e6f8e9fc040daff11e6f6b6ea9a60aad2c.zip
Correct handling of masked packages during update
Diffstat (limited to 'doc/Howto_Write_Plugins')
0 files changed, 0 insertions, 0 deletions
s.git/commit/src/platform/darwin.sh?h=1.6.5&id=414bab7d973b50431854496811608c549fb541e1&follow=1'>clip: suppress kill errorJason A. Donenfeld2-3/+3 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