HOME | NEWS | FAQ | DOCUMENTATION | DOWNLOADS | LINKS | CONTACTS

Downloads

The latest version can be found here. I am also hosting the download on SourceForge which I try and keep up to date.

As an experimental service I am providing a compacted version of the latest Paloose. Please treat with caution and report any problems. It does not have comments or logging. It has been tested on my local servers but obviously there may conditions where it gives problems.

If you have a problem downloading the latest Log4PHP and running it with Paloose the the following download is the version of Log4PHP that I use and I know works with the current version of Paloose. Any problems then please EMAIL me (info@paloose.org).

Warning

If you are upgrading from a version before 1.1.2b1 then please add the following line to your Paloose.php file in your site root.

// -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* // Where the main log4php logger configuration file is kept. You can use pseudo // protocols here. define( 'LOGGER_CONFIG', 'context://configs/Paloose.xml' ); define( 'LOG4PHP_DIR', '../log4php' ); // -- Add this line

Version History

1.1.2b1 26 November 2008 •Removed log4PHP from Paloose library and rely on it being present on host system.
1.1.2 15 October 2008 •Added GedCom support.
1.1.1b3 8 October 2008 •Tidied up I18nTransformer where I18n namespace was being used on attributes.
•Improved I18nTransformer default time.date patterns.
1.1.1b2 7 October 2008 •Cured bug where ImageMagick files had fixed bin path. This does mean that an extra line is put in your paloose.php file that sits at the root of your project. The line is "define( 'IMAGEMAGICK_BIN', '/usr/local/bin/' );". Insert it after the other Gallery definition. It provides a means of resolvinf the ImageMagick compoents path if not already preset into the PATH variable. See the paloose.php.dist file for exactly what to do.
1.1.1b1 24 August 2008 •Minor cosmetics and included (undocumented) Gedcom Generator support.
•Cured bug in Aggregator stopping context:// pseudo-protocols from working.
•Cured namespace problem in Galleries (must have namespace in gallery.xml).
1.1.0 3 June 2008 •Made Paloose consistent with Cocoon sitemap call statements.
1.0.5 - 1.0.7 21 May 2008 •Cured toString() in PipeElement producing malformed XML.
•Added better error reporting in GalleryTransformer when image file does not exist.
•Added better browser checking.
•Added iPhone support in the browser selector.
•Cured problem in SelectorPipeElement with nested select constructions.
1.0.4 18 December 2007 •Added ImageMagick support in GalleryImage
•Minor cosmetic fixes
1.0.3 17 November 2007 •Added RequestparameterSelector
•Minor cosmetic fixes
1.0.2 26 October 2007 •Cured bug where root attributes not taken in XHTMLSerializer.
1.0.1 12 August 2007 •Updates to improve error checking.
1.0.0b8 1 May 2007 •Added DirectoryGenerator.
1.0.0b7 26 April 2007 •Ensured that any configuration variable that is left out is always defined to a default. On existing systems you may have to change your "paloose.php" file that sits in your site root file (the file that contains all the definitions). Please see the "paloose/resources/templates/paloose.php.dist" file for an example. This version should continue to work with existing systems though.
1.0.0b6 24 April 2007 •Corrected some untidiness in the base classes for components (Transformers, Generators etc).
1.0.0b5 23 April 2007 •Made error reporting a little cleaner for XML/XSLT problems (not well formed etc).
•Minor cosmetics.
1.0.0b4 4 April 2007 •Cured bug in GalleryTransformer.
1.0.0b3 30 March 2007 •Created new class hierarchy for the pipeline elements. Only of note if you have created your own pipeline components. The inheritance is now from an intermediate class not the PipeElement class. For example TransformerPipeElement for all transformers. This affects generators, actions, transformers, selectors, readers, and serializers.
•Cured bug in Readers that would cause exception on duplicate Reader name in subsitemaps, rather than redefine.
•(Note version numbering change :-( — still beta at this stage)
1.0.0b2 27 March 2007 •Added LogTransformer for pipeline logging.
1.0.0b1 26 March 2007 •This a true beta version, please treat with caution.
•Added PXTemplateGen generator for expanding embedded sitemap variables.
•Added SourceWriteTransformer for diverting XML to external file (cf Cocoon).
•Added PasswordTransformer for encrypting passwords in Authorisation framework.
•Added Authorisation actions: AuthAction, AuthenticationActions, LoginAction and LogoutAction.
•Added Paloose Form framework.
•Added Paloose Continuations/Flow framework.
•Cured problem where sitemap pseudo-protocols parameters were not being expanded.
•More minor code documentation updates.
0.15.0 12 February 2007 •Allowed subsitemaps to declare new components or override previously higher declared ones.
•Minor documentation updates.
0.14.1 16 January 2007 •Cured minor bug in ResourceReader (unset variable).
•Cured bug in Mount where sitemap variables were not expanded.
•Cured bug in I18nTransformer (wrong check, unset variable in time evaluate).
0.14.0 11 January 2007 •Major changes to code documentation and comments.
•Major code refining and bugs corrected.
•Added redirect-to pipeline element.
•Added internal-only pipelines.
0.13.0 29 December 2006 •Internal issue (not released).
0.12.0 10 December 2006 •Internal issue (not released).
0.11.1 5 December 2006 •Global declaration of $gConfiguration missing in TidyGenerator.
0.11.0 5 December 2006 •Added POST information into RequestParameterModule.
•Removed global variable for error messages (now passed through exceptions).
•Added SendMail action (Action, Actions, SendMailAction classes added).
•Cured bug in ErrorPage that occasionally gave errors in display.
•Many minor cosmetic changes.
•Major code documentation changes (still more to do).
0.10.1 22 November 2006 •Corrected uninitialised variable in PageHitTransformer
0.10.0 21 November 2006 •Major bug correction release.
•Corrected sloppy programming and added stronger typing (as far as is possible with PHP).
0.9.2b1 16 November 2006 •Replaced PipeElementInterface and changed component constructors to be more strict with interface.
•Updates HandleError class to use PipeElement static component creation.
•Several documentation tidies as well.
•Please use this version with caution as it is not finally tested. It works with the Paloose site which uses all Paloose components, but there is still a chance I missed something.
0.9.1 15 November 2006 •Removed PipeElementInterface until further notice.
0.9.0 2 November 2006 •Added resources (like Cocoon) so that common pipeline fragements may be built and called from other pipelines.
•Cleaned up several areas of bad code and documentation.
•Cured several bugs in the error reporting.
•Made sure all pipe building components used same creation process in PipeElement class.
0.8.0 26 October 2006 •Added XHTMLSerializer, XMLSerializer and TextSerializer.
•Added doctype and encoding parameters to HTMLSerializer and XHTMLSerializer.
0.7.0 24 October 2006 •Added RegexpURIMatcher.
•Cleaned up use of matchers.
•Changed WildcardURIException to be a more general matcher exception, MatcherException.
•Cleaned up comments that were misleading (still some more to sort out unfortunately).
0.6.3 19 October 2006 •Minor change to the way date is processed in I18nTransformer.
0.6.2 16 October 2006 •Cosmetic changes to debugging methods.
0.6.1 4 October 2006 •Changes to date/time processing in I18nTransformer.
0.6.0 19 September 2006 •Added BrowserSelector
•Changed Match class to use common methods with BrowserSelector
•Added more how2 pages on BrowserSelector and I18nTransformer
•Added example for I18nTransformer
•Numerous internal clean ups
0.5.1 13 August 2006 Changed base class for WildcardURIMatcherException
0.5.0 12 August 2006 Preliminary TidyGenerator added
0.4.0 1 August 2006 PageHit and Gallery Transformers added
0.3.0 20 July 2006 i18n translation mechanism completely rewritten
0.2.0 13 July 2006 Views mechanism sorted
0.1.0 15 June 2006 First issue
 
left footerCopyright 2006 – 2008 Hugh Field-Richards. All Rights Reserved.