Jonathan H. Wage
Jonathan H. Wage
I want to do it all with gh pages and without any custom hosting or vms for hooks. But I realize we are fairly limited in what we can do...
@stof My current thought is to enhance the webhook script https://github.com/doctrine/doctrine-website/blob/master/hooks/deploy.php to store a JSON document for the last webhook received. I think it would just store the project and...
@Ocramius I can take the ball.
It silently ignores the bad reference right now and outputs the unknown reference link in the HTML. @weaverryan and I have talked about adding a feature to doctrine/rst-parser that would...
Yes. That is my current thought.
:+1: just a few small coding standards comments.
I think we will have to wait for doctrine/persistence 2.0 to do this since the `Doctrine\SkeletonMapper\ObjectRepository\ObjectRepositoryInterface` class implements `Doctrine\Common\Persistence\ObjectRepository` which returns an array.
I don't quite understand what is desired here. @weaverryan can you chime in?
Ok, I think I understand now. I will make some enhancements to the theme functionality that should give you what you need.
The RST parser we are using now does not support tables with different column and row spans. We need to figure out another way to render this data.