1
0
Fork 0
Commit graph

28306 commits

Author SHA1 Message Date
Nick Dower
7afff5eaff Add All Tests workflow. 2022-02-06 10:27:03 +01:00
Nick Dower
14cf9eae1e Continue running tests on failure. Print failures. 2022-02-06 10:26:59 +01:00
bobgeorgethe3rd
dae77f0d7a
Update markdown/org/docs/patterns/waralee/cutting/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-06 02:36:50 +00:00
bobgeorgethe3rd
f7fd8ba7e5
should be plural 2022-02-06 02:35:50 +00:00
bobgeorgethe3rd
74e4a96121
Update en.md 2022-02-06 02:30:59 +00:00
Joost De Cock
84dce24c55 fix(dev): Force color of theme picker. Closes #1814
This is a bit of a hack because I can't seem to get to the
root cause, so this just adds CSS specificity so that the
dropdown is styled as it should.
2022-02-05 22:01:01 +01:00
Joost De Cock
c70775b873 fix(dev): Updated algolia index 2022-02-05 21:19:08 +01:00
Joost De Cock
6b952c4123 fix(dev): Updated algolia settings 2022-02-05 20:21:26 +01:00
bobgeorgethe3rd
659997980c
Changing pockets to fixme 2022-02-05 19:07:36 +00:00
Joost De Cock
6b3d835107 chore(i18n): Change from yaml to js-yaml 2022-02-05 19:47:15 +01:00
Joost De Cock
4b8fbbb580 chore(dev): Check env prior to Algolia indexing 2022-02-05 19:40:44 +01:00
Joost De Cock
8dbeb83cc9 fix(dev): Script extention 2022-02-05 19:16:16 +01:00
Joost De Cock
1c9f6d2b00
Merge pull request #1812 from freesewing/optiondocs
chore(markdown): Update option docs
2022-02-05 19:11:17 +01:00
Joost De Cock
3f83b0f43c Merge branch 'optiondocs' of github.com:freesewing/freesewing into optiondocs 2022-02-05 19:07:26 +01:00
Joost De Cock
546824082e fix(markdown): Don't capitalize name 2022-02-05 19:07:15 +01:00
Joost De Cock
074e3e6185
Update markdown/dev/reference/api/config/measurements/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:02:36 +01:00
Joost De Cock
bc6cdc021f
Update markdown/dev/reference/api/config/hide/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:02:28 +01:00
Joost De Cock
9006f06860
Update markdown/dev/reference/api/config/hide/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:02:07 +01:00
Joost De Cock
42a9b83539
Update markdown/dev/reference/api/config/hide/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:01:48 +01:00
Joost De Cock
2765f74e53
Update markdown/dev/reference/api/config/dependencies/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:01:37 +01:00
Joost De Cock
2eec7a87bb Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-02-05 17:47:04 +01:00
Joost De Cock
0a7f914c80 feat(shared): Added anchor links and smartypants 2022-02-05 17:45:23 +01:00
Joost De Cock
52ddbaaa02 chore(markdown): Update option docs 2022-02-05 17:44:23 +01:00
Nick Dower
95491253c5
Merge pull request #1811 from SeaZeeZee/frequent-mistakes
Added heading for custom components examples see  #1808
2022-02-05 17:40:30 +01:00
Zee
ee06adc976
Added heading for custom components examples 2022-02-05 12:54:31 +01:00
Joost De Cock
d0e05fe455 fix(svgtopdf): Rate limiting PDF generation endpoint 2022-02-05 12:49:22 +01:00
Joost De Cock
97b4148191 fix(markdown): Prevent markdown example from being rendered as markdown. See #1808 2022-02-05 10:13:00 +01:00
Joost De Cock
43eb5c5ad3 fix(markdown): Removed stray bullet. See #1808 2022-02-05 10:11:40 +01:00
Joost De Cock
8ab7bf5840 chore(markdown): Avoid lengthy inline code
Code that is inline (and not a code block) will not be forced to
a new line. So very long lines of code inline will break the layout.

Put them in a code block instead.

I already restructured the link part a bit.
2022-02-05 10:07:25 +01:00
Joost De Cock
ed30a24a54 chore(markdown): Avoid lines longer than 80 chars 2022-02-05 10:04:03 +01:00
Joost De Cock
aea0ae7e8f chore(markdown): Use anchors for lengthy links. See #1808 2022-02-05 09:59:34 +01:00
Joost De Cock
50367237f1 fix(markdown): Added subtitles, see #1808 2022-02-05 09:55:01 +01:00
Joost De Cock
328a488a43
Merge pull request #1808 from SeaZeeZee/frequent-mistakes
Markdown Documentation Frequent Mistakes
2022-02-05 09:39:53 +01:00
Joost De Cock
97ce782fd2 Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-02-05 09:22:27 +01:00
Joost De Cock
7e242f6422 feat(svgtopdf) Rate-limit PDF generation 2022-02-05 09:22:19 +01:00
Nick Dower
363c8f6d05
Merge pull request #1798 from freesewing/nickd/options
Enable conditional display of options (Use in Simon)
2022-02-05 09:21:42 +01:00
Nick Dower
e908acf081 Add ability to hide options. 2022-02-05 09:13:00 +01:00
Joost De Cock
4d15385af5 fix(svg2pdf): Load form at startup
Previous code loaded the form (from disk) on each request which
facilitates denial-of-service attacks
2022-02-05 09:06:43 +01:00
Joost De Cock
ede58cedb6 fix(backend): Load index page on startup
Previous code would load the page (from disk) on each request
which facilitates denial-of-service attacks.
2022-02-05 09:02:26 +01:00
Joost De Cock
a88a5c453c Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-02-05 08:43:36 +01:00
Joost De Cock
6efd94af2b fix(core): Properly escape quotes in SVG text 2022-02-05 08:42:20 +01:00
Nick Dower
f1ba729571
Merge pull request #1800 from freesewing/nickd/i18n-tests
Enable tests in i18n. Add missing testci to core.
2022-02-05 08:05:36 +01:00
Nick Dower
7690b04993 Honor Simon separate closure placket options
Simon has two options controlling each of the button plackets. One
option controls whether to use a separate placket, the other
controls which style of placket to use when using a built-in
placket. This change addresses an issue where the separate option was
ignored if the style option was set to seamless.
2022-02-05 08:04:47 +01:00
Nick Dower
9cde5822cb
Merge pull request #1809 from freesewing/optionhide
feat(core): Add a default hide() method to options
2022-02-05 08:04:08 +01:00
Joost De Cock
de47976b39 chore(dev): Update algolia index on build 2022-02-05 07:44:27 +01:00
Joost De Cock
0a656ab440 feat(core): Add a default hide() method to options
This adds a default `hide()` method to all pattern options
(that are not a constant) which always returns false.

The idea is that this can/will be used for conditional display
of options based on the user's input.

See Issue #1723 and PR #1798 for background info
2022-02-05 07:11:09 +01:00
SeaZeeZee
1c8afb2100 Added front matter
Added title and order to frequent mistakes document
2022-02-04 21:54:04 +01:00
SeaZeeZee
00db871146 Fixed whitespace and syntax
Things ought to be more readable now. Don't know how to create a paragraph after the <note>
2022-02-04 21:53:21 +01:00
SeaZeeZee
4609e79ebe Created folder and file for frequent mistakes
Added frequent-mistakes folder and wrote a list of frequent mistakes in Markdown
2022-02-04 21:52:45 +01:00
Joost De Cock
0f37fd035e
Merge pull request #1797 from freesewing/i18n
New Crowdin updates
2022-02-04 17:59:37 +01:00