natecain
881325b7ed
Make require() compliant with CommonJS 1.0
...
This includes potentially breaking changes.
Specifically, before this patch tiddlywiki would default to relative module identifiers
Now, tiddlywiki will only search relative paths if explicitly specified
Additionally, some "defaulted export contexts" were removed
(some modules may make assumptions about context)
Some unit tests were modified slightly from their originals
Tiddlywiki doesn't have a notion of a "main" program's path
Some require calls were explicitly made relative
None of these changes should affect the requirement under test in each case
2013-09-17 21:10:24 -04:00
Jeremy Ruston
7f3000aaae
Update the Snow White theme to use px for dimensions instead of em
...
The old behaviour meant that resizing the base font resized every page
element in proportion. The new behaviour makes the text resize within a
fixed layout, so that one can alter the number of characters displayed
on each line of a tiddler. The old behaviour can usually be emulated by
using the browser page zoom tool.
2013-09-15 11:01:35 +01:00
Jeremy Ruston
10a635927d
Add confirmation when overwriting an existing tiddler
...
Now there's a JavaScript confirm when attempting to save a tiddler that
has been renamed to the name of an existing tiddler
2013-09-14 21:57:23 +01:00
Jeremy Ruston
642520862e
Docs update
2013-09-14 19:21:59 +01:00
Jeremy Ruston
4fb6836481
Add an untagged filter operator and sidebar tab
2013-09-14 16:28:46 +01:00
Jeremy Ruston
99fd7a6849
Better styles and documentation for tables
...
See
https://groups.google.com/d/topic/tiddlywikidev/5UkATv0HjR0/discussion
2013-09-14 15:06:16 +01:00
Jeremy Ruston
fcfd15d01f
Docs update
2013-09-14 13:48:33 +01:00
Jeremy Ruston
4a663d1661
Improve docs for $tw.utils.addEventListeners()
2013-09-14 13:47:51 +01:00
Jeremy Ruston
fa3d4fdc75
Missing slash
2013-09-10 22:30:37 +01:00
Jeremy Ruston
e39663ede3
Fix crash on processing anonymous macro parameters
...
Fixes #151
2013-09-10 22:08:09 +01:00
Jeremy Ruston
08b21b5076
Add tiddlers for Press and Examples
2013-09-10 15:29:48 +01:00
Jeremy Ruston
f53bc6af0c
Fix up the sample wizards
...
They stopped working because the "Demos" tiddler went away
2013-09-10 15:29:36 +01:00
Jeremy Ruston
a5cb6d69c0
Remove reference to TiddlyMall
...
Because it doesn't exist. (It was a suggestion from @giffmex that got
inadvertantly included)
2013-09-10 15:29:04 +01:00
Jeremy Ruston
e034f28091
Bail out earlier when displaying a modal for a non-existent tiddler
2013-09-10 15:28:15 +01:00
Jeremy Ruston
ff0b93886b
Restore missing opening <html>
tag
...
Astonishingly, the templates have accidentally omitted the opening tag
for some time. There were no ill effects, because browsers obligingly
add it back in when parsing
2013-09-05 09:31:17 +01:00
Jeremy Ruston
84a147f263
Add font family to the Snow White theme tweaks
2013-09-04 17:15:10 +01:00
Jeremy Ruston
f734ce49c8
Tweaks to control panel and theme tweaks
...
Courtesy of @giffmex
2013-09-04 17:14:42 +01:00
Jeremy Ruston
3b003f79f1
Update MathML example
...
Thanks to @paul90
2013-09-02 12:08:09 +01:00
Jeremy Ruston
2f36b36df9
Put the MathML and ListField tiddlers in the right place
2013-09-01 22:46:51 +01:00
Jeremy Ruston
abbdb2dfa3
Add a MathML example tiddler
...
Doesn't work for me - latest Firefox and Safari display MathML fine
elsewhere, but not this.
2013-09-01 22:34:06 +01:00
Jeremy Ruston
2be9e82f84
Get rid of the modal popup for empty wikis
...
Ugly and clumsy.
2013-09-01 22:33:23 +01:00
Jeremy Ruston
e7a6e23906
Update RoadMap
2013-08-31 11:18:05 +01:00
Jeremy Ruston
83f85cad7d
Add support for MathML namespace
...
It doesn't actually work, though, which is weird, since SVG works just
fine using the same mechanism
2013-08-31 11:15:50 +01:00
Jeremy Ruston
c4d7401f02
Lots of docs updates
2013-08-30 20:06:23 +01:00
Jeremy Ruston
2c9ea3ebf4
Tiddlers in the wrong place
2013-08-29 17:53:40 +01:00
Jeremy Ruston
341b66a018
Docs for data tiddlers
2013-08-29 17:49:15 +01:00
Jeremy Ruston
ee33cbbc2e
Fix up some problems when the animation duration is zero
...
We want to be able to suppress animations by making the duration zero
2013-08-29 12:43:24 +01:00
Jeremy Ruston
6333749d68
Docs updates
2013-08-28 20:14:27 +01:00
Jeremy Ruston
1b094b1d5c
Avoid attempts to save a tiddler with an empty title
...
Clicking "save" with a blank title will now be ignored
2013-08-28 19:46:21 +01:00
Jeremy Ruston
38e92cd5cd
Add search results counter
2013-08-28 19:26:17 +01:00
Jeremy Ruston
fbfe5a26c5
Move the animation duration into a tiddler so that we can easily let it be adjusted in the control panel
2013-08-28 15:15:56 +01:00
Jeremy Ruston
e8425131f4
Correct typo in 954a987d31
2013-08-28 14:44:59 +01:00
Jeremy Ruston
6005d7f19c
Add a theme tweaks panel
...
Themes can define their own theme tweaks tiddler
2013-08-28 11:25:24 +01:00
Jeremy Ruston
954a987d31
Extend the edit widget to be able to edit properties of data tiddlers
2013-08-28 11:23:14 +01:00
Jeremy Ruston
861483f75d
Refine formatting of tiddler links
...
See TiddlerLinks for details
2013-08-28 09:42:49 +01:00
Jeremy Ruston
dfb49f811e
Fixed problem with importing tiddlers with double quotes, gt, lt etc
...
Reported by @giffmex
2013-08-28 09:25:54 +01:00
Jeremy Ruston
0421f11fcc
Fix vertical alignment of the title of the top tiddler and the sidebar in the title
...
Little things.
2013-08-27 22:25:53 +01:00
Jeremy Ruston
accf490726
Docs updates
2013-08-27 09:01:40 +01:00
Jeremy Ruston
8fbfc7a18f
Add version number to tools panel in sidebar
2013-08-27 09:01:31 +01:00
Jeremy Ruston
214f00828e
Docs updates
2013-08-26 21:49:32 +01:00
Jeremy Ruston
391ca5c999
5.0.0-alpha.10
2013-08-26 21:45:43 +01:00
Jeremy Ruston
6d25df7a12
5.0.0-1
2013-08-26 21:45:20 +01:00
Jeremy Ruston
06599bcfc6
Fix up closing tiddlers in the zoomin listview
...
One for @giffmex
2013-08-26 14:48:05 +01:00
Jeremy Ruston
20f06e8eec
Ensure that the core plugins inherit their version number from the main package.info
2013-08-26 13:28:23 +01:00
Jeremy Ruston
93e7cd7409
Remove unnecessary formatting from the missing tiddlers tab
2013-08-25 23:28:28 +01:00
Jeremy Ruston
a94ae85d55
Docs updates
2013-08-25 23:27:54 +01:00
Jeremy Ruston
47b5a9825e
Docs update
2013-08-25 22:49:40 +01:00
Jeremy Ruston
bf7b0629a3
More docs updates
2013-08-25 22:48:53 +01:00
Jeremy Ruston
e22168abcd
Remove link to 'Improvements' in default tiddlers
...
It was left by accident.
2013-08-25 22:23:18 +01:00
Jeremy Ruston
779d8b3aad
Update TW2 wikitext content type to text/x-tiddlywiki
...
And also stop assigning the default content type of
`text/vnd.tiddlywiki` to imported tiddlers.
2013-08-25 22:06:28 +01:00