summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Expand)Author
2006-07-30* Change meta tags to use html entity-escaped text for values, so thatjoey
2006-07-30* ikiwiki can now download and aggregate feeds with its new aggregatejoey
2006-07-30* Add a run_hooks function for the common task of running all hooks of ajoey
2006-07-29* Tag plugins according to type.joey
2006-07-29* fortune plugin (trivial)joey
2006-07-29* Allow preprocessor directives to be expanded in inlined blog pages.joey
2006-07-291.12 is not released yetjoey
2006-07-29* Locale patch from Faidon:joey
2006-07-29* htmltidy plugin from Faidon.joey
2006-07-29"Viva l'Italia!"joey
2006-07-29 * Build-depend on libtext-wikiformat-perl, so that the syntax check ofjoey
2006-07-29* New pagestats plugin from Enrico, which can generate a table countingjoey
2006-07-29* Put categories in rss feeds for tagged items.joey
2006-07-28* Add exclude option in setup files, works same as --exclude.joey
2006-07-28* Add getopt hook type, this allows plugins to add new command-line options.joey
2006-07-28releasing version 1.11joey
2006-07-28add newsjoey
2006-07-28Hope encrico doesn't mind, but I changed the location and layout of thejoey
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-27* Patch from Enrico thatjoey
2006-07-26* Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.joey
2006-07-26* Run page through any relevant filters when generating a page preview.joey
2006-07-26releasing version 1.9joey
2006-07-26* Patch from Recai to allow selection of page type when creating a new page.joey
2006-07-11* Consolidated all decode_utf8 in FormBuilder's fields to make the code morejoey
2006-07-11* Match 'web commit from' in SVN and git, these are web commits too.joey
2006-07-11* Fix from Faidon for a XML parser issue that breaks utf-8 forjoey
2006-07-10* Display CGI processing errors if present.joey
2006-07-07* Support a w3mmode, which lets w3m run ikiwiki using its local CGIjoey
2006-07-07* Add wikitext markup plugin, which supports ".wiki" pages written in thejoey
2006-07-05* Patch from Recai to fix utf8 issues in git backend.joey
2006-07-05* Patch from Faidon to use svn --limit when possible for recentchanges,joey
2006-07-04* Improve display of parentlinks and page title of toplevel index page.joey
2006-07-04releasing version 1.8joey
2006-07-04* Memoize abs2rel, which is still kinda slow, for another 30% speedupjoey
2006-07-04* Encode & in diffurl in examples, to conform to pedantic rules.joey
2006-07-04* Make RecentChanges use a table and some CSS, should be much more readable.joey
2006-07-04 * Work around very innefficient behavior in File::Spec::abs2rel. Resultjoey
2006-07-04* Don't sent pings if the wiki is being rebuilt.joey
2006-07-04* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuildjoey
2006-07-04 sanitise them, like any other page type.joey
2006-07-03* Add a html plugin, which can be used to write wikis in raw html,joey
2006-07-03* Support htmlize plugins and make mdwn one such plugin, which is enabled byjoey
2006-07-03* Introduce add_plugins and disable_plugins config options in setup files.joey
2006-07-03Encode is used in nearly all code paths so stop loading it on demandjoey
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 templatesjoey
2006-07-02perl bugnum and refixjoey
2006-07-02 so make sure to let perl know it should be handled as utf8. Also,joey