| Commit message (Expand) | Author | Age |
... | |
* | response | Joey Hess | 2008-10-15 |
* | (no commit message) | neale | 2008-10-15 |
* | response | Joey Hess | 2008-10-14 |
* | inline: Allow MTIME to be used in inlinepage.tmpl. | Joey Hess | 2008-10-14 |
* | Suggested patch. | http://per.bothner.myopenid.com/ | 2008-10-12 |
* | (no commit message) | http://per.bothner.myopenid.com/ | 2008-10-12 |
* | (no commit message) | http://yag.myopenid.com/ | 2008-10-11 |
* | (no commit message) | https://yag.myopenid.com// | 2008-10-09 |
* | (no commit message) | https://yag.myopenid.com// | 2008-10-09 |
* | (no commit message) | https://yag.myopenid.com// | 2008-10-09 |
* | rename | Joey Hess | 2008-10-02 |
* | this is a wishlist todo item, rename too | Joey Hess | 2008-10-02 |
* | response | Joey Hess | 2008-10-02 |
* | thoughts | Joey Hess | 2008-10-02 |
* | ping | Joey Hess | 2008-10-02 |
* | close | Joey Hess | 2008-10-02 |
* | move to todo, response | Joey Hess | 2008-10-02 |
* | typo | Joey Hess | 2008-10-02 |
* | fix bug closure | Joey Hess | 2008-10-02 |
* | inline: Fix handling of rootpage that doesn't exist.•••It makes sense to use bestlink to determine which page rootpage refers to,
but if no page matches, just use the raw value.
| Joey Hess | 2008-10-01 |
* | (no commit message) | Plareplane | 2008-10-01 |
* | interesting bug | Joey Hess | 2008-09-30 |
* | (no commit message) | http://josephturian.blogspot.com/ | 2008-09-29 |
* | response | chrysn | 2008-09-28 |
* | editpage: Be more aggressive (and less buggy) about cleaning up temporary fil... | Joey Hess | 2008-09-27 |
* | thoughts | Joey Hess | 2008-09-27 |
* | (no commit message) | Plareplane | 2008-09-27 |
* | (no commit message) | http://smcv.pseudorandom.co.uk/ | 2008-09-27 |
* | Beautify urls used in various places. (smcv) | Joey Hess | 2008-09-27 |
* | typo | Joey Hess | 2008-09-27 |
* | (no commit message) | intrigeri | 2008-09-27 |
* | decode utf-8 in recentchanges_link parameter | Joey Hess | 2008-09-26 |
* | update: possible solution | chrysn | 2008-09-26 |
* | some problem remains | chrysn | 2008-09-26 |
* | close bugs for just fixed tag creation issue | Joey Hess | 2008-09-25 |
* | git: Fix handling of utf-8 filenames in recentchanges.•••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?
| Joey Hess | 2008-09-25 |
* | 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-23 |
* | 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 |
* | Add second, related, patch. | http://www.cse.unsw.edu.au/~willu/ | 2008-09-21 |
* | Add patch | 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-21 |
* | progress: Display an error if the progress cannot be parsed, and allow the pe... | Joey Hess | 2008-09-19 |
* | * Addition | http://ptecza.myopenid.com/ | 2008-09-19 |
* | * Response | http://ptecza.myopenid.com/ | 2008-09-19 |