aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 McManus)Joey 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)
| * responseJoey Hess2008-07-23
| |
* | Merge branch 'master' into tovaJoey Hess2008-07-23
|\|
| * attachment: Do not escape _ when determining attachment filenames.Joey Hess2008-07-23
| |
| * corrected link to the wikiannounce programAlexandreDupas2008-07-23
| |
| * * Updatehttp://ptecza.myopenid.com/2008-07-23
| |
| * fixed description for open parameterrdennis2008-07-23
| |
| * * Typohttp://ptecza.myopenid.com/2008-07-23
| |
| * * Bug?http://ptecza.myopenid.com/2008-07-23
| |
| * Report bug in map wrt bare directorieshttp://www.cse.unsw.edu.au/~willu/2008-07-22
| |
| * (no commit message)bremner2008-07-22
| |
* | formattingJoey Hess2008-07-22
| |
* | 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
| |
* | updatesJoey 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
| |
* | Merge commit 'origin/master' into tovaJoey Hess2008-07-22
|\|
| * (no commit message)http://lollipopman.myopenid.com/2008-07-22
| |
| * (no commit message)http://lollipopman.myopenid.com/2008-07-22
| |
| * (no commit message)http://lollipopman.myopenid.com/2008-07-22
| |
| * bug when pages changing extension; new patchhttp://gmcmanus.myopenid.com/2008-07-22
| |
| * patch to prevent email obfuscationhttp://gmcmanus.myopenid.com/2008-07-22
| |
| * response to responsehttp://brian.may.myopenid.com/2008-07-22
| |
| * bug already noted, so mark as donehttp://gmcmanus.myopenid.com/2008-07-22
| |
| * email obfuscation by Text::Markdown undone by HTML::Scrubberhttp://gmcmanus.myopenid.com/2008-07-21
| |
* | improve docsJoey Hess2008-07-21
| |
* | 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
| |