Commit Graph

711 Commits

Author SHA1 Message Date
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
Nick Vella 6a67ca4579 ssg: StaticSitePage: GetParentSlugs impl, max levels for parent crawl 2019-07-20 22:51:50 +10:00
Nick Vella 96606c3d0f ssg: StaticSitePage: GetFileNameForProvidedSlug include parent slugs 2019-07-20 22:27:03 +10:00
Nick Vella 894a05e1a9 ssg: StaticSiteItem, StaticSitePost: make GetSlugFromPublishFileName abstract 2019-07-20 22:16:53 +10:00
Nick Vella a314de778c ssg: StaticSitePage: SitePath override impl 2019-07-20 21:03:52 +10:00
Nick Vella 9ee13c5a59 ssg: StaticSitePage, StaticSiteClient: ResolveParent impl, resolve page parent on GetPage 2019-07-20 00:43:21 +10:00
Nick Vella 923acc40ad ssg: StaticSiteItemFrontMatter: add ParentId key 2019-07-20 00:42:18 +10:00
Nick Vella 1493078a2a ssg: StaticSiteClient: page get and list 2019-07-19 23:38:28 +10:00
Nick Vella 4ee27ca0c0 ssg: StaticSiteClient: return null on post not found, rather than throwing exception 2019-07-19 23:30:55 +10:00
Nick Vella 45196f5448 ssg: StaticSitePage impl 2019-07-19 21:01:28 +10:00
Nick Vella 5ee2844533 ssg: StaticSiteItem, StaticSitePost: make SitePath abstract 2019-07-19 21:00:52 +10:00
Nick Vella cda9909d27 docs: ssg: fix typos 2019-07-19 20:15:22 +10:00
Nick Vella e34474d996 docs: ssg: update docs for new classes 2019-07-19 20:11:20 +10:00
Nick Vella 844881a840 tests: ssg: rename ssg test files 2019-07-19 17:38:22 +10:00
Nick Vella 7af5d3b9a5 ssg: introduce abstract StaticSiteItem, impl StaticSitePost to inherit and override StaticSiteItem 2019-07-19 17:37:35 +10:00
Nick Vella 9a3e742945 ssg: StaticSiteClient: basic pages impl 2019-07-19 17:05:23 +10:00
Nick Vella 409e991101 ssg: StaticSitePage impl 2019-07-19 17:05:04 +10:00
Nick Vella 1812bf2761 ssg: StaticSitePost: set DatePublishedOverride on date set, use UtcNow for ensure date 2019-07-19 16:19:42 +10:00
Nick Vella 66e69f30bd ssg: StaticSiteClient: support extended entries 2019-07-19 16:19:20 +10:00
Nick Vella aed86f9b3b ssg: StaticSitePostFrontMatter: remove timezone conversions, OLW deals in UTC internally 2019-07-19 15:43:34 +10:00
Nick Vella f51cc368be ssg: StaticSiteClient: DeletePost impl 2019-07-19 01:48:16 +10:00
Nick Vella a09c738141 ssg: StaticSiteClient: command timeout 2019-07-19 01:48:06 +10:00
Nick Vella 1c7c774795 ssg: StaticSiteConfig: command timeout setting 2019-07-19 01:47:39 +10:00
Nick Vella ea9eaf32f9 ssg: StaticSitePost: set FilePathById on post load from file 2019-07-19 01:47:26 +10:00
Nick Vella 51a001841d ssg: StaticSitePostFrontMatter: set DatePublishedOverride on SaveToBlogPost to make date posted visible in UI 2019-07-19 01:27:19 +10:00
Nick Vella b9287e65a4 ssg: StaticSiteClient: EditPost impl 2019-07-19 01:13:50 +10:00
Nick Vella b10e85e829 ssg: StaticSitePost: the ?? operator didn't do what I thought it did 2019-07-19 01:13:37 +10:00
Nick Vella a00b06dd1b ssg: StaticSitePost: FILENAME_SLUG_REGEX include full paths 2019-07-19 01:13:11 +10:00
Nick Vella 4be51d4646 ssg: StaticSitePost: add DiskSlug attribute 2019-07-19 01:12:50 +10:00
Nick Vella 85defa0b32 ssg: StaticSitePost: GetNewSlug -> FindNewSlug 2019-07-19 00:22:04 +10:00
Nick Vella 0768c839b5 ssg: StaticSitePostFrontMatter: convert on-disk UTC time to local time 2019-07-18 22:24:39 +10:00
Nick Vella 3a71cea99f ssg: StaticSitePost: FilePathById impl, SaveToFile postFilePath parameter 2019-07-18 22:12:04 +10:00
Nick Vella 48564482b5 ssg: StaticSiteClient: ShowCmdWindows config impl, custom handler for hidden window, fixes git hang when output is not being read 2019-07-18 22:10:57 +10:00
Nick Vella 0c8290e4c8 ssg: StaticSiteConfig: ShowCmdWindows flag for debugging 2019-07-18 17:12:22 +10:00
Nick Vella 8359290301 ssg: StaticSitePost: rename GetNewSafeSlug to GetNewSlug, add safe parameter 2019-07-16 23:25:54 +10:00
Nick Vella 0e36c274e0 ssg: StaticSitePostFrontMatter: load NewCategories into tags as well as Categories 2019-07-16 19:23:44 +10:00
Nick Vella 103d47b376 ssg: StaticSitePostFrontMatter: olw_id => id 2019-07-16 19:23:11 +10:00
Nick Vella 8dc9bbac90 ssg: StaticSiteClient: GetCategories impl 2019-07-16 17:59:34 +10:00