Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-31 | factor out IE stupididy workaround | Joey Hess | |
2009-01-31 | Split cgi_goto into a goto plugin | Simon McVittie | |
2009-01-31 | Split apache404 into an independent plugin | Simon McVittie | |
Also make it ignore the 'do' parameter at Joey's suggestion, to have one less thing to remember when configuring. | |||
2009-01-31 | recentchanges: delete CGI hook in favour of the global one | Simon McVittie | |
2009-01-31 | comments: delete cgi hook in favour of the global one | Simon McVittie | |
2009-01-26 | typo | Joey Hess | |
2009-01-26 | Merge commit 'smcv/underlay' | Joey Hess | |
2009-01-26 | Merge commit 'smcv/updated' | Joey Hess | |
2009-01-25 | git: Fix malformed utf8 recieved from git. | Joey Hess | |
If git log outputs malformed utf8 in, eg, usernames, detect it and fix it up. This avoids commits such as f71abc92aa279fbe0b7578b8c4752d775dd4a259 breaking things. | |||
2009-01-25 | format moderation queue only at end, avoid O(N^3) bug | Joey Hess | |
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. | |||
2009-01-25 | add reject all marked defer checkbox | Joey Hess | |
2009-01-25 | sort comment queue by time, newest first | Joey Hess | |
2009-01-25 | add a button to prefs page for comment moderation | Joey Hess | |
2009-01-25 | clean up comment preview | Joey Hess | |
Remove actions from it, and avoid a broken title link. | |||
2009-01-25 | comments: Add a moderation web interface. | Joey Hess | |
2009-01-25 | comments: If comment content checks fail, store the comment (in ↵ | Joey Hess | |
.ikiwiki/comments_pending) for moderator review. | |||
2009-01-25 | blogspam: Fix use of blogspam_options and blogspam_server config settings. | Joey Hess | |
2009-01-22 | typo | Joey Hess | |
2009-01-22 | fix uninitialized value warnings | Joey Hess | |
I suspect these are only triggered by spammers. | |||
2009-01-22 | fix typo | Joey Hess | |
2009-01-21 | img: only provide alt text if it was specified | Gabriel McManus | |
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) | |||
2009-01-20 | fix removal form display | Joey Hess | |
The form was misdisplayed when displayed via comment removal. | |||
2009-01-19 | blogspam: Log spam info on failure. | Joey Hess | |
2009-01-18 | Add meta field "updated", which can alter the <updated> Atom element | Simon McVittie | |
Some aggregators, like Planet, sort by mtime rather than ctime. This means that posts with modified content come to the top (which seems odd to me, but is presumably what the aggregator's author or operator wants), but it also means that posts with insignificant edits (like adding tags) come to the top too. Atom defines <updated> to be the date of the last *significant* change, so it's fine that ikiwiki defaults to using the mtime, but it would be good to have a way for the author to say "that edit was insignificant, don't use that mtime". | |||
2009-01-18 | Add underlay plugin | Simon McVittie | |
2009-01-17 | blogspam api now supports homepage link | Joey Hess | |
2009-01-17 | load rpc xml lib on the fly | Joey Hess | |
This way, enabling the plugin via websetup is safe, it can't leave ikiwiki in a broken state. | |||
2009-01-17 | use short names in comittype | Joey Hess | |
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. | |||
2009-01-16 | blogspam: New plugin, adding spam filtering for page editing / comment ↵ | Joey Hess | |
posting using the BlogSpam.net API. | |||
2009-01-16 | make postcomment() pagespecs work while in checkcontent | Joey Hess | |
2009-01-16 | add new hook to skeleton | Joey Hess | |
2009-01-16 | checkcontent: New hook, can be used to implement arbitrary content filters, ↵ | Joey Hess | |
including spam filters. | |||
2009-01-16 | remove xxx comment | Joey Hess | |
IIRC I analised this and the code is right | |||
2009-01-11 | pinger: Get whole url, don't just head. | Joey Hess | |
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. | |||
2009-01-10 | Consistently allow use of relative paths in all PageSpecs that take a page ↵ | Joey Hess | |
name parameter. Previously, match_created_before(), match_created_after(), match_sourcepage(), and match_destpage() did not support that, and the docs were not clear. | |||
2009-01-10 | comments: if the remove plugin is enabled, append a "Remove comment" link | Simon McVittie | |
2009-01-10 | comments: only try to insert commentuser etc. into templates if the page ↵ | Simon McVittie | |
contained [[!_comment]] | |||
2009-01-07 | repolist: New plugin to support the rel=vcs-* microformat. | Joey Hess | |
* repolist: New plugin to support the rel=vcs-* microformat. * goodstuff: Include repolist by default. (But it does nothing until configured with the repository locations.) | |||
2009-01-07 | increment interface version | Joey Hess | |
2009-01-07 | comments: Fix cache avoidance hack. | Joey Hess | |
The ?updated needs to come before the #anchor or browsers will not follow the anchor. | |||
2009-01-06 | rename: Show full names of affected pages. | Joey Hess | |
2009-01-06 | refactor | Joey Hess | |
2009-01-06 | table: Find links in external files in scan pass. | Joey Hess | |
2009-01-06 | typo | Joey Hess | |
2009-01-06 | table: Fix misparsed links in external files | Joey Hess | |
linkify data from external files at the same time as data from an inlined table would be linkified. | |||
2009-01-05 | A recent change to gitweb removed support for the form of diffurl that many ↵ | Joey Hess | |
ikiwiki setups use. Document how to use the new url form. | |||
2008-12-31 | websetup: Avoid a crash when a new array setup item has been added in a new ↵ | Joey Hess | |
ikiwiki release, and is thus not present in the setup file yet. This happened with camelcase_ignore. The code tried to convert the undef value for it into an array. | |||
2008-12-31 | make sure value is defined before using it as an array | Joey Hess | |
2008-12-29 | htmlbalance: Demand-load HTML::TreeBuilder to avoid failing test suite if it ↵ | Joey Hess | |
is not present. | |||
2008-12-28 | comments: Add cache avoidance. | Joey Hess | |
This got lost when we added the jump-to-comment anchor. |