Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-26 | don't add new exported warning function | Joey Hess | |
Nothing in the po plugin actually uses this function. The benefit of adding the function in general is debatable, but I'd prefer to keep the changes involved in merging po at a minimum. | |||
2009-01-26 | remove redundant use | Joey Hess | |
use is file-scoped so warnings and strict are already enabled inside the second package, and IkiWiki is already loaded (though not imported into this context) | |||
2009-01-26 | non-code changes | Joey Hess | |
2009-01-26 | more unnecessary parens | Joey Hess | |
2009-01-26 | avoid keeping running if a DOS attack is possible | Joey Hess | |
2009-01-26 | remove unnecessary parens | Joey Hess | |
2009-01-26 | another useless use of scalar | Joey Hess | |
scalar(undef) is undef, so using scalar here had no effect. Instead make the function return "", probably avoiding an uninitialized value warning. | |||
2009-01-26 | remove useless uses of scalar | Joey Hess | |
if (scalar @array) is written idiomatically in perl as if (@array). | |||
2009-01-26 | improve some english | Joey Hess | |
I'm still not happy with the clarity of this warning message. I don't understand when it could happen or why a warning is needed. | |||
2009-01-26 | avoid standalone -e or foo syntax | Joey Hess | |
I prefer to use either of the other two syntaxes perl offers, and not this one. | |||
2009-01-26 | avoid mixing english with translation | Joey Hess | |
"google search" is english which would get mixed in with translated text. Instead, usr just the plugin name. | |||
2009-01-26 | Merge branch 'master' into po | Joey Hess | |
2009-01-26 | (no commit message) | qiang | |
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 | update | Joey Hess | |
2009-01-25 | update | Joey Hess | |
2009-01-25 | typo | Joey Hess | |
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 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-25 | comments: Add a moderation web interface. | Joey Hess | |
2009-01-25 | remove hr under comment actions | Joey Hess | |
The horizontal line was only meant to be displayed under the actions at the top of a page. | |||
2009-01-25 | add alt tag | Joey Hess | |
2009-01-25 | (no commit message) | GuenterLadwig | |
2009-01-25 | (no commit message) | GuenterLadwig | |
2009-01-25 | (no commit message) | GünterLadwig | |
2009-01-25 | (no commit message) | GünterLadwig | |
2009-01-25 | comments: If comment content checks fail, store the comment (in âµ | Joey Hess | |
.ikiwiki/comments_pending) for moderator review. | |||
2009-01-25 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-25 | blogspam: Fix use of blogspam_options and blogspam_server config settings. | Joey Hess | |
2009-01-25 | vote for Template::Toolkit | Rocco | |
2009-01-24 | clarify description of verbose | Joey Hess | |
It enables debug prints, so not just during building, but at runtime. | |||
2009-01-24 | (no commit message) | http://joey.kitenet.net/ | |
2009-01-24 | (no commit message) | qiang | |
2009-01-23 | typo | Joey Hess | |
2009-01-23 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-23 | mention identica group | Joey Hess | |
2009-01-23 | (no commit message) | qiang | |
2009-01-23 | (no commit message) | qiang | |
2009-01-22 | followup on pagespec negation | justin | |
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-22 | response | Joey Hess | |
2009-01-21 | question on locked_pages and users() in pagespec | justin | |
2009-01-21 | one fleeting second thought | Joey Hess | |
2009-01-21 | response | Joey Hess | |