summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Collapse)Author
2008-07-25attachment: Use relative paths when inserting links.Joey Hess
2008-07-25fix feed urlsJoey Hess
The fix for colons involved adding "./" to some urls. Due to the weird way inline called urlto, these snuck into feed urls and permalinks. Fix it by adding an optional third parameter to urlto.
2008-07-25bzr: Version directories on the fly, ignore directories when retrievingJelmer Vernooij
changes. Now passes t/bazaar.t again.
2008-07-25Merge commit 'jelmer/master'Joey Hess
2008-07-25improved, possibly faster getelementsbyclass by willuJoey Hess
2008-07-25toggle: Fix incompatability between javascript and webkit.Joey Hess
2008-07-24Support staging commands in bzr backend.Jelmer Vernooij
2008-07-24mercurial: Add support for rename, delete, and also diff. (William Uther)Joey Hess
2008-07-24fix encoding issues with link conversionJoey Hess
Have to convert link text to page name going in. And on the way out, need to replace spaces with underscores in the link text, which is not normally done with titles.
2008-07-23test suite and partial fix for encoding issues in link renamingJoey Hess
2008-07-23add todoJoey Hess
2008-07-23foldageJoey Hess
2008-07-23fixup editpage links on renameJoey Hess
2008-07-23link fixup on rename workingJoey Hess
2008-07-23preserve case of subpageJoey Hess
2008-07-23case preservationJoey Hess
2008-07-23add renamepage hooksJoey Hess
Implemented for regular wikilinks, with a test suite.
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23Rebuild pages that change their type.Gabriel McManus
Previously, if a page changed its type but not its mtime (e.g. mv page.txt page.mdwn), then it would not be rebuilt. Now, check if the source of a page has changed, in which case force a rebuild of that page. (cherry picked from commit b6a3b8a683fed7a7f6d77a5b3f2dfbd14c849843)
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23attachment: Do not escape _ when determining attachment filenames.Joey Hess
2008-07-22add a list of broken links after the renameJoey Hess
2008-07-22add a rename summaryJoey Hess
2008-07-22Split out error messages from editpage.tmpl into several separate templates.Joey Hess
2008-07-22fix gettextJoey Hess
2008-07-22edit page fixup in postrenameJoey Hess
2008-07-22check for absolute pathsJoey Hess
2008-07-22Don't allow uploading an attachment with the same name as an existing page, ↵Joey Hess
to avoid confusion.
2008-07-22typoJoey Hess
2008-07-22add rcs_commit_staged and rcs_renameJoey Hess
Implemented for git and svn so far. Note that rcs_commit_staged does assume that the rcs has the ability to "stage" multiple changes for a later commit. Support for this varies, but all we really care about is staging removals and renames, which, AFAIK, all modern rcs's support.
2008-07-22qualifiyJoey Hess
2008-07-22make message a bit more genericJoey Hess
2008-07-22rename checks improvementsJoey Hess
2008-07-22permission checking improvementsJoey Hess
Break out into function so it can be done up-front before confirmation too.
2008-07-22avoid uninitialised valueJoey Hess
2008-07-21really addJoey Hess
2008-07-21use check_canattachJoey Hess
As noted, this may be overkill..
2008-07-21factor out check_canattachJoey Hess
Other plugins will need to use this.
2008-07-21skeleton rename pluginJoey Hess
2008-07-21error if nothing selectedJoey Hess
2008-07-21probably redundant symlink checkJoey Hess
2008-07-21Merge branch 'master' into tovaJoey Hess
2008-07-21Add allow_symlinks_before_srcdir config settingJoey Hess
can be used to avoid a security check that is a good safe default, but problimatic overkill in some situations. I decided to underdocument this, because the option looks ugly, and I don't want people randomly turning it on because it looks like a good idea. So if you need it, you'll get an error message mentioning how to fix it.
2008-07-21Avoid troublesome abs_path calls in wrapper setupJoey Hess
As documented in the forum post.
2008-07-21Merge branch 'master' into tovaJoey Hess
Conflicts: debian/changelog
2008-07-21Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie
That syntax made little sense previously, and this allows sites to put "most" of their tags under $tagbase.
2008-07-21don't show an error if the image is missing, instead, a broken linkJoey Hess
2008-07-21remove debuggingJoey Hess
2008-07-21avoid internal error message when img uses just-deleted pageJoey Hess
I think this used to be a fatal error, not just inline error, so I don't know why it was never noticed, but if a page that an img directive mentions gets deleted, bestlink() returns a file that no longer exists, and srcfile() throws an error. Note that bestlink's behavior of returning a deleted file could be considered buggy. But, if it's changed to not do that, the page with the img on it is not updated at all when the file is removed.
2008-07-21typosJoey Hess