aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* responseJoey Hess2008-06-20
|
* responseJoey Hess2008-06-20
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-06-20
|\
| * web commit by http://bremner.myopenid.com/: design questions for the lazy webJoey Hess2008-06-20
| |
| * web commit by http://sabr.myopenid.com/Joey Hess2008-06-20
| |
| * web commit by http://sabr.myopenid.com/Joey Hess2008-06-20
| |
| * web commit by http://bremner.myopenid.com/: link to work in progressJoey Hess2008-06-20
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-06-19
|\|
| * web commit by http://willu.myopenid.com/: Add a new suggestion for a CAPTCHA ↵Joey Hess2008-06-19
| | | | | | | | on the login page
* | avoid creole parsing wikilinksJoey Hess2008-06-19
|/ | | | | ikiwiki already does, and escaped links should not be processed by creole after ikiwiki de-escapes them
* creole: New plugin from Bernd Zeimetz. Closes: #486930Joey Hess2008-06-19
|
* Version the suggests of xapian-omega to a version known to be new enough to ↵Joey Hess2008-06-19
| | | | work with ikiwiki. Reportedly, version 0.9.9 is too old to work. Closes: #486592
* web commit by ptman: It seems the exclamation mark is now needed, can ↵Joey Hess2008-06-18
| | | | someone confirm this?
* textile: The Text::Textile perl module has some regexps that fail if input ↵Joey Hess2008-06-16
| | | | 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.
* web commit by http://alcopop.org/me/openid/: ikiwiki version is 2.50Joey Hess2008-06-16
|
* web commit by http://alcopop.org/me/openid/: bug with bad input textJoey Hess2008-06-16
|
* web commit by http://ptecza.myopenid.com/: * Thanks!Joey Hess2008-06-16
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-06-15
|\
| * web commit by XTaran: Changed case of repo link since hgweb seems to be ↵Joey Hess2008-06-15
| | | | | | | | pickier about it than before, thanks to Marillion for reporting the dead link.
| * web commit by XTaran: Link change to hnb pluginJoey Hess2008-06-15
| |
* | meta: Store "description" in pagestate for use by other plugins.Joey Hess2008-06-15
| | | | | | | | map: Support show=description.
* | bugfixes for show=titleJoey Hess2008-06-15
| | | | | | | | | | | | | | | | 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.
* | check that parent hash exists, to avoid creating itJoey Hess2008-06-15
| |
* | note about titles and dependenciesJoey Hess2008-06-15
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-06-15
|\|
| * web commit by http://sabr.myopenid.com/Joey Hess2008-06-15
| |
* | add hnb copyrightJoey Hess2008-06-15
|/
* remove TODO, moved to codeJoey Hess2008-06-15
|
* finish including hnb pluginJoey Hess2008-06-15
|
* style changesJoey Hess2008-06-15
| | | | | Reindented, moved a TODO from page to code, trimmed some unnecessary comments, and simplified the use of mkstemp.
* initial addJoey Hess2008-06-15
|
* map: Add a "show" parameter. "show=title" can be used to display page ↵Joey Hess2008-06-15
| | | | titles, rather than the default page name. Based on a patch from Jaldhar H. Vyas, Closes: #484510
* close as dupJoey Hess2008-06-15
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-06-15
|\
| * web commit by tschwinge: Indeed this issue is ``fixed'' now ;-) and the new ↵Joey Hess2008-06-15
| | | | | | | | searching subsystem is confirmed to function.
* | craziest tip everJoey Hess2008-06-15
| |
* | append index.html to url generated by urlto("")Joey Hess2008-06-15
|/ | | | | | | | | | | | | This special case crops up when generating the parentlink to the toplevel index page. urlto("") had been generating a link to "./" (or "../" etc) for that, which is fine, if the web server redirects that to the toplevel index.html. It's less fine if there is no web server. I actually ran into the problem first when using gopher. (Yes, yes, don't laugh.. see upcoming tip.) But it also crops up when browsing local wiki files. Of course, the index.html is stripped back off if usedirs is enabled.
* responseJoey Hess2008-06-15
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-06-14
|\
| * web commit by http://telemachos.myopenid.com/Joey Hess2008-06-14
| |
| * web commit by http://sabr.myopenid.com/Joey Hess2008-06-13
| |
| * web commit by http://sabr.myopenid.com/Joey Hess2008-06-13
| |
* | responseJoey Hess2008-06-13
|/
* web commit by http://ptecza.myopenid.com/: * Thanks and question about XapianJoey Hess2008-06-13
|
* add news item for ikiwiki 2.50Joey Hess2008-06-13
|
* releasing version 2.50Joey Hess2008-06-13
|
* fix two build bugsJoey Hess2008-06-13
| | | | | | * ikiwiki-mass-rebuild: Make group list comparison more robust. * search: Work around xapian bug #486138 by only stemming locales in a whitelist.
* responseJoey Hess2008-06-13
|
* responseJoey Hess2008-06-13
|
* web commit by http://alcopop.org/me/openid/: maybe for some future ↵Joey Hess2008-06-13
| | | | backwards-compatibility killing release?