]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix a common case typo
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 12 Aug 2008 19:48:44 +0000 (15:48 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 12 Aug 2008 19:48:44 +0000 (15:48 -0400)
.perlcriticrc
IkiWiki/Plugin/poll.pm
debian/changelog
doc/news/openid/discussion.mdwn
doc/todo/firm_up_plugin_interface.mdwn
doc/todo/progressbar_plugin.mdwn

index 0dd5260ae6022b4419f322bf0f9998eec48411ec..1e099736f487357eda17118e9f3a79e05870e312 100644 (file)
@@ -19,7 +19,7 @@ severity = 1
 # when they are part of the core program. I don't plan to have more than
 # the one exporting module in IkiWiki, so let's ignore this test.
 [-Modules::RequireFilenameMatchesPackage]
 # when they are part of the core program. I don't plan to have more than
 # the one exporting module in IkiWiki, so let's ignore this test.
 [-Modules::RequireFilenameMatchesPackage]
-# IkiWIki also switches _out_ of the core package when a package namespace
+# IkiWiki also switches _out_ of the core package when a package namespace
 # is a good way to group a set of functions. This doesn't mean I want it
 # loading up a separate file though, so it's in the same file.
 [-Modules::ProhibitMultiplePackages]
 # is a good way to group a set of functions. This doesn't mean I want it
 # loading up a separate file though, so it's in the same file.
 [-Modules::ProhibitMultiplePackages]
index b8d14ad3e620aedb31a70f6ad23b7a415f9d97eb..35717c85ff065511925712f6cd6b2482798cf659 100644 (file)
@@ -24,7 +24,7 @@ my %pagenum;
 sub preprocess (@) { #{{{
        my %params=(open => "yes", total => "yes", percent => "yes", @_);
 
 sub preprocess (@) { #{{{
        my %params=(open => "yes", total => "yes", percent => "yes", @_);
 
-       my $open=IkiWIki::yesno($params{open});
+       my $open=IkiWiki::yesno($params{open});
        my $showtotal=IkiWiki::yesno($params{total});
        my $showpercent=IkiWiki::yesno($params{percent});
        $pagenum{$params{page}}++;
        my $showtotal=IkiWiki::yesno($params{total});
        my $showpercent=IkiWiki::yesno($params{percent});
        $pagenum{$params{page}}++;
index e6b122e5d39ef272ad5bba74d5332bca9beb917f..f23d9c56cafcb9793c9818af0dec76bee7b31247 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (2.61) UNRELEASED; urgency=low
+
+  * poll: Fix typo that broke plugin.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 12 Aug 2008 15:48:36 -0400
+
 ikiwiki (2.60) unstable; urgency=low
  
   [ Joey Hess ]
 ikiwiki (2.60) unstable; urgency=low
  
   [ Joey Hess ]
index 64a29d345c08cef021596bb6ad6c89b160ca7325..fcefac76ee241bd6c6ab8be0ea75dc4c3b33e7dd 100644 (file)
@@ -48,7 +48,8 @@ only Apache/iptables rules for this? Maybe it's related to
 
 ### Logging Out
 
 
 ### Logging Out
 
-If I've logged in by OpenID, how do I log out?  I don't see any logout button anywhere on IkiWIki.  (is it because I hit "forever" for my OpenID authorization duration?)
+If I've logged in by OpenID, how do I log out?  I don't see any logout
+button anywhere on IkiWiki.  (is it because I hit "forever" for my OpenID authorization duration?)
 > No, it's because it's on the preferences page!  That's somewhat non-obvious...
 
 >> This is a problem with having a static wiki. If I just put "Logout" as
 > No, it's because it's on the preferences page!  That's somewhat non-obvious...
 
 >> This is a problem with having a static wiki. If I just put "Logout" as
index a8d34eadacb3c1ca1d26e6ede980f500dd74cea7..3d77179cf96e45e15c4b0104070600f7a45a8c9d 100644 (file)
@@ -37,6 +37,6 @@ Functions used by only some plugins, undecided about exporting:
 Variables used by plugins but not exported yet:
 
 * %IkiWiki::pagecase (aggregate)
 Variables used by plugins but not exported yet:
 
 * %IkiWiki::pagecase (aggregate)
-* %IkiWIki::backlinks (pagestats)
+* %IkiWiki::backlinks (pagestats)
 
 [[todo/done]]
 
 [[todo/done]]
index 436da4e1b217b4b8f603931d4274954e31da72dd..1df131ca392a5ad12e5d3229476118ffd6b073cc 100644 (file)
@@ -18,6 +18,8 @@ A here is its HTML result:
 Note: I was trying with `<span>` tags too, but that tag is inline, so I can't
 set `width` property for it.
 
 Note: I was trying with `<span>` tags too, but that tag is inline, so I can't
 set `width` property for it.
 
+> In the poll plugin, I ended up using 
+
 Default CSS styles for the plugin can be like below:
 
     div.progress {
 Default CSS styles for the plugin can be like below:
 
     div.progress {