Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-12 | Add MIME type to Atom feeds' <link rel='self'> | Simon McVittie | |
2008-07-12 | remove example (which was lacking escaping) | Joey Hess | |
2008-07-12 | fixed | Joey Hess | |
2008-07-12 | Merge commit 'smcv/master' | Joey Hess | |
2008-07-12 | Move yesno function out of inline and into IkiWiki core, not exported. | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
Conflicts: doc/todo/aggregate_to_internal_pages.mdwn | |||
2008-07-12 | response | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/: reference a patch | Joey Hess | |
2008-07-12 | Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta ↵ | Simon McVittie | |
plugin, so that PageSpecs with title(...) work again | |||
2008-07-12 | credit smcv | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | response | Joey Hess | |
2008-07-12 | rename uuid to guid | Joey Hess | |
2008-07-12 | document uuid | Joey Hess | |
2008-07-12 | elide temp var | Joey Hess | |
2008-07-12 | Merge commit 'smcv/force-uuids' into force-uuids | Joey Hess | |
2008-07-12 | Change deb dependencies to list Text::Markdown before markdown, since the ↵ | Joey Hess | |
former, while slower, has a much better html parser that avoids numerous bugs. | |||
2008-07-12 | greatly simplified test case | Joey Hess | |
2008-07-12 | web commit by intrigeri: created todo, proposed to implement it - need hint ↵ | Joey Hess | |
to choose the best way | |||
2008-07-12 | caps | Joey Hess | |
2008-07-12 | reorg | Joey Hess | |
2008-07-12 | move all package indo to download page | Joey Hess | |
The package info was getting split between download and install. Leave install for manual instructions. | |||
2008-07-12 | fix link | Joey Hess | |
2008-07-12 | wishlist | Joey Hess | |
2008-07-12 | thanks, pawel | Joey Hess | |
2008-07-11 | Testing a change via the sandbox. | Josh Triplett | |
2008-07-11 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-07-11 | add link to stream | Joey Hess | |
2008-07-11 | web commit by http://smcv.pseudorandom.co.uk/: Link to patch and muse about ↵ | Joey Hess | |
terminology (uuid? id? atom-id?) | |||
2008-07-11 | add maxports info | Joey Hess | |
2008-07-11 | new, better encode | Joey Hess | |
2008-07-11 | meta plugin: if uuid looks like it is in fact a UUID, prepend "urn:uuid" ↵ | Simon McVittie | |
(otherwise leave it alone, so we can assign non-UUID <id>s to Atom items to avoid planet-flooding) | |||
2008-07-11 | rssitem.tmpl: use UUID as <guid> if supplied | Simon McVittie | |
2008-07-11 | atomitem.tmpl: use UUID as <id> if supplied | Simon McVittie | |
2008-07-11 | inline plugin: if meta plugin is also enabled, and has collected a uuid for ↵ | Simon McVittie | |
a page, then pass it into the rssitem/atomitem templates | |||
2008-07-11 | meta plugin: also collect [[!meta uuid="..."]] | Simon McVittie | |
2008-07-11 | rename beautify_url to stress it only works on the path component | Joey Hess | |
2008-07-11 | Revert "Revert "Fix a bug with links to pages whose names contained colons."" | Joey Hess | |
This reverts commit 810a355308d276ef922ff4312bff0c7935676633. I double-checked, and the change seems ok after all, actually. | |||
2008-07-11 | still exclude discussion | Joey Hess | |
2008-07-11 | oops | Joey Hess | |
2008-07-11 | no deep pages | Joey Hess | |
2008-07-11 | link | Joey Hess | |
2008-07-11 | enlarge | Joey Hess | |
2008-07-11 | announce | Joey Hess | |
2008-07-11 | Revert "Fix a bug with links to pages whose names contained colons." | Joey Hess | |
This reverts commit e25c3a0a7caa9783c657efe86611929ecb7bd4a3. I didn't think that through far enough; beautify_url may be called on full urls, which don't start with "/"! Conflicts: debian/changelog | |||
2008-07-11 | beautify url recentchanges_link redirs to | Joey Hess | |
This ensures that the same link is reached as is used on pages, so browsers will know that the link on pages has been visited, and color it appropriately. | |||
2008-07-11 | bug | Joey Hess | |
2008-07-11 | whitespace | Joey Hess | |
2008-07-11 | fix use ordering | Joey Hess | |
The recent setup revamp exposed some latent bugs in use/package ordering that caused some symbols to not the exported into the correct scope. |