Commit Graph

698 Commits

Author SHA1 Message Date
Nick Vella dd95e6e4fb ssg: strings: update CWStaticSiteInitialSubtitleAlreadyDetected message 2019-08-03 23:07:13 +10:00
Nick Vella dab97c1e57 l10n: reformat Strings.csv with LocEdit, resultant StringId.cs and Strings.resx have been regenerated with minimal changes 2019-08-03 23:04:25 +10:00
Nick Vella 025a49f1f5 ssg: strings: remove PostUrlFormat string from StringId and resources 2019-08-03 22:53:55 +10:00
Nick Vella 4451d96ba9 LocEdit: use default encoding 2019-08-03 22:52:56 +10:00
Nick Vella 88b018607b LocEdit: finish implementation 2019-08-03 22:44:46 +10:00
Nick Vella 06289e19d0 LocEdit wip 2019-08-03 21:19:10 +10:00
Nick Vella 6f524388c7 ssg: strings: remove PostUrlFormat 2019-08-03 21:18:42 +10:00
Nick Vella a64ae677a0 ssg: remove PostUrlFormat. this field is currently not required, and can be a potential cause for end-user confusion 2019-08-02 22:36:41 +10:00
Nick Vella 27e979f19a ssg: advanced settings front matter: reset to defaults button 2019-08-02 22:00:50 +10:00
Nick Vella 1fc8ac670f ssg: advanced settings: fix designer and tab indexes 2019-08-02 14:57:38 +10:00
Nick Vella 753116f329 ssg: advanced config StaticSitePreferencesPanel: make non abstract as designer can't deal with abstract classes 2019-08-02 14:24:18 +10:00
Nick Vella 1cc80f7b0d test: ssg: StaticSiteItemFrontMatterTests: fix instantiations of StaticSiteItemFrontMatter 2019-08-02 14:10:19 +10:00
Nick Vella 406a63cc82 ssg: advanced config saving 2019-08-02 02:03:03 +10:00
Nick Vella 3a1502dd4f ssg: update PostEditor csproj 2019-08-01 23:59:57 +10:00
Nick Vella 8d9f6f9204 ssg: advanced config rename references to StaticSitePreferencesController 2019-08-01 23:57:09 +10:00
Nick Vella 872961ee0a ssg: advanced config: rename PreferencesController to StaticSitePrefrencesController, begin work on saving 2019-08-01 23:54:23 +10:00
Nick Vella b1cbb5c6ad ssg: advanced config: impl StaticSitePreferencesPanel with common protected attributes, make all panels inherit it 2019-08-01 23:53:13 +10:00
Nick Vella b7751ca027 ssg: advanced config FrontMatterPanel: add getter for FrontMatterKeys 2019-08-01 23:52:18 +10:00
Nick Vella e28f2e64c4 ssg: StaticSiteClient: allow for disabled timeouts 2019-07-31 20:51:35 +10:00
Nick Vella 8143dcf231 ssg: StaticSiteConfig: load and save FrontMatterKeys, include in clone 2019-07-30 17:57:33 +10:00
Nick Vella 318fd847f4 ssg: StaticSiteConfig: remove SSG prefix from credentials keys 2019-07-30 17:43:21 +10:00
Nick Vella 0582307be9 ssg: StaticSiteConfigFrontMatterKeys: load and save from blog credentials 2019-07-30 17:42:47 +10:00
Nick Vella e2fd2bffb9 ssg: StaticSiteItemFrontMatter: take StaticSiteConfigFrontMatterKeys in constructor, adjust static methods to suit 2019-07-30 17:12:11 +10:00
Nick Vella 7622f29124 ssg: StaticSiteConfigFrontMatterKeys: default values 2019-07-30 17:11:24 +10:00
Nick Vella a6b7b81cb6 ssg: StaticSiteConfigValidator impl, move validation from wizard panels 2019-07-29 23:37:37 +10:00
Nick Vella 6de3348b88 ssg: StaticSiteConfig: Clone impl 2019-07-29 23:36:32 +10:00
Nick Vella e8af31e41c ssg: advanced config BuildPublishPanel: attributes, loading 2019-07-29 16:19:04 +10:00
Nick Vella 506e9a3638 ssg: advanced config BuildPublishPanel: recompute checkbox states on change 2019-07-29 15:50:51 +10:00
Nick Vella 2f9749b8a8 dpi: SideBarControl: scale text-only vertical padding 2019-07-26 02:30:18 +10:00
Nick Vella 983c7b8389 ssg: advanced config BuildPublishPanel layout 2019-07-26 02:25:59 +10:00
Nick Vella 83c76f4a72 ssg: advanced config AuthoringPanel: only naturalize height, improve control alignment 2019-07-26 01:22:45 +10:00
Nick Vella 46199f9ea6 ssg: advanced config FrontMatterPanel: generate table from StaticSiteConfigFrontMatterKeys in class, scale to DPI on layout 2019-07-26 01:11:56 +10:00
Nick Vella 68d9c977d7 ssg: advanced config Front Matter panel 2019-07-25 01:36:13 +10:00
Nick Vella 0f386718e4 ssg: advanced configuration Authoring panel 2019-07-25 00:40:08 +10:00
Nick Vella 01e7e63abe ssg: advanced settings General panel: select folder button for local site path 2019-07-24 22:52:38 +10:00
Nick Vella bd334dccf3 ssg: advanced settings General panel: fix dpi scaling related overflow 2019-07-24 22:26:55 +10:00
Nick Vella 4750b05edd ssg: advanced config: use preferences form, add basic general panel, relevant controller logic 2019-07-24 01:41:30 +10:00
Nick Vella 6e2db9bf42 SideBarControl: add padding if there is no image for button 2019-07-24 01:39:27 +10:00
Nick Vella bb6d3bfa1d ssg: begin work on advanced config 2019-07-22 20:00:54 +10:00
Nick Vella 89fbbc1a3c ssg: wizard: WeblogConfigurationWizardController: perform template autodetection on static site wizard completion 2019-07-22 18:57:58 +10:00
Nick Vella 29d4ac314c ssg: StaticSiteClient: enable template support 2019-07-22 02:10:36 +10:00
Nick Vella c6952ab4e8 blog template detection: if post body is not found on homepage, attempt to template off of post 2019-07-22 02:10:24 +10:00
Nick Vella 4e35f56a55 ssg: HttpRequestHelper: never cache http requests 2019-07-22 02:08:05 +10:00
Nick Vella b8def8bbb7 ssg: StaticSiteClient: image uploading 2019-07-21 19:05:57 +10:00
Nick Vella 9965452a5a ssg: StaticSiteConfig: SiteUrl config key, store copy of site url in credentials so that it can be accessed by StaticSiteClient after instantiation 2019-07-21 19:05:42 +10:00
Nick Vella 71c8ca6edb ssg: StaticSiteClient: DeletePage impl 2019-07-21 02:00:14 +10:00
Nick Vella 08ac515ec2 ssg: StaticSiteClient: DoDeleteItem impl 2019-07-21 02:00:05 +10:00
Nick Vella f18011d75e ssg: StaticSitePost: use DatePublished from item for GetFileNameForProvidedSlug 2019-07-21 01:32:10 +10:00
Nick Vella cbaaa0f811 ssg: StaticSiteClient: EditPage impl 2019-07-21 01:31:35 +10:00
Nick Vella 8f098815d5 ssg: StaticSiteClient: DoEditItem method impl for generic item editing 2019-07-21 01:31:22 +10:00