Page MenuHomeMusing Studio
Feed All Stories

Oct 7 2019

qwazix added a comment to T627: Support ActivityPub mentions.

It seems that Mastodon ignores mentions in "Articles". Maybe now that mastodon has the [expand] functionality we should consider using "Note" when federating (at least up to a certain text length at least).

Oct 7 2019, 1:25 PM · Federation, Write.as Web, WriteFreely

Oct 4 2019

matt added a project to T519: Preview Markdown before publishing: Usability.
Oct 4 2019, 4:31 PM · Usability, WriteFreely, Restricted Project, Pad, Write.as Web
matt changed the visibility for T519: Preview Markdown before publishing.
Oct 4 2019, 4:30 PM · Usability, WriteFreely, Restricted Project, Pad, Write.as Web
matt added a project to T627: Support ActivityPub mentions: Federation.
Oct 4 2019, 4:22 PM · Federation, Write.as Web, WriteFreely
matt updated the task description for T519: Preview Markdown before publishing.
Oct 4 2019, 3:46 PM · Usability, WriteFreely, Restricted Project, Pad, Write.as Web

Oct 3 2019

robjloranger committed rWF513765c09f01: include localdate in all collections +reader (authored by robjloranger).
include localdate in all collections +reader
Oct 3 2019, 9:10 PM
robjloranger committed rWFaa9efc7b3721: allow admin to reset user passwords (authored by robjloranger).
allow admin to reset user passwords
Oct 3 2019, 8:53 PM
robjloranger committed rWFe0e7c075cb6d: allow admin to reset user passwords (authored by robjloranger).
allow admin to reset user passwords
Oct 3 2019, 8:44 PM
robjloranger committed rWF9ef8f4270f18: move copy-text class into core (authored by robjloranger).
move copy-text class into core
Oct 3 2019, 8:43 PM
matt added a comment to T695: Support manual admin password reset.

Yep, looks good

Oct 3 2019, 8:38 PM · Restricted Project, Restricted Project, WriteFreely
robjloranger added a comment to T695: Support manual admin password reset.

ok, how about this:

Oct 3 2019, 8:37 PM · Restricted Project, Restricted Project, WriteFreely
matt added a comment to T695: Support manual admin password reset.

Looks great 👍

Oct 3 2019, 7:10 PM · Restricted Project, Restricted Project, WriteFreely
robjloranger added a comment to T695: Support manual admin password reset.

The current UI status, showing the success message after submission.

Oct 3 2019, 7:01 PM · Restricted Project, Restricted Project, WriteFreely
robjloranger committed rWFcaca8f0ae26f: show timestamps in local date/locale (authored by robjloranger).
show timestamps in local date/locale
Oct 3 2019, 4:50 PM
matt added a comment to T670: Show post dates in local timezone.

Yeah, just the script in that comment should be enough. I think the yesterday, today and tomorrow thing was in case we had those maps of dates to local translations -- so you can disregard.

Oct 3 2019, 4:39 PM · Usability, Write.as Web, WriteFreely
robjloranger added a comment to T670: Show post dates in local timezone.

So this seems to work well with only the script provided. Where were the uses of yesterday, today and tomorrow?

Oct 3 2019, 4:31 PM · Usability, Write.as Web, WriteFreely
robjloranger committed rWF4662ddd304f7: move shared post css into core.less (authored by robjloranger).
move shared post css into core.less
Oct 3 2019, 3:36 PM

Oct 2 2019

robjloranger committed rWFd7258beaccbb: change class to make sense (authored by robjloranger).
change class to make sense
Oct 2 2019, 8:35 PM
robjloranger committed rWF9c3bee8a7d57: add dates to posts on collections w/ blog format (authored by robjloranger).
add dates to posts on collections w/ blog format
Oct 2 2019, 8:21 PM
matt added a comment to T695: Support manual admin password reset.

Here's some starter code for handling when an admin presses the "Reset Password" button (ideally, put this in admin.go). It either accepts a new password or generates a temporary one.

