Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-24 | initial version | 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 | add bug link | Joey Hess | |
2008-06-24 | response, analysis of validation problem | Joey Hess | |
2008-06-24 | Disable handling of "bare" links by the creole plugin. | Bernd Zeimetz | |
This change needs libtext-wikicreole-perl (>= 0.05-2). Also removing custom link function, there's no need for it - if it is not defined, the unmodified markup will be returned. | |||
2008-06-24 | web commit by http://gmcmanus.myopenid.com/: new plaintext plugin | Joey Hess | |
2008-06-23 | web commit by http://arnebab.livejournal.com/: Fixed Gentoo ebuild link (old ↵ | Joey Hess | |
one pointed directly to the download) | |||
2008-06-23 | web commit by http://arnebab.livejournal.com/: Information about Gentoo ↵ | Joey Hess | |
ebuild added. | |||
2008-06-22 | web commit by http://willu.myopenid.com/: Some info on tracking down the ↵ | Joey Hess | |
remaining issue | |||
2008-06-22 | web commit by http://willu.myopenid.com/: Fix CAPTCHA code so you can ↵ | Joey Hess | |
actually try again if you get it wrong now. | |||
2008-06-22 | web commit by http://willu.myopenid.com/: Add (buggy) code for todo item | Joey Hess | |
2008-06-21 | web commit by http://willu.myopenid.com/: reply to Joey's comment | Joey Hess | |
2008-06-21 | Add support for the universal edit button | Joey Hess | |
<http://universaleditbutton.org/> Not forcing a rebuild on upgrade just for this. | |||
2008-06-21 | changelog | 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 | some comments | Joey Hess | |
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-20 | response | Joey Hess | |
2008-06-20 | response | Joey Hess | |
2008-06-20 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-06-20 | web commit by http://bremner.myopenid.com/: design questions for the lazy web | Joey Hess | |
2008-06-20 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-06-20 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-06-20 | web commit by http://bremner.myopenid.com/: link to work in progress | Joey Hess | |
2008-06-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-06-19 | web commit by http://willu.myopenid.com/: Add a new suggestion for a CAPTCHA ↵ | Joey Hess | |
on the login page | |||
2008-06-19 | avoid creole parsing wikilinks | Joey Hess | |
ikiwiki already does, and escaped links should not be processed by creole after ikiwiki de-escapes them | |||
2008-06-19 | creole: New plugin from Bernd Zeimetz. Closes: #486930 | Joey Hess | |
2008-06-19 | Version the suggests of xapian-omega to a version known to be new enough to ↵ | Joey Hess | |
work with ikiwiki. Reportedly, version 0.9.9 is too old to work. Closes: #486592 | |||
2008-06-18 | web commit by ptman: It seems the exclamation mark is now needed, can ↵ | Joey Hess | |
someone confirm this? | |||
2008-06-16 | textile: The Text::Textile perl module has some regexps that fail if input ↵ | Joey Hess | |
is flagged as utf-8, but contains invalid characters such as 0x92. To prevent it from crashing, re-encode the content before calling it, which will ensure that it's really utf-8. | |||
2008-06-16 | web commit by http://alcopop.org/me/openid/: ikiwiki version is 2.50 | Joey Hess | |
2008-06-16 | web commit by http://alcopop.org/me/openid/: bug with bad input text | Joey Hess | |
2008-06-16 | web commit by http://ptecza.myopenid.com/: * Thanks! | Joey Hess | |
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 | bugfixes for show=title | Joey Hess | |
Can't sort by titles; the tree building logic requires that the list be sorted by page name. Setting linktext => $page is not the same as omitting it entirely. So some contortions to only set linktext when the page name is not being shown. | |||
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 | check that parent hash exists, to avoid creating it | Joey Hess | |
2008-06-15 | note about titles and dependencies | Joey Hess | |
2008-06-15 | web commit by XTaran: Link change to hnb plugin | Joey Hess | |
2008-06-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-06-15 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-06-15 | add hnb copyright | Joey Hess | |
2008-06-15 | remove TODO, moved to code | Joey Hess | |
2008-06-15 | finish including hnb plugin | Joey Hess | |
2008-06-15 | style changes | Joey Hess | |
Reindented, moved a TODO from page to code, trimmed some unnecessary comments, and simplified the use of mkstemp. | |||
2008-06-15 | initial add | 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 |