* Experimentally upgrading your regular wikis to the prerelease (it’s
still not advised to switch over to the new version until the
official release)
* Check over the community links and shout here (or via a pull
request) if you notice any useful resources that I’ve missed
The idea is to release 5.1.10 as quickly as possible; at this stage,
if there’s anything controversial, I’d be inclined to just pull and
postpone any such features until 5.1.11.
5.1.10 has been in development for a long time, and it’s a pretty
significant upgrade. I’m particularly pleased to welcome many first
time contributors to TiddlyWiki in the 27 or so people listed.
Best wishes
Jeremy.
Hi Jeremy,
Thanks for this release! It is great!
I think I found two bugs, one of them is a major one:
1) Decryption/Encryption not working. To reproduce:
-Open an empty wiki
-Add a tiddler
-Set password
-Save wiki
-Reload wiki and you will see the error
You can also predict this will not work because if you load the
empty wiki in Chrome
with the developer console open, you will see the following
Javascript error in the console:
Uncaught SyntaxError: Unexpected identifier
in firefox you get a more descriptive error in the console:
SyntaxError: missing ; before statement
It it pointing to the <script> tag that loads the stanford
encryption library:
<script data-tiddler-library="yes"
data-tiddler-title="$:/library/sjcl.js" data-tiddler-type=....>
So it is unable to load the Stanford encryption lib.
2) I found what seems to be a bug with external lazy loaded tiddlers
- I loaded 5.1.10 prerelease with Twexe
- Created a Lazy Tiddler with _canonical_uri pointing to an
external text file
- Set the type to text/vnd.tiddlywiki
- Saved the tiddler and reloaded the page
The XMLHTTP request is done, and the server returns the file with its
content and a 200 OK response as I can see in the Network Tab of the
developer console of Chrome:
* But the tiddler text is never displayed and stays in the 'Loading
external text from ext/t1.tid' message.
Thank you for the great work, to you and to all the contributors.
thanks
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/20151230132506.Horde.O_qXKntRn87_rWl97bNc5EK%40www.newsfromgod.com.
For more options, visit https://groups.google.com/d/optout.