[Jifty-commit] r5269 - jifty/trunk

Jifty commits jifty-commit at lists.jifty.org
Tue Apr 8 01:01:40 EDT 2008


Author: sartak
Date: Tue Apr  8 01:01:40 2008
New Revision: 5269

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/MANIFEST
   jifty/trunk/META.yml

Log:
 r53625 at onn:  sartak | 2008-04-08 01:01:17 -0400
 Update MANIFEST and META.yml


Modified: jifty/trunk/MANIFEST
==============================================================================
--- jifty/trunk/MANIFEST	(original)
+++ jifty/trunk/MANIFEST	Tue Apr  8 01:01:40 2008
@@ -234,6 +234,14 @@
 lib/Jifty/Plugin/Chart/View.pm
 lib/Jifty/Plugin/Chart/Web.pm
 lib/Jifty/Plugin/ClassLoader.pm
+lib/Jifty/Plugin/Comment.pm
+lib/Jifty/Plugin/Comment/Action/CreateComment.pm
+lib/Jifty/Plugin/Comment/Dispatcher.pm
+lib/Jifty/Plugin/Comment/Mixin/Model/Commented.pm
+lib/Jifty/Plugin/Comment/Model/Comment.pm
+lib/Jifty/Plugin/Comment/Notification/CommentNeedsModeration.pm
+lib/Jifty/Plugin/Comment/Notification/CommentPublished.pm
+lib/Jifty/Plugin/Comment/View.pm
 lib/Jifty/Plugin/CompressedCSSandJS.pm
 lib/Jifty/Plugin/CompressedCSSandJS/Dispatcher.pm
 lib/Jifty/Plugin/CSSQuery.pm
@@ -327,6 +335,7 @@
 lib/Jifty/Script/ModPerl2.pm
 lib/Jifty/Script/Plugin.pm
 lib/Jifty/Script/Po.pm
+lib/Jifty/Script/Repl.pm
 lib/Jifty/Script/Schema.pm
 lib/Jifty/Script/Script.pm
 lib/Jifty/Script/Server.pm
@@ -341,6 +350,7 @@
 lib/Jifty/Test/WWW/Mechanize.pm
 lib/Jifty/Test/WWW/Selenium.pm
 lib/Jifty/TestServer.pm
+lib/Jifty/TestServer/Apache.pm
 lib/Jifty/Upgrade.pm
 lib/Jifty/Upgrade/Internal.pm
 lib/Jifty/Util.pm
@@ -1275,12 +1285,20 @@
 t/TestApp-Plugin-Attributes/t/01-content.t
 t/TestApp-Plugin-Attributes/t/02-crud-methods.t
 t/TestApp-Plugin-Attributes/t/03-permissions.t
+t/TestApp-Plugin-Attributes/t/04-delete.t
 t/TestApp-Plugin-Chart/bin/jifty
 t/TestApp-Plugin-Chart/etc/config.yml
 t/TestApp-Plugin-Chart/lib/TestApp/Plugin/Chart/View.pm
 t/TestApp-Plugin-Chart/Makefile.PL
 t/TestApp-Plugin-Chart/t/chart.t
 t/TestApp-Plugin-Chart/t/gd_graph.t
+t/TestApp-Plugin-Comments/bin/jifty
+t/TestApp-Plugin-Comments/etc/config.yml
+t/TestApp-Plugin-Comments/lib/TestApp/Plugin/Comments/Dispatcher.pm
+t/TestApp-Plugin-Comments/lib/TestApp/Plugin/Comments/Model/BlogPost.pm
+t/TestApp-Plugin-Comments/lib/TestApp/Plugin/Comments/View.pm
+t/TestApp-Plugin-Comments/Makefile.PL
+t/TestApp-Plugin-Comments/t/00-model-BlogPost.t
 t/TestApp-Plugin-CompressedCSSandJS/bin/jifty
 t/TestApp-Plugin-CompressedCSSandJS/etc/config.yml
 t/TestApp-Plugin-CompressedCSSandJS/Makefile.PL
