aboutsummaryrefslogtreecommitdiff
path: root/po
Commit message (Expand)AuthorAge
* Fix links generated by preprocessor directives when previewing.•••As was already done for linkfication, links generated in a prevew page are relative to the top of the wiki, so it has to be told that the destpage is there. I was using "" to indicate this, but that may confuse some preprocessor plugins, which treat parameters with an empry value specially (sparkline is one such). Instead, use "/", which is more accurate anyway and works just as well. Joey Hess2008-02-24
* * Disable taint checking for all builds as people keep complaining about it,••• and since all versions of perl seem to be hopelessly broken. Joey Hess2008-02-24
* * camelcase: Convert to use new linkify and scan hooks rather than the old••• hack. Joey Hess2008-02-11
* * Add the linkify and scan hooks. These hooks can be used to implement••• custom, first-class types of wikilinks. * Move standard wikilink implementation to a new wikilink plugin, which will of course be enabled by default. Joey Hess2008-02-11
* * Danish translation update from Jonas Smedegaard. Closes: #465152Joey Hess2008-02-10
* releasing version 2.31Joey Hess2008-02-10
* implement aggregate_locking design•••Now aggregation will not lock the wiki. Any changes made during aggregaton are merged in with the changed state accumulated while aggregating. A separate lock file prevents multiple concurrent aggregators. Garbage collection of orphaned guids is much improved. loadstate() is only called once per process, so tricky support for reloading wiki state is not needed. (Tested fairly thuroughly.) Joey Hess2008-02-03
* update po filesJoey Hess2008-02-03
* announce no more mail notifications on this wikiJoey Hess2008-01-29
* merged the recentchanges branch•••misc fixes Joey Hess2008-01-29
* * meta: Add pagespec functions to match against title, author, authorurl,••• license, and copyright. This can be used to create custom RecentChanges. * meta: To support the pagespec functions, metadata about pages has to be retained as pagestate. * Fix encoding bug when pagestate values contained spaces. Joey Hess2008-01-29
* added configuration for recentchanges•••I kept it to a simple global configuration, rather than using the preprocessor directive for recentchanges, because that had chicken and egg problems and seemed overcomplicated. This should work reasonably well, though it would be good to add some more metadata so that more customised recentchanges pages can be made. Joey Hess2008-01-29
* add code to delete old change pagesJoey Hess2008-01-29
* typoJoey Hess2008-01-29
* releasing version 2.20Joey Hess2008-01-10
* In preferences, allow the subscriptions and email fields to be clearedJoey Hess2008-01-09
* * mdwn: When htmlizing text, if it's a single line with no newline,••• remove the enclosing paragraph and newline markdown wraps it in. This allows removing several hacks around this markdown behavior from other plugins that htmlize fragements of pages. Joey Hess2008-01-09
* * template: Remove bogus htmlize pass added in 2.16.•••* template: Htmlize template variables, but also provide a raw version via `<TMPL_VAR raw_variable>`. Joey Hess2008-01-09
* update poJoey Hess2008-01-09
* * Improved the canedit hook interface, allowing a callback function to be••• returned (and not run in some cases) rather than the plugins directly forcing a user to log in. * opendiscussion: allow editing of the toplevel discussion page, and, indirectly, allow creating new discussion pages. Joey Hess2008-01-07
* releasing version 2.18Joey Hess2008-01-05
* round days old messageJoey Hess2008-01-02
* releasing version 2.17Joey Hess2007-12-30
* * aggregate: Fix stupid mistake introduced when converting it to use••• the needsbuild hook. This resulted in feeds not being removed when pages were updated, and probably other bugs. * aggregate: Avoid uninitialised value warning when removing a feed that has an expired guid. Joey Hess2007-12-30
* * img: Allow the link parameter to point to an exterior url.Joey Hess2007-12-28
* Here you have the updated version of the spanish translation for•••ikiwiki. Victor Moral2007-12-20
* releasing version 2.16Joey Hess2007-12-18
* further improve the .. regexpJoey Hess2007-12-17
* * Don't refuse to render files with ".." in their name. (Anchor the regexp.)Joey Hess2007-12-17
* * Re-organise dependencies and recommends now that recommends are installed••• by default. Joey Hess2007-12-16
* * git: Correct display of multiline commit messages in recentchanges.Joey Hess2007-12-16
* * brokenlinks: Don't list the same link multiple times. (%links might••• contain multiple copies of the same link) Joey Hess2007-12-16
* * meta: Drop support for "meta link", since supporting this for internal••• links required meta to be run during scan, which complicated its data storage, since it had to clear data stored during the scan pass to avoid duplicating it during the normal preprocessing pass. * If you used "meta link", you should switch to either "meta openid" (for openid delegations), or tags (for internal, invisible links). I assume that nobody really used "meta link" for external, non-openid links, since the htmlscrubber ate those. (Tell me differently and I'll consider bringing back that support.) * meta: Improved data storage. * meta: Drop the hackish filter hook that was used to clear stored data before preprocessing, this hack was ugly, and broken (cf: liw's disappearing openids). * aggregate: Convert filter hook to a needsbuild hook. Joey Hess2007-12-16
* * shortcut: Expand %S to the raw input text, not url-encoded.Joey Hess2007-12-12
* reorgJoey Hess2007-12-09
* * The calendar plugin stores state about when it needs to be updated,••• and forces rebuilds of the pages that contain calendars. So running ikiwiki --refresh at midnight is now enough, no need for a full wiki rebuild each midnight. * calendar: Work around block html parsing bug in markdown 1.0.1 by enclosing the calendar in an extra div. Joey Hess2007-12-08
* real redir cycle detectionJoey Hess2007-12-08
* * Added a version plugin that saves state about what's using it, to force••• pages to rebuild when ikiwiki's version changes. Joey Hess2007-12-08
* * Finally implemented a simple per-page data storage mechanism for plugins,••• via the %pagestate hash. * Use pagestate in meta to detect potential redir loops. Joey Hess2007-12-08
* updatesJoey Hess2007-12-08
* MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in a future release. Joey Hess2007-12-08
* updateJoey Hess2007-12-08
* releasing version 2.15Joey Hess2007-12-01
* * Improve workaround for perl bug #376329. Rather than double-encoding,••• which has been reported to cause encoding problems (though I haven't reproduced them), just catch a failure of markdown, and retry. (The crazy perl bug magically disappears on the retry.) Closes: #449379 Joey Hess2007-11-27
* releasing version 2.14Joey Hess2007-11-26
* * More compact output for the brokenlinks plugin.Joey Hess2007-11-17
* * Add wrappergroup config option, which can be used to cause wrappers••• to be created owned by some group other than the default. Useful then there's a shared repository with access controlled by a group, to let ikiwiki run setgid to that group. * ikiwiki-mass-rebuild: Run build with the user in all their groups. Joey Hess2007-11-14
* * inline: Add timeformat parameter to control how the ctime of••• inlined pages is displayed. Closes: #451019 Joey Hess2007-11-13
* releasing version 2.12Joey Hess2007-11-12
* update ignoresJoey Hess2007-11-08