Commit Graph

9115 Commits (14e081b2c6cf5eed4903d61bee0a23ac49fc120f)

Author SHA1 Message Date
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
qiang 1f87dd2c7d 2009-01-24 12:37:53 -05:00
Joey Hess 7bdc8896df typo 2009-01-23 20:08:52 -05:00
Joey Hess a471ac68c8 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-23 16:54:13 -05:00
Joey Hess 1c369f1440 mention identica group 2009-01-23 16:46:49 -05:00
qiang 54265c655c 2009-01-23 04:50:07 -05:00
qiang 4a74d70ff5 2009-01-23 04:44:24 -05:00
justin 65af0cceaa followup on pagespec negation 2009-01-22 21:29:53 -05:00
Joey Hess ef856a5f7a typo 2009-01-22 21:10:05 -05:00
Joey Hess e1ff06b634 fix uninitialized value warnings
I suspect these are only triggered by spammers.
2009-01-22 20:58:49 -05:00
Joey Hess 6fb0ab580e fix typo 2009-01-22 20:53:47 -05:00
Joey Hess ede3962a54 response 2009-01-22 15:30:14 -05:00
justin 89587a07f4 question on locked_pages and users() in pagespec 2009-01-21 23:37:55 -05:00
Joey Hess d2579c0c12 one fleeting second thought 2009-01-21 23:12:44 -05:00
Joey Hess 7c67348882 response 2009-01-21 23:09:16 -05:00
Joey Hess 7c00c46bca Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-01-21 23:04:48 -05:00