aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
* include license/copyright/author info if availableJoey Hess2008-01-09
|
* * inline: Add copyright/license info on a per-post basis to atomJoey Hess2008-01-09
| | | | | feeds if available. (rss doesn't allow such info on a per-post basis) * meta: Allow copyright/license metadata to contain arbitrary markup.
* * aggregate: Include copyright statements from rss feed as meta copyrightJoey Hess2008-01-08
| | | | | | directives. * aggregate: Yet another state saving fix (sigh). * aggregate: Add hack to support feeds with invalidly escaped html entities.
* Add xmlns attribute on html element in templates; pages can now validate.Josh Triplett2007-11-08
|
* * Fix copyright and licence styling.joey2007-09-20
|
* basic styling for license and copyrightjoey2007-09-15
|
* bugfixesjoey2007-09-15
|
* * meta: Support license and copyright information. The information willjoey2007-09-14
| | | | | | 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.
* * Applied Jeremie Koenig's pluggable editpage buttons patch:joey2007-08-17
| | | | | | | | | | | | - add a title to the editpage form; - pass a reference to the list of buttons to the formbuilder_setup hooks, so we can add ours; - relax asumption about the possible submit values (use "Save Page" explicitly); - de-hardcode the submit buttons from the editpage template (This was needed for compatability with a bug in CGI::FormBuilder 3.0401, but ikiwiki already needs a newer version.) * Pass buttons to all other formbuilder_setup hooks too.
* * Apply a patch from NicolasLimare adding modification date tags to rss andjoey2007-08-11
| | | | | | 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.
* * Wrap the editpage template in the standard misctemplate, this allows thejoey2007-07-16
| | | | | pagetemplate hook to work for that page. * Above change fixes the favicon plugin to work on edit pages.
* * More consistent encoding of titles in rss and atom feeds. Don't usejoey2007-05-28
| | | | | | | | | | | 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>.
* * Make all templates have a footer div to ease themeing. Required templatejoey2007-05-11
| | | | | | | | 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.
* Remove img style attribute from recentchanges.tmpl; the default style.css ↵joshtriplett2007-05-08
| | | | covers this.
* don't generate tags span if there are no tags..joey2007-05-01
|
* remove empty footer, doesn't play well with new cssjoey2007-04-29
|
* more footer improvementsjoey2007-04-26
|
* * Move the footer div to enclose tags and links too.joey2007-04-26
| | | | | * More style sheet updates, remove the hack that used the tags div to create the footer border.
* * Minor template improvements by Alessandro.joey2007-04-18
|
* * Add postformtext parameter to inline.joey2007-04-12
|
* use popup balloon for more backlinks, rather than expanding on hover, sincejoey2007-04-06
| | | | | | in some cases it's not possible to move the mouse over the more backlinks using the old method
* * Reorder the icon in the template above the stylesheets, to avoid iconjoey2007-04-06
| | | | flashing during page load.
* * Hide excess backlinks and expand using CSS trick; control quantiy viajoey2007-03-31
| | | | the numbacklinks setting.
* the real bug turned out to be in the meta pluginjoey2007-03-21
|
* forgot to revert thisjoey2007-03-21
|
* oh, this is confusing, it needs escaping in <title>, but not when it's usedjoey2007-03-21
| | | | | inline, already escaped there
* * Fix a few bugs around page titles containing html. The worst of thesejoey2007-03-21
| | | | | 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.
* wordingjoey2007-03-17
|
* * Detect the case of two people independently creating the same page at thejoey2007-03-17
| | | | same time, and let the second person resolve the conflict.
* really addjoey2007-03-06
|
* * Add "template" option to inline plugin to allow for use of customisedjoey2007-03-02
| | | | templates.
* * Patch from Ethan to improve behavior if a page is deleted or moved whilejoey2007-02-24
| | | | | | someone is editing it. * Some cleanup of field setting in the failed edit and conflict handling code.
* * Patch to fix validaton of atom feeds by fixing the category tags.joey2007-02-19
|
* * New domain name for ikiwiki: ikiwiki.info. Update your links.joey2007-02-18
|
* * Many changes to make ikiwiki very resistant to write failuresjoey2007-02-15
| | | | | | | | 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.
* * Fix bogus use of CDATA in atom feeds. Closes: #406898joey2007-01-14
|
* revert trailer, breaks html thanks to markdownjoey2006-12-28
|
* Changes from StefanoZacchiroli:joey2006-12-28
| | | | | | | | - 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>
* * Add mirrorlist plugin.joey2006-12-23
|
* updatesjoey2006-11-21
|
* typosjoey2006-11-15
|
* * Work with hyperestraier 1.4.9.joey2006-11-13
|
* * Work around a strange bug in CGI::FormBuilder 3.0401 that makesjoey2006-11-10
| | | | | | 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.
* * Patch from James Westby to support podcasting, photoblogging, vidcasting,joey2006-11-01
| | | | | or what have you, by creating enclosures for non-page items that are included in feeds.
* * Atom feed support based on a patch by Clint Adams.joey2006-10-08
| | | | | | | | * 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.
* fix mime typejoey2006-09-17
|
* * Updated ikiwiki.svgz from Recai, includes an icon and is used to generatejoey2006-09-16
| | | | a multi-resolution favicon.ico.
* * pagetemplate hooks are now also called when generating cgi pages.joey2006-09-16
| | | | | * Add a favicon plugin, which simply adds a link tag for an icon to each page (and cgis).
* * If an inlined page has a permalink, link the page title to that.joey2006-09-10
|
* * Work on firming up the plugin interface:joey2006-09-09
| | | | | | | | | | | | | | | | | | | - 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.