Commit Graph

11926 Commits (2d4b84e45f1dc947e8bb9ff92ab543861223ff42)

Author SHA1 Message Date
Joey Hess 2d4b84e45f borders 2010-02-12 01:16:20 -05:00
Joey Hess 9cee2962e0 format plugin categorization 2010-02-12 01:10:36 -05:00
Joey Hess 0ea2f0936b add plugin section, and show which plugins need no configuration 2010-02-12 01:10:27 -05:00
Joey Hess 5b76fc824c reword 2010-02-12 00:22:00 -05:00
Joey Hess 18394f6ba9 improve websetup fieldset display
to handle sections
2010-02-12 00:21:12 -05:00
Joey Hess 8fdc238c8c fix websetup display of unsafe arrays in expert mode 2010-02-11 22:55:35 -05:00
Joey Hess 6f3641f16c add some openid matching tests 2010-02-11 22:42:24 -05:00
Joey Hess e091fab0e7 fix openid pagespec example 2010-02-11 22:42:10 -05:00
Joey Hess a63929f6cc Group related plugins into sections in the setup file, and drop unused rcs plugins from the setup file. 2010-02-11 22:24:15 -05:00
Joey Hess c923e0ba33 Allow globs to be used in user() pagespecs. 2010-02-11 20:39:10 -05:00
Joey Hess 7af18f2a1e 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.
2010-02-11 20:13:30 -05:00
Joey Hess 6f1d623618 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.
2010-02-11 19:54:40 -05:00
Joey Hess e6678275a9 fix logic error 2010-02-11 18:32:07 -05:00
Joey Hess e11876b700 httpauth: Add httpauth_pagespec setting that can be used to limit pages to only being edited via users authed with httpauth. 2010-02-11 18:25:10 -05:00
Joey Hess 046095552a 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. 2010-02-11 17:26:09 -05:00
Joey Hess f2d6d4f6b2 patch so far 2010-02-11 16:36:19 -05:00
Joey Hess c47712b340 clarify 2010-02-11 16:35:55 -05:00
Joey Hess ac8f03aa06 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-02-11 16:29:38 -05:00
Joey Hess 26c68a0c7a refresh patch; remaining problem 2010-02-11 16:28:22 -05:00
https://www.google.com/accounts/o8/id?id=AItOawn1lGvpPZ8dpuLSPLPa-jqpMef2KqeB1qI 8e0c0214bb 2010-02-10 23:30:11 +00:00
Joey Hess e91e88d68a response 2010-02-10 15:09:08 -05:00
https://www.google.com/accounts/o8/id?id=AItOawn1lGvpPZ8dpuLSPLPa-jqpMef2KqeB1qI 08b335638c reply, and suggestion 2010-02-10 19:59:35 +00:00
Joey Hess 8e75bcd2dc fix 2010-02-10 12:55:46 -05:00
Joey Hess 99f32638fa question 2010-02-10 12:52:04 -05:00
Joey Hess 5b55237ab1 add a link to another vim plugin 2010-02-10 12:51:11 -05:00
Joey Hess 246ca5ab0a Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-02-09 16:25:45 -05:00
Joey Hess a4ec579d1a amazon_s3: Fix to support the EU S3 datacenter, which is more picky about attempts to create already existing buckets. 2010-02-09 16:24:14 -05:00
Javier Rojas f48e98a2ac redaction 2010-02-08 23:39:06 -05:00
Javier Rojas 59868bce02 more notes about the ikiwiki-nav plugin
added installation notes

added pointer in the forum page to the created tip
2010-02-08 23:37:24 -05:00
Javier Rojas 06a56ea9d5 added tip about page navigation from within vim 2010-02-08 23:32:05 -05:00
Joey Hess 4ce14aa621 nte blogspam 2010-02-08 13:49:34 -05:00
Joey Hess fb6e73b369 move to correct location 2010-02-08 13:46:49 -05:00
simonraven c926d2d3f7 2010-02-07 20:30:59 +00:00
simonraven ef65fd58cf HTTP:BL plugin/inclusion 2010-02-07 20:29:24 +00:00
http://gustaf.thorslund.org/ 2e55a59835 Added missing '!' in "!format perl..." 2010-02-07 14:09:15 +00:00
http://www.google.com/profiles/schmonz 1bb06210e9 tested 2010-02-07 01:51:30 +00:00
Joey Hess 698386604a silly wabbit. spam written in sand washes away. ban for life of IP remains 2010-02-06 20:04:33 -05:00
Joey Hess ffc53c9f2c Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-02-06 20:04:17 -05:00
AlbertF 2700379ef3 2010-02-07 00:46:09 +00:00
AlbertF 343c876822 2010-02-07 00:45:02 +00:00
AlbertF a752bc3d12 2010-02-07 00:44:09 +00:00
AlbertF 961473473a 2010-02-07 00:43:34 +00:00
Joey Hess b0857e7555 remove pigro.net
Unfortunatly, www.pigro.net is down, and has been for some time.
2010-02-06 17:01:16 -05:00
Joey Hess aca4c725c3 update 2010-02-06 16:35:01 -05:00
Joey Hess 03810ebf40 add noindex robots directives 2010-02-06 16:29:04 -05:00
Joey Hess 5a2de27947 Fix color and format plugins to appear in the websetup interface. 2010-02-06 16:25:39 -05:00
Joey Hess caa5db6c54 add opendiscussion to auto-blog.setup 2010-02-06 16:20:03 -05:00
Joey Hess b384af237d opendiscussion: This plugin will also now allow posting comments
to otherwise locked-down sites.
2010-02-06 16:19:17 -05:00
Joey Hess e33a65719a ensure opendiscussion hook is always called before lockedit
This was only ordered ok due to luck before.
2010-02-06 16:12:29 -05:00
Joey Hess eda1d1321b auto-blog.setup: Lock all pages, so only admin can post to the blog by default. 2010-02-06 15:53:54 -05:00