Jermolene
87b7677a0f
Release note update
2014-08-15 21:15:28 +01:00
Jermolene
32a7ee2683
Make it possible to disable plugins
2014-08-15 21:10:40 +01:00
Xavier Cazin
9e86dd07bc
fr-FR translation of the Readme file for the core plugin
2014-08-15 19:20:21 +02:00
Xavier Cazin
850378ceb2
fr-FR translation for Unsaved Changes Warning
2014-08-15 19:07:31 +02:00
Xavier Cazin
6b91c354c3
Merge remote-tracking branch 'upstream/master' into fr-FR
2014-08-15 18:59:28 +02:00
Jermolene
04e049df97
Add message for empty plugin lists
2014-08-15 16:48:02 +01:00
Jermolene
18592fe8f8
Fix problem with edit widget not refreshing
...
One symptom of this problem was that changing the type field of a
tiddler didn’t immediately switch to the bitmap editor
2014-08-15 10:06:52 +01:00
Jermolene
0aeb9d36a0
Fix content type typo
2014-08-15 10:06:19 +01:00
Jermolene
95926b85b9
Move editor type mappings into a single file
2014-08-15 10:06:05 +01:00
Jermolene
ea83149746
Release note updates
2014-08-15 09:52:57 +01:00
Jermolene
c0c52f5bcb
Revert to putting the version number in the corner ribbon
...
Based on two bits of feedback:
1. The version number should be displayed prominently on the page
2. Ordinary users don’t know what “Find me on GitHub” means
2014-08-15 09:50:33 +01:00
Jermolene
e88dcfacd6
More release note updates
2014-08-15 09:42:54 +01:00
Jermolene
c8830d32f7
Fixed problem with building TW under Windows
...
Fixes #717
The issue was that under Windows we generate text nodes that contained
CRLF as a linebreak (rather than just LF as usual).
The subtle problem is that when these strings are placed in the DOM via
createTextNode(), the CR character is treated as a printable character,
not whitespace. When creating DOM notes with innerHTML or as part of a
static HTML document the HTML parser will strip out the CR characters.
The hacky solution is to manually remove CRs before building the text
node.
2014-08-15 09:40:22 +01:00
Jermolene
592cdc4617
Release note updates
2014-08-15 09:36:36 +01:00
Jermolene
837f36aa86
Docs update
2014-08-14 12:00:12 +01:00
Jermolene
9e85ddfec7
Ensure we have a default language in empty.html
2014-08-14 12:00:07 +01:00
Jermolene
f75af2c983
Separate the saver handling out of the syncer
2014-08-14 11:43:07 +01:00
Mario Pietsch
a773bcbc98
translation for german CoreReadMe
2014-08-14 12:38:26 +02:00
Jermolene
27f1f82a70
Rejigging syncer structuring
...
The goal is to separate out the saver handling from the syncadaptor
handling; it will take a few steps to get there
2014-08-14 11:12:25 +01:00
Jermolene
82860aea33
Tweaked tag button
2014-08-14 11:10:55 +01:00
Jeremy Ruston
24998f2990
Merge pull request #731 from BramChen/master
...
Update chinese translations
2014-08-14 08:56:58 +01:00
Jermolene
d57446f1e4
Remove $tw.syncer global from syncer.js
2014-08-14 08:54:31 +01:00
Jermolene
4b05608ad5
Add tag manager button
2014-08-14 08:49:03 +01:00
Bram Chen
fd61814a7d
Add chinese translations of unsaved changes message
2014-08-14 15:20:45 +08:00
Bram Chen
deddb4cc5f
Merge remote-tracking branch 'upstream/master'
2014-08-14 14:36:37 +08:00
Jermolene
35fcdd270e
Move syncer event handlers into syncer module
2014-08-13 20:25:23 +01:00
Jermolene
449edf99b5
Fix rootwidget handling
2014-08-13 20:20:58 +01:00
Jermolene
7c1cb97f7f
Move syncer-browser startup handling into syncer.js
2014-08-13 20:07:08 +01:00
Jermolene
d16bff7787
Move construction of rootwidget into main startup
2014-08-13 20:06:44 +01:00
Jermolene
34461cb2fe
Fix unclickable download link in upgrade wizard
2014-08-13 19:59:48 +01:00
Jermolene
c9ce606b7c
Move the unsaved changes warning into the syncer
2014-08-13 19:29:00 +01:00
Jermolene
57ab9f6167
Translatability for the unsaved changes message
...
Another bit of #491
2014-08-13 19:14:23 +01:00
Jermolene
2bdf84e58f
Preparing for 5.0.15-beta
2014-08-13 19:13:30 +01:00
Jermolene
932d3950c8
Version number update for 5.0.14-beta
2014-08-13 17:12:42 +01:00
Jermolene
554f235305
Update dates for 5.0.14
2014-08-13 17:09:49 +01:00
Jermolene
bf748eafec
Correct width for vertical tab content
2014-08-13 17:06:18 +01:00
Bram Chen
4b0e0475ea
Merge remote-tracking branch 'upstream/master'
2014-08-12 11:32:55 +08:00
Jermolene
65014a8d6c
Docs updates
2014-08-11 23:48:29 +01:00
Jermolene
65b2852c7f
Release note update
2014-08-11 17:55:24 +01:00
Bram Chen
0d3dc5e10e
Merge remote-tracking branch 'upstream/master'
2014-08-11 21:49:54 +08:00
Jermolene
b2e1dd2138
Allow whitespace after first line of multiline macro
...
Fixes the remaining part of #482
2014-08-11 13:52:10 +01:00
Jermolene
57878631e4
Don't sync the pending import tiddler to the server
2014-08-11 13:38:10 +01:00
Jermolene
1c44ea8941
More widget message documentation
2014-08-11 13:17:11 +01:00
Bram Chen
d608462ae5
Merge remote-tracking branch 'upstream/master'
2014-08-10 19:35:21 +08:00
Jeremy Ruston
c38d682d7d
Merge pull request #725 from BramChen/master
...
Update chinese translations
2014-08-10 12:24:50 +01:00
Jeremy Ruston
7a18417d81
Merge pull request #692 from ssokolow/issue-692
...
"Manually create an external image" instructions do not work 5.0.14-prerelease
2014-08-10 12:20:58 +01:00
Jermolene
d7aeb7e932
Docs update
2014-08-10 12:20:46 +01:00
Jermolene
be8c753f28
Fix formatting of edit fields
2014-08-10 09:13:56 +01:00
Jermolene
1892f33ae6
Hide "revision" and "bag" fields from field editor
2014-08-10 09:13:48 +01:00
Jermolene
af70f7be6b
An export button
...
The plan is to have dropdowns of export formats for both individual
tiddlers and the whole page.
2014-08-10 08:54:12 +01:00