summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/editpage.pm
AgeCommit message (Expand)Author
2011-02-01editpage: Avoid inheriting internal page types.Joey Hess
2011-01-23fix uninitilized value warning on bad page nameJoey Hess
2011-01-23Revert "fix uninitilized value warning on bad page name"Joey Hess
2011-01-22fix uninitilized value warning on bad page nameJoey Hess
2011-01-05add cgitemplateJoey Hess
2011-01-05Fix base url when previewing. Was broken by urlto changes in last release.Joey Hess
2010-12-25editpage, comment: Clean up title when editing or creating a page or comment.Joey Hess
2010-11-29use one-parameter form of urltoJoey Hess
2010-11-23Use local paths for most references to pagesSimon McVittie
2010-11-23Use local paths for the CGI URLSimon McVittie
2010-11-23Use local paths for redirection where possibleSimon McVittie
2010-06-23rcs_commit and rcs_commit_staged api changesJoey Hess
2010-06-23stop using REMOTE_ADDRJoey Hess
2010-06-14editpage, comments: Fix broken links in sidebar (due to forcebaseurl). (Thank...Joey Hess
2010-06-12editpage: Rename "comments" field to avoid CSS conflict with the comments div.Joey Hess
2010-06-09editpage: Avoid storing accidental state changes when previewing pages.Joey Hess
2010-06-09Fix display of sidebar when previewing page edit. (Thanks, privat)Joey Hess
2010-06-09When editing a page, show that page's sidebar. (Thanks, privat)Joey Hess
2010-05-05remove unused indexlink function and template variableJoey Hess
2010-04-24template() - return params in list contextJoey Hess
2010-04-22look for templates in srcdir and underlays, firstJoey Hess
2010-04-20typoJoey Hess
2010-04-20remove explicit absolute testJoey Hess
2010-04-20clarify why absolute is tested & stripped hereJoey Hess
2010-04-17unfinished file_prune revampJoey Hess
2010-02-11Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess
2010-02-11reorder canedit checks during page creation to have best_loc firstJoey Hess
2010-02-04factor out a userpage functionJoey Hess
2009-08-13Add discussionpage configuration settingJoey Hess
2009-06-04fix further places where translated discussion case was assumedJoey Hess
2009-05-21support longname for page types in commands and renameJoey Hess
2009-05-16tidy up new page_types codeJon Dowland
2009-05-16check for longname for each syntax pluginJon Dowland
2009-02-12move check_canedit, check_content to IkiWiki library from editpageJoey Hess
2009-01-25comments: If comment content checks fail, store the comment (in .ikiwiki/comm...Joey Hess
2009-01-16checkcontent: New hook, can be used to implement arbitrary content filters, i...Joey Hess
2008-12-19remove cruftJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-12-17checksessionexpiry: reworkJoey Hess
2008-12-11editpage: factor out checksessionexpiry into IkiWiki::CGISimon McVittie
2008-10-23more work on untrusted committersJoey Hess
2008-10-02don't special case previewJoey Hess
2008-09-29use newpagefileJoey Hess
2008-09-29support indexpages when creating new pagesJoey Hess
2008-09-29fix handing of case of file first created by preview but then savedJoey Hess
2008-09-27editpage: Be more aggressive (and less buggy) about cleaning up temporary fil...Joey Hess
2008-09-27Merge commit 'smcv/beautify'Joey Hess
2008-09-21editpage: beautify redirection URLs, avoiding exposing the implementation det...Simon McVittie
2008-09-20add missing page name sanity checkJoey Hess
2008-09-05editpage: New core plugin factoring out page editing to allow disabling it if...Joey Hess