* Call the formbuilder hook for the edit page.
[ikiwiki.git] / IkiWiki / CGI.pm
2007-08-22 joey* Call the formbuilder hook for the edit page.
2007-08-17 joey* Applied Jeremie Koenig's pluggable editpage buttons...
2007-08-15 joeyproper fix for adding file, based on jkoenig's patch
2007-08-14 joey* Fix bug when editing file from underlaydir, need...
2007-08-14 joey* Fix bug in deletion/move during edit code introduced...
2007-08-14 joeyRemove two header => 1 settings that were overridden...
2007-08-05 joey* Move blog form code out of CGI.pm and into the inline...
2007-08-05 joey* Add sessioncgi hook.
2007-08-05 joeyremove cruft
2007-07-16 joey* Wrap the editpage template in the standard misctempla...
2007-05-17 joey* Add a destpage parameter to the filter hook.
2007-05-11 joey* Make all templates have a footer div to ease themeing...
2007-04-30 joey* Use div layout for the signin and preferences forms...
2007-04-29 joey* Use fieldsets in the preferences form to group relate...
2007-03-17 joey* Detect the case of two people independently creating...
2007-03-17 joey* Fix some broken logic in cgi creation of a subpage...
2007-03-17 joeysimplify preview code
2007-03-08 joeycorrect dup page name detect in blog posting code
2007-03-08 joey* The underscore escaping support exposed a bug in...
2007-03-07 joeyMy fix to support encoded underscores in page titles...
2007-03-07 joey* The slash escaping when adding to a blog from the...
2007-03-06 joey* Add preview parameter to preprocesser calls, use...
2007-02-24 joey* Patch from Ethan to improve behavior if a page is...
2007-02-24 joey* Correct a bug that could lead to infinite looping...
2007-02-21 joey* Since the CGI had to drop the wiki lock to avoid...
2007-02-21 joey* Elegant patch from Ethan to clean up the display...
2007-02-20 joey* Changed calling convention for httmllink slightly...
2007-02-15 joey* Many changes to make ikiwiki very resistant to write...
2007-02-10 joey* Fix a security hole that allowed a web user to edit...
2007-02-02 joey* Add canedit hook, allowing arbitrary controls over...
2007-01-28 joey* Always call rcs_update after a commit during a web...
2007-01-14 joey* Change the RecentChanges page to show the path of...
2007-01-12 joeyImprove error message when postsignin (probably from...
2007-01-12 joey* Search in default location for templates as a fallbac...
2007-01-04 joeyadded some comments for translators
2007-01-03 joey* Corrected a bum regexp in openid munging.
2006-12-31 joeydeal with http:// part
2006-12-31 joey* Escape shashes in page titles entered in the blog...
2006-12-29 joey* If a userdir is configured, links to pages in it...
2006-12-29 joey* Initial work on internationalization of the program...
2006-12-21 joey* Turn $config{wiki_file_prune_regexps} into an array...
2006-12-19 joey* Add userdir config setting.
2006-12-02 joey* The hack used to make the pagetemplate hook have...
2006-11-26 joeysession improvements
2006-11-22 joeyupdates
2006-11-21 joeyimprove
2006-11-21 joeyimprove regexp
2006-11-21 joeyformatting
2006-11-20 joeyimprovement
2006-11-20 joey* Add "last" parameter to hook function. Very basic...
2006-11-20 joey* Avoid locking the wiki at all when handling some...
2006-11-20 joeyincrease field widths
2006-11-20 joey* Add openidsignup config option.
2006-11-20 joeyminor improvements
2006-11-20 joeyexplanation
2006-11-20 joey* Add an openid plugin to support logging in using...
2006-11-20 joey* Make auth methods pluggable.
2006-11-10 joeyfixes
2006-11-10 joey* Work around a strange bug in CGI::FormBuilder 3.0401...
2006-11-08 joey* Make sure to check for errors from every eval.
2006-11-08 joey* Enable utf8 file IO in aggregate plugin.
2006-10-30 joey* Improve login/register process, the login dialog...
2006-10-28 joeydelete session
2006-10-28 joey* Add basic spam fighting tool for admins: An admin...
2006-10-14 joey* Patch from Recai to limit recentchanges to displaying...
2006-10-08 joey* Atom feed support based on a patch by Clint Adams.
2006-10-02 joey* Patch from Alec Berryman adding a http_auth config...
2006-09-16 joey * Patch from James Westby to deal with the case where...
2006-09-16 joey* pagetemplate hooks are now also called when generatin...
2006-09-11 joey* Patch from Recai to kill utf-8 on the wiki name when...
2006-09-09 joey* Work on firming up the plugin interface:
2006-09-06 joeyneed to import escapeHTML
2006-09-06 joeyescaping fix from Emanuele Aina
2006-09-03 joey* Simplify the data structure returned by rcs_recentcha...
2006-08-28 joey* Change htmlize, format, and sanitize hooks to use...
2006-08-27 joey* Patch from James Westby to add a --sslcookie switch...
2006-08-23 joey* Change order of linkify and preprocess; first preproc...
2006-08-21 joey* Fixed a bug with previews of subpages having broken...
2006-08-20 joey* Fix utf-8 in blog post form.
2006-08-13 joey* Fix a bug in page type determination during online...
2006-08-13 joey* The last release accidentially installed ikiwiki...
2006-08-02 joey* Renamed GlobLists to PageSpecs.
2006-07-30 joeyavoid message if mailing password or registering
2006-07-30 joey* Add a run_hooks function for the common task of runni...
2006-07-26 joey* Run page through any relevant filters when generating...
2006-07-26 joey* Patch from Recai to allow selection of page type...
2006-07-11 joey<paravoid> you're right
2006-07-11 joeyremove redundant call
2006-07-11 joey* Consolidated all decode_utf8 in FormBuilder's fields...
2006-07-10 joey* Display CGI processing errors if present.
2006-07-07 joey* Support a w3mmode, which lets w3m run ikiwiki using...
2006-07-05 joeyEncode:: cleanup from Recai
2006-07-04 joey* Encode & in diffurl in examples, to conform to pedant...
2006-07-04 joeyremove leading dot from default_pageext
2006-07-03 joeyuse "use open" pragma to avoid manually needing to...
2006-07-03 joeyEncode is used in nearly all code paths so stop loading...
2006-07-03 joey* Support pages with utf8 filenames. Patch by Faidon...
2006-07-02 joey* Centralised all calls to HTML::Template and force...
2006-07-02 joeynew approach for forcing utf8 -- use a HTML::Template...
2006-07-02 joey* POSIX::strftime doesn't know about encodings and...
next