Age | Commit message (Expand) | Author |
2006-07-30 | * Add a run_hooks function for the common task of running all hooks of a | joey |
2006-07-26 | * Run page through any relevant filters when generating a page preview. | joey |
2006-07-26 | * Patch from Recai to allow selection of page type when creating a new page. | joey |
2006-07-11 | <paravoid> you're right | joey |
2006-07-11 | remove redundant call | joey |
2006-07-11 | * Consolidated all decode_utf8 in FormBuilder's fields to make the code more | joey |
2006-07-10 | * Display CGI processing errors if present. | joey |
2006-07-07 | * Support a w3mmode, which lets w3m run ikiwiki using its local CGI | joey |
2006-07-05 | Encode:: cleanup from Recai | joey |
2006-07-04 | * Encode & in diffurl in examples, to conform to pedantic rules. | joey |
2006-07-04 | remove leading dot from default_pageext | joey |
2006-07-03 | use "use open" pragma to avoid manually needing to specify utf8 everywhere | joey |
2006-07-03 | Encode is used in nearly all code paths so stop loading it on demand | joey |
2006-07-03 | * Support pages with utf8 filenames. Patch by Faidon Liambotis. | joey |
2006-07-02 | * Centralised all calls to HTML::Template and force all the templates | joey |
2006-07-02 | new approach for forcing utf8 -- use a HTML::Template filter | joey |
2006-07-02 | * POSIX::strftime doesn't know about encodings and doesn't return a utf8 | joey |
2006-07-02 | * Parse svn log as xml for improved utf8 and security. Note that this makes | joey |
2006-06-17 | - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide | joey |
2006-06-17 | * More utf-8 fixes from Recai, partly to things I broke above: | joey |
2006-06-15 | * -CSD does not affect modules, so readfile() was not using the utf-8 input | joey |
2006-06-15 | * YA utf-8 patch from Recai, this time to fix previewing a page so that | joey |
2006-06-11 | * Patch from Recai Oktaş to improve utf-8 support, it should now use proper | joey |
2006-05-27 | * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that | joey |
2006-05-26 | * --getctime had bitrotted (well I only ever used it the once so far..), | joey |
2006-05-26 | * Rebuilding on upgrade to this version is recommended. | joey |
2006-05-03 | rather a lot of changes to make hyperestraier search be a plugin, allowing | joey |
2006-05-02 | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use | joey |
2006-05-02 | fix undef warning | joey |
2006-05-02 | * Smarter behavior when creating a page and a page of the same name (but | joey |
2006-04-25 | - fix typo | joey |
2006-04-25 | prevent users from registering with name that is not a valid wikifile | joey |
2006-04-25 | fix a deadloop if from ended in a / | joey |
2006-04-25 | subscription nearly done | joey |
2006-04-24 | commit changes for email subscriptions | joey |
2006-04-14 | fix --anonok | joey |
2006-04-04 | Verified that the action parameter on cgi forms is needed for at least the | joey |
2006-04-02 | comment out action => $q->request_uri setting, which is reporedly | joey |
2006-04-02 | - add <base> to cgi output, this is especially useful for output containing | joey |
2006-03-30 | improved logic | joey |
2006-03-29 | added --hyperestraier switch, which turns on search support | joey |
2006-03-29 | improve fix for symlink attacks to check subdirectories for symlinks too | joey |
2006-03-29 | fix for replacing from underlay | joey |
2006-03-29 | Implemented --underlaydir, and moved files provided by underlay out of doc | joey |
2006-03-29 | css support | joey |
2006-03-29 | html validation fixes: | joey |
2006-03-29 | Improved handling of wikilinks containing characters that are not allowed | joey |
2006-03-29 | Change the name of the session cookie. This will avoid problems with | joey |
2006-03-28 | Put in a quick fix for a bug involving page preview while creating a page | joey |
2006-03-26 | add --refresh and make it with with --setup | joey |