summaryrefslogtreecommitdiff
path: root/ui-tag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mark several functions/variables staticLukas Fleischer2013-03-041-1/+1
* Fix several whitespace errorsLukas Fleischer2013-03-041-1/+1
* ui-tag: make output more similar to commit viewLars Hjemli2009-10-061-6/+6
* ui-tag: add snapshot linksAlexey Nezhdanov2009-10-061-0/+12
* Merge branch 'stable'Lars Hjemli2009-08-171-1/+4
|\
| * ui-tag.c: do not segfault when id is missing from query-stringLars Hjemli2009-08-171-1/+4
* | Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-081-1/+1
|/
* Make all tags viewableRobin Redeker2009-01-111-1/+10
* ui-tag: escape tagnames properlyLars Hjemli2009-01-111-2/+3
* ui-tag: show the taggers emailLars Hjemli2008-09-151-0/+4
* Added `local-time` option to cgitrcStefan Naewe2008-08-011-1/+1
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Introduce html.hLars Hjemli2008-03-181-1/+1
* Make ui-tag.c generate valid xhtmlLars Hjemli2007-07-231-1/+1
* Add ui-tag.cLars Hjemli2007-07-221-0/+74
'>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