On Sun 29 Jun 2003, Jody Belka <belkajm(a)aardvark-ss.com> wrote:
> 1) when doing the 'make test' for CGI::Wiki after telling it during the
> 'perl Makefile.PL' stage to use a remote mysql server for the tests it
> tries to use a local server for the dbixfts and search_invertedindex stuff
> (and therefore fails on those tests)
Thanks, will look at this after I do an OpenGuides release.
> 2) the OpenGuides cookie is set as a session only cookie. not sure if this
> is intentional or not, but thought it'd mention it
Fixed in CVS, thanks!
> 3) the OpenGuides cookie has the incorrect path info in it. on my site the
> path info should be '/birmingham/', but it is just '/'. now i know the
> cookies wouldn't clash if i had another OG site as the cookie name would
> be different, but i still think it should be set correctly
I think this might be a bit of a faff to set correctly; setting this
one aside for now.
> 4) the supersearch script doesn't have a -w on the hash-bang line. i know
> it has a 'use warnings' statement, but as i'm running my installation on
> 5.005_03 i had to comment all the use warnings lines out.
Sorted in CVS.
> 5) none of the scripts is running in taint mode. tut tut tut
Sorting this will require a patch to Search::InvertedIndex; I've put
it on the to-do list.
> 6) not sure if this would really be counted as a bug or a feature request,
> but it would be nice if build system for OG would add a 'use lib'
> statement to each script if it is being installed into a private perl
> library instead of the system perl library. i had to go through and add
> this manually to get everything working.
Could you suggest this to the Module::Build people? This would be
very useful.
> 1) could it be possible to tell OG that the main script is accessible as
> the default page for the mapped url, and then when doing a simple display
> of the home page removing the script name from it?
Not sure I follow this one.
Kake