> * 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
I’m keen to get 5.1.10 released early next week. Over the last few days I’ve been catching up on pull requests and tidying up, as discussed in this GitHub ticket:
I think there is one slight adjustment should be made for subtitle date template for 5.1.10 which is,
$:/language/Tiddler/DateFormat(DDth MMM YYYY at hh12:mmam)The current date format does not display minute when I modify tiddler at hh:00(min).I believe this format should be DDth MMM YYYY at hh12:0mmam
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/fb722c3e-91cf-4671-9e97-c31d09153f6d%40googlegroups.com.