rebootcode / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

new extension ext-server_moinsave.js (png + svg in one post) #821

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

I have hacked using the given extension by Alexis Deveria one for saving to 
moinmoin. This sends in a single post png and svg data to moin. 

May be someone knows in seconds how I can get the same result as by using 
alert, e.g.
alert("Saved! Return to Item View!");

If I don't wait a little bit here, and call directly

top.window.location = '/'+name;

it did not save.

Another question for now:
What is the usual way, can I get my extension added to the extensions dir?
This will save an explaination step. A user of moin has only to modify 
svg-edit.curConfig adding the extensions name.

cheers
Reimar

Original issue reported on code.google.com by rb.p...@gmail.com on 13 Jun 2011 at 3:18

Attachments:

GoogleCodeExporter commented 9 years ago
just recognized that this alert is only needed if I have

no_save_warning: true,

Original comment by rb.p...@gmail.com on 13 Jun 2011 at 3:54

GoogleCodeExporter commented 9 years ago
can one commit my extension please

Original comment by rb.p...@gmail.com on 1 Jul 2011 at 7:05

GoogleCodeExporter commented 9 years ago
I am interested in adding svg-edit similiar to jquery to pypi

http://pypi.python.org/pypi/XStatic-jQuery/1.6.1.2

but I don't want to patch in my stuff too. Just changing the config is ok.

Original comment by rb.p...@gmail.com on 1 Jul 2011 at 7:07

GoogleCodeExporter commented 9 years ago
Added the extension in r2038. In case more things need to be done than just 
adding a file, please reopen.

Original comment by rusn...@gmail.com on 27 Jul 2011 at 3:42