]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki
web commit by http://ptecza.myopenid.com/: * Add my page
[ikiwiki.git] / IkiWiki /
2007-06-30  joey* Correct a longstanding bug that could cause the edit...
2007-06-26  joey* Patch fixing various additional problems with test...
2007-06-23  joey* Allow svnpath config option to contain additional...
2007-06-19  joey* Corrected a typo in an error handler in the image plugin.
2007-06-05  joeyexit with error if Text::Typography cannot be loaded
2007-06-05  joey* Add typographyattributes configuration setting to...
2007-06-03  joey* Make the url absolution code for feeds significantly...
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-28  joey* More consistent encoding of titles in rss and atom...
2007-05-28  joeydidn't mean to make this change (yet)
2007-05-28  joey* Apply a patch from Carl Worth allowing a class attrib...
2007-05-24  joey* Deal better with rebuilds that involve moving files...
2007-05-23  joeythe 100% correct way is to add it to %links on scan
2007-05-23  joey* Correct bug in the img plugin that caused dependencie...
2007-05-21  joeyimprove messages
2007-05-21  joeyClear state after performing aggregation, since it...
2007-05-21  joey* Change the aggregate plugin's locking strategy. Now...
2007-05-17  joey* Add a destpage parameter to the filter hook.
2007-05-17  joey* Fix some bugs in password handling:
2007-05-12  joeyformatting
2007-05-12  joeyoptimise backlinks counting for pagestats, simplify...
2007-05-12  joey* Patch from hb to fix the pagestats plugin, which...
2007-05-11  joey* Make all templates have a footer div to ease themeing...
2007-05-09  joshtriplett* Add an account-creation password as a simple anti...
2007-05-09  joey* Add the needsbuild hook. Plugins can use this to...
2007-05-09  joey* Add all=no option to conditional, can be used to...
2007-05-08  joshtriplettNuke trailing whitespace in shortcut.pm.
2007-05-08  joeyupdate
2007-05-08  joey* Make testpagespec more robust, including checking...
2007-05-07  joey* Improve handling of edits of locked pages by users...
2007-05-06  joeycorrect documentation about scan hook (which has never...
2007-05-06  joeyimprove a string
2007-04-30  joey* Fix a bug that prevented clearing email or subscriptions.
2007-04-30  joey* Use div layout for the signin and preferences forms...
2007-04-30  joeycorrect size of name field in initial login form (same...
2007-04-30  joey * If Net::OpenID::Consumer is not available, the openi...
2007-04-30  joshtriplettRevert passwordauth fieldset and doc to avoid 2.0 regre...
2007-04-30  joeyactually, let's not use a fieldset label at all here...
2007-04-30  joeyput back OpenID label since we cannot rely on the label...
2007-04-30  joshtriplett* Group passwordauth fields with a fieldset as well...
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...
next