Mailing List Archive

[bricoleurs/bricolage] 050deb: Fix related search order column links.
Branch: refs/heads/master
Home: http://github.com/bricoleurs/bricolage

Commit: 050debca17a8fd3d6c486b651af52afc1928f760
http://github.com/bricoleurs/bricolage/commit/050debca17a8fd3d6c486b651af52afc1928f760
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-03-29 (Mon, 29 Mar 2010)

Changed paths:
M comp/widgets/container_prof/edit_related_media.html
M comp/widgets/container_prof/edit_related_story.html
M comp/widgets/listManager/full_list.mc
M comp/widgets/listManager/listManager.mc
M lib/Bric/Changes.pod

Log Message:
-----------
Fix related search order column links.

When relating a story or media document, clicking a column header in the
search results in the related search popup no longer throws an error. Thanks
to Phillip for the report [#149 state:resolved].


Commit: 425f09b337fd63ccf2afb9c0448812bc8b7f644a
http://github.com/bricoleurs/bricolage/commit/425f09b337fd63ccf2afb9c0448812bc8b7f644a
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-03-29 (Mon, 29 Mar 2010)

Changed paths:
M lib/Bric/Changes.pod
M lib/Bric/SOAP/Media.pm
M lib/Bric/SOAP/Story.pm

Log Message:
-----------
Respect publish_status in the SOAP API.

When creating new stories or media via the SOAP interface, no longer force the
publish status to be set to false, but set it to true if the the publish date
is set or the publish status is true in the XML. In such cases, also set the
published version number to version 1. This is to make it easier for one to
migrate documents from one Bricolage instance to another without having to
edit the XML to set the publish status to a true value.

While at it, fix a bug where the SOAP interface was not setting the published
version to the new version of a story or media document that is being updated
by XML that says the document is published and where the published version was
not previously set.


Commit: 3899b441f2aa799438aa823d5b3df879d586af70
http://github.com/bricoleurs/bricolage/commit/3899b441f2aa799438aa823d5b3df879d586af70
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-03-29 (Mon, 29 Mar 2010)

Changed paths:
M lib/Bric/Changes.pod
M lib/Bric/SOAP/Template.pm

Log Message:
-----------
Reactivate existing templates via SOAP.

When creating a template via the SOAP interface, if the template in the
specified output channel, category, and site already exists but is
deactivated, it will be re-activated and updated instead of throwing an error.
This matches how the UI works.