Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-07-11 | whitespace | Joey Hess | |
2008-07-11 | web commit by intrigeri: thanks + note about git collaborative work | Joey Hess | |
2008-07-11 | web commit by intrigeri: thanks | Joey Hess | |
2008-07-11 | web commit by intrigeri: answer + fix escaping in example wiki page | Joey Hess | |
2008-07-10 | question | Joey Hess | |
2008-07-10 | escape | Joey Hess | |
2008-07-10 | Fixes creation of pages when clicking on WikiLinks starting with "/". | Joey Hess | |
2008-07-10 | template: Add support for a BASENAME variable. | Joey Hess | |
2008-07-10 | web commit by intrigeri: initial bug submission | Joey Hess | |
2008-07-10 | web commit by intrigeri: added opinion + patch | Joey Hess | |
2008-07-10 | work around CGI::Session constructor issues | Joey Hess | |
The constructor can fail with a useless error message if module fail to load. Work around this by evaling it, and checking for failures, and printing CGI::Session->errstr to get a more useful message. | |||
2008-07-10 | web commit by intrigeri: removed misunderstood references to pagetemplate, ↵ | Joey Hess | |
added patch against plugins/template | |||
2008-07-09 | debian/changelog: fix typo in old entry | Josh Triplett | |
2008-07-09 | ikiwiki-transition: Fix command-line processing so the prefix_directives ↵ | Josh Triplett | |
transition works again. |