Age | Commit message (Expand) | Author |
2008-07-01 | better approach for cgi upload disabling | Joey Hess |
2008-07-01 | simplification | Joey Hess |
2008-06-30 | disable cgi uploads earlier | Joey Hess |
2008-06-30 | remove unused editpage title | Joey Hess |
2008-06-30 | Configure CGI.pm to disable file uploads by default. | Joey Hess |
2008-06-28 | call format hooks when generating page previews | Joey Hess |
2008-06-04 | Pass a destpage parameter to the sanitize hook. | Joey Hess |
2008-05-21 | Perls older than 5.10 need to use the old method of decoding utf-8 in CGI val... | Joey Hess |
2008-05-21 | display an error message if CGI::Session fails to load | Joey Hess |
2008-05-12 | Fixes for behavior changes in perl 5.10's CGI | Joey Hess |
2008-05-02 | Fix ugly display when editing a page that has vanished. | Joey Hess |
2008-04-10 | Fix CSRF attacks against the preferences and edit forms. Closes: #475445 | Joey Hess |
2008-03-17 | * Record new pages in %pagesources temporarily when previewing so that | Joey Hess |
2008-03-12 | * Use forcebaseurl to make page previews be displayed with the html base | Joey Hess |
2008-02-24 | Fix links generated by preprocessor directives when previewing. | Joey Hess |
2008-02-14 | * Preview limits the page dropdown to what's selected previously | Joey Hess |
2008-02-03 | move saveindex call into preview block | Joey Hess |
2008-02-03 | remove another commit mail mention | Joey Hess |
2008-02-03 | * cgi hooks are now run before ikiwiki state is loaded. | Joey Hess |
2008-01-29 | non-tabular recentchanges display | Joey Hess |
2008-01-29 | * Removed support for sending commit notification mails. Along with it went | Joey Hess |
2008-01-28 | support for internal-use page types | Joey Hess |
2008-01-28 | move userlink to IkiWiki.pm | Joey Hess |
2008-01-28 | change rcs_recentchanges when to absolute, not relative, time | Joey Hess |
2008-01-09 | In preferences, allow the subscriptions and email fields to be cleared | Joey Hess |
2008-01-07 | add explicit test for do=postsignin | Joey Hess |
2008-01-07 | fixes | Joey Hess |
2008-01-07 | * Improved the canedit hook interface, allowing a callback function to be | Joey Hess |
2008-01-07 | * Only try postsignin if no other action matched. Fixes a bug where the | Joey Hess |
2008-01-05 | fix an uninitialised value warning | Joey Hess |
2008-01-01 | * Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work. | Joey Hess |
2007-12-12 | * Allow editing a page and deleting all content, while still disallowing | Joey Hess |
2007-12-12 | * Ensure that web edited pages always end in a newline. | Joey Hess |
2007-12-12 | * Change formbuilder hook to not be responsible for displaying a form, | Joey Hess |
2007-12-08 | MAJOR basewiki reorg | Joey Hess |
2007-10-10 | * In the cgi edit path, reload the index file before rendering. A bug | joey |
2007-09-22 | * Save index after previewing page edit, since even previewing can create | joey |
2007-08-28 | * Support for looking in multiple directories for underlay files. | joey |
2007-08-26 | * Add an editcontent hook. | joey |
2007-08-22 | * Call the formbuilder hook for the edit page. | joey |
2007-08-17 | * Applied Jeremie Koenig's pluggable editpage buttons patch: | joey |
2007-08-15 | proper fix for adding file, based on jkoenig's patch | joey |
2007-08-14 | * Fix bug when editing file from underlaydir, need to rcs_add it even though | joey |
2007-08-14 | * Fix bug in deletion/move during edit code introduced in 1.44. Need to take | joey |
2007-08-14 | Remove two header => 1 settings that were overridden by later header => 0 | joey |
2007-08-05 | * Move blog form code out of CGI.pm and into the inline plugin. | joey |
2007-08-05 | * Add sessioncgi hook. | joey |
2007-08-05 | remove cruft | joey |
2007-07-16 | * Wrap the editpage template in the standard misctemplate, this allows the | joey |
2007-05-17 | * Add a destpage parameter to the filter hook. | joey |