jeremy@jermolene.com
1841b0fa4f
Fix tests
2022-10-01 14:05:13 +01:00
jeremy@jermolene.com
47f80339b2
Update transclude widget to use error widget
...
Missed off #6970
2022-10-01 10:15:14 +01:00
Jeremy Ruston
db6abb9703
Improve recursion detection for transclusion and filters ( #6970 )
2022-10-01 10:13:40 +01:00
jeremy@jermolene.com
8d1e6b5d23
Test plugin should run tests in shadow tiddlers
...
Missed off #6961 , preventing the tests introduced there from running
2022-10-01 10:03:50 +01:00
jeremy@jermolene.com
1df4c29d73
Relax the restriction on the let widget being unable to create variables starting with a dollar
2022-10-01 09:47:26 +01:00
jeremy@jermolene.com
81e4745c56
Update release note contributors list
2022-09-24 14:23:36 +01:00
jeremy@jermolene.com
87597ea273
Update release note
2022-09-24 14:20:30 +01:00
Jeremy Ruston
4e9267ea58
Introduce genesis widget ( #6961 )
...
* Initial Commit
* Fix version number
* Fix docs date
2022-09-24 14:07:42 +01:00
jeremy@jermolene.com
dd66fcc759
Merge branch 'tiddlywiki-com'
2022-09-24 11:06:39 +01:00
jeremy@jermolene.com
8ebb9ef442
Typo from a981f8ccfe
...
Fixes #6955
2022-09-24 10:55:22 +01:00
jeremy@jermolene.com
81ac987484
Optimise variable prototype chain handling
...
With this improvement and 53d229592d
I'm measuring a 10-15% performance improvement between v5.2.3 and master using https://github.com/Jermolene/tiddlywiki-performance-test-rig
2022-09-24 08:28:16 +01:00
jeremy@jermolene.com
0a00da6db9
Optimise fake dom
...
Object.setPrototypeOf() appears to be significantly faster
2022-09-23 18:09:45 +01:00
jeremy@jermolene.com
53d229592d
Optimise wiki.getTiddler()
2022-09-23 18:09:16 +01:00
jeremy@jermolene.com
166a156584
Fix typo: Safe mode should prevent globally disabling parser rules
2022-09-23 18:08:28 +01:00
jeremy@jermolene.com
c5d3d4c26e
Disable wiki indexers in safe mode
2022-09-23 18:07:46 +01:00
Robin Munn
51bdf60ee8
Fix bug when using built-in list
field as listField parameter to checkbox widget ( #6897 )
...
* Fix bug with checkbox widget and `list` field
The `list` field is stored as a list and frozen against modifications,
and getFieldList() returns it directly without creating a copy. So
before we modify it, we need to make a copy so we're not modifying a
frozen list. This bug doesn't manifest with custom fields, which are
stored as strings, only with the built-in `list` field.
* Fix checkboxes referencing non-existent tiddlers
This fixes the "tiddler is undefined" error when a checkbox's listField
property references a tiddler that doesn't (yet) exist.
* Better logic for checkbox listField handling
If the field contains an array, then it's almost certainly referenced
elsewhere and needs a defensive copy made. If it contained a string,
then it's safe to modify without making a defensive copy.
2022-09-22 18:52:55 +01:00
jeremy@jermolene.com
50f54ba6ca
Merge branch 'tiddlywiki-com'
2022-09-22 10:34:41 +01:00
jeremy@jermolene.com
1a0ab68dec
Complete fix for a981f8ccfe
2022-09-22 10:34:27 +01:00
jeremy@jermolene.com
bb67f96562
Merge branch 'tiddlywiki-com'
2022-09-21 09:32:33 +01:00
jeremy@jermolene.com
a981f8ccfe
Partial fix for wikitext example macros
...
They don't work when the src text contains variable substitution syntax.
2022-09-21 09:32:18 +01:00
白宦成
859d15a446
Signing the CLA ( #6951 )
2022-09-17 16:52:05 +01:00
Cameron Fischer
debfd42d51
Log message not to have spaces and <empty string> ( #6947 )
2022-09-15 12:10:33 +01:00
twMat
fe365354d0
[doc] Update WidgetMessage: tm-new-tiddler ( #6945 )
...
...
2022-09-13 17:20:28 +01:00
jeremy@jermolene.com
d825f1c875
Use view template body cascade for the default preview
2022-09-10 11:01:29 +01:00
jeremy@jermolene.com
fe74a776e9
Docs: Add note for retrieving system tiddlers via HTTP under Node.js
...
See #6866
2022-09-09 10:02:26 +01:00
Roma Hicks
93e1a632b8
Updated URL to new public site. ( #6496 )
2022-09-05 18:04:47 +01:00
jeremy@jermolene.com
9b7edfc1a7
Revert changes to parse tree preview
...
This implementation requires #6666
2022-09-03 10:55:15 +01:00
jeremy@jermolene.com
3b2c64a85b
Update release note
2022-09-02 21:28:32 +01:00
Jeremy Ruston
35b9faaa89
JSON Filter Operators (Revised Attempt) ( #6936 )
...
* First commit
Cherry-picked from #6666
* Adjust release version number
Just in case we decide to make a release before we merge #6666
2022-09-02 18:15:45 +01:00
tw-FRed
11b258a14b
Fix tag pills style ( #6934 )
2022-09-01 08:38:26 +01:00
Bram Chen
7652aa5fed
Update chinese translations ( #6935 )
...
* Add Hint and Caption of the delete button in the AdvancedSearch filter results
* Add confirm messages for the above deleting action
2022-09-01 08:03:37 +01:00
jeremy@jermolene.com
d62a16ee46
iPhone/iPad: Prevent long presses on tiddlylinks from triggering a preview
2022-08-31 17:44:31 +01:00
Xavier Cazin
0b1fc8e574
Make dialogs over deleting AdvancedSearch filter results translatable ( #6933 )
...
* Add fr-FR strings over deleting AvancedSearch filter results
* Add default strings over deleting AvancedSearch filter results
* Make dialogs over deleting results from AdvancedSearch filters translatable
2022-08-31 17:32:55 +01:00
jeremy@jermolene.com
127f660c91
Edit widget: remove default text "Type the text for the tiddler 'foo'"
...
Fixes #6152
2022-08-28 15:12:51 +01:00
Jeremy Ruston
668f443fc2
Fix prerelease version string
2022-08-19 13:14:11 +00:00
Jeremy Ruston
c8ad385947
Docs: Update code of conduct
2022-08-19 11:15:57 +00:00
Marxsal
c1f6e02d14
Fix missing links in Getting Started. ( #6900 )
...
* Fix empty links in Getting Started.
* Remove standalone TH reference and combine lines.
2022-08-19 08:14:04 +01:00
jeremy@jermolene.com
f0423c20b9
Merge branch 'tiddlywiki-com'
2022-08-17 18:11:12 +01:00
Mario Pietsch
953b89fd6b
CSS: Make input and button elements consistent for all browsers ( #6910 )
2022-08-17 14:54:15 +01:00
Bram Chen
f87ab06414
Update chinese language files ( #6895 )
...
* Change core GettingStarted tiddler table layout
* Revise wording
2022-08-10 10:06:57 +02:00
Mario Pietsch
2ff5bd5a0f
Fix removing a field with empty name ( #6888 )
...
* allow us to remove a field with empty key
* fix typo in if clause
2022-08-09 18:44:45 +02:00
Mario Pietsch
d7b9e6fb02
Getting started new table layout ( #6894 )
...
* change core GettingStarted tiddler table layout
* rename tc-table-no-grid to tc-table-no-border
2022-08-09 18:42:01 +02:00
BALLOON | FU-SEN
8420f8430f
Minor adjustments to Japanese language files ( #6884 )
...
Since there was a mixture of "Desumasu-style"(ですます調) and "Dearu-style"(である調), the unification (that is unique to Japanese)
2022-08-06 11:07:47 +02:00
Mario Pietsch
a572979cc4
Add global option to show default text below the edit textarea ( #6882 )
2022-08-05 17:16:39 +02:00
Guang Li
90d6a0f1a6
Update readme.tid ( #6883 )
2022-08-05 16:59:53 +02:00
twMat
406dbd0883
Update Releases.tid ( #6880 )
2022-08-04 19:18:06 +01:00
jeremy@jermolene.com
3fd2cfc339
Preparing for v5.2.4
...
Note that we currently only plan to release v5.2.4 if there's an issue with v5.2.3, and that the next release version will be v5.3.0
2022-08-02 17:31:20 +01:00
jeremy@jermolene.com
f690458792
Version number update for 5.2.3
2022-08-02 12:32:01 +01:00
jeremy@jermolene.com
6bc18570f2
Update readmes for v5.2.3
2022-08-02 12:31:33 +01:00
jeremy@jermolene.com
1f4b12cd0e
Preparing for release of v5.2.3
2022-08-02 12:27:50 +01:00