| Commit message (Expand) | Author | Age |
* | check generated pages in•••I considered not checking them in, or making the checkin configurable.
However, then they would remain not checked in if edited by a user, which is
probably not desired.
Note that passing undef as the username/ip to rcs_commit_staged may not
result in ideal behavior; the commit may seem to come from "anonymous" with
some revision control systems. Most of them handle it a bit better and just
have it come from whatever user is running the build.
| Joey Hess | 2008-07-29 |
* | initial draft | Joey Hess | 2008-07-29 |
* | add refresh hook | Joey Hess | 2008-07-29 |
* | use new style error handling | Joey Hess | 2008-07-26 |
* | Added cutpaste plugin.•••I'm wondering if cutandpaste wouldn't be a better name.
| Enrico Zini | 2008-07-26 |
* | Handle the case when HTML got tidied.•••This fixes debian bug #492529.
| Enrico Zini | 2008-07-26 |
* | attachment: Use relative paths when inserting links. | Joey Hess | 2008-07-25 |
* | fix feed urls•••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.
| Joey Hess | 2008-07-25 |
* | bzr: Version directories on the fly, ignore directories when retrieving•••changes.
Now passes t/bazaar.t again.
| Jelmer Vernooij | 2008-07-25 |
* | Merge commit 'jelmer/master' | Joey Hess | 2008-07-25 |
|\ |
|
| * | Support staging commands in bzr backend. | Jelmer Vernooij | 2008-07-24 |
* | | improved, possibly faster getelementsbyclass by willu | Joey Hess | 2008-07-25 |
* | | toggle: Fix incompatability between javascript and webkit. | Joey Hess | 2008-07-25 |
* | | mercurial: Add support for rename, delete, and also diff. (William Uther) | Joey Hess | 2008-07-24 |
* | | fix encoding issues with link conversion•••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.
| Joey Hess | 2008-07-24 |
* | | test suite and partial fix for encoding issues in link renaming | Joey Hess | 2008-07-23 |
|/ |
|
* | add todo | Joey Hess | 2008-07-23 |
* | foldage | Joey Hess | 2008-07-23 |
* | fixup editpage links on rename | Joey Hess | 2008-07-23 |
* | link fixup on rename working | Joey Hess | 2008-07-23 |
* | preserve case of subpage | Joey Hess | 2008-07-23 |
* | case preservation | Joey Hess | 2008-07-23 |
* | add renamepage hooks•••Implemented for regular wikilinks, with a test suite.
| Joey Hess | 2008-07-23 |
* | Merge branch 'master' into tova | Joey Hess | 2008-07-23 |
|\ |
|
| * | Rebuild pages that change their type.•••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)
| Gabriel McManus | 2008-07-23 |
* | | Merge branch 'master' into tova | Joey Hess | 2008-07-23 |
|\| |
|
| * | attachment: Do not escape _ when determining attachment filenames. | Joey Hess | 2008-07-23 |
* | | add a list of broken links after the rename | Joey Hess | 2008-07-22 |
* | | add a rename summary | Joey Hess | 2008-07-22 |
* | | Split out error messages from editpage.tmpl into several separate templates. | Joey Hess | 2008-07-22 |
* | | fix gettext | Joey Hess | 2008-07-22 |
* | | edit page fixup in postrename | Joey Hess | 2008-07-22 |
* | | check for absolute paths | Joey Hess | 2008-07-22 |
* | | Don't allow uploading an attachment with the same name as an existing page, t... | Joey Hess | 2008-07-22 |
* | | typo | Joey Hess | 2008-07-22 |
* | | add rcs_commit_staged and rcs_rename•••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.
| Joey Hess | 2008-07-22 |
* | | qualifiy | Joey Hess | 2008-07-22 |
* | | make message a bit more generic | Joey Hess | 2008-07-22 |
* | | rename checks improvements | Joey Hess | 2008-07-22 |
* | | permission checking improvements•••Break out into function so it can be done up-front before confirmation too.
| Joey Hess | 2008-07-22 |
* | | avoid uninitialised value | Joey Hess | 2008-07-22 |
* | | really add | Joey Hess | 2008-07-21 |
* | | use check_canattach•••As noted, this may be overkill..
| Joey Hess | 2008-07-21 |
* | | factor out check_canattach•••Other plugins will need to use this.
| Joey Hess | 2008-07-21 |
* | | skeleton rename plugin | Joey Hess | 2008-07-21 |
* | | error if nothing selected | Joey Hess | 2008-07-21 |
* | | probably redundant symlink check | Joey Hess | 2008-07-21 |
* | | Merge branch 'master' into tova | Joey Hess | 2008-07-21 |
|\| |
|
| * | Add allow_symlinks_before_srcdir config setting•••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.
| Joey Hess | 2008-07-21 |
| * | Avoid troublesome abs_path calls in wrapper setup•••As documented in the forum post.
| Joey Hess | 2008-07-21 |