Oct 2 2019, 6:04 PM · Restricted Project, Restricted Project, WriteFreely
robjloranger committed rWF02dd1909459f: T697 default to user's first blog instead of draft (authored by robjloranger).
T697 default to user's first blog instead of draft
Oct 2 2019, 5:21 PM
matt moved T670: Show post dates in local timezone from Improvements to Minor Issues on the Usability board.
Oct 2 2019, 5:13 PM · Usability, Write.as Web, WriteFreely
matt added a project to T670: Show post dates in local timezone: Usability.

This is another small one that'll be a nice usability improvement.

Oct 2 2019, 5:10 PM · Usability, Write.as Web, WriteFreely
matt added a comment to T669: Date stamps on posts.

This would be another good one to tackle next. Let's use the same style, position, etc. as we do in the templates/chorus-collection-post.tmpl template.

Oct 2 2019, 4:58 PM · Write.as Web, WriteFreely
matt added a comment to T697: Make blog the default publishing destination.

That's in the javascript near the bottom of the page -- I believe it loads a default value named anonymous or draft via some h.js helper functions.

Oct 2 2019, 4:41 PM · Usability, WriteFreely
robjloranger added a comment to T697: Make blog the default publishing destination.

@matt I have the template part done and working, just wondering if you remember off hand where we look up the last-selected publish choice.

Oct 2 2019, 4:40 PM · Usability, WriteFreely
matt moved T697: Make blog the default publishing destination from Backlog to Soon / v1.0 on the WriteFreely board.
Oct 2 2019, 3:57 PM · Usability, WriteFreely
matt assigned T697: Make blog the default publishing destination to robjloranger.
Oct 2 2019, 3:57 PM · Usability, WriteFreely
matt created T697: Make blog the default publishing destination.
Oct 2 2019, 3:55 PM · Usability, WriteFreely
qwazix committed rWF526387fe3e25: Darken border of main menu for consistency (authored by qwazix).
Darken border of main menu for consistency
Oct 2 2019, 12:54 PM
qwazix committed rWFe6a0cf891d34: Complete dark mode that is being set up by the (authored by qwazix).
Complete dark mode that is being set up by the
Oct 2 2019, 12:54 PM
qwazix committed rWFaaab51783971: Handle default pad color mode according to `prefers-color-scheme` (authored by qwazix).
Handle default pad color mode according to `prefers-color-scheme`
Oct 2 2019, 12:54 PM
qwazix committed rWF44baec94aa9e: WIP: this is a branch that attempts to honor the new dark mode in OS… (authored by qwazix).
WIP: this is a branch that attempts to honor the new dark mode in OS…
Oct 2 2019, 12:54 PM

Sep 25 2019

robjloranger added a comment to T522: Support searching blog posts.

I've been thinking about implementation details for this.

Sep 25 2019, 7:04 PM · Restricted Project, WriteFreely, Restricted Project, Write.as Web
matt added a subtask for T401: Post list paging: T696: Allow pagination of posts.
Sep 25 2019, 6:29 PM · Restricted Project, WriteFreely, Write.as Web
matt added a parent task for T696: Allow pagination of posts: T401: Post list paging.
Sep 25 2019, 6:29 PM · API Library: Go, API, WriteFreely
matt changed the visibility for T401: Post list paging.
Sep 25 2019, 6:28 PM · Restricted Project, WriteFreely, Write.as Web
matt changed the status of T300: Customizable number of posts on blog index from Open to Idea.
Sep 25 2019, 6:27 PM · Publisher, WriteFreely, User Customization, API, Write.as Web
robjloranger updated the task description for T696: Allow pagination of posts.
Sep 25 2019, 6:13 PM · API Library: Go, API, WriteFreely
robjloranger renamed T696: Allow pagination of posts from Allow pagination of collection posts to Allow pagination of posts.
Sep 25 2019, 5:58 PM · API Library: Go, API, WriteFreely
robjloranger created T696: Allow pagination of posts.
Sep 25 2019, 5:57 PM · API Library: Go, API, WriteFreely

