Claus-Justus Heine
Claus-Justus Heine
A work-around, but "native" support would be nicer (need to check about the +/- with the offset): ``` array_walk_recursive($this->backend->VarRef, function(&$value, $key) { if ($value instanceof \DateTimeInterface) { $stamp = $value->getTimestamp();...
> Please, consider adding support for https://github.com/bbernhard/signal-cli-rest-api/ Here there are experiments with styled messages. Where is "here"? IMHO, it should still work with https://gitlab.com/morph027/python-signal-cli-rest-api Doesn't it then also cover this...
> I've just had a look at the documentation for remote plugins and I'm wondering if this isn't missing a [_getMethods method](https://www.dokuwiki.org/devel:remote_plugins#the_getmethods_method). It is not. I was wondering also and...
> > Regarding the method name, maybe it would make sense to use something like renamePage to make it clearer that this is about pages and not media files (for...
> Regarding the method name, maybe it would make sense to use something like `renamePage` to make it clearer that this is about pages and not media files (for which...
> Media can be renamed and moved at least via the tree manager. Adding a rename mechanism in the media manager is #209 Great! After this has been implemented in...
> Why do you want to wait for the frontend? The method for renaming media exists and should be as easy to use as the one for pages: > >...
> > Why do you want to wait for the frontend? The method for renaming media exists and should be as easy to use as the one for pages: >...
A more cosmetic point: as `op.php` uses `moveXXX()` as name, maybe the XMLRPC calls should also be named that way -- just to get rid of the slight irritation why...
So there it is ... move media is completely untested from my side. But yes: as `moveMedia()` exists it was really straight-forward ...