Christoph Singer
Christoph Singer
The usage of document class names for IndexService instances is indeed confusing, because usually in Symfony a class name used as service identifier means that this service is an instance...
Currently, yes, it requires a cron daemon. I just prepared a pull request #134 that adds a daemon to the bundle itself.
I would like to have the possibility to manage (list/add/edit/remove/enable/disable) cronjobs by console commands, similar to how it works in [cron/cron-bundle](https://github.com/Cron/Symfony-Bundle). A first step towards this would be to refactor...
In general, you should not expect that you can modify a node after appending it to another this way. That's because `DOMDocument::importNode()` which is used by `append()` internally always makes...
I wouldn't mind integrating this library into Symfony. But since the Symfony devs have clearly expressed that this is not the focus of the crawler component of Symfony, I don't...
The `previousAll` method is not a method implemented in HtmlPageCrawler but it's inherited from the base `Symfony\Component\DomCrawler\Crawler` class. So this problem is probably an upstream bug. Didn't find the time...
Sadly, I currently don't have the time to work on this. But if you prepare a PR (including a unit test) I will be glad to merge it.