Releases for sf 1.4
| Version |
License |
API |
Released |
|
0.2.0beta
|
MIT license |
0.2.0beta
|
20/01/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
0.2.0beta
|
MIT license |
0.2.0beta
|
20/01/2010 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
0.2.0beta
|
MIT license |
0.2.0beta
|
20/01/2010 |
|
0.1.3beta
|
MIT license |
0.1.0beta
|
27/08/2009 |
|
0.1.2beta
|
MIT license |
0.1.0beta
|
26/08/2009 |
|
0.1.1beta
|
MIT license |
0.1.0beta
|
24/08/2009 |
|
0.1.0beta
|
MIT license |
0.1.0beta
|
24/08/2009 |
Changelog for release 0.1.0 - 24/08/2009
Other releases
Release 0.2.0 - 20/01/2010
- fix minor issues for compatibility with symfony 1.3 and 1.4
Release 0.1.3 - 27/08/2009
- modify the app.yml to make it more in line with "standard" plugins. THIS VERSION BRAKES PREVIOUS app.yml config
- add one new parameter in app.yml: theme_dir to easily set external theme without changing jquery.
- Remove 2 themes to keep only one in the plugin (add your own in your web folder).
Release 0.1.2 - 26/08/2009
- remove depreciated sfLoader in UI helper class
* add README.markdown for github
Release 0.1.1 - 24/08/2009
- fix README markdown and add more doc
Release 0.1.0 - 24/08/2009
sfAdminThemejRollerPlugin
The sfAdminThemejRollerPlugin packages a new admin generator theme based on jQuery UI ThemeRoller (http://jqueryui.com/themeroller/).
This plugin allows to change the default admin generator theme to one based on the theme roller from jQuery UI team.
It is very convenient to change themes and keep UI consistency all around or even create your own theme.
Installation
*-----------
How to use it
*------------
Generate an admin generator:
./symfony --theme=jroller doctrine:generate-admin
if you already have an admin generator, you can simply change the theme inside your generator.yml
theme: jroller
Configuration
*------------
You can use your own jQuery/jQueryUI and your own theme (based on ThemeRoller) and configure all this inside your app.yml:
sf_admin_theme_jroller_plugin:
web_dir: /sfAdminThemejRollerPlugin # specify specific folder where to pick your jquery stuff, ui and themes.
use_jquery: true # default. use the packaged jquery/UI
theme: redmond # default.
css_reset: true # default. reset default css (from Blueprint CSS)
To add icons on your buttons/links you can use those proposed by ThemeRoller and include them in your generator.yml:
actions:
_new: { ui-icon: plus }
object_actions:
_edit: { ui-icon: pencil }
Note: you only need to use the specific part of each icon, not the all name, e.g. 'ui-icon-plus'.
Links
*----
* library(http://jquery.com/)
* UI(http://jqueryui.com/)
* UI ThemeRoller(http://jqueryui.com/themeroller/)
TODO
*---