[Jifty-commit] jifty branch, master, updated. 1.10518-29-ga1f8e21

Jifty commits jifty-commit at lists.jifty.org
Thu Jun 23 12:52:39 EDT 2011


The branch, master has been updated
       via  a1f8e21776148cd098f27cebfa81669d359ff120 (commit)
      from  370869fede9844a45e4202e7f11fb34ce50900b4 (commit)

Summary of changes:
 lib/Jifty/Action/Record.pm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit a1f8e21776148cd098f27cebfa81669d359ff120
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jun 23 12:51:39 2011 -0400

    Rewrite the documentation for record_detailed_messages so it doesn't lie
    
    It would be awesome to make this feature function as documented so Jifty
    gives you better action result messages out of the box.  At least this
    option gives you the rope to do it your own Update actions.

diff --git a/lib/Jifty/Action/Record.pm b/lib/Jifty/Action/Record.pm
index 43d9457..cc5b6a2 100644
--- a/lib/Jifty/Action/Record.pm
+++ b/lib/Jifty/Action/Record.pm
@@ -47,10 +47,9 @@ the constructor.
 
 =head2 report_detailed_messages
 
-If the action returns true for C<report_detailed_message>, report the
-message returned by the model classes as the resulting message.  For
-Update actions, Put the per-field message in C<detailed_messages>
-field of action result content.  The default is false.
+If the action returns true for C<report_detailed_message>, put the
+per-field messages as C<detailed_messages> in the result content for
+Update actions.  The default is true.
 
 =cut
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list