Bram Chen
49578bb144
Merge remote-tracking branch 'upstream/master'
2014-03-27 09:33:36 +08:00
Jeremy Ruston
ead5e607fa
Merge pull request #502 from BramChen/master
...
Add chinese translations of translatable core strings in JavaScript modules
2014-03-26 22:15:01 +00:00
Jermolene
5c3c6cd7c0
Fix various typos
2014-03-26 21:57:13 +00:00
Jeremy Ruston
818b29386e
Merge pull request #504 from buggyj/58texthtml
...
added missing text/html type
2014-03-26 21:49:45 +00:00
Bram Chen
c0f78df48d
Merge remote-tracking branch 'upstream/master'
2014-03-27 00:53:15 +08:00
Jermolene
c58852a67b
On narrow screens ensure there is a background behind the home and menu buttons
2014-03-26 14:11:26 +00:00
Jermolene
bca1d55280
Add validation of legal characters for fieldnames
2014-03-26 13:38:43 +00:00
Jermolene
45a362c285
Add a dropdown to tags in edit mode
...
As discussed in TW Hangout 40
2014-03-26 13:06:11 +00:00
Jermolene
355f467465
Update line colour for SVG curved text example
2014-03-26 10:16:15 +00:00
Jermolene
871630be88
Fix the menu hamburger
2014-03-26 10:16:00 +00:00
Jermolene
8b813ccb43
Correct typo
2014-03-25 22:17:31 +00:00
Jermolene
59ac38a3da
Remove the scrollable from the story river
...
The problem was that the scrollable required that the mouse be over the
story river itself in order to scroll it with the wheel. If we fallback
to scrolling the story by scrolling the browser body then we are able
to scroll even if the mouse is over the sidebar.
2014-03-25 22:15:54 +00:00
Jermolene
80b65b1651
Add a top-left and top-right menu
2014-03-25 21:54:06 +00:00
Jermolene
7dede861e1
Fix styling for input boxes in sidebar
2014-03-25 21:53:18 +00:00
Jermolene
514b8e1776
Fix hover colour of the close buttons in the sidebar "open" tab
2014-03-25 14:37:55 +00:00
Jermolene
79d643775d
Fix scrollable widget not to crash on the server
2014-03-25 14:37:33 +00:00
Jermolene
945ad6792f
Add first pass at Cecily plugin
2014-03-25 14:29:32 +00:00
Jermolene
7c235566c4
Rejig the page layout to use the scrollable widget
...
This is the start of some refactoring of the main layout CSS intended
to give us more flexibility and control.
2014-03-25 14:29:16 +00:00
Jermolene
d3e178becc
Add scrollable widget
...
A new widget to handle scrollable areas. We’ll use it both for the
story river and the sidebar.
2014-03-25 14:26:54 +00:00
Jermolene
bc432d5e52
Remove obsolete nighttime theme
...
Better to do change the background colour with a palette
2014-03-25 09:31:48 +00:00
Jermolene
fa10801d72
Fix tags for curved text howto
2014-03-24 22:53:11 +00:00
Jermolene
87c8478c80
Add curved text demo
2014-03-24 22:49:10 +00:00
Jermolene
535837e017
Use client bounding rect rather than offset positions for computing scroll positions
2014-03-24 22:31:03 +00:00
Jermolene
20f6383528
Add storyviews list filter and use it in view switcher
2014-03-24 22:17:45 +00:00
Jermolene
26fd460670
Move the version banner to the sidebar
...
By making it a page control we move it into the sidebar, making it easy
to control with the sidebar.
2014-03-24 21:37:42 +00:00
Jermolene
20d7264e4b
Add protocol to YouTube URLs
...
Otherwise they don’t work when viewed from a file URI
2014-03-24 21:36:19 +00:00
Jermolene
3ce2159a95
Missing semicolon
2014-03-24 21:35:48 +00:00
buggyj
968d44e4be
added missing text/html type
2014-03-24 11:31:28 +05:30
Bram Chen
f46d445ba2
Add chinese translations of PaletteColours
2014-03-24 10:34:36 +08:00
Bram Chen
1b0a39cd1a
Add chinese translations of translatable core strings in JavaScript modules
2014-03-24 10:25:54 +08:00
Jeremy Ruston
cb2653aee0
Merge pull request #499 from mpollio/master
...
Italian translation available
2014-03-23 13:49:31 +00:00
Jermolene
34445dcc68
Break the links up into separate tiddlers
2014-03-22 17:32:28 +00:00
Maurizio
54abcdceeb
Update cla-individual.md
2014-03-21 17:22:12 +01:00
Maurizio
cf7554a938
Delete favicon.ico
2014-03-21 11:03:24 +01:00
Maurizio
fb72b3b859
Delete index.html
2014-03-21 11:03:16 +01:00
Jeremy Ruston
03cfa61ae8
Merge pull request #494 from nameanyone/master
...
Stop using obsoleted "-moz-border-radius" and "-webkit-border-radius" pr...
2014-03-20 22:19:45 +00:00
Jeremy Ruston
4badabce4b
Merge pull request #496 from buggyj/syncer
...
syncer freeze fix
2014-03-20 20:58:50 +00:00
Jeremy Ruston
3cb2b365c5
Merge pull request #498 from buggyj/plugindocumentation
...
Plugin development with github
2014-03-20 20:56:30 +00:00
Jermolene
178cfb1084
Make more core strings be translateable
...
Now we’re translating strings that occur in JavaScript modules.
Partially fixing #491
2014-03-20 20:55:59 +00:00
mpollio
920df5d2d4
Italian translation available
...
Add italian translation
2014-03-20 13:40:40 +01:00
buggyj
7b57561160
plugin development doc
2014-03-20 13:28:17 +05:30
buggyj
d2a41b8486
plugin development with github and node.js
2014-03-20 13:20:52 +05:30
buggyj
aa63151815
syncer freeze fix
2014-03-19 20:20:54 +05:30
Jermolene
ba6edd42c1
Explicitly blacklist unsafe elements, starting with <script>
...
Are there are any other elements that might be considered unsafe?
2014-03-19 10:05:44 +00:00
nameanyone
7616c4ce7d
Stop using obsoleted "-moz-border-radius" and "-webkit-border-radius" properties
...
Fixes #480
2014-03-18 16:38:52 -07:00
Jermolene
925b3d2a5b
Fix typo
2014-03-18 21:18:46 +00:00
Jermolene
b8d0fd059b
Fix bug with plugintiddlers filter operator
2014-03-18 21:18:45 +00:00
Jermolene
a19432541e
New architecture diagram and docs updates
2014-03-18 21:18:45 +00:00
Jeremy Ruston
b52299872a
Merge pull request #493 from BramChen/master
...
Add chinese translations of ClassicWarning section for TWC tiddlers
2014-03-18 08:45:56 +00:00
Bram Chen
699b863588
Add chinese translations of ClassicWarning section for TWC tiddlers
2014-03-18 09:53:29 +08:00