1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 01:20:30 +00:00
TiddlyWiki5/editions
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
..
clientserver Add tiddlers for Press and Examples 2013-09-10 15:29:48 +01:00
d3demo Update D3 demo wiki 2013-08-02 22:05:39 +01:00
empty Start support for themes 2013-04-28 09:42:48 +01:00
tahoelafs Start support for themes 2013-04-28 09:42:48 +01:00
test Add an untagged filter operator and sidebar tab 2013-09-14 16:28:46 +01:00
testcommonjs Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
tw2 Docs updates 2013-08-24 16:45:59 +01:00
tw5.com Docs update 2013-09-14 19:21:59 +01:00
tw5tiddlyweb Update some missed uses of the old type attribute of the list widget 2013-08-21 20:45:51 +01:00