Commit Graph

8980 Commits (78529b335c786a2e988e71a31827929a84da2b6d)

Author SHA1 Message Date
Joey Hess 78529b335c releasing version 3.03 2009-01-29 14:44:48 -05:00
Joey Hess 1194584dad Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-28 16:52:26 -05:00
Joey Hess deea2f42aa close this, we have comments now 2009-01-28 16:51:19 -05:00
intrigeri 4db549721d contrib/po: announce my meta-po integration branch
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 19:45:12 +01:00
Joey Hess be63bed593 response 2009-01-27 13:20:33 -05:00
Joey Hess 94c932ee3d thought 2009-01-27 13:14:53 -05:00
Joey Hess db247437fd Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-27 12:51:13 -05:00
intrigeri af5b9b90c4 contrib/po: misc answers and questions
Step by step... :)

Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 18:16:56 +01:00
intrigeri c8ce3ed440 rename hook: fixed half, added proposal for the other half
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 17:22:38 +01:00
Joey Hess c1befe5d87 update 2009-01-26 20:39:12 -05:00
Joey Hess 5dd67723c1 typo 2009-01-26 20:33:55 -05:00
Joey Hess 83163b16ab fix directive 2009-01-26 20:17:02 -05:00
Joey Hess 625ccace9a underlay: New plugin, allows pulling in additional files not in version control. (smcv) 2009-01-26 20:15:34 -05:00
Joey Hess 5c14c7db61 Merge commit 'smcv/underlay' 2009-01-26 20:13:15 -05:00
Joey Hess 9b4040992d meta: New "updated" metadata specifies a fake modification time for a page, to be output into RSS and Atom feeds. (smcv) 2009-01-26 20:11:33 -05:00
Joey Hess 848ff1bf5e Merge commit 'smcv/updated' 2009-01-26 20:05:36 -05:00
Joey Hess 1f3f33fa67 followup 2009-01-26 20:02:50 -05:00
Joey Hess aba655c6e0 comments 2009-01-26 19:46:24 -05:00
Joey Hess 16ff246d41 rename hook issues 2009-01-26 19:41:35 -05:00
intrigeri eb9c05e18c contrib/po: backlinks=>dependencies is now an option
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27 00:27:41 +01:00
intrigeri 183f03aa96 the rename hooks names waltz seems over
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-27 00:02:15 +01:00
intrigeri 67ba074ba8 need_global_renamepage_hook: s/suggest/will
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:47:34 +01:00
intrigeri be43f94b9f contrib/po: update after implementing suggested changes
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 23:47:02 +01:00
intrigeri dfc50165dd po and doc/todo/need_global_renamepage_hook: response
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26 22:32:59 +01:00
Joey Hess 309719de76 new bug report 2009-01-26 14:21:49 -05:00
Joey Hess 96073d77af review 2009-01-26 14:13:52 -05:00
qiang 9b436a0347 2009-01-26 05:35:55 -05:00
Joey Hess ce39f8e000 git: Fix malformed utf8 recieved from git.
If git log outputs malformed utf8 in, eg, usernames, detect it and fix it
up. This avoids commits such as f71abc92aa
breaking things.
2009-01-25 23:13:14 -05:00
Joey Hess 51cd34afff update 2009-01-25 23:02:11 -05:00
Joey Hess ff9a61b481 update 2009-01-25 22:59:20 -05:00
Joey Hess 0c287d85bb typo 2009-01-25 22:44:38 -05:00
Joey Hess 42b3e13739 format moderation queue only at end, avoid O(N^3) bug
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 22:30:28 -05:00
Joey Hess 9d4f396b13 add reject all marked defer checkbox 2009-01-25 22:25:45 -05:00
Joey Hess 4e21af7671 sort comment queue by time, newest first 2009-01-25 19:45:56 -05:00
Joey Hess 7a7e28c55f add a button to prefs page for comment moderation 2009-01-25 19:04:45 -05:00
Joey Hess 9a5085e512 clean up comment preview
Remove actions from it, and avoid a broken title link.
2009-01-25 18:56:47 -05:00
Joey Hess 35ea80bdfe Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-25 18:50:35 -05:00
Joey Hess 731fc9e7a2 comments: Add a moderation web interface. 2009-01-25 18:49:57 -05:00
Joey Hess 2ecb9e8e79 remove hr under comment actions
The horizontal line was only meant to be displayed under
the actions at the top of a page.
2009-01-25 18:35:18 -05:00
Joey Hess 8129266dad add alt tag 2009-01-25 17:51:00 -05:00
GuenterLadwig 4f098cfd05 2009-01-25 16:41:24 -05:00
GuenterLadwig d5cd831218 2009-01-25 16:40:29 -05:00
GnterLadwig f71abc92aa 2009-01-25 16:37:32 -05:00
GnterLadwig fe8dc7fa42 2009-01-25 16:34:27 -05:00
Joey Hess c154fa5d6c comments: If comment content checks fail, store the comment (in .ikiwiki/comments_pending) for moderator review. 2009-01-25 15:42:13 -05:00
Joey Hess 0cfb159bb0 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-25 14:40:32 -05:00
Joey Hess ee74e61ffc blogspam: Fix use of blogspam_options and blogspam_server config settings. 2009-01-25 14:37:04 -05:00
Rocco 31a6f1735c vote for Template::Toolkit 2009-01-25 03:39:52 -05:00
Joey Hess caa6a784b0 clarify description of verbose
It enables debug prints, so not just during building, but at runtime.
2009-01-24 13:04:59 -05:00
http://joey.kitenet.net/ a6eb921b9d 2009-01-24 12:43:32 -05:00