Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-25 | response | Joey Hess | |
2008-09-25 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-09-25 | git: Fix handling of utf-8 filenames in recentchanges. | Joey Hess | |
Seems that the problem is that once the \nnn coming from git is converted to a single character, decode_utf8 decides that this is a standalone character, and not part of a multibyte utf-8 sequence, and so does nothing. I tried playing with the utf-8 flag, but that didn't work. Instead, use decode("utf8"), which doesn't have the same qualms, and successfully decodes the octets into a utf-8 character. Rant: Think for a minute about fact that any and every program that parses git-log, or git-show, etc output to figure out what files were in a commit needs to contain this snippet of code, to convert from git-log's wacky output to a regular character set: if ($file =~ m/^"(.*)"$/) { ($file=$1) =~ s/\\([0-7]{1,3})/chr(oct($1))/eg; } (And it's only that "simple" if you don't care about filenames with embedded \n or \t or other control characters.) Does that strike anyone else as putting the parsing and conversion in the wrong place (ie, in gitweb, ikiwiki, etc, etc)? Doesn't anyone who actually uses git with utf-8 filenames get a bit pissed off at seeing \xxx\xxx instead of the utf-8 in git-commit and other output? | |||
2008-09-25 | (no commit message) | test1 | |
2008-09-25 | response | Joey Hess | |
2008-09-25 | attachment: Add admin() pagespec to test if the uploading user is a wiki admin. | Joey Hess | |
2008-09-25 | * Response to response to response ;) | http://ptecza.myopenid.com/ | |
2008-09-24 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-09-24 | document silent=yes parameter. | Joey Hess | |
2008-09-24 | Response to response | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-24 | add news item for ikiwiki 2.65 | Joey Hess | |
2008-09-24 | * Response | http://ptecza.myopenid.com/ | |
2008-09-24 | Add alternate patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-23 | Comments | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-23 | Response | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-23 | * Ping | http://ptecza.myopenid.com/ | |
2008-09-23 | responses | Joey Hess | |
2008-09-23 | Add keepextension parameter to htmlize hook. (Willu) | Joey Hess | |
2008-09-23 | Print a debug message if a page has multiple source files. | Joey Hess | |
2008-09-23 | merged | Joey Hess | |
2008-09-23 | * Response | http://ptecza.myopenid.com/ | |
2008-09-23 | bug report on funny characters in the name | chrysn | |
2008-09-22 | bug report with patch | http://smcv.pseudorandom.co.uk/ | |
2008-09-22 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-09-22 | Reference patches to beautify redirection URLs | http://smcv.pseudorandom.co.uk/ | |
2008-09-22 | interesting, I could use this for photo galleries | http://smcv.pseudorandom.co.uk/ | |
2008-09-22 | added wishlist item with work-in-progress plugin | chrysn | |
2008-09-22 | (no commit message) | http://dmarti.myopenid.com/ | |
2008-09-22 | Adding two CSS / themes | Blanko | |
2008-09-21 | Reference and describe my implementation | http://smcv.pseudorandom.co.uk/ | |
2008-09-21 | Add second, related, patch. | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-21 | Update patch: Add /s to end of regexps to handle multi-line pagespecs. ↵ | http://www.cse.unsw.edu.au/~willu/ | |
Simplify match_link(). Simplify pagespec_match(). | |||
2008-09-21 | Add patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-21 | Add patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-21 | Add patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-21 | Link to new bug and old todo | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-21 | Add a new bug when using source highlighting | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-20 | close | Joey Hess | |
2008-09-20 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-09-20 | Revert change now that listdirectives is enabled | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-20 | revert colon part of change | Joey Hess | |
2008-09-20 | edittemplate patch from Willu | Joey Hess | |
* edittemplate: Default new page file type to the same type as the template. (willu) * edittemplate: Add "silent" parameter. (Willu) * edittemplate: Link to template, to allow creating it. (Willu) | |||
2008-09-20 | response | Joey Hess | |
2008-09-20 | Links for various features | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-19 | Update to use edittemplate rather than patch. Add justification. | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-19 | mark done. | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-19 | Add link to edittemplate | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-19 | Yet another patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-19 | response | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-19 | (no commit message) | http://schmonz.livejournal.com/ | |