[Jifty-commit] r6446 - in jifty/trunk: lib/Jifty/Plugin lib/Jifty/Plugin/UUID

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 25 01:05:41 EST 2009


Author: alexmv
Date: Wed Feb 25 01:05:37 2009
New Revision: 6446

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/UUID.pm
   jifty/trunk/lib/Jifty/Plugin/UUID/Widget.pm

Log:
 r42608 at kohr-ah:  chmrr | 2009-02-25 01:01:58 -0500
 Documentation and slight code cleanups


Modified: jifty/trunk/lib/Jifty/Plugin/UUID.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/UUID.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/UUID.pm	Wed Feb 25 01:05:37 2009
@@ -6,7 +6,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::UUID - Provides Universally Unique Identifier for Jifty
+Jifty::Plugin::UUID - Provides a Universally Unique Identifier type for Jifty
 
 =head1 SYNOPSIS
 
@@ -14,12 +14,6 @@
 
     column photo => is UUID;
 
-
-=head1 DESCRIPTION
-
-This plugin provides user pictures for Jifty;
-
-
 =cut
 
 use Jifty::DBI::Schema;

Modified: jifty/trunk/lib/Jifty/Plugin/UUID/Widget.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/UUID/Widget.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/UUID/Widget.pm	Wed Feb 25 01:05:37 2009
@@ -12,12 +12,6 @@
 
 =head1 METHODS
 
-=head2 accessors
-
-Overrides L<Jifty::Web::Form::Field/accessors>.
-
-=cut
-
 =head2 render_widget
 
 Renders form fields as a UUID.
@@ -25,10 +19,8 @@
 =cut
 
 sub render_widget {
-    warn "Rendering form field";
     my $self     = shift;
     my $action   = $self->action;
-    my $readonly = 1;
     
     my $name = $self->name;
     if ( $action->record->$name() ) {


More information about the Jifty-commit mailing list