Adam Lundrigan
Adam Lundrigan
I've created a simple module which adds Doctrine ORM support to CgmConfigAdmin: https://github.com/adamlundrigan/CgmConfigAdminDoctrineORM Everything seems to work fine, but i'm just getting started with using your module in my Doctrine-based...
## Overview Drop the current module add process (n+1 GitHub API requests to fetch all the repositories for your account and determine which are ZF2 modules) in favour of something...
Catch the `RuntimeException` thrown by EdpGithub and send it back to the user.  Two notes: - I tried to test it but failed. I couldn't find the right incantation...
Related to #96, PropertyGenerator behaves incorrectly when the default value passed into it is a ValueGenerator instead of a PropertyValueGenerator. Example (lifted from #96): ``` php
- New configuration file directive: `editor` - New command-line flag `--edit`
`UserAdminController` validates the form then passes result to service method, making reuse of the account create/edit functionality elsewhere more difficult. TODO: I made a fix for this [here](https://github.com/adamlundrigan/ZfcUserAdmin/commit/1084f3bd153e1223300a29f9310798d3a21e0fa0) and [here](https://github.com/adamlundrigan/ZfcUserAdmin/commit/49a605d15b39e40a66337243d112f79969ae6576)...