| Commit message (Expand) | Author | Age |
* | comments: If comment content checks fail, store the comment (in .ikiwiki/comm... | Joey Hess | 2009-01-25 |
* | checkcontent: New hook, can be used to implement arbitrary content filters, i... | Joey Hess | 2009-01-16 |
* | remove cruft•••wtf does it do? absolutely nothing
| Joey Hess | 2008-12-19 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | checksessionexpiry: rework•••This function as factored out was a bit confusing, I think this makes more
sense.
| Joey Hess | 2008-12-17 |
* | editpage: factor out checksessionexpiry into IkiWiki::CGI | Simon McVittie | 2008-12-11 |
* | more work on untrusted committers•••Wired up check_canedit and check_canremove, still need to deal with
check_canattach, and test.
| Joey Hess | 2008-10-23 |
* | don't special case preview•••Whenever the edit form is submitted, but not saved, the page location
select should reduce to the currently selected value. This was only done
when previewing before, but is also needed in order to support the case of
adding an attachment to a page that is just being created.
Before this change, the attachment plugin would get a weird value in
$form->field("page"), that did not reflect the actual page location.
| Joey Hess | 2008-10-02 |
* | use newpagefile | Joey Hess | 2008-09-29 |
* | support indexpages when creating new pages•••Initial draft, may need to factor new page filename code out into helper
function if other plugins need to do the same..
| Joey Hess | 2008-09-29 |
* | fix handing of case of file first created by preview but then saved•••To handle this, avoid populating %renderedfiles in preview,
and in expiry, check if the file is in %renderedfiles, if it is
do not delete it since it was saved.
| Joey Hess | 2008-09-29 |
* | editpage: Be more aggressive (and less buggy) about cleaning up temporary fil... | Joey Hess | 2008-09-27 |
* | Merge commit 'smcv/beautify'•••Conflicts:
IkiWiki/Plugin/recentchanges.pm
Note that smcv's approach of using urlto also gets the url right when
redirecting to a non-html file, which is a better approach than my recent
fix to recentchanges
| Joey Hess | 2008-09-27 |
|\ |
|
| * | editpage: beautify redirection URLs, avoiding exposing the implementation det... | Simon McVittie | 2008-09-21 |
* | | add missing page name sanity check | Joey Hess | 2008-09-20 |
|/ |
|
* | editpage: New core plugin factoring out page editing to allow disabling it if... | Joey Hess | 2008-09-05 |