Mailing List Archive

[bricoleurs/bricolage] eb66f1: Ay kant spel.
Branch: refs/heads/rev_1_10
Home: http://github.com/bricoleurs/bricolage

Commit: eb66f1cb71aceb658092be19f5421dea733f8b1c
http://github.com/bricoleurs/bricolage/commit/eb66f1cb71aceb658092be19f5421dea733f8b1c
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-01-28 (Thu, 28 Jan 2010)

Changed paths:
M lib/Bric/Util/Pref.pm

Log Message:
-----------
Ay kant spel.


Commit: 63e9f9d00b5c8c2f7c84dd448ecbc05a1968b70e
http://github.com/bricoleurs/bricolage/commit/63e9f9d00b5c8c2f7c84dd448ecbc05a1968b70e
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-01-28 (Thu, 28 Jan 2010)

Changed paths:
M comp/admin/profile/action/dhandler

Log Message:
-----------
Backport distribution action editing fix.

I don't know why it didn't break rev_1_10, but it's clearly safer not to have two variables with the same name in the same scope.


Commit: 2d44c04517cbcdcd99c9bc3ef901e4bcb831cd64
http://github.com/bricoleurs/bricolage/commit/2d44c04517cbcdcd99c9bc3ef901e4bcb831cd64
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-01-28 (Thu, 28 Jan 2010)

Changed paths:
M lib/Bric/App/ApacheConfig.pm
M lib/Bric/Changes.pod

Log Message:
-----------
Redirect to full URL.

Backported from master.


Commit: e02d10b73b1faa0c5bfdeac50cc635059750e3e5
http://github.com/bricoleurs/bricolage/commit/e02d10b73b1faa0c5bfdeac50cc635059750e3e5
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-01-28 (Thu, 28 Jan 2010)

Changed paths:
M conf/httpd.conf

Log Message:
-----------
Disable `UseCanonicalName`

It doesn't seem to have the same effects on Apache 1 as Apache 2 for some reason, but it seems best to be consistent across versions. See 638e34d5609dd6085e785493a6684099729201f3 for details.


Commit: 5b39905cd004184838b415988eb5b383603007a9
http://github.com/bricoleurs/bricolage/commit/5b39905cd004184838b415988eb5b383603007a9
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-01-28 (Thu, 28 Jan 2010)

Changed paths:
M comp/admin/profile/action/dhandler
M comp/admin/profile/server/dhandler

Log Message:
-----------
Avoid `mod_dir` redirect.

By putting a slash at the end of the directory name, we prevent `mod_dir`
from redirecting, thus saving a request. There are probably other places
where this would show up, but not many.