summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2007-08-13* Fix --libdir to work at the command line.joey
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.
2007-08-11* Updated French translation from Cyril Brulebois. Closes: #437181joey
2007-08-10* Add sessioncgi hook.joey
* Updated Spanish translation from Victor Moral.
2007-08-05* Move blog form code out of CGI.pm and into the inline plugin.joey
2007-08-05* Add rel=tag attribute to tag links, supporting that microformat, as welljoey
as allowing them to be styled specially. Thanks, NicolasLimare.
2007-07-27releasing version 2.5joey
2007-07-26* Fix re-rendering of pages when a linked to page goes away. This was brokenjoey
in version 1.50 with the addition of %destsources. Thanks, Ethan Glasser-Camp.
2007-07-25make it an infobox insteadjoey
2007-07-25* Make the map plugin notice when pages in the map are deleted and updatejoey
it.
2007-07-16* Wrap the editpage template in the standard misctemplate, this allows thejoey
pagetemplate hook to work for that page. * Above change fixes the favicon plugin to work on edit pages.
2007-07-15releasing version 2.4joey
2007-07-13* Fix links to stylesheets when usedirs is enabled.joey
2007-07-11* Allow simple alphanumeric style attribute values in the htmlscrubber. Thisjoey
should be safe from javascript attacks.
2007-07-09 get confused. So it's best for ikiwiki to follow the compatabilityjoey
* Support building on systems that lack asprintf. * mercurial getctime is currently broken, apparently by some change in mercurial version 0.9.4. Turn the failing test case into a TODO test case.
2007-06-30releasing version 2.3joey
2007-06-28* French update from Jean-Luc Coulon. Closes: #430771joey
2007-06-26* Patch fixing various additional problems with test suite. Closes: #425891joey
once more.
2007-06-23* Allow svnpath config option to contain additional extra slashes anywherejoey
w/o confusing ikiwiki. * Rcs modules are now imported, so other modules that need similar normalisation of configs etc can do so.
2007-06-18add freebsd portjoey
2007-06-03* Fix wrapper generator and untaint code's handling of strings continingjoey
newlines.
2007-06-01* Explode some of the more insane regexps.joey
2007-05-30* Apply a patch from Carl Worth adding support for using globs in link()joey
in a PageSpec.
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-21* Updated Spanish translation from Victor Moral.joey
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-20* Add a test ensuring that the basewiki is self-contained and has no brokenjoey
links.
2007-05-11* Make all templates have a footer div to ease themeing. Required templatejoey
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.
2007-05-10* Apply patch from Pawel to avoid using -L in Makefile as it's not availablejoey
in older finds.
2007-05-09* Updated Czech translation from Miroslav Kure.joey
2007-05-09* Add the needsbuild hook. Plugins can use this to manipulate which filesjoey
ikiwiki builds when refreshing the wiki.
2007-04-30releasing version 2.00joey
2007-04-30Revert passwordauth fieldset and doc to avoid 2.0 regressions; need to ↵joshtriplett
re-evaluate after 2.0.
2007-04-30* Group passwordauth fields with a fieldset as well. Add a newjoshtriplett
passwordauth page to the basewiki describing password authentication; like openid, it uses conditional to check which forms of authentication the wiki allows. Add conditional cross- links between the openid and passwordauth pages, to help the user understand how they can log in.
2007-04-29fixjoey
2007-04-29* Use fieldsets in the preferences form to group related options together.joey
Especially cleans up the ordering of the admin's preferences form.
2007-04-29releasing version 1.51joey
2007-04-29* Updated Spanish translation from Victor Moral.joey
2007-04-28* Updated Czech translation from Miroslav Kure.joey
2007-04-27* Updated Polish translation from Pawel Tecza.joey
2007-04-27revert, translation not ready yetjoey
2007-04-27* Make pagespec_match return an object that can be stringified to telljoey
* Include wikiname in syslogged messages.
2007-04-27the kind of perl code that can only be written at 4:30 amjoey
(Get a good message when a PageSpec fails due to a negated success by creating success objects with a reason string, which morph into failure objects when negated.)
2007-04-27* Make pagespec_match on failure return a value that is false, but in ajoey
scalar context, evaluates to a reason why the match failed. * Add testpagespec plugin, which might be useful to see why a pagespec isn't matching something.
2007-04-27* Updated Gujarati translation from Kartik Mistry. Closes: #421198joey
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
2007-04-27* Add user(name) to the PageSpec for commit subscriptions.joey
2007-04-23improve messagejoey
2007-04-22tyojoey
2007-04-15releasing version 1.50joey
2007-04-14* Add feedshow parameter to inline, which can be useful for eg, removingjoey
old posts from feeds when permalinks change.