Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-13 | Error handling improvement for preprocess hooks. It's now safe to call ↵ | Joey Hess | |
error() from such hooks; it will cause a nicely formatted error message to be inserted into the page. | |||
2008-07-12 | Fix link from meta plugin to tips/howto_stop_flooding_aggregators | Simon McVittie | |
2008-07-12 | Re-work [[meta guid=""]] documentation, and stop claiming that urn:uuid: is ↵ | Simon McVittie | |
automatically prepended | |||
2008-07-12 | rename uuid to guid | Joey Hess | |
2008-07-12 | document uuid | Joey Hess | |
2008-07-10 | reviewed this again | Joey Hess | |
2008-07-10 | document setup plugins | Joey Hess | |
2008-07-07 | typo the second | Joey Hess | |
2008-07-07 | typo | Joey Hess | |
2008-07-06 | add virus checking to attachments plugin | Joey Hess | |
2008-07-03 | web commit by http://alcopop.org/me/openid/: nudge headers down to h2 | Joey Hess | |
2008-07-02 | link to pagespec/attachment | Joey Hess | |
2008-07-02 | move attachment pagespec extensions docs to its own page | Joey Hess | |
in the basewiki, so I can link to it there | |||
2008-07-02 | add mimetype checking | Joey Hess | |
2008-07-02 | response; move to bug report | Joey Hess | |
2008-07-02 | Merge branch 'tova' | Joey Hess | |
2008-07-02 | add user and ip support to attachment pagespecs | Joey Hess | |
2008-07-02 | toggle: Add support for toggles that are open by default. | Joey Hess | |
Also fix to work in preview mode. | |||
2008-07-02 | web commit by http://jcflack.myopenid.com/ | Joey Hess | |
2008-07-01 | response | Joey Hess | |
2008-07-01 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info into tova | Joey Hess | |
2008-07-01 | web commit by http://jcflack.myopenid.com/ | Joey Hess | |
2008-07-01 | attachment doc updates | Joey Hess | |
2008-06-30 | add an ispage limit | Joey Hess | |
2008-06-30 | basic attachment plugin, unfinished | Joey Hess | |
Currently includes UI, and a few tests of the attachment, as well as the framework to extend pagespecs to test attachments. Does not actually save the file yet. | |||
2008-06-28 | call format hooks when generating page previews | Joey Hess | |
* toc: Revert change in 2.45 that made it run at sanitize time. This breaks use of toc in a sidebar. * Call format hooks when generating page previews, thus fixing toc display there, as well as fixing inlins to again display in page previews, since it's started using format hooks. This also allows several other things, like embed, that use format hooks, to work during page preview time. * Format hooks should not rely on getting an entire html document, as they will only get the body during page preview. * toggle: Deal with preview mode when adding javascript. | |||
2008-06-24 | new txt plugin, was previously contrib/plaintext | Joey Hess | |
2008-06-24 | web commit by http://gmcmanus.myopenid.com/: plaintext module: copyright and ↵ | Joey Hess | |
license | |||
2008-06-24 | response | Joey Hess | |
2008-06-24 | web commit by http://gmcmanus.myopenid.com/: new plaintext plugin | Joey Hess | |
2008-06-21 | `template` option for aggregate.pm. | Bernd Zeimetz | |
Allows to specify the template file which is used to create the html pages. | |||
2008-06-20 | remove some stuff that doesn't really need to be noted in the wiki now that | Joey Hess | |
the plugin is in mainline | |||
2008-06-19 | creole: New plugin from Bernd Zeimetz. Closes: #486930 | Joey Hess | |
2008-06-18 | web commit by ptman: It seems the exclamation mark is now needed, can ↵ | Joey Hess | |
someone confirm this? | |||
2008-06-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-06-15 | meta: Store "description" in pagestate for use by other plugins. | Joey Hess | |
map: Support show=description. | |||
2008-06-15 | web commit by XTaran: Changed case of repo link since hgweb seems to be ↵ | Joey Hess | |
pickier about it than before, thanks to Marillion for reporting the dead link. | |||
2008-06-15 | remove TODO, moved to code | Joey Hess | |
2008-06-15 | finish including hnb plugin | Joey Hess | |
2008-06-15 | map: Add a "show" parameter. "show=title" can be used to display page ↵ | Joey Hess | |
titles, rather than the default page name. Based on a patch from Jaldhar H. Vyas, Closes: #484510 | |||
2008-06-15 | web commit by tschwinge: Indeed this issue is ``fixed'' now ;-) and the new ↵ | Joey Hess | |
searching subsystem is confirmed to function. | |||
2008-06-12 | link to patch | Joey Hess | |
2008-06-12 | web commit by AndrewGreenberg: We'd also like to see a 'usetitles' option ↵ | Joey Hess | |
for the map plugin. | |||
2008-06-12 | response | Joey Hess | |
2008-06-11 | web commit by http://harningt.eharning.us/: Question about mirroring w/ ↵ | Joey Hess | |
pinger/pingee | |||
2008-06-07 | img: Support captions. | Joey Hess | |
2008-06-04 | finishing touches on the new search plugin | Joey Hess | |
- Add a Help link. - If the pageterm is too long, hash it. | |||
2008-06-04 | some plugins that need SHA1 | Joey Hess | |
2008-06-04 | Pass a destpage parameter to the sanitize hook. | Joey Hess | |
Because the search plugin needed it, also because it's one of the few plugins that didn't already have it. I also considered adding it to htmlize, but I really cannot imagine caring what the destpage is when htmlizing. (I'll probably be poven wrong later.) | |||
2008-06-04 | more search improvements | Joey Hess | |