1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
Commit Graph

2722 Commits

Author SHA1 Message Date
Jermolene
c4814cec91 Include plugin version numbers in control panel 2013-12-02 09:58:44 +00:00
Jermolene
698efb66bb Update the version number preparatory to 5.0.1-alpha
The “prerelease” string will be changed to “alpha” when 5.0.1 is
released.
2013-12-02 09:58:33 +00:00
Jermolene
7a4abba9fd Ensure system tiddlers are imported
We no longer generate a separate “systemArea” for system tiddlers but
we still need to import it for older wikis
2013-12-02 09:57:54 +00:00
Jermolene
026a27c1ab Split out the parsing of semantic version strings 2013-12-02 09:57:19 +00:00
Jermolene
34ae1387a5 Expand the theme switcher in the control panel 2013-12-01 21:57:19 +00:00
Jermolene
b1aadc7e94 Docs update 2013-12-01 20:52:34 +00:00
Jermolene
eb41ca578d Fallback to a list of default themes
Avoids the situation where an empty wiki uses the vanilla theme unless
you explicitly apply a different theme.
2013-12-01 20:28:56 +00:00
Jermolene
6be7e2c30e Resolve conflict 2013-12-01 20:11:40 +00:00
Jeremy Ruston
7ebb8702b2 Merge pull request #248 from davidjade/master
sign cla
2013-12-01 12:02:09 -08:00
David Jade
eac07fb6c3 sign cla 2013-12-01 11:46:53 -08:00
Jermolene
3a07cd4c55 Docs update
Added a link to @giffmex’s Bible study notebook, and updated the link
to Ton’s guide to building top menus and toolbars.
2013-12-01 13:35:59 +00:00
Jermolene
a12310f225 Fixed problem with rearranging $:/tags/PageControls/ 2013-12-01 13:25:48 +00:00
Stephan Hradek
593503fe09 sign contributor license agreement 2013-11-30 22:31:00 +01:00
Jermolene
7f4dffca77 Clarify location of license files 2013-11-30 16:25:15 +00:00
Jermolene
f9f9c96ca1 Update version number and ribbon colour for alpha-18 2013-11-30 15:23:43 +00:00
Jermolene
28d6627632 Version update 2013-11-30 15:19:11 +00:00
Jermolene
91f10af53f Fixed small but important bug that prevented downloading an empty wiki 2013-11-30 15:17:42 +00:00
Jermolene
ba796c3f23 Update version number and ribbon colour ready for the next release 2013-11-30 13:58:03 +00:00
Jermolene
64ff422c80 Version update 2013-11-30 13:25:26 +00:00
Jermolene
6c6f53a69f Add docs about the release process
Mainly for me, beause I keep getting it wrong
2013-11-30 13:22:03 +00:00
Jermolene
7fcf52543f Make sure tags are in alphabetical order in the view template
Fixes #242
2013-11-30 13:15:17 +00:00
Jermolene
933c61e611 Docs updates 2013-11-30 10:56:13 +00:00
Jermolene
da613f7dee Change link for ribbon to ReleaseHistory 2013-11-30 10:56:05 +00:00
Jermolene
2db3043d6e Tweak appearance of tags editor
Making it a bit more like http://aehlke.github.io/tag-it/
2013-11-30 10:55:45 +00:00
Jermolene
208c64aa9d Slightly improve the dislocated formatting of the static banner for tw5.com 2013-11-29 22:44:16 +00:00
Jermolene
2c9152fa56 Update template name for saving empty.html 2013-11-29 22:36:50 +00:00
Jermolene
3da17c8e04 Lotsa docs updates 2013-11-29 17:20:10 +00:00
Jermolene
fe19909034 Include the nighttime theme in tw5.com 2013-11-29 17:19:49 +00:00
Jermolene
6ee0e07036 Add a class to the button icon SVGs
So that we can default their size to 1em
2013-11-29 17:11:48 +00:00
Jermolene
8a2b3bc831 Lotsa docs updates 2013-11-29 12:26:48 +00:00
Jermolene
7baf8431a4 Refactor the download buttons into reusable snippets 2013-11-29 09:12:23 +00:00
Jermolene
4352e81b98 More docs updates 2013-11-28 18:17:47 +00:00
Jermolene
a651c2cb72 Remove text input showing static URL preview
It wasn’t working due to the recent change whereby attributes set as
macros are no longer wikified. Thus, the widget invocation inside the
macro outerMakeLink isn’t executed.

To get it working again we’ll need a way to specify a macro as an
attribute and force it to be wikified.
2013-11-28 17:32:46 +00:00
Jermolene
2261fd4b84 Merge the dev material back into the main tw5.com wiki
It was getting a pain to manage the content in separate places, and I
suspect confusing for end users.

I think the best time to move the dev content out is when we’ve
established the community wiki for TW5, which is a much more natural
home for it.

In the meantime, a feature that I’m interested in exploring is the
ability to hide tiddlers from the UI based on tag. Then the tw5.com
wiki could disable all tiddlers tagged ‘dev’ until explicitly
overridden by the user.
2013-11-28 17:12:18 +00:00
Jermolene
717f959c04 Docs update 2013-11-28 16:57:00 +00:00
Jermolene
3e1899ee17 Forgot to add the vanilla theme to existing editions 2013-11-28 16:42:38 +00:00
Jermolene
7d12d89a0a Added primitive support for basic authentication
Note that the password will be passed over HTTP in plain text.
2013-11-28 14:03:08 +00:00
Jermolene
c0a6e94b21 Hash the state qualifier to make it shorter
We were having problems with TW5 generating filepaths that were longer
than Windows likes.

Fixes #240
2013-11-28 10:53:37 +00:00
Jermolene
1e14ba48f9 Docs updates 2013-11-28 10:36:48 +00:00
Jermolene
b8f15feca4 Force newly created field names to be lowercase
Fixes #239
2013-11-28 10:35:16 +00:00
Jermolene
b77aa3908f Better styles for the message box 2013-11-28 07:41:28 +00:00
Jermolene
2c1ed36a91 Message box styling 2013-11-27 21:30:11 +00:00
Jermolene
5b89eca5e9 Fix up filenames
Left overs from the Great Refactoring
2013-11-27 21:15:35 +00:00
Jermolene
0956ae10a0 Add support for downloading files
We were re-using the `tw-save-wiki` message both for saving the current
wiki and downloading a new wiki. Now we’ll use the separate
`tw-download-file` message for downloading.

Fixes #236
2013-11-27 20:51:08 +00:00
Jermolene
7175f1cbf1 Split a basic Vanilla theme out of Snow White
And add a new Night-Time theme for the /dev wiki.

The idea is that the Vanilla theme will make a more convenient base for
retheming.
2013-11-27 12:38:03 +00:00
Jermolene
384ab80c42 Fix broken tiddler control icon colours 2013-11-27 12:30:22 +00:00
Jermolene
f534d98e8b Move developer docs into their own separate wiki
Will be served at http://five.tiddlywiki.com/dev/
2013-11-27 10:27:57 +00:00
Jermolene
3a9dc1a36d Add a link to BramChen's translation of TW5 2013-11-27 10:22:11 +00:00
Jermolene
f9ef7b783b Simplify production of empty.html
Move over to using the empty.html generated by editions/tw5.com, rather
than editions/empty
2013-11-26 23:51:09 +00:00
Jeremy Ruston
65a2ae8428 Merge pull request #234 from asampal/master
Sync bld.cmd with latest bld.sh
2013-11-26 15:46:41 -08:00