Mailing List Archive

[bricoleurs/bricolage] 4c0443: Need `required.db` to build `modules.db`.
Branch: refs/heads/rev-2.0
Home: https://github.com/bricoleurs/bricolage

Commit: 4c0443433d4264a4f770f06cc6b4cbcb18edf039
https://github.com/bricoleurs/bricolage/commit/4c0443433d4264a4f770f06cc6b4cbcb18edf039
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M Makefile.in

Log Message:
-----------
Need `required.db` to build `modules.db`.


Commit: 4c9e1af3c0ebe2dd0f1dd782d91e74d7bfe5737f
https://github.com/bricoleurs/bricolage/commit/4c9e1af3c0ebe2dd0f1dd782d91e74d7bfe5737f
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M t/Bric/Biz/Asset/Business/Media/Image/DevTest.pm

Log Message:
-----------
Fix test failure when PNG support not in Imager.


Commit: 8dfc13b2d4104f861cbc06f0c08a1118a28e17c0
https://github.com/bricoleurs/bricolage/commit/8dfc13b2d4104f861cbc06f0c08a1118a28e17c0
Author: Bret Dawson <bret@pectopah.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M lib/Bric/Biz/Asset/Business/Media/Image.pm

Log Message:
-----------
Adding the site id parameter to the OC lookup.


Commit: 6367182d37f9d1fbefd66d70810deadc2a144120
https://github.com/bricoleurs/bricolage/commit/6367182d37f9d1fbefd66d70810deadc2a144120
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M comp/widgets/desk/desk_top.html

Log Message:
-----------
Fix deprecated bare `qw()`s.

Deprecated in Perl 5.14.


Commit: c1177aa0590fd4d8254c2a946db5c3e7f6fedc83
https://github.com/bricoleurs/bricolage/commit/c1177aa0590fd4d8254c2a946db5c3e7f6fedc83
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M lib/Bric/App/Callback/Util/Asset.pm

Log Message:
-----------
Remove asset from workflow on "check in and revert".

Only when it was just fetched from the library. This was the behavior in 1.10, but was broken sometime since the by a poor selection of variable names. [#253 state:resolved]


Commit: cf0bbab2e82bffae61e9a0c9da7aa92693e3d6fd
https://github.com/bricoleurs/bricolage/commit/cf0bbab2e82bffae61e9a0c9da7aa92693e3d6fd
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M t/Bric/Biz/Workflow/Parts/Desk/DevTest.pm

Log Message:
-----------
Add test for new `assets_count()` method.

Will be used to provide counts of assets on desks in the UI.


Commit: 6bc59a75f2aa5c9bdea0066a88f6b12598c4fe5c
https://github.com/bricoleurs/bricolage/commit/6bc59a75f2aa5c9bdea0066a88f6b12598c4fe5c
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M comp/widgets/wrappers/sideNav.mc
M lib/Bric/Biz/Workflow/Parts/Desk.pm

Log Message:
-----------
Add `assets_count()` to Desk and use it for desk counts.

This is a class method that returns a hash reference mapping desk IDs to counts of assets on those desks. Desks not in the hash refernce should be considered to have 0 assets.

Using it to provide desk counts when the "Show Desk Asset Counts" preference is on. This should be *far* more efficient than the old approach of loading every asset on every desk. [#239 state:resolved]


Commit: 9e72bbfdab6c0037389f3354b6c22d4cf27baf00
https://github.com/bricoleurs/bricolage/commit/9e72bbfdab6c0037389f3354b6c22d4cf27baf00
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M comp/widgets/wrappers/sideNav.mc

Log Message:
-----------
Save a function call for every desk.


Commit: 2834dc88dd636bfda6a3a66d23f8b0a577bb318c
https://github.com/bricoleurs/bricolage/commit/2834dc88dd636bfda6a3a66d23f8b0a577bb318c
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M lib/Bric/Changes.pod

Log Message:
-----------
Note improved asset count performance.


Commit: feae4b87f1c71788443306afefd12227123b8d41
https://github.com/bricoleurs/bricolage/commit/feae4b87f1c71788443306afefd12227123b8d41
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M lib/Bric/Biz/Workflow/Parts/Desk.pm

Log Message:
-----------
Count only active assets.


Commit: 58ee2b92e76d55d8cf071381fdfd1cc42b5bebbd
https://github.com/bricoleurs/bricolage/commit/58ee2b92e76d55d8cf071381fdfd1cc42b5bebbd
Author: David E. Wheeler <david@justatheory.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)

Changed paths:
M t/Bric/Biz/Workflow/Parts/Desk/DevTest.pm

Log Message:
-----------
Test that inactive assets no counted or found on desks.


Compare: https://github.com/bricoleurs/bricolage/compare/c00978f...58ee2b9