Sep 23 2019

robjloranger added a project to T601: load global config from file: Refactor.

This will likely be a moderate refactor.

Sep 23 2019, 4:39 PM · Refactor, WriteFreely CLI, Write.as CLI
GitHub <noreply@github.com> committed rWF3759f16ed3ff: Merge pull request #183 from writeas/T690-invite-instructions (authored by matt).
Merge pull request #183 from writeas/T690-invite-instructions
Sep 23 2019, 2:52 PM
GitHub <noreply@github.com> closed T690: Show invite instructions for logged-in user as Resolved by committing rWF3759f16ed3ff: Merge pull request #183 from writeas/T690-invite-instructions.
Sep 23 2019, 2:52 PM · Usability, WriteFreely
matt committed rWF5a9182f688d0: Tweak "already invited" message (authored by matt).
Tweak "already invited" message
Sep 23 2019, 2:45 PM
matt committed rWFc6564b3d168f: Shorten invite-instructions.tmpl filename (authored by matt).
Shorten invite-instructions.tmpl filename
Sep 23 2019, 2:32 PM
matt committed rWFddce17778461: Fix invite input box size in non-Firefox browsers (authored by matt).
Fix invite input box size in non-Firefox browsers
Sep 23 2019, 2:29 PM
matt committed rWF26a4f48e8b3b: Add expiration information to invite help (authored by matt).
Add expiration information to invite help
Sep 23 2019, 2:29 PM
matt committed rWFf01b439ff531: Tweak invite page title and intro (authored by matt).
Tweak invite page title and intro
Sep 23 2019, 2:29 PM
matt committed rWF7e9e3cb7eb72: Show status on logged-in expired invite links (authored by matt).
Show status on logged-in expired invite links
Sep 23 2019, 2:29 PM
matt committed rWF891b15b8a8e0: Always return invite errors (authored by matt).
Always return invite errors
Sep 23 2019, 2:29 PM

Sep 21 2019

matt committed rWCLIf82016a3b26e: Merge branch 'develop' (authored by matt).
Merge branch 'develop'
Sep 21 2019, 3:13 PM
matt committed rWCLIe8fb68311ac8: Fix wf-cli download links (authored by matt).
Fix wf-cli download links
Sep 21 2019, 3:12 PM
GitHub <noreply@github.com> committed rWCLIc52a2970f8fa: Merge pull request #45 from writeas/develop (authored by matt).
Merge pull request #45 from writeas/develop
Sep 21 2019, 3:08 PM

Sep 20 2019

