aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | Added note about apache2 userdir mod.http://claimid.com/richard-lyons2013-01-18
| * | | | | | | | | | | Add a link to my own migration noteshttps://openid.fmarier.org/2013-01-18
* | | | | | | | | | | | trail: Avoid massive slowdown caused by pagetemplate hook when displaying dyn...•••This seemed to be due to the pagetemplate hook calling prerender. I've observed this making it take *minutes* for the signin page to be displayed. ltracing ikiwiki showed it was matching pagespecs a lot. It may be that this is still a speed pain point when rendering pages, not just for CGI. So more work may be needed here. Joey Hess2013-01-24
|/ / / / / / / / / / /
* | | | | | | | | | | Add a patch taghttps://www.google.com/accounts/o8/id?id=AItOawlvXbHYq84PNWzprLPASDcGgN-beeYMoOg2013-01-12
* | | | | | | | | | | poll: Add expandable option to allow users to easily add new choices to a poll.Joey Hess2013-01-10
* | | | | | | | | | | clean upJoey Hess2013-01-09
* | | | | | | | | | | updated my homepage and blog addresseshttp://pmate.myopenid.com/2013-01-09
* | | | | | | | | | | (no commit message)http://tgpfeiffer.myopenid.com/2013-01-08
* | | | | | | | | | | a little sandbox testhttps://www.google.com/accounts/o8/id?id=AItOawlOk9VewMsQ9aV2U9mkpZdHK_BQtu33EGE2013-01-06
* | | | | | | | | | | htmlscrubber: Allow the URI schemes of major VCS's.Joey Hess2013-01-05
* | | | | | | | | | | clean the sandboxSimon McVittie2013-01-05
* | | | | | | | | | | (no commit message)http://smcv.pseudorandom.co.uk/2013-01-04
* | | | | | | | | | | (no commit message)test2013-01-04
* | | | | | | | | | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlGhXE7l6sZKhPIyAMe2RSfm6Iet4JwEYY2013-01-04
* | | | | | | | | | | (no commit message)JoshTriplett2013-01-03
* | | | | | | | | | | closeJoey Hess2013-01-02
* | | | | | | | | | | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2013-01-02
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | branch to fix thishttp://smcv.pseudorandom.co.uk/2013-01-02
| * | | | | | | | | | | +patchhttp://smcv.pseudorandom.co.uk/2013-01-02
| * | | | | | | | | | | some analysishttp://smcv.pseudorandom.co.uk/2013-01-02
* | | | | | | | | | | | changelogJoey Hess2013-01-02
* | | | | | | | | | | | Merge remote-tracking branch 'smcv/ready/trail'Joey Hess2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | trail: remove excess presence-dependencies•••Since trail members are explicitly rebuilt if the information used for their prev/up/next boxes changes, they don't need another dependency on the trail itself. (If the trail disappears, it will disappear from the member's member_to_trails entry, causing a rebuild; so the add_depends is redundant.) Similarly, since trail members are explicitly rebuilt if their next or previous item, or its title, changes, the presence dependencies on the next and previous items are redundant. Simon McVittie2013-01-02
| * | | | | | | | | | | | If the title of a trail or trail-member changes, rebuild affected pages•••If the title of a trail changes, each member of that trail must be rebuilt, for its prev/up/next box to reflect the new title. If the title of a member changes, its next and previous items (if any) must be rebuilt, for their prev/up/next boxes to reflect the new title. Simon McVittie2013-01-02
| * | | | | | | | | | | | Add more trail regression tests•••Some of these untested bits have in fact regressed, and as such, are marked as TODO. Simon McVittie2013-01-02
| * | | | | | | | | | | | trail: call prerender from build_affected•••In the unlikely event that the ordered contents of a trail have changed without the TRAILS or TRAILLOOP template variables being evaluated (for instance, all trail directives are removed from a former trail that uses a custom pagetemplate that doesn't contain TRAILS), we might get here without having already called prerender. Simon McVittie2013-01-02
| * | | | | | | | | | | | Ignore MYMETA.yml, generated by Makefile.PLSimon McVittie2013-01-02
* | | | | | | | | | | | | changelogJoey Hess2013-01-02
* | | | | | | | | | | | | Merge commit '6e962a2d747bd8a8bbbdfc5b8eaeb689100c0b1c'Joey Hess2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | opendiscussion: don't allow editing discussionpage if discussion is disabledSimon McVittie2013-01-02
| |/ / / / / / / / / / /
* / / / / / / / / / / / (no commit message)https://www.google.com/accounts/o8/id?id=AItOawn2JnuuGJ5HXOGUfY036CabMkOilQi0prI2013-01-02
|/ / / / / / / / / / /
* | | | | | | | | | | Added a comment: ikiwiki versionhttps://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ2013-01-02
* | | | | | | | | | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ2013-01-02
* | | | | | | | | | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmlpKnpngEkdsJuNKGwky02g5qSpdMNY7c2012-12-29
* | | | | | | | | | | (no commit message)http://mildred.fr/2012-12-28
* | | | | | | | | | | trail: Converted all dependencies to presence dependencies.•••smcv please note this introduces another bug, which I've opened Joey Hess2012-12-27
* | | | | | | | | | | aggregate: When run with --aggregate, if an aggregation is already running, d...•••This way, if a previous aggregation job is running, we don't add additional load doing work that job will do anyway. Joey Hess2012-12-27
* | | | | | | | | | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlid724BsrBWNuXsq89yVU5fYj1RfDnfsQ2012-12-22
* | | | | | | | | | | htmlscrubber: Allow the bitcoin URI scheme.Joey Hess2012-12-22
* | | | | | | | | | | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-12-21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | (no commit message)Franek2012-12-21
| * | | | | | | | | | | Added a commenthttp://joeyh.name/2012-12-21
| * | | | | | | | | | | Added a commenthttp://smcv.pseudorandom.co.uk/2012-12-21
* | | | | | | | | | | | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-12-20
|\| | | | | | | | | | |
| * | | | | | | | | | | removedFranek2012-12-20
| * | | | | | | | | | | (no commit message)Franek2012-12-20
* | | | | | | | | | | | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-12-20
|\| | | | | | | | | | |
| * | | | | | | | | | | Added some warning.Theo2012-12-18
| * | | | | | | | | | | Added debian package names, so people won't assume the dependencies will be r...Theo2012-12-18
| * | | | | | | | | | | (no commit message)http://mildred.fr/2012-12-18