aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* * 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.
* Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess2007-12-16
|\
| * web commit by tschwinge: Umeet 2007: talk about OpenID by Stephane Bortzmeye.Joey Hess2007-12-16
| |
| * web commit by http://engla.myopenid.com/: plugins/map displays images inlineJoey Hess2007-12-15
| |
* | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess2007-12-15
|\|
| * web commit by CornelisJoey Hess2007-12-14
| |
| * web commit by http://harningt.myopenid.com/Joey Hess2007-12-13
| |
| * web commit by nis.martensen: Cairo is already mentioned aboveJoey Hess2007-12-13
| |
* | add a link to a tipJoey Hess2007-12-15
|/
* * Allow editing a page and deleting all content, while still disallowingJoey Hess2007-12-12
| | | | creating a new page that's entirely empty.
* web commit by tschwingeJoey Hess2007-12-12
|
* web commit by tschwinge: Can't deplete page?Joey Hess2007-12-12
|
* add quotesJoey Hess2007-12-12
|
* fixJoey Hess2007-12-12
|
* add google search for sites powered by ikiwikiJoey Hess2007-12-12
|
* add awesomeJoey Hess2007-12-12
|
* new bug I sawJoey Hess2007-12-12
|
* move to todo item, responseJoey Hess2007-12-12
|
* responseJoey Hess2007-12-12
|
* responseJoey Hess2007-12-12
|
* add carioJoey Hess2007-12-12
|
* sandbox cleanup/test commitJoey Hess2007-12-12
|
* * shortcut: Expand %S to the raw input text, not url-encoded.Joey Hess2007-12-12
|
* commentJoey Hess2007-12-12
|
* * Htmlize parameters passed to the template preprocessor directive beforeJoey Hess2007-12-12
| | | | | | | inserting them into the html template. This ensures that markdown acts on them, even if the value is expanded inside a block-level html element in the html template. Closes: #454058 * Use a div in the note template rather than a span.
* followup to other questionJoey Hess2007-12-12
|
* * Allow dashes in preprocessor directive commands, and shortcuts.Joey Hess2007-12-12
|
* reformatJoey Hess2007-12-12
|
* formatting fixupsJoey Hess2007-12-12
|
* * Change formbuilder hook to not be responsible for displaying a form,Joey Hess2007-12-12
| | | | | | so that more than one plugin can use this hook. I believe this is a safe change, since only passwordauth uses this hook. (If some other plugin already used it, it would have broken passwordauth!)
* works, but I'm not entirely happy with it yetJoey Hess2007-12-12
| | | | | | It would be better if it were a formbuilder hook. But the formbuilder hook is wacked.. I may need to change how that hook works, which would mean changing the only current user of it, passwordauth).