aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
Commit message (Collapse)AuthorAge
...
* | | | | Merge branch 'master' into poJoey Hess2009-01-26
|\| | | |
| * | | | git: Fix malformed utf8 recieved from git.Joey Hess2009-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If git log outputs malformed utf8 in, eg, usernames, detect it and fix it up. This avoids commits such as f71abc92aa279fbe0b7578b8c4752d775dd4a259 breaking things.
| * | | | format moderation queue only at end, avoid O(N^3) bugJoey Hess2009-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | add reject all marked defer checkboxJoey Hess2009-01-25
| | | | |
| * | | | sort comment queue by time, newest firstJoey Hess2009-01-25
| | | | |
| * | | | add a button to prefs page for comment moderationJoey Hess2009-01-25
| | | | |
| * | | | clean up comment previewJoey Hess2009-01-25
| | | | | | | | | | | | | | | | | | | | Remove actions from it, and avoid a broken title link.
| * | | | comments: Add a moderation web interface.Joey Hess2009-01-25
| | | | |
| * | | | comments: If comment content checks fail, store the comment (in ↵Joey Hess2009-01-25
| | | | | | | | | | | | | | | | | | | | .ikiwiki/comments_pending) for moderator review.
| * | | | blogspam: Fix use of blogspam_options and blogspam_server config settings.Joey Hess2009-01-25
| | | | |
| * | | | typoJoey Hess2009-01-22
| | | | |
| * | | | fix uninitialized value warningsJoey Hess2009-01-22
| | | | | | | | | | | | | | | | | | | | I suspect these are only triggered by spammers.
| * | | | fix typoJoey Hess2009-01-22
| | | | |
| * | | | img: only provide alt text if it was specifiedGabriel McManus2009-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | | fix removal form displayJoey Hess2009-01-20
| | | | | | | | | | | | | | | | | | | | The form was misdisplayed when displayed via comment removal.
| * | | | blogspam: Log spam info on failure.Joey Hess2009-01-19
| |/ / /
* | | | remove cansave plugin, now replaced by Joey's checkcontent oneintrigeri2009-01-19
| | | | | | | | | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | | | make checkcontent compatible with hooks that need the full contentintrigeri2009-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | fix previous buggy mergeintrigeri2009-01-18
| | | |
* | | | Merge commit 'upstream/master' into prv/pointrigeri2009-01-18
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: t/syntax.t
| * | | blogspam api now supports homepage linkJoey Hess2009-01-17
| | | |
| * | | load rpc xml lib on the flyJoey Hess2009-01-17
| | | | | | | | | | | | | | | | | | | | This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state.
| * | | use short names in comittypeJoey Hess2009-01-17
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge commit 'upstream/master' into prv/pointrigeri2009-01-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t
| * | | blogspam: New plugin, adding spam filtering for page editing / comment ↵Joey Hess2009-01-16
| | | | | | | | | | | | | | | | posting using the BlogSpam.net API.
| * | | make postcomment() pagespecs work while in checkcontentJoey Hess2009-01-16
| | | |
| * | | add new hook to skeletonJoey Hess2009-01-16
| | | |
| * | | checkcontent: New hook, can be used to implement arbitrary content filters, ↵Joey Hess2009-01-16
| | | | | | | | | | | | | | | | including spam filters.
| * | | remove xxx commentJoey Hess2009-01-16
| | | | | | | | | | | | | | | | IIRC I analised this and the code is right
* | | | po: when possible, disable use of Text::WrapI18N in po4a; else warn about ↵intrigeri2009-01-16
| | | | | | | | | | | | | | | | | | | | | | | | too old po4a Signed-off-by: intrigeri <intrigeri@boum.org>
* | | | po(change): re-render all rendered files in one corner caseintrigeri2009-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | po: pages in underlay dirs are not translatableintrigeri2009-01-15
| | | | | | | | | | | | | | | | | | | | | | | | Fixes build break due to read-only underlay dirs, e.g. basewiki. Signed-off-by: intrigeri <intrigeri@boum.org>
* | | | po(_istranslation): fix unitialized valueintrigeri2009-01-15
| | | | | | | | | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | | | po: fix broken links from slave pagesintrigeri2009-01-15
| | | | | | | | | | | | | | | | | | | | | | | | ... by overriding cgiurl. Signed-off-by: intrigeri <intrigeri@boum.org>
* | | | po: do not add translation status to parentlinksintrigeri2009-01-13
| | | | | | | | | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | | | Merge commit 'upstream/master' into prv/pointrigeri2009-01-13
|\| | |
| * | | pinger: Get whole url, don't just head.Joey Hess2009-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Consistently allow use of relative paths in all PageSpecs that take a page ↵Joey Hess2009-01-10
| | | | | | | | | | | | | | | | name parameter. Previously, match_created_before(), match_created_after(), match_sourcepage(), and match_destpage() did not support that, and the docs were not clear.
| * | | comments: if the remove plugin is enabled, append a "Remove comment" linkSimon McVittie2009-01-10
| | | |
| * | | comments: only try to insert commentuser etc. into templates if the page ↵Simon McVittie2009-01-10
| | | | | | | | | | | | | | | | contained [[!_comment]]
| * | | repolist: New plugin to support the rel=vcs-* microformat.Joey Hess2009-01-07
| | | | | | | | | | | | | | | | | | | | | | | | * repolist: New plugin to support the rel=vcs-* microformat. * goodstuff: Include repolist by default. (But it does nothing until configured with the repository locations.)
| * | | increment interface versionJoey Hess2009-01-07
| | | |
| * | | comments: Fix cache avoidance hack.Joey Hess2009-01-07
| | | | | | | | | | | | | | | | | | | | The ?updated needs to come before the #anchor or browsers will not follow the anchor.
| * | | rename: Show full names of affected pages.Joey Hess2009-01-06
| | | |
| * | | refactorJoey Hess2009-01-06
| | | |
| * | | table: Find links in external files in scan pass.Joey Hess2009-01-06
| | | |
| * | | typoJoey Hess2009-01-06
| | | |
| * | | table: Fix misparsed links in external filesJoey Hess2009-01-06
| | | | | | | | | | | | | | | | | | | | linkify data from external files at the same time as data from an inlined table would be linkified.
| * | | A recent change to gitweb removed support for the form of diffurl that many ↵Joey Hess2009-01-05
| | | | | | | | | | | | | | | | ikiwiki setups use. Document how to use the new url form.
* | | | po(isvalidpo): more meaningful error messageintrigeri2009-01-02
| | | | | | | | | | | | | | | | | | | | | | | | ... explaining how to go on with edit. Signed-off-by: intrigeri <intrigeri@boum.org>