aboutsummaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAge
* * Fix --libdir to work at the command line.joey2007-08-13
| | | | | * Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.
* * Updated French translation from Cyril Brulebois. Closes: #437181joey2007-08-11
|
* * Add sessioncgi hook.joey2007-08-10
| | | | * Updated Spanish translation from Victor Moral.
* * Move blog form code out of CGI.pm and into the inline plugin.joey2007-08-05
|
* * Add rel=tag attribute to tag links, supporting that microformat, as welljoey2007-08-05
| | | | as allowing them to be styled specially. Thanks, NicolasLimare.
* releasing version 2.5joey2007-07-27
|
* * Fix re-rendering of pages when a linked to page goes away. This was brokenjoey2007-07-26
| | | | | in version 1.50 with the addition of %destsources. Thanks, Ethan Glasser-Camp.
* make it an infobox insteadjoey2007-07-25
|
* * Make the map plugin notice when pages in the map are deleted and updatejoey2007-07-25
| | | | it.
* * 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.
* releasing version 2.4joey2007-07-15
|
* * Fix links to stylesheets when usedirs is enabled.joey2007-07-13
|
* * Allow simple alphanumeric style attribute values in the htmlscrubber. Thisjoey2007-07-11
| | | | should be safe from javascript attacks.
* get confused. So it's best for ikiwiki to follow the compatabilityjoey2007-07-09
| | | | | | * 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.
* releasing version 2.3joey2007-06-30
|
* * French update from Jean-Luc Coulon. Closes: #430771joey2007-06-28
|
* * Patch fixing various additional problems with test suite. Closes: #425891joey2007-06-26
| | | | once more.
* * Allow svnpath config option to contain additional extra slashes anywherejoey2007-06-23
| | | | | | w/o confusing ikiwiki. * Rcs modules are now imported, so other modules that need similar normalisation of configs etc can do so.
* add freebsd portjoey2007-06-18
|
* * Fix wrapper generator and untaint code's handling of strings continingjoey2007-06-03
| | | | newlines.
* * Explode some of the more insane regexps.joey2007-06-01
|
* * Apply a patch from Carl Worth adding support for using globs in link()joey2007-05-30
| | | | in a PageSpec.
* * Deal better with rebuilds that involve moving files; track and clean up thejoey2007-05-24
| | | | | | | | | | 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.
* * Updated Spanish translation from Victor Moral.joey2007-05-21
|
* * Change the aggregate plugin's locking strategy. Now it defers loading statejoey2007-05-21
| | | | | | 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.
* * Add a test ensuring that the basewiki is self-contained and has no brokenjoey2007-05-20
| | | | links.
* * 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.
* * Apply patch from Pawel to avoid using -L in Makefile as it's not availablejoey2007-05-10
| | | | in older finds.
* * Updated Czech translation from Miroslav Kure.joey2007-05-09
|
* * Add the needsbuild hook. Plugins can use this to manipulate which filesjoey2007-05-09
| | | | ikiwiki builds when refreshing the wiki.
* releasing version 2.00joey2007-04-30
|
* Revert passwordauth fieldset and doc to avoid 2.0 regressions; need to ↵joshtriplett2007-04-30
| | | | re-evaluate after 2.0.
* * Group passwordauth fields with a fieldset as well. Add a newjoshtriplett2007-04-30
| | | | | | | | 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.
* fixjoey2007-04-29
|
* * Use fieldsets in the preferences form to group related options together.joey2007-04-29
| | | | Especially cleans up the ordering of the admin's preferences form.
* releasing version 1.51joey2007-04-29
|
* * Updated Spanish translation from Victor Moral.joey2007-04-29
|
* * Updated Czech translation from Miroslav Kure.joey2007-04-28
|
* * Updated Polish translation from Pawel Tecza.joey2007-04-27
|
* revert, translation not ready yetjoey2007-04-27
|
* * Make pagespec_match return an object that can be stringified to telljoey2007-04-27
| | | | * Include wikiname in syslogged messages.
* the kind of perl code that can only be written at 4:30 amjoey2007-04-27
| | | | | | | (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.)
* * Make pagespec_match on failure return a value that is false, but in ajoey2007-04-27
| | | | | | 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.
* * Updated Gujarati translation from Kartik Mistry. Closes: #421198joey2007-04-27
|
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | 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.
* * Add user(name) to the PageSpec for commit subscriptions.joey2007-04-27
|
* improve messagejoey2007-04-23
|
* tyojoey2007-04-22
|
* releasing version 1.50joey2007-04-15
|
* * Add feedshow parameter to inline, which can be useful for eg, removingjoey2007-04-14
| | | | old posts from feeds when permalinks change.