Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-19 | response to the further thoughts | http://kerravonsen.dreamwidth.org/ | |
2010-04-18 | (no commit message) | PeteG | |
2010-04-18 | (no commit message) | PeteG | |
2010-04-17 | unfinished file_prune revamp | Joey Hess | |
Many calls to file_prune were incorrectly calling it with 2 parameters. In cases where the filename being checked is relative to the srcdir, that is not needed. Made absolute filenames be pruned. (This won't work for the 2 parameter call style.) | |||
2010-04-17 | improve docs | Joey Hess | |
2010-04-17 | move File::Find control back into its code blocks | Joey Hess | |
Ok, this is longer, but features less scary action at a distance. | |||
2010-04-17 | move decode_utf8 closer to reason for it | Joey Hess | |
Filenames need to be decoded, as File::Find does not provide them in decoded form, but other callers of verify_src_file will be using utf8. | |||
2010-04-17 | fix autotag behavior for relative tags | Joey Hess | |
A tag like ./foo is searched for relative to the tagging page. However, if multiple pages use such a tag, the only one sure to be in common is in the root, so autocreate it there to avoid scattering redunadant autocreated tags around the tree. (This is probably not ideal.) Also renamed the tagpage and taglink functions for clarity. | |||
2010-04-17 | call gentag for taglinks too | Joey Hess | |
2010-04-17 | fix autofile call | Joey Hess | |
2010-04-17 | tag_autocreate fixups | Joey Hess | |
Fix style of prompt. Optional to rebuild when it is changed. (Needed to get new all missing tags) | |||
2010-04-17 | document add_autofile | Joey Hess | |
2010-04-17 | recommend git | Joey Hess | |
2010-04-17 | bzr getmtime done | Joey Hess | |
2010-04-17 | note that tla plugin is not being maintained | Joey Hess | |
2010-04-17 | bzr: changelog and refactor | Joey Hess | |
2010-04-17 | Fix get_ctime implementation in Bazaar plugin, add get_mtime implementation. | Jelmer Vernooij | |
2010-04-17 | document the gitbranch template | Joey Hess | |
2010-04-17 | reformat | Joey Hess | |
2010-04-17 | my autotag branch | Joey Hess | |
2010-04-17 | refactor autofiles | Joey Hess | |
Made add_autofile take a generator function, and just register the autofile, for later possible creation. The testing is moved into Render, which allows cleaning up some stuff. | |||
2010-04-17 | whitespace | Joey Hess | |
2010-04-17 | Merge remote branch 'davrieb/autotag' into autotag | Joey Hess | |
Conflicts: IkiWiki.pm IkiWiki/Plugin/tag.pm | |||
2010-04-17 | few more suggestions | Joey Hess | |
2010-04-17 | typo | Joey Hess | |
2010-04-17 | autoindex: Switch to using %wikistate instead of abusing $pagestate{index}. | Joey Hess | |
2010-04-16 | add list of compatability breaking changes | Joey Hess | |
2010-04-16 | remove note about needing --gettime; automatically run on first build now | Joey Hess | |
2010-04-16 | squelch warning | Joey Hess | |
2010-04-16 | update changelog | Joey Hess | |
2010-04-16 | implement rcs_getmtime for svn | Joey Hess | |
This is a slow implementation; it runs svn log once per file still, rather than running svn log once on the whole srcdir. I did it this way because in my experience, svn log, run on a directory, does not always list every change to files inside that directory. I don't know why, and I use svn as little as possible these days. | |||
2010-04-16 | automatically run --gettime, and optimise it for git | Joey Hess | |
* Automatically run --gettime the first time ikiwiki is run on a given srcdir. * Optimise --gettime for git, so it's appropriatly screamingly fast. (This could be done for other backends too.) * However, --gettime for git no longer follows renames. * Use above to fix up timestamps on docwiki, as well as ensure that timestamps on basewiki files shipped in the deb are sane. | |||
2010-04-16 | fix file, should be symlink | Joey Hess | |
2010-04-16 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-16 | typo | Cord | |
2010-04-16 | --gettime revamp | Joey Hess | |
* Rename --getctime to --gettime. (The old name still works for backwards compatability.) * --gettime now also looks up last modification time. * Add rcs_getmtime to plugin API; currently only implemented for git. | |||
2010-04-16 | Proposal for tags/meta/field coalescing | http://oblomov.myopenid.com/ | |
2010-04-16 | ... and indeed there is a better way to store it | http://smcv.pseudorandom.co.uk/ | |
2010-04-16 | add mtime-to-git script to pull more correct mtimes out of git | Joey Hess | |
2010-04-16 | answer to clarification. | David Riebenbauer | |
2010-04-16 | clarify re %pagestate persistence | Joey Hess | |
2010-04-16 | try to clarify | http://smcv.pseudorandom.co.uk/ | |
2010-04-16 | typo | David Riebenbauer | |
2010-04-16 | answer about the `%pagestate` of autopages. | David Riebenbauer | |
2010-04-16 | response | http://kerravonsen.dreamwidth.org/ | |
2010-04-15 | sidebar plugin optimisations | Joey Hess | |
The pagetemplate hook may be called multiple times, for example when pages are inlined into a page. Sidebars were being calculated each time that happened, only to be thrown away when the final pagetemplate hook was called. Avoid this unnecessary work. Remove stored sidebar content on use to save some memory. | |||
2010-04-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-15 | calendar: Improved display of arrows. | Joey Hess | |
2010-04-15 | slight clarification | http://smcv.pseudorandom.co.uk/ | |
2010-04-15 | some comments about this and autoindex | http://smcv.pseudorandom.co.uk/ | |