]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki
updates for usedirs
[ikiwiki.git] / IkiWiki /
2007-04-29  joeylayout improvement
2007-04-29  joeyI don't think this comment adds much
2007-04-29  joey* Use a fieldset to set off the openid entry from the...
2007-04-29  joey* Use fieldsets in the preferences form to group relate...
2007-04-29  joey* Apply patch from hb that uses the full path to a...
2007-04-27  joeythe kind of perl code that can only be written at 4:30 am
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-26  joey* Fix sending of commit mails when new pages are added...
2007-04-23  joeyimprove message
2007-04-23  joey* Fix aggregator to not warn when a feed contains no...
2007-04-22  joey* In mercurial backend, untaint ipaddr when using it...
2007-04-16  joey* Support setting svnpath to "" for wikis that are...
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  joeyuse pagesources rather than renderedfiles to get the...
2007-04-09  joshtriplett* Add a graphviz plugin.
2007-04-08  joeyoops
2007-04-07  joeymagic 0
2007-04-07  joshtriplett* Remove stray semicolon in linkmap.pm.
2007-04-06  joey* Fix smiley plugin to scan smileys.mdwn after it's...
2007-04-04  joey* Fix tags to page names that contain special characters.
2007-04-01  joeyupdates for new regime
2007-04-01  joeyanother htmlpage call that is no longer appropriate
2007-04-01  joey* Fix a big in the img plugin that caused thumbnailed...
2007-04-01  joeyfix links to sparklines; abs2rel -> urlto
2007-04-01  joeyuse urlto; htmlpage is no longer appropriate here
2007-04-01  joey* Finally apply the index.html patch, with thanks to...
2007-03-31  joey* Hide excess backlinks and expand using CSS trick...
2007-03-31  joeyfix error message to include url
2007-03-31  joey* Fix urls generated by mirrorlist plugin.
2007-03-24  joey* Fix mercurial backend to deal with empty commit messages.
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  joeyfix
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-18  joey* Applied a patch from Michał to make the mercurial...
2007-03-17  joey* Detect the case of two people independently creating...
2007-03-17  joey* Make ikiwiki -verbose -setup with a setup file that...
2007-03-17  joey* Fix some broken logic in cgi creation of a subpage...
2007-03-17  joeysimplify preview code
2007-03-11  joeyadd postsparkline plugin, providing sparkliney stats...
2007-03-08  joeycorrect dup page name detect in blog posting code
2007-03-08  joeytypo
2007-03-08  joey* Correct a deadlock that could occur in post-commit...
2007-03-08  joey* The underscore escaping support exposed a bug in...
2007-03-07  joeyadd colspan support
2007-03-07  joeycleanup
2007-03-07  joeymissed a few
2007-03-07  joeyfurther refinement
2007-03-07  joeyfurther refinement
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  joey* The slash escaping when adding to a blog from the...
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-03  joeyremove debugging code
2007-03-02  joey* Add "template" option to inline plugin to allow for...
2007-02-25  joeyincrease plugin interface to 1.02
2007-02-24  joey* Patch from Ethan to improve behavior if a page is...
2007-02-24  joey* Correct a bug that could lead to infinite looping...
2007-02-23  joey* Patch from HenrikBrixAndersen to fix a broken use...
2007-02-21  joeyusing setsid before import.. how did that ever work?
2007-02-21  joeyfix breakage
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* Make img plugin not fail immediately if Image::Magick...
2007-02-20  joey* Don't error out if estcmd fails, just print a warning...
2007-02-20  joey* Changed calling convention for httmllink slightly...
2007-02-15  joeyimprove string
2007-02-15  joeyadd day of week to prettydate, and i18n
2007-02-15  joeyitalisise urls
2007-02-15  joeysupress redef warning
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  joey* Many changes to make ikiwiki very resistant to write...
2007-02-14  joey* Allow multiple tag settings to appear in a single page.
2007-02-14  joey* Fix the template, toggle, and conditional plugins...
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-06  joey* Patch based on a patch from Ethan to support relative...
2007-02-05  joey* Add feedshow option to allow reducing the number...
2007-02-03  joey code checking for locked pages into a new "lockedit...
2007-02-03  joeymissing IkiWiki::
2007-02-02  joey* Add canedit hook, allowing arbitrary controls over...
2007-01-31  joey* Fix several more missing translations of Discussion.
2007-01-31  joey* Fix for missing backlinks() in pagestats plugin.
2007-01-31  joey* Fix one more missing translation of Discussion.
2007-01-30  joey* Fix openid signin secret generation code. This fixes...
2007-01-28  joey* Replace underscores in shortcut texts with spaces...
2007-01-28  joey* Always call rcs_update after a commit during a web...
next