aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
Commit message (Expand)AuthorAge
* * Use div layout for the signin and preferences forms, so that they can bejoey2007-04-30
* * Use fieldsets in the preferences form to group related options together.joey2007-04-29
* * Detect the case of two people independently creating the same page at thejoey2007-03-17
* * Fix some broken logic in cgi creation of a subpage when a toplevel pagejoey2007-03-17
* simplify preview codejoey2007-03-17
* correct dup page name detect in blog posting codejoey2007-03-08
* * The underscore escaping support exposed a bug in edit links: Such linksjoey2007-03-08
* My fix to support encoded underscores in page titles broke links to pagesjoey2007-03-07
* * The slash escaping when adding to a blog from the CGI was not workingjoey2007-03-07
* * Add preview parameter to preprocesser calls, use this rather than thejoey2007-03-06
* * Patch from Ethan to improve behavior if a page is deleted or moved whilejoey2007-02-24
* * Correct a bug that could lead to infinite looping after signin in somejoey2007-02-24
* * Since the CGI had to drop the wiki lock to avoid deadlocking thejoey2007-02-21
* * Elegant patch from Ethan to clean up the display of page names in thejoey2007-02-21
* * Changed calling convention for httmllink slightly. The first threejoey2007-02-20
* * Many changes to make ikiwiki very resistant to write failuresjoey2007-02-15
* * Fix a security hole that allowed a web user to edit images and otherjoey2007-02-10
* * Add canedit hook, allowing arbitrary controls over when a page can bejoey2007-02-02
* * Always call rcs_update after a commit during a web edit, to work aroundjoey2007-01-28
* * Change the RecentChanges page to show the path of changed pages.joey2007-01-14
* Improve error message when postsignin (probably from openid) fails due tojoey2007-01-12
* * Search in default location for templates as a fallback when templatedir isjoey2007-01-12
* added some comments for translatorsjoey2007-01-04
* * Corrected a bum regexp in openid munging.joey2007-01-03
* deal with http:// partjoey2006-12-31
* * Escape shashes in page titles entered in the blog post form.joey2006-12-31
* * If a userdir is configured, links to pages in it can be made withoutjoey2006-12-29
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
* * Turn $config{wiki_file_prune_regexps} into an array that is easier tojoey2006-12-21
* * Add userdir config setting.joey2006-12-19
* * The hack used to make the pagetemplate hook have access to the editpagejoey2006-12-02
* session improvementsjoey2006-11-26
* updatesjoey2006-11-22
* improvejoey2006-11-21
* improve regexpjoey2006-11-21
* formattingjoey2006-11-21
* improvementjoey2006-11-20
* * Add "last" parameter to hook function. Very basic ordering, and hopefullyjoey2006-11-20
* * Avoid locking the wiki at all when handling some basic cgi stuffjoey2006-11-20
* increase field widthsjoey2006-11-20
* * Add openidsignup config option.joey2006-11-20
* minor improvementsjoey2006-11-20
* explanationjoey2006-11-20
* * Add an openid plugin to support logging in using OpenID.joey2006-11-20
* * Make auth methods pluggable.joey2006-11-20
* fixesjoey2006-11-10
* * Work around a strange bug in CGI::FormBuilder 3.0401 that makesjoey2006-11-10
* * Make sure to check for errors from every eval.joey2006-11-08
* * Enable utf8 file IO in aggregate plugin.joey2006-11-08
* * Improve login/register process, the login dialog has only name andjoey2006-10-30