Граф коммитов

234 Коммитов

Автор SHA1 Сообщение Дата
Bart Lannoeye a7e60b8b8d Fixing markdown typos and consistent punctuation 2017-11-14 23:26:48 +01:00
Jeremie Corpinot b2c0cbb38f Update documentation 2017-11-03 13:16:32 +01:00
Raúl Alarcón f799e3e2ec
Merge pull request #1382 from sibille/issue508_templatechecklist
Added Links to template checklist from contribution guidelines and PR template
2017-11-02 15:19:16 +01:00
sibille 69f0e45f87 Links to template checklist from contribution guidelines and PR template 2017-11-02 11:46:45 +01:00
sibille 407321bd81 Change image name 2017-10-31 14:23:18 +01:00
sibille f68762a1ce Change image name 2017-10-31 14:22:35 +01:00
sibille e21018d067 Adjusted path 2017-10-31 14:19:43 +01:00
sibille 2180d8208b Added new item docs to getting started 2017-10-31 13:09:45 +01:00
Matt Lacey 3f63ce991d Merge remote-tracking branch 'refs/remotes/Microsoft/dev' into Issue196-FeedbackHub 2017-10-23 14:52:03 +01:00
Matt Lacey 295577cdd3 Updated to not need a custom postaction
#196
But still not right click enabled
2017-10-23 14:35:15 +01:00
Raúl Alarcón cf51d33eb9 Add .NET 4.7 to pre-requisites list 2017-10-13 09:49:53 +02:00
Raúl Alarcón dae7d9dc8b Merge pull request #1238 from mvegaca/Issue36-doc
Doc: Notifications in Windows Template Studio
2017-10-13 07:41:38 +00:00
sibille 21dbd0d2ad Update getting-started-developers.md
Removed strange chars
2017-10-11 12:38:42 +02:00
Martin Vega 6bda978431 Some fixes in ToastNotificationSample 2017-10-09 09:25:54 +02:00
Martin Vega 90d46298dd Merge branch 'Issue36-doc' of https://github.com/mvegaca/WindowsTemplateStudio into Issue36-doc 2017-10-09 08:55:45 +02:00
Martin Vega e60ad1e7f4 Merge branch 'dev' into Issue36-doc 2017-10-09 08:53:09 +02:00
Matt Lacey bf736d0ffd Tidied up some language
Still not sure the first code block is necessary though.
2017-10-07 21:25:07 +01:00
sibille 3dc87a8e76 Changed wack tests executionset to longrunning.
Removed executionSet as not used.
2017-10-06 14:03:53 +02:00
sibille 107a8aa343 Added new tests to documentation 2017-10-06 09:00:36 +02:00
Martin Vega a726a1a5f8 Add documentation files 2017-10-05 16:43:37 +02:00
Raúl Alarcón 37a31581da Update Getting started users doc 2017-10-04 15:49:47 +02:00
Matt Lacey ce5fce2556 Merge remote-tracking branch 'refs/remotes/Microsoft/dev' into Issue196-FeedbackHub
# Conflicts:
#	code/tools/TemplateValidator/app.config
#	docs/templates.md
2017-10-04 14:00:13 +01:00
sibille 2d351ad43e Resource dictionary postaction documentation 2017-10-03 17:03:44 +02:00
Raúl Alarcón 70d50a819d Merge branch 'dev' into Issue196-FeedbackHub 2017-10-03 07:30:54 +00:00
sibille 8ed0574f0b Added wack tests and build output to docs 2017-10-03 08:08:25 +02:00
Matt Lacey 462c7d1847 Merge remote-tracking branch 'refs/remotes/origin/dev' into Issue196-FeedbackHub 2017-09-29 01:29:44 +01:00
sibille 08da3d067e Added build names from build status table 2017-09-26 14:05:30 +02:00
sibille 7888474e59 Added documentation on which tests are run in which build 2017-09-26 13:07:16 +02:00
Matt Lacey efb4e822c2 Merge remote-tracking branch 'refs/remotes/origin/dev' into Issue196-FeedbackHub 2017-09-22 18:49:03 +01:00
sibille dc19aee694 Changed namespace to fcu and cu 2017-09-22 12:07:09 +02:00
sibille 9289c996d5 Merge remote-tracking branch 'upstream/dev' into Fluent-Design 2017-09-21 16:51:06 +02:00
Matt Lacey 0880a3c0a5 Merge remote-tracking branch 'refs/remotes/origin/dev' into Issue196-FeedbackHub 2017-09-21 14:58:00 +01:00
Matt Lacey d3027de846 Wizard changes to enable adding Feedback Hub feature
For #196
+ enables pages to be dependencies as well as features
+
enables chained dependencies
+ adds FileNameSearchPostAction to support
merging with a file of unknown name
+ tests for tags starting
"wts.fileNameSearch" in TemplateVerifier
+ docs updated for
"wts.fileNameSearch[0-9]"
+ updated ApiAnalysis ref in TemplateVerifier to get needed bug fix
2017-09-21 14:54:49 +01:00
sibille 0676bb95aa Merge from dev 2017-09-20 12:03:54 +02:00
Matt Lacey 53a34e6ce8 Doc run code from nav menu item
Documentation to show how to have a menu item in the SplitView menu run
code rather than navigate
For #1137
2017-09-19 18:49:16 +01:00
Raúl Alarcón 1fcf6bf234 Merge pull request #1139 from sibille/issue909_reordergenqueue
Issue909 reordergenqueue
2017-09-14 10:44:14 +02:00
Raúl Alarcón b1a0d70243 Merge pull request #1130 from mrlacey/Issue425-NavPanelAndCommandBarDocs
NavPanel + CommandBar docs
2017-09-13 10:26:59 +02:00
sibille f2b7bff647 Merge from dev 2017-09-13 08:18:56 +02:00
Raúl Alarcón 9d8322f1b1 Merge pull request #1124 from mrlacey/Issue1037-TemplateValidator
Issue1037 template validator
2017-09-12 16:14:47 +02:00
sibille e21318a614 Changed composition of genQueue:
- Dependency templates are added before the template that triggered the dependency.
- Composition templates are added right after the template that triggered the addition of the composition item.
Changed wts.order to wts.displayOrder (for ordering in wizard) and wts.compositionOrder (for ordering the composition Templates in the genQueue)
2017-09-12 15:24:04 +02:00
Matt Lacey e7265ebd7a Merge branch 'dev' of https://github.com/Microsoft/WindowsTemplateStudio into Issue425-NavPanelAndCommandBarDocs 2017-09-11 23:06:49 +01:00
Matt Lacey fa91a5d303 NavPanel + CommandBar docs
Added documentation explaining issues and how-to's for showing a
CommandBar in an app using the NavPanel project type so the bar and
hamburger menu don't overlap.
#425
2017-09-11 22:59:14 +01:00
Matt Lacey 00e2f4d880 Added docs & final tweaks to app
#1037
2017-09-11 13:16:32 +01:00
Matt Lacey 87c98b65a9 Update grammar, etc.
#775
2017-09-07 22:47:57 +01:00
Martin Vega a88acd25b5 Doc updates 2017-09-06 16:12:17 +02:00
Martin Vega 82be918160 Navigation documentation updates 2017-09-06 15:57:33 +02:00
Clint Rutkas 72779172ec Merge pull request #1075 from dgomezc/Issue1056-WikiAccessibility
Update accessibility links.
2017-09-06 01:07:12 -07:00
David Gómez Cano b4bbd0c97a Update accessibility links. 2017-09-05 16:26:47 +02:00
Clint Rutkas 78d8b070bc Merge pull request #1071 from dgomezc/Issue1056-WikiAccessibility
Accessibility document
2017-09-05 07:15:12 -07:00
David Gómez 17b303e770 Accessibility document in pull request template 2017-09-05 16:00:35 +02:00