Releases for sf 1.4
| Version |
License |
API |
Released |
|
0.9.6alpha
|
MIT license |
0.9.0alpha
|
24/01/2011 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
0.9.6alpha
|
MIT license |
0.9.0alpha
|
24/01/2011 |
Changelog for release 0.9.6 - 24/01/2011
Other releases
Release 0.9.6 - 24/01/2011
ksWdCalendarPlugin
Overview
The ksWdCalendarPlugin provides an easy way to integrate the wdCalendar in Symfony
Installation
Install the plugin
symfony plugin:install --stability=alpha ksWdCalendarPlugin
Rebuild Project
doctrine:build --all --and-load (Attention this erase all your Database and load what you have in fixtures)
Generate Wed dir (css , js , ecc..)
symfony plugin:publish-assets
Add in apps/{APPLICATION}/config/settings.yml
1) Add ksWdCalendar module in enabled_modules
2) ks_wd_calendar_plugin:
culture_us:
label: us
fulldaykey: MMddyyyy
suffix_file_path: US
jsdate: m/d/Y H:i
So it looks like this:
all:
.settings:
ks_wd_calendar_plugin:
culture_us:
label: us
fulldaykey: MMddyyyy
suffix_file_path: US
jsdate: m/d/Y H:i
enabled_modules: [default, ksWdCalendar]
Clear the cache
./symfony cc
Connect at module
Connect at http://project/application_dev.php/ksWdCalendar/
Contact
- Daniele Palombo ( daniele.palombo [at] gmail [dot] com )
Changelog
- Version 1.0.0 : initial release