| Commit message (Expand) | Author | Age |
* | * Wrap the editpage template in the standard misctemplate, this allows the••• pagetemplate hook to work for that page.
* Above change fixes the favicon plugin to work on edit pages.
| joey | 2007-07-16 |
* | * More consistent encoding of titles in rss and atom feeds. Don't use••• ESCAPE=HTML for titles in the templates for these feeds, and instead
escape the title going in to the template. Previously, the title was
sometimes double-escaped in a feed (if set via meta title), and sometimes
not (if set from the page filename).
* In the meta plugin, when a title is set, encode the html entities in it
numerically. This works better in the current landscape of a rss spec that
doesn't specify encoding, and variously broken feed consumers, according
to <http://www.rssboard.org/rss-profile#data-types-characterdata>.
| joey | 2007-05-28 |
* | * Make all templates have a footer div to ease themeing. Required template••• and style sheet updates, and unless you're using customised versions,
you'll want to rebuild wikis on upgrade to this version to avoid
inconsistencies.
* Allow WIKINAME to to used in footers, as an example of something to put
there.
| joey | 2007-05-11 |
* | Remove img style attribute from recentchanges.tmpl; the default style.css cov... | joshtriplett | 2007-05-08 |
* | don't generate tags span if there are no tags.. | joey | 2007-05-01 |
* | remove empty footer, doesn't play well with new css | joey | 2007-04-29 |
* | more footer improvements | joey | 2007-04-26 |
* | * Move the footer div to enclose tags and links too.•••* More style sheet updates, remove the hack that used the tags div to create
the footer border.
| joey | 2007-04-26 |
* | * Minor template improvements by Alessandro. | joey | 2007-04-18 |
* | * Add postformtext parameter to inline. | joey | 2007-04-12 |
* | use popup balloon for more backlinks, rather than expanding on hover, since•••in some cases it's not possible to move the mouse over the more backlinks
using the old method
| joey | 2007-04-06 |
* | * Reorder the icon in the template above the stylesheets, to avoid icon••• flashing during page load.
| joey | 2007-04-06 |
* | * Hide excess backlinks and expand using CSS trick; control quantiy via••• the numbacklinks setting.
| joey | 2007-03-31 |
* | the real bug turned out to be in the meta plugin | joey | 2007-03-21 |
* | forgot to revert this | joey | 2007-03-21 |
* | oh, this is confusing, it needs escaping in <title>, but not when it's used•••inline, already escaped there
| joey | 2007-03-21 |
* | * Fix a few bugs around page titles containing html. The worst of these••• is an actual security hole as it allows insertion of html into the title
element of a page, which is not processed by the htmlscrubber.
| joey | 2007-03-21 |
* | wording | joey | 2007-03-17 |
* | * Detect the case of two people independently creating the same page at the••• same time, and let the second person resolve the conflict.
| joey | 2007-03-17 |
* | really add | joey | 2007-03-06 |
* | * Add "template" option to inline plugin to allow for use of customised••• templates.
| joey | 2007-03-02 |
* | * Patch from Ethan to improve behavior if a page is deleted or moved while••• someone is editing it.
* Some cleanup of field setting in the failed edit and conflict handling
code.
| joey | 2007-02-24 |
* | * Patch to fix validaton of atom feeds by fixing the category tags. | joey | 2007-02-19 |
* | * New domain name for ikiwiki: ikiwiki.info. Update your links. | joey | 2007-02-18 |
* | * Many changes to make ikiwiki very resistant to write failures••• including out of disk space situations. ikiwiki should never leave
truncated files, and if the error occurs during a web-based file edit,
the user will be given an opportunity to retry.
Inspired by the many ways Moin Moin destroys itself when out of disk. :-)
* Fix syslogging of errors.
| joey | 2007-02-15 |
* | * Fix bogus use of CDATA in atom feeds. Closes: #406898 | joey | 2007-01-14 |
* | revert trailer, breaks html thanks to markdown | joey | 2006-12-28 |
* | Changes from StefanoZacchiroli:•••- Use div for inlinepage actions, not a span
- Add an enclosing "trailer" div
Also, change pageinfo span into a div, since it now can include <p>
| joey | 2006-12-28 |
* | * Add mirrorlist plugin. | joey | 2006-12-23 |
* | updates | joey | 2006-11-21 |
* | typos | joey | 2006-11-15 |
* | * Work with hyperestraier 1.4.9. | joey | 2006-11-13 |
* | * Work around a strange bug in CGI::FormBuilder 3.0401 that makes••• FORM-SUBMIT unusable on customised formbuilder templates. For now,
hardcode the submit buttons in editpage.tmpl instead of using the
template variable, which is ok, since the buttons are static.
| joey | 2006-11-10 |
* | * Patch from James Westby to support podcasting, photoblogging, vidcasting,••• or what have you, by creating enclosures for non-page items that are
included in feeds.
| joey | 2006-11-01 |
* | * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
| joey | 2006-10-08 |
* | fix mime type | joey | 2006-09-17 |
* | * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate••• a multi-resolution favicon.ico.
| joey | 2006-09-16 |
* | * pagetemplate hooks are now also called when generating cgi pages.•••* Add a favicon plugin, which simply adds a link tag for an icon to each
page (and cgis).
| joey | 2006-09-16 |
* | * If an inlined page has a permalink, link the page title to that. | joey | 2006-09-10 |
* | * Work on firming up the plugin interface:••• - Plugins should not need to load IkiWiki::Render to get commonly
used functions, so moved some functions from there to IkiWiki.
- Picked out the set of functions and variables that most plugins
use, documented them, and made IkiWiki export them by default,
like a proper perl module should.
- Use the other functions at your own risk.
- This is not quite complete, I still have to decide whether to
export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
to make like changes to it and avoid use of non-exported symboles from
"IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
| joey | 2006-09-09 |
* | * Include <link rel> tag for RSS feeds, used by some aggregators and••• firefox to find the feed.
| joey | 2006-09-06 |
* | escaping fix from Emanuele Aina | joey | 2006-09-06 |
* | close a possible XSS hole | joey | 2006-09-04 |
* | move html escaping | joey | 2006-09-04 |
* | * Patch from James Westby to add an actions option to inline; this••• adds Edit and Discussion links at the end of blog entries.
| joey | 2006-08-28 |
* | * Patch from James Westby to add a template for the search form.•••* Cache search form for speedup.
| joey | 2006-08-26 |
* | * Patch from James Westby to allow a description to be set for rss feeds. | joey | 2006-08-26 |
* | * Make all pages pull in a local.css style sheet, if present. This won't••• be included in ikiwiki, but can be created to make local styling changes
w/o needing to merge in every new change to the distributed style.css.
| joey | 2006-08-24 |
* | revert broken parentlinks fix, which was broken, explain why•••add plugins/contrib page to avoid broken link on this wiki
| joey | 2006-08-22 |
* | * Clean up behavior with broken parentlinks. | joey | 2006-08-21 |