[Jifty-commit] r785 - in jifty/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Mar 31 09:47:21 EST 2006


Author: jesse
Date: Fri Mar 31 09:47:20 2006
New Revision: 785

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/MANIFEST
   jifty/trunk/MANIFEST.SKIP
   jifty/trunk/Makefile.PL
   jifty/trunk/t/01-dependencies.t

Log:
 r10991 at hualien:  jesse | 2006-03-31 23:46:08 +0900
 * manifest cleanup; dependency fixes


Modified: jifty/trunk/MANIFEST
==============================================================================
--- jifty/trunk/MANIFEST	(original)
+++ jifty/trunk/MANIFEST	Fri Mar 31 09:47:20 2006
@@ -1,15 +1,24 @@
 bin/build_par
 bin/jifty
 bin/service
+bin/xgettext
 Changelog
 doc/ajax-upgraded-links
+doc/edit-in-place
+doc/talks/blogdemo.png
+doc/talks/component-tree.png
+doc/talks/edit.png
+doc/talks/error.png
 doc/talks/euroscon.css
+doc/talks/halo-overview.png
+doc/talks/halo.png
+doc/talks/new-entry.png
 doc/talks/npw2005.xul
 doc/talks/pony.jpg
 doc/talks/pony.png
 doc/talks/takahashi.css
 doc/talks/takahashi.js
-doc/talks/yapc.asia.2005.xul
+doc/talks/yapc.asia.2006.xul
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
 inc/Module/Install/AutoInstall.pm
@@ -43,7 +52,6 @@
 lib/Jifty/Everything.pm
 lib/Jifty/Handle.pm
 lib/Jifty/Handler.pm
-lib/Jifty/Handler/Static.pm
 lib/Jifty/I18N.pm
 lib/Jifty/JSON.pm
 lib/Jifty/LetMe.pm
@@ -54,7 +62,6 @@
 lib/Jifty/Manual/Tutorial.pod
 lib/Jifty/Manual/Tutorial_ja.pod
 lib/Jifty/Mason/Halo.pm
-lib/Jifty/MasonHandler.pm
 lib/Jifty/Model/Schema.pm
 lib/Jifty/Notification.pm
 lib/Jifty/Object.pm
@@ -77,6 +84,8 @@
 lib/Jifty/Test/WWW/Mechanize.pm
 lib/Jifty/Upgrade.pm
 lib/Jifty/Util.pm
+lib/Jifty/View/Mason/Handler.pm
+lib/Jifty/View/Static/Handler.pm
 lib/Jifty/Web.pm
 lib/Jifty/Web/Form.pm
 lib/Jifty/Web/Form/Clickable.pm
@@ -105,6 +114,7 @@
 MANIFEST.SKIP
 META.yml
 README
+share/po/en.po
 share/web/static/css/app-base.css
 share/web/static/css/app.css
 share/web/static/css/autohandler
@@ -159,6 +169,7 @@
 share/web/static/js/key_bindings.js
 share/web/static/js/prototype.js
 share/web/static/js/rico.js
+share/web/static/js/rico.js.rej
 share/web/static/js/scriptaculous/builder.js
 share/web/static/js/scriptaculous/controls.js
 share/web/static/js/scriptaculous/dragdrop.js
@@ -176,7 +187,11 @@
 share/web/templates/__jifty/admin/index.html
 share/web/templates/__jifty/autocomplete.xml
 share/web/templates/__jifty/edit_file
+share/web/templates/__jifty/error/_elements/error_text
+share/web/templates/__jifty/error/_elements/wrapper
 share/web/templates/__jifty/error/dhandler
+share/web/templates/__jifty/error/error.css
+share/web/templates/__jifty/error/mason_internal_error
 share/web/templates/__jifty/halo
 share/web/templates/__jifty/online_docs/autohandler
 share/web/templates/__jifty/online_docs/content.html
@@ -196,6 +211,9 @@
 share/web/templates/dhandler
 share/web/templates/helpers/calendar.html
 share/web/templates/index.html
+SIGNATURE
+svk-commitFyzdP.tmp
+svk-commitqPHs1.tmp
 t/00-load.t
 t/01-dependencies.t
 t/02-connect.t
