Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-03 | add plugin safe/rebuild info (part 2 of 3) | Joey Hess | |
(brain.. melting..) | |||
2008-07-23 | foldage | Joey Hess | |
2008-07-22 | add rcs_commit_staged and rcs_rename | Joey 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-22 | rename checks improvements | Joey Hess | |
2008-07-22 | permission checking improvements | Joey Hess | |
Break out into function so it can be done up-front before confirmation too. | |||
2008-07-21 | use check_canattach | Joey Hess | |
As noted, this may be overkill.. | |||
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 | remove debugging | Joey Hess | |
2008-07-21 | typos | Joey Hess | |
2008-07-21 | typos | Joey Hess | |
2008-07-21 | need to untaint.. | Joey Hess | |
2008-07-21 | a few bugfixes | Joey Hess | |
Including a check the the file is in the srcdir, as opposed to some other directory. | |||
2008-07-21 | support for removing attachments | Joey Hess | |
2008-07-21 | simplified confirmation form | Joey Hess | |
also, there's no titlepage conversion issues | |||
2008-07-21 | touchups | Joey Hess | |
2008-07-21 | redirect after removal | Joey Hess | |
2008-07-21 | basically, removal works | Joey Hess | |
Still need to consider all the edge cases.. | |||
2008-07-21 | form tweaks; use title | Joey Hess | |
2008-07-21 | implemented form state saving and retrieval | Joey Hess | |
This is overkill for delete, since it's only used on Cancel. But it will be crucial for rename, so as to restore any pending edits after renaming a page. | |||
2008-07-21 | basic removal form skeleton | Joey Hess | |