summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
AgeCommit message (Collapse)Author
2008-07-27avoid clobbering example diffurlJoey Hess
2008-07-26Merge branch 'master' into autoconfigJoey Hess
2008-07-26use new style error handlingJoey Hess
2008-07-26Added cutpaste plugin.Enrico Zini
I'm wondering if cutandpaste wouldn't be a better name.
2008-07-26Handle the case when HTML got tidied.Enrico Zini
This fixes debian bug #492529.
2008-07-26allow --dumpsetup to be used w/o specifying srcdir and destdirJoey Hess
shortcut tried to use srcdir in checkconfig; change it to not so this will work.
2008-07-26finish with rcs plugin conversionJoey Hess
2008-07-26Version control backends promoted to first-class pluginsJoey Hess
2008-07-26fixupsJoey Hess
2008-07-26remove default values in getsetupJoey Hess
They were a bit confusing, since they did not actually set the default, and example values are sufficient.
2008-07-26add missing setup options, tweak others' displayJoey Hess
2008-07-26load all plugins when generating setupJoey Hess
2008-07-26two typosJoey Hess
2008-07-26typoJoey Hess
2008-07-26adminemail may be undefinedJoey Hess
2008-07-26typoJoey Hess
2008-07-26turn booleans into questionsJoey Hess
2008-07-26predefine pingurlJoey Hess
2008-07-26allow account_creation_password to not be definedJoey Hess
2008-07-26standardising and documenting getsetupJoey Hess
2008-07-26fix plugin nameJoey Hess
2008-07-26avoid fatal error in sanitizeJoey Hess
2008-07-26finish adding getsetup hooks to pluginsJoey Hess
2008-07-25Merge branch 'master' into autoconfigJoey Hess
2008-07-25attachment: Use relative paths when inserting links.Joey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2008-07-25add getsetupJoey Hess
Also, avoid dying with a fatal error if multimarkdown is enabled and the module doesh't load.
2008-07-25add getconfig for inlineJoey Hess
Also, moved the pingurl getopt parsing to inline.
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-25improved, possibly faster getelementsbyclass by willuJoey Hess
2008-07-25toggle: Fix incompatability between javascript and webkit.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-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-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-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