Releases for sf 1.4
| Version |
License |
API |
Released |
|
0.9.4beta
|
MIT license |
0.9.0beta
|
10/01/2011 |
|
0.9.3beta
|
MIT license |
0.9.3beta
|
06/01/2011 |
|
0.9.1beta
|
MIT license |
0.9.0beta
|
28/12/2010 |
|
0.9.0beta
|
MIT license |
0.9.0beta
|
26/12/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
0.9.4beta
|
MIT license |
0.9.0beta
|
10/01/2011 |
|
0.9.3beta
|
MIT license |
0.9.3beta
|
06/01/2011 |
|
0.9.1beta
|
MIT license |
0.9.0beta
|
28/12/2010 |
|
0.9.0beta
|
MIT license |
0.9.0beta
|
26/12/2010 |
Changelog for release 0.9.0 - 26/12/2010
Other releases
Release 0.9.4 - 10/01/2011
fix bug in configuration files for export
Release 0.9.3 - 06/01/2011
Release 0.9.1 - 28/12/2010
Release 0.9.0 - 26/12/2010
mpRealityAdminPlugin
Overview
The mpRealityAdminPlugin provides a new admin generator theme with some additions.
Installation
Step 1 - Download and install the plugin
symfony plugin:install mpRealityAdminPlugin --stability=beta
Step 2 - Publish the assets
symfony plugin:publish-assets
Step 3 - Clear the cache
symfony cc
Configuration
Enable the plugin in your project
//config/ProjectConfiguration.class.php
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enablePlugins('sfDoctrinePlugin', 'mpRealityAdminPlugin ');
}
}
How to use it ?
Generate an admin generator:
symfony doctrine:generate-admin --theme=mpRealityAdminPlugin
OR if you already have an admin generator, you can simply modifiy the theme inside your generator.yml
generator:
class: mpRealtyAdminDoctrineGenerator
param:
theme: mpReality
clear the cache
symfony cc
Changelog
- version 0.8.0: add documentation
- version 0.7.0: add cool stuff on boolean fields
- version 0.6.0: add search feature
- version 0.5.0: ajaxify some actions
- version 0.4.0: add a 'show' view parameter for generator.yml
- version 0.3.0: add max-per-page selector
- version 0.2.0: add mpRealtyAdminDoctrineGenerator class
- version 0.1.0: initial release
TODO
- add new features integrating menu
- clean up css and js
Feel free to email me with suggestions/bugs.
Contact
Mike Plavonil ( mikeplavo [at] gmail[dot] com )