[Jifty-commit] r1103 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 23 11:14:48 EDT 2006


Author: jesse
Date: Tue May 23 11:14:47 2006
New Revision: 1103

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

Log:
 r13996 at hualien:  jesse | 2006-05-23 11:10:46 -0400
 * MANIFEST updates


Modified: jifty/trunk/MANIFEST
==============================================================================
--- jifty/trunk/MANIFEST	(original)
+++ jifty/trunk/MANIFEST	Tue May 23 11:14:47 2006
@@ -12,6 +12,7 @@
 doc/packaging
 doc/plugin-requirements
 doc/plugin-syntax
+doc/plugins-restated-assumptions
 doc/talks/blogdemo.png
 doc/talks/component-tree.png
 doc/talks/edit.png
@@ -75,6 +76,7 @@
 lib/Jifty/Model/Session.pm
 lib/Jifty/Notification.pm
 lib/Jifty/Object.pm
+lib/Jifty/Plugin.pm
 lib/Jifty/Record.pm
 lib/Jifty/Request.pm
 lib/Jifty/Request/Mapper.pm
@@ -87,6 +89,7 @@
 lib/Jifty/Script/FastCGI.pm
 lib/Jifty/Script/Help.pm
 lib/Jifty/Script/Model.pm
+lib/Jifty/Script/Plugin.pm
 lib/Jifty/Script/Po.pm
 lib/Jifty/Script/Schema.pm
 lib/Jifty/Script/Server.pm
@@ -126,6 +129,12 @@
 MANIFEST			This list of files
 MANIFEST.SKIP
 META.yml
+plugins/EditInPlace/lib/Jifty/Plugin/EditInPlace.pm
+plugins/EditInPlace/lib/Jifty/Plugin/EditInPlace/Action/FileEditor.pm
+plugins/EditInPlace/lib/Jifty/Plugin/EditInPlace/Dispatcher.pm
+plugins/EditInPlace/Makefile.PL
+plugins/EditInPlace/META.yml
+plugins/EditInPlace/share/web/templates/__jifty/edit_file
 README
 share/dtd/xhtml-lat1.ent
 share/dtd/xhtml-special.ent
@@ -139,6 +148,7 @@
 share/web/static/css/base.css
 share/web/static/css/calendar.css
 share/web/static/css/combobox.css
+share/web/static/css/context-menus.css
 share/web/static/css/forms.css
 share/web/static/css/halos.css
 share/web/static/css/keybindings.css
@@ -147,36 +157,27 @@
 share/web/static/favicon.ico
 share/web/static/images/css/fieldbg.gif
 share/web/static/images/pony.jpg
+share/web/static/images/silk/bullet_arrow_down.png
+share/web/static/images/silk/bullet_arrow_up.png
 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
 share/web/static/js/combobox.js
+share/web/static/js/context_menu.js
+share/web/static/js/cssquery/cssQuery-level2.js
+share/web/static/js/cssquery/cssQuery-level3.js
+share/web/static/js/cssquery/cssQuery-standard.js
+share/web/static/js/cssquery/cssQuery.js
 share/web/static/js/dom-drag.js
 share/web/static/js/halo.js
-share/web/static/js/ie7/blank.gif
-share/web/static/js/ie7/ie7-base64.php
-share/web/static/js/ie7/ie7-content.htc
-share/web/static/js/ie7/ie7-core.js
-share/web/static/js/ie7/ie7-css-strict.js
-share/web/static/js/ie7/ie7-css2-selectors.js
-share/web/static/js/ie7/ie7-css3-selectors.js
-share/web/static/js/ie7/ie7-dhtml.js
-share/web/static/js/ie7/ie7-dynamic-attributes.js
-share/web/static/js/ie7/ie7-fixed.js
-share/web/static/js/ie7/ie7-graphics.js
-share/web/static/js/ie7/ie7-html4.js
-share/web/static/js/ie7/ie7-ie5.js
-share/web/static/js/ie7/ie7-layout.js
-share/web/static/js/ie7/ie7-load.htc
-share/web/static/js/ie7/ie7-object.htc
-share/web/static/js/ie7/ie7-overflow.js
-share/web/static/js/ie7/ie7-quirks.js
-share/web/static/js/ie7/ie7-recalc.js
-share/web/static/js/ie7/ie7-squish.js
-share/web/static/js/ie7/ie7-standard-p.js
-share/web/static/js/ie7/ie7-xml-extras.js
 share/web/static/js/jifty.js
+share/web/static/js/jifty_utils.js
+share/web/static/js/jsan/DOM/Events.js
+share/web/static/js/jsan/JSAN.js
+share/web/static/js/jsan/Upgrade.js
+share/web/static/js/jsan/Upgrade/Array/push.js
+share/web/static/js/jsan/Upgrade/Function/apply.js
 share/web/static/js/json.js
 share/web/static/js/jsTrace.js
 share/web/static/js/key_bindings.js
@@ -199,8 +200,10 @@
 share/web/templates/__jifty/admin/index.html
 share/web/templates/__jifty/admin/model/dhandler
 share/web/templates/__jifty/autocomplete.xml
+share/web/templates/__jifty/empty
 share/web/templates/__jifty/error/_elements/error_text
 share/web/templates/__jifty/error/_elements/wrapper
+share/web/templates/__jifty/error/autohandler
 share/web/templates/__jifty/error/dhandler
 share/web/templates/__jifty/error/error.css
 share/web/templates/__jifty/error/mason_internal_error
@@ -214,6 +217,7 @@
 share/web/templates/__jifty/webservices/yaml
 share/web/templates/_elements/header
 share/web/templates/_elements/javascript
+share/web/templates/_elements/keybindings
 share/web/templates/_elements/menu
 share/web/templates/_elements/nav
 share/web/templates/_elements/page_nav
@@ -273,3 +277,4 @@
 t/TestApp/t/03-static.t
 t/TestApp/t/04-sessions.t
 t/TestApp/t/05-actions-before-redirect.pm
+t/TestApp/t/06-validation.t


More information about the Jifty-commit mailing list