Mailing List Archive

[bricoleurs/bricolage] f3605e: Fix invalid boolean in Bric::Biz::Contact.
Branch: refs/heads/master
Home: http://github.com/bricoleurs/bricolage

Commit: f3605ed99ef90526fb3c4fa3ea386e05e40e7fbb
http://github.com/bricoleurs/bricolage/commit/f3605ed99ef90526fb3c4fa3ea386e05e40e7fbb
Author: David Oliveira <d.oliveira@prozone.org>
Date: 2010-01-19 (Tue, 19 Jan 2010)

Changed paths:
M comp/widgets/help/patchers.html
M lib/Bric/Biz/Contact.pm
M lib/Bric/Changes.pod
M lib/Bric/License.pod

Log Message:
-----------
Fix invalid boolean in Bric::Biz::Contact.
[bricoleurs/bricolage] f3605e: Fix invalid boolean in Bric::Biz::Contact. [ In reply to ]
Branch: refs/heads/work
Home: http://github.com/bricoleurs/bricolage

Commit: f3605ed99ef90526fb3c4fa3ea386e05e40e7fbb
http://github.com/bricoleurs/bricolage/commit/f3605ed99ef90526fb3c4fa3ea386e05e40e7fbb
Author: David Oliveira <d.oliveira@prozone.org>
Date: 2010-01-19 (Tue, 19 Jan 2010)

Changed paths:
M comp/widgets/help/patchers.html
M lib/Bric/Biz/Contact.pm
M lib/Bric/Changes.pod
M lib/Bric/License.pod

Log Message:
-----------
Fix invalid boolean in Bric::Biz::Contact.


Commit: 05503c9910913a92108fdd61a144701df8786f0a
http://github.com/bricoleurs/bricolage/commit/05503c9910913a92108fdd61a144701df8786f0a
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-01-19 (Tue, 19 Jan 2010)

Changed paths:
M lib/Bric/Changes.pod
M lib/Bric/Util/FTP/FileHandle.pm

Log Message:
-----------
Handle character encoding in the VFTP server.

The virtual FTP server now assumes that template files uploaded to it are
encoded in the user's preferred encoding. So if you have Windows gremlins in
your templates, you can set your Character Set preference to "CP1252" and it
will just work. Thanks to Phillip Smith for the report [#124 state:resolved].