From ddcab5e4dce6cb6cd130f7464438b8bc5227630f Mon Sep 17 00:00:00 2001 From: justint Date: Thu, 24 Feb 2011 03:28:41 +0000 Subject: --- doc/bugs/logout_in_ikiwiki.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/logout_in_ikiwiki.mdwn b/doc/bugs/logout_in_ikiwiki.mdwn index d9b6df677..7b5346864 100644 --- a/doc/bugs/logout_in_ikiwiki.mdwn +++ b/doc/bugs/logout_in_ikiwiki.mdwn @@ -29,3 +29,16 @@ It looks like there is no way to logout of ikiwiki at present, meaning that if y >> logout, help, recentchanges, edit, comment >> admin users - logout, help, recentchanges, edit, comment, etc + + +I was referred to this page from posting to the forum. I am also interested in being able to use user class and status to modify the page. I will try to put together a plugin. From what I can see there needs to be a few items in it. + +* It should expose a link to a dedicated login page that, once logged in, returns the user to the calling page, or at least the home page. + +* it needs to expose a link to a little json explaining the type of user and login status. + +* it should expose a link that logs the person out and returns to the calling page, or at least the home page. + +Then there would need to be a little javascript to use these links appropriately. I have little javascript experience but I know that can be done. I am less sure if it is possible to add this functionality to a plugin so I'll start with that. If no one objects I will continue to post here if I make progress. If anyone has any suggestions on how to modify my approach to code it in an easier way I'd appreciate the input. [[justint]] + + -- cgit v1.2.3 From 7c76cac6f6431211f80a9c9bdb6b0ace56c00d15 Mon Sep 17 00:00:00 2001 From: "Øyvind A. Holm" Date: Thu, 24 Feb 2011 21:26:50 +0100 Subject: Answer about the .deb file from Debian unstable --- doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn b/doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn index 4fc2855ee..c81d2863b 100644 --- a/doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn +++ b/doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn @@ -86,3 +86,15 @@ For now, I'll download the `.tar.gz` from generally been able to compile snapshots on Debian unstable and > install them onto Debian lenny (older than that Ubuntu release) > without modification. If in doubt, build it from source. --[[smcv]] + +> > The .deb file `ikiwiki_3.20110124_all.deb` from Debian unstable seems to +> > work great. I'm now the happy user of the newest stable version, yay. There +> > were some errors or warnings, though. This is the first one: + +> > > `You are overwriting a locally defined method (finished) with an accessor +> > > at /usr/lib/perl5/Moose/Meta/Attribute.pm line 570` + +> > Along with loads of other suspicious stuff. Have posted the whole output at +> > . I'll dig around a bit in the source to +> > see if there's something I need to worry about. It looks good so far. +> > -- [[sunny256]] 2011-02-24 20:27Z -- cgit v1.2.3 From 486b705a6667611e2a47c03533059badd983b31e Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Thu, 24 Feb 2011 21:52:43 +0000 Subject: doesn't look like an ikiwiki bug --- doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn b/doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn index c81d2863b..463b7b3f3 100644 --- a/doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn +++ b/doc/bugs/Checksum_errors_on_the_pristine-tar_branch.mdwn @@ -98,3 +98,6 @@ For now, I'll download the `.tar.gz` from > . I'll dig around a bit in the source to > > see if there's something I need to worry about. It looks good so far. > > -- [[sunny256]] 2011-02-24 20:27Z + +> > > Looks like a bug in [[!cpan Net::Amazon::S3::Client::Bucket]] or in something +> > > it uses, rather than in ikiwiki itself. --[[smcv]] -- cgit v1.2.3