aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
...
* | added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
| |
* | add getsetupJoey Hess2008-07-25
| | | | | | | | | | Also, avoid dying with a fatal error if multimarkdown is enabled and the module doesh't load.
* | add getconfig for inlineJoey Hess2008-07-25
|/ | | | Also, moved the pingurl getopt parsing to inline.
* fix feed urlsJoey Hess2008-07-25
| | | | | | 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.
* bzr: Version directories on the fly, ignore directories when retrievingJelmer Vernooij2008-07-25
| | | | | | changes. Now passes t/bazaar.t again.
* Merge commit 'jelmer/master'Joey Hess2008-07-25
|\
| * Support staging commands in bzr backend.Jelmer Vernooij2008-07-24
| |
* | improved, possibly faster getelementsbyclass by willuJoey Hess2008-07-25
| |
* | toggle: Fix incompatability between javascript and webkit.Joey Hess2008-07-25
| |
* | mercurial: Add support for rename, delete, and also diff. (William Uther)Joey Hess2008-07-24
| |
* | fix encoding issues with link conversionJoey Hess2008-07-24
| | | | | | | | | | | | 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.
* | test suite and partial fix for encoding issues in link renamingJoey Hess2008-07-23
|/
* add todoJoey Hess2008-07-23
|
* foldageJoey Hess2008-07-23
|
* fixup editpage links on renameJoey Hess2008-07-23
|
* link fixup on rename workingJoey Hess2008-07-23
|
* preserve case of subpageJoey Hess2008-07-23
|
* case preservationJoey Hess2008-07-23
|
* add renamepage hooksJoey Hess2008-07-23
| | | | Implemented for regular wikilinks, with a test suite.
* Merge branch 'master' into tovaJoey Hess2008-07-23
|\
| * Rebuild pages that change their type.Gabriel McManus2008-07-23
| | | | | | | | | | | | | | | | | | 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)
* | Merge branch 'master' into tovaJoey Hess2008-07-23
|\|
| * attachment: Do not escape _ when determining attachment filenames.Joey Hess2008-07-23
| |
* | add a list of broken links after the renameJoey Hess2008-07-22
| |
* | add a rename summaryJoey Hess2008-07-22
| |
* | Split out error messages from editpage.tmpl into several separate templates.Joey Hess2008-07-22
| |
* | fix gettextJoey Hess2008-07-22
| |
* | edit page fixup in postrenameJoey Hess2008-07-22
| |
* | check for absolute pathsJoey Hess2008-07-22
| |
* | Don't allow uploading an attachment with the same name as an existing page, ↵Joey Hess2008-07-22
| | | | | | | | to avoid confusion.
* | typoJoey Hess2008-07-22
| |
* | add rcs_commit_staged and rcs_renameJoey Hess2008-07-22
| | | | | | | | | | | | | | | | | | 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.
* | qualifiyJoey Hess2008-07-22
| |
* | make message a bit more genericJoey Hess2008-07-22
| |
* | rename checks improvementsJoey Hess2008-07-22
| |
* | permission checking improvementsJoey Hess2008-07-22
| | | | | | | | Break out into function so it can be done up-front before confirmation too.
* | avoid uninitialised valueJoey Hess2008-07-22
| |
* | really addJoey Hess2008-07-21
| |
* | use check_canattachJoey Hess2008-07-21
| | | | | | | | As noted, this may be overkill..
* | factor out check_canattachJoey Hess2008-07-21
| | | | | | | | Other plugins will need to use this.
* | skeleton rename pluginJoey Hess2008-07-21
| |
* | error if nothing selectedJoey Hess2008-07-21
| |
* | probably redundant symlink checkJoey Hess2008-07-21
| |
* | Merge branch 'master' into tovaJoey Hess2008-07-21
|\|
| * Add allow_symlinks_before_srcdir config settingJoey Hess2008-07-21
| | | | | | | | | | | | | | | | | | 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.
| * Avoid troublesome abs_path calls in wrapper setupJoey Hess2008-07-21
| | | | | | | | As documented in the forum post.
* | Merge branch 'master' into tovaJoey Hess2008-07-21
|\| | | | | | | | | | | Conflicts: debian/changelog
| * Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie2008-07-21
| | | | | | | | | | That syntax made little sense previously, and this allows sites to put "most" of their tags under $tagbase.
* | don't show an error if the image is missing, instead, a broken linkJoey Hess2008-07-21
| |
* | remove debuggingJoey Hess2008-07-21
| |