mails2nitesh / kfm

Automatically exported from code.google.com/p/kfm
0 stars 0 forks source link

Make purpose specific plugins and create distribution system #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the past the (f)ckeditor support was built in KFM. My preference is to 
move this to plugins completely. At the moment plugins as return_url and 
return_file_id are bundled standard. I think these plugins and probably some 
others should become user specific. I think there should be a plugins 
ckeditor with in the plugin.php something like:

if(isset($_REQUEST['ckeditor'])) $kfm->clearAssociations()-
>addAssociation('ckeditor','all')->freezeAssociations();

The big question is how to distribute these plugins. Maybe something like a 
KFM forge has to be created :)

Original issue reported on code.google.com by bterku...@gmail.com on 24 Feb 2010 at 10:14

GoogleCodeExporter commented 8 years ago
I've always liked how jQuery does its bundling.
we should have something where you can choose exactly how you want KFM to 
download.

1. KFM core
2. what plugins do you want (default to all)
3. what languages (default to all)

when Download is clicked, a package with all of these combined will be created 
and
downloaded.

Original comment by kae.verens@gmail.com on 25 Feb 2010 at 12:21

GoogleCodeExporter commented 8 years ago
i can create something like this with in small php formular

Original comment by nilsfeld@gmail.com on 7 Mar 2010 at 12:41

GoogleCodeExporter commented 8 years ago
I already made something like this at http://kfmdownload.companytools.nl/, it 
seems to 
work but needs more info. Not sure if the .svn foders are removed

Original comment by bterku...@gmail.com on 7 Mar 2010 at 1:10

GoogleCodeExporter commented 8 years ago
ok, thats looks good, but can we add the languages ?

Original comment by nilsfeld@gmail.com on 7 Mar 2010 at 4:10