TODO: is this WF only? Or both CLIs?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 5 2019
TODO: is this WF-only? Or both CLIs?
In T594#9289, @robjloranger wrote:this will be set on the writefreely cli, the writeas cli will retain the original .writeas directory
Created WriteFreely CLI, so it's easier to track features that should be in only one client (or both). In this case, this is a WF CLI feature only.
Created WriteFreely CLI, so it's easier to track features that should be in only one client (or both). In this case, this is a WF CLI feature only.
Assuming the #117 fix works in your testing, after reviewing everything I do think this is the right solution.
This is required to test the fix for T612 on the WriteFreely side
I think I found the issue, the logic in this function on writefreely appears to check first if the accesstoken or user were found and proceed with that authentication, which will result in no affected rows. Lines 741-788, then an else which assumes the editToken instead.
I found in go-writeas:
Jun 4 2019
Just to mention, here's some prior art on publishing text files via the API: https://github.com/writeas/writeas-api/tree/master/examples/go-text-importer
This might be good to do in the near future -- certainly before v1.0 -- because of how much easier it'd make the setup process.
Jun 3 2019
Jun 2 2019
I'd say the assumed behavior will be that all posts are imported. This is the behavior on the web app, and will be the behavior on the Android app, as well.
Can you verify requests (both login and delete) are going to the right environment with some logging on your end? If they are, I'll add some logging on the dev server.
Not crucial in the short-term.
Not crucial in the short-term.
Requested by a regular Snap.as user on the forum.
More people are using Snap.as for this reason.
Only bit remaining: changing an album's slug.
Really not needed right now.
Jun 1 2019
Additional questions we might want to answer:
- should there be a confirmation/warning if we are importing all posts?
- should we ask one at a time?
- if so should we pull the title and an excerpt during confirmation?