apostrophePollPlugin
0.1.3alpha
for sf 1.4sf 1.3 and Doctrine
MIT
apostrophePollPlugin
This plugin provides forms integration to Apostrophe CMS websites.
The goal of the plugin is to provide the support for forms display and handling, as well as data storage and visualization.
The plugin doesn't provide support for online forms creation. They must be written manually, using the symfony form framework.
The plugin is very flexible and extensible. A high degree of customization allows one to publish different types of forms with a minimum effort.
Developers
License
Copyright (c) 2012 Raffaele Bolliger
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Releases for sf 1.4
| Version |
License |
API |
Released |
|
0.1.4alpha
|
MIT license |
0.1.0alpha
|
26/07/2012 |
|
0.1.3alpha
|
MIT license |
0.1.0alpha
|
14/05/2012 |
|
0.1.2alpha
|
MIT license |
0.1.0alpha
|
14/05/2012 |
|
0.1.1alpha
|
MIT license |
0.1.0alpha
|
13/05/2012 |
|
0.1.0alpha
|
MIT license |
0.1.0alpha
|
13/05/2012 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
0.1.4alpha
|
MIT license |
0.1.0alpha
|
26/07/2012 |
|
0.1.3alpha
|
MIT license |
0.1.0alpha
|
14/05/2012 |
|
0.1.2alpha
|
MIT license |
0.1.0alpha
|
14/05/2012 |
|
0.1.1alpha
|
MIT license |
0.1.0alpha
|
13/05/2012 |
|
0.1.0alpha
|
MIT license |
0.1.0alpha
|
13/05/2012 |
| Name |
Channel |
Version |
| apostrophePlugin |
plugins.symfony-project.org |
1.5.0-2.0.0 |
Changelog for release 0.1.3 - 14/05/2012
- raffaele: Added migration class to update the DBwith apostrophe:migrate when installing the plugin.
Other releases
Release 0.1.4 - 26/07/2012
- raffaele: Fixed some bugs
- raffaele: Added support for stylesheets in email notifications. Using emogrifier to create inline styles.
Release 0.1.3 - 14/05/2012
- raffaele: Added migration class to update the DBwith apostrophe:migrate when installing the plugin.
Release 0.1.2 - 14/05/2012
- raffaele: Removed some parameters from aPoll.yml
- raffaele: Improved the documentation
Release 0.1.1 - 13/05/2012
- raffaele: First release of the plugin
Release 0.1.0 - 13/05/2012
- raffaele: First release of the plugin
apostrophePollPlugin
The apostrophePollPlugin is a symfony plugin that provides forms integration to apostrophe-based websites.
The plugin is NOT designed to build forms online. Its purpose is to manage the workflow of forms submissions. Forms must be created manually, using the symfony form framework. For this reason, the plugin is intended for people having a minimal understanding of how synfony works.
The plugin provides three modules:
- A new slot type, to publish the form in various pages of the CMS
- An administration module to manage forms behavior and appearance
An administration module to manage user's submitted data
The plugin provides many ways to customize both forms appearance and submission management via configurable options.
The plugin is fully documented on its homepage, hosted on GitHub. You can also find the documentation in the data/doc folder.