You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wwwsqldesigner
I've uploaded a patch to the files section that adds two options to
the config.js file:
STATIC_PATH - points to the root wwwsqldesigner location from which
static files can be found
XHR_PATH - points to the base location where wwwsqldesigner should
look to when doing server requests.
The above options can be left out of the config file with no adverse
effect. Their contents should always end in a slash (/) since they
merely act as a prefix for the pre-existing paths.
For example: I have mine variables set to:
STATIC_PATH:"/admin/static/wwwsqldesigner/",
XHR_PATH:"/admin/editor/"
The purpose of this patch is allow wwwsqldesigner to be served
dynamically from a different base URL than it's supporting CSS and JS
files. And also to look to a different than what it is served from to
do server requests.
Cheers,
-tim
Ondrej Zara
unread,
Jul 7, 2009, 2:11:11 AM7/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wwwsqld...@googlegroups.com
Hi,
thanks for your contribution. I slightly simplified your code and commited in to code repository.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wwwsqld...@googlegroups.com
Thanks,
Two pairs of eyes are better than one.
-tim
Ondrej Zara wrote:
> Hi,
>
> thanks for your contribution. I slightly simplified your code and
> commited in to code repository.
>
>
>
> Sincerely,
> Ondrej Zara
>
>