Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | (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 | |
2009-01-21 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-21 | Question about user tests | justin | |
2009-01-21 | add | 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-21 | added version | kgjenkins | |
2009-01-20 | (no commit message) | kent | |
2009-01-20 | add human-readable error when unknown pagespec function is called | Joey Hess | |
It used to replace unknown functions with "0" when translating a pagespec. Instead, replace it with a FailReason object. This way, the pagespec will still evaluate as before (possibly successfully if other terminals exist), but a human-readable error will be shown if the result is displayed. Also, an empty pagespec used to be replaced with "0", to avoid a eval error. Also use a FailReason here. | |||
2009-01-20 | cleanup | Joey Hess | |
2009-01-20 | response | Joey Hess | |