Age | Commit message (Expand) | Author |
2006-09-09 | * Work on firming up the plugin interface: | joey |
2006-09-06 | * Include <link rel> tag for RSS feeds, used by some aggregators and | joey |
2006-09-03 | * Fix another destpage issue in the inline directive. Closes: #385512 | joey |
2006-09-03 | releasing version 1.23 | joey |
2006-08-28 | don't add actions if all empty | joey |
2006-08-28 | * Patch from James Westby to add an actions option to inline; this | joey |
2006-08-28 | * Change htmlize, format, and sanitize hooks to use named parameters. | joey |
2006-08-26 | * Patch from James Westby to allow a description to be set for rss feeds. | joey |
2006-08-25 | * Generalised preprocesser loop protection code. | joey |
2006-08-23 | * Change order of linkify and preprocess; first preprocess and then linkify. | joey |
2006-08-22 | * Fix a bug introduced last version to do with nested inlines. | joey |
2006-08-18 | * Support inlining pages raw, rather than creating a blog. | joey |
2006-08-18 | * Call filter hooks on inlined page content. | joey |
2006-08-15 | avoid undefined value warning in some case | joey |
2006-08-12 | releasing version 1.17 | joey |
2006-08-12 | * Set die_on_bad_params => 0 for all templates, to allow users to modify | joey |
2006-08-05 | * Fix dates in rss feeds if running localised, so they're still rfc 822. | joey |
2006-08-04 | need to make it really utf8 or the url encode won't work | joey |
2006-08-04 | fix | joey |
2006-08-04 | * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in. | joey |
2006-08-04 | * Make aggregator save permalinks and author name to pages as metadata. | joey |
2006-08-02 | * Renamed GlobLists to PageSpecs. | joey |
2006-08-01 | typo | joey |
2006-08-01 | * Patch from Roland Mas to support an rss=no parameter to inline directives. | joey |
2006-07-31 | fix title metadata on blogs, reorg needed to do it, simplified tag some | joey |
2006-07-30 | * Title metadata of inlined pages now shows up in blogs, although not yet | joey |
2006-07-30 | * Add a run_hooks function for the common task of running all hooks of a | joey |
2006-07-29 | * Allow preprocessor directives to be expanded in inlined blog pages. | joey |
2006-07-29 | * Put categories in rss feeds for tagged items. | joey |
2006-07-27 | * Switch pagetemplate hooks to using named parameters. | joey |
2006-07-27 | - Adds a tag plugin that allows more easily tagging pages. | joey |
2006-07-04 | * Don't sent pings if the wiki is being rebuilt. | joey |
2006-07-03 | use "use open" pragma to avoid manually needing to specify utf8 everywhere | joey |
2006-07-02 | remove the blog_list sub, only used one place and simplifies code to do | joey |
2006-07-02 | * Centralised all calls to HTML::Template and force all the templates | joey |
2006-06-27 | don't die fatally here | joey |
2006-06-27 | * Support pinging services such as Technorati using XML-RPC to notify them | joey |
2006-06-08 | * Fix absolute url munging in rss generation to support https, ftp, etc urls | joey |
2006-06-02 | * Reorganised the doc wiki's todo/* pages, using a link/tag to flag | joey |
2006-05-29 | * Add --timeformat config option to allow changing how dates are displayed. | 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 | change plugin interface to use named parameters for flexability | joey |
2006-05-02 | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use | joey |
2006-05-02 | * Added plugin system, currently only supporting for PreProcessorDirectives. | joey |