Joey Hess [Mon, 26 Jan 2009 18:35:50 +0000 (13:35 -0500)]
remove redundant use
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)
Joey Hess [Mon, 26 Jan 2009 18:33:02 +0000 (13:33 -0500)]
non-code changes
Joey Hess [Mon, 26 Jan 2009 18:28:57 +0000 (13:28 -0500)]
more unnecessary parens
Joey Hess [Mon, 26 Jan 2009 18:25:05 +0000 (13:25 -0500)]
avoid keeping running if a DOS attack is possible
Joey Hess [Mon, 26 Jan 2009 18:24:33 +0000 (13:24 -0500)]
remove unnecessary parens
Joey Hess [Mon, 26 Jan 2009 18:21:33 +0000 (13:21 -0500)]
another useless use of scalar
scalar(undef) is undef, so using scalar here had no effect.
Instead make the function return "", probably avoiding an uninitialized
value warning.
Joey Hess [Mon, 26 Jan 2009 18:17:14 +0000 (13:17 -0500)]
remove useless uses of scalar
if (scalar @array) is written idiomatically in perl as
if (@array).
Joey Hess [Mon, 26 Jan 2009 18:15:29 +0000 (13:15 -0500)]
improve some english
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.
Joey Hess [Mon, 26 Jan 2009 18:10:37 +0000 (13:10 -0500)]
avoid standalone -e or foo syntax
I prefer to use either of the other two syntaxes perl offers, and not this
one.
Joey Hess [Mon, 26 Jan 2009 18:08:25 +0000 (13:08 -0500)]
avoid mixing english with translation
"google search" is english which would get mixed in with translated text.
Instead, usr just the plugin name.
Joey Hess [Mon, 26 Jan 2009 18:05:38 +0000 (13:05 -0500)]
Merge branch 'master' into po
qiang [Mon, 26 Jan 2009 10:35:55 +0000 (05:35 -0500)]
Joey Hess [Mon, 26 Jan 2009 04:13:14 +0000 (23:13 -0500)]
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
f71abc92aa279fbe0b7578b8c4752d775dd4a259
breaking things.
Joey Hess [Mon, 26 Jan 2009 04:02:11 +0000 (23:02 -0500)]
update
Joey Hess [Mon, 26 Jan 2009 03:59:20 +0000 (22:59 -0500)]
update
Joey Hess [Mon, 26 Jan 2009 03:44:38 +0000 (22:44 -0500)]
typo
Joey Hess [Mon, 26 Jan 2009 03:30:28 +0000 (22:30 -0500)]
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.
Joey Hess [Mon, 26 Jan 2009 03:25:45 +0000 (22:25 -0500)]
add reject all marked defer checkbox
Joey Hess [Mon, 26 Jan 2009 00:45:56 +0000 (19:45 -0500)]
sort comment queue by time, newest first
Joey Hess [Mon, 26 Jan 2009 00:04:45 +0000 (19:04 -0500)]
add a button to prefs page for comment moderation
Joey Hess [Sun, 25 Jan 2009 23:56:47 +0000 (18:56 -0500)]
clean up comment preview
Remove actions from it, and avoid a broken title link.
Joey Hess [Sun, 25 Jan 2009 23:50:35 +0000 (18:50 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 25 Jan 2009 23:49:57 +0000 (18:49 -0500)]
comments: Add a moderation web interface.
Joey Hess [Sun, 25 Jan 2009 23:35:18 +0000 (18:35 -0500)]
remove hr under comment actions
The horizontal line was only meant to be displayed under
the actions at the top of a page.
Joey Hess [Sun, 25 Jan 2009 22:51:00 +0000 (17:51 -0500)]
add alt tag
GuenterLadwig [Sun, 25 Jan 2009 21:41:24 +0000 (16:41 -0500)]
GuenterLadwig [Sun, 25 Jan 2009 21:40:29 +0000 (16:40 -0500)]
GünterLadwig [Sun, 25 Jan 2009 21:37:32 +0000 (16:37 -0500)]
GünterLadwig [Sun, 25 Jan 2009 21:34:27 +0000 (16:34 -0500)]
Joey Hess [Sun, 25 Jan 2009 20:42:13 +0000 (15:42 -0500)]
comments: If comment content checks fail, store the comment (in .ikiwiki/comments_pending) for moderator review.
Joey Hess [Sun, 25 Jan 2009 19:40:32 +0000 (14:40 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 25 Jan 2009 19:37:04 +0000 (14:37 -0500)]
blogspam: Fix use of blogspam_options and blogspam_server config settings.
Rocco [Sun, 25 Jan 2009 08:39:52 +0000 (03:39 -0500)]
vote for Template::Toolkit
Joey Hess [Sat, 24 Jan 2009 18:04:59 +0000 (13:04 -0500)]
clarify description of verbose
It enables debug prints, so not just during building, but at runtime.
http://joey.kitenet.net/ [Sat, 24 Jan 2009 17:43:32 +0000 (12:43 -0500)]
qiang [Sat, 24 Jan 2009 17:37:53 +0000 (12:37 -0500)]
Joey Hess [Sat, 24 Jan 2009 01:08:52 +0000 (20:08 -0500)]
typo
Joey Hess [Fri, 23 Jan 2009 21:54:13 +0000 (16:54 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 23 Jan 2009 21:46:49 +0000 (16:46 -0500)]
mention identica group
qiang [Fri, 23 Jan 2009 09:50:07 +0000 (04:50 -0500)]
qiang [Fri, 23 Jan 2009 09:44:24 +0000 (04:44 -0500)]
justin [Fri, 23 Jan 2009 02:29:53 +0000 (21:29 -0500)]
followup on pagespec negation
Joey Hess [Fri, 23 Jan 2009 02:10:05 +0000 (21:10 -0500)]
typo
Joey Hess [Fri, 23 Jan 2009 01:58:49 +0000 (20:58 -0500)]
fix uninitialized value warnings
I suspect these are only triggered by spammers.
Joey Hess [Fri, 23 Jan 2009 01:53:47 +0000 (20:53 -0500)]
fix typo
Joey Hess [Thu, 22 Jan 2009 20:30:14 +0000 (15:30 -0500)]
response
justin [Thu, 22 Jan 2009 04:37:55 +0000 (23:37 -0500)]
question on locked_pages and users() in pagespec
Joey Hess [Thu, 22 Jan 2009 04:12:44 +0000 (23:12 -0500)]
one fleeting second thought
Joey Hess [Thu, 22 Jan 2009 04:09:16 +0000 (23:09 -0500)]
response
Joey Hess [Thu, 22 Jan 2009 04:04:48 +0000 (23:04 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
justin [Thu, 22 Jan 2009 04:03:08 +0000 (23:03 -0500)]
Question about user tests
Joey Hess [Thu, 22 Jan 2009 04:01:37 +0000 (23:01 -0500)]
add
Gabriel McManus [Mon, 7 Jul 2008 11:33:01 +0000 (21:33 +1000)]
img: only provide alt text if it was specified
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)
kgjenkins [Wed, 21 Jan 2009 22:52:10 +0000 (17:52 -0500)]
added version
kent [Wed, 21 Jan 2009 02:04:25 +0000 (21:04 -0500)]
Joey Hess [Tue, 20 Jan 2009 21:30:59 +0000 (16:30 -0500)]
add human-readable error when unknown pagespec function is called
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.
Joey Hess [Tue, 20 Jan 2009 16:33:47 +0000 (11:33 -0500)]
cleanup
Joey Hess [Tue, 20 Jan 2009 16:32:48 +0000 (11:32 -0500)]
response
Joey Hess [Tue, 20 Jan 2009 16:20:13 +0000 (11:20 -0500)]
Remove nonstandard css. Closes: #512378
Joey Hess [Tue, 20 Jan 2009 16:12:49 +0000 (11:12 -0500)]
fix removal form display
The form was misdisplayed when displayed via comment removal.
Joey Hess [Tue, 20 Jan 2009 16:12:17 +0000 (11:12 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://taozhyn.myopenid.com/ [Tue, 20 Jan 2009 04:33:34 +0000 (23:33 -0500)]
intrigeri [Mon, 19 Jan 2009 23:53:46 +0000 (00:53 +0100)]
po: let's walk the last steps needed before merge!
Signed-off-by: intrigeri <intrigeri@boum.org>
Joey Hess [Mon, 19 Jan 2009 19:11:15 +0000 (14:11 -0500)]
blogspam: Log spam info on failure.
Víctor Moral [Mon, 19 Jan 2009 08:02:21 +0000 (09:02 +0100)]
Updated spanish translation
intrigeri [Mon, 19 Jan 2009 18:53:32 +0000 (19:53 +0100)]
remove cansave plugin, now replaced by Joey's checkcontent one
Signed-off-by: intrigeri <intrigeri@boum.org>
http://zms.myopenid.com/ [Mon, 19 Jan 2009 18:45:29 +0000 (13:45 -0500)]
intrigeri [Mon, 19 Jan 2009 18:44:39 +0000 (19:44 +0100)]
make checkcontent compatible with hooks that need the full content
Always pass the full (modified) content in `content` named parameter. When the
user edits an existing wiki page, also pass a `diff` named parameter, which
includes only the lines that they added to the page, or modified.
Signed-off-by: intrigeri <intrigeri@boum.org>
http://zms.myopenid.com/ [Mon, 19 Jan 2009 18:43:00 +0000 (13:43 -0500)]
kent [Mon, 19 Jan 2009 08:06:36 +0000 (03:06 -0500)]
Joey Hess [Sun, 18 Jan 2009 19:52:49 +0000 (14:52 -0500)]
Avoid feeding decoded unicode to Term::ReadLine
That resulted in double encoded display when using perl's stub
readline module. Apparently that module unconditionally upgrades
text to utf8, in a quite braindead way.
(Term::ReadLine::Gnu::Perl worked ok.)
http://smcv.pseudorandom.co.uk/ [Sun, 18 Jan 2009 18:36:22 +0000 (13:36 -0500)]
overriding visible modification time (to avoid insignificant edits flooding planets)
Simon McVittie [Sun, 18 Jan 2009 17:30:52 +0000 (17:30 +0000)]
Some more thoughts about a gallery plugin
Simon McVittie [Sun, 18 Jan 2009 16:49:53 +0000 (16:49 +0000)]
Add myself to ikiwikiusers
http://smcv.pseudorandom.co.uk/ [Sun, 18 Jan 2009 16:40:57 +0000 (11:40 -0500)]
fix typo, mention git branch
http://smcv.pseudorandom.co.uk/ [Sun, 18 Jan 2009 14:52:51 +0000 (09:52 -0500)]
underlay plugin, a command-line interface for add_underlay()
intrigeri [Sun, 18 Jan 2009 12:56:15 +0000 (13:56 +0100)]
Merge commit 'upstream/master' into prv/po
cfm [Sun, 18 Jan 2009 04:46:20 +0000 (23:46 -0500)]
I really ought to RTFM before I make todo requests, eh?
cfm [Sun, 18 Jan 2009 00:59:36 +0000 (19:59 -0500)]
Created user page.
cfm [Sun, 18 Jan 2009 00:58:07 +0000 (19:58 -0500)]
intrigeri [Sat, 17 Jan 2009 23:45:46 +0000 (00:45 +0100)]
fix previous buggy merge
intrigeri [Sat, 17 Jan 2009 23:38:31 +0000 (00:38 +0100)]
Merge commit 'upstream/master' into prv/po
Conflicts:
t/syntax.t
Joey Hess [Sat, 17 Jan 2009 23:27:29 +0000 (18:27 -0500)]
add news item for ikiwiki 3.02
Joey Hess [Sat, 17 Jan 2009 23:27:05 +0000 (18:27 -0500)]
releasing version 3.02
Joey Hess [Sat, 17 Jan 2009 20:39:08 +0000 (15:39 -0500)]
blogspam api now supports homepage link
Joey Hess [Sat, 17 Jan 2009 19:56:48 +0000 (14:56 -0500)]
load rpc xml lib on the fly
This way, enabling the plugin via websetup is safe, it can't leave
ikiwiki in a broken state.
Joey Hess [Sat, 17 Jan 2009 18:39:53 +0000 (13:39 -0500)]
use short names in comittype
Use mtn for monontone and hg for mercurial. The long names cause ugly
formatting in recentchanges, which has CSS that only allows a few
characters for the commit type column.
Joey Hess [Sat, 17 Jan 2009 18:28:53 +0000 (13:28 -0500)]
back to apt-get
Using aptitude command lines used to be a good idea, but apt and aptitude
share info now, and apt-get has all the important features of aptitude
PaulePanter [Sat, 17 Jan 2009 14:56:50 +0000 (09:56 -0500)]
Typo.
intrigeri [Sat, 17 Jan 2009 13:01:53 +0000 (14:01 +0100)]
Merge commit 'upstream/master' into prv/po
Conflicts:
IkiWiki/Plugin/editpage.pm
IkiWiki/Plugin/skeleton.pm.example
doc/plugins/write.mdwn
t/syntax.t
intrigeri [Sat, 17 Jan 2009 12:50:19 +0000 (13:50 +0100)]
po(doc): moved security analysis to its own page
Signed-off-by: intrigeri <intrigeri@boum.org>
PaulePanter [Sat, 17 Jan 2009 12:35:51 +0000 (07:35 -0500)]
As far as I know, aptitude is recommended by Debian. And who does use apt-get instead should know to replace aptitude by apt-get.
http://lapo.it/ [Sat, 17 Jan 2009 12:17:25 +0000 (07:17 -0500)]
added monotone wiki, which uses ikiwiki-on-monotone
http://evacuee.myid.net/ [Sat, 17 Jan 2009 07:29:59 +0000 (02:29 -0500)]
Joey Hess [Sat, 17 Jan 2009 04:07:02 +0000 (23:07 -0500)]
mention dep
Joey Hess [Sat, 17 Jan 2009 03:46:10 +0000 (22:46 -0500)]
add link to options list
Joey Hess [Sat, 17 Jan 2009 03:42:30 +0000 (22:42 -0500)]
add blogspam to auto-blog
configure it to only check comment posts for spam
Joey Hess [Sat, 17 Jan 2009 03:42:24 +0000 (22:42 -0500)]
reorder
Joey Hess [Sat, 17 Jan 2009 03:39:46 +0000 (22:39 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 17 Jan 2009 03:39:11 +0000 (22:39 -0500)]
blogspam: New plugin, adding spam filtering for page editing / comment posting using the BlogSpam.net API.