| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
| |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|
|
|
|
|
| |
e.g. a link appearing on a slave page links to its masterpage's subpages.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|\ |
|
| | |
|
| |\ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
... that I previously completely missed.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | | | |
|
| | | | | |
|
| | |/ / |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will soon enable usage of translated page titles in link.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Hopefully all links should now be consistent with the chosen linking behavior,
but who knows...
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added testcases for this bug.
It remains broken when generated from <TMPL_VAR BASEURL>, though.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.)
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ / |
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
earlier added to edit links.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | | |
There was already a tip about it; move the plasticboy version to there.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Mostly comments, and also a small code change: simplification and implementation
details hiding.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It has grown up incrementally and new helper functions were added right in the
middle of the hooks, most often near the place they were used, which is
practical when doing initial development, but quite ugly afterwards, when helper
functions are useful to separate logic and implementation details.
Today's refactoring commits have brought the code to a much more maintainable
state, IMHO.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Chapter #1, in which we learn po4a could help to DoS ikiwiki + po,
whereas msgmerge seems reluctant to cooperate.
Signed-off-by: intrigeri <intrigeri@boum.org>
|