summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-21web commit by http://theclapp.myopenid.com/Joey Hess
2007-12-21web commit by http://theclapp.myopenid.com/: question / feature request ↵Joey Hess
about tag plugin
2007-12-21responseJoey Hess
2007-12-21web commit by http://svend.myopenid.com/: Patch was reversed.Joey Hess
2007-12-21web commit by http://svend.myopenid.com/: Submit patch.Joey Hess
2007-12-21web commit by tschwinge: Default content for *copyright* and *license*.Joey Hess
2007-12-21web commit by http://ptecza.myopenid.com/: * Now I build an unofficial ↵Joey Hess
backport of ikiwiki for Ubuntu Gutsy
2007-12-21web commit by http://theclapp.myopenid.com/: fixed signatureJoey Hess
2007-12-21web commit by http://theclapp.myopenid.com/: create pageJoey Hess
2007-12-21web commit by http://theclapp.myopenid.com/: create bugJoey Hess
2007-12-20web commit by http://theclapp.myopenid.com/Joey Hess
2007-12-20web commit by http://engla.myopenid.com/: addendum.Joey Hess
2007-12-20web commit by http://engla.myopenid.com/: New topicJoey Hess
2007-12-20web commit by http://engla.myopenid.com/: Adding a forum thing. (I don't ↵Joey Hess
think this forum has this yet)
2007-12-20Here you have the updated version of the spanish translation forVictor Moral
ikiwiki.
2007-12-19Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2007-12-19add a setup file for building the doc wikiJoey Hess
2007-12-19web commit by tschwinge: Confirmed. Removing this.Joey Hess
2007-12-19* Improved parentlinks special case for index pages.Joey Hess
2007-12-19web commit from 68.82.66.180: poll vote (It's fast enough)Joey Hess
2007-12-18formattingJoey Hess
2007-12-18add news item for ikiwiki 2.16Joey Hess
2007-12-18releasing version 2.16Joey Hess
2007-12-18web commit by http://ptecza.myopenid.com/: * ResponseJoey Hess
2007-12-18file_pruned regression testsJoey Hess
2007-12-17* Work around perl taint checking bug #411786, where perl sometimes randomlyJoey Hess
sets the taint flag on untainted variables, by disabling taint checking in the deb. This sucks.
2007-12-17response2Joey Hess
2007-12-17responseJoey Hess
2007-12-17web commit by http://ptecza.myopenid.com/: * ResponseJoey Hess
2007-12-17improve error message if shortcuts.mdwn DNEJoey Hess
2007-12-17further improve the .. regexpJoey Hess
2007-12-17responseJoey Hess
2007-12-17remove dup bug reportJoey Hess
This was filed as a dup because ikiwiki refused to render it dut to a bug I just fixed.
2007-12-17* Don't refuse to render files with ".." in their name. (Anchor the regexp.)Joey Hess
2007-12-17web commit by http://ptecza.myopenid.com/: * UpdateJoey Hess
2007-12-17web commit by http://ptecza.myopenid.com/: * AddendumJoey Hess
2007-12-17web commit by http://ptecza.myopenid.com/: * Bug report againJoey Hess
2007-12-17web commit by http://ptecza.myopenid.com/: * Bug reportJoey Hess
2007-12-16loadstate needs to be called even if no pages are being builtJoey Hess
2007-12-16* Re-organise dependencies and recommends now that recommends are installedJoey Hess
by default.
2007-12-16* git: Correct display of multiline commit messages in recentchanges.Joey Hess
2007-12-16* brokenlinks: Don't list the same link multiple times. (%links mightJoey Hess
contain multiple copies of the same link)
2007-12-16use %S in iki and archive shortcutsJoey Hess
remove zoomr shortcut, I don't like shortcuts that require explanation
2007-12-16remove ikirev shortcut, which was specific to ikiwiki being stored in svnJoey Hess
2007-12-16important note about pagestate persistenceJoey Hess
2007-12-16correct variable scoping error in nils's patchJoey Hess
2007-12-16rssurl and atomurl are only needed where $feeds is setNis Martensen
2007-12-16Also increment feednum only if feeds are generatedNis Martensen
2007-12-16* meta: Drop support for "meta link", since supporting this for internalJoey Hess
* map: Don't inline images.
2007-12-16* meta: Drop support for "meta link", since supporting this for internalJoey Hess
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.