[Jifty-commit] r728 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Mar 21 18:03:50 EST 2006


Author: jesse
Date: Tue Mar 21 18:03:49 2006
New Revision: 728

Modified:
   /   (props changed)
   jifty/trunk/MANIFEST

Log:
 r30266 at truegrounds:  jesse | 2006-03-21 16:35:10 -0500
 * Manifest updates


Modified: jifty/trunk/MANIFEST
==============================================================================
--- jifty/trunk/MANIFEST	(original)
+++ jifty/trunk/MANIFEST	Tue Mar 21 18:03:49 2006
@@ -1,10 +1,15 @@
-Changelog
 bin/build_par
 bin/jifty
+bin/service
+Changelog
 doc/ajax-upgraded-links
+doc/talks/euroscon.css
 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
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
 inc/Module/Install/AutoInstall.pm
@@ -38,6 +43,7 @@
 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
@@ -111,7 +117,9 @@
 share/web/static/css/main.css
 share/web/static/css/nav.css
 share/web/static/favicon.ico
+share/web/static/images/css/fieldbg.gif
 share/web/static/images/pony.jpg
+share/web/static/images/silk/calendar.png
 share/web/static/js/app_behaviour.js
 share/web/static/js/behaviour.js
 share/web/static/js/bps_util.js
@@ -169,27 +177,33 @@
 share/web/templates/__jifty/autocomplete.xml
 share/web/templates/__jifty/edit_file
 share/web/templates/__jifty/error/dhandler
+share/web/templates/__jifty/halo
 share/web/templates/__jifty/online_docs/autohandler
 share/web/templates/__jifty/online_docs/content.html
 share/web/templates/__jifty/online_docs/index.html
 share/web/templates/__jifty/online_docs/toc.html
 share/web/templates/__jifty/validator.xml
+share/web/templates/__jifty/webservices/xml
+share/web/templates/__jifty/webservices/yaml
 share/web/templates/_elements/header
 share/web/templates/_elements/javascript
+share/web/templates/_elements/menu
 share/web/templates/_elements/nav
+share/web/templates/_elements/page_nav
 share/web/templates/_elements/sidebar
 share/web/templates/_elements/wrapper
 share/web/templates/autohandler
 share/web/templates/dhandler
-share/web/templates/favicon.ico
 share/web/templates/helpers/calendar.html
 share/web/templates/index.html
+t/00-load.t
 t/01-dependencies.t
 t/02-connect.t
-t/02-form-protocol.t
-t/03-sessions.t
-t/04-dispatcher.t
-t/04-forms.t
+t/03-form-protocol.t
+t/04-sessions.t
+t/05-dispatcher.t
+t/06-forms.t
+t/07-limit-actions.t
 t/99-pod-coverage.t
 t/99-pod.t
 t/Continuations/bin/jifty
@@ -219,15 +233,12 @@
 t/TestApp/bin/jifty
 t/TestApp/lib/TestApp/Dispatcher.pm
 t/TestApp/lib/TestApp/Model/User.pm
-t/TestApp/t/00-load.t
 t/TestApp/t/00-model-User.t
 t/TestApp/t/00-prototype.t
 t/TestApp/t/01-config.t
-t/TestApp/t/01-trivial.t
 t/TestApp/t/02-dispatch.t
-t/TestApp/t/16-images.t
-t/TestApp/testapp
+t/TestApp/t/03-static.t
 t/TestApp/web/static/images/pony.jpg
-t/TestApp/web/templates/index.html
 t/TestApp/web/templates/dispatch/basic
 t/TestApp/web/templates/dispatch/basic-show
+t/TestApp/web/templates/index.html


More information about the Jifty-commit mailing list