
noreply at github
Oct 16, 2009, 6:14 PM
Post #1 of 1
(154 views)
Permalink
|
|
[bricoleurs/bricolage] c83a93: Fixed a couple of typos.
|
|
Branch: refs/heads/master Home: http://github.com/bricoleurs/bricolage Commit: c83a9311a19b1fe3c5d50ac9481c523a89dca57d http://github.com/bricoleurs/bricolage/commit/c83a9311a19b1fe3c5d50ac9481c523a89dca57d Author: David E. Wheeler <david[at]justatheory.com> Date: 2009-10-13 (Tue, 13 Oct 2009) Changed paths: M lib/Bric/Changes.pod Log Message: ----------- Fixed a couple of typos. Commit: d4ccb927e142e4be17e30d6a0459a40cadd7622c http://github.com/bricoleurs/bricolage/commit/d4ccb927e142e4be17e30d6a0459a40cadd7622c Author: David E. Wheeler <david[at]justatheory.com> Date: 2009-10-15 (Thu, 15 Oct 2009) Changed paths: M comp/media/css/style.css M lib/Bric/Changes.pod Log Message: ----------- Merge branch 'master' of git://github.com/bricoleurs/bricolage Commit: 69364ef7489fb0fb74d9e43b56b4546aa2aff78d http://github.com/bricoleurs/bricolage/commit/69364ef7489fb0fb74d9e43b56b4546aa2aff78d Author: David E. Wheeler <david[at]justatheory.com> Date: 2009-10-16 (Fri, 16 Oct 2009) Changed paths: M bin/bric_apachectl M lib/Bric/Changes.pod M lib/Bric/Util/ApacheUtil.pm M lib/Bric/Util/Burner.pm M lib/Bric/Util/Trans/FS.pm M lib/Bric/Util/Trans/FTP.pm M lib/Bric/Util/Trans/SFTP.pm A t/Bric/Util/Trans/FS/Test.pm Log Message: ----------- Fixed Bug #82, where files with spaces weren't properly distributed. * Added `unescape_uri()` to Bric::Util::ApacheUtil. * Updated the various URI-processing methods in Bric::Util::Trans::FS to properly escape or unescape URIs as appropriate. * Wrote tests for the URI-processing methods in Bric::Util::Trans::FS. * Fixed `PREVIEW_LOCAL` block in Bric::Util::Burner to convert a URI to a directory with the improved `uri_to_dir()` method in Bric::Util::Trans::FS. * Updated the distribution movers (FS, FTP, and SFTP) to convert from URIs to file-system paths. Left WebDAV alone, since it should actually use URIs.
|