| Commit message (Expand) | Author | Age |
* | rename: Show full names of affected pages. | Joey Hess | 2009-01-06 |
* | refactor | Joey Hess | 2009-01-06 |
* | finalise version 3.00 of the plugin api | Joey Hess | 2008-12-23 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | rename: Fix double-escaping of page name in edit box.•••titlepage normally escapes, but so does formbuilder.
| Joey Hess | 2008-12-17 |
* | remove, rename: Allow acting on attachments as a page is being created. | Joey Hess | 2008-10-02 |
* | fix subpage rename bug with indexpages•••If indexpages is enabled, then foo/index.mdwn will look like a subpage
of foo, so an additional check is needed to avoid trying to rename it
twice.
| Joey Hess | 2008-10-01 |
* | use newpagefile | Joey Hess | 2008-09-29 |
* | support indexpages when renaming pages•••Note that the page filename code used here and in editpage are identical..
| Joey Hess | 2008-09-29 |
* | Export pagetitle, titlepage, linkpage. | Joey Hess | 2008-09-27 |
* | pagetype is exported | Joey Hess | 2008-09-27 |
* | rename: Hide type field from rename form when renaming attachments. | Joey Hess | 2008-09-23 |
* | multiple rename support is working•••most edge cases seem handled too
| Joey Hess | 2008-09-23 |
* | Merge branch 'master' into tova | Joey Hess | 2008-09-23 |
|\ |
|
| * | rename, remove: Don't rely on a form parameter to tell whether the page shoul... | Joey Hess | 2008-09-23 |
* | | factor out fixlinks | Joey Hess | 2008-09-23 |
* | | factor out do_rename | Joey Hess | 2008-09-23 |
* | | add checkbox to rename subpages too | Joey Hess | 2008-09-23 |
|/ |
|
* | layout | Joey Hess | 2008-09-23 |
* | use srcfile/destfile•••avoids a commit message of "renamed foo to foo"
| Joey Hess | 2008-08-07 |
* | avoid link fixup if page name stayed the same | Joey Hess | 2008-08-07 |
* | page file type rename patch from willu | Joey Hess | 2008-08-07 |
* | add plugin safe/rebuild info (part 2 of 3)•••(brain.. melting..)
| Joey Hess | 2008-08-03 |
* | 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 |
* | add a list of broken links after the rename | Joey Hess | 2008-07-22 |
* | add a rename summary | 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 |
* | 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 |
* | rename checks improvements | Joey Hess | 2008-07-22 |
* | really add | Joey Hess | 2008-07-21 |