aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
* 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.
* * Include <link rel> tag for RSS feeds, used by some aggregators andjoey2006-09-06
| | | | firefox to find the feed.
* escaping fix from Emanuele Ainajoey2006-09-06
|
* close a possible XSS holejoey2006-09-04
|
* move html escapingjoey2006-09-04
|
* * Patch from James Westby to add an actions option to inline; thisjoey2006-08-28
| | | | adds Edit and Discussion links at the end of blog entries.
* * Patch from James Westby to add a template for the search form.joey2006-08-26
| | | | * Cache search form for speedup.
* * Patch from James Westby to allow a description to be set for rss feeds.joey2006-08-26
|
* * Make all pages pull in a local.css style sheet, if present. This won'tjoey2006-08-24
| | | | | 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.
* revert broken parentlinks fix, which was broken, explain whyjoey2006-08-22
| | | | | add plugins/contrib page to avoid broken link on this wiki
* * Clean up behavior with broken parentlinks.joey2006-08-21
|
* * Fixed a bug with previews of subpages having broken links to top-leveljoey2006-08-21
| | | | | | | | pages. * Change how the stylesheet url is determined in the templates: Remove STYLEURL and add BASEURL to all templates (some already had it). This new more general variable can be used to link to other things (eg, images) from the template, as well as stylesheets.
* * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.joey2006-08-18
| | | | | | * If a page links to itself, mark up the link text in a span with class="selflink" so that it can be styled. I don't have a useful style defined for that though.
* use rel=bookmark here too..joey2006-08-04
|
* oopsjoey2006-08-04
|
* * Various CSS and formatting changes.joey2006-08-04
|
* * Make aggregator save permalinks and author name to pages as metadata.joey2006-08-04
| | | | | | | | * Add permalink and author support to meta plugin, affecting RSS feeds and blog pages. * Change titlepage() to encode utf-8 alnum characters. This is necessary to avoid UTF-8 creeping into filenames in urls. (There are still some other ways that it can get in.)
* fix title metadata on blogs, reorg needed to do it, simplified tag somejoey2006-07-31
|
* * Title metadata of inlined pages now shows up in blogs, although not yetjoey2006-07-30
| | | | in their rss feeds.
* * Change meta tags to use html entity-escaped text for values, so thatjoey2006-07-30
| | | | | | | | | | | quotes and such can be represented in title tags. * Depend and build-depend on HTML::Parser for HTML::Entities which is used for the above. * Make --rebuild also cause --aggregate to re-download and write aggregated pages. * Avoid outputting duplicate meta info. * Include title metadata on aggregated posts for capitalised and un-munged titles.
* improcejoey2006-07-30
|