* Fixed a bug with previews of subpages having broken links to top-level
[ikiwiki.git] / IkiWiki.pm
2006-08-21 joey* Fixed a bug with previews of subpages having broken...
2006-08-18 joey* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
2006-08-16 joey* Add --syslog config option, to log to the syslog.
2006-08-13 joey* The last release accidentially installed ikiwiki...
2006-08-12 joey* Set die_on_bad_params => 0 for all templates, to...
2006-08-05 joey* Turn on HTML::Template loop_context_vars; not actuall...
2006-08-04 joey* Add xhtml files to the default prune regexp.
2006-08-04 joeyrevert this, it seems wrong
2006-08-04 joey* Make aggregator save permalinks and author name to...
2006-08-03 joey* Added created_before and created_after PageSpec limits.
2006-08-02 joey* Fix stupid bug in date matching, patch from Roland...
2006-08-02 joey* Memoize pagespec translation, this speeds up a build...
2006-08-02 joeystupid perl..
2006-08-02 joeybacklink is just the reverse of link, so..
2006-08-02 joeyoy, case-insensativity lost!
2006-08-02 joeybetter use gmtime here
2006-08-02 joey* Renamed GlobLists to PageSpecs.
2006-07-30 joeyallow hooks to add options even to --setup
2006-07-30 joey* ikiwiki can now download and aggregate feeds with...
2006-07-30 joeyforgot to add this
2006-07-30 joey* Add a run_hooks function for the common task of runni...
2006-07-29 joeylast minute fix from faidon
2006-07-29 joey* Locale patch from Faidon:
2006-07-28 joey* Add getopt hook type, this allows plugins to add...
2006-07-07 joey* Support a w3mmode, which lets w3m run ikiwiki using...
2006-07-04 joey* Memoize abs2rel, which is still kinda slow, for anoth...
2006-07-04 joey * Work around very innefficient behavior in File...
2006-07-04 joeyremove leading dot from default_pageext
2006-07-04 joeyre-improve regexp
2006-07-03 joeyimprove regexp
2006-07-03 joeyuse "use open" pragma to avoid manually needing to...
2006-07-03 joey* Support htmlize plugins and make mdwn one such plugin...
2006-07-03 joeyEncode is used in nearly all code paths so stop loading...
2006-07-03 joey* Support pages with utf8 filenames. Patch by Faidon...
2006-07-02 joeymodify to actually work
2006-07-02 joey* Centralised all calls to HTML::Template and force...
2006-06-27 joey* Support pinging services such as Technorati using...
2006-06-15 joey* -CSD does not affect modules, so readfile() was not...
2006-06-02 joey* Patch from Dr. Zini to add link() and backlink()...
2006-05-29 joey* Add --timeformat config option to allow changing...
2006-05-26 joey* --getctime had bitrotted (well I only ever used it...
2006-05-26 joey* The page name and parent links has switched from...
2006-05-05 joey* Allow discussion links on pages to be turned off...
2006-05-05 joey* Removed --sanitize and --no-sanitize, replaced with...
2006-05-04 joey dirname, basename, bestlink, linkify, pagetitle,...
2006-05-03 joeyrather a lot of changes to make hyperestraier search...
2006-05-03 joeychange plugin interface to use named parameters for...
2006-05-02 joey* Patch from Thomas Schwinge to switch from --svn to...
2006-05-02 joey* Split off an IkiWiki.pm out of ikiwiki and have all...