Wykres commitów

3342 Commity (3ff85e950723efc06dfa67393b8e342ba12282dc)

Autor SHA1 Wiadomość Data
Bram Chen a51a5e969f remove extraneous files in editions/zh-Hant 2014-02-20 21:03:26 +08:00
Jeremy Ruston ae9d0f8288 Merge pull request #418 from BramChen/master
Add initial translation for Traditional Chinese (zh-Hant).
2014-02-20 12:22:30 +00:00
Bram Chen b26b620548 Add initial translation for Traditional Chinese (zh-Hant). 2014-02-20 20:14:27 +08:00
Jermolene d21fb85d94 Change `.tids` file extension to `.multids`
Hopefully less confusing
2014-02-20 10:27:02 +00:00
Jermolene bcd86d5861 Add palette editor 2014-02-20 10:00:38 +00:00
Jermolene 5417b8c4d7 Add 'indexes' filter operator
Returns the indexes within a data tiddler.

We’re about to use this to enumerate the colours within a palette.
2014-02-20 10:00:13 +00:00
Jermolene 2744671211 Fix generateTitle to avoid clashing with shadow tiddlers 2014-02-20 09:58:01 +00:00
Jermolene 88ffb2ad12 Fix problem that was causing Chrome to display black in colour picker swatches
Hurrah!
2014-02-20 09:57:44 +00:00
Xavier Cazin aa27305134 Very first pass. Certainly needs consistency checks 2014-02-20 00:29:02 +01:00
Jermolene a186b6f978 Remove duplicate definition 2014-02-19 21:22:36 +00:00
Jeremy Ruston e55e7ab31b Merge pull request #416 from pmario/de-DE
Add initial translation for de-AT and de-DE.
2014-02-18 21:09:33 +00:00
Jermolene e1dfb621f5 Add colour swatches to palette switcher 2014-02-18 13:59:11 +00:00
Mario Pietsch bd552aedde Add initial translation for de-AT and de-DE. de-AT depends on de-DE and doesn't contain any tiddlers atm. Added de-CH plugin info with no content atm. Added a de-AT-DE edition, that will contain german how-to's in the future. 2014-02-18 00:06:02 +01:00
Jermolene 3f89d2d0fa Documentation for translators
I’d appreciate help with putting together more complete and foolproof
instructions.
2014-02-17 22:46:30 +00:00
Jermolene c999d82a23 Palette and theme tweaks 2014-02-17 22:45:46 +00:00
Jermolene 118b841aa2 More palette tweaks and polish 2014-02-17 17:30:02 +00:00
Jermolene ca1daf5a4e First pass at switchable colour palettes
Fixes #410

Still some cleaning up to do, and we need a way for incomplete palettes
to inherit from a base palette.
2014-02-17 12:09:10 +00:00
Jermolene 5e9dae8fb4 Fix view widget so that it works with indexes 2014-02-17 11:28:48 +00:00
Jermolene d00a82e9e9 Put language files in alphabetical order 2014-02-17 08:58:53 +00:00
Jermolene 3307604130 Make type information translateable 2014-02-16 19:58:53 +00:00
Jermolene 1ff8d225d9 Rejig the control panel to use nested tabs for Appearance and Advanced 2014-02-16 19:33:18 +00:00
Jermolene 489509c810 Add missing field descriptions 2014-02-16 19:11:11 +00:00
Jermolene aa6e02ce8e Fix typo 2014-02-16 19:10:55 +00:00
Jermolene df8ff9eb26 Make the control panel "internal" tab translatable 2014-02-16 19:02:24 +00:00
Jermolene e051eb7d90 Making more things translateable
Now we’re done with the text that lives in tiddlers, and we’ll need to
get on with the text that is embedded in code modules.
2014-02-16 09:46:43 +00:00
Jermolene 75b9de222e Add a demo of alerts and tweak styles 2014-02-15 17:36:49 +00:00
Jermolene 5a45fffa9e Get the remaining core control panel tabs prepared for translation
We’ll do ThemeTweaks separately as it’s part of the Vanilla theme
2014-02-15 13:29:24 +00:00
Jermolene 5252328dd9 Add note about joining Google Groups without a Google account 2014-02-15 13:11:10 +00:00
Jermolene a763610db1 Get rid of the separate language prompt tiddler
More consistent to stick with .tids files
2014-02-15 11:36:00 +00:00
Jermolene c43cd325ca Reduce the inconsistent use of "language" vs. "lingo"
Now we’re just using the word “lingo” for the macro defined in
PageTemplate (where the abbreviation is useful), and using the full
word “language” everywhere else.

It’s possible that we should be using “locale” instead of “language”,
what do you think?
2014-02-15 11:32:11 +00:00
Jermolene e9ba7f3d70 Add example of creating substories 2014-02-14 22:22:41 +00:00
Jermolene 68809f9333 Add a bit of the old TWC text talking about the "tiddler" name 2014-02-14 22:22:31 +00:00
Jermolene 42b8b86e52 Tidy up docs 2014-02-14 22:22:11 +00:00
Jermolene 69c0b5e031 Fix problem with pasting items into the browser 2014-02-14 20:00:23 +00:00
Jermolene 30997f3f24 Docs update 2014-02-14 19:28:44 +00:00
Jermolene bea8730a47 Fix problem with tiddlers of the type text/css
Fixes #395
2014-02-14 19:25:38 +00:00
Jermolene c3254bc981 Add hint for typing triple backticks on some keyboards 2014-02-14 19:09:49 +00:00
Jermolene e43a190dab Docs updates 2014-02-14 12:40:37 +00:00
Jermolene 4836cf83e2 Enhance alerting to coalesce repeated alerts with the same text 2014-02-14 10:29:26 +00:00
Jermolene 44678b2ea2 Better not to use relative dates for alerts
Relative dates don’t autorefresh at the moment.
2014-02-14 10:00:02 +00:00
Jermolene 70a120d4a6 Expand the logging mechanism to support alerts overlaid on the main screen
Now we get decent visual indication of sync errors, for instance. Still
work to do to coalesce alerts so that the screen doesn’t fill up with
them after an interval. And probably we should add a button to clear
all alerts.
2014-02-14 07:53:41 +00:00
Jermolene 28212f08b2 Darker text for the "close all" text on the "open" sidebar tab 2014-02-13 19:25:25 +00:00
Jermolene 9bb600299f Extend the navigator widget to maintain the "current-tiddler" field on the history list 2014-02-13 17:59:51 +00:00
Jermolene 9db887748b Extend setTiddlerData() to set arbitrary fields 2014-02-13 17:59:33 +00:00
Jermolene 800bc639f9 Fix problem with the reveal widget not refreshing properly when used with text references
The check for changed tiddlers was failing because `this.stateTitle`
contains the entire text reference, not just the tiddler title.
2014-02-13 17:59:10 +00:00
Jermolene dc8e84fcb7 Credit for @Tikkoneus's grammar docs 2014-02-13 15:47:05 +00:00
Jermolene ad4e7ccb17 Add experimental support for building plugins in the browser
It’s a bit rough and ready, but works.
2014-02-13 14:23:27 +00:00
Jermolene 4654f6b971 Fix default tab in the "more" sidebar tab 2014-02-13 14:06:20 +00:00
Jermolene 6f23aeabb4 Add config tiddler for host string 2014-02-12 22:20:28 +00:00
Jermolene 21eae0135d Fix typos 2014-02-12 22:20:20 +00:00