![]() |
|
twAdminPlugin - 1.1.0Backend module based on sfAdminDashPlugin |
|
![]() |
0
user
Sign-in
to change your status |
Plugin based on sfAdminDashPlugin with Bootstrap |
Plugin based on sfAdminDashPlugin with style projected for Thunderwolf system backend
Feel free to contribute on github : twAdminPlugin
| Name | Status | |
|---|---|---|
|
|
lead | moc.liamg <<ta>> izdoluta |
Copyright (c) 2008-2009 Kevin Bond
Copyright (c) 2009-2012 ARUKOMP Arkadiusz Tułodziecki
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.
| Version | License | API | Released |
|---|---|---|---|
| 1.1.0stable | MIT license | 1.1.0stable | 19/07/2012 |
| 0.1.1alpha | MIT license | 0.1.0alpha | 05/09/2010 |
| 0.1.0alpha | MIT license | 0.1.0alpha | 30/08/2010 |
| Version | License | API | Released |
|---|---|---|---|
| 1.1.0stable | MIT license | 1.1.0stable | 19/07/2012 |
| 0.1.1alpha | MIT license | 0.1.0alpha | 05/09/2010 |
| 0.1.0alpha | MIT license | 0.1.0alpha | 30/08/2010 |
| Version | License | API | Released |
|---|---|---|---|
| 1.1.0stable | MIT license | 1.1.0stable | 19/07/2012 |
| 0.1.1alpha | MIT license | 0.1.0alpha | 05/09/2010 |
| 0.1.0alpha | MIT license | 0.1.0alpha | 30/08/2010 |
| Name | Channel | Version |
|---|---|---|
| sfJQueryDateTimeFormWidgetPlugin | pear.symfony-project.com | 1.1.0-1.2.0 |
I had to create nice backend for my Thunderwolf Project and here is result.
This plugin is based on sfAdminDashPlugin created by Kevin Bond. Like him I had to create a menu to access all the various modules.
This plugin automates the process by using a configuration files.
twCorePlugin Base plugin for all Thunderwolf Plugins
twAdminGuardPlugin The Best plugin for authentication
Install plugin:
symfony plugin:install twAdminPlugin
symfony cache:clear
Create backend or admin app if not exists:
symfony generate:app backend
Publish the plugin's assets:
plugin:publish-assets
If the modules are admin generator modules, change the default admin generator theme in each module's generator.yml to the twadmin Theme
theme: twadmin
This plugin default app.yml file looks like the following:
all:
ckeditor:
basePath: '/twAdminPlugin/ckeditor/'
tw_admin:
web_dir: /twAdminPlugin
image_dir: /twAdminPlugin/images/
site: My Site
site_start_year: 2012
include_path: true
include_jquery_no_conflict: false
default_module: homepage
default_category: index
default_subcategory: false
#login: false
#logout: true
#login_route: '@homepage'
#logout_route: '@homepage'
menu:
homepage:
categories:
index:
label: Informations
url: '@homepage'
For example twAdminGuardPlugin default app.yml file looks like the following:
all:
tw_admin:
login: false
logout: true
login_route: '@tw_guard_signin'
logout_route: '@tw_guard_signout'
module:
usersadmin:
label: Użytkownicy
url: '@tw_guard_user'
credentials: [superadmin]
menu:
usersadmin:
categories:
users:
label: Użytkownicy
url: '@tw_guard_user'
credentials: [admin]
permissions:
label: Uprawnienia
url: '@tw_guard_permission'
credentials: [superadmin]
groups:
label: Grupy Uprawnień
url: '@tw_guard_group'
credentials: [superadmin]
This plugin is based on Bootstrap, from Twitter
This plugin have some additional graphics and HTML design is sponsored by ARUKOMP company.
All this additional graphics are licensed under a Creative Commons Attribution 3.0 Unported License

