aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * CGI: add cgi_goto(CGI, [page])•••This redirects to the given page (or if none is given, the page parameter given to the CGI), or displays an error with a create link if the page doesn't exist. Simon McVittie2009-01-31
* | Respond with updated goto branchSimon McVittie2009-01-31
* | one other thoughtJoey Hess2009-01-31
* | commentsJoey Hess2009-01-31
* | Clarify behaviour of 404 handler and link an exampleSimon McVittie2009-01-31
* | Request review of my 'goto' branchSimon McVittie2009-01-31
|/
* formattingJoey Hess2009-01-30
* review=Joey Hess2009-01-30
* merge dupsJoey Hess2009-01-30
* - Update spanish translation.VĂ­ctor Moral2009-01-30
* add news item for ikiwiki 3.03Joey Hess2009-01-29
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-01-29
|\
| * removedhttp://weakish.int.eu.org/2009-01-29
| * use mercurial instead of hg when set rcs optionhttp://weakish.int.eu.org/2009-01-29
* | releasing version 3.03Joey Hess2009-01-29
|/
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-01-28
|\
| * contrib/po: announce my meta-po integration branch•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-27
* | close this, we have comments nowJoey Hess2009-01-28
|/
* responseJoey Hess2009-01-27
* thoughtJoey Hess2009-01-27
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-01-27
|\
| * contrib/po: misc answers and questions•••Step by step... :) Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-27
| * rename hook: fixed half, added proposal for the other half•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-27
* | updateJoey Hess2009-01-26
|/
* typoJoey Hess2009-01-26
* fix directiveJoey Hess2009-01-26
* underlay: New plugin, allows pulling in additional files not in version contr...Joey Hess2009-01-26
* Merge commit 'smcv/underlay'Joey Hess2009-01-26
|\
| * Document underlay plugin as includedSimon McVittie2009-01-18
| * Add underlay pluginSimon McVittie2009-01-18
* | meta: New "updated" metadata specifies a fake modification time for a page, t...Joey Hess2009-01-26
* | Merge commit 'smcv/updated'Joey Hess2009-01-26
|\ \
| * | Add meta field "updated", which can alter the <updated> Atom element•••Some aggregators, like Planet, sort by mtime rather than ctime. This means that posts with modified content come to the top (which seems odd to me, but is presumably what the aggregator's author or operator wants), but it also means that posts with insignificant edits (like adding tags) come to the top too. Atom defines <updated> to be the date of the last *significant* change, so it's fine that ikiwiki defaults to using the mtime, but it would be good to have a way for the author to say "that edit was insignificant, don't use that mtime". Simon McVittie2009-01-18
* | | followupJoey Hess2009-01-26
* | | commentsJoey Hess2009-01-26
* | | rename hook issuesJoey Hess2009-01-26
* | | contrib/po: backlinks=>dependencies is now an option•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-27
* | | the rename hooks names waltz seems over•••Another set of hooks would not endure such heavy renaming, but the rename* hooks actually do ;) Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-27
* | | need_global_renamepage_hook: s/suggest/will•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-26
* | | contrib/po: update after implementing suggested changes•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-26
* | | po and doc/todo/need_global_renamepage_hook: response•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-01-26
* | | new bug reportJoey Hess2009-01-26
* | | reviewJoey Hess2009-01-26
* | | (no commit message)qiang2009-01-26
* | | git: Fix malformed utf8 recieved from git.•••If git log outputs malformed utf8 in, eg, usernames, detect it and fix it up. This avoids commits such as f71abc92aa279fbe0b7578b8c4752d775dd4a259 breaking things. Joey Hess2009-01-25
* | | updateJoey Hess2009-01-25
* | | updateJoey Hess2009-01-25
* | | typoJoey Hess2009-01-25
* | | format moderation queue only at end, avoid O(N^3) bug•••It was calling format hooks for each comment on the page. When relativedate is enabled, that made it insert <script> tags for each comment. And the browser loaded the same script over and over, which was slow on its own. But that was nothing compared to running the onload even over and over.. especially since the hook system added a new call to the hook each time it loaded. For a page with 10 comments, that caused the relativedate DOM parsing code to run 1000 times, I think. Anyway, it was sloow. Now it runs once. Joey Hess2009-01-25
* | | add reject all marked defer checkboxJoey Hess2009-01-25