Jermolene
12661f5cda
Add warning for bad characters when editing tiddler titles
...
Fixes #2351
2016-03-31 11:14:18 +01:00
Jeremy Ruston
5e720c0d57
Merge pull request #2349 from BramChen/zh
...
Update Chinese trannslations
2016-03-29 08:14:47 +01:00
Bram Chen
0edb2f1ed8
Add zh trannslations of Plugins/NoInformation
2016-03-29 10:33:05 +08:00
Jeremy Ruston
dd27fee15e
Merge pull request #2348 from araname/master
...
Add localisable strings
2016-03-28 16:34:43 +01:00
Myeongjin
c9b0e15201
add localisable strings for dialog
2016-03-28 16:24:55 +09:00
Myeongjin
034796bee6
add localisable string for plugin configure
2016-03-28 16:24:47 +09:00
Jeremy Ruston
ec8cde981f
Merge pull request #2342 from araname/master
...
Update Korean translation
2016-03-26 08:34:18 +00:00
Myeongjin
c407327e48
update korean translation for the extended edit preview
2016-03-26 15:16:42 +09:00
Jermolene
fdbc62dc11
Fix story river width with non-zero storyleft
...
Fixes #1640
2016-03-22 12:05:18 +00:00
Jermolene
276074b6cf
Fix problem with scrollable widget in static rendering
...
Fixes #1910
2016-03-21 21:59:57 +00:00
Jeremy Ruston
528e10c11f
Merge pull request #2333 from kixam/master
...
update information about datepicker
2016-03-20 14:57:51 +00:00
Aurélien Correia
0ca66e5dd5
update information about datepicker
2016-03-20 15:48:43 +01:00
Jermolene
086506012d
Remove extraneous macro definition
2016-03-07 20:11:28 +00:00
Jermolene
bd7f1fda61
Update plugin library version
2016-03-07 20:11:28 +00:00
Jermolene
641ac7f6a0
Release note update
2016-03-07 20:11:28 +00:00
Jeremy Ruston
3fadee841a
Merge pull request #2313 from webninjasi/patch-1
...
Fix invalid header in upload plugin
2016-03-04 09:42:41 +00:00
webninjasi
ed802d2933
Signing the CLA
2016-03-03 21:43:18 +02:00
webninjasi
47d518d6d4
Fix invalid header in upload plugin
2016-03-03 19:08:24 +02:00
Jermolene
51db3e9e75
Text-slicer: style edit and view templates
2016-02-29 17:47:46 +00:00
Jermolene
6e4222e5e8
Text-slicer: tweak interactive document display
...
* Add icon for view template segment
* Muted background colour for view template segment
* Include links to parent tiddlers in the view template segment
* Fix logic for hiding/showing documents/headings (“open”/“close” were
transposed)
2016-02-28 20:18:01 +00:00
Jermolene
e2d0b70fad
Text-slicer: Add an advanced search filter for orphans
...
Locates tiddlers marked as document components that are not linked into
any active document
2016-02-28 19:56:24 +00:00
Jermolene
4041009d43
Text-slicer: standardise titles of state tiddlers
...
As noted by @Evolena, it’s cleaner to use the standard prefix for the
UI state tiddlers
2016-02-27 14:40:14 +00:00
Jeremy Ruston
abbb3c15e0
Merge pull request #2308 from FND/podcast
...
Add podcast link
2016-02-27 12:32:13 +00:00
FND
b2ea4ace23
Sign CLA
2016-02-27 13:31:35 +01:00
Jermolene
7498989ebb
Text-slicer: better support for specifying the output title
...
Can be specified directly, or taken from a field of the tiddler being
sliced, falling back to a default.
2016-02-27 12:25:48 +00:00
Jermolene
cd0a0aa1fb
Add YouTube banner to HelloThere
2016-02-27 12:25:04 +00:00
FND
d0160d5915
Add podcast link
2016-02-27 10:50:51 +01:00
Jermolene
8d4341a02d
Mend positioning of vertical sidebar tabs
...
Fixes #2305
2016-02-22 12:37:52 +01:00
zakrec
8ec8c5103e
Update cla-individual.md
...
Signing the CLA
2016-02-21 07:56:08 +01:00
Jermolene
5f6a53eae1
Fix typo from 4a03dcab20
2016-02-20 21:44:52 +00:00
Jeremy Ruston
35fe5a5fc3
Merge pull request #2294 from mklauber/patch-2
...
Update has.js for improvement to #2274
2016-02-20 21:43:58 +00:00
Matt Lauber
899c5cb835
Update has.js
2016-02-18 11:51:29 -05:00
Jermolene
4a03dcab20
Fix problem with double-byte Unicode entities
...
Entities such as `👷` were broken because
`String.fromCharCode()` is not fully Unicode aware. The fix is to use
`String.fromCodePoint()` where available.
Noted by @ericshulman
2016-02-18 13:49:09 +00:00
Jeremy Ruston
9158302475
Merge pull request #2290 from edrex/putsaver_probe
...
putSaver: probe for server support on startup
2016-02-16 20:29:43 +00:00
Eric Drechsel
60d585f7d5
putSaver: probe for server support on startup
...
save fails until probe succeeds,
allowing other saver methods to take over
Follow up to #2288 , #2277
2016-02-16 10:53:15 -08:00
Jeremy Ruston
1f4df88960
Merge pull request #2284 from mklauber/patch-2
...
Fix for #2274
2016-02-16 16:37:46 +00:00
Jermolene
9abe85f60b
Minor tweaks to #2275
...
* Cleaner handling of “updated” attribute
* Fixed handling of note attributes, which now get imported as custom
fields
* Clearer handling of ISO dates
2016-02-16 16:35:28 +00:00
Jeremy Ruston
7ea3ef7062
Merge pull request #2275 from Marxsal/patch-9
...
ENEX import - Apply modified (updated) dates
2016-02-16 16:24:45 +00:00
Matt Lauber
5a14b37686
Update to check if empty sting OR (is array AND is empty)
2016-02-16 08:08:09 -05:00
Jeremy Ruston
12f208b327
Merge pull request #2288 from edrex/put_saver_followup
...
putSaver: return null on save success, TODOs
2016-02-16 08:26:32 +00:00
Jeremy Ruston
ffa1f5efb6
Merge pull request #2289 from BramChen/zh
...
Update zh-Hans and zh-Hant
2016-02-16 08:23:49 +00:00
Bram Chen
bde74dbd4c
Add chinese transaltions for the extended edit preview
...
* Body/Preview/Type
* Body/Preview/Type/Output
2016-02-16 12:15:18 +08:00
Eric Drechsel
dd43759ecc
putSaver: return null on save success, TODOs
2016-02-15 15:20:30 -08:00
Jermolene
f8552ac48d
Readme for internals plugin
2016-02-15 22:43:15 +00:00
Jeremy Ruston
2203c2b38a
Merge pull request #2277 from edrex/put_saver
...
add a simple put saver, for saving to a webdav or REST server
2016-02-15 22:00:46 +00:00
Jeremy Ruston
f60344a0ed
Merge pull request #2286 from edrex/patch-1
...
sign CLA @edrex
2016-02-15 22:00:25 +00:00
Eric Drechsel
85b02d6730
sign CLA @edrex
2016-02-15 13:31:23 -08:00
Jeremy Ruston
74d933a254
Merge pull request #2281 from rcrath/patch-1
...
Update cla-individual.md
2016-02-15 20:22:47 +00:00
Jermolene
5ba7b30891
Update system tags docs
2016-02-15 17:43:54 +00:00
Matt Lauber
22145e2e51
Fix for #2274
...
List fields (such as tags) when evaluated to produce tiddlers result in empty arrays. Using the exact not equals, an empty array is not the same as an empty string. By using equivelent not equals, we state that the field is either != "" or anything that can be coerced to "". Which, based on https://dorey.github.io/JavaScript-Equality-Table/ is `false` `0` `[]` or `[[]]`` neither `false` nor `0` can be set as a tiddler field as both will end up being quoted (`"false"`, `"0"`) so this should work.
2016-02-15 08:31:23 -05:00