Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-26 | plugins/po: talk about the po4a version in the first lines | intrigeri | |
... as it seems it can be missed if I keep it only in the security section. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | suggest a po4a version not subject to DoS | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | only pass named parameters to the canremove hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | only pass named parameters to the canrename hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | po(formbuilder): stop hunting down non-existent cases | intrigeri | |
After some thinking about it, I can't find why the type of a page being created in the CGI could be restricted to po. So the previous case seems enough. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2009-01-26 | po and doc/todo/need_global_renamepage_hook: response | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | new bug report | Joey Hess | |
2009-01-26 | review | Joey Hess | |
2009-01-26 | add mising hooks and fix syntax error | Joey Hess | |
2009-01-26 | remove unnecessary returns | Joey Hess | |
check_canremove/canrename is called only for its side effect (of failing if removal is not allowed), its return value is never used and returning something makes that unclear | |||
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 | |