aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Epand usage message and add --help. Closes: #500344Joey Hess2008-09-27
|
* clarifyJoey Hess2008-09-26
|
* updateJoey Hess2008-09-26
|
* htmlscrubber: Add a config setting that can be used to disable the scrubber ↵Joey Hess2008-09-26
| | | | acting on a set of pages.
* decode utf-8 in recentchanges_link parameterJoey Hess2008-09-26
|
* update: possible solutionchrysn2008-09-26
|
* some problem remainschrysn2008-09-26
|
* * Responseshttp://ptecza.myopenid.com/2008-09-26
|
* Comments and linkshttp://www.cse.unsw.edu.au/~willu/2008-09-25
|
* close bugs for just fixed tag creation issueJoey Hess2008-09-25
|
* remove blog from pagespecsJoey Hess2008-09-25
|
* tag: Make edit link for new tags ensure that the tags are created inside ↵Joey Hess2008-09-25
| | | | tagbase, when it's set.
* responseJoey Hess2008-09-25
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-09-25
|\
| * (no commit message)test12008-09-25
| |
* | git: Fix handling of utf-8 filenames in recentchanges.Joey Hess2008-09-25
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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?
* responseJoey Hess2008-09-25
|
* attachment: Add admin() pagespec to test if the uploading user is a wiki admin.Joey Hess2008-09-25
|
* aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.Joey Hess2008-09-25
| | | | | | | I saw this in the wild, apparently a page was not present on disk, but was in the aggregate db, and not marked as expired either. Not sure how that happened, but such pages should get marked as expired since they have an effectively zero ctime.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-09-25
|\
| * * Response to response to response ;)http://ptecza.myopenid.com/2008-09-25
| |
* | recentchanges: Fix redirects to non-page files.Joey Hess2008-09-25
|/
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-09-24
|\
| * Response to responsehttp://www.cse.unsw.edu.au/~willu/2008-09-24
| |
* | document silent=yes parameter.Joey Hess2008-09-24
|/
* add news item for ikiwiki 2.65Joey Hess2008-09-24
|
* releasing version 2.65Joey Hess2008-09-24
|
* * Responsehttp://ptecza.myopenid.com/2008-09-24
|
* Add alternate patchhttp://www.cse.unsw.edu.au/~willu/2008-09-24
|
* Commentshttp://www.cse.unsw.edu.au/~willu/2008-09-23
|
* Responsehttp://www.cse.unsw.edu.au/~willu/2008-09-23
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-09-23
|\
| * * Pinghttp://ptecza.myopenid.com/2008-09-23
| |
* | rename: Hide type field from rename form when renaming attachments.Joey Hess2008-09-23
| |
* | changelogJoey Hess2008-09-23
| |
* | multiple rename support is workingJoey Hess2008-09-23
| | | | | | | | most edge cases seem handled too
* | Merge branch 'master' into tovaJoey Hess2008-09-23
|\|
| * rename, remove: Don't rely on a form parameter to tell whether the page ↵Joey Hess2008-09-23
| | | | | | | | should be treated as an attachment.
* | factor out fixlinksJoey Hess2008-09-23
| |
* | factor out do_renameJoey Hess2008-09-23
| |
* | add checkbox to rename subpages tooJoey Hess2008-09-23
|/
* responsesJoey Hess2008-09-23
|
* layoutJoey Hess2008-09-23
|
* Add keepextension parameter to htmlize hook. (Willu)Joey Hess2008-09-23
|
* Print a debug message if a page has multiple source files.Joey Hess2008-09-23
|
* allow setup file to enable verbose modeJoey Hess2008-09-23
|
* include perl error in warning about openidJoey Hess2008-09-23
| | | | | it may be some other module missing, this way you can tell by reading the log
* mergedJoey Hess2008-09-23
|
* Fix typo in skeleton.pm.example: sessionncgi (with extra n)Simon McVittie2008-09-23
| | | | (cherry picked from commit 72ffc85d6acb8b99839ac98a2c23dbef410b5666)
* * Responsehttp://ptecza.myopenid.com/2008-09-23
|