sfOfflineFilterPlugin
1.0.1stable
for sf 1.2sf 1.1 MIT
This plugins is a filter that if you want to set your website offline
Now at github https://github.com/cedriclombardot/sfOfflineFilterPlugin/
Developers
License
Copyright (c) SPYRIT SYSTEME D'INFORMATION -- Cédric Lombardot
See : http://spyrit.net & http://cv.luckylife.fr
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 |
|
1.0.3stable
|
MIT |
1.0.3stable
|
29/01/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.0.3stable
|
MIT |
1.0.3stable
|
29/01/2010 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.3stable
|
MIT |
1.0.3stable
|
29/01/2010 |
|
1.0.2stable
|
MIT |
1.0.2stable
|
30/03/2009 |
|
1.0.1stable
|
MIT license |
1.0.1stable
|
28/01/2009 |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
19/01/2009 |
|
0.1.0stable
|
MIT license |
0.1.0stable
|
14/01/2009 |
Releases for sf 1.1
| Version |
License |
API |
Released |
|
1.0.3stable
|
MIT |
1.0.3stable
|
29/01/2010 |
|
1.0.2stable
|
MIT |
1.0.2stable
|
30/03/2009 |
|
1.0.1stable
|
MIT license |
1.0.1stable
|
28/01/2009 |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
19/01/2009 |
|
0.1.0stable
|
MIT license |
0.1.0stable
|
14/01/2009 |
Changelog for release 1.0.1 - 28/01/2009
- Remove StatusCode 302 before forwarding have problem on IE with https
Other releases
Release 1.0.3 - 29/01/2010
Now compatible with sf1.3 and 1.4
Release 1.0.2 - 30/03/2009
Release 1.0.1 - 28/01/2009
- Remove StatusCode 302 before forwarding have problem on IE with https
Release 1.0.0 - 19/01/2009
- Replace isSuperAdmin By sfConfig::get('app_is_offline_credential','offline')
- Adding StatusCode 302 before forwarding
Release 0.1.0 - 14/01/2009
sfPackageMakerPlugin
Description
This plugin will help you to create a package by listing all the file in your
plugin directory.
Take the time to read all the options, like that you could manage automaticaly the xml changelog only
using the task.
How To Install
./symfony plugin:install sfPackageMakerPlugin --version="0.2"
./symfony cc
When you create your plugin
The task
You can use :
{
./symfony plugin:build-package
}
or
./symfony plugin-build-package
The task contain one agrgument :
- The plugin_name : by default it's the name of the skelton xml
The task contains this options :
--skelton_path or -p : if you want to set an other model (by default: package-YOUR_PLUGIN_NAME.xml)
--plugin_version or -v : to set the version of the plugin ( pear format is X.Y.Z )
--stability or -s : set beta or stable
--changelog or -c : By this options you will set the notes for the changelog of this version
--license_uri or -uri : The uri of you license (default : http://www.symfony-project.com/license )
--license_name or -l : The name of the license (default : MIT )
Recommanded use
./symfony plugin:build-package -v="X.Y.Z" -s="beta" -c="Your notes for the version" PLUGIN_NAME
If you have already set the command for a version, but you have forgot something and that you don't want to creant a
new version number :