On Monday, 24 February 2014 14:10:57 UTC+1, Parsifal wrote: > > Yestederday, Marco told me that I should pull request on github and add > from_unixtime extension I made. But pull request was disabled. I guess I > was on a wrong section of github (DoctrineExtensions repository). Was I > right there or I should hit pull request of core doctrine repository? Sorry > but I am unfamiliar with github. >
Probably not. those database-specific extensions are in https://github.com/beberlei/DoctrineExtensions and not in the main ORM-repo. So I think your from_unixtime belongs in https://github.com/beberlei/DoctrineExtensions/tree/master/lib/DoctrineExtensions/Query/Mysql You wrote "I see the ability to pull request is disabled!". I don't see that. Maybe you are doing something wrong there. I assume you have a Github repository, otherwise you cannot make a Pull Request. If making a PR against Beberlei's repo is disabled, then you can always just leave it in your own Github-repository: then it is publicly available too. -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
