Author: fizyk
Date: 2010-03-22 23:39:57 +0100 (Mon, 22 Mar 2010)
New Revision: 28689
Modified:
plugins/fzDoctrinePagedRoutePlugin/trunk/README
plugins/fzDoctrinePagedRoutePlugin/trunk/lib/routing/fzDoctrineListRouteCollection.class.php
plugins/fzDoctrinePagedRoutePlugin/trunk/package.xml.tmpl
Log:
added post to _show route methods
Modified: plugins/fzDoctrinePagedRoutePlugin/trunk/README
===================================================================
--- plugins/fzDoctrinePagedRoutePlugin/trunk/README 2010-03-22 21:34:07 UTC
(rev 28688)
+++ plugins/fzDoctrinePagedRoutePlugin/trunk/README 2010-03-22 22:39:57 UTC
(rev 28689)
@@ -1,4 +1,4 @@
- #fzDoctrinePagedRoutePlugin#
+#fzDoctrinePagedRoutePlugin#
Plugin created to ease creation and management and creating of frontend routes
that usually need only list (index) and show pages to the user.
@@ -118,8 +118,3 @@
//....//
}
-
-##Changelog##
-
-###Version 1.0.0###
-*fizyk: plugin creation
\ No newline at end of file
Modified:
plugins/fzDoctrinePagedRoutePlugin/trunk/lib/routing/fzDoctrineListRouteCollection.class.php
===================================================================
---
plugins/fzDoctrinePagedRoutePlugin/trunk/lib/routing/fzDoctrineListRouteCollection.class.php
2010-03-22 21:34:07 UTC (rev 28688)
+++
plugins/fzDoctrinePagedRoutePlugin/trunk/lib/routing/fzDoctrineListRouteCollection.class.php
2010-03-22 22:39:57 UTC (rev 28689)
@@ -123,7 +123,7 @@
'action' => 'show'
);
$requirements = array(
- 'sf_method' => 'get',
+ 'sf_method' => array('get','post'),
'id' => '\d+'
);
Modified: plugins/fzDoctrinePagedRoutePlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/fzDoctrinePagedRoutePlugin/trunk/package.xml.tmpl 2010-03-22
21:34:07 UTC (rev 28688)
+++ plugins/fzDoctrinePagedRoutePlugin/trunk/package.xml.tmpl 2010-03-22
22:39:57 UTC (rev 28689)
@@ -53,9 +53,10 @@
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT
license</license>
- <date>2010-03-??</date>
+ <date>2010-03-23</date>
<license>MIT</license>
<notes>
+ * fizyk: added post method to _show route
* fizyk: fixed typo in description
</notes>
</release>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.