* Fix wrapper generator and untaint code's handling of strings contining
[ikiwiki.git] / po / ikiwiki.pot
2007-06-03 joey* Fix wrapper generator and untaint code's handling...
2007-06-01 joey* Explode some of the more insane regexps.
2007-05-30 joey* Apply a patch from Carl Worth adding support for...
2007-05-24 joey* Deal better with rebuilds that involve moving files...
2007-05-21 joey* Change the aggregate plugin's locking strategy. Now...
2007-05-20 joey* Add a test ensuring that the basewiki is self-contain...
2007-05-11 joey* Make all templates have a footer div to ease themeing...
2007-05-10 joey* Apply patch from Pawel to avoid using -L in Makefile...
2007-05-09 joey* Add the needsbuild hook. Plugins can use this to...
2007-04-30 joeyreleasing version 2.00 2.00
2007-04-30 joshtriplettRevert passwordauth fieldset and doc to avoid 2.0 regre...
2007-04-30 joshtriplett* Group passwordauth fields with a fieldset as well...
2007-04-29 joeyfix
2007-04-29 joey* Use fieldsets in the preferences form to group relate...
2007-04-29 joeyreleasing version 1.51 1.51
2007-04-29 joey* Updated Spanish translation from Victor Moral.
2007-04-27 joeythe kind of perl code that can only be written at 4...
2007-04-27 joey* Make pagespec_match on failure return a value that...
2007-04-27 joey* pagespec_match() has changed to take named parameters...
2007-04-27 joey* Add user(name) to the PageSpec for commit subscriptions.
2007-04-23 joeyimprove message
2007-04-22 joeytyo
2007-04-15 joeyreleasing version 1.50 1.50
2007-04-14 joey* Add feedshow parameter to inline, which can be useful...
2007-04-14 joey* Patch from Tuomov to link to the directory in feeds...
2007-04-12 joey* Add postformtext parameter to inline.
2007-04-10 joey* Optimise displaytime, trimming maybe 6% off the build...
2007-04-10 joey* Add a new %destsources hash, which maps between a...
2007-04-10 joey* Add support for PROFILE=1 to the Makefile, this turns...
2007-04-09 joshtriplett* Add a graphviz plugin.
2007-04-08 joeyreleasing version 1.49 1.49
2007-04-07 joeymagic 0
2007-04-06 joey* Fix display of escaped wikilinks containing anchors.
2007-04-06 joey* Fix smiley plugin to scan smileys.mdwn after it's...
2007-04-06 joeyupdate
2007-04-04 joey* Fix tags to page names that contain special characters.
2007-04-04 joey* Fix a bug in the img plugin that caused thumbnailed...
2007-04-01 joey* Fix a big in the img plugin that caused thumbnailed...
2007-04-01 joeyuse urlto; htmlpage is no longer appropriate here
2007-03-31 joey* Hide excess backlinks and expand using CSS trick...
2007-03-31 joey* Add a templates page to the basewiki. It will automat...
2007-03-28 joeyreleasing version 1.48 1.48
2007-03-24 joey* Finally fixed the longstanding inline removal bug.
2007-03-21 joey* Fix link() PageSpecs to not just look at the raw...
2007-03-21 joeyreleasing version 1.47 1.47
2007-03-21 joey* Fix a security hole that allowed insertion of unsafe...
2007-03-21 joeythe real bug turned out to be in the meta plugin
2007-03-21 joeyoh, this is confusing, it needs escaping in <title...
2007-03-21 joey* Fix a few bugs around page titles containing html...
2007-03-17 joeyupdates
2007-03-11 joeyreleasing version 1.45 1.45
2007-03-08 joey* Correct a deadlock that could occur in post-commit...
2007-03-08 joeyneed to use uri_escape_utf8
2007-03-08 joey* The underscore escaping support exposed a bug in...
2007-03-07 joeymore i18n improvements
2007-03-07 joey* Add a table plugin, derived from the one written...
2007-03-07 joeyMy fix to support encoded underscores in page titles...
2007-03-07 joeysupport previewing of sparklines: embed in data uris...
2007-03-07 joeyimprove l10n
2007-03-07 joeydeal with new preview parameter
2007-03-07 joey* Add a sparline plugin.
2007-03-06 joey* Add preview parameter to preprocesser calls, use...
2007-03-06 joey* Add titlepage template for inline plugin.
2007-03-02 joey* Add "template" option to inline plugin to allow for...
2007-02-25 joeyreleasing version 1.44 1.44
2007-02-21 joey* Since the CGI had to drop the wiki lock to avoid...
2007-02-21 joey* Elegant patch from Ethan to clean up the display...
2007-02-20 joey* Smarter detection of no-op changes to po files.
2007-02-20 joey* Detect old versions of xgettext and avoid using them.
2007-02-20 joey* Make img plugin not fail immediately if Image::Magick...
2007-02-20 joey* Changed calling convention for httmllink slightly...
2007-02-15 joeyadd day of week to prettydate, and i18n
2007-02-15 joey* Add a prettydate plugin that formats dates in a more...
2007-02-15 joey* Patch from Ethan to allow using meta tags to set...
2007-02-15 joeyfoo
2007-02-15 joey* Many changes to make ikiwiki very resistant to write...
2007-02-14 joey* Allow multiple tag settings to appear in a single...
2007-02-14 joey* Fix the template, toggle, and conditional plugins...
2007-02-12 joeyclean up orphans list
2007-02-12 joey* Allow plugins to add new types of tests that can...
2007-02-10 joey* Fix a security hole that allowed a web user to edit...
2007-02-08 joey* Add "reverse" option to inline to invert sort orders.
2007-02-07 joeyimprove
2007-02-07 joeyfixes and more tests
2007-02-06 joey* Patch based on a patch from Ethan to support relative...
2007-02-02 joey* Add canedit hook, allowing arbitrary controls over...
2007-01-31 joey* Fix several more missing translations of Discussion.
2007-01-28 joey* More gettext fun.
2007-01-28 joeycheck ikiwiki.pot into svn to avoid problems
2006-12-29 joeyneed to build to get the pot
2006-12-29 joey* Initial work on internationalization of the program...