Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-29 | removed | http://weakish.int.eu.org/ | |
2009-01-29 | use mercurial instead of hg when set rcs option | http://weakish.int.eu.org/ | |
2009-01-28 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-28 | close this, we have comments now | Joey Hess | |
2009-01-27 | contrib/po: announce my meta-po integration branch | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | response | Joey Hess | |
2009-01-27 | thought | Joey Hess | |
2009-01-27 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-27 | contrib/po: misc answers and questions | intrigeri | |
Step by step... :) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | rename hook: fixed half, added proposal for the other half | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | update | Joey Hess | |
2009-01-26 | typo | Joey Hess | |
2009-01-26 | fix directive | Joey Hess | |
2009-01-26 | underlay: New plugin, allows pulling in additional files not in version ↵ | Joey Hess | |
control. (smcv) | |||
2009-01-26 | Merge commit 'smcv/underlay' | Joey Hess | |
2009-01-26 | meta: New "updated" metadata specifies a fake modification time for a page, ↵ | Joey Hess | |
to be output into RSS and Atom feeds. (smcv) | |||
2009-01-26 | Merge commit 'smcv/updated' | Joey Hess | |
2009-01-26 | followup | Joey Hess | |
2009-01-26 | comments | Joey Hess | |
2009-01-26 | rename hook issues | Joey Hess | |
2009-01-27 | contrib/po: backlinks=>dependencies is now an option | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | the rename hooks names waltz seems over | intrigeri | |
Another set of hooks would not endure such heavy renaming, but the rename* hooks actually do ;) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | need_global_renamepage_hook: s/suggest/will | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | contrib/po: update after implementing suggested changes | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
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. |