Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-21 | backlink influence data seems ok | Joey Hess | |
2010-04-21 | update | Joey Hess | |
2010-04-21 | more wrongness | Joey Hess | |
2010-04-21 | link fix | Joey Hess | |
2010-04-21 | argh. head exploding. | Joey Hess | |
2010-04-21 | indent | Joey Hess | |
2010-04-21 | my autotag branch seems ready | Joey Hess | |
2010-04-21 | turn on tag_autocreate by default if tagbase is set | Joey Hess | |
2010-04-21 | Merge branch 'master' into autotag | Joey Hess | |
2010-04-21 | reword news | Joey Hess | |
2010-04-21 | Merge branch 'master' into autotag | Joey Hess | |
Conflicts: IkiWiki/Plugin/tag.pm | |||
2010-04-21 | remove broken ./tag support | Joey Hess | |
The commit that added the (working) support for using /tag to override tagbase also tried to make ./tag work. Problem is, tags are links, and ./foo is not a valid link (though I think there's a wishlist about it). So, using ./tag really resulted in tag creation links that led to a "bad page name" error. And even if the tag were created in the right place, the link didn't go to it. | |||
2010-04-21 | fixes | Joey Hess | |
2010-04-21 | clarify | Joey Hess | |
2010-04-21 | Merge branch 'master' into autotag | Joey Hess | |
Conflicts: IkiWiki/Plugin/tag.pm | |||
2010-04-21 | pass pagespec parameters along from match_tagged | Joey Hess | |
2010-04-21 | add missing undef guard in derel | Joey Hess | |
2010-04-21 | fix false positive in link_types_changed | Joey Hess | |
loadindex does not bother populating oldtypedlinks if there is no link type. However, the code in link_types_changed assumed that if oldtypedlinks is not defined, and typedlinks is, they must differ. | |||
2010-04-21 | add separate template variable for tag page and sanitize displayed tag name | Joey Hess | |
2010-04-21 | remember autofiles that were tried and failed to be added | Joey Hess | |
This way, if an autofile is registered for a file that already exists, it is remembered that it was tried, and it doesn't get recreated when removed. | |||
2010-04-21 | response | Joey Hess | |
2010-04-21 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-21 | note re includes | Joey Hess | |
2010-04-21 | suppressing auto-creation can be quite counter-intuitive | http://smcv.pseudorandom.co.uk/ | |
2010-04-21 | elide an older patch that's no longer under discussion | http://smcv.pseudorandom.co.uk/ | |
2010-04-21 | update | Joey Hess | |
2010-04-21 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-21 | commit autocreated tag pages | Joey Hess | |
2010-04-21 | update | Joey Hess | |
2010-04-21 | remember autofiles always | Joey Hess | |
This fixes the problem that it did not remember if an autofile is deleted, unless a plugin happened to register the autofile at the same time. With the new code, we just never recreate an autofile more than once. Only downside is that the list of autofiles is never pruned either. And I don't really see a way to prune it. | |||
2010-04-21 | bugfixes | Joey Hess | |
2010-04-21 | Merge branch 'master' into autotag | Joey Hess | |
2010-04-21 | update, tag deletion bug | Joey Hess | |
2010-04-21 | (no commit message) | http://hendry.iki.fi/ | |
2010-04-21 | document tag_autocreate | Joey Hess | |
2010-04-21 | (no commit message) | http://hendry.iki.fi/ | |
2010-04-21 | spelling | Joey Hess | |
2010-04-21 | update; my branch is (partially) debugged now | Joey Hess | |
2010-04-21 | debugging | http://hendry.iki.fi/ | |
2010-04-21 | remove verify_src_file | Joey Hess | |
Splitting out this function bothered me. It is conceptially similar to file_pruned, and yet also very specific to exactly the security needs of find_src_files. I liked that it got rid of duplicate code in the latter function. So instead, put a helper sub in that, which I think allows refactoring things more cleanly, and with less boilerplate. As to the needs of gen_autofile, I'm not convinced this needs to handle the same set of problems that verify_src_file did. So I sat down and wrote a custom validator for autofiles, which turned out to seem to just need three things: Make sure the candidate filename is not something that would be pruned; untaint the candidate filename; and make sure that srcdir doesn't already have something with its name. (Plus, of course, all the other checks that were already in gen_autofile.) (In passing, also fixed a bunch of bugs I had introduced in this branch.) | |||
2010-04-21 | add_autofile filename should be relative to srcdir | Joey Hess | |
2010-04-21 | Merge branch 'master' into autotag | Joey Hess | |
2010-04-21 | applied | Joey Hess | |
2010-04-21 | layout | Joey Hess | |
2010-04-21 | Always give createlink class to links to nonexistent pages | Giuseppe Bilotta | |
With this change, the <span> with class createlink is always created around the link text, even when no CGI URL is defined. This allows styling of these 'links' in this case too. The same class is used as when CGI URL is defined so that e.g. clones of the same ikiwiki, one with CGI and one without, display in the same way (modulo the missing question mark link). (cherry picked from commit 290d1b498f00f63e6d41218ddb76d87e68ed5081) | |||
2010-04-21 | Missing links with no CGI | http://oblomov.myopenid.com/ | |
2010-04-20 | Merge branch 'master' into autotag | Joey Hess | |
2010-04-20 | Merge branch 'file_pruned_revamp' | Joey Hess | |
2010-04-20 | bugfix | Joey Hess | |
So this is the one place that does need to canonpath and compare, as two argument file_pruned used to. | |||
2010-04-20 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |