Age | Commit message (Expand) | Author |
2006-12-29 | * Don't put discussion links on discussion pages. | joey |
2006-12-29 | use same logic as for regular discussion links | joey |
2006-12-29 | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey |
2006-12-21 | * Add support for links of the form [[../foo]], this links to the page | joey |
2006-12-21 | * Turn $config{wiki_file_prune_regexps} into an array that is easier to | joey |
2006-12-21 | * Fix an issue with inlining a page with a rss feed inside another | joey |
2006-12-14 | * Fix sometimes broken links to Discussion pages from blog pages. | joey |
2006-12-02 | * Fix daemonisation code to only do daemon setup things after forking the | joey |
2006-11-28 | * Allow /etc/ikiwiki/wikilist to list just the names of users, if so then | joey |
2006-11-26 | bugs | joey |
2006-11-26 | add quick mode for speeding up generation of big archive pages | joey |
2006-11-22 | * Add toggle plugin. | joey |
2006-11-21 | * Add a test suite for the mercurial backend, contributed by Emanuele Aina. | joey |
2006-11-08 | * Make sure to check for errors from every eval. | joey |
2006-11-08 | * Patch from Ethan Glasser Camp to add a skip option to the inline plugin. | joey |
2006-11-01 | * Patch from James Westby to support podcasting, photoblogging, vidcasting, | joey |
2006-10-22 | * Change the rss feed title from the wikiname to the page title, with | joey |
2006-10-20 | * Change the rss feed title from the wikiname to the page title. | joey |
2006-10-16 | todo | joey |
2006-10-16 | * Wrap entire technortati ping operation in an eval to catch all possible | joey |
2006-10-08 | * Atom feed support based on a patch by Clint Adams. | joey |
2006-10-08 | * Change %renderedfiles to store an array of files rendered from a given | joey |
2006-09-25 | * inline: Add ability to sort by page name, based on a patch from | joey |
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 |