Jermolene
f5bd99fa73
Fix tests for 385c7e207c
2014-04-27 21:58:41 +01:00
Jermolene
385c7e207c
Refactor wiki.filterTiddlers()
...
Now we pass a widget instead of the current tiddler title. We can use
widget.getVariable(“currentTiddler”) to get the current tiddler.
2014-04-27 20:03:33 +01:00
Jermolene
61c204366f
Replace hamburger icon with double chevron
...
Fixes #580
Seems much better, especially since the chevron gives us two clear
visual states (left vs. right). The hamburger doesn’t really have a
commonly accepted way of indicating whether the menu is currently open
or not.
2014-04-27 19:28:30 +01:00
Jermolene
570cad1c7f
Add 'get' filter operator
...
Prompted by @sukima’s work on #586
2014-04-27 18:45:01 +01:00
Jeremy Ruston
1d0dc60a2d
Merge pull request #574 from pekopeko1/japanese
...
Updated Japanese Translation
2014-04-27 08:47:59 +01:00
Jeremy Ruston
fac0affa7b
Merge pull request #584 from xcazin/fr-FR
...
fr-FR translations for new Help tiddlers + changes to previous ones.
2014-04-27 08:46:59 +01:00
Jeremy Ruston
f57241abbd
Merge pull request #585 from BramChen/master
...
Update chinese translations for Help tiddlers
2014-04-27 08:46:41 +01:00
Jermolene
e9557b578e
Improve output directory handling
...
This change is likely to break most existing scripts that call
TiddlyWiki.
TL;DR - output paths are now relative to the editions/output folder,
rather than to the current folder
See [[Notes for upgrading to 5.0.11-beta]] for details.
2014-04-27 08:28:21 +01:00
Jermolene
649f68288a
Add build targets to the core editions
2014-04-26 17:11:56 +01:00
pekopeko1
37c50bae61
merged with latest master
2014-04-27 00:14:41 +09:00
pekopeko1
9ab31e37ea
fix plugin.info author
2014-04-26 23:11:31 +09:00
pekopeko1
30707e2f19
revert unnecessary .gitignore change
2014-04-26 23:09:42 +09:00
Bram Chen
1fb76ae56d
Fix typo
2014-04-26 20:10:02 +08:00
Bram Chen
4008191459
Update chinese translations for Help tiddlers
2014-04-26 19:52:45 +08:00
Xavier Cazin
463bd0517c
fr-FR translation for new Help tiddlers
2014-04-26 11:56:40 +02:00
Xavier Cazin
fb3a31ae43
Typo: Set => Clear
2014-04-26 11:12:59 +02:00
Jermolene
f7e50e0950
Add --build
command
...
First pass at the build system described in #356 .
To test it, move to a new, empty directory and try `tiddlywiki
editions/tw5.com --verbose --build`
2014-04-25 22:41:59 +01:00
Jermolene
552657fc58
Fix text parser to use codeblocks
...
This means that JavaScript and JSON tiddlers will be properly
highlighted if the highlight plugin is loaded.
2014-04-24 19:41:07 +01:00
Jermolene
d727046948
Revise number of tiddlers in recent changes list
...
Going back to 100; 250 was a typo.
2014-04-24 12:22:31 +01:00
Jermolene
f6ca7d92e5
Fix docs typo
...
Fixes #575
2014-04-24 11:59:51 +01:00
Jermolene
148e77b0e4
Clean up obsolete macro definition
...
Fixes #576
2014-04-24 11:58:42 +01:00
Jermolene
cc60ad1428
Fixed topbar hover for Firefox
...
Pesky Firefox browser crankiness.
Fixes #579
2014-04-24 11:33:14 +01:00
Jermolene
fecf3a556f
Update JS macro docs
2014-04-24 11:08:23 +01:00
Jeremy Ruston
39ef0ad88f
Merge pull request #581 from mwfogleman/tid-mode
...
Refer Emacs docs to tid-mode, not tid-time.
2014-04-24 09:01:27 +01:00
Michael Fogleman
f75826224b
Refer Emacs docs to tid-mode, not tid-time.
2014-04-24 11:39:37 +05:30
Jeremy Ruston
52f28a1cc3
Merge pull request #578 from sukima/feature/sign-cla-sukima
...
Add @sukima to cla-individual.md
2014-04-22 15:49:35 +01:00
Jermolene
61c3f8a5ba
Remove wikitext tiddlers from "types" sidebar tab
2014-04-22 11:44:27 +01:00
Devin Weaver
13da54b9bd
Add @sukima to cla-individual.md
2014-04-21 18:26:04 -04:00
pekopeko1
680414d1c5
edited 'shadow' translation
2014-04-20 23:33:27 +09:00
pekopeko1
2c7d5c5964
merged @ogoshima's translation
2014-04-20 23:24:35 +09:00
Jermolene
3d69c929d9
Add more warnings about backups
2014-04-19 14:42:22 +01:00
Jeremy Ruston
8cbcfee346
Merge pull request #573 from pmario/fix-concepts-tiddlerfields-lingo
...
Fix "description" column in TiddlerFields
2014-04-19 14:23:06 +01:00
Jermolene
43173c801f
Adjust version number for 5.0.11
2014-04-19 14:22:25 +01:00
Mario Pietsch
523faf71fb
change modified date
2014-04-19 15:16:12 +02:00
Mario Pietsch
ad2bbb2c93
tiddler: TiddlerFields - fix the description column.
2014-04-19 15:11:20 +02:00
Jermolene
8756d25d78
Version number update for 5.0.10-beta
2014-04-19 14:07:48 +01:00
Jermolene
8a27c2759b
Update 5.0.10 release date
2014-04-19 14:06:29 +01:00
Jermolene
beddcd7138
New ribbon colour for 5.0.10
2014-04-19 13:15:24 +01:00
Jermolene
2db90378a2
Release note updates for 5.0.10
2014-04-19 11:34:23 +01:00
Jermolene
7684891285
Move topbar out of the way of scrollbars
...
In the process getting rid of some extraneous `<p>` tags.
Fixes #566
2014-04-19 11:32:56 +01:00
Jermolene
821f1f1428
Fix hamburger and seamless behaviour
...
No longer remove the tiddler borders when hiding the sidebar; users can
select Seamless theme to get the same effect.
Fixes #566
2014-04-19 11:24:41 +01:00
Jermolene
4538f081ee
Release note updates for 5.0.10
2014-04-19 11:22:59 +01:00
Jermolene
b4122be50c
Update release note for 5.0.10
2014-04-19 11:18:08 +01:00
Jermolene
cd76514105
Update roadmap
2014-04-19 09:36:14 +01:00
Jermolene
ba576d9f1b
Add support for safe mode
2014-04-19 09:36:08 +01:00
Jermolene
15d0c27e2a
Add [is[tag]]
filter operator
2014-04-18 17:57:55 +01:00
Jermolene
869cec1ccc
Add docs for date format strings
2014-04-18 17:37:13 +01:00
Jermolene
d6054f1039
Fix problem with offline copy of server edition
...
We were accidentally including all the shadow tiddlers as well as
ordinary ones.
2014-04-18 15:23:00 +01:00
Jermolene
9fbe72a877
Rearrange system tag configuration
...
By rearranging the `[all[]]` operator we are able to ensure that shadow
tiddlers get processed before ordinary tiddlers. This makes it easier
to create custom stylesheets that override the core.
2014-04-18 09:28:14 +01:00
Jermolene
89165fc51d
Fix problem with sorting date fields
...
Introduced a couple of commits ago when the localeCompare() stuff was
added.
2014-04-17 22:52:57 +01:00