GitHub <noreply@github.com> committed rWFafa3792e8eb1: Merge pull request #165 from writeas/lessc-check (authored by matt).
Merge pull request #165 from writeas/lessc-check
Sep 20 2019, 10:24 PM
matt committed rWFa01e2808906f: Tweak "LESS not installed" message (authored by matt).
Tweak "LESS not installed" message
Sep 20 2019, 10:23 PM
matt committed rWCLI44a8f6e943b5: Fix README links (authored by matt).
Fix README links
Sep 20 2019, 6:27 PM
matt committed rWCLI0e21d37a243a: Remove common endings on wf/writeas READMEs (authored by matt).
Remove common endings on wf/writeas READMEs
Sep 20 2019, 6:27 PM
matt committed rWCLI4d7494a1c346: Split up READMEs and GUIDEs (authored by matt).
Split up READMEs and GUIDEs
Sep 20 2019, 6:25 PM
matt committed rWCLIf47d07b90709: Merge branch 'develop' of github.com:writeas/writeas-cli into develop (authored by matt).
Merge branch 'develop' of github.com:writeas/writeas-cli into develop
Sep 20 2019, 6:25 PM
matt committed rWCLI7fde5dd91b00: Clean up wf posts subcommand (authored by matt).
Clean up wf posts subcommand
Sep 20 2019, 6:25 PM
matt committed rWCLI400b6fe14a9c: Remove wf claim command (authored by matt).
Remove wf claim command
Sep 20 2019, 6:25 PM
matt committed rWCLI5ac95a0c4170: Tweak wf flag help messages (authored by matt).
Tweak wf flag help messages
Sep 20 2019, 6:25 PM
GitHub <noreply@github.com> committed rWCLIee239bb56482: Merge pull request #44 from writeas/T672-accounts (authored by matt).
Merge pull request #44 from writeas/T672-accounts
Sep 20 2019, 6:03 PM
GitHub <noreply@github.com> closed T672: Add new wf-cli action: accounts, a subtask of T586: Support any WriteFreely instance, as Resolved.
Sep 20 2019, 6:03 PM · Restricted Project, WriteFreely CLI, Restricted Project
GitHub <noreply@github.com> closed T672: Add new wf-cli action: accounts as Resolved by committing rWCLIee239bb56482: Merge pull request #44 from writeas/T672-accounts.
Sep 20 2019, 6:03 PM · WriteFreely CLI
matt committed rWCLI5b1ae2cd834e: Merge branch 'T672-accounts' of github.com:writeas/writeas-cli into T672… (authored by matt).
Merge branch 'T672-accounts' of github.com:writeas/writeas-cli into T672…
Sep 20 2019, 6:00 PM
matt committed rWCLIc9f20e27f711: Have `accounts` print nothing when unauth'd (authored by matt).
Have `accounts` print nothing when unauth'd
Sep 20 2019, 6:00 PM
robjloranger moved T672: Add new wf-cli action: accounts from In Progress to Complete on the WriteFreely CLI board.
Sep 20 2019, 5:43 PM · WriteFreely CLI
robjloranger committed rWCLI139a14154b44: add accounts command in wf (authored by robjloranger).
add accounts command in wf
Sep 20 2019, 5:42 PM
robjloranger moved T611: Detailed posts list from In Progress to Soon on the WriteFreely CLI board.
Sep 20 2019, 5:39 PM · WriteFreely CLI, Write.as CLI
robjloranger moved T672: Add new wf-cli action: accounts from Next Up to In Progress on the WriteFreely CLI board.
Sep 20 2019, 5:39 PM · WriteFreely CLI
robjloranger committed rWFcb78fd227ecb: use inline bash instead (authored by robjloranger).
use inline bash instead
Sep 20 2019, 5:18 PM
robjloranger committed rWF43849d95d301: add back all generation steps (authored by robjloranger).
add back all generation steps
Sep 20 2019, 5:07 PM
robjloranger committed rWF9d0027ec5350: don't need less to install less (authored by robjloranger).
don't need less to install less
Sep 20 2019, 4:22 PM
matt closed T645: Collection should default to username, a subtask of T586: Support any WriteFreely instance, as Wontfix.
Sep 20 2019, 3:56 PM · Restricted Project, WriteFreely CLI, Restricted Project
matt added a comment to T645: Collection should default to username.

As mentioned in this GitHub comment, we want to support posting drafts with wf-cli, so we don't want this behavior.

