Joey Hess [Fri, 12 Feb 2010 08:43:01 +0000 (03:43 -0500)]
more tag reorg
Joey Hess [Fri, 12 Feb 2010 08:38:00 +0000 (03:38 -0500)]
plugin tag reorg
Joey Hess [Fri, 12 Feb 2010 06:16:20 +0000 (01:16 -0500)]
borders
Joey Hess [Fri, 12 Feb 2010 06:10:36 +0000 (01:10 -0500)]
format plugin categorization
Joey Hess [Fri, 12 Feb 2010 05:51:19 +0000 (00:51 -0500)]
add plugin section, and show which plugins need no configuration
Joey Hess [Fri, 12 Feb 2010 05:22:00 +0000 (00:22 -0500)]
reword
Joey Hess [Fri, 12 Feb 2010 05:21:12 +0000 (00:21 -0500)]
improve websetup fieldset display
to handle sections
Joey Hess [Fri, 12 Feb 2010 03:55:35 +0000 (22:55 -0500)]
fix websetup display of unsafe arrays in expert mode
Joey Hess [Fri, 12 Feb 2010 03:42:24 +0000 (22:42 -0500)]
add some openid matching tests
Joey Hess [Fri, 12 Feb 2010 03:42:10 +0000 (22:42 -0500)]
fix openid pagespec example
Joey Hess [Fri, 12 Feb 2010 03:24:15 +0000 (22:24 -0500)]
Group related plugins into sections in the setup file, and drop unused rcs plugins from the setup file.
Joey Hess [Fri, 12 Feb 2010 01:39:10 +0000 (20:39 -0500)]
Allow globs to be used in user() pagespecs.
Joey Hess [Fri, 12 Feb 2010 01:13:30 +0000 (20:13 -0500)]
reorder canedit checks during page creation to have best_loc first
When creating a page, multiple locations are tested to see if they can be
edited. If all fail, one of the failure subs is called, to log the user in
to allow them to proceed with the edit. So far so good.
But, what if some pages fail for one reason, and some for another? This
occurs when httpauth_pagespec is used in conjunction with signinedit (and
openid or something). When the user is not signed in at all
The former will fail to edit a page because the user was not httpauthed.
The latter will fail to edit a different page, because the user was not
signed in. One of their failure methods gets to run first.
The page creation code always ran the failure method corresponding to the
topmost page location. So, when editing a foo/Discussion page, and with
httpauth_pagespec => "*!/Discussion", it ran the httpauth failure method,
which was exactly the wrong thing to do.
I fixed this by making it instead run the failure method for the *best*
page location. In the above example, that's foo/Discussion, so signinedit
runs, as desired, and we get the signin page.
This seems like it will be the right choice, or at least an acceptable
choice. If a user wants to use httpauth they can always choose it on the
signin page.
Joey Hess [Fri, 12 Feb 2010 00:54:40 +0000 (19:54 -0500)]
partially fix httpauth canedit hook
My logic was right before. Cleaned up some code.
(Page creation is still a problem.)
Also, I removed the Edit url munging, because that is not
necessary with the canedit hook, since canedit will handle
redirection through cgiauthurl if necessary.
Joey Hess [Thu, 11 Feb 2010 23:32:07 +0000 (18:32 -0500)]
fix logic error
Joey Hess [Thu, 11 Feb 2010 23:25:10 +0000 (18:25 -0500)]
httpauth: Add httpauth_pagespec setting that can be used to limit pages to only being edited via users authed with httpauth.
Joey Hess [Thu, 11 Feb 2010 22:26:09 +0000 (17:26 -0500)]
httpauth: When cgiauthurl is configured, httpauth can now be used alongside other authentication methods (like openid or anonok). Rather than always redirect to the cgiauthurl for authentication, there is now a button on the login form to use it.
Joey Hess [Thu, 11 Feb 2010 21:36:19 +0000 (16:36 -0500)]
patch so far
Joey Hess [Thu, 11 Feb 2010 21:35:55 +0000 (16:35 -0500)]
clarify
Joey Hess [Thu, 11 Feb 2010 21:29:38 +0000 (16:29 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 11 Feb 2010 21:28:22 +0000 (16:28 -0500)]
refresh patch; remaining problem
Joey Hess [Wed, 10 Feb 2010 20:09:08 +0000 (15:09 -0500)]
response
reply, and suggestion
Joey Hess [Wed, 10 Feb 2010 17:55:46 +0000 (12:55 -0500)]
fix
Joey Hess [Wed, 10 Feb 2010 17:52:04 +0000 (12:52 -0500)]
question
Joey Hess [Wed, 10 Feb 2010 17:51:11 +0000 (12:51 -0500)]
add a link to another vim plugin
Joey Hess [Tue, 9 Feb 2010 21:25:45 +0000 (16:25 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 9 Feb 2010 21:24:14 +0000 (16:24 -0500)]
amazon_s3: Fix to support the EU S3 datacenter, which is more picky about attempts to create already existing buckets.
Javier Rojas [Tue, 9 Feb 2010 04:39:06 +0000 (23:39 -0500)]
redaction
Javier Rojas [Tue, 9 Feb 2010 04:37:24 +0000 (23:37 -0500)]
more notes about the ikiwiki-nav plugin
added installation notes
added pointer in the forum page to the created tip
Javier Rojas [Tue, 9 Feb 2010 04:32:05 +0000 (23:32 -0500)]
added tip about page navigation from within vim
Joey Hess [Mon, 8 Feb 2010 18:49:34 +0000 (13:49 -0500)]
nte blogspam
Joey Hess [Mon, 8 Feb 2010 18:46:49 +0000 (13:46 -0500)]
move to correct location
simonraven [Sun, 7 Feb 2010 20:30:59 +0000 (20:30 +0000)]
simonraven [Sun, 7 Feb 2010 20:29:24 +0000 (20:29 +0000)]
HTTP:BL plugin/inclusion
http://gustaf.thorslund.org/ [Sun, 7 Feb 2010 14:09:15 +0000 (14:09 +0000)]
Added missing '!' in "!format perl..."
http://www.google.com/profiles/schmonz [Sun, 7 Feb 2010 01:51:30 +0000 (01:51 +0000)]
tested
Joey Hess [Sun, 7 Feb 2010 01:04:33 +0000 (20:04 -0500)]
silly wabbit. spam written in sand washes away. ban for life of IP remains
Joey Hess [Sun, 7 Feb 2010 01:04:17 +0000 (20:04 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
AlbertF [Sun, 7 Feb 2010 00:46:09 +0000 (00:46 +0000)]
AlbertF [Sun, 7 Feb 2010 00:45:02 +0000 (00:45 +0000)]
AlbertF [Sun, 7 Feb 2010 00:44:09 +0000 (00:44 +0000)]
AlbertF [Sun, 7 Feb 2010 00:43:34 +0000 (00:43 +0000)]
Joey Hess [Sat, 6 Feb 2010 22:01:16 +0000 (17:01 -0500)]
remove pigro.net
Unfortunatly, www.pigro.net is down, and has been for some time.
Joey Hess [Sat, 6 Feb 2010 21:35:01 +0000 (16:35 -0500)]
update
Joey Hess [Sat, 6 Feb 2010 21:29:04 +0000 (16:29 -0500)]
add noindex robots directives
Joey Hess [Sat, 6 Feb 2010 21:25:39 +0000 (16:25 -0500)]
Fix color and format plugins to appear in the websetup interface.
Joey Hess [Sat, 6 Feb 2010 21:20:03 +0000 (16:20 -0500)]
add opendiscussion to auto-blog.setup
Joey Hess [Sat, 6 Feb 2010 21:19:17 +0000 (16:19 -0500)]
opendiscussion: This plugin will also now allow posting comments
to otherwise locked-down sites.
Joey Hess [Sat, 6 Feb 2010 21:12:29 +0000 (16:12 -0500)]
ensure opendiscussion hook is always called before lockedit
This was only ordered ok due to luck before.
Joey Hess [Sat, 6 Feb 2010 20:53:54 +0000 (15:53 -0500)]
auto-blog.setup: Lock all pages, so only admin can post to the blog by default.
Joey Hess [Sat, 6 Feb 2010 20:29:25 +0000 (15:29 -0500)]
update comment re openid library version
Joey Hess [Sat, 6 Feb 2010 04:06:29 +0000 (23:06 -0500)]
revert accidental code change
Joey Hess [Fri, 5 Feb 2010 20:22:02 +0000 (15:22 -0500)]
response
Joey Hess [Fri, 5 Feb 2010 18:46:35 +0000 (13:46 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 5 Feb 2010 18:46:12 +0000 (13:46 -0500)]
scratch patch
http://edward.myopenid.com/ [Fri, 5 Feb 2010 03:25:22 +0000 (03:25 +0000)]
add 'or' to pagespec
Joey Hess [Thu, 4 Feb 2010 23:24:15 +0000 (18:24 -0500)]
factor out a userpage function
Not yet exported, as only 4 quite core plugins use it.
Joey Hess [Thu, 4 Feb 2010 20:30:41 +0000 (15:30 -0500)]
Add link to userpage (or creation link) to top of preferences page.
Joey Hess [Thu, 4 Feb 2010 20:17:21 +0000 (15:17 -0500)]
remove userlink()
That was dead code; changes to lockedit and recentchanges removed the last
callers.
Joey Hess [Thu, 4 Feb 2010 20:10:55 +0000 (15:10 -0500)]
typo
Joey Hess [Thu, 4 Feb 2010 20:07:30 +0000 (15:07 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 4 Feb 2010 20:07:10 +0000 (15:07 -0500)]
Improve display of openid in preferences page.
Now that openiduser is in IkiWiki core, it's ok to have passwordauth check
for it, and avoid displaying useless password fields when showing
preferences for an openid.
Also improved the styling of the display of the openid in the preferneces
page.
Joey Hess [Thu, 4 Feb 2010 19:51:56 +0000 (14:51 -0500)]
Allow jumping directly into account registration process by going to ikiwiki.cgi?do=register
Javier Rojas [Thu, 4 Feb 2010 03:48:15 +0000 (22:48 -0500)]
signature
Javier Rojas [Thu, 4 Feb 2010 03:47:26 +0000 (22:47 -0500)]
new forum post
Javier Rojas [Thu, 4 Feb 2010 02:59:38 +0000 (21:59 -0500)]
response
Joey Hess [Tue, 2 Feb 2010 18:31:07 +0000 (13:31 -0500)]
partial review
David Riebenbauer [Tue, 2 Feb 2010 13:50:01 +0000 (14:50 +0100)]
also tag 'patch/core', considering that over half of the changes are there
David Riebenbauer [Tue, 2 Feb 2010 13:32:51 +0000 (14:32 +0100)]
add git repository 'davrieb' and document branch on userpage
David Riebenbauer [Tue, 2 Feb 2010 12:54:51 +0000 (13:54 +0100)]
Document git branch for automatically creating tag pages.
Josh Triplett [Tue, 2 Feb 2010 10:56:06 +0000 (02:56 -0800)]
New todo item for wrapperuser configuration option
Joey Hess [Mon, 1 Feb 2010 21:06:51 +0000 (16:06 -0500)]
thanks schmonz for your kind donation
Joey Hess [Mon, 1 Feb 2010 20:34:10 +0000 (15:34 -0500)]
ready to pull, and thoughts
Joey Hess [Mon, 1 Feb 2010 20:18:53 +0000 (15:18 -0500)]
setup automator: Configure Term::Readline to use bold for prompt, rather than default underline. Closes: #517656
Joey Hess [Mon, 1 Feb 2010 20:17:13 +0000 (15:17 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://jmtd.livejournal.com/ [Mon, 1 Feb 2010 11:09:27 +0000 (11:09 +0000)]
also potwiki
Joey Hess [Sun, 31 Jan 2010 19:03:19 +0000 (14:03 -0500)]
document that state variables are not available in the checkconfig hook
Javier Rojas [Sun, 31 Jan 2010 16:35:33 +0000 (11:35 -0500)]
moved discussion to the forum main page
Javier Rojas [Sun, 31 Jan 2010 02:38:47 +0000 (21:38 -0500)]
missing signature
Javier Rojas [Sun, 31 Jan 2010 02:35:12 +0000 (21:35 -0500)]
reply to forum discussion
Javier Rojas [Sun, 31 Jan 2010 02:30:14 +0000 (21:30 -0500)]
testing push
Joey Hess [Fri, 29 Jan 2010 21:05:45 +0000 (16:05 -0500)]
note on filtering
Joey Hess [Fri, 29 Jan 2010 03:43:23 +0000 (22:43 -0500)]
oh, we didn't convert this one yet.
Joey Hess [Fri, 29 Jan 2010 03:41:35 +0000 (22:41 -0500)]
iainmclaren.com not using ikiwiki now
Joey Hess [Fri, 29 Jan 2010 03:41:06 +0000 (22:41 -0500)]
added Anna and Mark's bevvy of websites
Joey Hess [Fri, 29 Jan 2010 02:07:23 +0000 (21:07 -0500)]
img: Fix a bug that could taint @links with undef values.
Joey Hess [Thu, 28 Jan 2010 10:23:28 +0000 (05:23 -0500)]
revert spam
MariaJackson [Thu, 28 Jan 2010 09:58:20 +0000 (09:58 +0000)]
Joey Hess [Thu, 28 Jan 2010 09:35:58 +0000 (04:35 -0500)]
new repo
Joey Hess [Wed, 27 Jan 2010 03:26:50 +0000 (22:26 -0500)]
template: Preprocess parameters before htmlizing.
Consider a template like:
[[!template type=note text="""
[[!inline pages="*foo*"]]
"""]]
The text parameter is htmlized before being passed into the template (in
case the template wraps it in a <span> that prevents markdown from
htmlizing it later).
But, when markdown sees "*foo*", it turns that into <em>foo</em>.
Later, when preprocessing the inline directive, that leads to suprising
results.
To fix this, I made template parameters be preprocessed (and filtered)
before being htmlized.
Note that I left in the preprocessing (and filtering) of the template
output at the end. That's still relevant when the template itself contains
preprocessor directives.
Joey Hess [Mon, 25 Jan 2010 04:32:19 +0000 (23:32 -0500)]
Revert spam
HelenOliver [Mon, 25 Jan 2010 04:21:27 +0000 (04:21 +0000)]
added references
http://kerravonsen.dreamwidth.org/ [Sun, 24 Jan 2010 09:41:44 +0000 (09:41 +0000)]
note new version of getfield
http://kerravonsen.dreamwidth.org/ [Sun, 24 Jan 2010 09:38:40 +0000 (09:38 +0000)]
new release of getfield; can now get values from other pages as well as current page
http://kerravonsen.dreamwidth.org/ [Sun, 24 Jan 2010 03:06:06 +0000 (03:06 +0000)]
link to site
http://kerravonsen.dreamwidth.org/ [Sun, 24 Jan 2010 02:59:11 +0000 (02:59 +0000)]
note that report is now released
http://kerravonsen.dreamwidth.org/ [Sun, 24 Jan 2010 02:52:57 +0000 (02:52 +0000)]
new report plugin