GDmac
GDmac
Parenthesis are valid !!! /img/funnycat_(1).jpg is valid !!! > ... only alphanumerics, the special characters "$-_.+!*'(),", and > reserved characters used for their reserved purposes may be used > unencoded...
ps. edit in filenames they're valid
6½ years later... like azza-bazoo.github.io/prettycron/
i first just thought about quickly adding a snippet to rebuild_list(). e.g. if (tagparam('output_format')=='json') return json_encode($list); then, actually, all you need is this in a quick plugin ``` php public...
See above linked dropbox documentation. In my process, i fetch an **offline** token. https://www.dropbox.com/oauth2/authorize?client_id=[APP_KEY]&response_type=code&token_access_type=offline - if token_access_type=offline, then the access token payload returned by a successful /oauth2/token call will contain...
See https://github.com/spatie/dropbox-api/issues/75 In essence, you check if the accessToken is not expired, if so, then acquire a new accessToken with help of the refreshToken.
Did i have those? Forgot about them. That's a good reminder to not divide my time into to many different projects at once.
I'm creating a simple XML with channel-entries on one site, to import the entries with Datagrab on the staging server. The entry_date and expiration_date don't get thru (entry_date gets set...
(edited for better explaining)