Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-11 | make unlockwiki drop the cgilock | Joey Hess | |
This is necessary so that things that fork to the background, like pinger, and inline ping, don't block other cgis from running. Note that websetup also calls unlockwiki, before refreshing / rebuilding the wiki. It makes perfect sense for that not to block other cgis. | |||
2008-11-12 | pagetitle vs meta: announcing a working prototype | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | response | Joey Hess | |
2008-11-11 | lockwiki changes | Joey Hess | |
* Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up for up to one second. The bailout code is no longer needed. * Remove support for unused optional wait parameter from lockwiki. | |||
2008-11-11 | O_CREATE needs mode | Joey Hess | |
2008-11-11 | avoid multiple ikiwiki cgi processes piling up, eating all memory, and thrashing | Joey Hess | |
Fixed by making the cgi wrapper wait on a cgilock. If you had to set apache's MaxClients low to avoid ikiwiki thrashing your server, you can now turn it up to a high value. The downside to this is that a cgi call that doesn't need to call lockwiki will be serialised by this so only one can run at a time. (For example, do=search.) There are few such calls, and all of them call loadindex, so each still eats gobs of memory, so serialising them still seems ok. | |||
2008-11-11 | bzr: Fix dates for recentchanges. | Joey Hess | |
2008-11-11 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-11-11 | let's stop sucking :-) | Joey Hess | |
2008-11-11 | po: answered Joey's "create a new translation" question | intrigeri | |
... that I previously completely missed. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | add item to watch list | http://edward.myopenid.com/ | |
2008-11-11 | (no commit message) | bcdugga | |
2008-11-11 | po: help request | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-10 | remove redundant link munge | Joey Hess | |
This is not needed now that tagpage returns a page name starting with a slash. (Also fixes a minor bug that the edit links started with double slashes due to the hack.) | |||
2008-11-10 | typo | Joey Hess | |
2008-11-10 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-11-10 | tag: Normalize tagbase so leading/trailing slashes in it don't break things. | Joey Hess | |
2008-11-10 | reply | Jon Dowland | |
2008-11-10 | Merge branch 'master' of git://git.ikiwiki.info | Jon Dowland | |
2008-11-10 | response | Joey Hess | |
2008-11-10 | add discussion on this tip | Jon Dowland | |
2008-11-10 | specifying the user in recentchanges for anon git pushes | http://alcopop.org/me/openid/ | |
2008-11-10 | update my userpage (and try out git pushes) | Jon Dowland | |
2008-11-10 | add a robots.txt | Joey Hess | |
Yahoo! has been pounding on ikiwiki.cgi again. While I'd prefer ikiwiki to generate sites that avoided robots hitting it in other ways, I'm adding a robots.txt, at least temporarily. | |||
2008-11-10 | Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ↵ | Joey Hess | |
earlier added to edit links. | |||
2008-11-10 | reorg to avoid broken link in basewiki | Joey Hess | |
ikiwiki/markdown is a basewiki page and shouldn't link to pages in tips. Instead, make the tips link to it, so backlinks will point back to them. While I'm at it, move the info about the emacs mode to a tip. | |||
2008-11-10 | response | Joey Hess | |
2008-11-10 | reorganize vim syntax highlighting info | Joey Hess | |
There was already a tip about it; move the plasticboy version to there. | |||
2008-11-10 | vim syntax file linked | http://a1fie.livejournal.com/ | |
2008-11-09 | Fix the link() pagespec to match links that are internally recorded as absolute. | Joey Hess | |
This fixes a problem exposed by the recent change to tags (a2839de9362187b67b0e3a564461e272e64fd9b4). That recorded tag links as absolute by including a leading slash in the link. The same could also be done with an absolute wikilink. In either case, link() would not match such links, unless the leading slash was included in the link to match. But that's not right, because pagespecs match absolute by default. So strip the leading slash. Note that to keep any existing `link(/foo)` pagespecs working after this change, the leading slash is removed from there, too. | |||
2008-11-08 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-11-08 | fix link to Jason Blevins user page | AlexandreDupas | |
2008-11-08 | question about the format directive and relation with htmlize hooks | AlexandreDupas | |
2008-11-07 | document wikistatedir, though it's still internal | Joey Hess | |
2008-11-07 | (no commit message) | http://josephturian.blogspot.com/ | |
2008-11-06 | oops | Joey Hess | |
2008-11-06 | txt: Do not encode quotes when filtering the txt, as that broke later ↵ | Joey Hess | |
parsing of any directives on the page. | |||
2008-11-06 | response | Joey Hess | |
2008-11-06 | meta: Plugin is now enabled by default since the basewiki uses it. | Joey Hess | |
2008-11-06 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-11-06 | aggregate: Try to query XML::Feed for the base url when derelevatising ↵ | Joey Hess | |
links. Since this needs the just released XML::Feed 0.3, as well as a not yet released XML::RSS, it will fall back to the old method if no xml:base info is available. | |||
2008-11-06 | (no commit message) | http://josephturian.blogspot.com/ | |
2008-11-06 | response | Joey Hess | |
2008-11-06 | response | Joey Hess | |
2008-11-06 | po: misc responses to Joey | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | (no commit message) | http://alcopop.org/me/openid/ | |
2008-11-06 | New bug report | http://mjr.towers.org.uk/ | |
2008-11-06 | po: response | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-05 | response | Joey Hess | |
2008-11-05 | comments and questions | Joey Hess | |