| Commit message (Expand) | Author | Age |
... | |
* | | 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 |
| * | response | Joey Hess | 2008-07-21 |
| * | response | Joey Hess | 2008-07-21 |
* | | Merge branch 'master' into tova•••Conflicts:
debian/changelog
| Joey Hess | 2008-07-21 |
|\| |
|
| * | Really fix bug with links to pages with names containing colons•••Previous fix mised a few cases.
| Joey Hess | 2008-07-21 |
| * | remove test | Joey Hess | 2008-07-21 |
| * | test | Joey Hess | 2008-07-21 |
| * | typo | Joey Hess | 2008-07-21 |
| * | test | Joey Hess | 2008-07-21 |
| * | response | Joey Hess | 2008-07-21 |
| * | changelog | Joey Hess | 2008-07-21 |
| * | Merge commit 'smcv/master' | Joey Hess | 2008-07-21 |
| |\ |
|
| | * | Don't prepend tagbase to tags if they start with "./" or "/".•••That syntax made little sense previously, and this allows sites to put
"most" of their tags under $tagbase.
| Simon McVittie | 2008-07-21 |
| * | | (no commit message) | Mathias | 2008-07-21 |
| |/ |
|
| * | Fix one missed instance of a directive without [[! (it was committed after I ... | http://smcv.pseudorandom.co.uk/ | 2008-07-21 |
* | | don't show an error if the image is missing, instead, a broken link | Joey Hess | 2008-07-21 |
* | | remove debugging | Joey Hess | 2008-07-21 |
* | | avoid internal error message when img uses just-deleted page•••I think this used to be a fatal error, not just inline error, so I don't
know why it was never noticed, but if a page that an img directive mentions
gets deleted, bestlink() returns a file that no longer exists, and
srcfile() throws an error.
Note that bestlink's behavior of returning a deleted file could be
considered buggy. But, if it's changed to not do that, the page with the img
on it is not updated at all when the file is removed.
| 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•••Including a check the the file is in the srcdir, as opposed to some other
directory.
| Joey Hess | 2008-07-21 |
* | | support for removing attachments | Joey Hess | 2008-07-21 |
* | | simplified confirmation form•••also, there's no titlepage conversion issues
| Joey Hess | 2008-07-21 |
* | | touchups | Joey Hess | 2008-07-21 |
* | | document remove plugin | Joey Hess | 2008-07-21 |
* | | update on some of the conflict cases | Joey Hess | 2008-07-21 |
* | | redirect after removal | Joey Hess | 2008-07-21 |
* | | basically, removal works•••Still need to consider all the edge cases..
| Joey Hess | 2008-07-21 |
* | | All rcs backends need to implement rcs_remove•••(Done for svn, git.)
| Joey Hess | 2008-07-21 |
* | | form tweaks; use title | Joey Hess | 2008-07-21 |
* | | implemented form state saving and retrieval•••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.
| Joey Hess | 2008-07-21 |
* | | basic removal form skeleton | Joey Hess | 2008-07-21 |
|/ |
|
* | editpage: Don't show attachments link when attachments are disabled. | Joey Hess | 2008-07-21 |
* | thoughts | Joey Hess | 2008-07-21 |
* | prefix_directives enabled in doc wiki, all preprocessor directives converted.... | Joey Hess | 2008-07-21 |
* | Merge commit 'smcv/prefix'•••Conflicts:
doc/news/version_2.49.mdwn
Also fixed the newest news file (and my wikiannounce script).
| Joey Hess | 2008-07-21 |
|\ |
|
| * | Migrate escaped directives (\[[) in the rest of doc to have \[[! prefix | Simon McVittie | 2008-07-21 |
| * | Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix | Simon McVittie | 2008-07-21 |
| * | Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix | Simon McVittie | 2008-07-21 |
| * | Migrate escaped directives (\[[) in doc/todo to have \[[! prefix | Simon McVittie | 2008-07-21 |
| * | Migrate everything else via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
| * | Migrate doc/users via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
| * | Migrate doc/plugins via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
| * | Migrate doc/todo via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
| * | Migrate doc/bugs via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
* | | add news item for ikiwiki 2.54 | Joey Hess | 2008-07-21 |
* | | releasing version 2.54 | Joey Hess | 2008-07-21 |