C. Michael Pilato
C. Michael Pilato
I agree that this isn't a PG bug, but I think it should be re-opened as a feature request. The feature is pretty straightforward -- add an optional "ftp_upload_dir" configuration...
I'm pretty sure I fixed this with #180 . It just hasn't been released yet. (SIDEBAR: @emilengler Given the amount of bugfix churn this new release has already generated, please...
I was able to hack up my custom theme to show episode categories via their IDs (which are readily available in the episode XML data), but haven't yet worked out...
@rjlappin It's perhaps worth pointing out that the FTP auto-index feature is somewhat poorly named. Were I re-envisioning it, I would call it something like "local episode discovery" or something....
I think that what you experienced makes sense. I have `$strictfilenamepolicy = "no"` in my config.php, so I'm not used to seeing those filename-related errors in my scenario.
@rjlappin I didn't start using PG until version 2.7, so nothing readily comes to mind. Though, did you make sure that the files you copied over have appropriate filesystem permissions...
+1 for a change of this sort. I'm upgrading an AngularJS app (which used [`ui-codemirror`](https://github.com/angular-ui/ui-codemirror)) to Angular2. `ui-codemirror` added a magic `onLoad` callback function option which carried the CodeMirror editor...
I hadn't considered the subclassing idea (still pretty new to TypeScript). I'm taking a crack right now at a simple subclass that adds an `@Output onInit: EventEmitter` interface (like the...
...and it works! Thanks, @rlodge, for the inspiration!