1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00
TiddlyWiki5/core
Jermolene 08cfa88249 Fix problem with unsafe use of String.prototype.replace()
We were using `String.prototype.replace()` without addressing the
wrinkle that dollar signs in the replacement string have special
handling. This caused problems in situations where the replacement
string is derived from user input and contains dollar signs.

Fixes #2517
2016-08-06 14:45:33 +01:00
..
images Minor fix to preview-closed icon 2016-05-09 14:41:13 -06:00
language Fix inconsistencies in language string IDs (#2494) 2016-07-13 10:00:21 +01:00
modules Fix problem with unsafe use of String.prototype.replace() 2016-08-06 14:45:33 +01:00
palettes Tweak contrast themes 2015-05-28 09:47:42 +01:00
templates Added mobile-web-app-capable meta tag for Android Chrome (#2456) 2016-07-11 11:16:58 +01:00
ui Fix inconsistencies in language string IDs (#2494) 2016-07-13 10:00:21 +01:00
wiki Prepare for 5.1.13-prerelease 2016-07-13 12:14:24 +01:00
acknowledgements.tid Reorganise acknowledgements 2014-08-01 08:42:52 +01:00
copyright.tid It's 2016! 2016-01-03 18:04:21 +00:00
icon.tid Experimental SVG Compression 2015-03-31 14:39:36 +01:00
plugin.info Consistent plugin descriptions 2015-02-17 10:28:54 +00:00
readme.tid Add/update plugin readmes 2014-08-07 15:49:52 +01:00

title: $:/core/readme

This plugin contains TiddlyWiki's core components, comprising:

* JavaScript code modules
* Icons
* Templates needed to create TiddlyWiki's user interface
* British English (''en-GB'') translations of the localisable strings used by the core