@@ -209,36 +227,36 @@
 t/Continuations/bin/jifty
 t/Continuations/lib/Continuations/Action/CrossBridge.pm
 t/Continuations/lib/Continuations/Action/GetGrail.pm
+t/Continuations/share/web/templates/autohandler
+t/Continuations/share/web/templates/black-knight-color.html
+t/Continuations/share/web/templates/black-knight-name.html
+t/Continuations/share/web/templates/black-knight-quest.html
+t/Continuations/share/web/templates/black-knight.html
+t/Continuations/share/web/templates/help-help.html
+t/Continuations/share/web/templates/index-help.html
+t/Continuations/share/web/templates/index.html
 t/Continuations/t/00-prototype.t
 t/Continuations/t/01-raw-api.t
 t/Continuations/t/02-api.t
 t/Continuations/t/03-gc.t
-t/Continuations/web/templates/autohandler
-t/Continuations/web/templates/black-knight-color.html
-t/Continuations/web/templates/black-knight-name.html
-t/Continuations/web/templates/black-knight-quest.html
-t/Continuations/web/templates/black-knight.html
-t/Continuations/web/templates/help-help.html
-t/Continuations/web/templates/index-help.html
-t/Continuations/web/templates/index.html
 t/Jifty.pm
 t/Mapper/bin/jifty
 t/Mapper/lib/Mapper/Action/CrossBridge.pm
 t/Mapper/lib/Mapper/Action/GetGrail.pm
+t/Mapper/share/web/templates/autohandler
+t/Mapper/share/web/templates/index.html
 t/Mapper/t/00-prototype.t
 t/Mapper/t/01-raw-api.t
 t/Mapper/t/02-api.t
-t/Mapper/web/templates/autohandler
-t/Mapper/web/templates/index.html
 t/TestApp/bin/jifty
 t/TestApp/lib/TestApp/Dispatcher.pm
 t/TestApp/lib/TestApp/Model/User.pm
+t/TestApp/share/web/static/images/pony.jpg
+t/TestApp/share/web/templates/dispatch/basic
+t/TestApp/share/web/templates/dispatch/basic-show
+t/TestApp/share/web/templates/index.html
 t/TestApp/t/00-model-User.t
 t/TestApp/t/00-prototype.t
 t/TestApp/t/01-config.t
 t/TestApp/t/02-dispatch.t
 t/TestApp/t/03-static.t
-t/TestApp/web/static/images/pony.jpg
-t/TestApp/web/templates/dispatch/basic
-t/TestApp/web/templates/dispatch/basic-show
-t/TestApp/web/templates/index.html

Modified: jifty/trunk/MANIFEST.SKIP
==============================================================================
--- jifty/trunk/MANIFEST.SKIP	(original)
+++ jifty/trunk/MANIFEST.SKIP	Fri Mar 31 09:47:20 2006
@@ -17,3 +17,5 @@
 \#
 ^bleadperl\.patch$
 .*.swp
+var/*
+t/*/var/*

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Mar 31 09:47:20 2006
@@ -2,7 +2,7 @@
 name('Jifty');
 
 # this is a dev version, CPAN.pm will not install by default
-requires(perl => '5.8.3'); 
+requires(perl => '5.8.3');  
 requires('Apache::Session');
 requires('App::CLI' => 0.03 ); # App::CLI::Command::Help App::CLI::Command
 requires('Cache::Cache'); #Cache::FileCache

Modified: jifty/trunk/t/01-dependencies.t
==============================================================================
--- jifty/trunk/t/01-dependencies.t	(original)
+++ jifty/trunk/t/01-dependencies.t	Fri Mar 31 09:47:20 2006
@@ -46,7 +46,7 @@
 
 for (sort keys %used) {
     my $first_in = Module::CoreList->first_release($_);
-    next if defined $first_in and $first_in <= 5.006;
+    next if defined $first_in and $first_in <= 5.00803;
     next if /^(Jifty|BTDT|Jifty::DBI|TestApp|inc|t)/;
     ok(delete $required{$_}, "$_ in Makefile.PL");
     delete $used{$_};


More information about the Jifty-commit mailing list