From: R K <lin...@ho...> - 2004-10-27 06:30:07
|
Hi Boris, I have tried using A::P 1.15. The installation went smooth. Now while accessing some links I faced following: I kept on getting following errors: Cannot find encoding "$default_input_charset" at /tmp/.my_linux_box/local/lib/perl5/site_perl/5.8.2/Apache/PageKit/View.pm line 464 and then they disappeared after some time I have no idea how. I tried getting the errors back, but did not succeed. I was wondering if this has already been implemented. Suppose I wish to have pkit pages server from /pagekit. Now in the index.tmpl the links are as href="login1?...". Is it configurable to have href="/pagekit/login1?..." ? I would like to use it as following in httpd.conf : <Location /pagekit> .. .. </Location> Thanks -RK Boris Zentner wrote: > Hi, > > it has changes a lot, the patch is ~80k so I do not post it to A::P dev. > Please test it and provide some feedback. > > Currently avail on > http://eg.2bz.de/Apache-PageKit-1.15.tar.gz > > Next monday on CPAN. > > 1.15 > - Add: request_class parameter just for the case, that you like > another class or subclass do what Apache::Request do > for you. > Defaults to Apache::Request::PageKit ( Boris Zentner ) > - Fix: conversion error if the tmpl file's encoding is != utf8 > and no > content_var's are used. affects only perl < 5.8.0 > ( Boris Zentner ) > - Add: Basic testsuite ( Boris Zentner ) > - Remove setup_eg.pl this file is obsolete ( Boris Zentner ) > - Fix: Fresh created session cookie headers are wrongly not send > for pkit_redirect pages this is fixed now. ( Boris Zentner ) > - Add: Experimental support for Template Toolkit. Enabled with > template_class = "Template" in your Config.xml > ( Boris Zentner) > - Fix: with pkit_admin=on and perl 5.8.x the input data is > converted to your default_input_charset. > ( Boris Zentner, Sean Lee ) > - Send Content-Length header for static files. ( Boris Zentner ) > - Fix: eg/dbfile needs rw permission even for nobody or nouser > if apache is started as root. > ( Boris Zentner, Shawn Poulson ) > > > Changes | 21 + > MANIFEST | 40 ++- > META.yml | 4 > Makefile.PL | 327 ++++++++++++++++++++++---- > README | 29 +- > docsrc/manual.xml | 2 > docsrc/reference.xml | 14 + > eg/Model/MyPageKit/MyModel.pm | 9 > eg/View/Default/charset_tmpl.tmpl | 17 + > lib/Apache/PageKit.pm | 33 ++ > lib/Apache/PageKit/Content.pm | 5 > lib/Apache/PageKit/Model.pm | 12 > lib/Apache/PageKit/View.pm | 473 > ++++++++++++++++++++++++++++++++++---- > scripts/pkit_rename_app.pl | 69 +++++ > scripts/pkit_setup_db.pl | 153 ++++++++++++ > setup_eg.pl | 60 ---- > t/01_dummy.t | 5 > t/02_language.t | 61 ++++ > t/03_charset.t | 48 +++ > t/04_anon_cookies.t | 34 ++ > t/05_account.t | 65 +++++ > t/06_login.t | 60 ++++ > t/07_restricted.t | 32 ++ > t/08_fresh_cookie_redirect.t | 28 ++ > t/09_charset_tmpl.t | 45 +++ > t/10_pkit_comment.t | 19 + > t/1_dummy.t | 5 > t/TEST.PL | 44 ++- > 28 files changed, 1490 insertions(+), 224 deletions(-) > > -- > Boris > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Pagekit-users mailing list > Pag...@li... > https://lists.sourceforge.net/lists/listinfo/pagekit-users > > |