Sep 20 2019, 3:56 PM · WriteFreely CLI, Restricted Project
GitHub <noreply@github.com> committed rWCLIde2ec24c1329: Merge pull request #36 from writeas/T586 (authored by matt).
Merge pull request #36 from writeas/T586
Sep 20 2019, 3:38 PM
GitHub <noreply@github.com> closed T586: Support any WriteFreely instance as Resolved by committing rWCLIde2ec24c1329: Merge pull request #36 from writeas/T586.
Sep 20 2019, 3:38 PM · Restricted Project, WriteFreely CLI, Restricted Project
GitHub <noreply@github.com> closed T594: add new configuration directory as Resolved by committing rWCLIde2ec24c1329: Merge pull request #36 from writeas/T586.
Sep 20 2019, 3:38 PM · WriteFreely CLI, Restricted Project
GitHub <noreply@github.com> closed T595: add host flag as Resolved by committing rWCLIde2ec24c1329: Merge pull request #36 from writeas/T586.
Sep 20 2019, 3:38 PM · WriteFreely CLI, Restricted Project
GitHub <noreply@github.com> closed T594: add new configuration directory, a subtask of T586: Support any WriteFreely instance, as Resolved.
Sep 20 2019, 3:38 PM · Restricted Project, WriteFreely CLI, Restricted Project
GitHub <noreply@github.com> closed T595: add host flag, a subtask of T586: Support any WriteFreely instance, as Resolved.
Sep 20 2019, 3:38 PM · Restricted Project, WriteFreely CLI, Restricted Project
GitHub <noreply@github.com> closed T635: configurable defaults as Resolved by committing rWCLIde2ec24c1329: Merge pull request #36 from writeas/T586.
Sep 20 2019, 3:38 PM · WriteFreely CLI, Restricted Project
GitHub <noreply@github.com> closed T635: configurable defaults, a subtask of T586: Support any WriteFreely instance, as Resolved.
Sep 20 2019, 3:38 PM · Restricted Project, WriteFreely CLI, Restricted Project

Sep 18 2019

robjloranger added 1 auditor(s) for rWFd129894ba76e: fix check for missing less: matt.

This is a bit different than differential as it is post commit. I really like the concept of the pre commit review with differential though.

Sep 18 2019, 11:49 PM
robjloranger committed rWFd129894ba76e: fix check for missing less (authored by robjloranger).
fix check for missing less
Sep 18 2019, 10:56 PM
robjloranger committed rWCLIff67ed2bb8c6: remove default collection of username (authored by robjloranger).
remove default collection of username
Sep 18 2019, 9:11 PM
matt committed rWF0066fecc20ef: Fix LESSC assignment in less/Makefile (authored by matt).
Fix LESSC assignment in less/Makefile
Sep 18 2019, 9:07 PM
matt committed rWCLI1123705eb7ed: Fix un-auth'd messages on various commands (authored by matt).
Fix un-auth'd messages on various commands
Sep 18 2019, 9:03 PM
robjloranger committed rWFf87371b594ce: update IsJSON to check for Accept header (authored by robjloranger).
update IsJSON to check for Accept header
Sep 18 2019, 7:44 PM
GitHub <noreply@github.com> committed rWF66974dcbffb4: Merge pull request #184 from writeas/title-attrs (authored by matt).
Merge pull request #184 from writeas/title-attrs
Sep 18 2019, 4:27 PM
robjloranger committed rWFa6c1f4ae410f: allow titles for abbreviation elements (authored by robjloranger).
allow titles for abbreviation elements
Sep 18 2019, 3:35 PM

Sep 16 2019

robjloranger committed rWF82451aebfce2: remove unused make target (authored by robjloranger).
remove unused make target
Sep 16 2019, 10:16 PM
robjloranger committed rWF4bc0b46368c9: clean up .dockerignore (authored by robjloranger).
clean up .dockerignore
Sep 16 2019, 10:13 PM
robjloranger committed rWF34b55810260d: finish updating dockerfile and compose (authored by robjloranger).
finish updating dockerfile and compose
Sep 16 2019, 8:13 PM

Sep 14 2019

robjloranger committed rWF2ec67fc26a5a: refactor Dockerfile to work with current version (authored by robjloranger).
refactor Dockerfile to work with current version
Sep 14 2019, 9:52 PM

Sep 13 2019

robjloranger committed rWCLI253d2e978228: add accounts command in wf (authored by robjloranger).
add accounts command in wf
Sep 13 2019, 8:18 PM
robjloranger committed rWCLI4eea9280fdcd: add accounts command in wf (authored by robjloranger).
add accounts command in wf
Sep 13 2019, 7:50 PM
robjloranger committed rWCLI45e8b70c849d: add accounts command in wf (authored by robjloranger).
add accounts command in wf
Sep 13 2019, 7:49 PM