Age | Commit message (Expand) | Author |
2006-07-30 | * Add a run_hooks function for the common task of running all hooks of a | joey |
2006-07-29 | * fortune plugin (trivial) | joey |
2006-07-29 | * Allow preprocessor directives to be expanded in inlined blog pages. | joey |
2006-07-29 | * Locale patch from Faidon: | joey |
2006-07-29 | * htmltidy plugin from Faidon. | joey |
2006-07-29 | fix %links iteration | joey |
2006-07-29 | more links | joey |
2006-07-29 | use htmllink | joey |
2006-07-29 | "Viva l'Italia!" | joey |
2006-07-29 | * Build-depend on libtext-wikiformat-perl, so that the syntax check of | joey |
2006-07-29 | * New pagestats plugin from Enrico, which can generate a table counting | joey |
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-28 | Hope encrico doesn't mind, but I changed the location and layout of the | joey |
2006-07-27 | more destpage improvements | 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-27 | * Patch from Enrico that | joey |
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-26 | * Patch from Recai to allow selection of page type when creating a new page. | joey |
2006-07-11 | <paravoid> you're right | joey |
2006-07-11 | remove redundant call | joey |
2006-07-11 | * Consolidated all decode_utf8 in FormBuilder's fields to make the code more | joey |
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 for | joey |
2006-07-10 | * Display CGI processing errors if present. | joey |
2006-07-07 | * Support a w3mmode, which lets w3m run ikiwiki using its local CGI | joey |
2006-07-07 | * Add wikitext markup plugin, which supports ".wiki" pages written in the | joey |
2006-07-05 | * Patch from Recai to fix utf8 issues in git backend. | joey |
2006-07-05 | Encode:: cleanup from Recai | 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-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 | <paravoid> cosmetic and minor, but it makes the output far more readable, | joey |
2006-07-04 | * Work around very innefficient behavior in File::Spec::abs2rel. Result | joey |
2006-07-04 | remove leading dot from default_pageext | joey |
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 rebuild | joey |
2006-07-03 | add htmlise | joey |
2006-07-03 | * Add a html plugin, which can be used to write wikis in raw html, | joey |
2006-07-03 | use "use open" pragma to avoid manually needing to specify utf8 everywhere | joey |
2006-07-03 | * Support htmlize plugins and make mdwn one such plugin, which is enabled by | joey |
2006-07-03 | * Introduce add_plugins and disable_plugins config options in setup files. | joey |
2006-07-03 | Encode is used in nearly all code paths so stop loading it on demand | joey |
2006-07-03 | * Support pages with utf8 filenames. Patch by Faidon Liambotis. | 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 |