2006-12-29 |
joey | * Don't put discussion links on discussion pages. |
blob | commitdiff | raw |
2006-12-29 |
joey | use same logic as for regular discussion links |
blob | commitdiff | raw | diff to current |
2006-12-29 |
joey | * Initial work on internationalization of the program... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
joey | * Add support for links of the form [[../foo]], this... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
joey | * Turn $config{wiki_file_prune_regexps} into an array... |
blob | commitdiff | raw | diff to current |
2006-12-21 |
joey | * Fix an issue with inlining a page with a rss feed... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
joey | * Fix sometimes broken links to Discussion pages from... |
blob | commitdiff | raw | diff to current |
2006-12-02 |
joey | * Fix daemonisation code to only do daemon setup things... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
joey | * Allow /etc/ikiwiki/wikilist to list just the names... |
blob | commitdiff | raw | diff to current |
2006-11-26 |
joey | bugs |
blob | commitdiff | raw | diff to current |
2006-11-26 |
joey | add quick mode for speeding up generation of big archiv... |
blob | commitdiff | raw | diff to current |
2006-11-22 |
joey | * Add toggle plugin. |
blob | commitdiff | raw | diff to current |
2006-11-21 |
joey | * Add a test suite for the mercurial backend, contribut... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
joey | * Make sure to check for errors from every eval. |
blob | commitdiff | raw | diff to current |
2006-11-08 |
joey | * Patch from Ethan Glasser Camp to add a skip option... |
blob | commitdiff | raw | diff to current |
2006-11-01 |
joey | * Patch from James Westby to support podcasting, photob... |
blob | commitdiff | raw | diff to current |
2006-10-22 |
joey | * Change the rss feed title from the wikiname to the... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
joey | * Change the rss feed title from the wikiname to the... |
blob | commitdiff | raw | diff to current |
2006-10-16 |
joey | todo |
blob | commitdiff | raw | diff to current |
2006-10-16 |
joey | * Wrap entire technortati ping operation in an eval... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
joey | * Atom feed support based on a patch by Clint Adams. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
joey | * Change %renderedfiles to store an array of files... |
blob | commitdiff | raw | diff to current |
2006-09-25 |
joey | * inline: Add ability to sort by page name, based... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
joey | * Work on firming up the plugin interface: |
blob | commitdiff | raw | diff to current |
2006-09-06 |
joey | * Include <link rel> tag for RSS feeds, used by some... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
joey | * Fix another destpage issue in the inline directive... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
joey | releasing version 1.23 1.23 |
blob | commitdiff | raw | diff to current |
2006-08-28 |
joey | don't add actions if all empty |
blob | commitdiff | raw | diff to current |
2006-08-28 |
joey | * Patch from James Westby to add an actions option... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
joey | * Change htmlize, format, and sanitize hooks to use... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
joey | * Patch from James Westby to allow a description to... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
joey | * Generalised preprocesser loop protection code. |
blob | commitdiff | raw | diff to current |
2006-08-23 |
joey | * Change order of linkify and preprocess; first preproc... |
blob | commitdiff | raw | diff to current |
2006-08-22 |
joey | * Fix a bug introduced last version to do with nested... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
joey | * Support inlining pages raw, rather than creating... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
joey | * Call filter hooks on inlined page content. |
blob | commitdiff | raw | diff to current |
2006-08-15 |
joey | avoid undefined value warning in some case |
blob | commitdiff | raw | diff to current |
2006-08-12 |
joey | releasing version 1.17 1.17 |
blob | commitdiff | raw | diff to current |
2006-08-12 |
joey | * Set die_on_bad_params => 0 for all templates, to... |
blob | commitdiff | raw | diff to current |
2006-08-05 |
joey | * Fix dates in rss feeds if running localised, so they... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
joey | need to make it really utf8 or the url encode won't... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
joey | fix |
blob | commitdiff | raw | diff to current |
2006-08-04 |
joey | * Encode link and guid urls in rss feeds to avoid illeg... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
joey | * Make aggregator save permalinks and author name to... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
joey | * Renamed GlobLists to PageSpecs. |
blob | commitdiff | raw | diff to current |
2006-08-01 |
joey | typo |
blob | commitdiff | raw | diff to current |
2006-08-01 |
joey | * Patch from Roland Mas to support an rss=no parameter... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
joey | fix title metadata on blogs, reorg needed to do it... |
blob | commitdiff | raw | diff to current |
2006-07-30 |
joey | * Title metadata of inlined pages now shows up in blogs... |
blob | commitdiff | raw | diff to current |
2006-07-30 |
joey | * Add a run_hooks function for the common task of runni... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
joey | * Allow preprocessor directives to be expanded in inlin... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
joey | * Put categories in rss feeds for tagged items. |
blob | commitdiff | raw | diff to current |
2006-07-27 |
joey | * Switch pagetemplate hooks to using named parameters. |
blob | commitdiff | raw | diff to current |
2006-07-27 |
joey | - Adds a tag plugin that allows more easily tagging... |
blob | commitdiff | raw | diff to current |
2006-07-04 |
joey | * Don't sent pings if the wiki is being rebuilt. |
blob | commitdiff | raw | diff to current |
2006-07-03 |
joey | use "use open" pragma to avoid manually needing to... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
joey | remove the blog_list sub, only used one place and simpl... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
joey | * Centralised all calls to HTML::Template and force... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
joey | don't die fatally here |
blob | commitdiff | raw | diff to current |
2006-06-27 |
joey | * Support pinging services such as Technorati using... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
joey | * Fix absolute url munging in rss generation to support... |
blob | commitdiff | raw | diff to current |
2006-06-02 |
joey | * Reorganised the doc wiki's todo/* pages, using a... |
blob | commitdiff | raw | diff to current |
2006-05-29 |
joey | * Add --timeformat config option to allow changing... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
joey | * --getctime had bitrotted (well I only ever used it... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
joey | * Rebuilding on upgrade to this version is recommended. |
blob | commitdiff | raw | diff to current |
2006-05-03 |
joey | change plugin interface to use named parameters for... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
joey | * Split off an IkiWiki.pm out of ikiwiki and have all... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
joey | * Added plugin system, currently only supporting for... |
blob | commitdiff | raw | diff to current |
|