aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/editpage.pm
Commit message (Expand)AuthorAge
* Force CGI::FormBuilder->field to scalar context where necessarySimon McVittie2016-12-28
* Process .md like .mdwn, but disallow web creation.Amitai Schlair2016-03-08
* Do not pass ignored sid parameter to checksessionexpirySimon McVittie2014-10-12
* protect $@ whenever a block using $@ is non-trivialSimon McVittie2014-02-21
* add comment subscription checkbox to editpageJoey Hess2012-04-13
* prune: do not prune beyond an optional base directory, and add a testSimon McVittie2012-04-07
* editpage: Fix FormattingHelp link on Discussion pages.Joey Hess2011-11-27
* Fix handling of discussion page creation links to make discussion pages in th...Joey Hess2011-11-06
* Preserve mixed case in page creation links, and when creating a page whose ti...Joey Hess2011-06-29
* editpage: Avoid inheriting internal page types.Joey Hess2011-02-01
* fix uninitilized value warning on bad page nameJoey Hess2011-01-23
* Revert "fix uninitilized value warning on bad page name"Joey Hess2011-01-23
* fix uninitilized value warning on bad page nameJoey Hess2011-01-22
* add cgitemplateJoey Hess2011-01-05
* Fix base url when previewing. Was broken by urlto changes in last release.Joey Hess2011-01-05
* editpage, comment: Clean up title when editing or creating a page or comment.Joey Hess2010-12-25
* use one-parameter form of urltoJoey Hess2010-11-29
* Use local paths for most references to pagesSimon McVittie2010-11-23
* Use local paths for the CGI URLSimon McVittie2010-11-23
* Use local paths for redirection where possibleSimon McVittie2010-11-23
* rcs_commit and rcs_commit_staged api changesJoey Hess2010-06-23
* stop using REMOTE_ADDRJoey Hess2010-06-23
* editpage, comments: Fix broken links in sidebar (due to forcebaseurl). (Thank...Joey Hess2010-06-14
* editpage: Rename "comments" field to avoid CSS conflict with the comments div.Joey Hess2010-06-12
* editpage: Avoid storing accidental state changes when previewing pages.Joey Hess2010-06-09
* Fix display of sidebar when previewing page edit. (Thanks, privat)Joey Hess2010-06-09
* When editing a page, show that page's sidebar. (Thanks, privat)Joey Hess2010-06-09
* remove unused indexlink function and template variableJoey Hess2010-05-05
* template() - return params in list contextJoey Hess2010-04-24
* look for templates in srcdir and underlays, firstJoey Hess2010-04-22
* typoJoey Hess2010-04-20
* remove explicit absolute testJoey Hess2010-04-20
* clarify why absolute is tested & stripped hereJoey Hess2010-04-20
* unfinished file_prune revampJoey Hess2010-04-17
* Group related plugins into sections in the setup file, and drop unused rcs pl...Joey Hess2010-02-11
* reorder canedit checks during page creation to have best_loc firstJoey Hess2010-02-11
* factor out a userpage functionJoey Hess2010-02-04
* Add discussionpage configuration settingJoey Hess2009-08-13
* fix further places where translated discussion case was assumedJoey Hess2009-06-04
* support longname for page types in commands and renameJoey Hess2009-05-21
* tidy up new page_types codeJon Dowland2009-05-16
* check for longname for each syntax pluginJon Dowland2009-05-16
* move check_canedit, check_content to IkiWiki library from editpageJoey Hess2009-02-12
* comments: If comment content checks fail, store the comment (in .ikiwiki/comm...Joey Hess2009-01-25
* checkcontent: New hook, can be used to implement arbitrary content filters, i...Joey Hess2009-01-16
* remove cruftJoey Hess2008-12-19
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* checksessionexpiry: reworkJoey Hess2008-12-17
* editpage: factor out checksessionexpiry into IkiWiki::CGISimon McVittie2008-12-11
* more work on untrusted committersJoey Hess2008-10-23