[Jifty-commit] r6416 - in jifty/trunk: . plugins.old/EditInPlace

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 25 00:25:02 EST 2009


Author: alexmv
Date: Wed Feb 25 00:25:02 2009
New Revision: 6416

Removed:
   jifty/trunk/plugins.old/EditInPlace/
Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Manual/Cookbook.pod

Log:
 r42563 at kohr-ah:  chmrr | 2009-02-25 00:16:14 -0500
 Remove old, unworking with TD EditInPlace plugin


Modified: jifty/trunk/lib/Jifty/Manual/Cookbook.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Cookbook.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Cookbook.pod	Wed Feb 25 00:25:02 2009
@@ -294,39 +294,6 @@
 	$self->argument_value( other_field => "new value" )
 
 
-=head2 Get the "Edit" links to work in the "Page info" tool
-
-If you click on "Page info", follow an "Edit" link for a fragment,
-and you get an error message saying something like
-
-	You got to a page that we don't think exists...
-
-then you need to ensure that the C<Jifty::Plugin::EditInPlace> has
-been installed correctly. It should be in the F<Jifty/Plugin> directory
-installed with the rest of the Jifty modules.
-
-	perl -MJifty::Util -e 'print Jifty::Util->jifty_root'
-
-will tell you where to look. If it's not there you will need to install
-it manually. If you still have your build files from installing Jifty
-you can find the module in the F<plugins> directory.
-
-Once you have the modules in place, or if they were already present
-you simply need to enable the plugin in your project config file. Edit 
-F<etc/config.yml> and find the "Plugins:" section. It will probably look
-like this
-
-	  Plugins: []
-
-Change it to 
-
-	  Plugins: 
-	    - EditInPlace: {}
-
-Take care: the indentation is significant. Use spaces, not tabs.
-Once you have done that you can restart your Jifty application and the
-edit links should then function correctly.
-
 =head2 Use iepngfix.htc to add PNG support in IE5.5+
 
 Jifty has included iepngfix.htc by Angus Turnbull. The HTC file will


More information about the Jifty-commit mailing list