@@ -1293,6 +1311,7 @@
 t/TestApp-Plugin-OAuth/bin/jifty
 t/TestApp-Plugin-OAuth/etc/config.yml
 t/TestApp-Plugin-OAuth/lib/TestApp/Plugin/OAuth/Dispatcher.pm
+t/TestApp-Plugin-OAuth/lib/TestApp/Plugin/OAuth/Model/Favorite.pm
 t/TestApp-Plugin-OAuth/lib/TestApp/Plugin/OAuth/Model/User.pm
 t/TestApp-Plugin-OAuth/lib/TestApp/Plugin/OAuth/Test.pm
 t/TestApp-Plugin-OAuth/lib/TestApp/Plugin/OAuth/View.pm
@@ -1303,6 +1322,8 @@
 t/TestApp-Plugin-OAuth/t/03-authorize.t
 t/TestApp-Plugin-OAuth/t/04-access-token.t
 t/TestApp-Plugin-OAuth/t/05-protected-resource.t
+t/TestApp-Plugin-OAuth/t/06-read-only.t
+t/TestApp-Plugin-OAuth/t/07-read-write.t
 t/TestApp-Plugin-OAuth/t/id_rsa
 t/TestApp-Plugin-OAuth/t/id_rsa.pub
 t/TestApp-Plugin-OnClick/bin/jifty
@@ -1419,3 +1440,4 @@
 t/TestApp/t/test_config.yml
 t/TestApp/t/upgrade.t
 t/TestApp/t/use_mason_wrapper.t
+utils/js_size.pl

Modified: jifty/trunk/META.yml
==============================================================================
--- jifty/trunk/META.yml	(original)
+++ jifty/trunk/META.yml	Tue Apr  8 01:01:40 2008
@@ -38,8 +38,10 @@
   Digest::HMAC_SHA1: 0
   GD: 0
   GD::Graph: 0
+  HTML::Scrubber: 0
   Image::Info: 0
   LWPx::ParanoidAgent: 0
+  MIME::Base64::URLSafe: 0
   Module::CoreList: 0
   Module::Install::Admin: 0.50
   Module::Refresh: 0.09
@@ -50,7 +52,10 @@
   Net::Server::Fork: 0
   Net::Server::PreFork: 0
   PAR::Dist::FromCPAN: 0
+  Pod::Simple: 0
   Proc::ProcessTable: 0
+  Regexp::Common: 0
+  Regexp::Common::Email::Address: 0
   Template::Declare: 0.28
   Test::Base: 0.44
   Test::HTML::Lint: 0
@@ -62,7 +67,7 @@
   XML::Simple: 0
 requires: 
   App::CLI: 0.03
-  CGI: 3.19
+  CGI: 3.30
   CGI::Cookie::Splitter: 0
   CSS::Squish: 0.07
   Cache::Cache: 0
@@ -102,7 +107,6 @@
   HTML::Lint: 0
   HTML::Mason: 1.3101
   HTML::Mason::Plugin: 0
-  HTML::Scrubber: 0
   HTTP::Cookies: 0
   HTTP::Date: 0
   HTTP::Server::Simple: 0.28
@@ -117,7 +121,6 @@
   Locale::Maketext::Extract: 0.20
   Locale::Maketext::Lexicon: 0.60
   Log::Log4perl: 1.04
-  MIME::Base64::URLSafe: 0
   MIME::Types: 0
   Module::CoreList: 0
   Module::Pluggable: 3.5
@@ -127,8 +130,6 @@
   Object::Declare: 0.13
   PadWalker: 0
   Params::Validate: 0
-  Pod::Simple: 0
-  Regexp::Common: 0
   SQL::ReservedWords: 0
   Scalar::Defer: 0.12
   Shell::Command: 0
@@ -153,4 +154,4 @@
   perl: 5.8.3
   version: 0
 tests: t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t
-version: 0.80311
+version: 0.80408


More information about the Jifty-commit mailing list