can you explain me more how to ?
On Mon, Jul 5, 2010 at 7:30 PM, Phyo Arkar <[email protected]> wrote:
> Glad that you like it Massimo , Would be really nice to integrate it inside
> Admin.
>
>
> I am planning to make it a plugin but plugins for web2py is a bit new to
> me.
>
> > 1) replace all path = '/path/to'+'/'+filename with path =
> os.path.join('/path/to',
> filename)
> Means all paths, static paths ? Or at where elfinder''s option (Root) ?
>
> and
> > 4) create a models/plugin_elfinder that defines a function
> plugin_elfinder(....) such that
>
> I am not clear about this , can you give me an example ?
>
>
> On Mon, Jul 5, 2010 at 12:21 PM, Massimo Di Pierro <
> [email protected]> wrote:
>
>> I have a request....
>>
>> I can post it as it is on appliances but that is more of a repository of
>> exmaples. I think what you have would make a nice plugin. I can turn it into
>> a plugin but it would take less time to you Phyo. Here is what to do:
>> 1) replace all path = '/path/to'+'/'+filename with path =
>> os.path.join('/path/to',filename)
>> 2) rename the controller plugin_elfinder
>> 3) move modules/* into modules/plugin_elfinder/
>> 4) create a models/plugin_elfinder that defines a function
>> plugin_elfinder(....) such that
>> 5) rewrite index.html as
>>
>> {{extend 'layout.html'}}
>> {{=plugin_elfinder(os.path.join(request.folder,'private'))}}
>>
>> Does this make sense?
>>
>> In this way people would download the plugin instead of the app and easily
>> plug it into any app.
>>
>> Massimo
>>
>> On Jul 4, 2010, at 11:14 PM, Phyo Arkar wrote:
>>
>> Also thanks a lot to Troex , your fixes make me a lot easier to integrate.
>>
>> On Mon, Jul 5, 2010 at 4:13 AM, Phyo Arkar <[email protected]>wrote:
>>
>>> Hello All
>>>
>>> I have made elfinder web2py-app please check here :
>>> http://code.google.com/p/elfinder-web2py/downloads/list now it can be
>>> directly installed (when you install , re-name it to filemanager so module
>>> imports will work)
>>>
>>> In this version I got both uploads/downloads working fine! and can
>>> deploy directly as web2py application now.
>>>
>>> Hello Troex
>>>
>>> Please review in the code in my mercurial repo :
>>> http://code.google.com/p/elfinder-web2py/source/browse/
>>>
>>> --Added new option , noHash , which disable Hashing (Sacrificing Speed
>>> for Security)
>>> --At line 211 Reset self._response['error'] and httpstatus so it dont
>>> locked in one folder forever, when an error occoured
>>> --Around Line 219 - 230 , To prevent directory locking (When new file is
>>> created/changed/uploaded)
>>> --Also i remove all other archiever checks , they cost a lot of
>>> performance , python code should check form arc option and determine to
>>> check archiever or not at all. Especially bzip2 --version , it freeze
>>> Elfinder ,for my OS (Gentoo)
>>>
>>>
>>>
>>>
>>> On Sun, Jul 4, 2010 at 1:57 PM, mdipierro <[email protected]>wrote:
>>>
>>>> Thanks for the QUICK repl ;-)
>>>>
>>>> On 4 Lug, 08:11, Troex Nevelin <[email protected]> wrote:
>>>> > That is possible, sorry for missing documentation, I've have updated
>>>> it,
>>>> > grab it herehttp://
>>>> elrte.ru/redmine/projects/elrte/wiki/Docs_EN#Custom-toolbar
>>>> >
>>>> > On 07/04/2010 01:47 PM, mdipierro wrote:
>>>> >
>>>> > > Hello Troex,
>>>> >
>>>> > > I very much like elRTE but I cannot find a way to customize the
>>>> header
>>>> > > beyond the tiny, compact, etc. options. I would like have a toolbar
>>>> > > with:
>>>> > > bold, italic, underline, color, underline, alignment options,
>>>> heading/
>>>> > > paragraph options, ul, ol, link, image, flash, table, expand but no
>>>> > > save and no font size/face option. I would like it to fit in one
>>>> > > line. Is this possible? where can i find documentation?
>>>> >
>>>> > > On 1 Lug, 05:22, Troex Nevelin<[email protected]> wrote:
>>>> > >> About starting google group I think no, this is more political
>>>> > >> question, we have our own resources (git, issues, wiki, forum).
>>>> People
>>>> > >> who develop elRTE and elFinder also develop commercial projects
>>>> > >> therefore it is good to have all development in one place. Btw
>>>> > >> elFinder was started not "just for fun" but as commercial need.
>>>> >
>>>> > >>> About elRTE, do you plan to integrate it with elfinder and python
>>>> as
>>>> >
>>>> > >> well?
>>>> > >> elFinder integrates well with elRTE here is dochttp://
>>>> elrte.ru/redmine/projects/elfinder/wiki/Integration_EN
>>>> > >> elRTE is pure javascript so no need to integrate it with python,
>>>> maybe
>>>> > >> only write a little helper.
>>>> >
>>>> > >> About Spanish, I don't speak it. Spanish translation is done by one
>>>> of
>>>> > >> our contributers who live in Spain and now he is stuck with Java
>>>> > >> connector. Our team is all Russians and have difficulties speaking/
>>>> > >> writing English, except me (I'm not russian but Russian is native
>>>> > >> language to me). I'm responsible for all non-russian communication.
>>>> >
>>>> > >> elRTE and especially elFinder are now well known in Russian IT
>>>> > >> community and market, some big companies already integrated
>>>> elFinder
>>>> > >> in their products but this is not true for the rest of the world.
>>>> > >> Maybe you can give some advices how or where to promote our open
>>>> > >> source projects. I really believe we can hit the world with our
>>>> > >> projects.
>>>>
>>>
>>>
>>
>>
>