
noreply at github
Aug 17, 2009, 1:50 PM
Post #1 of 1
(686 views)
Permalink
|
|
[bricoleurs/bricolage] 54cdc8: Merge branch 'rev_1_10' of git://github.com/bricol...
|
|
Branch: refs/heads/rev_1_10 Home: http://github.com/bricoleurs/bricolage Commit: 54cdc8811b4e221266759bcd05172c7054c4ed17 http://github.com/bricoleurs/bricolage/commit/54cdc8811b4e221266759bcd05172c7054c4ed17 Author: David E. Wheeler <david [at] justatheory> Date: 2009-04-28 (Tue, 28 Apr 2009) Log Message: ----------- Merge branch 'rev_1_10' of git://github.com/bricoleurs/bricolage into rev_1_10 Commit: fd4a9634480163f4ac3cec454f487a55fda84233 http://github.com/bricoleurs/bricolage/commit/fd4a9634480163f4ac3cec454f487a55fda84233 Author: David E. Wheeler <david [at] justatheory> Date: 2009-05-05 (Tue, 05 May 2009) Changed paths: M lib/Bric/Changes.pod M lib/Bric/Util/Burner.pm Log Message: ----------- Fixed a bug in the new stale file expiration code. When a story is published but has no files to be distributed, it will inadvertantly pass an empty list to `ANY()`. So I modified the code to skip that part if there are no URIs to search on. Thanks to Paul Hyland for the report. Commit: 20350ed04d9dfa9111084a87a65323c869a3c8ea http://github.com/bricoleurs/bricolage/commit/20350ed04d9dfa9111084a87a65323c869a3c8ea Author: Greg <greg [at] node79> Date: 2009-07-21 (Tue, 21 Jul 2009) Changed paths: M lib/Bric/App/Callback/Desk.pm Log Message: ----------- fix for bug #93 (story version corruption) Need to clear the session cache data when an asset is checked in via the desk just as it's done when it's checked in from the profile. Signed-off-by: David E. Wheeler <david [at] justatheory> Commit: d6ec92e57a38dc758e03bbfcdb366985a5f50845 http://github.com/bricoleurs/bricolage/commit/d6ec92e57a38dc758e03bbfcdb366985a5f50845 Author: Greg <greg [at] node79> Date: 2009-07-21 (Tue, 21 Jul 2009) Changed paths: M lib/Bric/Changes.pod Log Message: ----------- Changes.pod for bug #93 Signed-off-by: David E. Wheeler <david [at] justatheory> Commit: 78f673858bc56e1b227a15145592254a31fdf5db http://github.com/bricoleurs/bricolage/commit/78f673858bc56e1b227a15145592254a31fdf5db Author: David E. Wheeler <david [at] justatheory> Date: 2009-08-17 (Mon, 17 Aug 2009) Log Message: ----------- Merge branch 'rev_1_10' of git://github.com/bricoleurs/bricolage into rev_1_10 Commit: b37e8c3000e48a086a26193a730063153898201a http://github.com/bricoleurs/bricolage/commit/b37e8c3000e48a086a26193a730063153898201a Author: David E. Wheeler <david [at] justatheory> Date: 2009-08-17 (Mon, 17 Aug 2009) Changed paths: M lib/Bric.pm Log Message: ----------- Fix POD error in `Bric.pm` Commit: 8a670538871622a26fde27dd62400529344188f9 http://github.com/bricoleurs/bricolage/commit/8a670538871622a26fde27dd62400529344188f9 Author: David E. Wheeler <david [at] justatheory> Date: 2009-08-17 (Mon, 17 Aug 2009) Changed paths: M lib/Bric/App/Callback/Desk.pm M lib/Bric/Changes.pod Log Message: ----------- A bit more precise fix for Bug # 93 The previous fix (commit 777112) was a bit brute-force, in that it could delete completely irrelevant data from the session. Whilt it was probably harmless, I updated it to first check the asset version before removing it from the session. I also updated the `checkout()` callback in `Bric::App::Callback::Desk` to clear the asset cache from the session, since on checkout it needs to be completely reloaded no matter what. Each of these changes addresses the exhibited bug on its own, but I thought it safer to be a bit more thorough and precise, in the hopes that we can eliminate some other cases where users end up with screwed-up documents.
|