aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* web commit by JoshTriplett: Fix typo.Joey Hess2007-12-23
|
* web commit by JoshTriplett: Add version information to front page.Joey Hess2007-12-23
|
* followupJoey Hess2007-12-23
|
* web commit by http://engla.myopenid.com/: About the proposal to add access ↵Joey Hess2007-12-23
| | | | to "off-wiki places"
* web commit by http://engla.myopenid.com/: +a comment on symlinks and otherJoey Hess2007-12-23
|
* responseJoey Hess2007-12-22
|
* Revert change to example pagespec for matching the tag. The pagespec ↵Joey Hess2007-12-22
| | | | | | | intentionally limits it to pages in the blog tagged with the tag, since that's what you typically want, not any page anywhere in the wiki that is tagged or links to the tag.
* correct misconception about links to nonexistant pages not existing -Joey Hess2007-12-22
| | | | such links _do_ exist!
* Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess2007-12-22
|\
| * web commit by http://morgant.myopenid.com/Joey Hess2007-12-22
| |
| * web commit by http://engla.myopenid.com/: fixing larry's linkJoey Hess2007-12-21
| |
| * web commit by http://theclapp.myopenid.com/Joey Hess2007-12-21
| |
| * web commit by http://theclapp.myopenid.com/: question / feature request ↵Joey Hess2007-12-21
| | | | | | | | about tag plugin
* | IkiWiki/Plugin/meta.pm <redir>: Support for specifying anchors.Thomas Schwinge2007-12-22
| |
* | typoJoey Hess2007-12-22
|/
* responseJoey Hess2007-12-21
|
* web commit by http://svend.myopenid.com/: Patch was reversed.Joey Hess2007-12-21
|
* web commit by http://svend.myopenid.com/: Submit patch.Joey Hess2007-12-21
|
* web commit by tschwinge: Default content for *copyright* and *license*.Joey Hess2007-12-21
|
* web commit by http://ptecza.myopenid.com/: * Now I build an unofficial ↵Joey Hess2007-12-21
| | | | backport of ikiwiki for Ubuntu Gutsy
* web commit by http://theclapp.myopenid.com/: fixed signatureJoey Hess2007-12-21
|
* web commit by http://theclapp.myopenid.com/: create pageJoey Hess2007-12-21
|
* web commit by http://theclapp.myopenid.com/: create bugJoey Hess2007-12-21
|
* web commit by http://theclapp.myopenid.com/Joey Hess2007-12-20
|
* web commit by http://engla.myopenid.com/: addendum.Joey Hess2007-12-20
|
* web commit by http://engla.myopenid.com/: New topicJoey Hess2007-12-20
|
* web commit by http://engla.myopenid.com/: Adding a forum thing. (I don't ↵Joey Hess2007-12-20
| | | | think this forum has this yet)
* Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess2007-12-19
|\
| * web commit by tschwinge: Confirmed. Removing this.Joey Hess2007-12-19
| |
| * web commit from 68.82.66.180: poll vote (It's fast enough)Joey Hess2007-12-19
| |
* | * Improved parentlinks special case for index pages.Joey Hess2007-12-19
|/
* formattingJoey Hess2007-12-18
|
* add news item for ikiwiki 2.16Joey Hess2007-12-18
|
* web commit by http://ptecza.myopenid.com/: * ResponseJoey Hess2007-12-18
|
* * Work around perl taint checking bug #411786, where perl sometimes randomlyJoey Hess2007-12-17
| | | | | sets the taint flag on untainted variables, by disabling taint checking in the deb. This sucks.
* response2Joey Hess2007-12-17
|
* responseJoey Hess2007-12-17
|
* web commit by http://ptecza.myopenid.com/: * ResponseJoey Hess2007-12-17
|
* responseJoey Hess2007-12-17
|
* remove dup bug reportJoey Hess2007-12-17
| | | | This was filed as a dup because ikiwiki refused to render it dut to a bug I just fixed.
* web commit by http://ptecza.myopenid.com/: * UpdateJoey Hess2007-12-17
|
* web commit by http://ptecza.myopenid.com/: * AddendumJoey Hess2007-12-17
|
* web commit by http://ptecza.myopenid.com/: * Bug report againJoey Hess2007-12-17
|
* web commit by http://ptecza.myopenid.com/: * Bug reportJoey Hess2007-12-17
|
* * Re-organise dependencies and recommends now that recommends are installedJoey Hess2007-12-16
| | | | by default.
* use %S in iki and archive shortcutsJoey Hess2007-12-16
| | | | remove zoomr shortcut, I don't like shortcuts that require explanation
* remove ikirev shortcut, which was specific to ikiwiki being stored in svnJoey Hess2007-12-16
|
* important note about pagestate persistenceJoey Hess2007-12-16
|
* * meta: Drop support for "meta link", since supporting this for internalJoey Hess2007-12-16
| | | | * map: Don't inline images.
* * meta: Drop support for "meta link", since supporting this for internalJoey Hess2007-12-16
| | | | | | | | | | | | | | | | 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.