summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-28* More consistent encoding of titles in rss and atom feeds. Don't usejoey
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>.
2007-05-28didn't mean to make this change (yet)joey
2007-05-28* Apply a patch from Carl Worth allowing a class attribute to be passedjoey
through the img plugin. Also allow the id attribute to be passed through.
2007-05-28analysisjoey
2007-05-28escape some codejoey
2007-05-28change limit (old page no longer exists)joey
2007-05-26web commit by KarlMW: asciidoc format_escapejoey
2007-05-25capsjoey
2007-05-25make the 2.0 news item special and non-removable, and link to it againjoey
2007-05-25fix cdatejoey
2007-05-252.00 should still be in news; remove olderjoey
2007-05-25web commit by hb: new version 2.1 on the frontjoey
2007-05-24* Fix FTBFS in test suite introduced in last version. Closes: #425891joey
2007-05-24* Deal better with rebuilds that involve moving files; track and clean up thejoey
old files. * Change where the img plugin puts scaled images. It's better to make the scaled images subpages of the page that embeds them, rather than putting them alongside the original image, since if two pages scale the same image the same way, this prevents complications in dealing with two pages creating the same file. The move will be handled transparently, though you might want to rebuild your wiki to make it occur in one step.
2007-05-24web commit by cworthjoey
2007-05-24Merge bug reports.joshtriplett
2007-05-24web commit by cworthjoey
2007-05-24web commit by cworthjoey
2007-05-24web commit by http://xtermin.us/: added my website to the list.joey
2007-05-24web commit by JoshTriplett: Escape the wiki link.joey
2007-05-24web commit by cworthjoey
2007-05-24web commit by JoshTriplett: Mark as done.joey
2007-05-23web commit by http://bmalee.eu/~bma/joey
2007-05-23the 100% correct way is to add it to %links on scanjoey
2007-05-23web commit by cworthjoey
2007-05-23web commit by cworth: Attempting to protect patch content with indentation...joey
2007-05-23web commit by cworthjoey
2007-05-23this bug still existsjoey
2007-05-23* Correct bug in the img plugin that caused dependencies on images to notjoey
always be tracked correctly.
2007-05-22responsejoey
2007-05-22web commit by KarlMW: my utf-8 screw-up apology, asciidoc pluginjoey
2007-05-22web commit by http://joey.kitenet.net/joey
2007-05-22where did that encoding damage come from in KarlMW's commit? fixjoey
2007-05-22web commit by KarlMW: added http://mowson.org/karl - website generated with ↵joey
asciidoc
2007-05-22web commit by http://camrdale.myopenid.com/: Add my site to the listjoey
2007-05-21web commit by Fred: Add myself as a happy ikiwiki userjoey
2007-05-21web commit by JoshTriplett: Add mozbug shortcut.joey
2007-05-21web commit by JoshTriplett: Add debss shortcut for snapshot.debian.net; ↵joey
usable in three different ways, so add a usage sub-bullet.
2007-05-21add trailing slashjoey
2007-05-21web commit by JoshTriplett: Add gnulist shortcut.joey
2007-05-21* Updated Spanish translation from Victor Moral.joey
2007-05-21Debian-INjoey
2007-05-21web commit by JoshTriplett: I think parsing nested square brackets solves ↵joey
the problem.
2007-05-21improve messagesjoey
2007-05-21Clear state after performing aggregation, since it could hypotheticallyjoey
change after the lock is dropped, and before the lock is regained by the build process. The state will now be reloaded by the build process.
2007-05-21* Change the aggregate plugin's locking strategy. Now it defers loading statejoey
until the wiki is building and already locked, unless it's aggregating. When aggregating, it does not wait for the lock if it cannot get it, and instead exits, to prevent aggregating processes from piling up.
2007-05-20web commit by http://cstork.myopenid.com/joey
2007-05-20todojoey
2007-05-20add news item for ikiwiki 2.1joey
2007-05-20build fixesjoey