[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2013-02-04 Thread ssutherl%westmont . edu
Did you ever get this figured out. I need to run applets from local files 
for development purposes. OS X 10.7 Safari 6.0.2

On Monday, January 21, 2013 1:54:33 PM UTC-8, tjrob wrote:

 I'm running Safari 6.02 on Mac OS X 10.7.5 (Lion). I can enable the 
 Developer menu, but it has no ¨Disable local file restrictions¨. I am 
 unable to save changes in Safari. 

 I really want to use Safari so I can control it via a shell script, and so 
 I can leave it open all the time (I use Firefox for browsing).

 Any suggestions?

 I can use Firefox and its TiddlyFox extension to save changes from 
 Firefox. But I'd much rather use Safari for TiddlyWiki.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2013-02-04 Thread tjrob
On Monday, February 4, 2013 4:48:26 PM UTC-6, 
ssutherl%w...@gtempaccount.com wrote:

 Did you ever get this figured out. I need to run applets from local files 
 for development purposes. OS X 10.7 Safari 6.0.2


No. I am unable to save edits in Safari 6.0.2 (displays fine). I am using 
Firefox and its Tiddlyfox extension. 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2013-01-21 Thread tjrob
I'm running Safari 6.02 on Mac OS X 10.7.5 (Lion). I can enable the 
Developer menu, but it has no ¨Disable local file restrictions¨. I am 
unable to save changes in Safari. 

I really want to use Safari so I can control it via a shell script, and so 
I can leave it open all the time (I use Firefox for browsing).

Any suggestions?

I can use Firefox and its TiddlyFox extension to save changes from Firefox. 
But I'd much rather use Safari for TiddlyWiki.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/KneQjsdGlz8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-18 Thread beinan li
Tried all solutions listed here.
My safari crashed right away when I save any tiddlers.
I'm using Safari 6 on Mountain Lion.


On Thursday, July 26, 2012 2:03:14 AM UTC-4, eirich wrote:

 Is anyone else unable to save new tiddlers or changes to existing ones 
 while using Safari 6?  I doesn't even open the TiddlySaver applet on my 
 computers.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/9UqHeKKstlcJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-05 Thread sjw
On Jul 26, 7:03 am, eirich eirichfah...@gmail.com wrote:
 Is anyone else unable to save new tiddlers or changes to existing ones
 while using Safari 6?  I doesn't even open the TiddlySaver applet on my
 computers.

Similar problems here.

I'm running Safari 6.0 on Lion (10.7.4).

With the original TiddlySaver.jar (4982 bytes), Chrome (21.0.1180.57)
complains that the UnaMesa certificate is out of date but then saves
OK.

With the new TiddlySaver.jar (11641 bytes), Chrome asks 3 times for
permission to run the .jar and then saves OK (same on each restart of
Chrome).

Safari, however, doesn't say anything about the certificate; it just
reports that saving isn't permitted. I think that until recently it
behaved like Chrome (that was with the original TiddlySaver.jar).

I don't see anything in the Developer menu to Disable local file
restrictions.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-02 Thread Jeremy Ruston
I've just upgraded to Mountain Lion and will look at this properly as
soon as I can.

 Here it states, that the user should see a box where he/she can re-enable
 the applet:
 http://forums.appleinsider.com/t/148926/apple-java-update-removes-flashback-malware
 Unfortunately it's nowhere to be found on the tiddly webpage. What's more,
 there should be an additional feature which disables the plugin
 automatically after some idle time. This could complicate tiddlywiki usage
 even more.

The workaround here may be to make the applet visible so that it can
be clicked on. This would require changing this line in the TW core:

document.write(applet style='position:absolute;left:-1px'
name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar'
width='1' height='1'/applet);

Changing it to something like this might work:

document.write(applet name='TiddlySaver' code='TiddlySaver.class'
archive='TiddlySaver.jar' width='200' height='200'/applet);

Best wishes

Jeremy

-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-02 Thread Chris
This works - thank  you!! 

On Wednesday, August 1, 2012 4:14:44 PM UTC-6, Lluis Sasplugas wrote:

 Ok go to preferences / advanced and check Show Develop menu in menu bar
 Then mark ¨Disable local file restrictions¨.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/nnuYHchwR8wJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-02 Thread Chris
Hey Jeremy - I already went down that path to no avail - seemed possibly 
logical to me too for a while. The prior posting works though - albeit 
disconcerting that Safari requires mortals to use the Develop menu. Hey ho.

On Thursday, August 2, 2012 4:37:47 AM UTC-6, Jeremy Ruston wrote:

 I've just upgraded to Mountain Lion and will look at this properly as 
 soon as I can. 

  Here it states, that the user should see a box where he/she can 
 re-enable 
  the applet: 
  
 http://forums.appleinsider.com/t/148926/apple-java-update-removes-flashback-malware
  
  Unfortunately it's nowhere to be found on the tiddly webpage. What's 
 more, 
  there should be an additional feature which disables the plugin 
  automatically after some idle time. This could complicate tiddlywiki 
 usage 
  even more. 

 The workaround here may be to make the applet visible so that it can 
 be clicked on. This would require changing this line in the TW core: 

 document.write(applet style='position:absolute;left:-1px' 
 name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar' 
 width='1' height='1'/applet); 

 Changing it to something like this might work: 

 document.write(applet name='TiddlySaver' code='TiddlySaver.class' 
 archive='TiddlySaver.jar' width='200' height='200'/applet); 

 Best wishes 

 Jeremy 

 -- 
 Jeremy Ruston 
 mailto:jeremy.rus...@gmail.com 


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/9c9geN3glecJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-02 Thread Jeremy Ruston
 Hey Jeremy - I already went down that path to no avail - seemed possibly
 logical to me too for a while. The prior posting works though - albeit
 disconcerting that Safari requires mortals to use the Develop menu. Hey ho.

Thanks Chris.

With Chrome also not working with TiddlySaver it is increasingly
looking like Firefox is our only friend.

Best wishes

jeremy



 On Thursday, August 2, 2012 4:37:47 AM UTC-6, Jeremy Ruston wrote:

 I've just upgraded to Mountain Lion and will look at this properly as
 soon as I can.

  Here it states, that the user should see a box where he/she can
  re-enable
  the applet:
 
  http://forums.appleinsider.com/t/148926/apple-java-update-removes-flashback-malware
  Unfortunately it's nowhere to be found on the tiddly webpage. What's
  more,
  there should be an additional feature which disables the plugin
  automatically after some idle time. This could complicate tiddlywiki
  usage
  even more.

 The workaround here may be to make the applet visible so that it can
 be clicked on. This would require changing this line in the TW core:

 document.write(applet style='position:absolute;left:-1px'
 name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar'
 width='1' height='1'/applet);

 Changing it to something like this might work:

 document.write(applet name='TiddlySaver' code='TiddlySaver.class'
 archive='TiddlySaver.jar' width='200' height='200'/applet);

 Best wishes

 Jeremy

 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/tiddlywiki/-/9c9geN3glecJ.

 To post to this group, send email to tiddlywiki@googlegroups.com.
 To unsubscribe from this group, send email to
 tiddlywiki+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/tiddlywiki?hl=en.



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-02 Thread Phasic Labs
The solution Lluis posted earlier has just worked for me :

Ok go to preferences / advanced and check Show Develop menu in menu bar
Then mark ¨Disable local file restrictions¨.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/fFD7NmMwmjgJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-01 Thread Lluis Sasplugas
Ok go to preferences / advanced and check Show Develop menu in menu bar
Then mark Disable Site-specific hacks.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/VC5-6tESvx8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-08-01 Thread Lluis Sasplugas
Ok go to preferences / advanced and check Show Develop menu in menu bar
Then mark ¨Disable local file restrictions¨.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/ch8jmC5elX0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-07-30 Thread dafcok
I second that and have the same behavior. My guess is that the problem is 
related to the newest security measures employed by apple. Very annoying... 
Here it states, that the user should see a box where he/she can re-enable 
the 
applet: 
http://forums.appleinsider.com/t/148926/apple-java-update-removes-flashback-malware
Unfortunately it's nowhere to be found on the tiddly webpage. What's more, 
there should be an additional feature which disables the plugin 
automatically after some idle time. This could complicate tiddlywiki usage 
even more.

So does anyone know what might be the best way to tackle the problem?

Am Donnerstag, 26. Juli 2012 08:03:14 UTC+2 schrieb eirich:

 Is anyone else unable to save new tiddlers or changes to existing ones 
 while using Safari 6?  I doesn't even open the TiddlySaver applet on my 
 computers.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/Cf2I0zqatX8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-07-30 Thread Chris
After much searching around I've concluded that my best bet right now is to 
use FF for TiddlyWiki's on Mac OSx 10.8. JRE 1.6 has bad problems on OSx 
10.8, and JRE 1.7 for Mac OSx is still in Beta. I believe that both Chrome 
and Safari are struggling with TiddlySaver because of JRE 1.6 issues. For 
FF, TiddlyWiki uses the FF file access calls - avoiding TiddlySaver - and 
avoiding the JRE problems - I think. 

Anyway - Save Changes in FF on OSx 10.8 works great. It's just not my 
favorite browser. Meanwhile I'll be watching out for updates to JRE for Mac 
OSx 10.8.

On Monday, July 30, 2012 3:01:43 PM UTC-6, dafcok wrote:

 I second that and have the same behavior. My guess is that the problem is 
 related to the newest security measures employed by apple. Very annoying... 
 Here it states, that the user should see a box where he/she can re-enable 
 the applet: 
 http://forums.appleinsider.com/t/148926/apple-java-update-removes-flashback-malware
 Unfortunately it's nowhere to be found on the tiddly webpage. What's more, 
 there should be an additional feature which disables the plugin 
 automatically after some idle time. This could complicate tiddlywiki usage 
 even more.

 So does anyone know what might be the best way to tackle the problem?

 Am Donnerstag, 26. Juli 2012 08:03:14 UTC+2 schrieb eirich:

 Is anyone else unable to save new tiddlers or changes to existing ones 
 while using Safari 6?  I doesn't even open the TiddlySaver applet on my 
 computers.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/VQh3um2g70gJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-07-27 Thread Chris
Yep - definitely not working - and definitely not opening/loading the 
Tiddlysaver applet. At first thought that the problem was due to 
sandboxing in Mountain Lion - but no sign of a sandbox error in the 
logs. Not smart enough to go further on the problem right now - but will 
post if I figure it out.

On Thursday, July 26, 2012 12:03:14 AM UTC-6, eirich wrote:

 Is anyone else unable to save new tiddlers or changes to existing ones 
 while using Safari 6?  I doesn't even open the TiddlySaver applet on my 
 computers.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/QfKN-0cp_q0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki 2.6.5 Safari 6.0

2012-07-26 Thread Lluis Sasplugas
I have the same problem

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/h2yZKokFV0EJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.