| Commit message (Expand) | Author | Age |
* | * tag: Add taglink preprocessor directive, supporting visible tag links.•••* map: Fully specify paths to links to avoid issues when the bestlink
didn't point to the correct page.
| joey | 2007-09-20 |
* | * Add taglink preprocessor directive, supporting visible tag links.••• Closes: #443344
| joey | 2007-09-20 |
* | * table plugin: Actually specify the delimiter when parsing CSV.•••* table plugin: The previous version broke WikiLinks inside quoted values.
Fix this by linkifying CSV data after parsing it, while DSV data is still
linkified before parsing.
| joey | 2007-09-16 |
* | * table plugin: Actually specify the delimiter. | joey | 2007-09-16 |
* | bugfixes | joey | 2007-09-15 |
* | if an inlined page has the same copyright or license as the page it's•••inlined into, don't display them twice
| joey | 2007-09-14 |
* | * meta: Support license and copyright information. The information will••• be shown in the page footer. HTML will also be inserted that should
support the rel=license microformat as well as the HTML spec's
rel=copyright.
| joey | 2007-09-14 |
* | * inline: add feedonly option, set feedonly=yes to get only the feed button••• but not inline the pages.
| joey | 2007-09-13 |
* | * table: Text::CSV doesn't return decoded unicode (XS module); decode its••• return values.
| joey | 2007-09-05 |
* | * Correct generation of RFC 3339 format times for atom/rss feeds. Always use••• gmtime for these since a time zone is not specified.
| joey | 2007-09-02 |
* | * Tables containing links with a link text were misparsed, because the "|"••• in the wikilink looked like a table field separator. Avoid this ambiguity
by linkifying the data before parsing it as a table.
* Turn on allow_loose_quotes in the table plugin's Text::CSV object,
so that links from wikilinks don't confuse the parser.
| joey | 2007-08-28 |
* | * Support for looking in multiple directories for underlay files.•••* Plugins can add new directories to the search path with the add_underlay
function.
* Split out smiley underlay files into a separate underlay, so if the plugin
isn't used, the wiki isn't bloated with all those files.
| joey | 2007-08-28 |
* | * Add an editcontent hook. | joey | 2007-08-26 |
* | * Fix bug when blogging by cgi, introduced in last version. | joey | 2007-08-26 |
* | typo | joey | 2007-08-24 |
* | typo | joey | 2007-08-23 |
* | fix encoding html entities in alt tag | joey | 2007-08-23 |
* | rename tex to teximg | joey | 2007-08-23 |
* | * Add embed plugin, which allows embedding content from google maps, video,••• calendar, and youtube. Normally, the htmlsanitiser eats these since they
use unsafe tags, the embed plugin overrides it for trusted sites.
* The googlecalendar plugin is now deprecated, and will be removed
eventually. Please switch to using the embed plugin.
| joey | 2007-08-23 |
* | * Call the formbuilder hook for the edit page.•••* Call decode_form_utf8 before running formbuilder_setup hooks.
* Add editdiff plugin contributed by Jeremie Koenig.
* Fix it to not leak path info.
| joey | 2007-08-22 |
* | * Added tex plugin to generate images from latex code.••• Contributed by Patrick Winnertz as a GSoC project.
| joey | 2007-08-22 |
* | * Add color parameter to postsparkline. Closes: #438900 | joey | 2007-08-20 |
* | memoization for injected RPC functions is a very, very good thing | joey | 2007-08-13 |
* | * Fix --libdir to work at the command line.•••* Plugins can now be written as standalone external programs, which can
be written in any language that can do XML::RPC.
| joey | 2007-08-13 |
* | * Add time=mtime option to postsparkline. | joey | 2007-08-12 |
* | * Apply a patch from NicolasLimare adding modification date tags to rss and••• atom feeds, and also changing the publication time for a feed to the
newest modiciation time (was newest creation time).
* The patch also adds dcterms:creator to rss items that have a known author.
| joey | 2007-08-11 |
* | * The toc directive doesn't work well or make sense inside an inlined page.••• Disable it when the page with the toc is nested inside another page.
| joey | 2007-08-11 |
* | * Move blog form code out of CGI.pm and into the inline plugin. | joey | 2007-08-05 |
* | * Add rel=tag attribute to tag links, supporting that microformat, as well••• as allowing them to be styled specially. Thanks, NicolasLimare.
| joey | 2007-08-05 |
* | * pagetemplate: don't display template name | joey | 2007-08-05 |
* | * Allow raw html in the rst plugin. | joey | 2007-07-29 |
* | * Fix problems with previewing in the graphviz plugin. Thanks,••• HenrikBrixAndersen.
| joey | 2007-07-29 |
* | * Various minor bug fixes for silly mistakes in the code, thanks to the••• various reviewers.
| joey | 2007-07-28 |
* | fix | joey | 2007-07-28 |
* | fix typo | joey | 2007-07-28 |
* | * Add templatefile hook.•••* Add pagetemplate plugin, which allows changing the template used for
a page. (Not to be confused with the hook of the same name..)
| joey | 2007-07-26 |
* | * Fix graphviz plugin to not try to read images as utf-8; they might••• sometimes contain invalid utf-8 byte sequences. Thanks,
HenrikBrixAndersen.
| joey | 2007-07-25 |
* | * Add a htmlext config option, this can be used to make ikiwiki generate••• html files with a different extension.
| joey | 2007-07-25 |
* | * Make the map plugin notice when pages in the map are deleted and update••• it.
| joey | 2007-07-25 |
* | * In img tag, allow link=no to disable link to full size image. Thanks,••• Nis Martensen. Closes: #433188
| joey | 2007-07-15 |
* | * Fix links to alternate stylesheets when usedirs is enabled.•••* Use type= not style= in html for alternate stylesheets, which is more
correct (but in my testing both epiphany and iceweasel work ok with
style=text/css).
| joey | 2007-07-13 |
* | * Fix links to stylesheets when usedirs is enabled. | joey | 2007-07-13 |
* | on second thought, simple alphanumeric styles are not actually useful (class ... | joey | 2007-07-11 |
* | * Allow simple alphanumeric style attribute values in the htmlscrubber. This••• should be safe from javascript attacks.
| joey | 2007-07-11 |
* | * Make the toc plugin use html-compatible anchors. This is necessary since••• most web sites serve ikiwiki xhtml files as text/html and mozilla browsers
get confused. So it's best for ikiwiki to follow the compatability
recommendations in appendix C of the XHTML spec. Closes: #432045
| joey | 2007-07-08 |
* | * Patch fixing various additional problems with test suite. Closes: #425891••• once more.
| joey | 2007-06-26 |
* | * Corrected a typo in an error handler in the image plugin. | joey | 2007-06-19 |
* | exit with error if Text::Typography cannot be loaded | joey | 2007-06-05 |
* | * Add typographyattributes configuration setting to typography plugin. | joey | 2007-06-05 |
* | * Make the url absolution code for feeds significantly more robust. | joey | 2007-06-03 |