| Commit message (Collapse) | Author | Age |
... | |
|\| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If git log outputs malformed utf8 in, eg, usernames, detect it and fix it
up. This avoids commits such as f71abc92aa279fbe0b7578b8c4752d775dd4a259
breaking things.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It was calling format hooks for each comment on the page.
When relativedate is enabled, that made it insert <script> tags
for each comment. And the browser loaded the same script over and over,
which was slow on its own. But that was nothing compared to running
the onload even over and over.. especially since the hook system
added a new call to the hook each time it loaded.
For a page with 10 comments, that caused the relativedate DOM parsing
code to run 1000 times, I think. Anyway, it was sloow. Now it runs once.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Remove actions from it, and avoid a broken title link.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
.ikiwiki/comments_pending) for moderator review.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
I suspect these are only triggered by spammers.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
if suitable alternate text is unknown, then it should not be given.
empty alt text is suitable mainly for purely decorative images.
(cherry picked from commit 3cd7f67f0cf894f4fd5ba16f68e82e4f7bdbfdc5)
|
| | | | |
| | | | |
| | | | |
| | | | | |
The form was misdisplayed when displayed via comment removal.
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Always pass the full (modified) content in `content` named parameter. When the
user edits an existing wiki page, also pass a `diff` named parameter, which
includes only the lines that they added to the page, or modified.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
t/syntax.t
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This way, enabling the plugin via websetup is safe, it can't leave
ikiwiki in a broken state.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use mtn for monontone and hg for mercurial. The long names cause ugly
formatting in recentchanges, which has CSS that only allows a few
characters for the commit type column.
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
IkiWiki/Plugin/editpage.pm
IkiWiki/Plugin/skeleton.pm.example
doc/plugins/write.mdwn
t/syntax.t
|
| | | |
| | | |
| | | |
| | | | |
posting using the BlogSpam.net API.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
including spam filters.
|
| | | |
| | | |
| | | |
| | | | |
IIRC I analised this and the code is right
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
too old po4a
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
All meta titles are first extracted at scan time, i.e. before we turn
PO files back into translated markdown; escaping of double-quotes in
PO files breaks the meta plugin's parsing enough to save ugly titles
to %pagestate at this time.
Then, at render time, every page's passes on row through the Great
Rendering Chain (filter->preprocess->linkify->htmlize), and the meta
plugin's preprocess hook is this time in a position to correctly
extract the titles from slave pages.
This is, unfortunately, too late: if the page A, linking to the page B,
is rendered before B, it will display the wrongly-extracted meta title
as the link text to B.
On the one hand, such a corner case only happens on rebuild: on
refresh, every rendered page is fixed to contain correct meta titles.
On the other hand, it can take some time to get every page fixed.
We therefore re-render every rendered page after a rebuild to fix them
at once. As this more or less doubles the time needed to rebuild the
wiki, we do so only when really needed.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes build break due to read-only underlay dirs, e.g. basewiki.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
... by overriding cgiurl.
Signed-off-by: intrigeri <intrigeri@boum.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: intrigeri <intrigeri@boum.org>
|
|\| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Asking for only the head worked in my tests, but I've found a site where it
didn't -- apparently ikiwiki didn't get a chance to do or finish the
refresh when HEADed. Getting the whole url, waiting for ikiwiki to finish,
avoided the update problem.
|
| | | |
| | | |
| | | |
| | | | |
name parameter. Previously, match_created_before(), match_created_after(), match_sourcepage(), and match_destpage() did not support that, and the docs were not clear.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
contained [[!_comment]]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* repolist: New plugin to support the rel=vcs-* microformat.
* goodstuff: Include repolist by default. (But it does nothing until
configured with the repository locations.)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The ?updated needs to come before the #anchor or browsers will not follow
the anchor.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
linkify data from external files at the same time as data from an inlined
table would be linkified.
|
| | | |
| | | |
| | | |
| | | | |
ikiwiki setups use. Document how to use the new url form.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
... explaining how to go on with edit.
Signed-off-by: intrigeri <intrigeri@boum.org>
|