Changeset 1397 for lang/perl/Jipotter

Show
Ignore:
Timestamp:
11/13/07 20:44:10 (6 years ago)
Author:
charsbar
Message:

lang/perl/Jipotter: added ::Script::Schema; fixed typo; increased the num of talks displayed at a time

Location:
lang/perl/Jipotter/trunk
Files:
1 added
4 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Jipotter/trunk/MANIFEST

    r1366 r1397  
    1717lib/Jipotter/Script.pm 
    1818lib/Jipotter/Script/Aggregate.pm 
     19lib/Jipotter/Script/Schema.pm 
    1920lib/Jipotter/Script/Server.pm 
    2021lib/Jipotter/View.pm 
     
    2223MANIFEST                        This list of files 
    2324META.yml 
    24 pm_to_blib 
    2525README 
    2626share/web/static/css/jipotter.css 
  • lang/perl/Jipotter/trunk/META.yml

    r1366 r1397  
    2121  DateTime: 0 
    2222  DateTime::Format::Strptime: 0 
     23  HTML::Entities: 0 
    2324  Jifty: 0.70824 
    2425  Jifty::DBI: 0.46 
    2526  Template::Declare: 0.27 
    2627  Time::Piece: 0 
     28  URI: 0 
     29  WWW::Shorten::TinyURL: 0 
    2730version: 0.01 
  • lang/perl/Jipotter/trunk/lib/Jipotter/Plugin/Timelines.pm

    r1366 r1397  
    1414    my $credential = $options{$service}; 
    1515    unless ( $credential ) { 
    16       Jifyt->log->debug( "$service is skipped" ); 
     16      Jifty->log->debug( "$service is skipped" ); 
    1717    } 
    1818 
  • lang/perl/Jipotter/trunk/lib/Jipotter/View.pm

    r1383 r1397  
    2929     $entries->set_page_info( 
    3030       current_page => $page, 
    31        per_page     => 20, 
     31       per_page     => 100, 
    3232     ); 
    3333